body{
    font-family: "Heebo", sans-serif;
}
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100 900;
    src: url(../fonts/Heebo-Medium.ttf) format('ttf');
  }
  @font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/heebo.woff2) format('woff2');
  }
  /* latin */
  @font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/heebo_r.woff2) format('woff2');
  }
  /* hebrew */

  /* latin-ext */
  @font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/heebo_v.woff2) format('woff2');
  }
  /* latin */
  @font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/heebo_t.woff2) format('woff2');
  }


  .header_container {
    background-image: url('../images/bg.jpg');
    animation: mymove 5s infinite;
   
    animation-delay: 2s;
    animation-timing-function:2s ease;
    -webkit-animation-timing-function:1s ease;
    background-size: cover;
    background-repeat: no-repeat;
    }
    
    @keyframes mymove {
      0% {
          background-image: url('../images/bg1.jpg');
        }
      50% {
        background-image: url('../images/bg.jpg');
      }
      100%{
       
            background-image: url('../images/bg1.jpg');     
      }
 
    }
/* .header_container{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */
.logo{
    height: 45px;
    margin-top:9px;
}

.fill_btn{
    border: 1px solid #AD2576;
    background-color: #AD2576;
    color: #fff;
    padding: 10px 12px;
}

.fill_round_btn{
    font-size: 20px;
    font-weight: 500;
    border-radius: 20px;
}
.logo_container{
    background-color: #fff;
    padding: 19px 30px;
    border-radius: 100px;
}
.head_text{
    background-color: #fff;
    border-radius: 16px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 25px 20px;
    box-shadow: 0 0px 6px 0 rgb(251 ,93 ,93,0.15), 0 6px 19px 0 rgb(251 ,93 ,93,0.15);
  
}
.logo_container .book_btn{
    padding: 14px 28px;
    font-size: 25px;
    border-radius: 70px;
    text-decoration: none !important;
    display: inline-block;
    color:#fff;
    box-shadow: 4px 1px #a7196d inset;
}
.head_text h1{
    font-size: 36px;
    font-weight: 900;
    color: #0B5464;
    line-height: 47px;

}
p{
    font-weight: 400;
    color: #000;
    font-size: 13px;
}
.p_fill_btn{
    font-size: 19px;
    font-weight: 600;
    border-radius: 6px;
    padding: 13px 12px;
}
.banner_img{
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;

}

.section_header{
    font-size:32px;
    font-weight:700;
    margin-bottom: 15px;
}
.chronic_section .section_header{
    color:#0B5464;
}
.result_section .section_header{
    color: #fff;
    margin-bottom: 10px;
}
p{
    font-size: 18px;
    font-weight: 400;
}
.section_pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.chronic_div{
    position: relative;
}
.chronic_div p{
    padding:10px 20px 10px;
}
.chronic_div img{
    max-width: 100%;
    width: 230px;
    margin-top: 10px;

}
.health_div p{
    padding-left: 50px;
}
.chronic_div::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color:#0B5464;
    top: 335px;
    left: 50%;
    transform: translate(-50%,0);
}
.result_section{
    background-color: #0B5464;
}
.section_subheader{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.score_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 99;
}
.score_div {
    width: 20%;
    text-align: center;
    color: #fff;
}
.score_div h4{
    font-size: 85px;
    font-family: 'HermeneusOneRegular';
    font-weight: 600;

}
.erase_txt{
    text-decoration: line-through;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
    color:#95A7AD
}

.score_div h4 span{
    font-size: 55px;
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}
.score_div p{
    color: #fff;
}
.result_section .section_subheader{
    margin-bottom: 40px;
}
.health_section .section_header{
    color:#0B5464;
}
.health_contrainer{
    border-top: 2px solid rgb(11,84,100,0.6);
    border-bottom: 2px solid rgb(11,84,100,0.6);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.health_foot{
    margin-top: 20px;
}
.h_img img{
    width: 100%;
    margin-bottom: 20px;
}

.condition_content h5{
    font-size: 18px;
    box-shadow: 2px 3px 0px #e9e9e9;
    font-weight: 700;
    text-align: center;
    padding: 38px 20px;
    border-radius: 25px;
    border: 1px solid #f5f1f1;
    margin-bottom: 10px;
    background-color: #fff;
}
.condition_content{
    position: relative;
}
.condition_content h5::before{
    content: '';
    top: -9px;
    width: 195px;
    height: 70px;

    position: absolute;
    left: -9px;
    z-index: -7;
}
.condition_content.condition_b h5::before{
    background-image: url(../images/border_blue.png);
}
.condition_content.condition_p h5::before{
    background-image: url(../images/borderp.png);
}
.condition_container .section_header{
    color: #0B5464;
}
.condition_content{
    margin-top:20px;
}
.twin_tb{
    overflow: hidden;
    border-radius: 16px;
}
.twin_table td span{
    font-weight: 700;
    color:#8D8D8D;
}
.twin_section .section_header{
    color: #0B5464;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.twin_table td{
    text-align: center;
    font-size: 18px;
    color: #8D8D8D;
    vertical-align: middle;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-top: none;
    /* border:none; */
}
tbody tr:last-child th:first-child {
    border-bottom-left-radius: 16px;
}
tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}
.twin_table tbody tr:last-child th{
    border-bottom:  1px solid #b6b6b6;
}
.twin_table tbody tr th{
    border-left:  1px solid #b6b6b6;
}

.twin_table thead th{
    border: 1px solid rgb(125,121,125,0.4) !important;
    border-right: none !important;
    /* border-bottom: none !important; */
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #FDEAF1 !important;
    color: #272127 !important;
    width: 20%;
    vertical-align: middle;
}
.twin_table thead th:last-child{
    border-right: 1px solid rgb(125,121,125,0.4) !important;
}
tbody tr th{
    color:#272127;
    
}
thead tr:first-child th:first-child {
    border-top-left-radius: 16px;
    border-bottom: none !important;
}
.twin_table th{
    font-size: 18px; 
    font-weight: 400;
    vertical-align: middle;
    border-top: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: none;
    /* border-left:  2px solid rgb(125,121,125,0.4); */
}
.twin_table{
    /* border: 1px solid #ddd; */
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.thead-light thead tr th:first-child{
    border-top-left-radius: 20px;
}
.thead-light thead tr th:last-child{
    border-top-right-radius: 20px;
}
.tick_icon{
    width: 33px;
    height: 33px;
    margin: 0 6px;
}

.health_img img{
    width: 100%;
}
.pricing_container{
    background-color: #0B5464;
}
.health_pri h4{
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
    margin-top: 35px;
}
.health_pri li{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 30px;
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
}
.health_pri li::before{
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.pricing_container .section_header{
    color: #fff;
}
.pricing_container .section_para{
    color: #fff;
    max-width: 50%;
    margin: 0 auto 20px;
}
.pricing_container .price_foot{
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
.teate_tabs{
    margin-top: 20px;
    justify-content: center;
}
.teate_tabs li{
    width: 185px;
    margin: 0 10px;
}
.teate_tabs li button.nav-link{
    font-size: 18px;
    font-weight: 500;
    color: #272127;
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
    width: 100%;
}
.treatment_selection{
    background-color: #0B5464;
    padding-bottom: 60px;
    margin-top: -1px;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.treatment_selection .submit_btn{
    border-radius: 12px;
    padding: 9px 12px;
    margin-top: -9px;
    font-size: 24px;
}
.treatment_selection .section_header{
    color: #fff;
}
.teate_tabs .nav-link.active{
    background-color: #0B5464;;
}

.treatment_selection .form-group {
    width: 24%;
    margin: 0 15px;
}
.treatment_selection .form-group .form-control, .banner_form .form-group .form-control{ 
    border: 1px solid #8D8D8D;
    border-radius: 8px;
    height: 50px;
}
.treatment_selection .tab-content{
    background-color: #fff;
    padding: 22px 50px 10px;
    margin-top: 60px;
    flex-wrap: nowrap;
}
 .form-group{
    position: relative;
    margin-bottom: 0;
}
form label{
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #8D8D8D;
    position: absolute;
    top: -11px;
    left: 12px;
    padding: 0 4px;
}
#consultationForm label{
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    position: absolute;
    top: -8px;
    left: 25px;
    padding: 0 4px;
}

.submit_btn{
    padding: 6px 10px;

}
.loop_label{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top:20px;
}
.loop_left{
    margin-left: -55px;
}
.loop_r_img{
    width: 100%;
}
.loop_container{
    position: relative;
}
.loop_container::before{
    position: absolute;
    content: '';
    left:0;
    top:0;
    background-image: url('../images/loop_h.png');
    width: 142px;
    height: 178px;
}
.slider_content{
    background-color: #0B5464;
    padding-top:60px;
    /* margin-bottom: -50px; */
}
.transform_container .owl-carousel{
    margin-bottom: -253px;
}
.transform_container{
    padding-bottom: 220px;
    background-color: #F0F0F0;
}
.transform_container .section_header,.transform_container .section_para{
    color: #fff;
}
.step_container .section_header{
    color:#FB5D5D;
}
.step_container .section_para{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.step_container{
    background-color:#373049
}
.faq_header{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.faq_header::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    background-color: #000;
    width: 58px;
    height: 2px;
}
.faq_container .card-header{
    background-color: #fdbebe;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: none;
    padding: 0;
}
.faq_container .card-header button{
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px 20px;
}
.faq_container .card-header button i{
    width: 30px;
    height: 30px;
    font-size: 36px;
    position: absolute;
    right: 13px;
    font-weight: 600;
    top: 20px;
    transition: 0.5s ease-in-out;
}
.faq_container .card-header button[aria-expanded="true"] i::before{
    content: "\f106";
}
.faq_container .card-header button[aria-expanded="false"] i::before{
    content: "\f107";
}
.faq_container .card{
    border: none;
    margin-bottom: 7px;
}
.faq_container .card-header button:hover{
    text-decoration: none;
    color: #000;
}
.form-control{outline: none !important;}
.faq_container .card-body{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 15px 25px;
    background-color: #fedfdf;
}
.transform_container .item{
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0px 6px 0 rgb(0,0,0,0.15), 0 6px 19px 0 rgb(0,0,0,0.15);
 
    margin-top: 30px;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0B5464!important;
}
.owl-item.active .item:after{
    content: '';
    position: absolute;
    left:50%;
    bottom: -30px;
    transform: translate(-50%,0);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #fff;

}
.transform_container .item p{
    color: #0B5464;
    border: 2px solid #ddd;
    padding: 50px 73px 50px 30px;
    border-radius: 20px;
    margin-left: 172px;
    margin-top: 27px;
    text-align: left;
}
.quote_content{
    position: relative;
}
.quote_content:before{
    position: absolute;
    top: -36px;
    left: 11px;
    content: '';
    background-image: url(../images/quote_up.png);
    width: 82px;
    height: 59px;
    background-size: contain;
}
.quote_content:after{
    position: absolute;
    bottom: -29px;
    right: 19px;
    content: '';
    background-image: url(../images/quote_down.png);
    width: 82px;
    height: 59px;
    background-size: contain;
}
.custom_navbar{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.10);
}
.logo_container.custom_navbar{
    z-index: 999;
    margin: 0 auto;
}
.logo_container.custom_navbar.sticky {
    position: fixed;
}
.banner_form .form-group{
    margin-bottom: 25px;
}
.head_text p{
    font-size: 13px;
    margin-bottom: 30px;
}
.banner_form{
    border: none;
    padding:0;
}
.profile_img{
    position: absolute;
    width: 148px !important;
    top: 50%;
    transform: translate(0, -50%);
}
/* .shadow-effect {
    text-align: center;
border:1px solid #ECECEC;
} */
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

 .item {
    text-align: center;
    padding: 50px;
        margin-bottom:35px;
    
    filter: blur(2px);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 10px 10px 10px #ddd;
}
.owl-item.active.center .item{
    filter: none;
}
 .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-theme .owl-dots .owl-dot span{
    width: 13px !important;
    height: 13px !important;
    background-color: #D9D9D9 !important;
  
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 52px;
    height: 52px;
    display: inline-block;
    background-color: #fff !important;
    border-radius: 50%;
    font-size: 52px !important;
    line-height: 16px !important;
    color:#000 !important;
    transform: translate(-50%, 0);
    position: absolute;
    top: 163px;
    opacity: 1;
    box-shadow: 1px 2px 8px #a1a1a1;
}
.owl-carousel .owl-nav button.owl-prev{

    left: 20px;
  
}
.owl-carousel .owl-nav button.owl-next{
    right: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #D9D9D9;
    margin: 0 5px;
    border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active{
    background-color: #0B5464;
}
.owl-carousel .owl-dots .owl-dot span{
    display: none !important;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.hide_sm{
    display: none;
}
.hide_xs{
    display: block;
}
.pdl_0{
    padding-left: 0;
}
.pdr_0{
    padding-right: 0;
}
.result_section{
    position: relative;
}
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
.bubble {
  position: absolute;
  bottom: -140px;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  opacity: 0.2;
  animation: rise 0s infinite ease-in;
}
.bubble:nth-child(1) {
  width: 100px;
  height: 100px;
  left: 10%;
  animation-duration: 2s;
}
.bubble:nth-child(2) {
  width: 130px;
  height: 130px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 2s;
}
.bubble:nth-child(3) {
  width: 100px;
  height: 100px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}
.bubble:nth-child(4) {
  width: 130px;
  height: 130px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 2s;
}
.bubble:nth-child(5) {
  width: 130px;
  height: 130px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(6) {
  width: 100px;
  height: 100px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 2s;
}
.bubble:nth-child(7) {
  width: 130px;
  height: 130px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}
.bubble:nth-child(8) {
  width: 130px;
  height: 130px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(9) {
  width: 100px;
  height: 100px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 2s;
}
.bubble:nth-child(10) {
  width: 130px;
  height: 130px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 2s;
}
.p_fill_btn:hover{
    color: #fff;
    text-decoration: none;
}
@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translate(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
#pills-diabetes form{
    justify-content: center;
    flex-wrap: nowrap;
}
.logo_container .book_btn:hover, .p_fill_btn:hover , .treatment_selection .submit_btn:hover{
    background-color: #c92687;
}
@media (min-width: 1201px) {
    .logo_container.custom_navbar.sticky {
        width: 1110px;
    } 
    .twin_section tr {
        height: 88px;
    } 
}
@media (max-width: 1200px) {
    .treatment_selection .submit_btn{
        font-size: 18px;
    }
    .treatment_selection .form-group .form-control, .banner_form .form-group .form-control{ 
  
        height: 36px;
    }
    .loop_left {
        margin-left: 0 !important;
    }
    .treatment_selection .tab-content {
        padding: 22px 10px 10px; 
    }
    .health_div p{
        padding-left: 0;
    }
    .logo_container.custom_navbar.sticky {
        width: 930px;
        max-width:100%;
    }  
    .logo_container .book_btn {
        padding: 10px 29px;
        font-size: 19px;
    }
    .logo {
        height: 33px;
    }
    .logo_container {
        padding: 14px 30px;
    }
    .head_text h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .p_fill_btn {
        font-size: 17px;
    }
    .section_header {
        font-size: 30px;
    }   
    p {
        font-size: 16px;
    }
    .chronic_div::before {
        top: 352px;
    } 
    .section_subheader {
        font-size: 22px;
    }
    .score_div h4 {
        font-size: 64px;
    }
        .condition_content h5 {
            font-size: 16px;
            padding: 24px 20px;
            margin-bottom: 10px;
        }
        .condition_content h5::before {

            width: 150px;
            height: 55px;
        }
        .twin_table thead th {
            font-size: 15px;
        }
        .twin_table th {
            font-size: 15px;
        }
        .tick_icon {
            width: 27px;
            height: 27px;
        }
        .health_pri li {
            font-size: 17px;
        }
        .teate_tabs li button.nav-link {
            font-size: 16px;
            padding: 3px 10px;
        }
        .loop_logo{
            height: 60px;
        }
        .loop_label {
            font-size: 28px;
        }
        .transform_container .item p {
            padding: 40px 20px;
            margin-left: 163px;
            margin-top: 27px;
        }
        .faq_container .card-header button {
            font-size: 17px;
        }
        .faq_container .card-body {
            font-size: 16px;
            padding: 15px 28px;
        }
        .faq_container .card-header button i {
            font-size: 27px;
        }
    .treatment_selection .form-group {
        width: 23%;
    }
}
@media (max-width: 992px) {
    .treatment_selection .submit_btn {
        font-size: 13px;
    }
    .treatment_selection .form-group {
        width: 23%;
    }
    .logo_container.custom_navbar.sticky{
        width: 690px;
    }
    .logo_container .book_btn {
        font-size: 16px;
    }
    .logo {
        height: 29px;
    }
    .p_fill_btn {
        font-size: 15px;
    }
    .head_text h1 {
        font-size: 26px;
        line-height: 37px;
    }
    .section_header {
        font-size: 27px;
    }
    p {
        font-size: 14px;
    }
    .section_subheader {
        font-size: 18px;
    }
    .score_div h4 {
        font-size: 48px;
    }
    .score_div h4 span {
        font-size: 30px;
    }
    .condition_content h5 {
        font-size: 15px;
        padding: 19px 20px;
        border-radius: 20px;
    }
    .tick_icon {
        width: 23px;
        height: 23px;
        margin: 0 2px;
    }
    .health_pri{
        padding-left: 0;
    }
    .health_pri h4 {
        font-size: 16px;
        margin-top: 25px;
    }
    .health_pri li {
        font-size: 15px;
    }
    .teate_tabs li button.nav-link {
        font-size: 15px;
    }
    .teate_tabs li {
        width: 150px;
        margin: 0 5px;
    }
    .loop_logo {
        height: 45px;
    }
    .loop_label {
        font-size: 24px;
        margin: 13px 0;
    }
    .loop_left p{
        margin-bottom: 0;
    }
 
    /* .profile_img {
        position: relative;
    }
    .owl-carousel .owl-item img{
        position: relative !important;
        top: 63px;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
    .faq_container .card-header button i {
        font-size: 23px;
        top: 15px;
        right: 0px;
    }
    .faq_container .card-header button {
        font-size: 16px;
        padding: 14px 10px;
    }
    .faq_container .card-body {
        font-size: 15px;
    }
    .chronic_div::before {
        top: 336px;
    }
    .score_div h4 {
        font-size: 44px;
    }
}
@media (max-width: 769px) {
    
    .treatment_selection .form-group {
        width: 22%;
    }
    .logo_container.custom_navbar.sticky {
        width: 100%;
        max-width: 90%;
    }
    .banner_img{
        padding: 0;
        max-width: 100%;
    }
    .head_text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section_pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .chronic_div img{
        width: 36%;
    }
    .score_container{
            flex-wrap: wrap;
    }
    .score_div {
        width: 32%;
        margin-bottom: 20px;
    }
    .score_div h4 {
        font-size: 36px;
    }
    .score_div h4 span {
        font-size: 25px;
    }
    .section_header {
        font-size: 25px;
    }
    .twin_section .section_header{
        margin-bottom: 0;
    }
    .twin_table thead th {
        min-width: 115px;
    }

    .health_pri li{
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 0;
    }
    .health_foot {
      margin-top:0;
    }
    .treatment_selection .section_header,.treatment_selection .teate_tabs{
        display: none;
    }
    .treatment_selection .tab-content {
        border-radius: 12px;
    }
   
    .pricing_container{
        text-align: center;
    }
    
    .health_pri li::before,.health_pri li::marker {
        display: none;
    }
   
    .h_img img {
        width: 100%;
    }
    .condition_content {
        margin-top: 15px;
    }
    .tick_icon {
        margin: 0 1px;
    }
    .twin_table th {
        font-size: 13px;
    }
    .teate_tabs li {
        width: 170px;
        margin: 0 9px 12px;
    }
   
    .submit_btn{
        margin: 0 15px;
    }
    .treatment_selection .tab-content {
        margin-top: 15px;
    }
    .treatment_selection {
        padding-bottom: 40px;
    }
    .loop_left {
        margin-left: 0;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
        top:110px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 45px;
        top:110px;
    }
    .p_fill_btn {
        font-size: 16px;
    }
    .health_pri li, .health_pri h4 {
      text-align: left;
    }
   
}
@media (min-width: 576px)  and (max-width:767px){
    .treatment_selection .submit_btn {
       
        margin-top: 10px;
    }
    #pills-diabetes form {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    #pills-diabetes form {
        flex-wrap: wrap;
    } 
    .treatment_selection .tab-content{
        flex-wrap: wrap;
    }
    .health_pri li, .health_pri h4 {
        text-align: center;
      }
    .treatment_selection .form-group {
        width: 100%;
    }
    form label {
        font-size: 14px;
        left: 6px;
    }

    #pricision-tabContent .form-control{
        margin-bottom: 20px;
    }
    .logo {
        height: 29px;
        margin-top: 7px;
    }
    .journey_head{
        order:2;
    }
    .journey_img{
        order: 1;
    }
    .health_div{
        text-align: center;
    }
    .health_ul{
        order: 3;
    }
    .health_foot{
        order:4;
    }
    .logo_container .book_btn {
        font-size: 16px;
        padding: 10px 16px;
    }
    .twin_section{
        padding-top: 10px !important;
    }
    .twin_table {
        margin-top: 20px;
    }
    .treatment_selection .tab-content {
        width: 80%;
        margin: 0 auto;
    }
    .treatment_selection {
        padding-bottom: 20px;
    }
    .logo_container {
        padding: 10px 8px;
    }
    .chronic_div img {
        width: 182px;
    }
    .condition_container p{
        margin-bottom: 0;
    }
    .banner_img {
        max-width: 89%;
    }
    .head_text {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px 21px;
        text-align: center;
    }
    .head_text h1 {
        font-size: 23px;
        line-height: 33px;
    }
    .p_fill_btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    .chronic_div::before {
        top: auto;
        bottom: 0;
    }
    .chronic_section{
        padding-bottom: 30px !important;
    }
    .result_section .section_subheader {
        font-size: 16px;
    }
    .result_section .section_header {
        margin-bottom: 5px;
        font-size: 22px;
    }
    .score_div {
        width: 50%;
        margin-bottom: 21px;
    }   
    .score_div h4 {
        font-size: 44px;
    }
    .score_div p {
        margin-bottom: 10px;
    }
    .h_img img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .health_contrainer {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .condition_content h5::before {
        width: 86px;
        height: 64px;
        left: -5px;
        top: -5px;
        background-repeat: no-repeat;
      
    }
    .pricing_container .section_header {
        color: #fff;
        margin-top: 20px;
    }
    .health_foot {
        margin-top: 20px;
    }
    .condition_content.condition_b h5::before {
        background-image: url(../images/border_blue_xs.png);
    }
    .condition_content.condition_p h5::before {
        background-image: url(../images/borderp_xs.png);
    }
    .condition_content h5 {
        font-size: 12px;
        padding: 13px 4px;
        border-radius: 15px;
    }
    .twin_table td {
        font-size: 14px;
    }
    .health_img{
        text-align: center;
    }
    .health_img img {
        width: 280px;
        height: 280px;
        margin:0 auto;
    }
    .hide_sm{
        display: block;
    }
    .hide_xs{
        display: none;
    }
    .pdl_0{
        padding-left: 15px;
    }
    .pricing_container .price_foot {
        margin-top: 10px;
    }
    .pdr_0{
        padding-right: 15px;
    }
    .loop_r_img {
        width: 300px;
    }
    .section_pd {
        padding-bottom: 0;
    }
    .slider_content {
        padding-top: 30px;
    }
    .slider_content .section_header, .slider_content .section_para{
        display: none;
    }
    .profile_img {
        width: 70px !important;
    }
    .transform_container .item p {
        padding: 15px;
        margin-left: 72px !important;
        background-color: #fff;
        font-size: 10px;
    }
    .step_container .section_para {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .profile_img{
        width: 60px !important; 
        left:20px;
        margin-bottom: 0;
    }
    .owl-carousel .owl-dots .owl-dot {
        width: 5px;
        height: 5px;
        margin:0 4px;
    }
    .transform_container .item {
        padding: 25px 10px;
        margin-top: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    .owl-carousel .owl-dots {
        margin-bottom: 0;
    }
    .quote_content:before {
        top: -26px;
    }
    .quote_content:before, .quote_content:after {
        width: 63px;
        height: 40px;
        background-repeat: no-repeat;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        font-size: 39px !important;
        top: 38%;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -1px;
    }
    .owl-item.active .item:after{
        bottom: -21px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 22px solid #fff;
    }
    .transform_container {
        padding-bottom: 220px;
    }
    .step_container.section_pd {
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .section_pd {
        padding-top: 30px;
    }
    .faq_header {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .faq_container .card-header button {
        font-size: 14px;
        padding: 14px 30px 14px 10px;
    }
    .head_text p {
        margin-bottom: 20px;
    }
}

.hidden{
    display: none;
}