html{
    scroll-behavior: smooth;
}
@font-face {
  font-family: "itcavantgardestdbold";
  src: url(../fonts/ITCAvantGardeStdBold.otf);
}
@font-face {
  font-family: "itcavantgardestdboldcn";
  src: url(../fonts/itcavantgardestdboldcn.woff2) format("woff2"), url(/fonts/itcavantgardestdboldcn.woff) format("woff");
}
@font-face {
  font-family: "ITCAvantGardeStdBkCn";
  src: url(../fonts/ITCAvantGardeStdBkCn.otf);
}
@font-face {
  font-family: "ProximaNovaMedium";
  src: url(../fonts/Proxima-Nova-Medium.otf);
}
@font-face {
  font-family: "ITCAvantGardeStdXLtCnObl";
  src: url(../fonts/ITCAvantGardeStdXLtCnObl.otf);
}
:root{
    --primary-color:#288DB3;
    --secondary-color:#3EA7CE;
    --acent-color:#35B6B4;
    --text-color:#636363;
    --text-font-size:20px;
    --text-line-height:34px;
    --text-dark:#2D2D2D;
}
*{
    box-sizing: border-box;
    word-wrap: break-word;
}
body{
    margin: 0;
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    color: var(--text-color);
    font-family: 'ITCAvantGardeStdBkCn', sans-serif;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
p{
    font-family: 'ITCAvantGardeStdBkCn', sans-serif;
}
h1{
    font-size: 43px;
    line-height: 53px;
    font-family: 'itcavantgardestdbold';
    color: var(--primary-color);
}
h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: itcavantgardestdboldcn;
    color: var(--secondary-color);
}
h3{
    font-size: 24px;
    line-height: 30px;
    font-family: itcavantgardestdboldcn;
}
section {
    padding: 50px 0;
}
a{
    text-decoration: none;
    display: inline-block;
}
.font-bold-normal{
    font-family: 'itcavantgardestdbold';
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.lh-140{
    line-height: 140%;
}
.bg-lightblue{
    background-color: #E5F2F6;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.text-secondary{
    color: var(--secondary-color) !important;
}
.text-light{
    color: #BDBDBD !important;
}
.f-14{
    font-size: 14px;
}
.f-12{
    font-size: 12px;
}
.lh-height{
    line-height: 24px;
}
.lh-100{
    line-height: 100%;
}
.fw-700{
    font-family: 'itcavantgardestdboldcn';
}
.text-primary{
    color: var(--primary-color) !important;
}
.bg-secondary{
    background-color: var(--secondary-color) !important;
}
.text-color{
    color: var(--text-color);
}
.bgLightBlue{
    background-color: #F0F8FC;
}
.rounded-24px {
    border-radius: 24px;
}
.rounded-20px{
    border-radius: 20px;
}
.btn {
    background-color: var(--secondary-color);
    padding: 12px 37px;
    border-radius: 5px;
    color: #fff;
    font-family: 'itcavantgardestdboldcn';
}
.btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0 0;
}
.banner-form-box{
    box-shadow: 0 6px 44px #7c9fac49;
    z-index: 9999;
}
.banner {
    /*background-image: url(../images/banner-bg.jpg);*/
    background-image: url(../images/cryo-banner.jpg);
    background-size: cover;
    background-position: top;
    padding-top: 80px;
}
.form-control {
    padding: 11px 15px;
    border-color: #D0D5DD;
    border-radius: 8px;
}
.form-control::placeholder {
    color: #63636336;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.banner-img {
    position: absolute;
    bottom: 0;
    min-width: 520px;
    z-index: 0;
}
.banner-icon-box img {
    min-width: 55px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.service-slider, .testimonial-slider {
    margin: 0 -10px;
}
.service-slider-item, .testimonial-slider-item {
    padding: 0 10px;
}
.service-slider .slick-prev, .service-slider .slick-next {
    bottom: -60px;
    width: 30px;
    top: auto;
    height: 30px;
    background: #DAEDF2!important;
    border-radius: 50%;
}
.slick-list.draggable {
    padding: 15px 0;
}
.recovery-pass-offer {
    background: radial-gradient(#ffffff23, #3ea7ce1c);
}
.testimonial-slider.slick-initialized.slick-slider {
    margin-top: -15px;
}
.testimonial-sec {
    background: radial-gradient(#ffffff23, #3ea7ce1c);
}
.service-slider .slick-next {
    right: 10px;
}
.service-slider .slick-prev {
    left: auto;
    right: 45px;
}
.service-slider .slick-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-size: 16px;
    color: var(--secondary-color);
}
.service-slider .slick-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    font-size: 16px;
    color: var(--text-color);
}
.service-tabs .nav-link {
    text-align: center;
    background-color: #E5F3F8;
    margin-bottom: 20px;
    color: var(--text-color);
    border-radius: 5px;
}
.service-tabs .nav-link.active, .service-tabs .show>.nav-link {
    background-color: var(--secondary-color);
    box-shadow: 0 7px 16px #A9CBD4;
    font-family: 'itcavantgardestdboldcn';
}
.border-secondary {
    border-color: var(--secondary-color) !important;
}
.service-slider-box {
    box-shadow: 0 1px 6px #3ea7ce57;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.service-slider-content-box ul {
    margin-bottom:5px !important;
}
.service-slider-img-box {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 180px;
    min-height: 180px;
} 
.service-sec{
    background-image: url(../images/serevice-bg.jpg);
    background-size: cover;
    padding-bottom: 80px;
}
.testimonial-content-box {
    box-shadow: 0 1px 14px #BFE2E2;
    height: 100%;
}
.testimonial-slider .slick-track {
    display: flex;
}
.testimonial-slider .slick-slide {
    height: auto;
}
.testimonial-slider-item{
    height: 100%;
}
.testimonial-slider .slick-slide > div:nth-child(1) {
    height: 100%;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    color: var(--text-color);
}
.testimonial-slider .slick-next:before {
    content: '\f105';
    font-family: "FontAwesome";
}
.testimonial-slider .slick-prev:before {
    content: '\f104';
    font-family: "FontAwesome";
}
.testimonial-slider .slick-dots li {
    width: 5px;
    height: 5px;
}
.title span {
    font-family: 'ITCAvantGardeStdBkCn';
    font-weight: 300;
}
select {
    background-image: url(../images/select-bg.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 96% center;
    cursor: pointer;
    padding-right: 35px !important;
}
.slick-dots li button:before {
    width: 10px !important;
    height: 10px !important;
    font-size: 0 !important;
}
.slick-dots li button, .slick-dots li {
    width: 10px !important ;
    height: 10px !important;
}
.slick-dots li button{
    background-color: #CCCCCC !important;
    border-radius: 50%;
}
li.slick-active button {
    background-color: #3EA7CE!important;
}
.service-slider-img-box .service-img {
    height: 180px;
    object-fit: cover;
    object-position: center;
}
body .slick-track {
    display: flex;
}
body .slick-slide {
    height: auto;
}
body .service-slider-item {
    height: 100%;
}
body .slick-slide > div:first-child {
    height: 100%;
}
.testimonial-content-box p.f-14.lh-140 {
    height: 100px;
    overflow-y: auto;
    padding-right: 10px;
}
.testimonial-content-box p.f-14.lh-140::scroll {
    height: 100px;
    overflow-y: auto;
}
.testimonial-content-box p.f-14.lh-140::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.testimonial-content-box p.f-14.lh-140::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.testimonial-content-box p.f-14.lh-140::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.testimonial-content-box p.f-14.lh-140::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 4px;
}
.form-close {
    background-color: #fff;
    z-index: 1000000000000000;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    cursor: pointer;
    color: black;
    position: absolute;
    top: -40px;
    font-size: 18px;
    right: 50%;
    text-align: center;
    align-items: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    min-width: 31px;
}
.service-slider-content-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.service-slider-content-box ul img {
    display: none;
}
.service-slider-content-box ul li {
    position: relative;
    padding-left: 14px;
}
.service-slider-content-box ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #636363;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    min-width: 6px;
}
.text-color-review {
    color: #fb8e28;
}
.review-green-box {
    border-radius: 50px;
    background-color: #0A6CFF;
    font-size: 12px;
    text-align: center;
    padding: 7px 15px;
    line-height: 100%;
    box-shadow: 0 3px 5px #0000002e;
}
.review-green-box img {
    background-color: #fff;
    border-radius: 50%;
    margin-left: 4px;
}
#form-modal .btn-close {
    background-color: #fff;
    z-index: 1000000000000000;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    cursor: pointer;
    color: black;
    font-size: 18px;
    right: 50%;
    text-align: center;
    align-items: center;
    display: inline-block;
    min-width: 31px;
    opacity: 1;
    padding: 0 !important;
    background-size: 12px !important;
}
.logo {
    width: 145px;
}
.fa-xmark {
    line-height: 100%;
    padding-top: 6px;
}
/*Responsive css*/
@media screen and (min-width: 768px){
    .f-md-35{
        font-size: 35px;
    }
    .f-md-20{
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    h1 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 50px;
    }
    body .banner-img {
        right: 0;
        width: 340px;
    }
}
@media screen and (max-width: 991px){
    .footer-logo {
        width: 95px;
    }
    .banner-img {
        min-width: 80px;
        right: 0;
        width: 190px;
    }
    .banner-icon-box img {
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .service-tabs li {
        margin-right: 15px;
    }
    .header {
        padding: 10px 0 0;
    }
    .mobile-header-icon {
        background-color: #3EA7CE;
        border-radius: 6px;
        padding: 3px 8px;
        font-size: 16px;
    }
    .mobile-header-icon img{
        width: 26px;
    }
    .mobile-call-icon img {
        filter: invert(1) brightness(40.5);
        width: 20px;
    }
    .about-image{
        width: 150px;
    }
    .logo {
        width: 110px;
    }
}
@media screen and (max-width: 767px){
    :root{
        --text-font-size:16px;
        --text-line-height:30px;
    }
    body{
        font-size: var(--text-font-size);
        line-height: var(--text-line-height);
    }
    .blog-row, .service-tabs {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }
    .blog-row::-webkit-scrollbar, .service-tabs::-webkit-scrollbar {
        opacity: 0;
    }
    .blog-row .col-md-4 {
        width: 80%;
    }
    .blog-sec {
        padding-bottom: 0;
    }
    h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    section {
        padding: 25px 0;
    }
    .f-sm-20{
        font-size: 20px;
    }
    .f-sm-12{
        font-size: 12px;
    }
    .lh-sm-100{
        line-height: 100%;
    }
    .banner {
        height: 220px;
        display: flex;
        align-items: center;
        background-image: url(../images/cryo-mobile-banner.png);
    }
    .f-sm-14{
        font-size: 14px;
    }
    .form-control {
        padding: 9px 15px;
        border-color: #D0D5DD;
        border-radius: 8px;
    }
    .service-tabs .nav-link {
        margin-bottom: 0px;
        box-shadow: none !important;
        padding: 6px 25px;
    }
    .f-sm-16{
        font-size: 16px;
    }
    .lh-sm-120{
        line-height: 120%;
    }
}