@import "fonts.css";
:root {
    --blue: #1195D2;
    --dark-blue: #1A659E;
    --light-blue: #85D8FF;
    --white: #ffffff;
    --green: #55A52A;
    --soft-white: #dedede;
    --transparent-soft-blue: rgb(133 216 255 / 20%);
    --transparent-black: rgb(0 0 0 / 25%);
    --bmi-deficit: #B2C42D;
    --bmi-normal: #5EBF4A;
    --bmi-fat: #F2E141;
    --bmi-fats: #F9943A;
    --bmi-fatter: #F9553A;
    --bmi-fattest: #EA2440;
}
*{
    box-sizing: border-box;
}
a, a:hover{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
p{
    margin: 0;
}
::-webkit-scrollbar
{
    width: 3px;
    background-color: black;
}
::-webkit-scrollbar-track {
    background-color: var(--white);
}

::-webkit-scrollbar-thumb {
    background-color: var(--white);
    border: 2px solid var(--dark-blue);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input:focus,textarea:focus, select:focus{
    box-shadow: none;
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body{
    font-family: arnamu-regular;
    overflow-x: hidden;
    background-image: url('../images/general/bg.png');
    background-repeat: repeat;
    background-size: contain;
}
.wrapper{
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 130px;
    min-height: 100vh;
}
.main-padding{
    padding: 0 90px;
}
.mb-4{
    margin-bottom: 40px;
}

/**************/
/****GLOBAL****/
/**************/
.section-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-blue);
    line-height: 21px;
    max-width: 1170px;
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
}
.section-title h2{
    color: var(--dark-blue);
    font-size: 32px;
    line-height: 33px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: artar-arian;
}

.fixed-menu{
    max-width: 1920px;
    height: 105px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.single-page-banner{
    width: 100%;
    height: 476px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #dedede;
}
.single-page-banner h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 33px;
    font-family: artar-arian;
    color: var(--white);
}
/***********/
/****HAT****/
/***********/
.hat{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--blue);
}
.hat-side{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hat-left-side{
    justify-content: flex-start;
}
.hat-right-side{
    justify-content: flex-end;
}
.hat-contact{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hat-contact-item{
    font-size: 16px;
    color: var(--white);
    cursor: default;
    font-weight: 400;
}
.hat-contact-item:first-child{
    margin-right: 40px;
}
.hat-langbar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: 30px;
}
.hat-langbar-item{
    font-size: 16px;
    font-weight: 300;
    color: var(--soft-white);
    transition: 0.3s;
}
.hat-langbar-item:hover,.hat-langbar-item.active{
    color: var(--white);
}
.hat-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.hat-social-item{
    width: 20px;
    height: 20px;
}
.hat-social-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**************/
/****HEADER****/
/**************/
header{
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 4px 4px 0 #00000040;
    padding: 10px 90px;
    background: var(--white);
}
.logo{
    display: flex;
    align-items: center;
}
.logo a{
    width: 350px;
    height: 75px;
    display: flex;
}
.logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.navbar-action{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.navbar-action-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid var(--blue);
    text-transform: capitalize;
    max-height: 34px;
    color: var(--dark-blue);
    cursor: pointer;
    transition: 0.3s;
    font-family: arnamu-bold;
}
.navbar-action-item img{
    width: 45px;
    height: 25px;
    object-fit: contain;
    margin-left: 10px;
}
.navbar-action-item:hover{
    background: var(--blue);
    color: var(--white);
}
.navbar-mobile-action{
    display: none;
    color: var(--blue);
    cursor: pointer;
}
nav{
    width: 100%;
}
.nav-menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin: 0;
}
.nav-menu-item{
    list-style-type: none;
}
.nav-menu-item a{
    color: var(--blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    transition: 0.3s;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu-item a > span{
    display: block;
    max-width: 156px;
    white-space: break-spaces;
    margin-right: 20px;
}
.nav-menu > .nav-menu-item > a:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid transparent;
    transition: 0.3s;
}
.nav-menu > .nav-menu-item > a:hover:after,
.nav-menu > .nav-menu-item.active > a:after{
    border-color: var(--blue);
}
.dropper{
    position: relative;
}
.dropdown-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 20px;
}
.nav-menu__nested{
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    padding: 10px 20px;
    border-radius: 0 0 25px 25px;
    min-width: 217px;
}
.dropper:hover .dropdown-menu{
    display: flex;
}
.dropper:hover .dropdown-menu > .nav-menu__nested{
    animation-name: dropdown;
    animation-duration: 0.3s;
}
.nav-menu__nested > .nav-menu-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px 0;
}
.nav-menu__nested > .nav-menu-item:last-child{
    border: none;
}
@keyframes dropdown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/**************/
/****SLIDER****/
/**************/
#banner{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slider {
    width: 100%;
    position: relative;
}
.swipe-banner-item{
    width: 100%;
    display: flex;
    align-items: center;
}
.swipe-banner-item img{
    width: 100%;
}
.swipe-banner-pagination{
    position: absolute;
    top: 40px !important;
    right: 80px!important;
    width: unset !important;
    left: unset !important;
    bottom: unset !important;
}
.swipe-banner-pagination span{
    width: 20px;
    height: 8px;
    border-radius: 8px;
    background: #135A9F8C;
    opacity: 1!important;
    box-shadow: inset 0 5px 5.300000190734863px 0 #00000040, 1px 0 1.100000023841858px 0 #00000040;
}
.swiper-pagination-bullet-active{
    background: #1A659E!important;
    opacity: 1!important;
}

/*************/
/****ABOUT****/
/*************/
#about{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white);
    margin-top: 60px;
}
.about-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.about-text{
    max-width: 810px;
    padding-left: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about-text h2{
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 30px;
    font-family: artar-arian;
}
.about-text p{
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.about-image{
    display: flex;
    align-items: center;
}
.about-image img{
    max-width: 100%;
}

/*****************/
/****OPERATION****/
/*****************/
#operation{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 130px 0;
}
.operation-page-section{
    box-shadow: -1px -3px 2.6px 0 #00000040 inset, 2px 1px 7px 0 #00000040;
}
.operation-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    gap: 250px;
}
.operation-item{
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.operation-image{
    width: 180px;
    height: 180px;
}
.operation-image a{
    width: 100%;
    height: 100%;
}
.operation-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.operation-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.operation-title a{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark-blue);
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    color: var(--dark-blue);
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
    padding: 7px 30px;
    text-transform: capitalize;
}
.operation-title a:hover{
    background: var(--dark-blue);
    color: var(--white);
}

/*****************/
/****OBESITY****/
/*****************/
#obesity{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.obesity-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 250px;
}
.obesity-image{
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}
.obesity-image img{
    max-width: 100%;
    height: 573px;
    object-fit: contain;
}
.obesity-text{
    max-width: 790px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.obesity-text h2{
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: artar-arian;
}
.obesity-text p{
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: 400;
    line-height: 25px;
}
/***********/
/****FAQ****/
/***********/
#faq{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--transparent-soft-blue);
    padding: 30px 0 60px 0;
}
.faq-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.swipe-faq{
    max-width: 1280px;
    width: 100%;
    position: relative;
}
.swiper-faq-next{
    position: absolute;
    top: 50%;
    right: 0;
    left: unset;
    bottom: unset;
    cursor: pointer;
    z-index: 10;
}
.swiper-faq-prev{
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    bottom: unset;
    cursor: pointer;
    z-index: 10;
}
.swipe-slide-faq{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-faq-item{
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-faq-item-image{
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.swipe-faq-item-image:before{
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: #135A9FB2;
    z-index: 2;
}
.swipe-faq-item:hover .swipe-faq-item-image:before{
    opacity: 1;
}
.swipe-faq-item-image span {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.swipe-faq-item-image span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swipe-faq-item-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.swipe-faq-item-title span{
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
/**************/
/****WHY US****/
/**************/
#whyUs{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.why-us-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.why-us-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.why-us-title h2{
    font-size: 32px;
    line-height: 33px;
    font-weight: 800;
    font-family: artar-arian;
    color: var(--white);
}
.why-us-title h2 img{
    max-width: 350px;
    height: 75px;
    object-fit: contain;
}
.why-us-list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.why-us-list li{
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

/************/
/****BMI*****/
/************/
#bmi{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 40px 0;
}
#bmi:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    background: var(--transparent-soft-blue);
}
.bmi-content{
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bmi-calculator{
    max-width: 580px;
    width: calc(100% - 735px);
    display: flex;
    flex-direction: column;
}
.bmi-title{
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    line-height: 51px;
    font-family: artar-arian;
    margin-bottom: 40px;
    color: #1A659E;
}
.bmi-form{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bmi-form-double{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.bmi-form-double > .bmi-form-single{
    width: 50%;
}
.bmi-form-single{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.bmi-form-single label{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.bmi-form-single input[type='number']{
    width: 100%;
    height: 65px;
    border-radius: 5px;
    box-shadow: -1px -3px 2.5999999046325684px 0px #00000040 inset, 5px 4px 5.699999809265137px 0px #00000040;
    color: var(--dark-blue);
    font-weight: 800;
    font-family: artar-arian;
    border: none;
    outline: none;
    text-align: center;
}
.bmi-form-age{
    margin-top: 20px;
    position: relative;
}
.bmi-form-age:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}
.swipe-age{
    width: 100%;
    padding: 10px 0;
    background: var(--white);
    box-shadow: -1px -3px 2.5999999046325684px 0px #00000040 inset, 5px 4px 5.699999809265137px 0px #00000040;
}
.swipe-age-item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--transparent-soft-blue);
    font-size: 30px;
    font-weight: 800;
    font-family: artar-arian;
}
.swipe-age .swiper-slide-active .swipe-age-item{
    color: var(--dark-blue)
}
.bmi-form-single sup{
    color: red;
}
.bmi-gender{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.bmi-gender-box{
    display: flex;
    flex-direction: column;
    position: relative;
}
.bmi-gender-box > label{
    width: 97px;
    height: 83px;
    padding: 10px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.bmi-gender-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bmi-gender-box input{
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.bmi-gender-dot{
    display: none;
    width: 10px;
    height: 10px;
    background: var(--dark-blue);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
}
.bmi-gender-box input:checked ~ .bmi-gender-dot{
    display: block;
}
.bmi-submit{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#calculateBmiBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    color: var(--white);
    background: var(--blue);
    border: none;
    cursor: pointer;
    box-shadow: -1px -3px 2.5999999046325684px 0px #00000040 inset, 5px 4px 5.699999809265137px 0px #00000040;
}
.bmi-scale{
    width: 735px;
    position: relative;
}
.bmi-scale-top{
    width: 100%;
    position: relative;
}
.bmi-scale-bottom{
    width: 100%;
}
.bmi-scale-top > img{
    width: 100%;
}
.bmi-scale-arrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 301px;
    transform-origin: 0 100%;
    transform: translateX(-50%);
    rotate: 0deg;
    transition: 0.3s;
}
.bmi-scale-arrow{
    height: 301px;
}
.bmi-scale-arrow img{
    height: 100%;
}
.bmi-scale-arrow.deficit{
    rotate: -45deg;
}
.bmi-scale-arrow.normal{
    rotate: -75deg;
}
.bmi-scale-arrow.fat{
    rotate: -15deg;
}
.bmi-scale-arrow.fats{
    rotate: 15deg;
}
.bmi-scale-arrow.fatter{
    rotate: 45deg;
}
.bmi-scale-arrow.fattest{
    rotate: 75deg;
}
#bmiCalculatorResult{
    display: none;
}
.bmi-calculator-result{
    max-width: 580px;
    width: calc(100% - 735px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bmi-calculator-result-text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
}
.bmi-calculator-result-text span:not(:last-child){
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--dark-blue);
    padding-right: 15px;
    margin-right: 15px;
    line-height: 15px;
}
.bmi-scale-board{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 5px;
    border-radius: 8px;
    gap: 10px;
    box-shadow: -1px -3px 2.5999999046325684px 0px #00000040 inset, 5px 4px 5.699999809265137px 0px #00000040;
}
.bmi-scale-board-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 10px;
}
.bmi-scale-board-item.active{
    background: var(--green);
}
.bmi-scale-board-item-title{
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bmi-scale-board-item.active .bmi-scale-board-item-title{
    color: var(--white);
}
.bmi-scale-board-item-title > span{
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    margin-right: 20px;
}
.bmi-scale-board-item-title > span.bmi-scale-deficit{
    background: var(--bmi-deficit);
}
.bmi-scale-board-item-title > span.bmi-scale-normal{
    background: var(--bmi-normal);
}
.bmi-scale-board-item-title > span.bmi-scale-fat{
    background: var(--bmi-fat);
}
.bmi-scale-board-item-title > span.bmi-scale-fats{
    background: var(--bmi-fats);
}
.bmi-scale-board-item-title > span.bmi-scale-fatter{
    background: var(--bmi-fatter);
}
.bmi-scale-board-item-title > span.bmi-scale-fattest{
    background: var(--bmi-fattest);
}
.bmi-scale-board-item-value{
    color: var(--transparent-black);
    font-size: 20px;
    font-weight: 700;
}
.bmi-scale-board-item.active .bmi-scale-board-item-value{
    color: var(--white);
}
#bmiScaleBottom{
    display: none;
}
.bmi-scale-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bmi-scale-bottom-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    font-family: artar-arian;
    margin: 20px 0;
    color: var(--dark-blue);
}
.bmi-scale-bottom-result{
    width: 100%;
    text-align: center;
    font-size: 64px;
    font-weight: 800;
    font-family: artar-arian;
    color: var(--dark-blue);
    margin-bottom: 20px;
}
.bmi-scale-bottom-status{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--green);
    font-size: 32px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: -1px -3px 2.5999999046325684px 0px #00000040 inset, 5px 4px 5.699999809265137px 0px #00000040;
    min-width: 220px;
    text-transform: capitalize;
}
.error-field{
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

/*******************/
/****SPECIALIST*****/
/*******************/
#specialist{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.specialist-banner > div{
    text-align: left;
}
.specialist-banner p{
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    color: var(--white);
}
.specialist-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0;
    gap: 60px;
}
.specialist-image{
    min-width: 580px;
    height: 573px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px -6px 4px 0px #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.specialist-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.specialist-design-image{
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specialist-design-image img{
    max-width: 100%;
    height: 573px;
    object-fit: contain;
}
.specialist-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}
.specialist-text h2{
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: artar-arian;
}
.specialist-text h3{
    color: var(--dark-blue);
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: normal;
}
.specialist-text p{
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: 400;
    line-height: 25px;
}

/***************/
/****RESULTS****/
/***************/
#results{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--transparent-soft-blue);
    padding: 30px 0 60px 0;
}
.results-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}
.swipe-results{
    max-width: 1280px;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}
.swipe-slide-results{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-results-item{
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swipe-results-single-page .swipe-results-item{
    max-width: unset;
    padding: 0 20px;
}
.swipe-results-single-page .swipe-slide-results{
    opacity: 0.5;
}
.swipe-results-single-page .swipe-slide-results.swiper-slide-active{
    opacity: 1;
}
.swipe-results-item-image{
    width: 100%;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.swipe-results-item-image img{
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 24px;
    transition: 0.3s;
}
.swipe-slide-results.swiper-slide-active .swipe-results-item-image img{
    height: 425px;
}
.swipe-results-item-details{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.swipe-results-item-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--dark-blue);
    line-height: 40px;
}
.swipe-results-item-text{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--dark-blue);
    line-height: 21px;
}
.swipe-results-pagination{
    position: absolute;
    bottom: 0 !important;
    right: unset!important;
    width: unset !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: unset !important;
}
.swipe-results-pagination span{
    width: 20px;
    height: 8px;
    border-radius: 8px;
    background: #135A9F8C;
    opacity: 1!important;
    box-shadow: inset 0 5px 5.300000190734863px 0 #00000040, 1px 0 1.100000023841858px 0 #00000040;
}
.swiper-result-next{
    position: absolute;
    top: 50%;
    right: 0;
    left: unset;
    bottom: unset;
    cursor: pointer;
    z-index: 10;
}
.swiper-result-prev{
    position: absolute;
    top: 50%;
    left: 0;
    right: unset;
    bottom: unset;
    cursor: pointer;
    z-index: 10;
}

/************/
/****DIET****/
/************/
#diet{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0 60px 0;
}
.diet-banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.diet-banner img{
    width: 100%;
    max-width: 680px;
    height: 430px;
    object-fit: contain;
}
.diet-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}
.diet-image{
    min-width: 700px;
    height: 456px;
}
.diet-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.diet-details{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.diet-details h2{
    color: var(--dark-blue);
    font-size: 36px;
    font-weight: 800;
    font-family: artar-arian;
    margin-bottom: 20px;
}
.diet-details p{
    color: var(--dark-blue);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 560px;
}
.diet-details-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}
.diet-details a{
    padding: 10px 45px;
    color: var(--white);
    background: var(--blue);
    border-radius: 5px;
    box-shadow: 5px 4px 5.699999809265137px 0px #00000040, -1px -3px 2.5999999046325684px 0px #00000040 inset;
}

/**************/
/****FOOTER****/
/**************/
#footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin-top: auto;
    padding-bottom: 25px;
}
.footer-content{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 100px;
}
.footer-details{
    width: calc(100% - 560px);
    display: flex;
    flex-direction: column;
}
.footer-nav{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--dark-blue);
}
.footer-nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: unset;
}
.footer-main{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 0;
}
.footer-main img{
    width: 268px;
    height: 57px;
    object-fit: contain;
}
.footer-main a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid var(--blue);
    text-transform: capitalize;
    max-height: 34px;
    color: var(--dark-blue);
    cursor: pointer;
    transition: 0.3s;
    font-family: arnamu-bold;
}
.footer-main a:hover{
    background: var(--blue);
    color: white;
}
.copyrights{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: 400;
    gap: 10px;
}
.copyrights > div{
    padding-top: 5px;
}
.footer-map{
    width: 560px;
}
/*******************/
/*****ACCORDION*****/
/*******************/
.main-accordion {
    max-width: 1170px;
    margin: 40px auto 0;
}

.main-faq-item-description {
    display: none;
    padding: 15px;
    border-top: none;
    font-size: 16px;
}


.main-faq-item-title {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    color: var(--dark-blue);
}

.main-faq-item-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.main-faq-item-title.active:after {
    content: "-";
}

.main-accordion-at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}

.main-faq-item-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    margin: 0;
    color: var(--dark-blue);
    text-decoration: underline solid var(--dark-blue);
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

/*****************/
/*****SURGERY*****/
/*****************/
.surgery-section{
    padding: 40px;
    border-bottom: 24px solid var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#generalSurgery{
    border-bottom: none;
}
.single-surgery-content{
    max-width: 1080px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-surgery-faq{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
}
.single-surgery-faq-image{
    width: 266px;
    height: 266px;
}
.single-surgery-faq-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;;
}
.single-surgery-faq-list{
    display: flex;
    flex-direction: column;
}
.single-surgery-gallery{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
}
.single-surgery-gallery-item{
    max-width: 420px;
    width: 100%;
    max-height: 260px;
    height: 100%;
}
.single-surgery-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-surgery-text{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
    color: var(--dark-blue);
}

/*****************/
/*****OBESITY*****/
/*****************/
.obesity-banner{
    background-color:  rgba(0, 0, 0, .7);
}
.single-obesity-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-obesity-content{
    width: 100%;
    max-width: 1435px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    gap: 40px;
}
.single-obesity-text{
    font-size: 16px;
    color: var(--dark-blue);
    line-height: 23px;
    font-weight: 400;
}
.single-obesity-image{
    max-width: 852px;
    width: 100%;
    height: 395px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 -6px 4px 0 #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.single-obesity-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-obesity-faq-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background: var(--transparent-soft-blue);
    box-shadow: 0 -6px 4px 0 #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.single-obesity-faq-list{
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*******************/
/*****BARIATRIA*****/
/*******************/
.single-bariatrics-section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-bariatrics-content{
    width: 100%;
    max-width: 1435px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    gap: 40px;
}
.single-bariatrics-text{
    font-size: 16px;
    color: var(--dark-blue);
    line-height: 23px;
    font-weight: 400;
}
.single-bariatrics-faq-section{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    padding: 60px 90px;
    background: var(--transparent-soft-blue);
    box-shadow: 0 -6px 4px 0 #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.single-bariatrics-image{
    width: 470px;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 -6px 4px 0 #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.single-bariatrics-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-bariatrics-faq-list{
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*****************/
/*****RESULTS*****/
/*****************/
.results-single-section{
    padding: 40px;
}
.results-single-text{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    color: var(--dark-blue);
}
.results-media-gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}
.results-media-item{
    max-width: 360px;
    width: 100%;
    height: 368px;
}
.results-media-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.results-media-gallery-pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.results-media-gallery-pagination > nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.results-media-gallery-pagination > nav > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.results-media-gallery-pagination > nav > ul > li{
    list-style-type: none;
}
.results-media-gallery-pagination > nav > ul > li > a,
.results-media-gallery-pagination > nav > ul > li > span{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--blue);
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    color: var(--blue);
    cursor: pointer;
}
.results-media-gallery-pagination > nav > ul > li > span{
    cursor: default;
}
.results-media-gallery-pagination > nav > ul > li:first-child > *,
.results-media-gallery-pagination > nav > ul > li:last-child > *{
    font-size: 30px;
}
.results-media-gallery-pagination > nav > ul > li.active > span{
    background: var(--blue);
    color: var(--white)
}
/*************/
/****DIET*****/
/*************/
.diet-switcher{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.diet-switcher a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: artar-arian;
    font-size: 32px;
    border: 1px solid white;
    padding: 5px 10px;
    text-transform: capitalize;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
}
.diet-switcher a:hover,
.diet-switcher a.active{
    background: var(--blue);
    border-color: var(--blue);
}
.diet-single-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.diet-single-about{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.diet-single-image{
    display: flex;
    width: 380px;
    height: 450px;
    margin-right: 60px;
}
.diet-single-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.diet-single-text{
    width: calc(100% - 440px);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-blue);
}
.diet-banner-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.diet-banner-image{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    width: 100%;
    margin: 40px auto;
}
.diet-banner-image img{
    max-width: 100%;
}
.diet-banner-text{
    max-width: 1150px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--dark-blue);
}
/***************/
/****CONTACT****/
/***************/
.contact-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 90px;
}
.contact-content{
    max-width: 1120px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 50px;
    margin: 40px auto;
}
.contact-form{
    width: 722px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
    background-image: url('../images/general/form-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.double-field{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.single-action{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-field{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.single-field .input-cover{
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid var(--white);
    position: relative;
}
.has-error .input-cover{
    border-color: red!important;
}
.single-field input{
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding: 15px;
    border: none;
}
.single-field textarea{
    width: 100%;
    height: 110px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    resize: none;
    padding: 15px;
    border: none;
}
.single-field select{
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding: 0 15px;
    border: none;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.icon-selector{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.validation-errors{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: red;
}
.single-field input::placeholder,
.single-field textarea::placeholder{
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.single-action button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: var(--blue);
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 5px 4px 5.699999809265137px 0px #00000040, -1px -3px 2.5999999046325684px 0px #00000040 inset;
}
.contact-details{
    width: 345px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.contact-details-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 5px;
    background: linear-gradient(0deg, #0093D4 0.03%, #00B0E5 100.08%);
    box-shadow: -1px 3px 5.699999809265137px 0px #00000040;
}
.contact-details-item img{
    height: 28px;
    object-fit: contain;
    margin-bottom: 10px;
}
.contact-details-item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.contact-details-item h2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.contact-phone-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.error-message{
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
.contact-response{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2ecc71;
    font-size: 20px;
}

/*************/
/****MODAL****/
/*************/
.modal{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modal-cover{
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}
.modal-content{
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.validation-modal{
    border-radius: 25px;
    background: white;
    padding: 30px 45px;
    font-size: 20px;
    color: red;
}
.close-modal{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.modal-active{
    display: flex;
}
.modal-active .modal-content{
    animation-name: openModal;
    animation-duration: 0.5s;
}
.modal-inactive .modal-content{
    animation-name: closeModal;
    animation-duration: 0.5s;
}
@keyframes openModal {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes closeModal {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100px);
        opacity: 0;
    }
}
.register-form{
    display: flex;
    flex-direction: column;
    max-width: 420px;
    width: 100%;
    border-radius: 25px;
    background: white;
    padding: 30px 45px;
}
.register-form form{
    width: 100%;
}
.register-form .input-cover{
    border-color: var(--dark-blue);
    margin-bottom: 20px;
}
.register-form .single-field input{
    height: 40px;
    background: #135AA00D;
    color: black;
}
.register-form .single-field select{
    height: 40px;
    background: #135AA00D;
    color: var(--dark-blue);
}
.register-form .single-field select option,
.register-form .single-field select option[disabled]{
    color: var(--dark-blue);
    padding: 15px;
}
.register-form .single-field textarea{
    height: 70px;
    background: #135AA00D;
    color: black
}
.register-form .single-field input::placeholder,
.register-form .single-field textarea::placeholder{
    color: var(--dark-blue);
}

.register-form .main-accordion{
    max-width: unset;
    width: 100%;
    margin: 0 0 20px;
}
.register-form .main-accordion-at-item {
    border-radius: 0;
    margin: 0;
}
.main-selector-item-title{
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid var(--dark-blue);
    position: relative;
}
.main-selector-item-title{
    cursor: pointer;
}
.main-selector-item-title h2{
    width: 100%;
    height: 40px;
    background: #135AA00D;
    color: var(--dark-blue);
    padding: 15px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
}
.main-selector-item-description{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.main-selector-option{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #135AA00D;
    color: var(--dark-blue);
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}
.main-selector-option-name label{
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    cursor: pointer;
}
.main-selector-option-value input{
    accent-color: var(--dark-blue);
    border-color: var(--dark-blue);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: pointer;
}



/********************/
/****PHONE BUTTON****/
/********************/
.fixed-phone{
    width: 210px;
    height: 160px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    bottom: 85px;
    right: 85px;
    z-index: 100;
}
.fixed-phone-main{
    position: relative;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 0 solid;
    background: linear-gradient(0deg, #0093D4 0.03%, #00B0E5 100.08%);
    cursor: pointer;
}
.fixed-phone-main > img{
    transform-origin: top;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.fixed-phone-wave {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #0093D4FF;
    transition: 5s ease;
    position: absolute;
    top: 0;
}

.active-waves > img {
    -webkit-animation: tilt-shaking 0.1s linear alternate infinite;
    animation: tilt-shaking 0.1s linear alternate infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0s;
}

.active-waves img:nth-child(2) {
    animation-delay: 1s; /* Delay at second iteration */
}

.active-waves img:nth-child(3) {
    animation-delay: 2s; /* Delay at third iteration */
}
.active-waves .fixed-phone-wave-1 {
    -webkit-animation: waves 2.5s linear infinite;
    animation: waves 2.5s linear infinite;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.active-waves .fixed-phone-wave-2 {
    -webkit-animation: waves 2.5s linear 0.7s forwards infinite;
    animation: waves 2.5s linear 0.7s forwards infinite;
}
.active-waves .fixed-phone-wave-3 {
    -webkit-animation: waves 2.5s linear 1.3s forwards infinite;
    animation: waves 2.5s linear 1.3s forwards infinite;
}
.active-waves .fixed-phone-wave-4 {
    -webkit-animation: waves 2.5s linear 1.9s forwards infinite;
    animation: waves 2.5s linear 1.9s forwards infinite;
}
@-webkit-keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}
@keyframes tilt-shaking {
    0% { rotate: 0deg; }
    25% { rotate: 8deg; }
    50% { rotate: 0deg; }
    75% { rotate: -8deg; }
    100% { rotate: 0deg; }
}
.active-waves ~ .extended-call{
    display: none;
}
.extended-call-item{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 0 solid;
    background: linear-gradient(0deg, #0093D4 0.03%, #00B0E5 100.08%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.extended-call-item img{
    max-width: 100%;
}
.external-whatsapp{
    top: unset;
    right: unset;
    bottom: 0;
    left: -10px;
}
.external-telegram{
    top: unset;
    right: unset;
    bottom: 77px;
    left: 10px;
}
.external-viber{
    top: -5px;
    left: 80px;
    bottom: unset;
    right: unset;
}
.external-email{
    top: 30px;
    right: 5px;
    bottom: unset;
    left: unset;
}
.modal-information {
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: -1px 3px 5.699999809265137px 0px #00000040;
}
.modal-information img{
    height: 28px;
    object-fit: contain;
    margin-bottom: 10px;
}
.modal-information a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
/*****************/
/****MODAL FAQ****/
/*****************/
.modal-faq{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1315px;
    width: 100%;
    border-radius: 25px;
    background: #E7F7FF;
    padding: 145px 90px;
    gap: 60px;
}
.modal-faq-details{
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 30px 20px;
    width: 650px;
}
.modal-faq-title{
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-blue);
    line-height: 25px;
}
.modal-faq-description{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-blue);
}
.modal-faq-image{
    width: 420px;
    height: 306px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px -6px 4px 0px #00000040 inset, 4px 3px 7.599999904632568px 0px #00000040;
}
.modal-faq-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******************/
/****RESPONSIVE****/
/******************/
@media only screen and (max-width: 1600px) {
    header{
        padding: 10px 20px;
    }
    .main-padding{
        padding: 0 20px;
    }
    .nav-menu{
        gap: 20px;
    }
    .nav-menu-item a{
        font-size: 18px;
    }
    .footer-nav .nav-menu .nav-menu-item a{
        font-size: 15px;
    }
    .single-obesity-text{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1440px) {
    .footer-nav .nav-menu .nav-menu-item a{
        font-size: 14px;
    }
    .nav-menu{
        gap: 10px;
    }
}
@media only screen and (max-width: 1366px) {
    .nav-menu-item a{
        font-size: 17px;
    }
    #operation{
        padding: 80px 0;
    }
    .operation-content{
        gap: 180px;
    }
    .obesity-content{
        gap: 90px;
    }
    .obesity-text{
        margin-right: 20px;
    }
    .bmi-scale{
        width: 620px;
    }
    .bmi-scale-arrow {
        height: 220px;
    }
    .bmi-scale-bottom-title{
        font-size: 32px;
    }
    .bmi-scale-bottom-result{
        font-size: 58px;
    }
    .bmi-scale-bottom-status{
        font-size: 28px;
    }
    .bmi-scale-board-item-title{
        font-size: 16px;
    }
    .bmi-scale-board-item-value{
        font-size: 16px;
    }
    .bmi-scale-board-item{
        padding: 5px;
    }
    .bmi-calculator-result{
        width: unset;
    }
    .diet-content{
        gap: 20px;
    }
    .single-bariatrics-text{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1280px) {
    .logo a{
        width: 200px;
    }
    .nav-menu-item a{
        font-size: 15px;
    }
    .navbar-action-item {
        font-size: 16px;
    }
    .section-text{
        font-size: 14px;
    }
    .single-surgery-text{
        font-size: 14px;
    }
    .main-faq-item-title h2{
        font-size: 16px;
    }
    .main-faq-item-description{
        font-size: 14px;
    }
    .about-text h2{
        font-size: 30px;
    }
    .about-text p {
        font-size: 16px;
    }
    .section-title h2{
        font-size: 30px;
    }
    #operation{
        padding: 50px 0;
    }
    .operation-title a{
        font-size: 15px;
    }
    .obesity-text h2{
        font-size: 30px;
    }
    .obesity-text p{
        font-size: 18px;
    }
    .swipe-faq-item-title span{
        font-size: 14px;
    }
    .why-us-list{
        gap: 20px;
    }
    .why-us-title h2{
        font-size: 30px;
        display: flex;
        align-items: center;
    }
    .why-us-title h2 img{
        width: 200px;
        margin-left: 20px
    }
    .why-us-title{
        margin-bottom: 40px;
    }
    .why-us-list li{
        font-size: 18px;
    }
    .bmi-calculator{
        width: 45%;
        margin-right: 30px;
    }
    .bmi-title{
        font-size: 32px;
    }
    .specialist-image{
        max-width: 580px;
        min-width: unset;
        height: unset;
        width: 100%;
    }
    .specialist-text h2{
        font-size: 30px;
    }
    .specialist-text p{
        font-size: 18px;
    }
    .diet-image{
        margin-right: 50px;
        width: 50%;
        min-width: unset;
        height: unset;
    }
    .diet-details h2{
        font-size: 30px;
    }
    .diet-details p{
        font-size: 14px;
    }
    .footer-content{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .footer-map{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .footer-map iframe{
        width: 60%;
    }
    .footer-details{
        width: 100%;
    }
    .footer-main{
        justify-content: space-between;
    }
    .footer-main a{
        font-size: 16px;
    }
    .footer-main img{
        width: 180px;
    }
    .single-page-banner h2{
        font-size: 30px;
    }
    .single-page-banner h2{
        font-size: 30px;
    }
    .single-page-banner h2{
        font-size: 30px;
    }
    .specialist-banner p{
        font-size: 20px;
    }
    .specialist-text h2{
        font-size: 30px;
    }
    .specialist-text h3{
        font-size: 20px;
    }
    .specialist-text p{
        font-size: 16px;
    }
    .swipe-results-item-title{
        font-size: 20px;
    }
    .diet-switcher a{
        font-size: 30px;
    }
    .section-title h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .swipe-results-item-text{
        font-size: 14px;
    }
    .single-bariatrics-text{
        font-size: 14px;
    }
    .section-text{
        padding: 0 20px;
        margin: 20px auto 0;
    }
    .modal-information{
        max-width: 370px;
        padding: 20px;
    }
    .modal-information a{
        font-size: 20px;
    }
    .validation-modal{
        font-size: 16px;
    }
    .single-action button{
        font-size: 16px;
    }
    .single-obesity-text{
        font-size: 14px;
    }
    .single-surgery-faq-image {
        max-width: 266px;
        max-height: 266px;
    }
    .single-obesity-image{
        padding: 0 20px;
    }
    .main-selector-option-name label{
        font-size: 14px;
    }
    .main-selector-item-title h2{
        font-size: 14px;
    }
    .single-field input::placeholder,
    .single-field textarea::placeholder{
        font-size: 14px;
    }
    .hat-contact-item{
        font-size: 14px;
    }
    .hat-langbar-item{
        font-size: 14px;
    }
    .hat-social-item{
        width: 16px;
        height: 16px;
    }
    .navbar-mobile-action{
        display: flex;
    }
    header nav{
        position: absolute;
        width: 250px;
        top: 94px;
        right: -250px;
        transition: 0.5s;
        /* right: 0; */
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .nav-mobile{
        right: 0!important;
    }
    header .nav-menu{
        flex-direction: column;
        background-color: white;
        padding: 20px;
        align-items: flex-start;
    }
    header .nav-menu > .nav-menu-item > a:after{
        border-bottom: none;
    }
    .dropdown-menu-mobile{
        display: none!important;
    }
    .about-content{
        flex-direction: column;
        gap: 40px;
    }
    .about-text{
        padding-left: 0;
    }
    #about{
        padding: 0 20px;
    }
    .about-text h2{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .operation-content{
        padding: 0 20px;
        gap: 30px;
    }
    .obesity-image{
        max-width: unset;
        padding-left: 20px;
        justify-content: flex-start;
    }
    .obesity-text{
        width: unset;
    }
    .faq-content{
        padding: 0 20px;
    }
    .bmi-content{
        flex-direction: column;
    }
    .bmi-scale {
        padding: 20px;
    }
    .bmi-calculator{
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .specialist-design-image{
        display: none;
    }
    .swipe-slide-results.swiper-slide-active .swipe-results-item-image img{
        height: 370px;
    }
    .specialist-banner p{
        font-size: 16px;
    }
    .specialist-text h3{
        font-size: 16px;
    }
    .specialist-text p{
        font-size: 14px;
    }
    .diet-single-text{
        font-size: 14px;
    }
    .diet-single-image{
        width: 50%;
        height: unset;
    }
    .diet-banner-text{
        font-size: 14px;
        text-align: left;
    }
    .contact-content{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 20px auto;
    }
    .contact-form{
        max-width: 722px;
        width: 100%;
        padding: 30px;
    }
    .contact-section{
        padding: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .diet-single-about{
        flex-direction: column;
    }
    .diet-single-text{
        width: 100%;
    }
    .hat-contact-item{
        font-size: 12px;
    }
    .hat-contact-item:first-child {
        margin-right: 10px;
    }
    .hat-langbar{
        margin-right: 10px;
    }
    .logo a{
        width: 120px;
    }
    .navbar-action-item img{
        width: 30px;
    }
    .navbar-action-item{
        font-size: 14px;
    }
    .navbar{
        flex-direction: row;
        align-items: center;
    }
    .navbar-mobile-action{
        margin-left: 15px;
    }
    #diet{
        padding: 30px 0 0px 0
    }
    .diet-banner{
        margin-bottom: 0;
        padding: 20px;
    }
    .diet-content{
        flex-direction: column-reverse;
    }
    .diet-details h2{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .diet-details-link{
        padding-left: 0;
        justify-content: center;
    }
    .footer-map iframe{
        width: 100%;
    }
    .footer-main img{
        width: 120px;
    }
    .footer-main a{
        font-size: 14px;
    }
    .footer-nav ul{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .fixed-phone{
        scale: 0.5;
        bottom: -5px;
        right: -35px;
    }
    .specialist-content{
        flex-direction: column-reverse;
        padding: 40px 0;
        gap: 30px;
    }
    .specialist-text h3{
        margin-bottom: 10px;
    }
    .specialist-text h2{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .bmi-calculator {
        margin-right: 0;
    }
    .single-surgery-faq{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    .single-surgery-gallery{
        flex-direction: column;
        margin-bottom: 20px;
        gap: 20px;
    }
    .single-bariatrics-faq-section {
        flex-direction: column;
        gap: 20px;
        padding: 30px 40px;
        align-items: center;
        justify-content: center;
    }
    .single-bariatrics-image{
        max-width: 470px;
        width: 100%;
        max-height: 480px;
        height: 100%;
    }
    .swipe-results-item-title{
        font-size: 16px;
    }
    .contact-details{
        width: 100%;
    }
    .contact-details-item a{
        font-size: 20px;
    }
    .contact-details-item h2{
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .results-media-gallery-pagination > nav > ul > li > a,
    .results-media-gallery-pagination > nav > ul > li > span{
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .results-media-gallery-pagination > nav > ul > li:first-child > *,
    .results-media-gallery-pagination > nav > ul > li:last-child > *{
        font-size: 14px;
    }
    .swipe-results-item-title{
        font-size: 14px;
    }
    .swipe-results-item-text{
        font-size: 12px;
    }
    .single-obesity-content{
        margin: 20px 0;
    }
    .single-page-banner{
        height: 370px;
    }
    .hat{
        flex-direction: column;
        padding: 5px 20px;
    }
    .navbar-action-item{
        font-size: 12px;
    }
    .navbar-action-item img {
        width: 25px;
    }
    .operation-content{
        flex-direction: column;
    }
    .operation-image{
        width: 100%;
    }
    .obesity-image{
        display: none;
    }
    .obesity-text{
        margin-right: 0;
        padding: 20px;
    }
    .obesity-text h2{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .bmi-title{
        font-size: 30px;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .bmi-scale{
        width: 500px;
    }
    .bmi-scale-arrow{
        height: 170px;
    }
    .bmi-scale-bottom-title{
        font-size: 24px;
    }
    .bmi-scale-bottom-result{
        font-size: 30px;
    }
    .bmi-scale-bottom-status{
        font-size: 24px;
    }
    .bmi-scale-board-item-title{
        font-size: 14px;
    }
    .bmi-scale-board-item-value{
        font-size: 14px;
    }
    .bmi-calculator-result-text{
        font-size: 12px;
    }
    .swipe-age-item{
        font-size: 28px;
    }
    .single-page-banner h2{
        font-size: 24px;
    }
    .section-title h2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 570px) {
    .double-field{
        flex-direction: column;
        width: 100%;
    }
    .contact-form form{
        width: 100%;
    }
    .diet-single-content{
        margin: 0;
    }
    .diet-single-text{
        font-size: 12px;
    }
    .diet-banner-text{
        font-size: 12px;
    }
    .diet-switcher{
        flex-direction: column;
    }
    .diet-switcher a{
        font-size: 24px;
        width: 220px;
    }
    .single-page-banner h2{
        font-size: 24px;
    }
    .specialist-banner p{
        font-size: 12px;
    }
    .specialist-text h2{
        font-size: 24px;
    }
    .specialist-text h3{
        font-size: 14px;
    }
    .specialist-text p{
        font-size: 12px;
    }
    .single-bariatrics-text{
        font-size: 12px;
    }
    .logo a {
        width: 80px;
        margin-right: 10px;
    }
    .about-text h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    #about{
        margin-bottom: 20px;
    }
    .about-text p{
        font-size: 14px;
    }
    .section-title h2{
        font-size: 24px;
    }
    #operation{
        padding: 0;
    }
    .operation-content{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .operation-title a{
        font-size: 12px;
    }
    .obesity-text h2{
        font-size: 24px;
    }
    .obesity-text p{
        font-size: 16px;
    }
    .why-us-title h2{
        font-size: 24px;
    }
    .why-us-list li{
        font-size: 16px;
    }
    .bmi-title{
        font-size: 24px;
    }
    .bmi-gender-box > label{
        width: 70px;
        height: 60px;
    }
    .bmi-scale{
        width: 430px;
    }
    .bmi-scale-arrow {
        height: 140px;
    }
    .specialist-text h2{
        font-size: 24px;
    }
    .specialist-text p {
        font-size: 16px;
    }
    .diet-details h2{
        font-size: 24px;
    }
    .footer-main a {
        font-size: 12px;
    }
    .copyrights{
        margin-top: 0px;
    }
    .section-text{
        font-size: 12px;
    }
    .single-surgery-text{
        font-size: 12px;
    }
    .single-page-banner h2{
        font-size: 24px;
    }
    .single-obesity-text {
        font-size: 12px;
    }
    .contact-details-item a{
        font-size: 16px;
    }
    .contact-details-item h2{
        font-size: 16px;
    }
    .contact-details-item{
        padding: 20px;
    }
}
@media only screen and (max-width: 460px) {
    .modal-information{
        max-width: 300px;
        padding: 10px;
    }
    .modal-information a{
        font-size: 16px;
    }
    .validation-modal{
        font-size: 14px;
    }
    .register-form{
        padding: 20px 25px;
    }
    .single-action button{
        font-size: 14px;
    }
    .main-selector-option-name label{
        font-size: 12px;
    }
    .main-selector-item-title h2{
        font-size: 12px;
    }
    .single-field input::placeholder,
    .single-field textarea::placeholder{
        font-size: 12px;
    }
    .hat-contact{
        flex-direction: column;
        gap: 5px;
    }
    .hat{
        height: 60px;
        gap: 5px;
    }
    header{
        flex-direction: column;
    }
    .navbar-action{
        gap: 10px;
    }
    .navbar-action-item{
        padding: 10px 5px;
    }
    header nav{
        top: 128px;
    }
    .logo{
        width: 100%;
        justify-content: center;
    }
    .navbar-action{
        justify-content: flex-start;
    }
    .wrapper{
        padding-top: 190px;
    }
    .about-text h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-text p{
        font-size: 12px;
    }
    .section-title h2{
        font-size: 20px;
    }
    .operation-title{
        margin-top: 20px;
    }
    .obesity-text h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .obesity-text p {
        font-size: 12px;
    }
    #faq{
        padding: 20px 0;
    }
    .swiper-faq-next{
        display: none;
    }
    .swiper-faq-prev{
        display: none;
    }
    .why-us-title h2{
        flex-direction: column;
    }
    .why-us-title{
        margin-bottom: 20px;
    }
    .why-us-content{
        padding: 20px;
    }
    .why-us-list{
        margin-left: 20px;
    }
    .why-us-list li{
        font-size: 14px;
    }
    .bmi-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .bmi-form-single label{
        font-size: 12px;
    }
    .bmi-scale {
        width: 330px;
    }
    .bmi-scale-arrow {
        height: 105px;
    }
    .bmi-scale-bottom-title{
        font-size: 20px;
    }
    .bmi-scale-bottom-result{
        font-size: 24px;
    }
    .bmi-scale-bottom-status{
        font-size: 20px;
    }
    .bmi-scale-board-item-title{
        font-size: 12px;
    }
    .bmi-scale-board-item-value{
        font-size: 12px;
    }
    .bmi-calculator-result-text{
        font-size: 12px;
    }
    .swipe-age-item{
        font-size: 22px;
    }
    .specialist-content{
        padding: 20px 0;
    }
    .specialist-text h2{
        font-size: 20px;
        text-align: center
    }
    .specialist-text p {
        font-size: 12px;
    }
    #results{
        padding: 30px 20px;
    }
    .swipe-results-item-image{
        height: 370px;
    }
    .swiper-result-next{
        display: none;
    }
    .swiper-result-prev{
        display: none;
    }
    .diet-details h2 {
        font-size: 20px;
    }
    .diet-details p {
        font-size: 12px;
    }
    .footer-nav .nav-menu .nav-menu-item a{
        font-size: 12px;
    }
    .footer-main{
        flex-direction: column;
        gap: 20px;
    }
}
@media only screen and (max-width: 320px) {}
