@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
    url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Latomedium';
    src: url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunito-sans.regular-webfont.woff2') format('woff2'),
    url('../fonts/nunito-sans.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
    url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'latoregular';
    color: #4E5264;
    font-size: 18px;
    background-color: #fff;
}
.bg-white{background-color: #fff;}
.gry_txt{color: rgba(51, 51, 51, 0.50);}
.gray-bg{background-color: #F7F9FB;}
.bg-dblue {background: #006080;color: #fff}
.orange-text{color: #F79727;}
.text-white{color: #fff;}
.blue-text{color: #026389;}
.text-lblue{color: #0089CC;}
.red-text{color: #F25A6C;}
.font-24{font-size: 24px !important;}
.font-20{font-size: 20px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-24{font-size: 24px;}
a{text-decoration: none;}
a.orange-text:hover,a.orange-text:focus{color: #F79727;}
img{max-width: 100%;}
.p-l-0{padding-left: 0;}
.p-r-0{padding-right: 0;}
.p-t-0{padding-top: 0 !important;}
.p-b-0{padding-bottom: 0 !important;}
.p-l-sm{padding-left: 10px;}
.p-r-sm{padding-right: 10px;}
.p-r-md{padding-right: 20px;}
.m-b-sm{margin-bottom: 10px;}
.m-b-md{margin-bottom: 20px;}
.m-b-lg{margin-bottom: 30px;}
.m-b-xl{margin-bottom: 40px;}
.m-b-xxl{margin-bottom: 50px;}
.m-t-sm{margin-top: 10px;}
.m-t-md{margin-top: 20px;}
.m-t-lg{margin-top: 30px;}
.m-t-xl{margin-top: 40px;}
.m-t-xxl{margin-top: 50px;}
.p-t-sm{padding-top: 10px;}
.p-t-md{padding-top: 20px;}
.p-t-lg{padding-top: 30px;}
.p-t-xl{padding-top: 40px;}
.p-t-xxl{padding-top: 50px !important}
.m-r-lg {margin-right: 30px;}
.m-r-md {margin-right: 15px;}
.m-l-md {margin-left: 15px;}
.link{color: #026389; text-decoration: underline;}
.link:focus,.link:hover{color: #026389; text-decoration: underline;}
h1,h2,h3,h4,h5,h6{margin: 0; line-height: 1.5;}
p{margin-bottom: 20px;line-height: 32px;}
h1{
    font-family: 'latobold';
    font-size: 48px;
    color: #026389;
    line-height: 72px;
    text-transform: unset;
}
h2{
    font-family: 'latobold';
    font-size: 36px;
    color: #026389;
    line-height: 56px;
    margin-bottom: 24px;
    text-transform: unset;
}
h3{
    font-family: 'latoregular';
    font-size: 32px;
    line-height: 48px;
    text-transform: unset;
}
strong{font-family: 'latobold';font-weight: normal;}
input:focus{outline: none;}
.fild-label{
    width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
    font-family: 'latobold';
}
.text-box{
    width: 100%;
    border: 1px solid #A9ABAE;
    border-radius: 6px;
    background-color: #F7F9FB;
    box-shadow: none;
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.text-box::-ms-expand {display: none;}
textarea.text-box{height: 120px;resize: none;}
::placeholder {opacity: 0.50;}
:-ms-input-placeholder {opacity: 0.50;}
::-ms-input-placeholder {opacity: 0.50;}
.frome-group{padding-bottom: 20px;}

.custom-ck-box{
    position: relative;
    font-size: 16px;
    padding: 0 10px 0 24px;
    font-family: 'latoregular';
    font-weight: normal;
}
.custom-ck-box input{
    opacity: 0;
    display: none;
}
.custom-ck-box .ck-mark{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #026C90;
    border-radius: 50%;
}
.custom-ck-box input:checked ~ .ck-mark:before{
    content: "";
    background-color: transparent;
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    border-bottom: 2px solid #026C90;
    height: 8px;
    border-right: 2px solid #026C90;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.round-checkbox .ck-mark{
    border: 1px solid #4E5264;
}
.round-checkbox input:checked ~ .ck-mark:before{
    border: none;
    width: 11px;
    height: 11px;
    background-color: #FF8500;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.round-checkbox input:checked ~ .ck-mark{
    border-color: #FF8500;
}
.error{
    font-size: 14px !important;
    margin: 0 !important;
}
.btn {
    border-radius: 6px;
    font-size: 24px;
    line-height: normal;
    font-family: 'latobold';
    cursor: pointer;
    background-color: #FF8500;
    text-align: center;
    white-space: normal;
    color: #fff;
    width: 360px;
    border: 0;
    border-radius: 48px;
    text-transform: none;
    letter-spacing: normal;
    padding: 9px 5px;
}
.btn .svg{margin-left: 10px;}
.btn:hover,.btn:focus{
    color: #fff;
    text-decoration: none;
}
.orange-btn{background-color: #FF9500; color: #fff;}
.btn-blue{background-color: #00A0FA; color: #fff;}
.btn-w-360{width: 360px;padding: 10px 5px !important;}
.dy-padding-left,.dy-padding-right{visibility: hidden;}
.breadcrumb {
    padding: 0px 0 20px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li a, .breadcrumb li {
    color: #4E5264;
    font-size: 16px;
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    content: "";
    border: solid #4E5264;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0 10px 0 5px;
}
.breadcrumb > .active{
    color: #4E5264;
    font-family: 'latobold';
}
    /*footer start*/
    footer img{max-height: 52px;}
    footer{background-color: #4E5264;padding: 40px 0 16px 0}
    footer .footer_text{color: #fff;font-size: 14px;font-family: 'latoregular';float: left;margin: 16px 0 0 0;line-height: 20px;}
    .footer_bottom a{float: right;}
    .footer_bottom{padding-top: 45px;}
    footer li a{color: #fff; font-size: 16px;}
    footer li a:hover,footer li a:focus{text-decoration: none; color: #fff;}
    footer li{margin-bottom: 5px;}
    footer .fild-label{margin-bottom: 15px;color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.25);padding-bottom: 15px;}
    /*footer end*/
    .download_app {
        overflow: hidden;
    }
    .app_btns{
        padding: 64px 0 60px 0;
    }
    .app_btns a{
        width: 120px;
        height: 40px;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin: 0 15px;
    }
    .app_btns .play_store {width: 135px;}
    .app_btns .play_store svg{
        top: -10px;
        position: relative;
        left: -10px;
    }
    .download_app{padding: 57px 0 0 0;text-align: center;}
    .download_app .contant{
        max-width: calc(100% - 582px);
        display: inline-block;
        padding: 0 20px;
        vertical-align: top;
    }
    .download_app .img-left{
        max-width: 286px;
        display: inline-block;
        vertical-align: top;
    }
    .download_app .img-left img{
        position: relative;
        left: -30px;
    }
    .download_app .img-right{
        max-width: 286px;
        display: inline-block;
        vertical-align: top;
    }
    .download_app .img-right img {
        position: relative;
        right: 0px;
        bottom: -58px;
    }
    .testimonials_bg{background: #F0FDF9;}
    .testimonials{padding: 64px 0; }
    .testimonials .tes_title{
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'latobold';
    }
    .testimonials .tes_star{
        padding:  15px 0;
    }
    .testimonials .tes_date{
        font-size: 14px;
        font-family: 'latobold';
    }
    .addReadMore.showlesscontent .more-text,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }
    .addReadMore.showmorecontent .readMore {
        display: none;
    }
    .addReadMore .readMore,
    .addReadMore .readLess {
        font-family: 'latobold';
        font-size: 15px;
        cursor: pointer;
        text-decoration: none;
        color: #333;
    }
    .addReadMoreWrapTxt.showmorecontent .more-text,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
    .testimonials p{font-size: 16px;margin-bottom: 10px;}
    .stickers_img{padding: 120px 0;}
    .stickers_img img{max-height: 120px;}
    .com_banner {padding: 55px 0 0 0;}
    .com_banner img{margin-top: 30px;}
    .com_banner .banner_text{padding: 24px 0 40px 0;}
    .com_banner .banner_text p{margin: 0; font-family: 'latobold'; text-align: left;}
    .com_banner .breadcrumb{padding-top: 0;}
    /*.com_banner svg{margin-top: 30px; width:100%;}*/
    .home_page_banner{
        background-image: url(../image/img2.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin-bottom: 95px;
        background-size: auto;
    }
    .home_page_banner_btn a{
        background-color: #026389;
        text-align: center;
        display: inline-block;
        width: 264px;
        padding: 15px;
        moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        float: left;
        margin: 0 12px 24px 12px;
    }
    .home_page_banner_btn a span{
        color: #FFFFFF;
        /*font-family: 'latobold';*/
        font-family: 'latobold';
        display: block;
        padding: 12px 0 0 0;
    }
    .home_page_banner_inner{
        position: relative;
        padding: 0 0 54% 0;
    }
    .home_page_banner_btn{
        margin: 0 -12px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        bottom: -115px;;
        left: 0;
    }
    .banners_btns{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .banners_btns a{
        color: #FFFFFF;
        font-family: 'latobold';
        padding: 5px;
        text-align: center;
        background-color: #026389;
        border-radius: 6px;
        moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        min-height: 88px;
        width: calc(100% / 3 - 24px);
        margin: 0 12px 24px 12px;
        text-decoration: none;
        -ms-flex-align: center!important;
        align-items: center!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

    .right_img_secontion .imgdiv{text-align: left;}
    .right_img_secontion .imgdiv img{max-height: 351px;}
    .right_img_secontion{padding: 68px 0; background-color: #E5F5FD;}
    .right_img_secontion p{color: #4E5264;}
    .right_img_secontion h3{margin-bottom: 12px; color: #FF8500;}

    .text_secontion{padding: 0 0 80px 0;}
    .leemd_product img{width: 70%;}
    .leemd_product {padding:80px 0 0 0; }
    ul{padding: 0 0 0 20px;margin: 0;}
    ul li{margin-bottom: 12px;}
    .testing_at_home .img_sec{text-align: right;}
    .testing_at_home{margin: 120px 0 0 0;}
    .covid_record{padding: 120px 0 0 0;}
    .input-group{margin-bottom: 15px;}
    .input-group .form-control{
        background-color: #F7F9FB;
        border-radius: 6px;
        border: 1px solid #A9ABAE;
        color: #A9ABAE;
        height: 48px;
        font-family: 'latoregular';
        font-size: 18px;
    }
    .input-group .btn:focus,
    .input-group .btn:active:focus,
    .input-group .btn.active:focus,
    .input-group .btn.focus,
    .input-group .btn:active.focus,
    .input-group .btn.active.focus {
        outline: 0;
        outline-offset: 0;
    }
    .input-group  .btn{padding: 11.5px 18px; white-space: nowrap;}
    .sub_page_com_banner{padding: 30px 0 0 0;}
    .sub_page_com_banner svg{vertical-align: middle;position: absolute;right: calc(100% + 10px);}
    .sub_page_com_banner .sub-txt{font-family: 'latobold';max-width: 550px}
    .sub_page_com_banner .btn{margin-top: 24px; font-size: 22px;width: 317px;margin-bottom: 30px;}
    .sub_page_com_banner h3{margin-bottom: 24px;position: relative;}
    .sub_page_com_banner h3 small{font-size: 18px;color: #4E5264;display: block;line-height: 32px;}
    .sub_page_com_banner img{max-height: 433px; display: block;margin-left: auto;}
    .sub_page_banner_inner{padding-left: 60px;}
    .sub_page_com_banner.banner-vp{padding: 60px 0 20px 0;}

    .subpage_text_secontion{padding: 64px 0 40px 0;}
    .how_it_work_section .title {
        display: block;
        font-family: 'latobold';
        font-size: 24px;
        line-height: 40px;
        position: relative;
        padding-left: 48px;
        margin-top: 20px;
    }
    .how_it_work_section .title span{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        display: inline-block;
        border-radius: 36px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    .how_it_work_section p{font-size: 18px;padding-left: 48px;}
    .how_it_work_section .how_it_work_btn{padding: 100px 0 0 0;}
    .how_it_work_section h3{margin-bottom: 55px;}
    .how_it_work_section{padding: 30px 0;}
    .sub_page_sticker img{max-height: 120px;}
    .sub_page_sticker{padding: 64px 0;}
    .common_treatments .treatment_name{display: block;font-family: 'latobold';margin-bottom: 20px;}
    .common_treatments p{font-family: 'latobold';margin-bottom: 8px;}
    .common_treatments .treatments_list:not(:last-child){margin-bottom: 20px;}
    .img_url_section .bottom_text_img {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        width: 360px;
        margin: 0 20px;
        height: 240px;
    }
    .img_url_section .bottom_text_img a > span {
        color: #026389;
        font-size: 18px;
        font-family: 'latobold';
        background-color: rgba(255, 255, 255, 0.8);
        display: block;
        text-align: center;
        padding: 7px 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .img_url_section .bottom_text_img a > span span {
        position: relative;
        padding-right: 30px;
        display: inline-block;
    }
    .img_url_section .bottom_text_img a > span span::after {
        content: "";
        border: solid #026389;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 9px;
        height: 9px;
        position: absolute;
        top: 1px;
        bottom: 0;
        margin: auto;
        right: 12px;
    }
    .img_url_section .right_text_img, .img_url_section .left_text_img {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
        width: 550px;
        margin: 0 20px;
        height: 240px;
    }
    .img_url_section .right_text_img a > span,.img_url_section .left_text_img a > span{
        color: #ffffff;
        font-size: 18px;
        font-family: 'latobold';
        text-align: center;
        position: absolute;
        bottom: 0;
        top: 0;
        width: 49%;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .img_url_section .right_text_img a > span{
        right: 0;
    }
    .img_url_section .left_text_img a > span{
        left: 0;
    }
    .img_url_section .right_text_img a > span span, .img_url_section .left_text_img a > span span {
        position: relative;
        padding-right: 30px;
        display: inline-block;
    }
    .img_url_section .right_text_img a > span span::after, .img_url_section .left_text_img a > span span::after {
        content: "";
        border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 9px;
        height: 9px;
        position: absolute;
        top: 1px;
        bottom: 0;
        margin: auto;
        right: 12px;
    }
    .img_url_section .side_color_blue a > span{
        background-color: rgba(2, 99, 137, 0.5);
    }
    .img_url_section .side_color_balck a > span{
        background-color: rgba(51, 51, 51, 0.5);
    }
    .img_url_section img{width: 100%;}
    .featured_products{padding: 120px 0 0 0;}
    .featured_products .img_url_section{padding: 64px 0 58px 0;}
    .search_specialties_box .search_txt{
        border: 0;
        border-bottom: 1px solid #333333;
        padding: 5px 30px 5px 5px;
        text-align: center;
        width: 360px;
        background-image: url(../image/search.png);
        background-position: calc(100% - 7px) 50%;
        background-repeat: no-repeat;
        box-shadow: none;
        margin: auto;
    }
    .specialties_list {padding: 60px 0 0 0;}
    .specialties_list ul{
        padding: 0;
        list-style: none;
        margin: 0 -12px;
    /*  display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  }
  .specialties_list ul li{
    font-family: 'latobold';
    position: relative;
    padding: 17px 24px 17px 24px;
    /*    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;*/
        color: #333333;
        margin-bottom: 30px;
        border: 2px solid transparent;
        border-radius: 6px;
        width: calc(33% - 24px);
        display: inline-block;
        float: left;
        margin: 0 12px 24px 12px;
        height: 88px;
    }
    .specialties_list ul li:hover{
        border-color: #333;
    }
    .specialties_list ul li span{
        display: inline-block;
        margin: 4px 19px 4px 0;
        vertical-align: middle;
        width: 35px;
        height: 35px;
    }
/*.specialties_list ul li:before{
    content: "";
    background-image: url(../image/list_icon.png);
    background-repeat:no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    left: 0;
    width: 33px;
    height: 33px;
    }*/
    .specialties_list ul li a{
        text-decoration: none;
        color: #333333;
        vertical-align: middle;
        display: inline-block;
        width: calc(100% - 60px);
    }
    .specialties_list ul li a:hover,.specialties_list ul li a:focus{
        color: #333333;
        text-decoration: none;
    }
    .specialties_list ul li a:after{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0,0,0,0);
    }
    .specialties_list .more{
        color:rgba(51, 51, 51, 0.50);
        cursor:pointer;
        font-family: 'latobold';
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .specialties_list .more:after{
        content: "";
        display: inline-block;
        border: solid rgba(51, 51, 51, 0.50);
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-left: 15px;
        margin-bottom: 4px;
    }
    .specialties_list .more.less:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: 0;
    }
    .second_opinions_page .healthcare_simple{padding-top: 24px;}
.covid_notice{background-color: #fff; padding: 17px 0;/*-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);*/}
.covid_notice .container{position: relative;}
.covid_notice .img_section{width: 95px;display: inline-block;float: left;padding-top: 13px;}
.covid_notice .text_section{width: calc(100% - 120px); display: inline-block;padding: 10px 0 0 10px;}
.covid_notice .text_section p{font-size: 20px; color: #333333;;margin: 0px;}
.covid_notice .text_section span, .covid_notice .text_section span a{font-size: 14px; color: #333333;display: inline-block;}
.covid_notice .text_section span a{margin-right: 5px;}
.covid_notice .text_section span{margin-right: 30px;}
.covid_notice .close_notice{color: #989898; text-decoration: none;line-height: 1;position: absolute;top: 0; bottom: 0; right: 0;margin: auto;width: 20px;height: 20px;text-align: center;font-size: 21px;}
.covid_notice .close_notice:hover,.covid_notice .close_notice:focus{color: #989898;text-decoration: none;}
.second_opinions_page .com_banner p,.econsults_page .com_banner p{text-align: center;}
.paid_telemedicine_opportunites img.img_lap{width: 73%;margin: 100px 0 120px 0;}
.paid_telemedicine_opportunites img.img_divice_lap{margin: 100px 0 120px 0;}
.provider_type_get_started .provider_btn_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.provider_type_get_started .provider_btn_list a{
    color: #FFFFFF;
    font-family: 'latobold';
    padding: 5px;
    text-align: center;
    background-color: #026389;
    border-radius: 6px;
    moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    min-height: 88px;
    width: calc(100% / 4 - 24px);
    margin: 0 12px 24px 12px;
    text-decoration: none;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.provider_type_get_started h2{
    margin-bottom: 120px;
}
.provider_type_get_started,.paid_telemedicine_opportunites{padding-top: 100px;}
.provider_video_section{
    position: relative;
    max-width: 640px;
    padding-bottom: 32%;
    margin: 60px auto 120px auto;
}
.provider_video_section iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.self_signup_below{padding: 120px 0;}
.self_signup_below h2{margin-bottom: 120px;}
.decimal_list{list-style: decimal}
.information_to_complete ul li{margin-bottom: 20px;}
.information_to_complete ul{margin-bottom: 25px;}
.frequently_asked_section .btn{margin-top: 100px;}
.frequently_asked_section{padding-top: 100px;}
.paid_telemedicine_opportunites .test_network_list{margin-bottom: 120px;}
.two_step_modal .modal-dialog{
    width: auto;
    max-width: 1020px;
}
.two_step_modal .modal-header{
    padding: 15px 25px 15px 15px;
    border: none;
}
.two_step_modal .modal-header .close{
    margin-top: 0;
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 11;
}
.two_step_modal .modal-header h4{
    color: #026389;
    font-family: 'latoregular';
    font-size: 24px;
}
.two_step_modal .btn{margin-top: 15px;margin-bottom: 15px;width: 360px;padding: 10px 5px;}
.two_step_modal .modal_bottom_txt *{font-size: 14px;line-height: 20px;}
.two_step_modal .modal_bottom_txt p{margin-bottom: 10px;}
.two_step_modal .modal_bottom_txt ul{margin: 0 0 15px 0; padding: 0;list-style: none;}
.two_step_modal .modal_bottom_txt ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.two_step_modal .modal_bottom_txt ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    top: 9px;
    left: 0;
}
.two_step_modal .text-14{
    line-height: 20px;
}


/*this is for banner*/
.ShowHide {
  overflow: hidden;
  background-color: #026389;
  color: #FFFFFF;
  padding:4px 4px 4px 16px;
}
#left {
  overflow: hidden;
}
#right {
  float: right;
  width: 30px;
}
.ShowHide a {
 color: #FFFFFF;
 text-decoration: none;
}
.ShowHide a:hover {
 text-decoration:underline;
}
@media (max-width: 525px) {
    .home-banner-icon{
        display: none;
    }
}
.page-404 .hero {
    text-align: center;
    padding: 150px 0  100px
}
.page-404 .hero h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0;
}
.page-404 .hero p {
    text-align: center
}
.page-404 .hero ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.page-404 .hero ul li{
    margin-right: 20px
}
.page-404 .hero ul li:last-child{
    margin-right: 0
}
.newhome-banner h1{
    font-size: 50px;
    line-height: 80px;
    color: #4BAB60;
}
.newhome-banner .sub-heading{
    font-size: 32px;
    line-height: 32px;
    color: #4BAB60;
    font-family: 'latobold';
}
.newhome-banner .sun-txt{
    color: #4E5264;
    font-size: 16px;
    line-height: 32px;
    margin: 30px 0;
    max-width: 450px
}
.newhome-banner .btn{
    font-size: 20px;
    border-radius: 6px;
    background-color: #FCE2C6;
    width: 418px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #4E5264;
}
.newhome-banner .btn svg{
    float: right;
    margin-top: 9px;
}
.newhome-banner .dropdown-menu{
    z-index: 998;
    width: 418px;
    border: 1px solid #BFBFC4;
    border-radius: 8px;
    max-height: 376px;
    overflow: auto;
    padding: 15px 30px 15px 15px;
}
.newhome-banner .dropdown-menu li a{
    font-size: 16px;
    color: #333;
    font-family: 'latobold';
    padding: 5px 10px 5px 0;
    white-space: normal;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.newhome-banner .dropdown-menu li{
    border-bottom: 0.5px solid #9A9CA5;
    margin: 0;
}
.newhome-banner .dropdown-menu li a svg{
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -15px;
    height: 50px;
    min-width: 80px;
}
.newhome-banner .dropdown-menu li a:hover,
.newhome-banner .dropdown-menu li a:focus{
    background-color: transparent;
}
.newhome-banner img{max-height: 440px;}
.partner-logos .logo-list{
    margin-right: 48px;
    height: 50px;
    display: flex;
    align-items: center;
}
.partner-logos .logo-list:last-child{
    /* margin-right: 0px; */
}
.partner-logos{
    padding: 65px 0;
    text-align: center;
}
.ourfeatured-products{
    background-color: #E5F5FD;
    padding: 65px 0;
    text-align: center;
}
.ourfeatured-products h3{
    color: #4E5264;
    font-size: 40px;
    line-height: 64px;
}
.ourfeatured-products img{
    max-height: 285px;
    margin-bottom: 30px;
}
.ourfeatured-products h3{
    margin-bottom: 38px;
}
.ourfeatured-products .txt{
    font-size: 24px;
    line-height: 40px;
}
.healthcare-made-simple h3{
    margin-bottom: 24px;
}
.healthcare-made-simple .txt{
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
}
.healthcare-made-simple{
    padding: 40px 0 128px 0;
}
.travel-clearance-section{
    background-image: url(../image/img64.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    margin-bottom: 155px;
}
.travel-clearance-section *{
    color: #fff;
}
.travel-clearance-section h3{
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 64px;
}
.travel-clearance-section .btn{margin-top: 40px;font-size: 20px;}
.travel-clearance-section .img{
    position: absolute;
    left: 0;
    top: 135px;
    width: 464px;
}
.privacy-matters-sec .privacy-matters-img{
    margin-top: 46px;
}
.easy-sharing-app .app-btns{
    margin-top: 40px;
}
.easy-sharing-app .app-btns p{margin-bottom: 8px;}
.easy-sharing-app {
    background-color: #E5F5FD;
    padding: 30px 0;
}
.easy-sharing-app img{
    max-height: 351px;
}
.easy-sharing-app h3{color: #008A46;}
.contact-section{
    padding-bottom: 112px;
}
.easy-sharing-app .img-div{
    float: right;
}
.contact-section .phoneno{
    font-size: 24px;
    line-height: 40px;
    color: #4E5264;
    margin-top: 40px;
}
.contact-section h3{
  margin-bottom: 16px;
}
.contact-section h4{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 64px;
}
.contact-section h3 svg,
.contact-section h4 svg {
    margin-right: 10px;
    vertical-align: middle;
}
.contact-section .phoneno svg{
    vertical-align: middle;
    margin-right: 5px;
}
.contact-section .phoneno:hover,.contact-section .phoneno:focus{outline: none;text-decoration: none;}

.allservices-filter .button-group button{
    background-color: transparent;
    padding: 0;
    border: none;
    color: #4E5264;
    font-size: 18px;
    font-family: 'latobold';
    padding: 15px 10px;
    border-bottom: 2px solid transparent;
    margin-right: 6px;
}
.allservices-filter .button-group{margin-bottom: 25px;}
.allservices-filter .button-group button.is-checked{border-bottom-color: #FF8500;}
.allservices-filter .button-group button:last-child{margin-right: 0px;}
.badg-sec .bedg-item{
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'latobold';
    border-radius: 12px;
    margin-right: 10px;
}
.badg-sec .bedg-item:last-child{margin-right: 0px;}
.bg-green{
    background-color: #4BAB60;
    color: #fff;
}
.bg-orange{
    background-color: #FF8500;
    color: #fff;
}
.bg-dkorange{
    background-color: #FF571F;
    color: #fff;
}
.bg-blue{
    background-color: #006080;
    color: #fff;
}




.stretched-link:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.allservices-filter .telemedicine{
    background-color: #43B08B;
}
.allservices-filter .filter-sec-title{
    font-size: 40px;
    line-height: 50px;
    font-family: 'latobold';
    color: #fff;
}
.allservices-filter .filter-ser-list{
    margin: 0 -12px 0 -12px;
}
.allservices-filter .listing{
    margin: 0 12px 24px 12px;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    width: 360px;
    float: left;
}
.allservices-filter .listing a{
    padding: 16px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.allservices-filter .listing .threeline-list{
    padding: 12px 20px;
}
.allservices-filter .listing svg{
    vertical-align: middle;
    min-width: 64px;
    max-width:64px
}
.allservices-filter .main-txt{
    font-size: 20px;
    line-height: 24px;
    font-family: 'Latomedium';
    color: #4E5264;
    padding-left: 15px;
    text-align: left;
}
.allservices-filter .main-txt small{
    font-size: 12px;
    display: block;
    color:  rgba(78, 82, 100, 0.75);
}
.allservices-filter .mdrxlist{
    background-color: #fff;
}
.allservices-filter .mdrxlist .main-txt svg {
    max-width: 100%;
    margin-right: 15px
}
.allservices-filter .mdrxlist a{
    padding: 4px 20px;
}
.allservices-filter .mdrxlist .main-txt small{
    font-size: 14px;
    display: block;
    color: #4E5264;
    line-height: 24px;
}
.getvistilink a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 29px;
}
.allservices-filter .grid{
    max-width: 1250px;
    margin: auto;
}
.allservices-filter .grid-item .col-sm-8 {
    width: 64.5%;
    padding: 0;
}
.allservices-filter .grid-item .col-sm-4 {
    width: 35.5%;
}
.allservices-filter .covid19{
    background-color: #FF991A;
}
.allservices-filter .behavioralhealth{
    background-color: #F25A6C;
}
.allservices-filter .inofficeappointments{
    background-color: #1492C4;
}
.allservices-filter .vaccinations{
    background-color: #26C2FF;
}
.allservices-filter .labtesting{
    background-color: #4BAB60;
}
.allservices-filter .pharmacymedicationservices{
    background-color: #006080;
}
.getvistilink svg{vertical-align: middle;}
.grid-item{width: 100%;padding: 40px 61px;margin-bottom: 40px;}
.allser-btn{
    border: 1px solid #006080;
    border-radius: 6px;
    background-color: transparent;
    color: #00A0FA;
    font-size: 22px;
    line-height: 32px;
    font-family: 'latoregular';
    display: block;
    margin-top: 24px;
    margin-bottom: 88px;
    width: 100%;
}
.allser-btn:hover,.allser-btn:focus{
    color: #00A0FA;
}
.services-banner h3{
    color: #006080;
}
.services-banner{
    position: relative;
    padding-left: 32px;
    margin: 80px 0;
}
.services-banner::before{
    content: "";
    height: 100%;
    width: 8px;
    background: #0089CC;
    background: linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.new_com_banner{
    padding-top: 20px;
    margin-bottom: 48px;
}
.new_com_banner h1{
    color: #fff;
    font-size: 40px;
    line-height: 64px;
    position: relative;
    padding-left: 64px;
}
.new_com_banner svg{
    position: absolute;
    top: 0;
    left: 0;
}
.new_com_banner .banner_text{padding-left: 64px;}
.new_com_banner .banner_text p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.new_com_banner .banner_text .btn{
    background-color: #FF8500;
    border-radius: 48px;
    font-size: 28px;
    line-height: 48px;
    font-family: 'latobold';
    padding: 0;
    width: 360px;
    margin-top: 24px;
}
.new_com_banner .banner_text .sub {
    color: #fff;
    margin-top: 15px
}
.general_medical_banner{
    background: #0041C4;
    background: linear-gradient(180deg, #0041C4 0%, #0089CC 100%);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.toggle-section .rgt-txt,.toggle-section .lft-txt{
    vertical-align: middle;
    color: rgba(78, 82, 100, 0.6);
}
.toggle-section .active{color: #4BAB60;}
.toggle-txt{
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
.toggle-section{
    padding-top: 35px;
    text-align: center;
}
.toggle-section .switch-button{margin: auto;}

.switch-button {
    background: transparent;
    border-radius: 80px;
    overflow: hidden;
    width: 552px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: rgba(78, 82, 100, 0.6);
    position: relative;
    padding-right: 276px;
    position: relative;
    border: 1px solid #FF8500;
    font-family: 'Latomedium';
  }
  .switch-button .switch-button-label-span2 {
    width: 276px;
    z-index: 3;
    position: absolute;
    right: 0;
  }
  .switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
  }
  .switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(276px);
    transition: transform 300ms linear;
  }
  .switch-button-checkbox + .switch-button-label {
    /* position: relative; */
    padding: 24px 0;
    display: block;
    user-select: none;
    pointer-events: none;
    margin: 0;
    font-weight: normal;
    color: rgba(78, 82, 100, 0.6);
  }
  .switch-button-checkbox + .switch-button-label .switch-button-label-span{
    color: #fff;
  }
  .switch-button-checkbox:checked + .switch-button-label .switch-button-label-span{
    color: rgba(78, 82, 100, 0.6);
  }
  .switch-button-checkbox:checked + .switch-button-label .switch-button-label-span2{
      color: #fff;
  }

  .switch-button-checkbox + .switch-button-label:before {
    content: "";
    background-color: #FF8500;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px 0 0 30px;
    transform: translateX(0);
    transition: transform 300ms;
  }
  .switch-button-checkbox:checked + .switch-button-label:before{
    border-radius: 0 30px 30px 0;
  }
  .switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
  }
  .switch-button .or-txt{
    width: 33px;
    height: 33px;
    border: 2px solid #FF8500;
    background-color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-family: 'latobold';
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #FF8500;
  }

.all-condition{
    margin: 52px -12px 80px -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.all-condition .condition-list{
    margin: 0 12px 24px 12px;
    width: 360px;
    height: 168px;
    border: 1px solid rgba(78, 82, 100, 0.25);
    box-shadow: 0px 4px 16px rgba(0, 0, 0,0.12);
    border-radius: 6px;
    background-color: #fff;
    float: left;
}
.all-condition .condition-list a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
}
.all-condition .condition-list a svg{
    max-width: 100px
}
.all-condition .condition-list a:hover{text-decoration: none;}
.all-condition small{
    color: #4E5264;
    font-size: 14px;
    line-height: 16px;
}
.all-condition .title{
    font-size: 18px;
    line-height: 24px;
    color: #4E5264;
    font-family: 'latobold';
}
.all-condition .price{
    color: #4E5264;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    font-family: 'latobold';
}
.healthcare_simple .img-section{text-align: center;margin-bottom: 15px;}
.healthcare_simple .img-section img{margin-top: -36px;}
.healthcare_simple .img-section span{
    background-color: #0041C4;
    border-radius: 36px;
    width: 72px;
    height: 72px;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    font-family: 'latobold';
    color: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.healthcare_simple_btn{
    margin-top: 27px;
}
.healthcare_simple{
    padding: 70px 0;
}
.privacy-matters{
    background-image: url(../image/img99.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
    background-position: center;
}
.privacy-matters h2{
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 10px;
}
.subpage-contact-section{
    margin-top: 88px;
}
.subpage-contact-section .phoneno{
    margin-bottom: 80px;
    display: inline-block;
}
.hiw_blue-bg{
    background-color: #E5F5FD;
}
.bg-light-green{
    background-color: #E6F9F2;
}
.bg-light-orange {
    background-color: #FFF2DE;
}
.bg-light-yellow {
    background-color: #FFFCED;
}
.dark_blue-bg{
    background-color: #DDF1F2;
}
.bg-light-green2{
    background-color: #E9F8EC;
}
.bg-light-green3{
    background-color: #E0F4EA;
}
.bg-light-blue2{
    background-color: #E1F1FA;
}




.hiw_blue-bg .title span{background-color: #00A0FA; color: #fff;}
.bg-light-green .title span{background-color: #43B08B; color: #fff;}
.bg-light-orange .title span{background-color: #FF991A; color: #fff;}
.bg-light-yellow .title span{background-color: #FFD600; color: #000;}
.dark_blue-bg .title span{background-color: #006080; color: #fff;}
.bg-light-green2 .title span{background-color: #4BAB60; color: #fff;}
.bg-light-green3 .title span{background-color: #008A46; color: #fff;}
.bg-light-blue2 .title span{background-color: #0089CC; color: #fff;}



.subpage_text_secontion .btn{margin-top: 10px; font-size: 22px;width: 317px;}
.subpage_text_secontion{padding: 40px 0;}
.what_you_get_section{padding: 40px 0;margin-bottom: 80px;}
.what_you_get_section ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.what_you_get_section ul li{
    position: relative;
    padding-left: 35px;
}
.what_you_get_section ul li::before{
    content: "";
    width: 24px;
    height: 8px;
    border-radius: 200px;
    position: absolute;
    top: 7px;
    left: 0;
}
.hiw_blue-bg ul li::before{
    background-color: #00A0FA;
}
.bg-light-green ul li::before{
    background-color: #43B08B;
}
.bg-light-orange ul li::before{
    background-color: #FF8500;
}
.bg-light-yellow ul li::before{
    background-color: #FFD600;
}
.dark_blue-bg ul li::before{
    background-color: #006080;
}
.bg-light-green2 ul li::before{
    background-color: #4BAB60;
}
.bg-light-green3 ul li::before{
    background-color: #008A46;
}
.bg-light-blue2 ul li::before{
    background-color: #0089CC;
}




.sub-page-accordion li{font-size: 16px;line-height: 24px;}
.sub-page-accordion p{font-size: 16px; line-height: 24px;}
.sub-list-section li{list-style: circle;margin: 0 0 3px 0;}
.sub-list-section p{margin: 0;}
.sub-list-section{padding: 30px 40px;}
.sub-page-accordion svg{vertical-align: middle;}
.sub-page-accordion .panel-default > .panel-heading{
    background-color: transparent;
}
.sub-page-accordion .panel-heading{padding: 0; border-radius: 0;}
.sub-page-accordion .panel{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #00A0FA;
}
.accordion-light-green .panel{
    border-color: #43B08B;
}
.accordion-light-orange .panel{
    border-color: #FF8500;
}
.accordion-light-yellow .panel{
    border-color: #FFD600;
}
.accordion-dark-blue .panel{
    border-color: #006080;
}
.accordion-light-green2 .panel{
    border-color: #4BAB60;
}
.accordion-light-green3 .panel{
    border-color: #008A46;
}
.accordion-light-blue2 .panel{
    border-color: #0089CC;
}






.sub-page-accordion .panel-heading + .panel-collapse > .panel-body {
    padding-left: 0;
    padding-right: 0;
}
.sub-page-accordion .panel-heading + .panel-collapse > .panel-body,
.sub-page-accordion .panel-heading + .panel-collapse > .list-group{
    border-top: none;
}
.sub-page-accordion h4 a{padding: 10px 30px 10px 0; width: 100%; display: block;position: relative;font-size: 25px;line-height: 48px;font-family: 'latobold';}
.sub-page-accordion h4 a:hover,.sub-page-accordion h4 a:focus{text-decoration: none;}
.sub-page-accordion .accr_arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.sub-page-accordion .collapsed .accr_arrow{
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sub-page-contact{padding: 40px 0;margin-top: 70px;}
.sub-page-contact a svg{vertical-align: middle;}
.sub-page-contact a{
    font-size: 24px;
    line-height: 40px;
    font-family: 'Latomedium';
    color: #4E5264;
}
.sub-page-contact a:hover,.sub-page-contact a:focus{
    text-decoration: none;
    color: #4E5264;
}

.pediatrics_banner{
    background-color: #008A46;
    background: linear-gradient(180deg, #008A46 0%, #43B08B 100%);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.green-health-simple .img-section span{
    background-color: #43B08B;
}
.orange-health-simple .img-section span{
    background-color: #FF8500;
}
.justify-content-center {
    justify-content: center!important;
}
.birthcon_tiles{
    background: #FFFFFF;
    border: 1px solid rgba(78, 82, 100, 0.25);
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.birthcon_tiles .txt{
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
    color: #333;
    margin: 8px 0;
}
.birthcon_tiles .txt svg{
    float: right;
    margin:16px 10px 0 0;
}
.bcmethodsmodal .modal-dialog{
    width: auto;
    max-width: 1130px;
}
.bcmethodsmodal .modal-body{padding:30px 40px;}
.bcmethodsmodal h5{
    font-size: 24px;
    line-height: 32px;
    font-family: 'latobold';
    margin-bottom: 40px;
}
.bcmethodsmodal p{
    margin-bottom: 40px;
}
.bcmethodsmodal .col-sm-3{
    float: right;
    text-align: center;
}
.bcmethodsmodal .modal-header {
    border-bottom: 0;
    padding: 0px 25px;
}
.bcmethodsmodal .modal-header button{
    bottom: -20px;
    position: relative;
    z-index: 1;
}
.bcmethodsmodal .btn{
    margin-bottom: 20px;
}
.faq_accrodian_sec{
    padding: 120px 0 0 0;
}
.faq_accrodian_sec h3{
    color: #4E5264;
}
.faq_accrodian_sec .sub-page-accordion h4 a{
    font-size: 18px;
    line-height: 32px;
}
.womenshealth_banner{
    background: linear-gradient(180deg, #FF8500 33.33%, #FFD600 100%);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
.comprehensive-txt{
    padding: 48px 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}
.comprehensive-txt p{
    font-size: 22px;
    line-height: 48px;
    margin: 0;
}
.wh_right_img_secontion{
    background-color: #fff;
}
.wh_right_img_secontion h3{color: #4E5264;}
.bg-light-orange .healthcare_simple{
    padding: 40px 0;
}
.imgbox-condition{
    display: block;
}
.imgbox-condition .condition-list{
    background: #FFFFFF;
    border: 1px solid rgba(78, 82, 100, 0.25);
    border-radius: 8px;
    padding: 0 0 15px 0;
    box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.12);
    height: auto;
    text-align: center;
}
.imgbox-condition .condition-list .title{
    font-size: 24px;
    line-height: 32px;
    font-family: 'latobold';
    padding: 8px 0;
}
.imgbox-condition .condition-list .btn{
    padding: 0;
    width: 197px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
.imgbox-condition .condition-list img {
    border-radius: 8px 8px 0 0;
}
.imgbox-condition{
    margin-bottom: 0 !important;
}
.gwh_visit{
    background-image: url(../image/img140.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
}
.gwh_visit .top-txt{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Latomedium';
}
.gwh_visit .txt-sec{
    padding: 64px 0;
}
.gwh_visit .btn{
    background-color: #fff;
    color: #FF8500;
    width: 197px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 8px;
}
.menshealth_banner{
    background: #0089CC;
    background: linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
}
.imgbox-condition .condition-list.gmh_visit{
    width: 744px;
    background-image: url(../image/menhealthvisit2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 122px 0;
}
.imgbox-condition .condition-list.gmh_visit .title{
    line-height: 26px;
    padding: 0 0 15px 0;
    font-size: 24px;
    color: #fff;
}
.gmh_visit .title small{
    font-size: 18px;
    line-height: normal;
    font-family: 'Latomedium';
    color: #fff;
}
.gmh_visit_txtsection{
    padding-left: 41%;
}
.dermatology_banner{
    background-color: #008A46;
    background: linear-gradient(180deg, #008A46 0%, #43B08B 100%);
}
.million_users_section h2{
    background:#008A46;
    background: linear-gradient(180deg, #008A46 0%, #43B08B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 56px;
    line-height: 64px;
    font-family: 'latobold';
    margin-bottom: 10px;
    text-align: center;
}
.million_users_section .sub-txt{
    background:#008A46;
    background: linear-gradient(180deg, #008A46 0%, #43B08B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    line-height: 64px;
    font-family: 'latobold';
    text-align: center;
}
.million_users_section,.homepage .testimonials_bg{margin-top: 80px;}
.million_users_section img{margin: 80px 0;}
.home_how_it_work_section{background-color: transparent;padding: 80px 0;}
.home_how_it_work_section .title{margin-top: 20px;}
.home_video_observation_travel,.home_travel_clearance{margin-bottom: 120px;}
.home_video_observation_travel img{
    max-height: 428px;
    display: block;
    margin-left: auto;
}
.home_video_observation_travel h3{
    color: #0089CC;
    margin-bottom: 12px;
}
.home_video_observation_travel .btn{
    font-size: 24px;
    line-height: 56px;
    width: auto;
    padding: 0 56px;
    background: #0041C4;
}
.home_video_observation_travel .img-div{
    float: right;
}
.home_travel_clearance img{
    max-height: 428px;
    display: block;
    margin-right: auto;
}
.home_travel_clearance h3{
    font-size: 30px;
    line-height: 40px;
    color: #FF8500;
    margin-bottom: 12px;
}
.home_travel_clearance .btn{
    font-size: 24px;
    line-height: normal;
    width: auto;
    padding: 11px 56px;
    background: #FF8500;
}
.home_easy_record_sharing img{
    max-height: 428px;
    display: block;
    margin-left: auto;
}
.home_easy_record_sharing h3{
    color: #008A46;
    margin-bottom: 12px;
}
.home_easy_record_sharing .app-btns p{margin-bottom: 8px;}
.home_easy_record_sharing .img-div{float: right;}
.home_faq_accrodian_sec{margin-bottom: 120px;}
.telemedicine_service .hading-row{
    background: #43B08B;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
}
.telemedicine_service .heading-tiles{
    padding: 8px 20px;
    background: #E1F8F0;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.telemedicine_service .heading-tiles .txt{
    color: #4E5264;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Latomedium';
    padding-left: 15px;
}
.telemedicine_service .heading-tiles small{
    color: #4E5264;
    font-size: 17px;
    font-family: 'Latomedium';
}
.telem_ser_accordion .panel-default > .panel-heading{
    background-color: transparent;
}
.telem_ser_accordion .panel-heading{
    padding: 35px 0;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 342px;
    float: left;
}
.telem_ser_accordion .panel{
    box-shadow: none;
    border: none;
    border-bottom: 4px solid #43B08B;
    border-radius: 0;
    position: relative;
    padding-right: 25px;
}
.telem_ser_accordion .panel:last-child{
    border-bottom: none;
}
.telem_ser_accordion a{
    text-decoration: none;
}
.telem_ser_accordion .panel-heading + .panel-collapse > .panel-body,
.telem_ser_accordion .panel-heading + .panel-collapse > .list-group{
    border-top: none;
}
.telem_ser_accordion .panel-collapse{
    width: calc(100% - 342px);
    float: left;
    position: relative;
    z-index: 11;
}
.telem_ser_accordion .panel-body{
    padding: 35px 0 35px 24px;
}
.service-listing{
    margin: 0 -12px 0 -12px;
}
.service-listing .list{
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    width: 342px;
    float: left;
    margin: 0 12px 24px 12px;
}
.service-listing .list a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px;
    text-decoration: none;
}
.service-listing .list a svg {
    min-width:64px;
    max-width:64px
}
.service-listing .list .txt{
    font-size: 20px;
    line-height: 24px;
    color: #4E5264;
    padding-left: 15px;
}
.service-listing .list .txt small{
    font-size: 12px;
}
.telem_ser_accordion .accr_arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 68px;
    right: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.telem_ser_accordion .collapsed .accr_arrow{
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 63px;
}
.behavioralhealth-service .hading-row{
    background: #F25A6C;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 10px;
}
.behavioralhealth-service .service-listing .list{
    background: #f9e8ea;
}
.inoffice-service .hading-row{
    background: #1492C4;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 10px;
}
.inoffice-service .service-listing .list{
    background: #E4F8FF;
}
.covid-service .hading-row{
    background: #FF991A;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
}
.service-listing .pp_admini a{
    padding-top: 2.5px;padding-bottom: 2.5px;
}
.covid-service .service-listing .list{
    background: #FAEFE2;;
}
.vaccinations-service .hading-row{
    background: #26C2FF;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 10px;
}
.vaccinations-service .service-listing .list{
    background: #E4F8FF;
}
.labtesting-service .hading-row{
    background: #4BAB60;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 10px;
}
.labtesting-service .service-listing .list{
    background: #E7FFEC;;
}
.pharmacy-service .hading-row{
    background: #006080;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'latobold';
    padding: 8px 42px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 10px;
}
.pharmacy-service .service-listing .list{
    background: #DFF1F7;;
}
.pharmacy-service{
    margin-bottom: 120px;
}
.header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}
.header-icon svg{
    margin-right: 20px
}
.doctor-section h3{
    padding: 0 53px;
}
.doctor-section h3 span{
    color: #0089CC;
}
.doctor-section .doc-sub-txt{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
}
.doctore-list{
    border: 1px solid #A9ABAE;
    border-radius: 8px;
    background: #FFFFFF;
    /* width: 267px; */
    height: 512px;
}
.doctore-list.allprovider-list{
    background: #F0FDF9;
}
.doctore-list .allprovider-listing{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.doctore-list .allprovider-listing .txt{
    font-size: 18px;
    line-height: 24px;
    color: #4E5264;
    font-family: 'Latomedium';
    padding-top: 30px;
}
.doctore-list .allprovider-listing .txt svg{
    vertical-align: middle;
    margin-left: 15px;
}
.doctore-list .top-txt{
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
    color: #4E5264;
    text-align: center;
    padding: 13px 8px;
}
.doctore-list .imgdiv{}
.doctore-list .imgdiv img{}
.doctore-list .bottom-sec{
    text-align: center;
    padding: 8px 15px 15px 15px;
}
.doctore-list .bottom-sec .name{
    color: #0041C4;
    font-size: 18px;
    line-height: 32px;
    font-family: 'latobold';
}
.doctore-list .bottom-sec .sub-txt{
    color: rgba(78, 82, 100, 0.75);
    font-size: 12px;
    line-height: 16px;
}
.doctore-list .bottom-sec .sub-txt + .sub-txt{
    margin-top: 2px;
}
.doctore-list .bottom-sec .doc-review{
    margin: 1px 0 7px 0;
}
.doctore-list .bottom-sec .doc-review svg{
    vertical-align: middle;
    margin-right: 5px;
}
.doctore-list .bottom-sec .doc-review span{
    color: #4E5264;
    font-size: 12px;
    line-height: 24px;
    font-family: 'latobold';
    vertical-align: middle;
    display: inline-block;
}
.doctore-list .bottom-sec .doc-tag span{
    background: rgba(38, 194, 255, 0.15);
    padding: 4px;
    font-size: 10px;
    line-height: 16px;
    color: #4E5264;
}
.doctore-list .bottom-sec .btn{
    width: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 16px;
    margin-top: 10px;
}
.doctorslider .slick-arrow{
    border: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background-color: #FF8500;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    /* box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08); */
}
.doctorslider .slick-arrow::after{
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 5px;
    top: 12px;
    position: absolute;
}
.doctorslider .slick-prev::after{
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 9px;
}
.doctorslider .slick-prev{left: -55px;}
.doctorslider .slick-next::after{
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 13px;
}
.doctorslider .slick-next{right: -55px;}

.doctorslider .slick-slide{margin: 1px 12px;}
.doctorslider .slick-list{margin: 0 -12px;}
.allproviders_btn .btn{
    background-color: transparent;
    color: #4E5264;
    font-size: 18px;
    line-height: 32px;
    padding: 4px 24px;
    width: auto;
    border: 1px solid #4E5264;
}
.allproviders_btn{padding-top: 40px;}
.doctor-section{padding-bottom: 80px;}
.doctorspecialist{margin-bottom: 80px;}
.doctorspecialist .nav-tabs > li > a{
    border: none;
    color: #4E5264;
    font-size: 18px;
    line-height: 22px;
    font-family: 'latobold';
    border-bottom: 4px solid transparent;
    padding: 15px 24px;
}
.doctorspecialist .nav-tabs > li.active > a,
.doctorspecialist .nav-tabs > li.active > a:hover,
.doctorspecialist .nav-tabs > li.active > a:focus{
    border: none;
    border-bottom: 4px solid #FF8500;
}
.doctorspecialist .nav-tabs {
    border-bottom: none;
    text-align: center;
    margin-bottom: 30px;
}
.doctorspecialist .nav-tabs > li{
    margin: 0 11px;
    float: none;
    display: inline-block;
}
.popularservices-btn{
    margin: 0 -12px;
    text-align: center;
}
.popularservices-btn .btn-list{
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(78, 82, 100, 0.25);
    margin: 0 11px 24px 11px;
    width: 168px;
    height: 222px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.popularservices-btn .btn-list a{
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 16px;
}
.popularservices-btn .btn-list .arrow-svg{
    float: right;
    margin-top: 5px;
}
.popularservices-btn .btn-list .img{width: 100%;}
.popularservices-btn .btn-list .title{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Latomedium';
    color: #4E5264;
    text-align: left;
}
.popularservices-btn .btn-list .title small{
    font-size: 12px;
    display: block;
}
.popularservices-btn .tag-list{
    margin-top: auto;
}
.popularservices-btn .tag-list span{
    font-size: 10px;
    line-height: 24px;
    font-family: 'Latomedium';
    border-radius: 25px;
    padding: 1px 12px;
}
.popularservices-btn .tag-list.orange span{
    background-color: #FF8500;
    color: #fff;
}
.popularservices-btn .tag-list.green span{
    background-color: #43B08B;
    color: #fff;
}
.popularservices-btn .allservices-tiles{
    background: #F0FDF9;
}
.popularservices-btn .allservices-tiles .title{margin-top: 8px;}
.popularservices-btn .allservices-tiles .allservices-tilesinner{width: 100%;}
.popularservices-btn .allservices-tiles .img{margin-bottom: 15px;}
.specialties-listing{
    margin-top: 0 -12px;
    text-align: center;
}
.specialties-listing .specialties-list{
    background: #FFFFFF;
    border: 1px solid rgba(78, 82, 100, 0.25);
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 168px;
    height: 155px;
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 24px 9px;
    text-align: left;
}
.specialties-listing .specialties-list a{
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 16px;
}
.specialties-listing .specialties-list .arrow-svg{
    float: right;
    margin-top: 5px;
}
.specialties-listing .specialties-list .img{width: 100%;}
.specialties-listing .specialties-list .title{
    color: #4E5264;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Latomedium';
}
.specialties-listing .specialties-list .title small{
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.specialties-listing .specialties-list.searchbtn{background-color: #F0FDF9;}
.conditions-list a{
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(78, 82, 100, 0.25);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Latomedium';
    padding: 16px;
    float: left;
    margin: 0 8px 10px 8px;
    color: #4E5264;
    text-decoration: none;
}
.conditions-list a svg{vertical-align: middle;margin-left: 5px;}
.conditions-list .searchbtn{background-color: #F0FDF9;}

.join_our_networks_banner h1{
    color: #43B08B;
    margin-bottom: 15px;
}
.join_our_networks_banner .banner_text{
    font-family: 'latobold';
    color: #4E5264;
    margin-bottom: 25px;
}
.join_our_networks_banner h6{
    color: #FF8500;
    font-size: 18px;
    margin-bottom: 10px;
}
.join_our_networks_banner .btn{
    margin-top: 15px;
    font-size: 24px;
    padding: 11px 5px;
}
.join_our_networks_banner img{
    max-height: 503px;
}
.join_our_networks_banner{padding: 43px 0;}
.chooseprovider-section{
    text-align: center;
    padding-bottom: 80px;
}
.chooseprovider-section h3{
    color: #008A46;
    margin-bottom: 20px;
}
.chooseprovider-section .btn-list{
    margin: 0 -12px;
}
.chooseprovider-section .btn-list a{
    margin: 0 11px 24px 11px;
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    width: 262px;
    height: 144px;
    padding: 18px 24px 15px 24px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
}
.chooseprovider-section .btn-list a span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'latobold';
    color: #4E5264;
}
.paid-telemedicine h2{
    color: #0041C4;
    margin-bottom: 30px;
}
.paid-telemedicine img{
    max-height: 351px;
}
.paid-telemedicine{padding-bottom: 110px;}
.earnextramoney h2{
    margin-bottom: 12px;
    color: #008A46;
}
.earnextramoney{padding-bottom: 56px;}
.providertypeslider{
    padding: 80px 0;
    background-color: #F7F9FB;
    margin-bottom: 120px;
}
.join-networks-sharing-app{
    background-color: #fff;
    padding-bottom: 120px;
}
.provider-type-checkbox{
    text-align: center;
    margin: auto auto 120px auto;
    max-width: 757px;
}
.provider-type-checkbox .btn{
    margin-top: 25px;
    font-size: 24px;
    padding: 11px 5px;
}
.provider-type-checkbox h2{
    color: #4E5264;
    margin-bottom: 30px;
}
.provider-type-checkbox .custom-ck-box{
    font-size: 16px;
    font-family: 'Latomedium';
    margin-bottom: 15px;
}
.prov-slider-tiles{
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.prov-slider-tiles .sliderimg img{
    max-height: 282px;
}
.prov-slider-tiles .sliderimg{
    width: 455px;
}
.prov-slider-tiles .slidertxt{
    width: calc(100% - 455px);
}
.prov-slider-tiles h5{
    font-family: 'latobold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.prov-slider-tiles .btn{
    background-color: transparent;
    border: 1px solid #FF8500;
    color: #FF8500;
    font-size: 18px;
    line-height: 30px;
    width: 200px;
    font-family: 'latoregular';
    padding: 0;
}
.prov-slider-tiles.left-img{
    padding-right: 40px;
}
.prov-slider-tiles.right-img{
    padding-left: 40px;
}
.prov-slider-tiles.left-img .slidertxt{
    padding-left: 15px;
}
.prov-slider-tiles.right-img .slidertxt{
    padding-right: 15px;
}
.providertypeslider .slick-list{margin: 0 -15px;}
.providertypeslider .slick-slide{margin: 15px;}
.providertypeslider .slick-dots{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 70px;
}
.providertypeslider .slick-dots li{
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.providertypeslider .slick-dots li button{
    background-color: #DBDEDF;
    border-radius: 8px;
    width: 56px;
    height: 8px;
    color: transparent;
    overflow: hidden;
    border: none;
    margin: 0 8px;
}
.providertypeslider .slick-dots li.slick-active button{
    background: #00A0FA;
    background: linear-gradient(180deg, #0089CC 0%, #00A0FA 100%);
}
.join_networks_getstarted .banner_text{
    font-size: 24px;
    line-height: 40px;
    font-family: 'latobold';
    color: #333333;
}
.join_networks_getstarted .btn{
    font-size: 24px;
    margin-top: 25px;
    padding: 11px 5px;
}
.join_networks_getstarted{padding-top: 90px;}
.join_networks_getstarted img,.form-page .img_section img{max-height: 436px;}
.form-page h1{
    color: #333333;
    border-bottom: 1px solid #A9ABAE;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.form-page h1.border-none {
    border: 0;
}
.form-page .form-group label{
    font-size: 14px;
    line-height: 24px;
    font-family: 'latobold';
    margin-bottom: 8px;
}
.form-page .form-control,
.form-page .form-control.chosen-select + div .chosen-choices {
    border: 1px solid #A9ABAE;
    border-radius: 6px;
    background: #F7F9FB;
    color: #7c7f83;
    font-size: 14px;
    padding: 0 8px;
}
.form-page .form-control.chosen-select + div .chosen-choices {
    padding-top: 3px;
    padding-bottom: 2px;
}
.chosen-container .chosen-results li.highlighted {
    background: #4E5264
}
.form-page textarea.form-control{
    min-height: 160px;
    padding: 16px 8px;
}
.form-page .form-botm-txt{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-family: 'latobold';
}
.form-page .btn_txt label{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-family: 'latobold';
}
.form-page .btn{
    font-size: 18px;
    padding: 11px 5px;
    width: 330px;
}
.form-page .btn_txt .error,.form-page .form-group .error{
    color: #ff0000;
    font-family: 'latoregular';
    width: 100%;
    font-weight: normal;
}
.form-page .custom-ck-box .ck-mark{top: 4px;}
.form-page .custom-ck-box input{display: inherit; visibility: hidden;width: 0px;}
.form-page .form_section{padding-top: 93px;}
.customfileupload{
    overflow: hidden;
    width: 185px;
    background: #FF8500;
    border-radius: 48px;
    color: #EAEDF1;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 32px !important;
    padding: 12px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 20px;
}
.filename-main{
    position: relative;
}
.filename-main .form-control{
    padding-right: 25px;
}
.filename-main .removfile-icon{
    position: absolute;
    top: 10px;
    right: 8px;
    color: red;
    font-size: 14px;
}
.filename-main + .filename-main {
    margin-top: 10px;
}
.filename-main .removfile-icon:hover,.filename-main .removfile-icon:focus{
    text-decoration: none;
    color: red;
}
.removfile{
    color: #FF8500;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    border: 2px solid #FF8500;
    border-radius: 48px;
    width: 185px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0;
    float: left;
}
.removfile:hover,.removfile:focus{
    color: #FF8500;
    text-decoration: none;
}
.uploadbnt-section{
    margin-top: 13px;
    margin-bottom: 50px;
}
.customfileupload input{
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.gdh_visit {
    background-image: url(../image/derma8.png);
    background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 75px 0;
}
.gdh_visit .top-txt {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Latomedium';
    color: #4E5264;
}
.gdh_visit h3{
    font-size: 24px;
    line-height: 32px;
    color: #4E5264;
}
.gdh_visit .btn{
    padding: 0 23px;
    font-size: 18px;
    line-height: 32px;
    width: auto;
    margin-top: 10px;
}
.provider-radio{padding-top: 30px; max-width: 460px}
.provider-radio svg{
    position: static;
    vertical-align: middle;
    margin-bottom: 15px
}
.provider-radio .custom-ck-box{
    font-size: 24px;
    padding-right: 25px;
}
.provider-radio .custom-ck-box:last-child{
    padding-right: 0px;
}
.provider-radio .custom-ck-box .ck-mark{
    top: 9px;
}
.provider-radio .round-checkbox input:checked ~ .txt{
    font-family: 'latobold';
}
.provider-radio .tooltip-inner{
    width: 300px;
    max-width: 300px;
    background: #9A9CA5;
    border: 0.5px solid #4E5264;
    border-radius: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}
.provider-radio .tooltip.in{
    opacity: 1;
}
.provider-radio .tooltip.top .tooltip-arrow{
    border-top-color: #4E5264;
}
.jon_stickers_img{padding-bottom: 0 !important;}
.jon-thankyou .btn{
    color: #FF8500;
    border: 1px solid #FF8500;
    padding: 0 50px;
    font-size: 18px;
    line-height: 32px;
    background-color: #fff;
    width: auto;
    font-family: 'latoregular';
}
.healthcare_simple svg, .healthcare_simple svg path, .how_it_work_section svg, .how_it_work_section svg path {
    fill: #026389;
}
.second_opinions_page .healthcare_simple .title,
.econsults_page .healthcare_simple .title{
    display: block;
    margin-bottom: 20px;
    font-family: 'latobold';
}

#LoadingImage{
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

#LoadingImage>img{
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.form-page input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#7c7f83;
    opacity: 1; /* Firefox */
    }
.form-page input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7c7f83;
}
.form-page input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7c7f83;
}

.hero-derm {
   position: relative;
   padding: 60px 0;
   margin-bottom: 40px;
   overflow: hidden;
}
.hero-derm.main {
   padding: 50px 0 0;
}
.hero-derm h1 {
   display: flex;
   align-items: center;
}
.hero-derm h1 svg {
    margin-right: 15px;
}
.hero-derm h2 {
   font-size: 32px
}
.hero-derm h4 {
   line-height: 1.5;
   color: #fff;
   margin-bottom: 30px
}
.hero-derm p {
   font-size: 18px;
   color: #fff;
}
.hero-derm .btn {
    font-size: 18px
}
.hero-derm .small-logos img {
   max-height: 60px
}
.hero-derm .float-image {
   position: absolute;
   top: 30px;
   right: 0;
   width: 190px;
   z-index: 1
}
.list-logos {
   text-align: center;
   margin-bottom: 40px;
}
.list-logos img {
   max-height: 60px;
}
.list-logos li {
   height: 60px;
}
.btn.btn-block {
    width: 100%;
}
.breadcrumb.text-white,.breadcrumb.text-white .active,.breadcrumb.text-white a {
    color: #fff !important
}
.breadcrumb>li+li:before {
    border-color: #fff !important
}
.section-list {
    padding: 60px 0;
}
.section-list.sub-page-contact,
.section-list.what_you_get_section {
    margin: 0
}
.section-list h3 {
    margin-bottom: 30px;
    justify-content: flex-start;
}
.section-list.how_it_work_section .title {
    padding-left: 0;
    text-align: center;
}
.section-list.how_it_work_section .title span {
    background-color: #43b08b;
    color: #fff;
    position: relative;
    margin-right: 10px
}
.slide-row .lSSlideOuter .lSPager.lSpg > li a {
    width:50px;
    background: #D6D7DC;
}
.slide-row.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #43b08b;
}
.lSSlideOuter .lightSlider {
    height: 100% !important;
}
.skin-secrets-lightSlider .whitebox {
   box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.08);
   border-radius: 8px;
   background-color: #fff;
   padding: 40px;
   margin: 0 40px;
}

.skin-secrets-lightSlider .whitebox h2 {
   font-size: 32px;
   margin-bottom: 18px;
}

.phbalance-img {
   width: 50%;
}

.skin-secrets-lightSlider img {
   display: block;
   margin: auto;
   max-height: 588px;
}

.about-lee{
    position: relative;
    padding: 65px 0;
}
.about-lee::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #9ABEC3 0%, #CBE0E5 60.8%), linear-gradient(180deg, #99BDC2 0%, #CCE1E6 100%);
}
.about-lee h3 span{
    font-size: 24px;
}
.about-lee h3{
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.about-lee .subtxt{
    font-family: 'latobold';
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
}
.about-lee .signature img{
    max-height: 55px;
}
.about-lee .signature{
    max-width: 277px;
    margin-left: auto;
}
.safe-list {
   margin: 0 0 15px 0;
   padding: 0;
}
.safe-list li {
   font-size: 20px;
   line-height: 38px;
   margin: 0;
   padding-left: 30px;
   list-style: none;
   position: relative;
   color: #008a46;
}
.safe-list li::before {
   content: "";
   background-image: url(../image/check.png);
   width: 17px;
   height: 14px;
   display: inline-block;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   position: absolute;
   top: 13px;
   left: 0;
}
.free_allergens h2 {
   margin-bottom: 60px;
}

.free_allergens_list ul li {
   list-style: none;
   position: relative;
   color: #5C6870;
   font-size: 18px;
   padding: 0 0 0 17px;
   word-break: break-word;
   margin-bottom: 2px;
}

.free_allergens_list ul li:before {
   content: "";
   position: absolute;
   background-image: url(../image/Erase.png);
   background-repeat: no-repeat;
   left: 0;
   top: 5px;
   width: 11px;
   height: 11px;
   background-size: 100% 100%;
}

.free_allergens_list ul {
   margin: 0;
   width: 49%;
   padding: 0 15px 0 0;
   display: inline-block;
   vertical-align: top;
}

.free_allergens_list {
   display: block;
   width: 82%;
   margin: auto;
   padding-top: 52px;
   padding-bottom: 103px;
}
.section-list .free_allergens_list {
   display: block;
   width: 100%;
   margin: auto;
   padding-top: 0;
   padding-bottom: 0;
}
.section-list .free_allergens_list ul {
   margin: 0;
   width: 100%;
   padding: 0;
   display: inline-block;
   vertical-align: top;
}
.section-list .free_allergens_list ul li {
   margin-bottom: 10px;
}
.manymore_section_video .video-js {
  max-width: 100%;
  margin: auto;
}
body .manymore_section_video .vjs-theme-forest .vjs-big-play-button {
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E") !important;
  background-color: rgb(0 0 0 / 30%) !important;
  border-radius: 50%;
}
.perd-video-section .manymore_section_video {
    margin: 20px auto 0 auto;
    width: 70%;
}
.manymore_section_video .nav-tabs{
   display: flex;
   overflow: auto;
   border: 0;
   margin-top: 15px;
   margin-left: -7px;
   margin-right: -7px
}

.manymore_section_video .nav-tabs li {
   width: 33.33%;
   margin: 0 7px;
}
.manymore_section_video .nav-tabs li a {
   padding: 0;
   border: 0 !important;
   background: transparent;
   margin: 0;
}
.manymore_section_video .nav-tabs li a img {
   width: 100%;
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}
.manymore_section_video .nav-tabs li.active a img {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
}
.thankyou-page h2{
    font-size: 40px;
    color: #4E5264
}
.btn.disabled{
    opacity: 1;
    background-color: #A9ABAE;
    pointer-events: none;
}
.section-disabled{
    opacity: 0.5;
    pointer-events: none;
}