html,
body {
    overflow-x: hidden !important;
    height: 100% !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px!important;
}
    

.stick {
    top: 100px;
    height: 90%;
    margin-top: 8rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5) !important;
}

.bg-yellow {
    border-top: 2px solid #f9c531
}

.bg-green {
    border-top: 2px solid #3ea1a1
}

.navbar .dropdown-menu div[class*=col] {
    margin-bottom: 1rem
}

.navbar .dropdown-menu {
    border: none
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.nav-item.dropdown .dropdown-menu .nav-link {
    color: #000 !important
}


@media screen and (min-width:992px) {

    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 52px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity .3s linear
    }

    
    .navbar .dropdown-menu .row {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .nav-item.dropdown .dropdown-menu .nav-link {
        font-size: .8rem;
        font-weight: 400;
        padding: .25rem 1rem
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link {
        font-size: 1rem;
        font-weight: 700;
        font-family: "proxima-nova-bold" !important;
    }

    .navbar .dropdown .dropdown-menu:hover,
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity .3s linear
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        color: #000
    }
}

.prodimg.active {
    border: 3px solid #31AAAA !important;
}

.blur {
    filter: blur(10px);
}

.fix {
    top: 12%;
    width: 100%;
    height: 90%;
}

.fixed-top {
    position: sticky !important;
}

.badge-light {
    color: #fff !important;
    background-color: #e84337 !important;
    position: relative;
    top: -15px;
    right: 5px;
}

.bg-lightblue {
    background-color: #f8fbff;
}

.services-mt {
    margin-top: 130px;
}

.device-card1 {
    left: 10%;
    bottom: 15%;
}

.device-card-mob1 {
    left: 5%;
    bottom: 0%
}

.device-card2 {
    left: 10%;
    top: 0;
    bottom: 20%;
}

.claim-btn {
    margin-left: 100px;
}

.h-200p {
    height: 215px;
}

.bg1 {
    background-color: #14526b !important;
}

.bg2 {
    background-color: #fddb01 !important;
}

.bg3 {
    background-color: #f4f7fc !important;
}

.bg4 {
    background-color: #eaf9ff !important;
}

.bg5 {
    background-color: #137877 !important;
}

.bg6 {
    background-color: #8ad4e2 !important;
}

.bg7 {
    background-color: #c0dce4 !important;
}

.bg8 {
    background-color: #1aa1a8;
}

.bg9 {
    background-color: #fffcf8 !important;
}

/* @font-face {
    font-family: "proxima";
    src: url("../font/proxima2.otf");
} */

@font-face {
    font-family: "proxima-bold";
    src: url("../font/proxima-bold.woff2");
}

@font-face {
    font-family: "proxima-thin";
    src: url("../font/Proxima\ Nova\ Thin.otf");
}

@font-face {
    font-family: "proxima-regular";
    src: url("../font/Proxima-Nova-Regular.woff2");
}

@font-face {
    font-family: "proxima-nova-bold";
    src: url("../font/Proxima-Nova-Bold.woff2");
}

@font-face {
    font-family: "proxima-nova-black";
    src: url("../font/Proxima\ Nova\ Black.woff2");
}

.text-black {
    color: #111 !important;
}

.f-black {
    font-family: "proxima-nova-black" !important;
}

.f-bold {
    font-family: "proxima-nova-bold" !important;
}

.f-regular {
    font-family: "proxima-regular" !important;
}

.f-thin {
    font-family: "proxima-thin" !important;
}

.p-bold {
    font-family: 'proxima-bold' !important;
}

.d-flex {
    align-items: flex-start;
}

h1 {
    font-family: "proxima", sans-serif !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link2,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link2 {
    color: #3ea1a1 !important;
    font-weight: bold !important;
    background-color: #fafafa !important;
    border-bottom: 2px solid #3ea1a1 !important;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link2,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link3 {
    color: #3ea1a1 !important;
    font-weight: bold !important;
    background-color: #fafafa !important;
    border-bottom: 2px solid #3ea1a1 !important;
}

.navbg {
    background-color: #efefef !important;
}

.doctorscard {
    top: 43%;
}

/* .footer-li {
    margin-bottom: 0.75rem;
} */

/* .footer-li a {
    color: #212529;
} */

.redbanner {
    width: 200px;
}

.btn {
    -webkit-appearance: none !important;
}

.btn1 {
    background-color: #109299 !important;
    border: 0px !important;
}

.btn1:hover {
    box-shadow: 0 0 0 0.3rem rgba(130, 138, 145, .5)
}

.hover1 {
    transition: 0.5s;
}

.hover1:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.btn2 {
    background-color: #fff !important;
    border: 0px !important;
}

.btn2:hover {
    background-color: #fff !important;
    border: 0px !important;
}

.btn3 {
    background-color: #14526b !important;
    border: 0px !important;
}

.btn3:hover {
    background-color: #1F7495 !important;
    border: 0px !important;
}

.btn4 {
    background-color: #ffc107 !important;
    border: 0px !important;
    color: #000;
}

.btn4:hover {
    background-color: #109299 !important;
    border: 0px !important;
}

.btn5 {
    background-color: #eaf9ff !important;
    color: #eaf9ff !important;
}

.btn6 {
    background-color: #03a1a9 !important;
    border: 0px !important;
    color: #000;
}

.btn6:hover {
    background-color: #058e96 !important;
    border: 0px !important;
}

.blur1 {
    filter: blur(8px);
}

.bgbeato {
    background-color: #f8f8f8 !important;
}

.white-border {
    border: 2px solid #ffffff !important;
}

body {
    font-family: "proxima", sans-serif !important;
    background-color: #f8f8f8 !important;
}

.circle1 {
    left: 18px;
    top: 18px;
    width: 530px;
    height: 530px;
    border-radius: 50% !important;
    background-color: rgb(255, 255, 255);
    opacity: 0.9 !important;
}

.circle2 {
    width: 580px;
    height: 580px;
    border-radius: 50% !important;
    background-color: transparent !important;
    border: 7px solid #1aa1a8 !important;
    left: 8%;
    top: 10%;
}

.circle3 {
    color: #14526b;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background-color: #07a1a9;
    border: 3px solid;
}

.h-100-mob {
    height: 0%;
}

.activebtn {
    color: #51ac27 !important;
    background-color: #fff !important;
    border-color: #51ac27 !important;
}

.indicators2 li {
    border-top: 8px solid #fff !important;
    border-bottom: 8px solid #fff !important;
    background-color: #ccc !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.indicators2 li {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px !important;
    border: 8px solid #fff;
    ;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

.indicators2 li.active {
    background-color: #000 !important;
}

.owl-dot span {
  display: none !important;
}

.owl-dots button {
    border-top: 8px solid #fff !important;
    border-bottom: 8px solid #fff !important;
    background-color: #ccc !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top:15px;
}

.owl-dots button {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px !important;
    border: 8px solid #fff !important;
    width: 27px !important;
    height: 27px !important;
    border-radius: 50%;
}
.owl-dots button.active {
    background-color: #000 !important;
}
.z-1 {
    z-index: 1;
}

.vertical li {
    display: block;
    margin-bottom: 5px;
    border: 5px solid #f6f6f6;
    background-color: #f6f6f6;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
}

.vertical li.active {
    background-color: #000;
}

.border2 {
    border: 5px solid #d2d1d1 !important;
}

.vertical li.active-2 {
    background-color: #f05358;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.hide-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.btn:focus {
    box-shadow: unset !important;
}

.check_box {
    display: none;
}

.check_box+label {
    background: url('../img/uncheck.png') no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: cover;
}

.check_box:checked+label {
    background: url('../img/check.png') no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: cover;
    padding: 0 0 0 0px;
}

.scroller {
    overflow-y: scroll;
    scrollbar-color: #f05358 #fff;
    border-radius: 10px;
}

.scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.scroller::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
    border-radius: 2rem;
}

.scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f05358;
}

.custom-select:focus {
    box-shadow: none !important;
}

.w-7 {
    width: 7% !important;
}

/*.rounded-btn {
    height: 3rem;
    width: 3rem;
    border-radius: 50% !important;
}*/

.custom-control-input:checked~.custom-control-label::before {
    background-color: #017D73 !important;
    border-color: #017D73 !important;
}

.carousel-indicators .active {
    background-color: #fff !important;
}

.progress-bg {
    background-color: #3bac26 !important;
}

.bg-plus-img {
    position: relative;
    z-index: 33;

}
.bg-plus-img::before {
    position: absolute;
    content: "";
    background: url(../img/new-home/plus-icon.png) no-repeat center;
    width: 170px;
    height: 210px;
    right: 1%;
    top: 1%;
    background-size: 100%;
    z-index: -1;
}
.bg-plus-img::after {
    position: absolute;
    content: "";
    background: url(./img/plus-icon.png) no-repeat center;
    width: 170px;
    height: 210px;
    left: 1%;
    bottom: 1%;
    background-size: 100%;
    z-index: -1;
}

.bg-comma-img {
    /* position: relative !important;
    z-index: 333; */

}
.bg-comma-img::before {
    position: absolute;
    content: "";
    background: url(./img/comma-one.png) no-repeat center;
    width: 170px;
    height: 190px;
    left: -12%;
    top: -20%;
    background-size: 100%;
    z-index: -1;
}
.bg-comma-img::after {
    position: absolute;
    content: "";
    background: url(../img/new-home/comma-two.png) no-repeat center;
    width: 170px;
    height: 210px;
    right: -2%;
    bottom: 12%;
    background-size: 100%;
    z-index: -1;
}
/*.section-2 {
    clear: both;
    width: 100%;
    height: 900px;
    box-sizing: border-box;
    position: relative;
}


.section-2 .reveal-demo {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 4em;
}*/

.br1r {
    border-radius: 1rem;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-30 {
    width: 30% !important;
}

.w18r {
    width: 18rem;
}

.fsp7 {
    font-size: 0.7rem !important;
}

.fsp8 {
    font-size: 0.8rem !important;
}

.fs2 {
    font-size: 2rem;
}

.fs3 {
    font-size: 3rem;
}

.fs5 {
    font-size: 5rem;
}

/*.border-y {
    border-top: 2px solid #313131;
    border-bottom: 2px solid #313131;
}

.pb9 {
    padding-bottom: 0.9rem !important;
}*/

.btn-outline-secondary:hover {
    /* color: #17a1a1!important; */
    border-color: #6c757d;
    background-color: unset !important;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: unset !important;
}

/*.btncol1 {
    background-color: #017D73 !important;
    border-color: #017D73 !important;
}*/

.fontCol1 {
    color: #51bfbd !important;
}

.fontCol2 {
    color: #017D73;
}

/*.fontCol3 {
    color: #FB5A5A;
}*/

.fontCol4 {
    color: #FEBF14;
}

.fontCol5 {
    color: #313131;
}

/*.fontCol6 {
    color: #fe4242;
}*/

.fontCol8 {
    color: #14526b;
}

.fontCol9 {
    color: #17a1a1 !important;
}

/*.fontCol10 {
    color: #51ac27;
}*/

.fontCol11 {
    color: #d5d5d5;
}

.fontCol12 {
    color: #48687f;
}

.fontCol13 {
    color: #fddb01 !important;
}

/*.fontCol14 {
    color: #686868 !important;
}

.fontCol15 {
    color: #a1a1a1;
}

.fontCol16 {
    color: #007bff !important;
}*/

.fontCol17 {
    color: #1aa1a8;
}

.fontCol18 {
    color: #505050;
}

.fontCol19 {
    color: #109299;
}

/*.fontcol20 {
    color: #efefef !important;
}*/

.fontCol21 {
    color: #0A4259;
}

.text-muted1 {
    color: #707070;
}

/*.fsp5 {
    font-size: 0.5rem !important;
}*/

.fsp6 {
    font-size: 0.6rem !important;
}

.fsp9 {
    font-size: 0.9rem !important;
}

.fs1p3 {
    font-size: 1.3rem !important;
}

.fs1p1 {
    font-size: 1.1rem !important;
}


.fs1p3n {
    font-size: 1.3rem;
}

.fs1p1 {
    font-size: 1.1rem !important;
}

.fs1p4 {
    font-size: 1.4rem !important;
}

.fs1p4n {
    font-size: 1.4rem;
}

.fs1p5 {
    font-size: 1.5rem !important;
}

.fs1p6 {
    font-size: 1.6rem !important;
}

.fs1p6n {
    font-size: 1.6rem;
}

.fs1p8 {
    font-size: 1.8rem !important;
}

.fs2p5 {
    font-size: 2.5rem !important;
}

.fs2p8 {
    font-size: 2.8rem !important;
}

.fs2p2 {
    font-size: 2.2rem !important;
}

.fs2p4 {
    font-size: 2.4rem !important;
}

.fs2 {
    font-size: 2rem;
}

.fs1 {
    font-size: 1rem !important;
}

.br-2r {
    border-radius: 2rem !important;
}

.bg-line-text {
    position: relative;
    z-index: 33;
}
.bg-line {
    margin-top: -25px !important;
}
.border-grey {
    border-bottom: 1px solid #bbbbbb;
}
.btn-outline-1 {
    color: #14526b !important;
    border-color: #14526b !important;
}

.moreinfo {
    color: #1492e6 !important;
    border-bottom: 3px solid #1492e6 !important;
}

.btn-outline-1:hover {
    color: #fff !important;
    background-color: #14526b !important;
}

.moreinfo:hover {
    color: #14526b !important;
    border-bottom: 3px solid #14526b !important;
    text-decoration: none !important;
}

.moreinfo a:hover {
    text-decoration: none !important;
}

.btn-outline-2 {
    color: #dedede;
    border-color: #5b6773 !important;
}

/*.p07 {
    padding: 0.7rem !important;
}

.active2 {
    border: 4px solid #139789 !important;
}*/

.leftbtn {
    z-index: 100;
    top: 38%;
    left: -2%;
    display: block;
}

.facts-leftbtn {
    z-index: 100;
    top: 55%;
    left: -2%;
    display: block;
}

.facts-rhtbtn {
    z-index: 100;
    top: 55%;
    right: -2%;
    display: block;
}

/*.team-para {
    height: 175px;
}

.factscard {
    width: 250px;
    height: 225px;
    background-color: #1AA1A8 !important;
}*/

.factscard2 {
    width: 250px !important;
    height: 160px !important;
    border: #1aa1a8 !important;
    border-style: solid !important;
    border-radius: 35px !important;
    background-color: #f8f8f8 !important;
}

.factscard3 {
    width: 200px !important;
    height: 200px !important;
    border: #1aa1a8 !important;
    border-style: solid !important;
    border-radius: 35px !important;
    background-color: #f8f8f8 !important;
}

.rhtbtn {
    z-index: 100;
    top: 38%;
    right: -2%;
    display: block;
}

.right0 {
    right: 0
}

.left0 {
    left: 0
}

.top0 {
    top: 0
}

.bottom0 {
    bottom: 0;
}

/*.activetxt {
    color: #139789 !important;
    font-weight: 900 !important;
}*/

.pb-8 {
    padding-bottom: 8rem;
}

/*.pb-5r {
    padding-bottom: 5rem;
}*/

.activePlan {
    background-color: #F3F6FF;
    color: #159889;
}

.underline {
    text-decoration-line: underline !important;
    /* text-decoration-style: dotted!important; */
}

.rounded-bottom2 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

button:focus {
    outline: none !important;
}

/*.zoomIn {
    transition: transform 1s;
}

.w30p {
    width: 30px;
}

.h30p {
    height: 30px !important;
}*/

.rounded-top2 {
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-top1 {
    border-top-right-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom1 {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.mt-5r {
    margin-top: 5rem !important;
}

.mt165p {
    margin-top: 165px;
}

/*.pt5r {
    padding-top: 5rem;
}*/

.pt10p {
    padding-top: 10%;
}

.pt10r {
    padding-top: 10rem;
}

.pl15p {
    padding-left: 15%;
}

/*.btm0 {
    bottom: 0;
}

.ml8r {
    margin-left: 8rem;
    
}*/

.ourstory_ht {
    height: 550px;
}

/*.br-bottom {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.br-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.br-left {
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
}

.br-right {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}*/

.br-1r {
    border-radius: 1rem !important;
}

.dev-testm-ht {
    height: 375px;
}

.brp75r {
    border-radius: 0.75rem !important;
}

.v-indicators {
    right: 100px;
    top: 30%;
    z-index: 1;
}

td:first-child {}

.border0 {
    border: none !important;
}

/*.bl2ps {
    border-left: 2px solid #333;
}*/

/* .form-control:focus{
    border: 2px solid #017D73!important;
}*/

/*.gradient1 {
    background-image: linear-gradient(#FBC438, #FFAB62) !important;
}

.gradient2 {
    background-image: linear-gradient(#2B8D86, #164743) !important;
}

.gradient3 {
    background-image: linear-gradient(to right, #003354 1%, #154d69 34%, #6fb8c2);
    border-color: unset !important;
}*/

.gradient4 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(120, 120, 120, 0) 19%, rgba(85, 85, 85, 0.07) 45%, rgba(13, 13, 13, 0.86) 67%, #000000)
}

.bgwhite {
    background-color: #fff !important;
}

.bgwhite2 {
    background-color: #fafafa !important;
}

.bgCol1 {
    background-color: #f6f6f5;
}

.bgCol2 {
    background-color: #fbfbfb;
}

.bgCol3 {
    background-color: #c2e5e9;
}

.bgCol4 {
    background-color: #16536c;
}



.v-middle {
    vertical-align: middle !important;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ fill=\'%231ca1a0\'\ viewBox=\'0\ 0\ 8\ 8\'%3E%3Cpath\ d=\'M4\ 0l-4\ 4\ 4\ 4\ 1.5-1.5-2.5-2.5\ 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ fill=\'%231ca1a0\'\ viewBox=\'0\ 0\ 8\ 8\'%3E%3Cpath\ d=\'M1.5\ 0l-1.5\ 1.5\ 2.5\ 2.5-2.5\ 2.5\ 1.5\ 1.5\ 4-4-4-4z\'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon2 {
    background: no-repeat 50%/100% 100%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon2 {
    background: no-repeat 50%/100% 100%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important
}

.btn-primary {
    background-color: #017D73 !important;
}

.btn-background1 {
    background-color: #3c5365 !important;
}

.pointer {
    cursor: pointer;
}

.shadow {
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
}

.shadow-mob {
    box-shadow: 0px 0px 10px #33333340 !important;
}

.shadow-card {
    box-shadow: 0px 1px 10px #33333317 !important;
}

/*.shadow3 {
    -webkit-box-shadow: 0px 3px 12px -1px rgb(226, 210, 226);
    -moz-box-shadow: 0px 3px 12px -1px rgb(226, 210, 226);
    box-shadow: 0px 3px 12px -1px rgb(226, 210, 226);
}

.shadowbtm {
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.15);
}*/

.jumbotron {
    /* background-color: #fff!important; */
}

.drimg {
    border: 5px solid #fff;
}

/*.blue {
    color: #7397ED;
}

.yellow {
    color: #FFB700;
}

.green {
    color: #2DA849;
}

.red {
    color: #E23129;
}*/

.w-fit {
    width: max-content;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-75-noimp {
    width: 75%;
}

.mw-75 {
    max-width: 75% !important;
}

.mw-1600 {
    max-width: 1600px !important;
}

.h-50p {
    height: 50px;
}

.timeline {
    border-top: 6px solid #0d4258 !important;
}

.timeline-bt {
    border-bottom: 6px solid #0d4258 !important;
}

.timeline-rt {
    border-right: 6px solid #0d4258 !important;
}

.timeline-lt {
    border-left: 6px solid #0d4258 !important;
}

.timeline1 {
    position: absolute;
    height: 299px;
    border-right: 6px solid #0d4258;
    left: 16%;
    bottom: -57px;
}

.timeline-mob {
    border-bottom: 4px solid #0d4258 !important;
}

/*.round-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}*/

.round-bottom {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.slick-slide {
    height: unset !important;
}

.slick-slide:hover {
    outline: none !important;
}

.r3 {
    right: 3%;
}

/*.bgblue {
    background-color: #7397ED;
}

.bggreen2 {
    background-color: #159889;
}

.bgyellow {
    background-color: #FFB700;
}

.bggreen {
    background-color: #2DA849;
}

.bgred {
    background-color: #E23129;
}*/

.bggrey {
    background-color: #F6F6F6 !important;
}

#map {
    height: 500px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

/*.h13r {
    height: 13rem;
}*/

.h-100-des {
    height: 100%;
}

.h-80-des {
    height: 80%;
}

.noatag {
    text-decoration: inherit;
    color: #313131;
    cursor: pointer;
}

a.noatag:hover {
    color: #3ea1a1 !important;

}

.noatag:active {
    color: #3ea1a1 !important;

}

/*.grad1 {
    background-image: linear-gradient(#8F97FC, #008FFC) !important;
}

.grad2 {
    background-image: linear-gradient(#1CC66C, #159889) !important;
}*/

.coachimg {
    width: 18rem;
    height: 23rem;
}

/* .brandCol1{
    color: #31AAAA;
} */

.colCCC {
    color: #ccc;
}

/*.brandCol1 {
    color: #159889;
}*/


.w-80 {
    width: 80% !important;
}


.w-40 {
    width: 40% !important;
}


.w-45 {
    width: 45% !important;
}

.active-device {
    color: #159889 !important;
}

.device-slider {
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
}

.device-slider a {
    display: inline-block;
    color: #8d949a !important;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 14px 5px 14px;
    text-decoration: none;
}

.sec-last-img img {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
}

.scroll-x {
    overflow: auto;
    white-space: nowrap;
}

.inactive-device {
    color: #313131 !important;
}

.w-40p {
    width: 40px !important;
}

.w-400p {
    width: 400px !important;
}

.w-60p {
    width: 60px !important;
}

.w-55 {
    width: 55% !important;
}

.op-p2 {
    opacity: 0.2;
}

.borderbtm {
    border-bottom: 1px solid #000 !important;
}

.borderNo {
    border: unset !important;
}

.btn-link {
    color: #000 !important;
}

.lh1 {
    line-height: 1 !important;
}

.lh1p1 {
    line-height: 1.1 !important;
}

.lh2 {
    line-height: 2 !important;
}

.lh1p2 {
    line-height: 1.2 !important;
}

.lh1p3 {
    line-height: 1.3 !important;
}

.lh1p6 {
    line-height: 1.6 !important;
}

/*.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-400 {
    height: 400px;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}*/

.form-control:focus {
    box-shadow: unset !important;
}

.mission {
    border-left: 20px solid #fddb01;
    height: 150px;
    margin: 5rem 0rem 5rem 8rem
}

.vision {
    border-left: 20px solid #fddb01;
    height: 150px;
    margin: 5rem 0rem 5rem 8rem
}

/*.flip-card {
    background-color: transparent;
    width: 85%;
    height: 180px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect
}*/

.btn-lg {
    outline: unset !important;
    border: unset !important;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none !important;
}

.btn-outline-primary:focus {
    box-shadow: unset !important;
}

.hide {
    display: none;
}

.text-shadow1 {
    text-shadow: 2px 2px 5px #696969;
}

.text-shadow3 {
    text-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16);
}

.borderX {
    border-left: 1.5px solid rgb(222, 226, 230);
    border-right: 1.5px solid rgb(222, 226, 230);
}

.w-card {
    width: 300px !important;
}


.slider {
    width: 100%;
    margin: 15px auto;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 80%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-active {
    opacity: 1 !important;
}

.slick-current {
    opacity: 1;
}

.slick-list {
    padding-bottom: 1rem !important;
}

.deskbg1 {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/Banner1.jpg")
}

.aboutusbg {
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/Aboutus.jpg")
}

.neuronmob {
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/neuronmob.png")
}

.medicinebg {
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/medicinebg.jpg");
}

.labtestbg {
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/labtestbg.jpg");
}

/* .curv-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/curvmob1.jpg");
    height:100vh!important;

} */

.activity-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/activity/activitymob.jpg");
    height:100vh!important;
}

.diet-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/diet/mob.jpg");
    height:100vh!important;
}

.hc-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/hcmob.png");
    height:100vh!important;
}

.doc-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/doctormob.png");
    height:100vh!important;
}

.smart-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/smart-top-mob.png");
    height:100vh!important;
}

.abbott-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/abbott_mob.png");
    height:100vh!important;
}

.contour-mob-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/contourmobile.jpg");
    height:100vh!important;
}

.omron-mob-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/omronmobile.png");
    background-position-y: 40px
}

/* .curvstripsbg {
    height: 475px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/curvstrips.jpg")
} */

.smartstripsbg {
    height: 400px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/smartstrips.jpg")
}

.kitbg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/kit.jpg")
}

.missionBg {
    /* height: 700px; */
    background-size: 100% 100%!important;
    background-repeat: no-repeat !important;
    background-image: url("../img/mission.png")!important;
}

.visionBg {
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/vision.png")
}

.doctorbg {
    /* width: 100%; */
    /* height: 700px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/doctorbg.svg");
    background-position-y: 50px;
}

.deskbg2 {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/Banner2.jpg")
}

.deskbg3 {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/Banner3.jpg")
}

.aboutus1 {
    /* width: 100%; */
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/card1.png")
}

.aboutus2 {
    /* width: 200%; */
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/card2.png")
}

.aboutus3 {
    /* width: 300%; */
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/card3.png")
}

.aboutus4 {
    /* width: 400%; */
    /* height: 700px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/card4.png")
}

.mob1bg {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/mob1.png")
}

.mob2bg {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/mob2.png")
}

.mob3bg {
    width: 100%;
    /* height: 700px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/mob3.png")
}

.card1bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/b3.png")
}

.card2bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/b4.png")
}

.card3bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/b2.png")
}

.card4bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/b1.png")
}
.navbar .navbar-nav .nav-link3:hover,
.navbar .navbar-nav .nav-link2:hover,
.navbar .navbar-nav .nav-link1:hover {
    color: #3ea1a1 !important;

}

.navbar .navbar-nav .nav-link2 {
    border-bottom: 3px solid transparent !important;
}

.navbar .navbar-nav .nav-link3 {
    position: relative;
    border-bottom: 3px solid transparent !important;
}

img.mob-logo {
    margin-left: 45px !important;
}

/*.navbar .navbar-nav .nav-link2:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #3ea1a1!important;
    color: transparent;
    width: 0%;
    content: '';
    height: 3px;
    transition: all 0.5s;
  }*/
/* .navbar .navbar-nav .nav-link2:hover::after {
    width: 100%;
  }
  .nav-item a:hover {
    border-bottom: 3px solid #3ea1a1 !important;
}*/
/* For Mobile Screen */
@media only screen and (max-width: 767px) {

    .badge-light {
        right: 5px;
    }

    .deskbg {
        width: 100%;
        height: 548px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url("../img/mob4.png")
    }

    .coachimg {
        width: 100%;
        height: 15rem;
    }

    .navbar .navbar-nav .nav-link {
        padding: 1em 0.7em;
    }

    .navbar .navbar-brand {
        padding: 0 0.7em;
    }

    .ourstory_ht {
        height: 350px;
    }

    .vertical {
        right: 7% !important;
    }

    .bgBeatomob {
        background-color: #f8f8f8 !important;
    }

    .services-mt {
        margin-top: 100px;
    }

    .visionBgMob {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/visionmob.png");
    }

    .missionBgMob {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/missionmob.png");
    }

    .labtestBg {
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/labtestmob.jpg");
        border-radius: 0 !important;
        /* background-color: #efefef!important; */
    }

    .medicinebg {
        /* height: 700px; */
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/medicinemobbg.jpg");
        border-radius: 0 !important;
    }

    .h3rmob {
        height: 3rem;
    }

    .mw-100-mob {
        max-width: 100% !important;
    }

    .navbar-toggler {
        position: absolute;
        left: 0;
        top: 3px;
    }

    .moreinfo {
        color: #1492e6 !important;
        border-bottom: 3px solid #1492e6 !important;
    }

    .leftbtn {
        z-index: 100;
        top: 40%;
        left: 2%;
        display: block;
    }

    .facts-leftbtn {
        z-index: 100;
        top: 55%;
        left: 2%;
        display: block;
    }

    .facts-rhtbtn {
        z-index: 100;
        top: 55%;
        right: 2%;
        display: block;
    }

    /*.team-para {
        height: 150px;
    }*/

    .rhtbtn {
        z-index: 100;
        top: 40%;
        right: 2%;
        display: block;
    }

    /*#mainrow {
        display: none !important;
    }

    .factscard {
        width: 250px;
        height: 225px;
        font-size: 0.9rem;
    }*/

    .timeimg {
        height: 75px;
        width: 75px;
    }

    /*.pt2r {
        padding-top: 2rem;
    }*/

    .mission {
        border-left: 15px solid #fddb01;
        height: 48px;
        margin: 2rem 0rem 2rem 2rem;
        font-size: 3rem !important;
    }

    .vision {
        border-left: 15px solid #fddb01;
        height: 48px;
        margin: 2rem 0rem 2rem 2rem;
        font-size: 3rem !important;
    }

    /*.hcblog {
        bottom: 75px;
    }*/

    .fs2mob {
        font-size: 2rem !important;
    }

    .fs1mob {
        font-size: 1rem !important;
    }

    .fs3mob {
        font-size: 3rem !important;
    }

    .w15r {
        width: 15rem;
    }

    .fs3p5mob {
        font-size: 3.5rem !important;
    }

    .fs1p5mob {
        font-size: 1.5rem;
    }

    .fs1p3mob {
        font-size: 1.3rem !important;
    }

    .fs1p6mob {
        font-size: 1.6rem !important;
    }

    .fs1p4mob {
        font-size: 1.4rem !important;
    }

    .fs1p1mob {
        font-size: 1.1rem !important;
    }

    .fsp9mob {
        font-size: 0.9rem !important;
    }

    .fsp7mob {
        font-size: 0.7rem !important;
    }

    .fsp8mob {
        font-size: 0.8rem !important;
    }

    .fsp5mob {
        font-size: 0.5rem !important;
    }

    /*#vertical-car-row {
        height: 0% !important;
    }*/

    .h-100-mob {
        height: 100% !important;
    }

    .w-100-mob {
        width: 100% !important;
    }

    .w-90-mob {
        width: 90% !important;
    }

    /*.w-50-mob {
        width: 50% !important;
    }*/

    .w-75-mob {
        width: 75% !important;
    }

    /* .h-100-des{
        height: 0%!important;
    } */

    .h-80-des {
        height: 0% !important;
    }

    .h-75-mob {
        height: 75% !important;
    }

    .hide-mob {
        display: none !important;
    }

    .footer-mob {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .footer-mob li {
        float: left;
    }

    /* .footer-li a {
        margin-bottom: 0;
        font-size: 0.8rem !important;
    } */

    .dev-testm-ht {
        height: 100%;
    }
}

/* @media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100% !important;
    }
} */


@media screen and (max-width: 1220px) {
    .navbar-toggler {
        position: absolute;
        left: 0;
        top: 3px;
    }
    .navbar-collapse {
        margin-right: 0px !important;
    }

    .fs20-md {
        font-size: 12rem;
    }
}

/* For Laptop Screens */
@media screen and (max-width: 1550px) and (min-width: 1200px) {

    .mt-dr {
        margin-top: 15%;
    }

    .fs3-md {
        font-size: 3rem !important;
    }

    .w-20-md {
        width: 20% !important;
    }

    .fs2-md {
        font-size: 2rem !important;
    }

    .h-0-des {
        height: 0% !important;
    }

    .fs20-md {
        font-size: 20rem;
    }
}

    .doc-subs {
        width: 460px;
        height: 450px;
    }

    .devicemodel {
        width: 600px !important;
        height: 600px !important;
    }

    .redbanner {
        width: 300px;
    }

    .coachimg {
        width: 25rem;
        height: 32rem;
    }

    .pic1 {
        width: 600px;
    }

    .pic2 {
        width: 180px;
        height: 180px;
    }

    .top-15-lg {
        top: 15% !important;
    }

    .h650p {
        height: 650px !important;
    }

    .mt-dr {
        margin-top: 19%;
    }

    .w-100p-lg {
        width: 100px;
    }

    .h-30p-lg {
        height: 30px;
    }

    .circle2 {
        top: 20%;
    }

    .circle1 {
        width: 600px;
        height: 600px;
        border-radius: 50% !important;
        background-color: rgb(255, 255, 255);
        opacity: 0.9 !important;
        font-size: 1rem;
    }

    .circle2 {
        width: 650px;
        height: 650px;
    }

    .dev-testm-ht {
        height: 500px;
    }

    .fs1p5-lg {
        font-size: 1.5rem !important;
    }

    .fs2p5-lg {
        font-size: 2.5rem !important;
    }

    .fs1p8-lg {
        font-size: 1.6rem !important;
    }

    .fs1p4-lg {
        font-size: 1.3rem !important;
    }

    .fs1p3-lg {
        font-size: 1.3rem !important;
    }

    .fs1p1-lg {
        font-size: 1.1rem !important;
    }

    .fs2-lg {
        font-size: 2rem !important;
    }

    .fs3-lg {
        font-size: 3rem !important;
    }

    .fs3p5-lg {
        font-size: 3.5rem !important;
    }

    .fs4p5-lg {
        font-size: 4.5rem !important;
    }

    .fs5-lg {
        font-size: 5rem !important;
    }

    .fs20-md {
        font-size: 22rem;
    }

    .beato-img-lg {
        width: 200px;
        height: 72px;
    }

    .h-0-des {
        height: 0% !important;
    }

    .v-indicators {
        right: 5%;
        top: 35%;
        z-index: 1;
    }

    /* .coachimg{
        width: 30rem;
        height: 40rem;
    } */
    .pic1 {
        width: 650px !important;
    }

    .pic2 {
        width: 200px !important;
        height: 200px !important;
    }

    .fix {
        width: 1440px !important;
    }

    .curvstripsbg {
        height: 500px;
    }

    .smartstripsbg {
        height: 500px;
    }

    .w-75-llg {
        width: 75%;
    }

    .w-100p-llg {
        width: 100px;
    }

    .h-40p-llg {
        height: 40px;
    }

@media only screen and (min-width: 768px) {
    .h-0-nomob {
        height: 0% !important;
    }

}

.mb1 {
    margin-bottom: 1.5% !important;
}

/* New changes*/

@media only screen and (max-width: 768px) {

    .w-75-noimp {
        width: 95% !important;
    }

    .padding-none {
        padding: 10px 10px 10px 0px !important;
    }

    button.btn.btn1 {
        font-size: 0.8rem !important;
        padding: 10px !important;
    }

    li.fs1p1,
    p.fs1p1 {
        font-size: 0.8rem !important;
    }

    .margin-top-3r {
        margin-top: -3rem !important;
    }

    .margin-top {
        margin-top: -2rem !important;
    }

    .margin-bottom {
        margin-bottom: -2rem !important;
    }

    .fs2p5-tab {
        font-size: 2.5rem;
    }

    .fs2-tab {
        font-size: 2rem !important;
    }

    .fs1-tab {
        font-size: 1rem !important;
    }

    .coachimg {
        width: 13rem;
        height: 21rem;
    }

    .img-tab {
        width: 300px;
        height: 300px;
    }

    .padding-tab {
        padding: 10px;
    }

    .doc-img-tab {
        width: 400px;
        height: 470px;
    }

    .margin-left {
        margin-left: -90px;
    }
    
    

}

@media screen and (max-width: 1024px) {
    .margin-top {
        margin-top: -2rem;
    }

    .margin-bottom {
        margin-bottom: -2rem;
    }

    .fs2-tab {
        font-size: 2rem !important;
    }

    .fs1-tab {
        font-size: 1.2rem !important;
    }

    .h450-tab {
        height: 450px;
    }

    .padding-tab {
        padding: 10px;
    }

    .doc-img-tab {
        width: 430px;
        height: 510px;
    }
    ul.navbar-nav.mx-auto li {
        font-size: 0.8rem !important;
    }
    

    
}

@media screen and (max-width: 950px) {
    
.None {
    display: none;
}

}

/* #mainbox {
        width: 101% !important;
    } */

@media screen and (min-width:1030px) and (max-width: 1280px) {

    .daily_coach {
        font-size: 2.7rem !important;
    }

    .daily_coach_p {
        font-size: 1.7rem !important;
    }

    .fs2 {
        font-size: 1.8rem;
    }
    
    a.telicon {
        font-size: 0.8rem !important;
    }

    ul.navbar-nav.mx-auto li {
        font-size: 0.9rem !important;
    }
}
#labSecOne .fs1p1 {
    font-size: 1.1rem !important;
}

#labSecOne .fs1 {
    font-size: 1rem !important;
}


.fs1p1 {
    font-size: 1rem !important;
}

@media screen and (min-height:584px) and (max-height: 700px) {


    .mobbox {
        margin-top: -6% !important;
    }


}

/* 
i-phone5 320 x 568 */

@media screen and (min-height:300px) and (max-height: 584px) {

    .mobbox {
        margin-top: -6% !important;
    }

    .factscard3 {
        width: 175px !important;
        height: 150px !important;
        border: #8ad4e2 !important;
        border-style: solid !important;
        border-radius: 15px !important;
    }

    .factscard_posi3 {
        background-color: #f8f8f8;
        margin-top: -35px !important;
        padding: 0px 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #15526b;
    }
}

@media screen and (max-width:600px) and (min-height:300px) and (max-height: 584px) {

    #mobiappdownloadbtn {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 600px) {
    #para1 {
        margin-left: -7%;
    }

    .h-100-des2 {
        height: 0
    }

    .div1,
    .div2,
    .div3,
    .div4 {
        margin-top: unset !important;
    }

    #lac,
    #four_five {
        height: unset !important;
    }

    .services-mt {
        margin-top: 50px;
    }
}

@media screen and (min-height:300px) and (max-height: 480px) {

    #cardmain {
        margin-top: -82% !important;
    }
}

@media screen and (min-height:480px) and (max-height: 570px) {
    #cardmain {

        margin-top: -56% !important;
    }
}

@media screen and (min-width:1958px) and (max-width: 3000px) {

    #mainbox {
        width: 100% !important;
    }
}

@media screen and (min-width:1000px) and (max-width: 1024px) {

    .daily_coach {
        font-size: 2rem !important;
    }

    .daily_coach_p {
        font-size: 1.4rem !important;
    }

   /* #vid1,
    #vid2,
    #vid3,
    #vid4,
    #vid5,
    #vid6,
    #vid7,
    #vid8,
    #vid9 {
        width: 72% !important;
    }*/

    #smart_testing {
        width: 448px;
        height: 448px;
    }

    #abbottmodel {
        width: 334px;
        height: 550px;
    }

    .font15 {
        font-size: 2.5rem !important;
    }

    .font1 {
        font-size: 1.1rem !important;
    }

    .font2 {
        font-size: 2rem !important;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .cardb1,
    .cardb2,
    .cardb3,
    .cardb4 {
        height: 570px !important;
    }

    .doccard1,
    .doccard2 {
        height: 508px !important;
    }

    #hand_testing {
        width: 447px;
        height: 491px;
    }

    /*#vid1,
    #vid2,
    #vid3,
    #vid4,
    #vid5,
    #vid6,
    #vid7,
    #vid8,
    #vid9 {
        width: 72% !important;
    }*/

    .subscribe_card,
    .shop_card {
        font-size: 0.9rem !important;
    }

    .doccard1,
    .doccard2 {
        height: 711px !important;
    }

    .doccard1,
    .doccard2 {
        height: 500px !important;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .cardb1,
    .cardb2,
    .cardb3,
    .cardb4 {
        height: 570px !important;
    }

    .daily_coach {
        font-size: 1.9rem !important;
    }

    .daily_coach_p {
        font-size: 1.3rem !important;
    }

    .fs1p4 {
        font-size: 1.2rem !important;
    }

    .fs1p3 {
        font-size: 1.1rem !important;
    }
}

@media screen and (min-height:300px) and (max-height: 599px) {

    #appdownloadbtn {
        /* height: 97% !important; */
        font-size: 20px !important;
        width: 260px !important;
    }
}

/* i-pad   */

@media screen and (min-width:750px) and (max-width: 768px) and (min-height:924px) and (max-height: 1024px) {
    
    #smart_testing {
        width: 331px;
        height: 378px;
    }

    .daily_coach_p {
        font-size: 1.0rem !important;
    }

    #abbottmodel {
        width: 244px;
        height: 429px;
    }

    #app_iphone {
        margin-left: -40px !important;
    }

    .font2 {
        font-size: 1.1rem !important;
    }

    .youtubevideo,
    #contour_youtube {
        width: 600px !important;
    }

    #hand_testing {
        width: 332px;
        height: 348px;
    }

    .font1 {
        font-size: 1rem !important;
    }

    .font11 {
        font-size: 1.1rem !important;
    }

    .font15 {
        font-size: 1.6rem !important;
    }

    .font09 {
        font-size: 0.9rem !important;
    }

    .font1 {
        font-size: 1.0rem !important;
    }

    .font11 {
        font-size: 1.1rem !important;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .cardb1,
    .cardb2,
    .cardb3,
    .cardb4 {
        height: 600px !important;
    }

    .subscribe,
    .shop {
        width: 200px;
        height: 250px;
    }

    .before,
    .after {
        font-size: 1.1rem !important;
    }

    /*#vid1,
    #vid2,
    #vid3,
    #vid4,
    #vid5,
    #vid6,
    #vid7,
    #vid8,
    #vid9 {
        width: 66% !important;
    }*/

    .doccard1,
    .doccard2 {
        height: 711px !important;
    }

    #hand_testing {
        width: 332px;
        height: 361px;
    }

    .subheader2 {
        font-size: 1.2rem !important;
    }

    .cardtext4 {
        font-size: 1.1rem !important;
    }

    #mob_img {
        margin-top: 63% !important;
    }
}

/* i-pad end */

/* i-pad pro  */

@media screen and (max-height: 1366px) {
    a.telicon{
        font-size: 0.8rem !important;
    }
    .special-offer {
        top:2% !important;
    }
    .special-offer>img {
        width: 130px !important;
        height: 93px !important;
    }
    .tag-one {
        top:20% !important;
    }
    .tag-two {
        top:26% !important;
    }
    .tag-three {
        top:32% !important;
    }
    #labSecTwo .fs2 {
        font-size: 1.5rem !important;
    }
    #labSecTwo .card-text {
        font-size: 0.9rem !important;
    }
}

@media screen and (min-width: 924px) and (max-width: 1024px) and (min-height:1266px) and (max-height: 1366px) {

    .overflow-auto {
        overflow: hidden !important;
    }

    .daily_coach {
        font-size: 2.05rem !important;
    }

    .daily_coach_p {
        font-size: 1.3rem !important;
    }

    #abbottmodel {
        height: 577px;
        width: 333px;
    }

    .font2 {
        font-size: 2rem !important;
    }
    .card1,
    .card2,
    .card3,
    .card4,
    .cardb1,
    .cardb2,
    .cardb3,
    .cardb4 {
        height: 562px !important;
    }
    #mob_img {
        margin-top: 29% !important;
    }
    
    .doccard1,
    .doccard2 {
        height: 516px !important;
    }

    #hand_testing {
        width: 447px;
        height: 474px;
    }

    .subheader2 {
        font-size: 1.2rem !important;
    }

    .cardtext4 {
        font-size: 1.1rem !important;
    }

    #mob_img {
        margin-top: 27% !important;
    }

    #smart_testing {
        height: 447px;
        width: 447px;
    }

    .font1 {
        font-size: 1.4rem !important;
    }

    .font11 {
        font-size: 1.1rem !important;
    }

    .font15 {
        font-size: 2rem !important;
    }

    .health-vid #vid1 {
        width: 100% !important;
    }

    /*#vid1,
    #vid2,
    #vid3,
    #vid4,
    #vid5,
    #vid6,
    #vid7,
    #vid8,
    #vid9 {
        width: 72% !important;
    }*/
}

/* i-pad pro end */

/* i-pad  landscape */

@media screen and (min-width:924px) and (max-width: 1024px) and (min-height:668px) and (max-height: 768px) {

    .daily_coach {
        font-size: 2rem !important;
    }

    .daily_coach_p {
        font-size: 1.4rem !important;
    }
    .health-vid #vid1 {
        width: 100% !important;
    }

   /* #vid1,
    #vid2,
    #vid3,
    #vid4,
    #vid5,
    #vid6,
    #vid7,
    #vid8,
    #vid9 {
        width: 72% !important;
    }*/


    #smart_testing {
        width: 448px;
        height: 448px;
    }

    #abbottmodel {
        width: 334px;
        height: 550px;
    }

    .font15 {
        font-size: 2.5rem !important;
    }

    .font1 {
        font-size: 1.1rem !important;
    }

    .card1,
    .card2,
    .card3,
    .card4,
    .cardb1,
    .cardb2,
    .cardb3,
    .cardb4 {
        height: 570px !important;
    }

    .doccard1,
    .doccard2 {
        height: 508px !important;
    }

    #hand_testing {
        width: 447px;
        height: 491px;
    }

    #appdownloadbtn {
        font-size: 20px !important;
    }

}

@media screen and (max-width:1240px) {
    g.img-app {
        padding: 0px !important;
    }
}

@media screen and (max-width:768px) {

    img.img-app {
        padding: 0px !important;
    }
}

.factscard_posi {
    background-color: #f8f8f8;
    margin-top: -42px !important;
    padding: 0px 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #15526b;
}

.factscard_posi3 {
    background-color: #f8f8f8;
    margin-top: -35px !important;
    padding: 0px 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #15526b;
}

.factscard_text_pos {
    position: absolute;
    top: 45px;
    left: -1px;
    padding: 10px;
}


#mainbox {

    background-color: #C2E5EA !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* /* Safari and Chrome */
    #mainbox {

        background-color: #C2E5EA !important;
    }

    /* Safari only override */
    ::i-block-chrome,
    #mainbox {
        background-color: #C2E5EA !important;
    }
}

/* @supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
    and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none))
    {
        #mainbox{
              
            background-color: rgb(183,233,248)!important;
        }
    } */

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        #mainbox {

            background-color: #C2E5EA !important;
        }
    }
}

.btn_explore {
    color: #1492e6 !important;
    text-decoration: underline;
    text-align: left;
}

.Icon-ionic-ios-arrow-back {
    width: 4.9px;
    height: 8.6px;
    margin: 2.2px 0 1.7px 4.1px;
    background-color: #1492e6;
}

@media screen and (max-width:3000px) {
    p#textHeading3 {
        font-size: 2.5rem;
    }

    .daily_coach {
        font-size: 4rem !important;
    }

    .daily_coach_p {
        font-size: 1.7rem !important;
    }

    div#textHeading2,
    #appdownloadbtn {
        font-size: 2rem !important;
    }

    p#textHeading1 {
        font-size: 5rem !important;
    }

    a#appdownloadbtn {
        margin-top: 20px;
    }

    .section-one {
        width: 85% !important;
    }

    .sub-heading {
        font-size: 1.8rem;
    }

    .icon-img>img {
        width: 150px;

    }

    .factscard2 {
        width: 300px !important;
        height: 160px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 35px !important;
    }

    p#textHeading2 {
        font-size: 2rem;
    }

    .daily_coach_winner {
        font-size: 3.5rem !important;
    }
    /* TOP NAVBAR */
    div#navbarNav .fs1p1-lg {
        font-size: 1.5rem !important;
    }
    /* a.navbar-brand > img {
        width: 180px;
        height: 70px;
    } */
    #customerCareNo .fs1 {
        font-size: 1.5rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 1.2rem !important;
    }
    img.customer-care-img {
        width: 30px !important;
        height: 30px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 40px;
        height: 40px;
    }
    .ban-text {
        margin-left: -70px !important;
    }
}

@media screen and (max-width:2560px) {
    p#textHeading3 {
        font-size: 2.5rem;
    }
   
    .daily_coach{
        font-size: 4rem !important;
    }

    .daily_coach_winner {
        font-size: 3.2rem !important;
    }

    .daily_coach_p {
        font-size: 1.7rem !important;
    }

    div#textHeading2,
    #appdownloadbtn {
        font-size: 2rem !important;
    }

    p#textHeading1 {
        font-size: 5rem !important;
    }

    a#appdownloadbtn {
        margin-top: 20px;
    }

    .section-one {
        width: 85% !important;
    }

    .sub-heading {
        font-size: 1.8rem;
    }

    .icon-img>img {
        width: 150px;

    }

    .factscard2 {
        width: 300px !important;
        height: 160px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 35px !important;
    }

    .device-card11 {
        left: 5%;
        bottom: -10%;
    }
    .app-btn>img {
        width: 175px;
        height: auto !important;
    }
   
}
@media screen and (max-width:2048px) { 
    
    .daily_coach_winner {
        font-size: 2.8rem !important;
    }

    /* TOP NAVBAR */
    div#navbarNav .fs1p1-lg {
        font-size: 1.2rem !important;
    }
    /* a.navbar-brand > img {
        width: 140px;
        height: 50px;
    } */
    #customerCareNo .fs1 {
        font-size: 1.2rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 1rem !important;
    }
    img.customer-care-img {
        width: 25px !important;
        height: 25px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:1920px) {
    .daily_coach {
        font-size: 3rem !important;
    }

    .daily_coach_winner {
        font-size: 2.5rem !important;
    }

    .claim-btn {
        margin-left: 80px;
    }
    .section-one {
        width: 80% !important;
    }
   
    .factscard2 {
        width: 250px !important;
        height: 170px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 20px !important;
    }
    .ban-text {
        margin-left: -60px !important;
    }
  
}

@media screen and (max-width:1760px) {
   
    .claim-btn {
        margin-left: 40px;
    }
}
@media screen and (max-width:1620px) {
    p#textHeading3 {
        font-size: 2.1rem;
    }
    p#textHeading2 {
        font-size: 1.5rem;
    }
    .fs1p6-lg {
        font-size: 1.3rem !important;
    }
   
    #appdownloadbtn {
        font-size: 1.5rem !important;
    }

    div#textHeading2 {
        font-size: 1.5rem !important;
    }

    p#textHeading1 {
        font-size: 4rem !important;
    }

    a#appdownloadbtn {
        margin-top: 10px;
        width: 370px !important;
    }

    .fs2p5-lg {
        font-size: 2.3rem !important;
    }

    .fs2-lg {
        font-size: 1.5rem !important;
    }

    .fs1p4-lg {
        font-size: 1.4rem !important;
    }

    .section-one {
        width: 90% !important;
    }

    .daily_coach {
        font-size: 2.5rem !important;
    }

    .sub-heading {
        font-size: 1.5rem;
    }

    .daily_coach_p {
        font-size: 1.3rem !important;
    }

    .icon-img>img {
        width: 130px !important;
    }

    .claim-btn {
        margin-left: 0px;
    }

     /* TOP NAVBAR */
     div#navbarNav .fs1p1-lg {
        font-size: 1rem !important;
    }
    /* a.navbar-brand > img {
        width: 110px;
        height: 40px;
    } */
    #customerCareNo .fs1 {
        font-size: 1rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 0.9rem !important;
    }
    img.customer-care-img {
        width: 20px !important;
        height: 20px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 20px;
        height: 20px;
    }
    .ban-text {
        margin-left: -50px !important;
    }
}
@media screen and (max-width:1440px) { 

    .daily_coach_winner {
        font-size: 2.4rem !important;
    }
}

@media screen and (max-width:1440px) and (min-height:900px) {
    /*img#homeimg{
        height:80vh !important
    }*/
}
@media screen and (max-width:1400px) { 
    ul.navbar-nav.mx-auto>.nav-item {
        font-size: 0.9rem !important;
    }

    .daily_coach_winner {
        font-size: 2.2rem !important;
    }

    /* TOP NAVBAR */
    div#navbarNav .fs1p1-lg {
        font-size: 0.9rem !important;
    }
    /* a.navbar-brand > img {
        width: 100px;
        height: 40px;
    } */
    #customerCareNo .fs1 {
        font-size: 0.9rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 0.8rem !important;
    }
    img.customer-care-img {
        width: 20px !important;
        height: 20px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1320px) {

    p#textHeading3,
    #appdownloadbtn {
        font-size: 1.8rem;
    }

    .daily_coach_winner {
        font-size: 2rem !important;
    }

    div#textHeading2 {
        font-size: 1.4rem !important;
    }

    p#textHeading1 {
        font-size: 3rem !important;
    }

    a#appdownloadbtn {
        margin-top: 10px;
    }

    .section-one {
        width: 90% !important;
    }

    .sub-heading {
        font-size: 1.3rem;
    }

    .daily_coach_p {
        font-size: 1.2rem !important;
    }

    .daily_coach {
        font-size: 2.4rem !important;
    }

    p.font155 {
        font-size: 1rem !important;
    }

    ul.navbar-nav.mx-auto>.nav-item {
        font-size: 0.9rem !important;
    }
   
}

@media screen and (max-width:1280px) and (min-height:960) {
    
    /*img#homeimg {
        height: 70vh !important;
    }*/
}

@media screen and (max-width:1280px) and (min-height:1024) {
    
    /*img#homeimg {
        height: 70vh !important;
    }*/
}

@media screen and (max-width:1280px) {
    
    .sec-last .my-5 {
        margin: 2rem 0rem !important;
    }

    .display-3tab {
        font-size: 3.5rem !important;
    }

    .fs2-tab {
        font-size: 1.6rem !important;
    }

    .app-btn>a>img {
        width: 150px !important;
        height: auto !important;
    }

    /* TOP NAVBAR */
    div#navbarNav .fs1p1-lg {
        font-size: 0.8rem !important;
    }
    /* a.navbar-brand > img {
        width: 100px;
        height: 40px;
    } */
    #customerCareNo .fs1 {
        font-size: 0.8rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 0.7rem !important;
    }
    img.customer-care-img {
        width: 16px !important;
        height: 16px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 16px;
        height: 16px;
    }
    .ban-text {
        margin-left: -40px !important;
    }
}

@media screen and (max-width:1270px) {
    
    .fs1p1 {
        font-size: 1rem !important;
    }

    ul.navbar-nav.mx-auto>.nav-item {
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width:1200px) {
    .claim-btn {
        margin-left: -60px !important;
    }
    .daily_coach_winner {
        font-size: 1.8rem !important;
    }
    .special-offer {
        top:2% !important;
    }
    .special-offer>img {
        width: 120px !important;
        height: 83px !important;
    }

    .tag-one {
        top:17% !important;
    }
    .tag-two {
        top:24% !important;
    }
    .tag-three {
        top:31% !important;
    }
    #labSecTwo .fs1 {
        font-size: 0.9rem !important;
    }
    #labSecTwo .tag-img {
        width: 25px !important;
        height: 25px !important;
    }
}
@media screen and (max-width:1024px) {

    p#textHeading3,
    #appdownloadbtn, .fs2-tab {
        font-size: 1.5rem !important;
    }

    p#textHeading2, .font11 {

        font-size: 1.1rem !important;
    }
    .daily_coach_winner {
        font-size: 1.6rem !important;
    }

    p#textHeading1, .display-3tab {
        font-size: 3rem !important;
    }

    .app-btn>a>img {
        width: 110px !important;
        height: auto !important;
    }

    a#appdownloadbtn {
        font-size: 1.5rem !important;
        margin-top: 0px;
    }

    /*img#homeimg {
        height: 80vh !important;
    }*/

    .new-container {
        width: 90% !important;
    }

    .fs2p5-lg {
        font-size: 1.5rem !important;
    }

    .fs2-lg {
        font-size: 1rem !important;
    }

    .fs1p4-lg {
        font-size: 0.9rem !important;
    }

    .fs1p6-lg {
        font-size: 1.1rem !important;
    }

    .sub-heading {
        font-size: 1.3rem;
    }

    .factscard_text_pos {
        font-size: 0.9rem !important;
    }

    .daily_coach {
        font-size: 1.9rem !important;
    }

    .daily_coach_p {
        font-size: 1.1rem !important;
    }

    .icon-img>img {
        width: 110px !important;
    }

    .fs1p1 {
        font-size: 1rem !important;
    }

    p.font155 {
        font-size: 0.8rem !important;
    }
    
    .fs1p6n {
        font-size: 1.2rem !important;
    }

    .factscard2 {
        width: 250px !important;
        height: 150px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 20px !important;
    }

    .bg-col {
        margin: 4rem 0 !important;
    }

    a#appdownloadbtn {
        width: 320px !important;
    }

    .font2 {
        font-size: 1.5rem !important;
    }

    .device-links a,  .shop-links a, .service-links a {
        font-size: 0.8rem !important;
    }
    
    .fs20-md {
        font-size: 12rem;
        top:-30px !important;
    }
    .ban-text {
        margin-left: -30px !important;
    }

    .special-offer {
        top:1% !important;
    }
    .special-offer>img {
        width: 90px !important;
        height: 68px !important;
    }

    .tag-one {
        top:13% !important;
    }
    .tag-two {
        top:20% !important;
    }
    .tag-three {
        top:27% !important;
    }
    #labSecTwo .fs1 {
        font-size: 0.9rem !important;
    }
    #labSecTwo .tag-img {
        width: 25px !important;
        height: 25px !important;
    }
    #labSecTwo .fs2 {
        font-size: 1.2rem !important;
    }
    #labSecTwo .fs1 {
        font-size: 0.8rem !important;
    }
    #labSecTwo .card-text {
        font-size: 0.8rem !important;
    }

    .tag-one>p, .tag-two>p, .tag-three>p {
        width: 150px !important;
    }
    
    .blur-background {
        width: 150px !important;
    }

}
@media screen and (max-width:992px) {
    /* .navbar-nav {
        min-height: fit-content !important;
        height: auto !important;
        transition: all 0.5s !important;
    } */

    /* .navbar-collapse {
        transition: all 0.5s !important;
    }

    .collapsing {
        transition: 0.5s !important;
    } */

    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 900px!important;
    } */

    .tag-one {
        top:13% !important;
    }
    .tag-two {
        top:19% !important;
    }
    .tag-three {
        top:25% !important;
    }

    #labSecOne .fs1p1 {
        font-size: 0.9rem !important;
    }
    
    #labSecOne .fs1 {
        font-size: 0.8rem !important;
    }
    .dropdown {
        position: initial !important;
    }
    .dropdown-menu {
        margin-top: 0px !important;
        top:94% !important;
    }
    li.nav-item {
        font-size: 0.8rem;
    }

    a#appdownloadbtn {
        width: 250px !important;
    }

    /*toggle-button-icon*/

    #nav-icon1 {
        width: 30px;
        height: 27px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;

    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #1aa1a8;
        border-radius: 6px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 2px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 11px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 11px;
        height: 5px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 11px;
        height: 5px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .font15 {
        font-size: 2rem !important;
    }

    a#appdownloadbtn {
        width: 270px !important;
    }

    /* TOP NAVBAR */
    div#navbarNav .fs1p1-lg {
        font-size: 0.8rem !important;
    }
    /* a.navbar-brand > img {
        width: 70px;
        height: 30px;
    } */
    #customerCareNo .fs1 {
        font-size: 0.7rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 0.6rem !important;
    }
    img.customer-care-img {
        width: 14px !important;
        height: 14px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:900px) {
    .device-links a,  .shop-links a, .service-links a {
        font-size: 0.7rem !important;
    }

    .special-offer {
        top:1% !important;
    }
    .special-offer>img {
        width: 70px !important;
        height: 58px !important;
    }

   
    #labSecTwo .fs1 {
        font-size: 0.9rem !important;
    }
    #labSecTwo .tag-img {
        width: 25px !important;
        height: 25px !important;
    }
    #labSecTwo .fs2 {
        font-size: 1rem !important;
    }
    #labSecTwo .fs1 {
        font-size: 0.8rem !important;
    }
    #labSecTwo .card-text {
        font-size: 0.8rem !important;
    }

     /* TOP NAVBAR */
     div#navbarNav .fs1p1-lg {
        font-size: 0.7rem !important;
    }
    /* a.navbar-brand > img {
        width: 70px;
        height: 30px;
    } */
    #customerCareNo .fs1 {
        font-size: 0.6rem !important;
    }
    #customerCareNo .fsp9 {
        font-size: 0.5rem !important;
    }
    img.customer-care-img {
        width: 14px !important;
        height: 14px !important;
    }
    a.playstoreicon>img, a.applestoreicon>img {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:768px) {

    p#textHeading3,
    #appdownloadbtn {
        font-size: 1.2rem !important;
    }

    div#textHeading2 {
      
        font-size: 0.9rem !important;
    }

    p#textHeading1 {
        font-size: 2.1rem !important;
    }

    a#appdownloadbtn {
        font-size: 1rem !important;
        margin-top: 0px;
    }

    /*img#homeimg {
        height: 50vh !important;
    }*/

    .daily_coach {
        font-size: 1.8rem !important;
    }

    .daily_coach_p {
        font-size: 1rem !important;
    }

    .t-card .w-75 {
        width: 90% !important;
    }

    .fs2-lg {
        font-size: 1.5rem !important;
    }

    .fs1-lg {
        font-size: 1.2rem !important;
    }

    .fs1p4 {
        font-size: 1.2rem !important;
    }

    .fs1p3 {
        font-size: 1rem !important;
    }

    .fsp8 {
        font-size: 0.7rem !important;
    }

    a#appdownloadbtn {
        width: 225px !important;
    }

    .display-3tab {
        font-size: 2.2rem !important;
    }

    .fs2-tab {
        font-size: 1.2rem !important;
    }

    .app-btn>a>img {
        width: 100px !important;
        height: auto !important;
    }

    .fsp9mob {
        font-size: 0.8rem !important;
    }
    
}

@media screen and (max-width:767px) {
    .navbar-collapse {
        height: calc(100vh - 63px)!important;
        overflow: scroll !important;
        transition: all 0.5s !important;
    }
    .navbar-nav {
        min-height: fit-content !important;
        height: auto !important;
        transition: all 0.5s !important;
    }

    /* a.navbar-brand > img {
        width: 110px;
        height: 40px;
    } */
    img.mob-logo {
        margin-left: 37px !important;
        margin-top: 6px !important;
    }

    nav.navbar {
        align-items: baseline !important;
    }
    .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link2, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link3 {
        background-color: #fafafa !important;
    }
    div#navbarNav .fs1p1-lg {
        font-size: 1rem !important;
    }
    #labSecOne .fs1p1 {
        font-size: 1rem !important;
    }
    
    #labSecOne .fs1 {
        font-size: 0.9rem !important;
    }

    .special-offer {
        top:2% !important;
    }
    .special-offer>img {
        width: 130px !important;
        height: 93px !important;
    }
    .tag-one {
        top:24% !important;
    }
    .tag-two {
        top:29% !important;
    }
    .tag-three {
        top:34% !important;
    }
    #labSecTwo .fs2 {
        font-size: 1.5rem !important;
    }
    #labSecTwo .card-text {
        font-size: 0.9rem !important;
    }
    .tag-one>p, .tag-two>p, .tag-three>p {
        width: 200px !important;
    }
    .blur-background {
        width: 200px !important;
    }
    
}

.div_center {
    display: flex;
    align-items: center;
    font-size: 0.9rem !important;
}

@media screen and (max-width:700px) {
    nav.navbar-expand-lg {
        background-color: #fefefe !important;
    }

    .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link2,
    .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link3 {
        background-color: #fafafa !important;
    }

    .dropdown-menu {
        background-color: transparent !important;
    }

    .border-t {
        border-top: 2px solid #3ea1a1 !important;
    }
    .device-links a,  .shop-links a, .service-links a {
        font-size: 0.8rem !important;
    }
    
}

@media screen and (min-width:600px) and (max-width:700px) {
   
    p.font155 {
        font-size: 1rem !important;
    }
}

@media only screen and (min-width:375px) and (max-width:600px) {
    .fs2-lg {
        font-size: 1.2rem !important;
    }

    .fs1-lg {
        font-size: 0.9rem !important;
    }

    li.fs1p1,
    p.fs1p1 {
        font-size: 1.2rem !important;
    }

    .daily_coach {
        font-size: 1.3rem !important;
    }

    .icon-img>img {
        width: 80px !important;
    }

    .factscard_text_pos {
        position: absolute;
        top: 20px;
        left: -1px;
        padding: 10px;
        font-size: 0.7rem !important;
    }

    .factscard_posi3 {
        font-size: 2.5rem !important;
    }

    .factscard3 {
        width: 160px !important;
        height: 110px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 20px !important;
        background-color: #f8f8f8 !important;
    }

    .factscard_posi3 {
        background-color: #f8f8f8;
        margin-top: -25px !important;
        padding: 0px 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #15526b;
    }

    .sub-heading {
        font-size: 1rem !important;
    }

    .display-4 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link {
        font-size: 0.9rem !important;
        font-weight: 700;
        text-transform: capitalize !important;
        font-family: "proxima-nova-bold" !important;
        color: #313131 !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link:hover {
        color: #3ea1a1 !important;
    }

    .fs1p1-lg {
        font-size: 1.1rem !important;
    }

    p.font155 {
        font-size: 0.9rem !important;
    }

    .card .coachimg {
        width: 11rem!important;
        height: 16rem!important;
    }

}
@media screen and (max-width:550px) { 
    .tag-one {
        top:20% !important;
    }
    .tag-two {
        top:26% !important;
    }
    .tag-three {
        top:32% !important;
    }
    .tag-one>p, .tag-two>p, .tag-three>p {
        width: 150px !important;
    }
    .blur-background {
        width: 150px !important;
    }
}

@media screen and (max-width:500px) { 
    #notification .fsp8 {
        font-size: 0.6rem !important;
    }
    span.pointer {
        font-size: 22px !important;
    }

    #notification .bottom {
        bottom:-30px !important;
    }
    .daily_coach_winner {
        font-size: 1.5rem !important;
    }
    .fs2 {
        font-size: 1.7rem;
    }

    .tag-one {
        top:18% !important;
    }
    .tag-two {
        top:24% !important;
    }
    .tag-three {
        top:30% !important;
    }

    #labSecTwo .fs2 {
        font-size: 1.3rem !important;
    }

    #labSecTwo .card-text {
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width:450px) { 
    #notification .fsp8 {
        font-size: 0.5rem !important;
    }
    span.pointer {
        font-size: 20px !important;
    }

    #notification .bottom {
        bottom:-27px !important;
    }

    span.pointer {
        right:10px !important;
    }
    .daily_coach_winner {
        font-size: 1.3rem !important;
    }
    div#navbarNav .fs1p1-lg {
        font-size: 0.9rem !important;
    }
    #labSecOne .fs1p1 {
        font-size: 0.9rem !important;
    }
    
    #labSecOne .fs1 {
        font-size: 0.8rem !important;
    }

    .tag-one {
        top:15% !important;
    }
    .tag-two {
        top:21% !important;
    }
    .tag-three {
        top:27% !important;
    }

    .special-offer {
        top:2% !important;
    }
    .special-offer>img {
        width: 90px !important;
        height: 67px !important;
    }

    #labSecTwo .fs2 {
        font-size: 1.2rem !important;
    }
    #labSecTwo .card-text {
        font-size: 0.7rem !important;
    }
}

@media screen and (max-width:380px) { 
    #notification .fsp8 {
        font-size: 0.5rem !important;
    }
    span.pointer {
        font-size: 20px !important;
    }

    #notification .bottom {
        bottom:-27px !important;
    }

    #notification .bottom>p {
        margin-left:-17px !important;
    }
    .daily_coach_winner {
        font-size: 1.2rem !important;
    }
    .fs1p6n {
        font-size: 0.8rem !important;
    }
    #labSecOne .fs1p1 {
        font-size: 0.8rem !important;
    }
    
    #labSecOne .fs1 {
        font-size: 0.7rem !important;
    }

    .tag-one {
        top:13% !important;
    }
    .tag-two {
        top:19% !important;
    }
    .tag-three {
        top:25% !important;
    }

    .special-offer {
        top:1% !important;
    }
    .special-offer>img {
        width: 70px !important;
        height: 50px !important;
    }

    #labSecTwo .fs2 {
        font-size: 1rem !important;
    }

    #labSecTwo .card-title {
        font-size: 0.9rem !important;
    }

    #labSecTwo .card-text {
        font-size: 0.7rem !important;
    }
    #labSecTwo .tag-img {
        width: 25px !important;
        height: 25px !important;
    }
}

@media screen and (max-width:360px) {
    .daily_coach {
        font-size: 1.2rem !important;
    }

    .daily_coach_p {
        font-size: 0.9rem !important;
    }

    .sub-heading {
        font-size: 1rem !important;
    }

    .fsp8 {
        font-size: 0.7rem !important;
    }

    .fs2-lg {
        font-size: 1.2rem !important;
    }

    .fs1-lg {
        font-size: 1rem !important;
    }

    li.fs1p1,
    p.fs1p1 {
        font-size: 1rem !important;
    }

    .factscard_text_pos {
        position: absolute;
        top: 20px;
        left: -1px;
        padding: 10px;
        font-size: 0.7rem !important;
    }

    .factscard_posi3 {
        font-size: 2.5rem !important;
    }

    .factscard_posi3 {
        background-color: #f8f8f8;
        margin-top: -25px !important;
        padding: 0px 5px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #15526b;
    }

    .factscard3 {
        width: 160px !important;
        height: 110px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 20px !important;
        background-color: #f8f8f8 !important;
    }

    .icon-img>img {
        width: 80px !important;
    }

    img.mob-img {
        margin-top: -80px !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link {
        font-size: 0.9rem !important;
        font-weight: 700;
        text-transform: capitalize !important;
        font-family: "proxima-nova-bold" !important;
        color: #313131 !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link:hover {
        color: #3ea1a1 !important;
    }

    .navbar-nav {
        min-height: fit-content !important;
        height: auto !important;
        transition: all 0.5s !important;
    }

    .navbar-collapse {
        height: calc(100vh - 63px)!important;
        overflow: scroll !important;
        transition: all 0.5s !important;
    }

    #notification .bottom>p {
        margin-left:-22px !important;
    }

    span.pointer {
        right:5px !important;
        top:2px !important;
    }
    span.pointer {
        font-size:18px !important;

    }
}

@media screen and (min-width:375px) {
    img.mob-img {
        margin-top: -90px !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title a {
        font-size: 0.9rem !important;
        font-weight: 700;
        text-transform: capitalize !important;
        font-family: "proxima-nova-bold" !important;
        color: #313131 !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link:hover {
        color: #3ea1a1 !important;
    }
}

.novique-ban span {
    display: block !important;
    position: relative !important;
    top: -150px !important;
    visibility: hidden !important;
}
@media screen and (max-width:320px) {
    #labSecTwo .fs2 {
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width:320px) {
    .daily_coach {
        font-size: 1.2rem !important;
    }

    .daily_coach_p {
        font-size: 0.8rem !important;
    }

    .icon-img>img {
        width: 80px !important;
    }

    .factscard3 {
        width: 160px !important;
        height: 105px !important;
        border: #1aa1a8 !important;
        border-style: solid !important;
        border-radius: 20px !important;
        background-color: #f8f8f8 !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link {
        font-size: 0.9rem !important;
        font-weight: 700;
        text-transform: capitalize !important;
        font-family: "proxima-nova-bold" !important;
        color: #313131 !important;
    }

    .nav-item.dropdown .dropdown-menu .cat-title .nav-link:hover {
        color: #3ea1a1 !important;
    }

    .fsp8 {
        font-size: 0.7rem !important;
    }

    .mob-text {
        font-size: 1.3rem !important;
    }

    .mob-sub-text {
        font-size: 1.1rem !important;
    }

    li.fs1p1, p.fs1p1 {
        font-size: 1rem !important;
    }
    #notification .fsp8 {
        font-size: 7px !important;
    }
    #notification .bottom>p {
        margin-left:-22px !important;
    }

    span.pointer {
        right:5px !important;
        
    }
    span.pointer {
        font-size:18px !important;

    }
    #notification .bottom {
        bottom:-25px !important;
    }
}

/* 404 PAGE */

.bannner-404 {
    width:332px;
    height: 332px;;
}
.device-links a,  .shop-links a, .service-links a{
    color:#434343 !important;
}

@media screen and (max-width:360px) {
    .bannner-404 {
        width:300px;
        height: 300px;;
    }
}
/* notifyme and out_of_stock */
.notify:focus {
    outline: 1px dotted;
    outline: none;
}
.outofstock_sticky_top_right{
    position: absolute;
    right: 6%;
    top: -1px;
    font-size: .9rem!important;
    z-index:1;
}
.outofstock_sticky_top_left{
    position: absolute;
    left: 6%;
    top: -1px;
    font-size: .9rem!important;
}

.btn-outline-secondary-notify {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary-notify:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

