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');
  }
  @font-face {
    font-family: 'HermeneusOne';
    src: url(../fonts/HermeneusOne-Regular.otf) format('otf');
  }
.header_container{
    background-image: url(../images/BG.png);
    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: 5px 27px;
}
.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: 12px;
    margin-top: 60px;
    padding: 30px;
}
.logo_container .book_btn{
    padding: 14px 28px;
    font-size: 25px;
    border-radius: 70px;
}
.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: 20px;
    font-weight: 600;
    border-radius: 6px;
}
.banner_img{
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;

}

.section_header{
    font-size:32px;
    font-weight:600;
    margin-bottom: 15px;
}
.chronic_section .section_header{
    color:#0B5464;
}
.result_section .section_header{
    color: #fff;
}
p{
    font-size: 18px;
    font-weight: 400;
}
.section_pd{
    padding-top: 60px;
    padding-bottom: 60px;
}
.chronic_div{
    position: relative;
}
.chronic_div p{
    padding:10px 20px 10px;
}
.chronic_div img{
    max-width: 100%;
    margin-top: 20px;

}
.chronic_div::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color:#0B5464;
    top: 370px;
    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%;
}
.score_div {
    width: 20%;
    text-align: center;
    color: #fff;
}
.score_div h4{
    font-size: 85px;
    font-family: 'HermeneusOne';
    font-weight: 600;

}
.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 #0B5464;
    border-bottom: 2px solid #0B5464;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.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: 600;
    text-align: center;
    padding: 33px 20px;
    border-radius: 25px;
    border: 1px solid #f5f1f1;
    margin-bottom: 25px;
    background-color: #fff;
}
.condition_content{
    position: relative;
}
.condition_content h5::before{
    content: '';
    top: -6px;
    width: 195px;
    height: 70px;

    position: absolute;
    left: -6px;
    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/border_p.png);
}
.condition_container .section_header{
    color: #0B5464;
}
.condition_content{
    margin-top:30px;
}
.twin_section .section_header{
    color: #0B5464;
}
.twin_table td{
    text-align: center;
    font-size: 18px;
    color: #8D8D8D;
    vertical-align: middle;
}

.twin_table thead th{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #F3EEF7;
    color: #495057;
    width: 20%;
    vertical-align: middle;
}
.twin_table th{
    font-size: 18px; 
    font-weight: 400;
    vertical-align: middle;
}
.tick_icon{
    width: 33px;
    height: 33px;
    margin: 0 6px;
}
.twin_table{
    border: 1px solid #ddd;
    margin-top: 30px;
}
.thead-light thead tr th:first-child{
    border-top-left-radius: 20px;
}
.thead-light thead tr th:last-child{
    border-top-right-radius: 20px;
}
.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;
}
.pricing_container .price_foot{
    color: #fff;
    font-weight: 300;
    margin-top: 40px;
}
.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;
}
.treatment_selection .section_header{
    color: #fff;
}
.teate_tabs .nav-link.active{
    background-color: #AD2576;;
}
.treatment_selection .tab-content{
    background-color: #fff;
    padding: 22px 40px 10px;
    margin-top: 30px;
}
 .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: 30px;
    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: -216px;
}
.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;
    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;
}
.faq_container .card-body{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 15px 35px;
    background-color: #F6D7D7;
}
.transform_container .item{
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow:2px 3px 5px #bcbbbb;
    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: 200px;
    margin-top: 27px;
}
.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;
}
.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
.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: -100px;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  opacity: 0.3;
  animation: rise 7s infinite ease-in;
}
.bubble:nth-child(1) {
  width: 30px;
  height: 30px;
  left: 10%;
  animation-duration: 8s;
}
.bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}
.bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}
.bubble:nth-child(4) {
  width: 40px;
  height: 40px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}
.bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}
.bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}
.bubble:nth-child(7) {
  width: 40px;
  height: 40px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}
.bubble:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}
.bubble:nth-child(10) {
  width: 90px;
  height: 90px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}
@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translate(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}

@media (min-width: 1201px) {
    .logo_container.custom_navbar.sticky {
        width: 1110px;
    }  
}
@media (max-width: 1200px) {
    .logo_container.custom_navbar.sticky {
        width: 930px;
        max-width:90%
    }  
    .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;
        }
}
@media (max-width: 991px) {
    .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: 768px) {
    .logo_container.custom_navbar.sticky {
        width: 100%;
    }
    .banner_img{
        padding: 0;
        max-width: 49%;
    }
    .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;
    }
    .health_div{
        text-align: center;
    }
    .h_img img {
        width: 80%;
    }
    .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;
    }
   #pricision-tabContent .form-control{
        margin-bottom: 20px;
    }
    .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;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 45px;
    }
    .p_fill_btn {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .logo {
        height: 22px;
        margin-top: 7px;
    }
    .logo_container .book_btn {
        font-size: 14px;
        padding: 6px 16px;
    }
    .logo_container {
        padding: 10px 14px;
    }
    .banner_img {
        max-width: 89%;
    }
    .head_text {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px 21px;
    }
    .head_text h1 {
        font-size: 23px;
        line-height: 33px;
    }
    .p_fill_btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    .chronic_div::before {
        top: 189px;
    }
    .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: 81px;
        height: 38px;
    }
    .condition_content h5 {
        font-size: 15px;
        padding: 13px 6px;
        border-radius: 25px;
    }
    .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: 50px !important;
    }
    .profile_img{
        width: 60px !important; 
        left:0;
    }
    .transform_container .item {
        padding: 25px;

    }
    .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: 20px;
        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;
    }
}

.hidden{
    display: none;
}