/*
Theme Name: Goodsomnia
Theme URI: http://goodsomnia.com/
Description: The Goodsomnia theme.
Version: 1.0.0
Author: Goodsomnia
Author URI: http://goodsomnia.com/
Text Domain: goodsomnia

*/
@font-face{
    font-family: FuturaBold;
    src: url(./fonts/futura_bold_bt.otf);
}
@font-face{
    font-family: FuturaMedium;
    src: url(./fonts/futura_medium_bt.otf);
}
/* -- main css --*/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Muli;
    font-weight: 300;
    font-size: 17px;
    color: #7f8795;
    text-decoration: none;
    list-style-type: none;
    border: 0px;
}
.pum-container {
    top: 0px !important;
}
a.woocommerce-LoopProduct-link p span, a.woocommerce-LoopProduct-link p{
    text-overflow: ellipsis;
    max-height: 60px;
    display: block;
    overflow: hidden;
}
#tab-additional_information, #tab-description, #tab-reviews {
    padding: 25px;
}
.hide-menu i{
    margin-top: 10px;
}
.hide-menu .fa-shopping-basket{
    margin-right: 10px;
}
*:focus, *:active{
    border: 0px;
}
.swatch{
    display: inline-block !important;
    border-radius: 40px !important;
    padding: 5px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    line-height: 1 !important;
    margin-left: 5px !important;
    cursor: pointer !important;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    font-family: FuturaMedium !important;
    transition: all 0.8s !important;
    margin-right: 0px !important;
    opacity: 1 !important;
}
.tawcvs-swatches .swatch-color {
    text-indent: 0 !important;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 0px !important;
}
.tawcvs-swatches .swatch.selected {
    -webkit-box-shadow: 0px !important;
    -moz-box-shadow: 0px !important;
    box-shadow: 0px !important;
}
.swatch-mint{
    background-color: #00d2ae !important;
    border: 2px solid #00d2ae !important;
}
.swatch-mint:hover{
    background-color: transparent !important;
    color: #00d2ae !important;
}
.tawcvs-swatches .swatch-mint:hover::before{
    border: solid #00d2ae !important;
    border-width: 0 2px 2px 0 !important;
}
.swatch-black{
    background-color: #000 !important;
    border: 2px solid #000 !important;
}
.swatch-black:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.tawcvs-swatches .swatch-black:hover::before{
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important;
}
.swatch-grey{
    background-color: #7f8795 !important;
    border: 2px solid #7f8795 !important;
}
.swatch-grey:hover{
    background-color: transparent !important;
    color: #7f8795 !important;
}
.tawcvs-swatches .swatch-grey:hover::before{
    border: solid #7f8795 !important;
    border-width: 0 2px 2px 0 !important;
}
.woocommerce div.product form.cart .variations td.value{
    position:relative;
}
.reset_variations {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: FuturaMedium !important;
}
.contact-info .col-50 img{
    width: 100%;
    height: auto;
}
.contact-info .col-50 {
    display: inline-block;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    position: relative;
}
.contact-address{
    position: absolute;
    top: 280px;
    right: 0px;
    width: 60%;
    z-index: 2;
    text-align: left;
}
.contact-address h5{
    color: #fff;
    font-family: FuturaBold;
    font-size: 2.81em;
    margin-bottom: 40px;
}
.what-we-do-text, .what-we-do{
    display: none;
}
.contact-address p{
    color: #fff;
    line-height: 1.4em;
}
.contact-address p a{
    color: #fff;
}
.contact-address p:nth-child(5){
    margin-bottom: 40px;
}
.contact-image p{
    font-family: FuturaMedium;
    font-size: 1.41em;
    margin-bottom: 30px;
}
.contact-image h3{
    padding-top: 250px;
    margin-bottom: 30px;
}
.reason-4{
    padding-top: 100px;
    padding-bottom: 100px;
}
.reason-4 .inner{
    max-width: 700px;
}
.reason-4 ul{
    padding-left: 100px;
}
.reason-4 ul li{
    list-style-type: disc;
    text-align: left;
    margin-top: 5px;
}
.contact-content .inner{
    padding-top: 100px;
}
.contact-content input[type=text], .contact-content input[type=email], .contact-content input[type=email]:valid, .contact-content textarea{
    border: 1px solid #7f8795 !important;;
    border-radius: 40px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
}
.contact-content input[type=text], .contact-content input[type=email]{
    height: 60px !important;
}
.contact-content input[type=text]:focus, .contact-content input[type=email]:focus{
    border: 1px solid #00d2ae !important;
    outline: none;
}
.contact-content textarea{
    height: 140px !important;
}
.contact-content input[type=submit]{
    width: 255px !important;
    height: 60px !important;
    margin: auto !important;
    border: 1px solid #febc3a !important;
    width: 225px !important;
    background: #febc3a !important;
    color: #fff !important;
    border-radius: 400px !important;
    font-family: FuturaMedium !important;
    cursor: pointer;
    margin-top: 30px;
}
.contact-content input[type=submit]:hover{
    background: #fff !important;
    color: #febc3a !important;
}
.contact-content .wpcf7-form p{
    padding-top: 30px;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;color:#c9c9c9;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;color:#c9c9c9;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;color:#c9c9c9;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;color:#c9c9c9;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;color:#c9c9c9;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;color:#c9c9c9;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;color:#c9c9c9;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;color:#c9c9c9;}
input[placeholder]          {text-overflow:ellipsis;color:#c9c9c9;}
input::-moz-placeholder     {text-overflow:ellipsis;color:#c9c9c9;}
input:-moz-placeholder      {text-overflow:ellipsis;color:#c9c9c9;}
input:-ms-input-placeholder {text-overflow:ellipsis;color:#c9c9c9;}
#hover-info-div{
    color: #00d2ae;
    background: #fff;
    border: 1px solid #7f8795;
    padding: 10px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    border-radius: 10px;
    font-family: FuturaMedium;
    font-size: 1.1em;
}
.woocommerce .wc-proceed-to-checkout a.button{
    line-height: 0.8 !important;
}
h1, h2, h3, h4, h5{
    color: #00d2ae;
}
h1{
    font-size: 3.6em;
}
h2{
    font-size: 1.6em;
}

#beta{
    font-family: FuturaMedium;
    font-size: 1.1em;
    color: #fff;
    position: fixed;
    top: 70px;
    left: 340px;
    z-index: 9999;
}
.pum-container.pum-responsive.pum-responsive-small {
    margin-left: 0px !important;
    width: 100% !important;
}
.pum-theme-75 .pum-container, .pum-theme-default-theme .pum-container {
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
    background-color: transparent !important;
    max-width: 1250px !important;
    min-height: 1250px !important;
    background-image: url("/wp-content/themes/goodsomnia/images/popup-bg.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 1250px 1250px;
}
.pum-theme-75 .pum-title, .pum-theme-default-theme .pum-title {
    color: #fff !important;
    text-align: right !important;
    font-family: FuturaMedium !important;
    font-size: 36px !important;
    width: 530px !important;
    margin-right: 40px !important;
    float: right;
    line-height: 42px !important;
    margin-top: 20px;
}
.pum-theme-75 .pum-content, .pum-theme-default-theme .pum-content{
    width: 400px !important;
    margin-right: 40px !important;
    float: right;
    clear: both;
    margin-top: 20px;
}
.pum-theme-default-theme .pum-content p{
    color: #fff !important;
    text-align: right !important;
    font-family: Muli !important;
    font-size: 19px !important;
    line-height: 24px !important;
}
.pum-theme-default-theme .pum-content a.g_button{
    width: 220px !important;
    height: 80px !important;
    float: right !important;
    border-color: #febc3a !important;
    background: #febc3a !important;
    line-height: 100px !important;
    text-align: center !important;
    margin-top: 40px !important;
}
.pum-theme-default-theme .pum-content a.g_button:hover{
    border-color: #fff !important;
    background: transparent !important;
}
.woocommerce div.product form.cart .variations td{
    vertical-align: middle !important;
}
.mc4wp-alert{
    position: fixed;
    z-index: 999998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,210,174,0.6);
}
.pum-theme-75 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
    left: 550px !important;
    right: auto !important;
    bottom: auto !important;
    color: #4ddaf4 !important;
    background: #4ddaf4 !important;
    border-radius: 400px !important;
    -webkit-box-shadow: 2px 18px 48px -17px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 2px 18px 48px -17px rgba(0,0,0,0.75) !important;
    box-shadow: 2px 18px 48px -17px rgba(0,0,0,0.75) !important;
    top: 10px !important;
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: normal !important;
    text-align: center !important;
    padding: 0px !important;
}
.pum-theme-75 .pum-content + .pum-close:after, .pum-theme-default-theme .pum-content + .pum-close:after {
    content: "\f00d";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 18px;
    -webkit-text-stroke: 2px #4ddaf4;
}
.mc4wp-alert p{
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    position: relative;
    width: 90%;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: auto;
    max-height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 600px !important;
    border-radius: 20px !important;
    padding: 20px !important;
    overflow: hidden !important;
    height: 200px;
    background-image: url("./images/email-success.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 200px 200px;
    padding-left: 230px !important;
    margin-left: auto;
    margin-right: auto;
    top: 200px;
}
.mc4wp-alert p strong{
    color: #00d2ae;
    font-family: FuturaMedium;
    display: block;
    font-size: 2.71em;
    margin-bottom: 40px;
    margin-top: 10px;
}
.mc4wp-error p{
    background-image: url("./images/email-success.png");
}
.mc4wp-error p strong{
    color: #FF656D;
}
.mc4wp-alert p a{
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #7f8795;
}
.menu-mobile, .hide-menu, .inner-slider-mobile{
    display:none;
}
.inner-slider-mobile img{
    width: 100%;
    height: auto;
}
.tcenter{
    text-align: center;
}
p{
    line-height: 1.76em;
}
.cfff{
    color: #fff;
}
.cwhite{
    color: #fefefe;
}
.cmint{
    color: #00d2ae;
}
.cblue{
    color: #14c9ff;
}
.cdblue{
    color: #09a4c3;
}
.cpink{
    color: #e1637a;
}
.cyellow{
    color: #febc3a;
}
.cgreen{
    color: #39d284;
}
.azure{
    color: #00d2ae;
}
.cmint1 {
    color: #76d1ae;
}
.tleft{
    text-align: left;
}
.tright{
    text-align: right;
}
h3 {
    margin-bottom: 40px;
    font-family: FuturaMedium;
}
h3.fs62{
    font-size: 3.6em;
}
h3.fs46{
    font-size: 2.71em;
}
body{
    padding-top: 105px;
    background-color: #fff;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
}
body.page-id-32{
    background-image: url("./images/bg-wave-gradient.png");
    padding-top: 0px;
}
body.page-id-30{
    background-image: url("./images/slider-bg.png");
}
.slider-2{
    background-image: url("./images/cloud.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 965px;
}
.contact-image{
    background-image: url("./images/contact-header.jpg");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 980px;
}
.slider-2 h3{
    margin-top: 25px;
    margin-bottom: 20px;
}
.slider-2 p{
    margin-bottom: 40px;
}
.slider-2 .inner{
    padding-top: 170px;
}
.slider-2 .inner-slider{
    width: 50%;
    top: 275px;
}
.slider-2 .inner-slider img{
    width: 100%;
    height: auto;
    max-width: 747px;
}
.polygon-dotted{
    min-width: 166px;
    min-height: 166px;
    background-image: url("./images/polygon-dotted.png");
    background-position: top left;
    background-size: 166px auto;
    background-repeat: no-repeat;
    position: absolute;
}
.sleep-better .polygon-dotted:first-child{
    top: 135px;
    right: 155px;
}
.sleep-better .polygon-dotted:nth-child(2){
    bottom: 180px;
    left: 135px;
}
.good-integration .polygon-dotted{
    top: 910px;
    left: 40px;
}
.join-us-2{
    background-image: url("./images/phone-wave.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 1035px;
    margin-top:-100px;
}
.join-us-2 .globe-text, .breath-difficult .globe-text, .good-integration .globe-text{
    position:absolute;
}
.join-us-2 .globe-text{
    width: 1150px;
    left: 0px;
    bottom: 0px;
    right: auto;
    top: auto;
}
.join-us-2 .globe-text:first-child{
    top: 0px;
    right: 0px;
    left: auto;
    bottom: auto;
}
.join-us-2 .globe-text p, .breath-difficult .globe-text p, .good-integration .globe-text p{
    line-height: 1 !important;
}
.join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft{
    font-size: 7em;
    line-height: 0.65em;
}
.join-us-2 .globe-text .tright{
    opacity: 0.25;
}
.join-us-2 .globe-text .tleft{
    padding-top: 50px;
}
.join-us-2 .inner{
    padding-top: 530px;
}
.join-us-2 h3{
    margin-bottom: 30px;
}
.detect-snoring{
    min-height: 850px;
    padding-top: 200px;
}
.detect-snoring h5, .detect-snoring h3, .detect-snoring p{
    color: #fefefe;
}
.detect-snoring p {
    line-height: 1.17em;
}
.detect-snoring h3{
    margin-bottom: 20px !important;
}
.detect-snoring h5{
    font-size: 1.23em;
    font-weight: 900;
    margin-bottom: 10px;
}
.detect-snoring .ds-icon{
    min-height: 75px;
}
.detect-snoring .col-2, .detect-snoring .col-3{
    margin-left: 10px;
    margin-right: 10px;
}
.detect-snoring .pbig{
    font-size: 1.05em;
    margin-bottom: 70px;
}
.realy-snore{
    min-height: 900px;
    background-image: url("./images/cloud-grey.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: -80px;
}
.realy-snore .trans{
    margin-top: 50px;
}
.realy-snore h3{
    margin-top: 50px;
}
.realy-snore p{
    margin-bottom: 50px;
    width: 80%;
}
.realy-snore a.rs-a{
    color: #00d2ae;
}
.sleep-better{
    min-height: 1320px;
    margin-top: -60px;
}
.sleep-better .col-4{
    margin-top: 40px;
}
.sleep-better .sb-main-image img{
    margin-left: 10px;
}
.sleep-better .sb-leftblock{
    margin-right: 25px;
}
.sleep-better .sb-rightblock{
    margin-left: 25px;
}
.sleep-better .col-4 .main-2-elips{
    position:relative;
    margin-top: 70px;
}
.sleep-better .col-4 .main-2-elips p{
    height: 80px;
}
.sleep-better .col-4 .main-2-elips p:last-child{
    width: 64px;
    position:absolute;
    top: 0px;
}
.sleep-better .sb-leftblock .main-2-elips p:last-child{
    right: 0px;
}
.sleep-better .sb-leftblock .main-2-elips p:first-child {
    margin-right: 75px;
}
.sleep-better .sb-leftblock .main-2-elips:nth-child(2){
    margin-top: 45px;
}
.sleep-better .sb-leftblock .main-2-elips:nth-child(3){
    margin-top: 75px;
}
.sleep-better .sb-leftblock .main-2-elips:last-child{
    margin-top: 60px;
}
.sleep-better .sb-leftblock .main-2-elips:nth-child(2) p:last-child{
    line-height: 145px;
}
.sleep-better .sb-leftblock .main-2-elips{
    margin-right: 40px;
}
.sleep-better .sb-leftblock .main-2-elips:first-child, .sleep-better .sb-leftblock .main-2-elips:last-child{
    margin-right: -25px;
}
.sleep-better .sb-rightblock .main-2-elips p:last-child{
    left: 0px;
}
.sleep-better .sb-rightblock .main-2-elips p:first-child {
    margin-left: 75px;
}
.sleep-better .sb-rightblock .main-2-elips:nth-child(2){
    margin-top: 60px;
}
.sleep-better .sb-rightblock .main-2-elips:nth-child(3){
    margin-top: 60px;
}
.sleep-better .sb-rightblock .main-2-elips:last-child{
    margin-top: 60px;
}
.sleep-better .sb-rightblock .main-2-elips{
    margin-left: 40px;
}
.sleep-better .sb-rightblock .main-2-elips:first-child, .sleep-better .sb-rightblock .main-2-elips:last-child{
    margin-left: -25px;
}




.sleep-better .get-to-know-down{
    margin:auto;
    background: #fff;
    -webkit-box-shadow: 20px 60px 60px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 20px 60px 60px 10px rgba(0,0,0,0.15);
    box-shadow: 20px 60px 60px 10px rgba(0,0,0,0.15);
    height: 300px;
    position:relative;
}
.sleep-better .mint-line-down{
    position: absolute;
    bottom: -5px;
    left: 0px;
    height: 10px;
    background: #00d2ae;
    border-radius: 10px;
}
.sleep-better .get-to-know-down p{
    margin: 40px;
    padding-top: 60px;
    margin-top: 5px;
}
.breath-difficult{
    min-height: 1420px;
    background-image: url("./images/bg.png");
    background-size: 998px auto;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: -30px;
}
.breath-difficult .inner-image {
    position: absolute;
    left: 40px;
    bottom: auto !important;
    top: 450px;
    width: 40%;
}
.breath-difficult .globe-text{
    top: 85px;
    width: 1100px;
}
.breath-difficult .col-6{
    padding-top: 400px;
}
.pre-diagnoctic{
    min-height: 950px;
    margin-top: -200px;
    position: relative;
    background-image: url("./images/graph-1.png");
    background-size: 1835px auto;
    background-repeat: no-repeat;
    background-position: center left;
}
.pre-diagnoctic h3 {
    margin-bottom: 95px;
}
.pre-diagnoctic .inner .num-big-diag{
    position:relative;
}
.pre-diagnoctic .inner .num-big-diag p:first-child{
    padding-top: 30px;
    padding-right: 140px;
}
.pre-diagnoctic .main-2-count{
    font-family: FuturaMedium;
    font-size: 11.765em;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 0.5em;
}
.pre-diagnoctic .inner .num-big-diag:first-child p:first-child{
    padding-right: 120px;
}
.pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
    padding-right: 160px;
}
.pre-diagnoctic .inner .num-big-diag:first-child .main-2-count{
    color: #8d95d7;
    margin-right: -65px;
}
.pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count{
    color: #cc33ff;
    margin-right: -27px;
}
.pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count, .pre-diagnoctic .inner .num-big-diag:nth-child(4) .main-2-count{
    color: #ffcc03;
}
.pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count{
    margin-right: -47px;
}
.pre-diagnoctic .inner .num-big-diag:nth-child(3){
    margin-top: 170px;
}
.good-integration{
    min-height: 1350px;
    background-image: url("./images/wave-white.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: -320px;
}
.good-integration .trans{
    float:left;
    margin-top: 50px;
}
.good-integration .globe-text{
    top: 320px;
    width: 1300px;
}
.good-integration h3 {
    margin-bottom: 30px;
}
.good-integration .inner-slider {
    bottom: 0px;
    width: 50%;
    top: auto;
    margin-bottom: -100px;
}
.good-integration .inner-slider img{
    width:100%;
    height:auto;
}
.good-integration .inner-slider p{
    margin-top: 15px;
}
.good-integration .inner{
    padding-top: 650px;
}
.good-integration p{
    margin-right: 70px;
}
.detect-snoring .col-2, .sleep-better .col-4{
    display: inline-block;
}





proc, .circle p b{
    font-family: FuturaBold;
    font-size: 1.24em;
}
.slist p{
    font-size: 0.88em;
    line-height: 1.22em;
    margin-top: 30px;
}
.circle .col-1{
    margin-left: -15px;
}
.circle p{
    margin-top: 15px;
}
.col-1{
    width: 70px;
    height: auto;
}
.col-2{
    width: 170px;
    height: auto;
}
.col-3{
    width: 270px;
    height: auto;
}
.col-4{
    width: 370px;
    height: auto;
}
.col-5{
    width: 470px;
    height: auto;
}
.col-6{
    width: 570px;
    height: auto;
}
.col-7{
    width: 670px;
    height: auto;
}
.col-8{
    width: 770px;
    height: auto;
}
a.g_button{
    display: block;
    /*height: 60px !important;*/
    border: 2px solid;
    line-height: 3.2em;
    border-radius: 400px;
    text-align: center;
    font-size: 1.05em;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.main{
    width: 100%;
    height: auto;
    position: relative;
}
.inner{
    width: 1170px;
    margin: auto;
}
.menu{
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #00d2ae;
    z-index: 999;
}
.woocommerce .footer input[type="email"], .woocommerce .footer input[type="text"]{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#product-menu-show ul{
    display: none;
    top: 105px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 450px;
    left: 0px;

}
.product_menu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 450px;
    background: #fff;
    -webkit-box-shadow: 0px 21px 16px -8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 21px 16px -8px rgba(0,0,0,0.2);
    box-shadow: 0px 21px 16px -8px rgba(0,0,0,0.2);
}
/*.product_menu:before{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    position:absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
}*/
.snoring h3{
    font-size: 2.35em;
}
.menu-list ul li{
    display: inline-block;
    vertical-align: middle;
}
.menu-list ul li a{
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.05em;
    color: #fefefe;
}
.menu a.logo{
    display: inline-block;
    line-height: 6.18em;
    margin-left: 50px;
}
.menu-list a i, .g_button i{
    background: linear-gradient(90deg, #04cafa, #00d2ae);
    -webkit-background-clip: text;
    margin-right: 10px;
    color: #fff;
}
.menu-list a:hover i, .g_button:hover i{
    background: none;
    color: #fff;
}
.menu-list .trans, .portfolio-item a.trans, .hide-menu-button .trans{
    border-color: #fff;
    width: 225px;
    color: #fefefe;
}
.menu-list .trans:hover, .portfolio-item a.trans:hover, .hide-menu-button .trans:hover, .join-us-2 .trans:hover{
    background: linear-gradient(90deg, #04cafa, #00d2ae);
    -webkit-background-clip: text;
    color: transparent;
    background: #fff;
    color: #00d2ae;
}
.snoring .trans, .join-us-2 .trans{
    background: linear-gradient(90deg, #04cafa, #00d2ae);
    -webkit-background-clip: text;
    color: transparent;
    background: #fff;
    border-color: #fff;
    color: #00d2ae;
    width: 225px;
}
.snoring .trans:hover, .join-us-2 .trans{
    border-color: #fff;
    color: #fefefe;
    background: none;
}
.contact-image .trans, .snoring-test .trans, .realy-snore .trans, .good-integration .trans{
    border-color: #febc3a;
    width: 225px;
    background: #febc3a;
    color: #fff;
}

.page-template-contact .trans{
    margin: auto;
}
 .snoring-test .trans:hover, .realy-snore .trans:hover, .good-integration .trans:hover{
    background: none;
    color: #febc3a;
}
.contact-image .trans:hover{
    background: none;
    color: #fff;
    border-color: #fff;
}
.snoring-test h5{
    font-family: FuturaMedium;
    font-size: 1.88em;
}
.menu-list .shop, .hide-menu-button .shop{
    border-color: #febc3a;
    width: 200px;
    background: linear-gradient(90deg, #04cafa, #00d2ae);
    -webkit-background-clip: text;
    color: transparent;
    background: #febc3a;
    color: #fefefe;
    -webkit-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    -moz-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
}
.menu-list .shop:hover, .hide-menu-button .shop:hover{
    border-color: #fff;
    background: none;
    color: #fefefe;
}
.menu-list{
    width: calc(100% - 410px);
    text-align: right;
    display: inline-block;
}
.gstarted{
    width: 230px;
    -webkit-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    -moz-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
}
.col-6-right{
    margin-left: 600px;
}
.col-7-right{
    margin-left: 700px;
}
.binline{
    display: inline-block;
    vertical-align: top;
}
.m30{
    margin-right: 25px;
    margin-left: 25px;
}
.slider .gstarted{
    border-color: #fff;
    background: linear-gradient(90deg, #04cafa, #00d2ae);
    -webkit-background-clip: text;
    color: transparent;
    background: #fff;
    color: #00d2ae;
    margin-top: 40px;
}
.statistic{
    background-image: url("./images/wave-bg.png");
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: top center;
    height: 2520px;
}
.snoring-test{
    margin-top: 590px;
}
.slider .gstarted:hover{
    background: none;
    color: #fff;
}
.slider{
    height: 1240px;
    padding-top: 240px;
}
.list-icon{
    width: 110px;
    height: 110px;
    border-radius: 200px;
    background-color: #f6f6f6;
    margin: auto;
    padding-top: 34px;
    text-align: center;
    margin-bottom: 27px;
}
.snoring .trans, .snoring-test .trans, .join-us-2 .trans{
    float: right;
    margin-top: 30px;
}
.snoring-test p{
    margin-top: 30px;
}
.snoring-test a.text{
    display: table;
    border-bottom: 1px solid #febc3a;
    padding-bottom: 3px;
    color: #febc3a;
    font-weight: 700;
    clear: both;
    float: right;
    margin-top: 20px;
}
.what-we-do{
    background-image: url("./images/arrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    height: 1590px;
}
.what-we-do .inner-list .list-icon{
    width: 110px;
    height: 110px;
    border-radius: 200px;
    background-color: #f6f6f6;
    padding-top: 34px;
    text-align: center;
    -webkit-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    -moz-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    margin: auto;
}
.what-we-do .inner-list{
    position: absolute;
    text-align: center;
}
.what-we-do .inner-list h4{
    margin-bottom: 60px;
    font-family: FuturaMedium;
    font-size: 1.23em;
    color: #00d2ae;
    text-align: center;
}
.what-we-do .inner-list h5{
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: FuturaBold;
    font-size: 1.16em;
    text-align: center;
}
.what-we-do .inner-list h5.tleft{
    text-align: left;
}
.what-we-do .inner-list p, .what-we-do .il-text ul li span{
    font-size: 1.05em;
    text-align: center;
    line-height: 1.23em;
}
.what-we-do .il-lab{
    left: 0px;
    top: 225px;
}
.what-we-do .il-prof{
    left: 750px;
    top: 305px;
}
.what-we-do .il-group{
    right: 0px;
    top: 305px;
}
.what-we-do .il-snoring{
    left: 500px;
    top: 530px;
}
.what-we-do .il-blth .list-icon{
    background: #fff;
    width: 70px;
    height: 70px;
    padding-top: 16px;
}
.what-we-do .il-blth{
    left: 250px;
    top: 640px;
}
.what-we-do .il-trackert{
    left: 240px;
    top: 1100px;
}
.what-we-do .il-oximeter{
    left: 490px;
    top: 1100px;
}
.what-we-do .il-hstate{
    left: 795px;
    top: 1100px;
}
.what-we-do .il-text{
    left: 0px;
    top: 630px;
}
.what-we-do .il-text ul, .what-we-do .inner .il-text ul li{
    color: #00d2ae;
    text-align: left;
}
.what-we-do .il-text ul{
    margin-left:15px;
    margin-right: 15px;
}
.what-we-do .il-text ul li{
    list-style-type: disc;
    color: #00d2ae;
}
.what-we-do .il-text ul li span, .fourth-part .inner .il-text h5{
    text-align: left;
}
.portfolio{
    text-align: center;
}
.portfolio-item{
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 35px;
    -webkit-box-shadow: 0px -3px 15px -1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px -3px 15px -1px rgba(0,0,0,0.16);
    box-shadow: 0px -3px 15px -1px rgba(0,0,0,0.16);
    margin-top: 30px;
}
.p-big{
    width: 60%;
}
.portfolio .p-small{
    width: 34%;
}
.prel{
    position: relative;
}
bullet{
    display: block;
    margin-top: 40px;
    width: 260px;
    height: 90px;
    font-size: 0.88em;
    text-align: center;
    -webkit-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    -moz-box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    box-shadow: 14px 13px 30px -14px rgba(0,0,0,0.2);
    background:#fff;
    border-radius: 200px;
    padding: 25px;
}
.mobile03{
    display:none;
}
bullet b{
    font-family: FuturaBold;
    font-size: 1.23em;
}
.statistic{
    margin-top: 40px;
}
.snoring h3{
    margin-top: 20px;
}
.statistic .globe-text{
    position: absolute;
    top: 130px;
    right: 0px;
    opacity: 0.3;
}
.statistic .inner:first-child{
    padding-top: 130px;
}
.statistic .inner:nth-child(2){
    padding-top: 30px;
}
.statistic .circle{
    margin-top: 105px;
}
.what-we-do-text{
    margin-top: -155px;
    margin-bottom: 80px;
}
.portfolio-item{
    display: inline-block;
    vertical-align: top;
}
.portfolio{
    margin-top: 70px;
}
.lets-stay{
    padding-top: 40px;
}
.classic-list-col{
    margin-top: 100px;
}
.footer-menu{
    margin-top: 160px;
}
.portfolio .portfolio-item:first-child{
    background-image: url("./images/wave-bg_s1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    height: 506px;
    margin-right: 1.5%;
}
.portfolio .portfolio-item:nth-child(2){
    background-image: url("./images/wave-bg-s2.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    height: 506px;
}
.portfolio .portfolio-item:nth-child(3){
    background-image: url("./images/bg-s3.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 526px;
    margin-right: 1.5%;
}
.portfolio .portfolio-item:nth-child(4){
    background-image: url("./images/bg-s4.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 526px;
}
.portfolio .portfolio-item h5{
    font-size: 1.88em;
    font-family: FuturaMedium;
    color: #00d2ae;
    text-align: left;
    line-height:2.11em;
}
.portfolio .portfolio-item p{
    text-align: left;
    font-size: 1.23em;
    color: #00d2ae;
    line-height:2.11em;
}
.portfolio .portfolio-item:nth-child(3) h5, .portfolio .portfolio-item:nth-child(4) h5, .portfolio .portfolio-item:nth-child(3) p, .portfolio .portfolio-item:nth-child(4) p{
    color: #fff !important;
}
.portfolio .portfolio-item .portfolio-image{
    position: absolute;
}
.portfolio .portfolio-item .wifi{
    bottom: 200px;
    left: 20px;
    width: 15%;
    height: auto;
}
.product_menu h3{
    font-size: 1.88em;
}
.product_menu .inner a{
    display: inline-block;
    height: 450px;
    width: 220px;
    margin: 0px !important;
    vertical-align: top !important;
    text-align: center;
    border-right: 1px solid #f6f6f6;
}
.product_menu .inner a.m-border{
    border-left: 1px solid #f6f6f6;
}
#product-menu-show{
    position:relative;
}
.woocommerce-form-login{
    width: 600px;
    margin: auto;
    display: block;
}
.woocommerce form.login, .woocommerce form.register{
    border-radius: 10px !important;
}
.woocommerce-MyAccount-content p:first-child{
    padding-bottom: 40px;
}
#w-arrow{
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    position:absolute;
    top: 33px;
    left: 50%;
    margin-left: -30px;
    display:none;
}
.product_menu .inner a p{
    text-align: center;
    height: 60px;
    font-weight: 600;
    font-size: 0.85em;
}
.product_menu .inner a img {
    width: 85%;
}
.pswp__button--arrow--right:before , .pswp__button--arrow--left:before{
    right: 20px !important;
    border: 2px solid #fff;
    border-radius: 200px;
}
.pswp__button--arrow--left::before {
    left: 20px !important;
}
.product_menu .inner div{
    padding-top: 50px;
}
.inner-image{
    position: absolute;
    left: 50px;
    bottom: 270px;
    width: 50%;
}
.inner-image img{
    width: 100%;
    height: auto;
}
.inner-slider{
    position: absolute;
    right: 0px;
    top: 90px;
}
.slider .inner-slider{
    width: 50%;
    height: auto;
}
.slider .inner-slider img{
    width: 100%;
    height: auto;
}
.portfolio .portfolio-item .sleep{
    bottom: 140px;
    left: 15%;
    width: 20%;
    height: auto;
    padding: 10px;
}
.global-welding{
    margin-bottom: 30px;
    margin-top: 30px;
}
.portfolio .portfolio-item a.g_button{
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 99;
}
.portfolio .portfolio-item .phone{
    bottom: -20px;
    right: 35px;
    width: 60%;
    height: auto;
}
.portfolio .portfolio-item .oximeter{
    bottom: 0px;
    right: 5%;
    width: 80%;
    height: auto;
}
.portfolio .portfolio-item .snoring-device {
    bottom: 0px;
    height: auto;
    right: 15px;
    width: 50%;
}
.portfolio .portfolio-item .traker-green{
    bottom: 50px;
    left: 5%;
    width: 65%;
    height: auto;
}
.portfolio .portfolio-item .traker-white{
    bottom: 75px;
    right: -35px;
    width: 45%;
    height: auto;

}
.portfolio .portfolio-item .portfolio-image img{
    width: 100%;
    height: auto;
}
.footer{
    background-image: url("./images/wave-bg-f.png");
    background-size: auto 1100px ;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 1100px;
}
.classic-list{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.classic-list ul{
    list-style-type: none;
}
.classic-list ul li{
    line-height: 2.47em;
}
.mt25{
    margin-top: 25px;
}
.footer form{
    margin-top: 25px;
    position: relative;
}
.menu-list .account-user{
    display: block;
    border: 2px solid #fff;
    border-radius: 400px;
    padding: 14px;
}
.globe-text p{
    margin: 50px;
    margin-top: 0px;
    margin-bottom: 22px;
    font-family: FuturaMedium;
    font-size: 8.82em;
    color: #e2e2e2;
    line-height: 1.35em;
}
.statistic .globe-text p {
    margin-top: 80px;
}
.footer input[type="email"], .footer input[type="text"] {
    width: 200px;
    height: 60px;
    border: 2px solid #febc3a !important;
    border-radius: 200px;
    color: #7f8795;
    font-family: Muli;
    padding-left: 20px;
}
.footer input[type="email"]:focus, .footer input[type="text"]:focus {
    border: 2px solid #00d2ae !important;
    outline: none !important;
}
.footer input[type="email"] {
    width: 300px;
    margin-left: 10px;
}
.footer input[type=submit]{
    width: 75px;
    height: 60px;
    background-image: url(./images/bts-sub-bg.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    border-radius: 200px;
    cursor: pointer;
    border: 0px;
    margin-left: -75px;
    position: absolute;
    bottom: 0px;
}
.mchimplabel {
    color: #9e9e9e;
    position: absolute;
    top: 5px;
    left: 50px;
    height: 100%;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}
.chleft {
    left: 260px;
}
input[type=email]{
    box-shadow: unset !important;
}
input[type=email]:focus:invalid {
    border: 2px solid #febc3a !important;
}

input[type=email]:valid, #mc4wp-form-1 input[type=email]:valid, #mc4wp-form-1 input[type=text]:valid {
    border: 2px solid #febc3a !important;
}
#mc4wp-form-1 input[type=email]:focus:valid, #mc4wp-form-1 input[type=text]:focus:valid {
    border: 2px solid #00d2ae !important;
}
.mchimplabelactive {
    -webkit-transform: translateY(-30px) scale(0.8);
    transform: translateY(-30px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #00d2ae;
}
/*.footer input[type=submit]:hover{

}*/
.classic-list h5{
    color: #fff;
    font-family: FuturaBold;
    font-size: 1.41em;
    line-height: 3.05em;
}
.classic-list ul li a, .classic-list p, sup{
    color: #fff;
}
.classic-list p{
    line-height: 2.58em;
}
.footer-menu ul{
    list-style-type: none;
    display: inline-block;
}
.footer-menu ul li, .footer-menu ul.social li{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.footer-menu ul.col-8 li p, .footer-menu ul.col-8 li a, .footer-menu ul.col-8 li a i{
    font-size: 0.82em;
    color: #fff;
}
.footer-menu ul.social li a i{
    color: #fff;
}
.footer-menu ul.social li a img{
    margin-top: 5px;
}
.snoring-test h3{
    margin-top: 10px;
}
.snoring-test p{
    margin-top: 15px;
}
.what-we-do-text h3 {
    margin-bottom: -27px;
}
.subscription h3{
    margin-bottom: 20px;
}
.api-play-icon{
    margin-top: 60px !important;
}
.breath-difficult{
    overflow: hidden;
}
.join-us-2 a i{
    color: #fefefe;
    transition: all 0.5s ease-out;
}
.join-us-2 a:hover i{
    color: #00d2ae;
}
.realy-snore a i, .good-integration a i{
    color: #fefefe;
    transition: all 0.5s ease-out;
}
.realy-snore a:hover i, .good-integration a:hover i{
    color: #febc3a;
}
.detect-snoring .col-2{
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
}
.ml0{
    margin-left: 0px !important;
}
.mr0{
    margin-right: 0px !important;
}
.good-integration .inner-slider p:last-child{
    display:none;
}
.good-integration .inner-slider p:last-child a{
    display: block;
    width: 100%;
    margin: 0px;
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    font-size: 1.2em;
}
.imgmobile{
    display:none;
    width: 90%;
    margin:auto;
}
.imgmobile img{
    width: 100%;
    height: auto;
}
.good-integration .inner-slider p:last-child a:before{
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("./images/elips.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
/* woocommerce styles begin */

.woocommerce ul.products li{
    display: inline-block !important;
    width: 45% !important;
    margin: 1% !important;
    text-align: center !important;
    margin-top: 20px !important;
    /*padding: 20px !important;*/
    border: 2px solid #f6f6f6 !important;
}
li.xoo-cp-rel-sing {
    max-width: 200px !important;
}
ul.xoo-cp-rel-prods{
    margin-left: auto !important;
    margin-right: auto !important;
}
.xoo-cp-rel-price{
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce ul.products li a img {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
}
.woocommerce ul.products {
    padding-bottom: 60px !important;
}
.woocommerce ul.products li:hover{
    -webkit-box-shadow: 2px 0px 9px -1px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 2px 0px 9px -1px rgba(0,0,0,0.3) !important;
    box-shadow: 2px 0px 9px -1px rgba(0,0,0,0.3) !important;
}

.woocommerce .woocommerce-product-gallery{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.woocommerce .entry-summary{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-left: 1%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    transition-duration: 0.5s;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}
.woocommerce .woocommerce-product-gallery__image{
    text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
}
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce-MyAccount-navigation-link a{
    display: block;
    color: #7f8795;
    border-top: 4px solid #00d2ae;
    background: #ebe9eb;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
.woocommerce-message{
    line-height: 4em;
}
.woocommerce-MyAccount-content fieldset{
    margin-top: 40px;
}
.woocommerce-MyAccount-content legend{
    color: #00d2ae;
    font-weight: 600;
    margin-bottom: 10px;
}
#menu-close-button{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #00d2ae;
    border-radius: 200px;
    line-height: 40px;
}
.woocommerce-account h1, .woocommerce-account .woocommerce{
    text-align: center;
}
.logged-in h1, .logged-in .woocommerce{
    text-align: left;
}
.woocommerce-account .woocommerce-form-login{
    margin-left: auto !important;
    margin-right: auto !important;
}
#menu-close-button i{
    color: #00d2ae;
    font-size: 1.4em;
    -webkit-text-stroke: 2px #fff;
}
#menu-close-button:hover{
    border: 1px solid #FF656D;
}
#menu-close-button:hover i{
    color: #FF656D;
    -webkit-text-stroke: 2px #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    line-height: 2 !important;
    text-align:center !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    border-bottom-color: rgb(211, 206, 210);
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, a.woocommerce-review-link, a.woocommerce-review-link span, .shop_table th{
    color: #00d2ae !important;
}
.woocommerce ol.flex-control-thumbs li{
    display: inline-block;
    cursor: pointer;
}
.woocommerce .page-title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    display: inline-block !important;
    padding-bottom: 20px !important;
    vertical-align: top;
}
noweight{
    font-weight: 300 !important;
}
.woocommerce ul.products li h2{
    color: #7f8795;
    margin-top: 20px;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{
    display: none;
}
.woocommerce ul.products li a.button, .woocommerce ul.products li a.added_to_cart, button.single_add_to_cart_button, .woocommerce .button, #submit{
    width: 255px !important;
    height: 60px !important;
    margin: auto !important;
    border: 1px solid #febc3a !important;
    width: 225px !important;
    background: #febc3a !important;
    color: #fff !important;
    border-radius: 400px !important;
    font-family: FuturaMedium !important;
}
.woocommerce ul.products li a.button:hover, .woocommerce ul.products li a.added_to_cart:hover, button.single_add_to_cart_button:hover, .woocommerce .button:hover, #submit:hover, a.xcp-btn:hover{
    background: #fff !important;
    color: #febc3a !important;
}
.woocommerce .checkout-button{
    width: 320px !important;
    line-height: 0.8 !important;
}
.xoo-cp-rel-sing a.add_to_cart_button{
    width: 100% !important;
}
#coupon_code{
    height: 60px !important;
    width: 200px !important;
}
.price{
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 1.16em !important;
    font-family: FuturaMedium !important;
    color: #7f8795 !important;
}
.wc-backward {
    text-align: center !important;
    line-height: 2 !important;
}
.price span {
    color: #7f8795 !important;
    /*font-size: 1.16em !important;
    font-family: FuturaMedium !important;*/
    font-family: Muli !important;
    font-weight: 700 !important;
    font-size: 32px !important;
}
.price .woocommerce-Price-currencySymbol{
    font-size: 1.05em !important;
}
input[type="number"]{
    -moz-appearance:textfield;
    -webkit-appearance:textfield;
    font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.xoo-cp-container, .xoo-cp-rel-cont{
    overflow: hidden !important;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.woocommerce .star-rating:before, .woocommerce .star-rating span:before, .woocommerce p.stars a:before{
    color: #FFBD25 !important;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 1em !important;
}
.woocommerce .star-rating span:before{
    font-family: star !important;
}
.woocommerce input[type=text], .woocommerce input[type=email], .woocommerce select, .woocommerce textarea, .woocommerce input[type=tel], .woocommerce input[type=password]{
    border: 1px solid #7f8795;
    border-radius: 40px;
    padding: 20px;
}
.woocommerce input[type=text], .woocommerce input[type=email], .woocommerce input[type=tel], .woocommerce input[type=password]{
    height: 60px !important;
}
.woocommerce textarea{
    height: 200px !important;
}
.xoo-cp-container *, .woocommerce-page h1, .woocommerce-page h2, .woocommerce-billing-fields h3, #order_review_heading{
    font-family: FuturaMedium !important;
    text-transform:none !important;
}
.woocommerce-billing-fields h3, #order_review_heading{
    font-size: 32px !important;
}
#order_review_heading{
    margin-top: 20px !important;
}
.woocommerce-info {
    border-top-color: #00d2ae !important;
}
.woocommerce-page h1{
    margin-top: 40px;
    margin-bottom: 40px;
}
.woocommerce-page .footer{
    margin-top: 0px !important;
}
.xcp-icon {
    color: #fff !important;
}
i.xoo-cp-close {
    color: #00d2ae !important;
}
.xcp-bk-icon, .xoo-cp-basket{
    display: none !important;
}
.xoo-cp-basket {
    padding: 0px !important;
    box-shadow: none !important;;
    background: none !important;
    top: 53px !important;
}
.xcp-bk-count, .xoo-cp-opac{
    background-color: #00d2ae !important;
}
a.xoo-cp-empct{
    color: #00d2ae !important;
}
.xcp-bk-count {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 0.86em !important;
    font-family: FuturaMedium;
    font-weight: bold;
}
.xoo-cp-success{
    color: #fff !important;
    background-color: #00d2ae !important;
    font-family: FuturaMedium !important;
    font-size: 1em !important;
}
.woocommerce-message, .woocommerce-info{
    color: #00d2ae !important;
    background-color: #f6f6f6 !important;
    font-family: FuturaMedium !important;
    font-size: 1em !important;
}
.woocommerce-message::before{
    color: #00d2ae !important;
}
.woocommerce-info::before{
    content: ""!important;
}
.woocommerce-message {
    border-top-color: #00d2ae !important;
}
.xoo-cp-container{
    border-radius: 20px !important;
    padding: 20px !important;
}
.xoo-cp-container {
    max-width: 900px !important;
}
.xoo-cp-hdtxt, span.xcp-rel-head{
    font-family: FuturaMedium !important;
    font-size: 1.6em !important;
    text-transform: none !important;
}
#mCSB_1_scrollbar_vertical {
    top: 65px !important;
}
i.xoo-cp-close{
    top: 15px !important;
}
.woocommerce h1{
    font-family: FuturaMedium;
}
.xoo-cp-rel-cont{
    margin-bottom: 40px !important;
}
.xcp-rel-head{
    margin-top: 40px !important;
    width: 95%;
}
table.xoo-cp-cart td.xoo-cp-ptitle{
    position:relative;
}
.xoo-cp-variations{
    position:absolute;
    bottom: 20px;
}
.xoo-cp-variations .variation dt{
    color: #00d2ae;
}
a.xcp-btn {
    font-family: FuturaMedium !important;
    text-transform: none !important;
}
.woocommerce-Reviews-title{
    margin-bottom: 40px;
}
.commentlist {
    font-family: "FuturaMedium" !important;
}
.commentlist .commenter{
    font-family: "FuturaBold" !important;
}
.commentlist time, .commentlist .fa-calendar{
    color: #b1b1b1 !important;
}
.commentlist .comment-form-author, .commentlist .comment-form-email{
    width: 48%;
    display: inline-block;
}
.commentlist li{
    padding-bottom: 20px !important;
    border-bottom: 4px dotted #b1b1b1 !important;
}
.xoo-cp-rel-sing a.add_to_cart_button{
    height: auto !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #DEDEDE !important;
}
#reply-title{
    color: #00d2ae !important;
    font-size: 24px !important;
    font-family: "FuturaMedium" !important;
}
#commentform{
    margin-top: 10px !important;
}
#commentform #submit{
    background-color: #00d2ae !important;
    color: #fff !important;
    border: 1px solid #00d2ae !important;
}
#commentform #submit:hover{
    background-color: #fff !important;
    color: #00d2ae !important;
}
.comment-form-rating label{
    font-size: 20px !important;
}
.comment_container img{
    display: none;
}
.up-sells ul.products li{
    width: 30% !important;
    min-height: 680px !important;
}
.flex-control-thumbs{
    margin-top: 10px !important;
}
.up-sells ul.products li a p{
    /*min-height: 140px !important;*/
}
.up-sells ul.products li.product .woocommerce-loop-product__title{
    min-height: 100px !important;
}
.up-sells ul.products li .button{
    display: none !important;
}
.woocommerce div.product form.cart div.quantity {
    height: 60px;
    line-height: 60px;
    margin-right: 35px !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 4em !important;
}
form.cart .reset_variations{
    line-height: 4em !important;
}
.woocommerce div.product form.cart .variations select {
    min-width: 20% !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #00d2ae !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: #fff !important;
}
.woocommerce-page ul.products li.product{
    min-height: 680px;
}
.xoo-cp-rel-sing a.button{
    font-size: 13px !important;
}
.up-sells .price span, .up-sells .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    font-size: 26px !important;
}
.woocommerce-tabs{
    margin-bottom: 60px !important;
}
.woocommerce-page ul.products li a.button{
    width: 180px !important;
    margin: 5px !important;
    line-height: 2 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.6em !important;
    font-family: FuturaMedium !important;
}
.woocommerce .product-remove a.remove, .woocommerce .product-remove a.remove:hover{
    color: #00d2ae !important;
    background: none !important;
}
.woocommerce-page ul.products li a.trans{
    border: 1px solid #7f8795 !important;
    background: none !important;
    color: #7f8795 !important;
}
.woocommerce-page ul.products li a.trans:hover{
    border: 1px solid #7f8795 !important;
    background: #7f8795 !important;
    color: #fff !important;
}
.woocommerce-page .star-rating{
    margin-left: auto !important;
    margin-right: auto !important;
}
span.xcp-minus, span.xcp-plus, .xoo-cp-qtybox{
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-width: 0px !important;
}
span.xcp-minus, span.xcp-plus{
    border-radius: 5px !important;
    background-color: #00d2ae !important;
    color: #fff !important;
    height: 24px !important;
    margin-top: 0px !important;
    line-height: 20px !important;
    border: 1px solid #00d2ae !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding-left: 15px !important;
}
.cart-collaterals table td{
    text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    float: right;
}
span.xcp-minus:hover, span.xcp-plus:hover{
    background-color: #fff !important;
    color: #00d2ae !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
    background-color: #00d2ae !important;
    background-color: rgba(0, 210, 	174, .75) !important;
}
.xoo-cp-qtybox{
    height: 24px !important;
    margin-top: 0px !important;
    line-height: 20px !important;
}
.woocommerce-page ul.products li a p{
    min-height: 60px;
}
.woocommerce div.product div.images {
    width: 52% !important;
}
.woocommerce div.product div.summary {
    width: 43% !important;
    margin-right: 0px;
}
td.xoo-cp-remove .xcp-icon, .woocommerce-form__label-for-checkbox span{
    color: #00d2ae !important;
}
.woocommerce-form__label-for-checkbox span{
    font-size: 20px !important;
    font-family: "FuturaMedium";
}
.xoo-cp-rel-title{
    height: 34px !important;
}
.woocommerce table.shop_table td{
    height: 150px !important;
}
.woocommerce-cart table.cart img{
    width: 140px !important;
}
span.qnt-minus, span.qnt-plus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 21px;
    border-radius: 5px !important;
    border: 1px solid #00d2ae !important;
    height: 24px !important;
    margin-top: 0px !important;
    line-height: 20px !important;
    background-color: #00d2ae !important;
    color: #fff !important;
}
span.qnt-minus:hover, span.qnt-plus:hover {
    background-color: #fff !important;
    color: #00d2ae !important;
}
.woocommerce-cart-form__cart-item, .woocommerce-cart-form__cart-item a{
    font-size: 1.15em !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, #order_review .shop_table td{
    height: auto !important;
}
a.xcp-btn {
    padding: 22px 12px !important;
    font-size: 17px !important;
}
/*.woocommerce a.button{
    line-height: 2 !important;
}*/
.xcp-ctotal .amount, .xcp-totxt, .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .xoo-cp-empct, td.xoo-cp-ptitle a,.xcp-one-qty, td.xoo-cp-pprice, td.xoo-cp-ptotal, .woocommerce-Price-amount {
    font-size: 32px !important;
    font-family: Muli !important;
    font-weight: 700 !important;
}
#customer_details .col-1, #customer_details .col-2{
    border: 1px solid #DEDEDE !important;
    border-radius: 5px;
    padding: 10px;
}
.cart_totals .blockUI, .select2-selection__arrow, .fa-frown-o, .pswp__caption, .onsale{
    display: none !important;
}
.cart-subtotal th, .shipping th, .order-total th{
    font-size: 24px !important;
}
.calculated_shipping h2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td{
    line-height: 60px !important;
}
.xoo-cp-rel-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .xoo-cp-rel-price .woocommerce-Price-amount, .shipping td .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .shipping td .woocommerce-Price-amount, .product-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-total .woocommerce-Price-amount, .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-price .woocommerce-Price-amount, .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-subtotal .woocommerce-Price-amount, .xoo-cp-empct, td.xoo-cp-ptitle a,.xcp-one-qty, td.xoo-cp-pprice, td.xoo-cp-ptotal, .xcp-ctotal .amount, .xcp-totxt, .xoo-cp-pprice .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .xoo-cp-pprice .woocommerce-Price-amount, .xoo-cp-ptotal .woocommerce-Price-amount, .xoo-cp-ptotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .xcp-ctotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    font-size: 20px !important;
}
.xoo-cp-rel-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .xoo-cp-rel-price .woocommerce-Price-amount, .xoo-cp-rel-prods small{
    font-size: 13px !important;
}
.cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .cart-subtotal .woocommerce-Price-amount, .woocommerce-cart .cart-collaterals .cart_totals table th, .cart-collaterals h2{
    font-size: 32px !important;
}
.woocommerce-checkout-review-order-table th{
    font-size: 32px !important;
}
.woocommerce-checkout-review-order-table .cart_item td, .woocommerce-checkout-review-order-table .cart_item td .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce-checkout-review-order-table .cart_item td .woocommerce-Price-amount{
    font-size: 26px !important;
}
input, select, textarea{
    border: 1px solid #DEDEDE !important;
    color: #7f8795 !important;
}
.woocommerce table.shop_table{
    border: 1px solid #DEDEDE !important;
}
.woocommerce table.shop_table td{
    border-top: 1px solid #DEDEDE !important;
}
span.xcp-rel-head {
    border-bottom: 1px solid #00d2ae !important;
}
select option {
    background:transparent;
    border:0;
}
.select2-container .select2-selection--single {
    height: 60px !important;
    border-radius: 40px !important;
    padding: 10px !important;
    border: 1px solid #DEDEDE !important;
    color: #7f8795 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
option:hover, option:checked{
    background-color: #00d2ae !important;
}
.pswp__bg{
    background: rgba(0,210,174,0.9) !important;
}
.xoo-cp-rel-prods a.button{
    width: auto !important;
    height: auto !important;
}
.type-product{
    padding-top: 40px;
}
input:focus, select:focus, textarea:focus{
    border: 1px solid #00d2ae !important;
    outline: none;
}
button:focus, span:focus{
    outline: none;
}
input:required:invalid, select:required:invalid, textarea:required:invalid{
    border: 2px solid #febc3a !important;
}
input:required:focus:invalid, select:required:focus:invalid, textarea:required:focus:invalid{
    border: 2px solid #00d2ae !important;
}
input:required:valid, select:required:valid, textarea:required:valid {
    border: 1px solid #DEDEDE !important;
}
.quantity input, .quantity input:required:valid{
    border: 0px !important;
}
.woocommerce-error {
    border-top-color: #FF656D !important;
}
.woocommerce-error::before, .woocommerce form .form-row.woocommerce-invalid label{
    color: #FF656D !important;
}
.xoo-cp-rel-sing .attachment-shop_catalog {
    width: 100% !important;
}
.archive .post-23 .price, .archive .post-25 .price, .archive .post-27 .price{
    height: 92px !important;
}
/* woocommerce styles end */

.pum-theme-71 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 183, 205, 1.00 );
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #00d2ae !important;
    outline: none;
}
input:invalid{
    box-shadow:none;
}
.cart-collaterals h2{
    margin-bottom: 20px;
}
.woocommerce-checkout-review-order-table .cart_item td, .woocommerce-checkout-review-order-table .cart_item td .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce-checkout-review-order-table .cart_item td .woocommerce-Price-amount, .woocommerce-checkout-review-order-table th, .cart-collaterals h2, .woocommerce-cart .cart-collaterals .cart_totals table th, .cart-subtotal .woocommerce-Price-amount, .cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce-Price-amount, .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
    font-size: 20px !important;
}
.cart-collaterals h2{
    font-size: 24px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    line-height: 40px !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    color: #7f8795 !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    opacity: 0.8 !important;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover{
    background-color: transparent !important;
}
.siq_bR {
    bottom: 100px !important;
    right: 15px !important;
}
.page-id-17 h3, .page-id-17 h1, .page-id-130 h1{
    margin-top: 40px;
}
.page-id-17 h2, .page-id-130 h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1em;
    font-family: FuturaMedium;
}
.page-id-130 p{
    margin-bottom: 20px;
}
.page-id-130 u{
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
    .portfolio .portfolio-item .oximeter{
        bottom: 0px;
        right: 5%;
        width: 90%;
        height: auto;
    }
    .good-integration .inner-slider {
        bottom: 0px;
    }
    .portfolio .portfolio-item .traker-green{
        bottom: 50px;
        left: 5%;
        width: 85%;
        height: auto;
    }
    .portfolio .portfolio-item .snoring-device {
        bottom: 0px;
        height: auto;
        right: 15px;
        width: 55%;
    }
    .portfolio .portfolio-item h5 {
        font-size: 1.7em;
        line-height: 1.2em;
    }
    .portfolio .portfolio-item p {
        font-size: 1.2em;
        line-height: 1.24em;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 60px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child {
        padding-right: 180px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 140px;
    }
    .pre-diagnoctic {
        margin-top: -250px;
    }
    .breath-difficult {
        background-size: 900px auto;
    }
    .inner-slider {
        /*top: 100px;*/
    }
    .join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft {
        font-size: 6em;
        padding-bottom: 30px;
    }
    .pre-diagnoctic{
        background-size: 1600px auto;
    }
    .join-us-2 {
        background-size: 1800px auto;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -130px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: -45px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count {
        margin-right: -12px;
    }
}
@media screen and (max-width: 1500px){
    .xcp-bk-count {
        width: 16px !important;
        height: 16px !important;
        line-height: 16px !important;
        font-size: 0.7em !important;
    }
    .xoo-cp-basket {
        top: 55px !important;
    }
    .xcp-bk-count {
        left: 0px;
        top: 0px;
    }
    #wh-widget-send-button.wh-widget-right{
        bottom: 60px !important;
    }
    .menu-list a.g_button {
        height: 50px !important;
        line-height: 3em;
    }
    .menu-list ul li a {
        font-size: 0.9em;
    }
    .menu-list .account-user {
        padding: 10px;
    }
    .menu-list ul li a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .siq_bR {
        bottom: 150px !important;
        right: 15px !important;
    }
}
@media screen and (max-width: 1366px) {
    .good-integration .inner-slider {
        bottom: 100px;
    }
    .portfolio .portfolio-item .snoring-device {
        width: 65%;
    }
    .detect-snoring {
        padding-top: 100px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 30px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child {
        padding-right: 245px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 160px;
    }
    .polygon-dotted{
        display: none;
    }
    .join-us-2 .globe-text {
        width: 800px;
    }
    .breath-difficult {
        background-position: 130% top;
    }
    .breath-difficult .inner-image {
        top: 500px;
    }
    .inner-slider {
        top: 140px;
    }
    .realy-snore .col-6 img{
        max-width:100%;
    }
    .main-new .col-7-right {
        margin-left: 670px !important;
    }
    .main-new .col-6 {
        width: 550px;
    }
    .main-new .footer .col-6 {
        width: 570px;
    }
    .join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft {
        font-size: 4.3em;
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .inner-image {
        bottom: 345px;
    }
    .globe-text p {
        font-size: 7em;
    }
    main-new .globe-text p {
        font-size: 7em;
    }
    .menu-list a.g_button {
        height: 50px !important;
    }
    .product_menu p{
        font-size: 0.75em;
    }
    .join-us-2, .body.main-new, .slider-2, .realy-snore, .good-integration{
        background-size: 1600px auto;
    }
    .breath-difficult{
        background-size: 900px auto;
    }
    .pre-diagnoctic{
        background-size: 1370px auto;
    }
    .join-us-2{
        margin-top:0px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count {
        margin-right: 55px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -161px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: -30px;
    }
}
@media screen and (max-width: 1280px) {
    .join-us-2 .inner {
        padding-top: 400px;
    }
    .good-integration .inner-slider{
        padding-top: 150px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 10px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child {
        padding-right: 255px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 160px;
    }
    .pre-diagnoctic {
        background-size: 1300px auto;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count {
        margin-right: 63px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: -35px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -180px;
    }
    .inner-slider {
        top: 100px;
    }
    .col-7-right {
        margin-left: 620px;
    }
    .inner-image {
        bottom: 360px;
    }
    .main-new .col-6 {
        width: 500px;
    }
    .main-new .footer .col-6 {
        width: 570px;
    }
    .breath-difficult {
        background-position: 135% top;
    }
    .breath-difficult .inner-image {
        bottom: auto !important;
        width: 30%;
    }
    .snoring .trans, .join-us-2 .trans, .realy-snore .trans, .good-integration .trans{
        width: 150px;
    }
    .menu-list ul li a {
        font-size: 0.8em;
    }
    .menu-list a.g_button {
        height: 30px !important;
        line-height: 1.8em;
    }
    .menu-list .account-user {
        padding: 5px;
    }
    .menu-list .account-user img{
        width: 16px;
        height: auto;
    }
    .menu-list .trans{
         width: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .woocommerce div.product div.summary {
        width: 45% !important;
        margin-right: 0px;
    }
    .single-product h1.product_title{
        font-size: 2.6em;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3){
        margin-top: 270px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 80px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child {
        padding-right: 120px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 125px;
    }
    .join-us-2, .body.main-new, .slider-2, .realy-snore, .good-integration{
        background-size: 1280px auto;
    }
    .breath-difficult{
        background-size: 600px auto;
        background-position: 100% top;
    }
    .pre-diagnoctic{
        background-size: 1200px auto;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count {
        margin-right: -70px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: -65px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -100px;
    }
    .slider-2{
        min-height: 500px;
    }
    .join-us-2 .globe-text .tleft{
        padding-top: 10px;
    }
    .join-us-2{
        background-position: center 5px;
        min-height: 750px;
    }
    .join-us-2 .inner {
        padding-top: 350px;
    }
    .detect-snoring .col-2 {
        width: 130px;
    }
    .breath-difficult .globe-text {
        top: 0px;
        width: 700px;
    }
    .detect-snoring {
        padding-top: 0px;
    }
    .detect-snoring {
        min-height: 450px;
    }
    .detect-snoring .pbig {
        margin-bottom: 40px;
    }
    .main-new .col-6 {
        width: 380px;
    }
    .main-new .footer .col-6 {
        width: 395px;
    }
    .main-new .col-7-right {
        margin-left: 470px !important;
    }
    .detect-snoring h5 {
        font-size: 0.86em;
    }
    .detect-snoring p{
        font-size: 0.92em;
        line-height: 1em;
    }
    .realy-snore {
        min-height: 700px;
    }
    .sleep-better .sb-leftblock {
        margin-right: 0px;
    }
    .sleep-better .sb-rightblock {
        margin-left: 0px;
    }
    .sleep-better .sb-main-image img{
        max-width: 90%;
        margin-left: 30px;
    }
    .sleep-better .col-4 .main-2-elips p {
        height: 40px;
    }
    .sleep-better .col-4 .main-2-elips p:last-child img{
        height: 40px;
    }
    .sleep-better .sb-leftblock .main-2-elips p:first-child {
        margin-right: 45px;
    }
    .sleep-better .col-4 .main-2-elips {
        margin-top: 20px;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(2) {
        margin-top: 10px;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(3) {
        margin-top: 85px;
    }
    .sleep-better .sb-leftblock .main-2-elips:last-child {
        margin-top: 50px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(2) {
        margin-top: 48px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(3) {
        margin-top: 45px;
    }
    .sleep-better .sb-rightblock .main-2-elips:last-child {
        margin-top: 50px;
    }
    .sleep-better {
        min-height: 950px;
        padding-top: 100px;
    }
    .breath-difficult .globe-text {
        padding-top: 50px;
    }
    .breath-difficult .col-6 {
        padding-top: 200px;
        margin-top: -20px;
    }
    .breath-difficult .inner-image {
        top: 300px;
    }
    .good-integration .globe-text {
        top: 0px;
        width: 800px;
    }
    .breath-difficult {
        min-height: 1020px;
    }
    .good-integration .globe-text {
        padding-top: 220px;
    }
    .good-integration .inner {
        padding-top: 450px;
    }
    .slider-2 .inner {
        padding-top: 150px;
    }
    .good-integration {
        min-height: 1000px;
    }

    body, .statistic {
        background-size: 1344px auto;
    }
    a.g_button {
        height: 30px !important;
        line-height: 1.8em;
        font-size: 0.8em;
    }
    p {
        font-size: 1em;
        line-height: 1.23em;
    }
    .inner {
        width: 800px;
        margin: auto;
        margin-top: 20px;
    }
    .woocommerce-page ul.products li.product {
        min-height: 750px;
    }
    .menu-list .trans, .portfolio-item a.trans {
        width: 160px;
    }
    .menu-list .shop {
        width: 140px;
    }
    .menu a.logo img{
        width: 230px;
        height: auto;
    }
    #beta {
        left: 237px;
        top: 51px;
        font-size: 0.77em;
    }
    .menu-list {
        width: calc(100% - 310px);
    }

    proc, .circle p b{
        font-family: FuturaBold;
        font-size: 0.86em;
    }
    .slist p{
        font-size: 0.76em;
        line-height: 1em;
        margin-top: 21px;
    }
    .circle .col-1{
        margin-left: -10px;
    }
    .circle .col-1 img{
        width: 45px;
        height: auto;
    }
    .circle p{
        margin-top: 10px;
    }
    .col-1{
        width: 55px;
    }
    .col-2{
        width: 115px;
    }
    .col-3{
        width: 185px;
    }
    .col-4{
        width: 255px;
    }
    .col-5{
        width: 325px;
    }
    .col-6{
        width: 395px;
    }
    .col-7{
        width: 465px;
    }
    .col-8{
        width: 535px;
    }
    .col-6-right{
        margin-left: 420px;
    }
    .col-7-right{
        margin-left: 490px;
    }
    h3.fs46 {
        font-size: 1.89em;
    }
    h3, .slider .gstarted {
        margin-bottom: 28px;
    }
    .gstarted {
        width: 160px;
    }
    .slider{
        padding-top: 238px;
        height: 868px;
    }
    h3.fs62 {
        font-size: 2.52em;
    }
    .globe-text p {
        margin: 35px;
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 6.17em;
    }
    .m30 {
        margin-right: 8px;
        margin-left: 8px;
    }
    .list-icon, .what-we-do .inner-list .list-icon {
        width: 77px;
        height: 77px;
        padding-top: 24px;
        margin-bottom: 18px;
    }
    .list-icon img {
        height: 28px;
        width: auto;
    }
    bullet {
        display: block;
        margin-top: 28px;
        width: 182px;
        height: 63px;
        font-size: 0.62em;
        padding: 17.5px;
    }
    .statistic .globe-text p {
        margin-top: 56px;
    }
    .statistic .inner:nth-child(2) {
        padding-top: 21px;
    }
    .statistic .inner:nth-child(2) img{
        width: 425px;
        heigth: auto;
    }
    .statistic .circle {
        margin-top: 73.5px;
    }
    .snoring .trans, .snoring-test .trans {
        margin-top: 21px;
    }
    .snoring .trans {
        width: 160px;
    }
    .snoring h3 {
        margin-top: 0px;
    }
    .snoring h3 {
        font-size: 1.65em;
    }
    .snoring-test {
        margin-top: 300px;
    }
    .snoring-test .trans {
        width: 160px;
    }
    .snoring-test h5 {
        font-size: 1.3em;
    }
    .snoring-test a.text{
        font-size: 0.86em;
    }
    .snoring-test a.text {
        margin-top: 14px;
    }
    .statistic {
        height: 1800px;
    }
    .inner-image {
        bottom: 220px;
    }
    .what-we-do-text {
        margin-top: -120px;
        margin-bottom: 50px;
    }
    .what-we-do{
        background-size: 600px auto;
        height: 1060px;
        background-position: center 0px;
    }
    .what-we-do .inner-list h4 {
        margin-bottom: 36px;
        font-size: 0.86em;
    }
    .what-we-do .inner-list h5 {
        margin-bottom: 14px;
        margin-top: 14px;
        font-size: 0.81em;
    }
    .what-we-do .inner-list p, .what-we-do .il-text ul li span {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    .what-we-do .il-lab {
        left: 40px;
        top: 140px;
    }
    .what-we-do .il-blth {
        left: 200px;
        top: 420px;
    }
    .what-we-do .il-text {
        left: 40px;
        top: 400px;
    }
    .what-we-do .il-snoring {
        left: 345px;
        top: 330px;
    }
    .what-we-do .il-prof {
        left: 500px;
        top: 185px;
    }
    .what-we-do .il-group {
        right: 20px;
        top: 185px;
    }
    .what-we-do .il-text ul li {
        line-height: 1em;
    }
    .statistic {
        background-position: center 50px;
    }
    .what-we-do .il-trackert {
        left: 180px;
        top: 690px;
    }
    .what-we-do .il-oximeter {
        left: 340px;
        top: 690px;
    }
    .what-we-do .il-hstate {
        left: 525px;
        top: 690px;
    }
    .portfolio .portfolio-item:first-child, .portfolio .portfolio-item:nth-child(2) {
        height: 355px;
    }
    .portfolio .portfolio-item:nth-child(3), .portfolio .portfolio-item:nth-child(4) {
        height: 368px;
    }
    .portfolio .portfolio-item .sleep {
        bottom: 98px;
    }
    .portfolio .portfolio-item .wifi {
        bottom: 140px;
    }
    .portfolio .portfolio-item h5 {
        font-size: 1.31em;
        line-height: 1.47em;
    }
    .portfolio .portfolio-item p {
        font-size: 0.86em;
        line-height: 1.47em;
    }
    /*.portfolio .portfolio-item .oximeter {
        bottom: 49px;
    }
    .portfolio .portfolio-item .traker-green {
        bottom: 56px;
    }
    .portfolio .portfolio-item .traker-white {
        bottom: 52px;
    }
    .portfolio .portfolio-item .snoring-device {
        bottom: 91px;
    }*/
    .subscription h3 {
        margin-bottom: 14px;
    }
    .footer form{
        margin-top: 18px;
    }
    .footer input[type="email"], .footer input[type="text"] {
        width: 297px !important;
        height: 42px !important;
        padding-left: 25px;
    }
    .footer input[type="email"]{
        margin-top:30px;
    }
    .mchimplabelactive{
        -webkit-transform: translateY(-20px) scale(0.8);
        transform: translateY(-20px) scale(0.8);
    }
    .mchimplabel {
        left: 70px;
    }
    .chleft {
        left: 70px;
        top: 80px;
    }
    .footer input[type="text"]{
        margin-top: 10px;
    }
    .footer input[type="submit"] {
        width: 52px;
        height: 42px;
        margin-left: -52px;
    }
    .footer input[type="email"] {
        margin-left: 0px;
    }
    input::-webkit-input-placeholder       {font-size:20px}
    input::-moz-placeholder                {font-size:20px}
    input:-moz-placeholder                 {font-size:20px}
    input:-ms-input-placeholder            {font-size:20px}
    input:focus::-webkit-input-placeholder {font-size:20px}
    input:focus::-moz-placeholder          {font-size:20px}
    input:focus:-moz-placeholder           {font-size:20px}
    input:focus:-ms-input-placeholder      {font-size:20px}
    input[placeholder]          {font-size:20px}
    input::-moz-placeholder     {font-size:20px}
    input:-moz-placeholder      {font-size:20px}
    input:-ms-input-placeholder {font-size:20px}
    .classic-list h5 {
        font-size: 0.98em;
        line-height: 2.14em;
    }
    .footer {
        background-size: auto 770px;
        height: 770px;
    }
    .classic-list ul li{
        line-height: 1.5em;
    }
    .classic-list ul li a{
        font-size: 0.7em;
    }
    .classic-list {
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .api-play-icon img{
        width:100%;
        height: auto;
    }
    .api-play-icon {
        margin-top: 30px !important;
    }
    .footer-menu ul.social li a i{
        font-size: 1.4em;
    }
    .footer-menu ul.social li a img {
        height: 19px;
    }
    .footer-menu .col-8,.footer-menu .col-4{
        width: 100%;
        text-align: center;
        display: block;
    }
    .footer-menu .col-4{
        margin-top: 20px;
    }
    .classic-list-col {
        margin-top: 50px;
    }
    .menu {
        height: 73px;
    }
    .menu a.logo {
        line-height: 4.32em;
        margin-left: 35px;
    }
    #product-menu-show ul {
        top: 73px;
        height: 315px;
    }
    .product_menu{
        height: 315px;
    }
    .footer-menu ul.col-8 li p, .footer-menu ul.col-8 li a, .footer-menu ul.col-8 li a i {
        font-size: 0.7em;
    }
    .product_menu h3 {
        font-size: 1.31em;
    }
    #product-menu-show:hover::after {
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        border-bottom: 21px solid #fff;
        top: 27px;
        margin-left: -21px;
    }
    .product_menu .inner a{
        height: 315px;
        width: 140px;
    }
    .product_menu .inner a img{
        height: auto;
        width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 50px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child {
        padding-right: 180px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 125px;
    }
    .pre-diagnoctic {
        background-size: 1030px auto;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -135px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(2) .main-2-count {
        margin-right: -10px;
    }
    .detect-snoring .col-2{
        width: 115px;
    }
    .pre-diagnoctic {
        margin-top: -100px;
    }
    .inner-slider {
        top: 120px;
    }
    .globe-text p {
        font-size: 5.17em;
    }
    .inner-image {
        bottom: 260px;
    }
    .slider-2 .inner {
        padding-top: 150px;
    }
    .join-us-2 .inner {
        padding-top: 340px;
    }
    .join-us-2 .globe-text {
        bottom: 25px;
    }
    .breath-difficult .globe-text {
        padding-top: 0px;
    }
    .breath-difficult .col-6 {
        margin-top: 50px;
    }
    .join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft {
        font-size: 4em;
    }
    .breath-difficult .inner-image {
        width: 40%;
    }
    .breath-difficult .inner-image {
        top: 300px;
    }
    .breath-difficult {
        background-position: 110% top;
    }
    .breath-difficult .globe-text {
        top: 15px;
        width: 600px;
    }
    .breath-difficult {
        min-height: 850px;
    }
    .good-integration .inner {
        padding-top: 500px;
    }
    .good-integration .globe-text {
        top: 20px;
        width: 800px;
    }
    .join-us-2 .globe-text, .breath-difficult .globe-text, .good-integration .globe-text{
        width: 70%;
    }

}
@media screen and (max-width: 1000px) {
    .xcp-bk-count {
        left: -15px;
        top: -15px;
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 0.86em !important;
    }
    body {
        padding-top: 75px;
    }
    .type-product {
        padding-top: 0px;
    }
    .pre-diagnoctic {
        background-size: 960px auto;
    }
    .menu-mobile .inner{
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hide-menu-button a.g_button {
        display: block;
        height: 40px !important;
        border: 2px solid;
        line-height: 2em;
        border-radius: 400px;
        text-align: center;
        font-size: 1.05em;
        font-weight: 700;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .hide-menu i {
        cursor: pointer;
        transition: 1s;
    }

    .hide-menu i:hover {
        color: #febc3a;
    }

    .hide-menu-button .g_button {
        display: inline-block !important;
        width: 40%;
        min-width: 200px;
        margin-top: 10px;
        max-width: 240px;
    }

    .menu-mobile {
        text-align: center;
        position: fixed;
        background: #00d2ae;
        top: 60px;
        left: auto;
        right: auto;
        z-index: 999;
        overflow-y: auto;
    }

    .menu-list-small {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .hide-menu-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hide-menu {
        display: block;
        float: right;
        margin-top: 9px;
        margin-right: 25px;
    }

    .menu-list-small ul {
        width: 90%;
        width: auto;
    }

    .menu-list-small ul li {
        display: block;
        text-align: center;
    }
    .slider-2 .inner {
        padding-top: 70px;
    }
    .menu-list-small ul li a {
        font-weight: 700;
        font-size: 1.4em;
        color: #fefefe;
        cursor: pointer;
        display: block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #mobile-product-list ul li a {
        font-size: 1em;
    }

    .hide-menu i {
        color: #fff;
        font-size: 1.5em;
    }

    .menu-list {
        display: none;
    }
    .join-us-2 .globe-text .tleft {
        padding-top: 140px;
        font-size: 3.4em;
    }
    .detect-snoring {
        padding-top: 80px;
    }
    .realy-snore {
        padding-top: 100px;
    }
}

@media screen and (max-width: 800px) {
    .woocommerce-checkout #payment ul.payment_methods li img{
        margin: 3px !important;
    }
    .single-product div.product div.woocommerce-product-gallery{
        width: 100% !important;
    }
    .single-product div.product div.summary{
        width: 100% !important;
    }
    .footer-menu ul.social li a img {
        height: 14px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child {
        padding-right: 100px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) {
        margin-top: 170px;
    }
    .pre-diagnoctic {
        background-size: 800px auto;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: -80px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: -45px;
    }
    .slider-2 .inner {
        padding-top: 100px;
    }
    .slider-2 .inner-slider {
        top: 100px;
    }
    .slider-2 p {
        margin-bottom: 20px;
    }

    .join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft {
        font-size: 3em;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .join-us-2 .inner {
        padding-top: 280px;
    }
    .slider-2 {
        min-height: 350px;
    }
    .join-us-2, .body.main-new, .slider-2, .realy-snore, .good-integration{
        background-size: 850px auto;
    }
    .breath-difficult{
        background-size: 500px auto;
        background-position: 120% top;
    }
    .breath-difficult .inner-image {
        top: 180px !important;
        width: 40%;
    }
    .pre-diagnoctic{
        background-size: 700px auto;
    }
    .page-id-32 .slider-2 .col-6 img{
        width: 90px;
    }
    .main-new .col-7-right {
        margin-left: 400px !important;
    }
    .join-us-2 {
        min-height: 500px;
        padding-bottom: 155px;
    }
    .slider-2 h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .detect-snoring .pbig {
        margin-bottom: 10px;
    }
    .detect-snoring .ds-icon {
        min-height: 40px;
    }
    .detect-snoring .ds-icon img{
        height: 20px;
    }
    .detect-snoring .inner{
        width: 720px;
    }
    .detect-snoring .col-2, .detect-snoring .col-3 {
        margin-left: 5px;
        margin-right: 5px;
        width: 120px;
    }
    .detect-snoring .col-2:nth-child(6){
        width: 150px;
    }
    .detect-snoring h3 {
        margin-bottom: 10px !important;
    }
    .detect-snoring {
        min-height: 300px;
    }
    .main-new .col-6 {
        width: 250px;
    }
    .main-new .footer .col-6 {
        width: 275px;
    }
    .realy-snore p{
        margin-bottom: 20px;
    }
    .realy-snore .trans, .realy-snore h3 {
        margin-top: 20px;
    }
    .realy-snore {
        min-height: 400px;
        margin-top: 0px;
    }
    .sleep-better .get-to-know-down{
        height:auto;
    }
    .sleep-better .get-to-know-down p {
        margin: 10px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .sleep-better {
        min-height: 650px;
    }
    .breath-difficult {
        min-height: 820px;
        margin-top: 20px;
    }
    .pre-diagnoctic .col-8 {
        width: 350px !important;
    }
    .pre-diagnoctic {
        min-height: 750px;
    }
    .good-integration {
        margin-top: -220px;
    }
    .good-integration .globe-text {
        padding-top: 130px;
    }
    .good-integration .inner-slider p a{
        font-size: 1.5em;
    }
    .good-integration {
        min-height: 750px;
    }
    .good-integration .inner {
        padding-top: 350px;
    }
    .good-integration .inner-slider {
        top: 300px;
    }

    .inner-slider {
        top: -50px;
    }
    #mobile-product-list ul{
        display: none;
    }
    .menu-list a i, .g_button i{
        background: none;
    }
    body, .statistic {
        background-size: 850px auto;
    }
    a.g_button {
        height: 21px !important;
        font-size: 0.56em;
    }
    p {
        font-size: 0.5em;
        line-height: 1.5em;
    }
    .inner {
        width: 550px;
        margin: auto;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .menu-list a.g_button {
        height: 21px !important;
    }
    .menu-list ul li a {
        font-size: 0.5em;
    }
    .menu-list .trans, .portfolio-item a.trans {
        width: 112px;
    }
    .menu-list .shop {
        width: 98px;
    }
    .menu a.logo img{
        width: 161px;
        height: auto;
    }
    .hide-menu i {
        margin-top: 0px;
    }
    .menu-mobile {
        top: 51px;
    }
    #beta {
        left: 167px;
        top: 33px;
        font-size: 0.55em;
    }
    .menu-list {
        width: calc(100% - 217px);
    }
    .menu {
        height: 52px;
    }
    .menu a.logo {
        line-height: 2.6em;
        margin-left: 25px;
    }
    proc{
        font-size: 0.6em;
    }
    .slist p{
        font-size: 0.43em;
        line-height: 1em;
        margin-top: 14px;
    }
    .circle .col-1{
        margin-left: -7px;
    }
    .circle .col-1 img{
        width: 31px;
        height: auto;
    }
    .circle p{
        margin-top: 7px;
    }
    .col-1{
        width: 35px;
    }
    .col-2{
        width: 80px;
    }
    .col-3{
        width: 125px;
    }
    .col-4{
        width: 175px;
    }
    .col-5{
        width: 225px;
    }
    .col-6{
        width: 265px;
    }
    .col-7{
        width: 325px;
    }
    .col-8{
        width: 375px;
    }
    .col-6-right{
        margin-left: 294px;
    }
    .col-7-right{
        margin-left: 343px;
    }
    .join-us-2 .col-7-right {
        margin-left: 420px;
    }
    h3.fs46 {
        font-size: 1.32em;
    }
    h3, .slider .gstarted {
        margin-bottom: 19px;
    }
    .gstarted {
        width: 112px;
    }
    .slider{
        padding-top: 50px;
        height: 450px;
    }
    h3.fs62 {
        font-size: 1.7em;
    }
    .globe-text p {
        margin: 24px;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 3.8em;
    }
    .m30 {
        margin-right: 5px;
        margin-left: 5px;
    }
    .list-icon, .what-we-do .inner-list .list-icon {
        width: 53px;
        height: 53px;
        padding-top: 16px;
        margin-bottom: 12px;
    }
    .list-icon img {
        height: 19px;
    }
    bullet {
        margin-top: 19px;
        width: 127px;
        height: 44px;
        font-size: 0.43em;
        padding: 12px;
    }
    .statistic .globe-text p {
        margin-top: -65px;
    }
    .statistic .inner:nth-child(2) {
        padding-top: 0px;
    }
    .statistic .inner:nth-child(2) img{
        width: 297px;
    }
    .statistic .circle {
        margin-top: 30px;
    }
    .snoring .trans, .snoring-test .trans {
        margin-top: 14px;
    }
    .snoring .trans {
        width: 112px;
    }
    .snoring h3 {
        margin-top: 0px;
    }
    .snoring h3 {
        font-size: 1.15em;
    }
    .snoring-test {
        margin-top: 210px;
    }
    .snoring-test .trans {
        width: 112px;
    }
    .snoring-test h5 {
        font-size: 0.91em;
    }
    .snoring-test a.text{
        font-size: 0.86em;
    }
    .snoring-test a.text {
        margin-top: 9px;
    }
    .statistic {
        height: 1100px;
    }
    .inner-image {
        bottom: 170px;
    }
    .what-we-do-text {
        margin-top: -84px;
        margin-bottom: 35px;
    }
    .what-we-do{
        background-size: 420px auto;
        height: 700px;
        background-position: center 0px;
    }
    .what-we-do .inner-list h4 {
        margin-bottom: 9px;
        font-size: 0.6em;
    }
    .what-we-do .inner-list .list-icon{
        margin-bottom: 0px;
    }
    .what-we-do .inner-list h5 {
        margin-bottom: 9px;
        margin-top: 9px;
        font-size: 0.56em;
    }
    .what-we-do .inner-list p, .what-we-do .il-text ul li span {
        font-size: 0.51em;
        line-height: 1.2em;
    }
    .portfolio {
        margin-top: 0px;
    }
    .portfolio .portfolio-item .snoring-device{
        width: 50%;
        margin-bottom: -10px;
    }
    /*-----*/


    .what-we-do .il-lab {
        left: 20px;
        top: 110px;
    }
    .what-we-do .il-blth {
        left: 140px;
        top: 270px;
    }
    .what-we-do .il-text {
        left: 20px;
        top: 280px;
    }
    .what-we-do .il-snoring {
        left: 235px;
        top: 230px;
    }
    .what-we-do .il-prof {
        left: 350px;
        top: 135px;
    }
    .what-we-do .il-group {
        right: 20px;
        top: 135px;
    }
    .what-we-do .il-text ul li {
        line-height: 1em;
        font-size: 0.51em;
    }
    .what-we-do .il-text ul li span{
        font-size: 1em;
    }
    .statistic {
        background-position: center 0px;
    }
    .what-we-do .il-trackert {
        left: 120px;
        top: 470px;
    }
    .what-we-do .il-oximeter {
        left: 230px;
        top: 470px;
    }
    .what-we-do .il-hstate {
        left: 365px;
        top: 470px;
    }


    /*-----*/
    .statistic .inner:first-child {
        padding-top: 30px;
    }
    .portfolio .portfolio-item:first-child, .portfolio .portfolio-item:nth-child(2) {
        height: 248px;
    }
    .portfolio .portfolio-item:nth-child(3), .portfolio .portfolio-item:nth-child(4) {
        height: 257px;
    }
    .portfolio .portfolio-item .sleep {
        bottom: 68px;
    }
    .portfolio .portfolio-item .wifi {
        bottom: 98px;
    }
    .portfolio .portfolio-item h5 {
        font-size: 0.91em;
        line-height: 1.02em;
    }
    .portfolio .portfolio-item p {
        font-size: 0.6em;
        line-height: 1.02em;
    }
    /*.portfolio .portfolio-item .oximeter {
        bottom: 34px;
    }*/
    .portfolio .portfolio-item .traker-green {
        bottom: 0px;
    }
    /*.portfolio .portfolio-item .traker-white {
        bottom: 36px;
    }
    .portfolio .portfolio-item .snoring-device {
        bottom: 63px;
    }*/
    .subscription h3 {
        margin-bottom: 9px;
    }
    .footer form{
        margin-top: 12px;
    }
    .footer input[type="email"], .footer input[type="text"] {
        width: 207px !important;
        height: 40px !important;
        padding-left: 15px;
    }
    .footer input[type="email"] {
        margin-top: 20px;
    }
    .mchimplabel {
        left: 45px;
        top: 10px;
        font-size: 14px;
    }
    .chleft {
        left: 45px;
        top: 70px;
    }
    .mchimplabelactive{
        -webkit-transform: translateY(-15px) scale(0.8);
        transform: translateY(-15px) scale(0.8);
    }
    .footer input[type="submit"] {
        width: 50px;
        height: 40px;
        margin-left: -50px;
    }
    input::-webkit-input-placeholder       {font-size:20px}
    input::-moz-placeholder                {font-size:20px}
    input:-moz-placeholder                 {font-size:20px}
    input:-ms-input-placeholder            {font-size:20px}
    input:focus::-webkit-input-placeholder {font-size:20px}
    input:focus::-moz-placeholder          {font-size:20px}
    input:focus:-moz-placeholder           {font-size:20px}
    input:focus:-ms-input-placeholder      {font-size:20px}
    input[placeholder]          {font-size:20px}
    input::-moz-placeholder     {font-size:20px}
    input:-moz-placeholder      {font-size:20px}
    input:-ms-input-placeholder {font-size:20px}
    .classic-list h5 {
        font-size: 0.68em;
        line-height: 1.49em;
    }
    .footer {
        background-size: auto 539px;
        height: 539px;
    }
    .classic-list ul li{
        line-height: 1.05em;
    }
    .classic-list ul li a{
        font-size: 0.49em;
    }
    .classic-list {
        margin-top: 14.7px;
        margin-bottom: 14.7px;
    }
    .api-play-icon {
        margin-top: 21px !important;
    }
    .footer-menu ul.social li a i{
        font-size: 0.98em;
    }
    .footer-menu .col-4{
        margin-top: 14px;
    }
    .classic-list-col {
        margin-top: 20px;
    }
    #product-menu-show ul {
        top: 43px;
        height: 220px;
    }
    .product_menu{
        height: 220px;
    }
    .footer-menu ul.col-8 li p, .footer-menu ul.col-8 li a, .footer-menu ul.col-8 li a i {
        font-size: 0.49em;
    }
    .product_menu h3 {
        font-size: 0.91em;
    }
    #product-menu-show:hover::after {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #fff;
        top: 18px;
        margin-left: -14px;
    }
    .product_menu .inner a{
        height: 220px;
        width: 98px;
    }
    .product_menu .inner a img{
        width: 98px;
    }
    .lets-stay {
        padding-top: 19px;
    }
    .woocommerce-form-login{
        width: 90%;
    }
    .detect-snoring {
        padding-top: 0px;
    }
}
@media screen and (max-width: 768px){
    .breath-difficult {
        background-position: 140% top;
    }
}
@media screen and (max-width: 736px){
    .breath-difficult {
        background-position: 145% top;
    }
    .join-us-2 .col-7-right {
        margin-left: 360px;
    }
    .pre-diagnoctic {
        background-size: 650px auto;
    }
}
@media screen and (max-width: 667px){
    .single-product h1.product_title{
        font-size: 2em;
    }
    .woocommerce-product-gallery{
        width: 100% !important;
    }
    /*.flex-viewport{
        height: 390px !important;
    }*/
    .pre-diagnoctic {
        background-size: 600px auto;
    }
    .woocommerce .entry-summary {
        width: 90% !important;
    }
    .join-us-2 .globe-text .tright, .join-us-2 .globe-text .tleft, .breath-difficult .globe-text .tleft, .good-integration .globe-text .tleft {
        font-size: 2.4em;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .detect-snoring .col-2, .detect-snoring .col-3 {
        width: 100px;
    }
    .detect-snoring p {
        font-size: 0.8em;
    }
    .breath-difficult {
        background-size: 450px auto;
    }
    .breath-difficult .col-6 {
        padding-top: 150px;
    }
    .col-7-right {
        margin-left: 320px;
    }
    .detect-snoring .inner {
        width: 667px;
    }
    .breath-difficult {
        min-height: 720px;
    }
    .xoo-cp-variations {
        position: absolute;
        bottom: auto;
    }
}
@media screen and (max-width: 600px){
    .woocommerce .wc-proceed-to-checkout .checkout-button {
        width: 90% !important;
        max-width: 320px !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        margin-top: 180px;
    }
    .woocommerce table.shop_table td{
        height: 80px !important;
    }
    .woocommerce table.shop_table td.product-remove{
        height: 40px !important;
        border-bottom: 0px !important;
    }
    #coupon_code {
        height: 60px !important;
        width: 100% !important;
        font-size: 14px !important;
    }
    .woocommerce table.cart td.actions .coupon .input-text + .button{
        float: none !important;
        margin-top: 80px !important;
    }
    .woocommerce-account h1, .woocommerce-checkout h1, .woocommerce-cart h1{
        font-size: 2em;
        text-align: center !important;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.registe{
        margin: auto !important;
        margin-top: 20px !important;
    }
    .woocommerce input.button{
        display: block !important;
    }
    .woocommerce-account .woocommerce, .cart-collaterals h2{
        text-align: center !important;
    }
    .woocommerce-account .woocommerce h3, .woocommerce-account .woocommerce .title .edit{
        float: none !important;
    }
    .statistic .slist{
        text-align: center !important;
    }
    .footer input[type="email"], .footer input[type="text"] {
        height: 40px !important;
    }
    .footer input[type="email"], .footer input[type="text"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer form {
        width: 207px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .footer input[type="text"] {
        margin-top: 20px;
    }
    .footer input[type="submit"] {
        margin-left: 0px;
        right: 0px;
    }
    .mchimplabel {
        left: 15px;
        top: -2px;
    }
    .chleft {
        left: 15px;
        top: 58px;
    }
    .mchimplabelactive{
        -webkit-transform: translateY(-16px) scale(0.8);
        transform: translateY(-16px) scale(0.8);
    }
    .woocommerce-page .api-play-icon img{
        max-width: 200px !important;
    }
    .wc-tabs-wrapper ul.wc-tabs li{
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        border: 0px !important;
        box-shadow: none !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        text-align: center;
        border: 1px solid #d3ced2;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 80%;
        margin: 5px;
    }
    .woocommerce .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before{
        border: 0px !important;
    }
    .wc-tabs-wrapper ul.wc-tabs{
        text-align: center;
    }
    .inner-slider-mobile{
        display: block !important;
        width: 100% !important;
        padding-bottom: 10px;
    }
    .portfoliotitle .inner{
        padding-bottom: 0px !important;
    }
    body.page-id-30{
        background-image: none !important;
    }
    .footer-menu .col-8 {
        margin-bottom: 60px;
    }
    .footer-menu ul.social li a img {
        height: 19px;
    }
    .good-integration .inner-slider p{
        display:none;
    }
    .good-integration .inner-slider p:last-child, .imgmobile{
        display:block;
    }
    .imgmobile {
        margin-top: 20px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        margin-right: 0px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(4) .main-2-count {
        margin-right: 0px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count {
        margin-right: 0px;
    }
    .breath-difficult .col-6 {
        padding-top: 0px;
    }
    .page-id-32 .slider-2 .col-6 img {
        width: auto;
    }
    .tablet03{
        display:none;
    }
    .page-id-32 .slider-2 .col-6 .mobile03 img{
        width: 100%;
    }
    .detect-snoring .ds-icon img {
        height: 35px;
        margin-top: 40px;
    }
    .footer-menu{
        padding-bottom: 30px;
    }
    .footer-menu .col-8{
        padding-bottom: 20px;
    }
    .classic-list h5 {
        font-size: 1.1em;
    }
    .classic-list, .mobile03{
        display: block;
    }
    .footer-menu .col-4 li:last-child{
        margin-right: 0px;
    }
    .footer-menu .col-8 li{
        display: block;
    }
    .snoring .trans, .join-us-2 .trans{
        width: 250px;
    }
    .inner{
        width: auto;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .slider .inner-slider, .inner-image, .what-we-do-text, .what-we-do, .global-welding, .globe-text{
        display: none;
    }
    .slider{
        height: auto;
        background: #00d2ae;
    }
    a.g_button{
        display: block;
        height: 40px !important;
        border: 2px solid;
        line-height: 2em;
        border-radius: 400px;
        text-align: center;
        font-size: 1.05em;
        font-weight: 700;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(4) .main-2-count{
        color: #cc33ff;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) .main-2-count {
        color: #ffcc03;
    }
    .snoring{
        background: #00d2ae;
        padding: 15px !important;
        width: 100% !important;
    }

    body, body.main-new {
        padding-top: 50px;
        background-image: none;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8{
        width: 90%;
        margin: auto;
    }
    .col-6-right, .col-7-right, .join-us-2 .col-7-right{
        margin-left: auto;
    }
    .gstarted, .snoring .trans, .snoring-test .trans, .portfolio-item a.trans {
        width: 100%;
        max-width: 200px;
    }
    p {
        font-size: 0.86em;
    }
    h3, .list-icon{
        margin-top: 19px;
    }
    .statistic{
        height: auto;
        margin-top: 0px;
        background-image: none;
    }
    .statistic .inner:first-child {
        padding: 15px;
    }
    bullet {
        width: 100%;
        max-width: 240px;
        height: auto;
        font-size: 0.86em;
        margin: auto;
        margin-top: 10px;
    }
    .statistic .inner:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slist p {
        font-size: 0.86em;
        line-height: 1.5em;
        margin-top: 5px;
    }
    proc {
        font-size: 1.2em;
        margin-top: 40px;
    }
    .statistic .slist{
        padding-left: 15px;
    }
    .statistic .slist .col-1{
        margin-top: 30px;
    }
    .circle .col-1{
        width: 32px;
        margin: 0px;
    }
    .circle .col-3{
        width: calc(100% - 40px);
        margin: 0px;
    }
    .statistic .slist .col-1:first-child{
        margin-top: 0px;
    }
    .circle{
        padding-bottom: 20px;
    }
    .snoring-test{
        padding-bottom: 80px;
    }
    .portfolio .p-big, .portfolio .p-small{
        width: 90%;
    }
    .portfolio .portfolio-item h5{
        font-size: 1.2em;
    }
    .portfolio .portfolio-item p {
        font-size: 0.86em;
        line-height: 1.5em;
    }
    .portfolio .portfolio-item a.g_button {
        bottom: 15px;
        left: 15px;
    }
    .portfolio .portfolio-item .phone {
        right: 15px;
        width: 55%;
        bottom: 50px;
        min-width: 220px;
    }
    .portfolio .portfolio-item .sleep {
        min-width: 90px;
    }
    .portfolio .portfolio-item .sleep {
        bottom: 55px;
    }
    .portfolio .portfolio-item .wifi {
        bottom: 85px;
    }
    .portfolio-item {
        padding: 25px;
        padding-top: 15px;
    }
    .portfolio .portfolio-item .oximeter {
        bottom: 50px;
        right: 8%;
        width: 45%;
        min-width: 220px;
    }
    .portfolio .portfolio-item .traker-green {
        left: 40%;
        width: 60%;
        min-width: 70px;
        bottom: 0px;
    }
    .portfolio .portfolio-item .traker-white {
        width: 40%;
        min-width: 140px;
        bottom: 0px;
    }
    .portfolio .portfolio-item:first-child, .portfolio .portfolio-item:nth-child(2) {
        height: 320px;
    }
    .footer {
        background-image: none;
        height: auto;
        background: #00d2ae;
    }
    .lets-stay{
        background: #fff;
        padding-bottom: 40px;
    }
    .api-play-icon img{
        max-width: 200px;
    }
    .classic-list h5 {
        font-size: 1.2em;
    }
    .classic-list ul li a {
        font-size: 1em;
    }
    .classic-list ul li {
        line-height: 1.55em;
    }
    .classic-list{
        margin-top: 20px;
    }
    .footer-menu ul.col-8 li p, .footer-menu ul.col-8 li a, .footer-menu ul.col-8 li a i {
        font-size: 0.86em;
    }
    .footer-menu ul.social li a i {
        font-size: 1.5em;
    }
    .join-us-2 {
        min-height: auto;
    }
    .realy-snore p {
        width: 100%;
    }
    .pre-diagnoctic h3 {
        margin-bottom: 55px;
    }
    .good-integration p {
        margin-right: 0px;
    }
    .good-integration .trans {
        /*float: none;*/
        margin: auto;
        margin-top: 50px;
    }
    .sleep-better .col-4 .main-2-elips {
        margin-top: 20px;
    }
    .main-new .col-7-right{
        margin: 0px !important;
    }
    .slider-2, .detect-snoring, .breath-difficult{
        height:auto;
        min-height: auto;
        background: #00d2ae;
    }
    .join-us-2{
        background: #fff;
    }
    .join-us-2 h3{
        color: #76d1ae;
    }
    .join-us-2 p{
        color: #7f8795;
    }
    .join-us-2 .trans {
        border-color: #febc3a;
        width: 225px;
        background: #febc3a;
        color: #fff;
    }
    .join-us-2 .trans:hover {
        background: none;
        color: #febc3a;
    }
    .join-us-2 a i {
        color: #fff;
    }
    .join-us-2 a:hover i {
        color: #febc3a;
    }
    .realy-snore, .pre-diagnoctic, .good-integration{
        height:auto;
        min-height: auto;
        background: #fff;
    }
    .slider-2 .inner-slider{
        display:none;
    }
    .join-us-2, .realy-snore, .pre-diagnoctic, .good-integration{
        margin-top: 0px;
        padding-bottom: 10px;
    }
    .good-integration {
        padding-bottom: 30px;
    }
    .main-new .slider-2 .col-6 img, .detect-snoring .ds-icon img {
        width: auto;
    }
    .join-us-2 .inner {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .detect-snoring .inner {
        width: 100% !important;
    }
    .main-new .col-6, .main-new .col-5 {
        width: 100% !important;
        padding: 10px;
    }
    .snoring-test, .join-us-2{
        padding-bottom: 90px !important;
    }
    .main realy-snore{
        padding-left: 5%;
    }
    .main-new .footer .col-6, .main-new .footer .col-5 {
        width: 90%;
    }
    .detect-snoring .col-2, .detect-snoring .col-3, .detect-snoring .col-2:nth-child(6){
        width: 90%;
        margin: 0px;
        margin-top: 20px;
    }
    .realy-snore .col-6 img{
        margin-top: 40px;
    }
    .sleep-better .sb-rightblock .main-2-elips {
        margin-left: 0px;
    }
    .sleep-better .sb-rightblock .main-2-elips:first-child, .sleep-better .sb-rightblock .main-2-elips:last-child {
        margin-left: 0px;
    }
    .sleep-better .sb-leftblock .main-2-elips p:last-child, .sleep-better .sb-rightblock .main-2-elips p:last-child{
        left: 0px !important;
    }
    .sleep-better .sb-leftblock .main-2-elips p:first-child, .sleep-better .sb-rightblock .main-2-elips p:first-child{
        margin-left: 45px !important;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(2) p:last-child {
        line-height: 100px;
    }
    .sleep-better .tright{
        text-align:left;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(2) {
        margin-top: 40px;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(3) {
        margin-top: 40px;
    }
    .sleep-better .sb-leftblock .main-2-elips:last-child {
        margin-top: 40px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(2) {
        margin-top: 40px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(3) {
        margin-top: 40px;
    }
    .sleep-better .sb-rightblock .main-2-elips:last-child {
        margin-top: 40px;
    }
    .sleep-better .col-4 .main-2-elips p{
        height: auto !important;
    }
    .sleep-better .sb-leftblock .main-2-elips {
        margin-right: 0px !important;
    }
    .sleep-better .sb-main-image{
        position: absolute;
        top: 950px;
        left: 0px;
    }
    .sleep-better .sb-leftblock .main-2-elips p:first-child, .sleep-better .sb-rightblock .main-2-elips p:first-child{
        margin-right: 20px !important;
    }
    .sleep-better .get-to-know-down{
        margin-top: 40px;
    }
    .sleep-better .mint-line-down{
        display:none;
    }
    .sleep-better .col-4 {
        margin-top: 20px;
    }
    .pre-diagnoctic .num-big-diag{
        height: 140px;
        margin-top: 60px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child{
        margin-top: 0px;
    }
    .pre-diagnoctic .inner .num-big-diag:nth-child(3) {
        margin-top: 60px;
    }
    .pre-diagnoctic .col-8 {
        width: 90% !important;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child .main-2-count{
        margin-right: 0px;
    }
    .good-integration .inner-slider{
        position: relative;
        top: 0px;
        width: 100%;
        /*margin: 10px;*/
    }
    .good-integration .inner{
        padding-bottom: 60px;
    }
    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child, .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child, .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child {
        padding-right: 180px;
    }
    .breath-difficult .inner-image{
        display: none;
    }
    /*.tright, .tleft{
        text-align: center !important;
    }
    .sleep-better .tright{
        text-align: left !important;
    }
    .sleep-better .tleft{
        text-align: left !important;
    }*/
    .good-integration .inner {
        padding-top: 0px;
    }
    .snoring .trans, .snoring-test .trans, .join-us-2 .trans, .realy-snore .trans, good-integration .trans {
        /*float: none;*/
        margin: auto;
        margin-top: 30px;
    }
    .good-integration .inner-slider {
        top: 30px;
    }
    .join-us-2 .inner {
        padding-bottom: 10px;
    }
    .api-play-icon{
        text-align: center !important;
    }
    .realy-snore .trans{
        margin-left: 0px;
    }
    .realy-snore{
        padding-left: 5%;
    }
    .sb-main-image{
        display: none !important;
    }
    .sleep-better, .detect-snoring, .slider-2, .breath-difficult{
        padding-bottom: 40px !important;
    }
    .breath-difficult .col-6 {
        margin-top: 40px;
    }
    .detect-snoring p{
        font-size: 1em;
        line-height: 1.4em;
    }
    .detect-snoring .pbig {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .portfolio .portfolio-item .traker-green {
        left: 30%;
        width: 18%;
        min-width: 60px;
        bottom: 45px;
    }
    .portfolio .portfolio-item .traker-white {
        bottom: 36px;
    }
    .xoo-cp-cart .xoo-cp-ths th:nth-child(2), .xoo-cp-cart .xoo-cp-pimg{
        display: none !important;
    }
    .xoo-cp-empct{
        font-size: 16px !important;
    }
    .xoo-cp-table-bottom{
        margin-top: 40px !important;
    }
}
@media screen and (max-width: 400px){
    .woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        display: block !important;
    }
    .product_meta, .woocommerce div.product form.cart .variations td{
        text-align: center !important;
    }
    .woocommerce div.product form.cart .reset_variations{
        display: none !important;
    }
    .up-sells ul.products li a p, .woocommerce-page ul.products li.product{
        min-height: auto !important;
    }
    .woocommerce ul.products {
        padding-bottom: 0px !important;
    }
    .woocommerce .inner{
        padding-bottom: 0px !important;
    }
    .woocommerce .footer .lets-stay{
        padding-bottom: 40px !important;
    }
}
@media screen and (max-width: 350px){

    .pre-diagnoctic .inner .num-big-diag:first-child p:first-child, .pre-diagnoctic .inner .num-big-diag:nth-child(2) p:first-child, .pre-diagnoctic .inner .num-big-diag:nth-child(3) p:first-child, .pre-diagnoctic .inner .num-big-diag:nth-child(4) p:first-child {
        padding-right: 100px;
    }
    .sleep-better .col-4 .main-2-elips {
        margin-top: 80px;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(2) {
        margin-top: 90px;
    }
    .sleep-better .sb-leftblock .main-2-elips:nth-child(3) {
        margin-top: 120px;
    }
    .sleep-better .sb-leftblock .main-2-elips:last-child {
        margin-top: 100px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(2) {
        margin-top: 100px;
    }
    .sleep-better .sb-rightblock .main-2-elips:nth-child(3) {
        margin-top: 100px;
    }
    .sleep-better .sb-rightblock .main-2-elips:last-child {
        margin-top: 100px;
    }
    .sleep-better .sb-main-image{
        position: absolute;
        top: 1350px;
        left: 0px;
    }

    /*.sleep-better .get-to-know-down{
        margin-top: 450px;
    }*/
}
@media screen and (min-width: 1925px){
    .main, .menu{
        max-width: 1920px;
        margin: auto;
    }
    .menu{
        left: 50%;
        margin-left: -960px;
    }
    body{
        background-size: 2000px auto !important;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
    }
}