@import url("https://use.typekit.net/gze2xvx.css");
body {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.headers{
    padding:0px;
    position: relative;
    z-index: 2;
}
.header-top{
    background-color: #1D2E50;
    padding: 5px 14px;
}
ul.header-contact{
    display: flex;
    list-style: none;
    margin:0px;
    padding:0px;
}
ul.header-contact>li{
    display: flex;
    border-right: 1px solid white;
    padding-left:10px;
    padding-right: 10px;
    max-width: 65%;
    flex-shrink: 0;
}
ul.header-contact>li:first-child{
    padding-left:0px;
}
ul.header-contact>li:last-child{
    border:0px;
}
ul.header-contact>li>a{
    color:white;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 300;
}
ul.header-contact>li>a>img{
    height:16px;
    margin-right:10px;
    opacity: .9;
}
ul.header-contact>li>a>img.location{
    height:24px;
}
ul.header-contact>li>a>span{
    display: flex;
}
ul.header-social{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding:0px;
    margin:0px;
}
ul.header-social>li{
}
ul.header-social>li>a{
     display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 18px;
    height: 24px;
    transition: all .4s;
}
ul.header-social > li > a > span {
     font-size: 13px;
    color: white;
    font-weight: 400;
    max-width: 0;
    opacity: 0;
    margin-left: 5px;
    overflow-x: hidden;
    white-space: nowrap;
    transition: max-width 400ms ease, opacity 300ms ease;
}
ul.header-social > li > a:hover > span {
    max-width: 250px;
    opacity: 1;
}
ul.header-social>li>a:hover{
    color:#42AAE1;
    transition: all .4s;
}

ul.header-social>li.social-btn>a{
    align-items: center;
    padding-left:5px;
    padding-right:5px;
}
ul.header-social>li>a>img{
    height:24px;
}




ul.header-lang{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding:0px;
    margin:0px;
}
ul.header-lang>li{
    margin-left:5px;
}
ul.header-lang>li>a{
    display: flex;
    text-decoration: none;
    color:white;
    font-size:18px;
    height:24px;
    transition: all .4s;
}
ul.header-lang>li>a:hover{
    color:#42AAE1;
    transition: all .4s;
}
ul.header-lang>li.lang-btn{
    margin-left:10px;
}
ul.header-lang>li.lang-btn:first-child{
    margin-left:15px;
}
ul.header-lang>li.social-btn>a{
    align-items: center;
    padding-left:5px;
    padding-right:5px;
}
ul.header-lang>li>a>img{
    height:24px;
}



.header-bottom{
    border-bottom:1px solid white;
    padding-top:0px;
    padding-bottom:0px;
    background-color:white;
}
.slider{
    padding:0px;
    position: relative;
    z-index:-1;
    margin-top:-100px;
    max-height:94vh;
    align-items: center;
    overflow: hidden;
}
.navbar{
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
}
.navbar-nav .nav-link{
    color:#1D2E50;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#42AAE1;
    font-weight: 600;
}
.dropdown-toggle::after{
    display: none;
}
li.reserve{
    margin-left:35px;
}
li.reserve>button.btn.btn-reserve{
    height:48px;
    background-color:#42AAE1;
    border:1px solid #42AAE1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px 20px;
    color:white;
    border-radius: 0px;
    transition: all .4s;
}
li.reserve>button.btn.btn-reserve:hover{
    background-color: white;
    color:#42AAE1;
    transition: all .4s;
}
li.reserve>button.btn.btn-reserve>svg{
    height:24px;
    margin-right:10px;
}
.btn-reserve svg path {
    fill: white;
    transition: fill 0.4s ease-in-out;
}
.btn-reserve:hover svg path {
    fill: #42AAE1;
    transition: fill 0.4s ease-in-out;
}
.home-intro-nav{
    margin-top:-100px;
    padding-bottom:30px;
}
.intro-nav-area{
    position:relative;
    border-radius: 10px;
    overflow: hidden;
    background-color:white;
    box-shadow: 0px 3px 8px rgba(29, 46, 80, .4);
}
.intro-nav-area>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    opacity: .1;
    z-index:0;
    padding:0px;
}
.navbox{
    padding:30px;
    border-right:1px solid #1D2E50;
    position: relative;
    z-index:2
}
.navbox:last-child{
    border:none;
}
.navbox>.box-top{
    display: flex;
    width:100%;
    justify-content: space-between;
    margin-bottom:40px;
    align-items: flex-start;
}
.box-top>button, .box-top>a{
    border:none;
    background:none;
    padding:0px;
    width:75%;
    text-align: left;
    text-decoration: none;
}
.navbox>.box-top>button>h2, .navbox>.box-top>a>h2{
    font-size:26px;
    font-weight: 600;
    color:#1d2e50;
    background:none;
    border:none;
    margin-bottom:2px;
}
.navbox>.box-top>button>span.line, .navbox>.box-top>a>span.line{
    height:2px;
    width:0px;
    display: flex;
    border-radius: 1px;
    background-color: #1D2E50;
    transition: all .4s ease-in-out;
}
.navbox:hover>.box-top>button>span.line, .navbox:hover>.box-top>a>span.line{
    width:100%;
    transition: all .4s ease-in-out;
}
.navbox>.box-top>.dropdown>button.treatment-btn{
    font-size:20px;
    color:white;
    background-color:rgba(66,170,250,.4);
    border:1px solid rgba(66,170,250,.2);
    display: flex;
    width:40px;
    height:40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.navbox:hover>.box-top>.dropdown>button.treatment-btn{
    transform: rotate(-45deg);
    background-color:#1D2E50;
    transition: all .4s ease-in-out;
}
.dropdown>button.treatment-btn:after{
    display: none;
}
.navbox-icon-area>svg{
    height:50px;
    margin-left:10px;
}
.navbox-icon-area>svg path{
    fill:#42AAE1;
}
.navbox.bluebox{
    background-color:rgba(66,170,250,.4);
}
.navbox.bluebox>.box-top>.dropdown>button.treatment-btn{
    font-size:20px;
    color:#42AAE1;
    background-color:white;
    border:1px solid rgba(66,170,250,.2);
    display: flex;
    width:40px;
    height:40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.navbox.bluebox:hover>.box-top>.dropdown>button.treatment-btn{
    background-color: #1D2E50;
    color:white;
    transition: all .4s ease-in-out;
}
.navbox.bluebox>.navbox-icon-area>svg path{
    fill:#1D2E50;
}
.home-about{
    padding-top:60px;
    padding-bottom:60px;
}
.home-about-img{
    width:100%;
    border-radius: 60px 0px 60px 60px;
    overflow: hidden;
}
.home-about-img>img{
    width:100%;
}
.home-intro>h1 {
    font-size: 24px;
    color: #1D2E50;
    font-weight: 600;
    margin-bottom: 30px;
}
.home-intro>p{
    font-size:16px;
    font-weight: 400;
    color:#1D2E50;
    line-height: 28px;
    margin-bottom:20px;
}
.home-intro>a.btn-dark-blue {
    width: 50%;
    display: flex;
    height: 50px;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    padding-left:30px;
    background-color: #1D2E50;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
}
.home-intro>a.btn-dark-blue>span {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
.home-intro>a.btn-dark-blue>span>img {
    height: 24px;
}
.treatments-area{
    padding-top:30px;
    padding-bottom:30px;
}
.section-header{
    margin-bottom:40px;
}
.section-header>h3{
    text-align: center;
    font-size:36px;
    font-weight: 700;
    margin-bottom:20px;
    color:#1D2E50;
}
.section-header>p{
    font-size:16px;
    font-weight: 400;
    color:#1D2E50;
    line-height: 28px;
    text-align: center;
}
.treatment-box{
    display: flex;
    width:100%;
    position: relative;
    background-color: #dcf0ff;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    padding: 20px;
    margin-bottom: 25px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}
.treatment-info{
    display: flex;
    width:100%;
    flex-direction: column;
}
.treatment-box .treatment-header {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    z-index:9;
}
.treatment-header>.icon-circle {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border: 2px solid #1d2e50;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: white;
}
.treatment-header>.icon-circle>img {
    height: 40px;
}
.treatment-box .treatment-header>a {
    color: #1D2E50;
    padding-left: 15px;
    margin: 0px;
    width: 75%;
    text-decoration: none;
    flex-shrink: 0;
}
.treatment-box .treatment-header>a>h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1D2E50;
    text-decoration: none;
    margin:0px;
    transition: all .5s ease-in-out;
}
.treatment-box:hover .treatment-header>a>h3{
    color:#42AAE1;
    transition-duration: .4s;
    transition: all .5s ease-in-out;
} 
.treatment-box .treatment-header>a:hover>h3{
    color: #42AAE1;
    transition: all .3s;
}
.treatment-text-area {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
    height: 210px;
    overflow: hidden;
}
.treatment-text-area>p {
    font-size: 14px;
    font-weight: 300;
    color: black;
    line-height: 20px;
}
.treatment-box > .treatment-overlay {
    position: absolute;
    width: 100%;
    height: 130%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, 
        rgba(29, 46, 80, 0.9) 70%,
        rgba(29, 46, 80, 0) 100% 
    );
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.treatment-box:hover > .treatment-overlay {
    transform: translateY(0);
}
ul.treatment-list{
    list-style: none;
    margin:200px 0px 0px;
    display: flex;
    flex-direction: column;
    padding:0px 30px;
    height: calc( 100% - 110px );
    overflow-y: auto;
}
ul.treatment-list>li{
    display: flex;
    width: 100%;
    margin-bottom:7px;
}
ul.treatment-list>li>a{
    text-decoration: none;
    width: 100%;
    font-size:14px;
    font-weight: 600;
    color:white;
    line-height: 18px;
    transition: all .3s;
}
ul.treatment-list>li>a:hover{
    color:#42AAE1;
    transition: all .3s;
}
.treatments-str{
    position: relative;
    padding-top:40px;
    padding-bottom:40px;
}
.treatments-str>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: top right;
    color: transparent;
    opacity: .4;
    z-index:-1;
}
.clinik-gallery-area{
    padding-top:150px;
    padding-bottom:60px;
}



.gallery-box{
    display: flex;
    width:100%;
    flex-direction: column;
}
.gallery-box>a{
    display: flex;
    width:100%;
    margin-bottom:15px;
    position: relative;
    aspect-ratio: 1;
}
.gallery-box>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}

.blog-section{
    background-color: #F6FCFE;
}
.blog-area{
    padding-top:60px;
    padding-bottom:150px;
}
.blog-owl .item{
    padding:10px;
}
a.blog-box{
    display: flex;
    width:100%;
    flex-direction: column;
    overflow:hidden;
    background-color:white;
    border-radius: 10px;
    padding:20px 0px 10px;
    text-decoration: none;
    border-top:2px solid white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    transition: all 300ms ease;
}
a.blog-box:hover{
    border-top:2px solid #1D2E50;
    transition: all 300ms ease;
}
a.blog-box>.blog-text-area{
    padding:0px 20px 20px;
    min-height:330px;
}
a.blog-box>.blog-text-area>span.date{
    color:#B4BFD4;
    font-size:13px;
    font-weight: 300;
}
a.blog-box>.blog-text-area>h4{
    font-size:20px;
    font-weight: 700;
    color:#1D2E50;
    margin-bottom:10px;
    margin-top:10px;
    min-height:48px;
}
a.blog-box>.blog-text-area>p{
    font-size:16px;
    font-weight: 400;
    color:#1D2E50;
    line-height: 28px;
    margin-bottom:0px;
}
a.blog-box>span.plus{
    display: flex;
    width:42px;
    height:42px;
    border-radius: 21px;
    color:white;
    font-size:16px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    margin-bottom:-21px;
    margin-left:10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
}
a.blog-box:hover>span.plus{
    color:#42AAE1;
    position: relative;
    transition: all 300ms ease;
}
a.blog-box>span.plus>em{
    border-radius: 50%;
    display: inline-block;
    float: left;
    width:42px;
    height:42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 42px;
}
a.blog-box>span.plus>em::before{
    box-shadow: 0 0 0 1.2em #42AAE1 inset;
    transition: all 300ms ease;
}
a.blog-box>span.plus>em::after{
    background-color:white;
}
a.blog-box:hover>span.plus>em::before{
    box-shadow:0 0 0 1px #42AAE1 inset;
    transition: all 300ms ease;
}
a.blog-box>span.plus>em::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 42px;
    height:42px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
a.blog-box>span.plus>em::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 42px;
    height:42px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
a.blog-box>span.plus>em>i{
    position: relative;
    z-index: 3;
}
a.blog-box>.blog-img{
    position: relative;
    height:250px;
}
a.blog-box>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    transform: scale(1);
    transition: all 700ms  ease;
}
a.blog-box:hover>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    transform: scale(1.04);
    transition: all 700ms  ease;
}
a.blog-box>button.read-more{
    background:none;
    border:none;
    display: flex;
    width:fit-content;
    max-width: 100%;
    height:40px;
    align-items: center;
    margin-left:20px;
    margin-top:10px;
    overflow: hidden;
}
a.blog-box>button.read-more>span{
    font-size:14px;
    font-weight: 300;
    color:#1D2E50;
    padding-right:10px;
    position: relative;
    transform: translateX(-100%);
    transition: all 300ms  ease;
}
a.blog-box:hover>button.read-more>span{
    transform: translateX(0%);
    transition: all 300ms  ease;
}
a.blog-box>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(-400%);
    transition: all 300ms  ease;
}

a.blog-box:hover>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(0);
    transition: all 300ms  ease;
}
.dropdown-item{
    padding:7px 16px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:#42AAE1;
    transition: all .3s ease;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color:#42AAE1;
    transition: all .3s ease;
}
.cta-callMe{
    display: flex;
    width:100%;
    min-height:200px;
    margin-top:60px;
    margin-bottom:-100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding:40px;
    background-color:#1d2e50;
}
.cta-callMe>img{
     position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: 0;
}
.cta-callMe>.CallAction{
    display: flex;
    width:35%;
    flex-shrink: 0;
    border-right:1px solid white;
    padding-right:10px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.cta-callMe>.CallAction-2{
    display: flex;
    width:33%;
    flex-shrink: 0;
    border-right:1px solid white;
    padding-right:10px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cta-callMe>.CallAction-2>.call-icon{
    display: flex;
    margin-right:20px;
}
.cta-callMe>.CallAction-2>.call-icon>svg{
    fill:white;
    height:70px;
}
.cta-callMe>.CallAction-2>a{
    display: flex;
    flex-direction: column;
    font-size:28px;
    font-weight: 500;
    color:white;
    text-decoration: none;
    line-height: 26px;
    transition: all .3s ease;
}
.cta-callMe>.CallAction-2>a>span{
    font-size:16px;
    font-weight: 600;
}
.cta-callMe>.CallAction-2>a:hover{
    color:#42AAE1;
    transition: all .3s ease;
}

.cta-callMe>.CallMeAction{
    display: flex;
    width:65%;
    flex-shrink: 0;
    padding-left:30px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}
.cta-callMe>.CallMeAction-2{
    display: flex;
    width:30%;
    flex-shrink: 0;
    padding-left:30px;
    position: relative;
    z-index: 1;
    flex-direction: row;
    align-items: center;
}
.CallMeAction-2>.CallYou{
    display: flex;
    width:70%;
    flex-shrink: 0;
    flex-direction: column;
    color:#42AAE1;
    font-size:20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
}
.CallMeAction-2>.CallYou>span{
    color:white;
    font-size:30px;
    letter-spacing: 1px;
}

.CallMeAction-2>button.btn.btn-default{
    width:40%;
    flex-shrink: 0;
}



.cta-callMe>.CallAction>.call-icon{
    display: flex;
    margin-right:20px;
}
.cta-callMe>.CallAction>.call-icon>svg{
    fill:white;
    height:70px;
}
.cta-callMe>.CallAction>a{
    display: flex;
    flex-direction: column;
    font-size:28px;
    font-weight: 500;
    color:white;
    text-decoration: none;
    line-height: 26px;
    transition: all .3s ease;
}
.cta-callMe>.CallAction>a>span{
    font-size:16px;
    font-weight: 600;
}
.cta-callMe>.CallAction>a:hover{
    color:#42AAE1;
    transition: all .3s ease;
}
.CallMeAction>.CallYou{
    display: flex;
    width:35%;
    flex-shrink: 0;
    flex-direction: column;
    color:#42AAE1;
    font-size:18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
}
.CallMeAction>.CallYou>span{
    color:white;
    font-size:30px;
    letter-spacing: 1px;
}
.CallMeAction>form{
    display: flex;
    width:65%;
    flex-shrink: 0;
}
.CallMeAction .form-str{
    padding:6px;
}
.CallMeAction .form-str>input.form-control{
    background:none;
    border:1px solid white;
    color:white;
    height:40px;
    border-radius: 4px;
}
.CallMeAction .form-str>input.form-control::placeholder{
    color:rgba(255,255,255,.6);
    font-size:14px;
}
.form-doc{
    display: flex;
    align-items: flex-start;
    color:White;
    font-size:13px;
}
.form-doc>label>a{
    color:#42AAE1;
}
.form-doc>input{
    margin-right:5px;
    margin-top:3px;
}
.form-str>button.btn.btn-call{
    background-color: #42AAE1;
    height:40px;
    display: flex;
    width:100%;
    font-size:14px;
    font-weight: 500;
    color:white;
    align-items: center;
    justify-content: center;
}
a.btn.btn-default{
    background-color: #42AAE1;
    height:40px;
    display: flex;
    width:100%;
    font-size:14px;
    font-weight: 500;
    color:white;
    align-items: center;
    justify-content: center;
}

button.btn.btn-default{
    background-color: #42AAE1;
    height:40px;
    display: flex;
    width:100%;
    font-size:14px;
    font-weight: 500;
    color:white;
    align-items: center;
    justify-content: center;
}
.footer{
    position: relative;
    background-color: #dcf0ff;
    padding-top:0px;
}


.footer-cta{
    display: flex;
    width:100%;
    min-height:200px;
    margin-top:-80px;
    margin-bottom:60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding:40px;
    background-color:#1d2e50;
}
.footer-cta>img{
     position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: 0;
}
.footer-cta>.CallAction{
    display: flex;
    width:35%;
    flex-shrink: 0;
    border-right:1px solid white;
    padding-right:10px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.footer-cta>.CallMeAction{
    display: flex;
    width:65%;
    flex-shrink: 0;
    padding-left:30px;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}
.footer-cta>.CallAction>.call-icon{
    display: flex;
    margin-right:20px;
}
.footer-cta>.CallAction>.call-icon>svg{
    fill:white;
    height:70px;
}
.footer-cta>.CallAction>a{
    display: flex;
    flex-direction: column;
    font-size:28px;
    font-weight: 500;
    color:white;
    text-decoration: none;
    line-height: 26px;
    transition: all .3s ease;
}
.footer-cta>.CallAction>a>span{
    font-size:16px;
    font-weight: 600;
}
.footer-cta>.CallAction>a:hover{
    color:#42AAE1;
    transition: all .3s ease;
}
.footer-area{
    margin-top:60px;
}
.footer-logo{
    display: flex;
    margin-bottom:30px;
}
.footer-logo>img{
    height:50px;
}
ul.footer-contact{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:0px 0px 30px;
}
ul.footer-contact>li{
    display: flex;
    width:100%;
    margin-bottom:15px;
}
ul.footer-contact>li>a{
    color:#1D2E50;
    text-decoration: none;
    display: flex;
    width: 100%;
}
ul.footer-contact>li>a>svg{
    fill:#1D2E50;
    height:25px;
    padding-right:3px;
    width:8%;
    flex-shrink: 0;
}
ul.footer-contact>li>a>span{
    display: flex;
    margin-left:15px;
    font-size:16px;
    color:#1D2E50;
    font-weight: 400;
    width:85%;
    flex-shrink: 0;
}
.menu-header{
    font-size:18px;
    font-weight: 600;
    color:#1D2E50;
    display: flex;
    align-items: center;
    margin-bottom:20px;
}

ul.footer-menu{
    list-style: none;
    display: flex;
    width:100%;
    flex-direction: column;
    margin:0px;
    padding:0px;
}
ul.footer-menu>li{
    display: flex;
    width:100%;
    margin-bottom:10px;
}
ul.footer-menu>li>a{
    display: flex;
    width: 100%;
    font-size:16px;
    font-weight: 500;
    color:#1D2E50;
    text-decoration: none;
    align-items: center;
}



ul.footer-menu>li>a>span.plus{
    display: flex;
    width:20px;
    height:20px;
    border-radius: 10px;
    color:white;
    font-size:10px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    margin-right:10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
}
ul.footer-menu>li>a:hover>span.plus{
    color:#42AAE1;
    position: relative;
    transition: all 300ms ease;
}
ul.footer-menu>li>a>span.plus>em{
    border-radius: 50%;
    display: inline-block;
    float: left;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 20px;
}
ul.footer-menu>li>a>span.plus>em::before{
    box-shadow: 0 0 0 1.2em #42AAE1 inset;
    transition: all 300ms ease;
}
ul.footer-menu>li>a>span.plus>em::after{
    background-color:white;
}
ul.footer-menu>li>a:hover>span.plus>em::before{
    box-shadow:0 0 0 1px #42AAE1 inset;
    transition: all 300ms ease;
}
ul.footer-menu>li>a>span.plus>em::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 20px;
    height:20px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
ul.footer-menu>li>a>span.plus>em::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 20px;
    height:20px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
ul.footer-menu>li>a>span.plus>em>i{
    position: relative;
    z-index: 3;
}
ul.footer-treatment-menu{
    list-style: none;
    display: flex;
    width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0px;
    padding:0px;
}
ul.footer-treatment-menu>li{
    display: flex;
    width:50%;
    padding-right: 10px;
    flex-shrink: 0;
    margin-bottom:10px;
}
ul.footer-treatment-menu>li>a{
    display: flex;
    width: 100%;
    font-size:16px;
    font-weight: 500;
    color:#1D2E50;
    text-decoration: none;
    align-items: flex-start;
}
ul.footer-treatment-menu>li>a>span.plus{
    display: flex;
    width:20px;
    height:20px;
    border-radius: 10px;
    color:white;
    font-size:10px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    margin-right:10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
    margin-top:2px;
}
ul.footer-treatment-menu>li>a:hover>span.plus{
    color:#42AAE1;
    position: relative;
    transition: all 300ms ease;
}
ul.footer-treatment-menu>li>a>span.plus>em{
    border-radius: 50%;
    display: inline-block;
    float: left;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 20px;
}
ul.footer-treatment-menu>li>a>span.plus>em::before{
    box-shadow: 0 0 0 1.2em #42AAE1 inset;
    transition: all 300ms ease;
}
ul.footer-treatment-menu>li>a>span.plus>em::after{
    background-color:white;
}
ul.footer-treatment-menu>li>a:hover>span.plus>em::before{
    box-shadow:0 0 0 1px #42AAE1 inset;
    transition: all 300ms ease;
}
ul.footer-treatment-menu>li>a>span.plus>em::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 20px;
    height:20px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
ul.footer-treatment-menu>li>a>span.plus>em::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 20px;
    height:20px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
ul.footer-treatment-menu>li>a>span.plus>em>i{
    position: relative;
    z-index: 3;
}
.footer-bottom{
    margin-top:30px;
    border-top:1px solid #1D2E50;
    padding-top:20px;
    padding-bottom:20px;
}
.footer-bottom>.row{
    display: flex;
    flex-direction: row-reverse;
}
ul.footer-social{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin:0px 0px 20px;
    padding:0px;
}
ul.footer-social>li{
    display: flex;
    margin-left:5px;
}
ul.footer-social>li>a{
    display: flex;
    width:40px;
    height:40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: #1D2E50;
    color:white;
    text-decoration: none;
}
.copyright{
    font-size:14px;
    font-weight: 300;
    color:#1D2E50;
    display: flex;
}
.copyright>a{
    display: flex;
    margin-left:5px;
    margin-top:2px;
}
.copyright>a>img{
    height:14px;
}
/* 1. Anahtar Nokta: Kapsayıcıya referans noktası olduğunu belirtiyoruz */
.dropdown-submenu {
    position: relative;
}

/* 2. Alt menü konumlandırması */
.dropdown-submenu .dropdown-menu {
    top: 0; /* Üst kenarı ana öğe ile aynı hizada başlat */
    left: 100%; /* Ana öğenin tam sağ kenarından başlat */
    margin-top: -1px; /* Kenarlıklar varsa 1px yukarı çekerek hizala */
    /* position: absolute; Bootstrap'ta zaten var ama emin olmak için ekleyebiliriz */
    position: absolute;
    display: none; /* Varsayılan olarak gizli */
}

/* JS ile .show sınıfı eklendiğinde görünür yap */
.dropdown-submenu .dropdown-menu.show {
    display: block;
}

/* İsteğe Bağlı: Alt menüsü olan elemanlara sağa doğru bir ok ekler */
.dropdown-submenu > .dropdown-toggle::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-menu.submenu{
    width:300px;
}
.dropdown-menu.submenu>a{
    white-space: normal;
    display: flex;
    align-items: flex-start;
}
.dropdown-menu.submenu>a>i{
    font-size:4px;
    margin-top:10px;
    margin-right:5px;
}
.treatment-menu{
    position: absolute;
    width:33.2%;
    background-color:white;
    bottom:calc( 100% - 7px );
    height:0;
    left:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding:20px 0px 20px 20px ;
    transform: translateY(100%);
    transition: all 300ms ease;
    overflow: hidden;
}
.treatment-menu.open{
    position: absolute;
    width:33.2%;
    background-color:white;
    bottom:calc( 100% - 7px );
    height:500px;
    left:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    padding:20px 0px 20px 20px ;
    transform: translateY(0);
    overflow: hidden;
    transition: all 300ms ease;
}
.treatment-menu.fully-open {
    overflow: visible;
}
.treatment-menu>ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    width:100+;
    margin:0px;
    padding:0px;
    position: relative;
}
.treatment-menu>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:5px;
}
.treatment-menu>ul>li>a{
    text-decoration: none;
    color: #1D2E50;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding-right: 20px;
    line-height: 22px;
}
.treatment-menu .submenu {
    display: none; /* Varsayılan olarak gizli */
    position: absolute; /* Ana <li>'ye göre konumlanacak */
    left: 100%;      /* Ana menünün tam sağına yerleş */
    top: 0;           /* Dikey olarak en üste hizala */
    width: 350px;     /* Alt menü genişliği */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Göze hoş gelen bir gölge */
    padding:20px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
}

/* 2. Ana elemanın üzerine gelince alt menüyü göster */
.treatment-menu .has-submenu:hover > .submenu {
    display: block; /* Görünür yap */
}

/* 3. (İsteğe Bağlı) Alt menüsü olanlara bir ok işareti ekle */
.treatment-menu .has-submenu > a::after {
    content: '›'; /* veya '▸' */
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    color: #999;
}
.treatment-menu ul.submenu>li>a{
    text-decoration: none;
    color:#1D2E50;
    font-size:16px;
    font-weight: 500;
    width:100%;
}

.page-header{
    padding:0px;
    height: 360px;
    position: relative;
    z-index: 0;
    margin-top:-97px;
}
.page-header>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    z-index: -1;
}
.page-header>.overlay{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.PageTopinfo{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top:80px;
}
.PageTopinfo>h1{
    color:white;
    font-size:38px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}
.PageTopinfo>ul{
    display: flex;
    list-style: none;
    margin:0px 0px 20px;
    padding:0px;
    justify-content: flex-end;
}
.PageTopinfo>ul>li{
    display: flex;
    color:white;
    font-size:14px;
}
.PageTopinfo>ul>li>a{
    text-decoration: none;
    color:white;
    font-size:14px;
    font-weight: 300;
}
.PageTopinfo>ul>li>a::after{
    color:white;
    margin-left:10px;
    margin-right:10px;
    font-size:8px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f105';
}
.page-content{
    margin-top:60px;
    margin-bottom:150px;
}
.treatment-spot{
    margin-bottom:20px;
}
.treatment-spot>p{
    font-size:18px;
    font-weight: 600;
    color:#1D2E50;
    line-height: 26px;
}
.treatment-img {
    float: left;
    width: 40%;
    max-width: 400px;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 20px 20px;
    margin-right: 35px;
    margin-bottom: 15px;
}
.treatment-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.treatment-text {
    font-size: 16px;
    line-height: 2;
}
.treatment-text h2{
    font-size:28px;
    font-weight: 700;
}
.treatment-text h3{
    font-size:26px;
    font-weight: 700;
}
.treatment-text h3{
    font-size:22px;
    font-weight: 700;
}
.treatment-text h4{
    font-size:20px;
    font-weight: 700;
}
.treatment-text h5{
    font-size:18px;
    font-weight: 700;
}


.post-text h2{
    font-size:28px;
    font-weight: 700;
}
.post-text h3{
    font-size:26px;
    font-weight: 700;
}
.post-text h3{
    font-size:22px;
    font-weight: 700;
}
.post-text h4{
    font-size:20px;
    font-weight: 700;
}
.post-text h5{
    font-size:18px;
    font-weight: 700;
}






.treatment-text a{
    color:#42AAE1;
    font-weight: 500;
}
.page-content>.row::after {
    content: "";
    display: table;
    clear: both;
}
.treatment-video-area{
    margin-top:20px;
    margin-bottom:20px;
}
.treatment-video-area>h5{
    font-size:24px;
    font-weight: 700;
    color:#1D2E50;
    border-bottom:1px solid #42AAE1;
    padding-bottom:3px;
}




a.play-box{
    display: flex;
    width:100%;
    flex-direction: column;
    overflow:hidden;
    background-color:white;
    border-radius: 10px;
    padding:10px 0px 0px;
    text-decoration: none;
    border-top:2px solid white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    transition: all 300ms ease;
}
a.play-box:hover{
    border-top:2px solid #1D2E50;
    transition: all 300ms ease;
}
a.play-box>.play-text-area{
    padding:0px 20px 5px;
}
a.play-box>.play-text-area>span.date{
    color:#B4BFD4;
    font-size:13px;
    font-weight: 300;
}
a.play-box>.play-text-area>h5{
    font-size:18px;
    font-weight: 700;
    color:#1D2E50;
    margin-bottom:10px;
    margin-top:10px;
    min-height:48px;
}
a.play-box>span.plus{
    display: flex;
    width:42px;
    height:42px;
    border-radius: 21px;
    color:white;
    font-size:16px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    margin-bottom:-21px;
    margin-left:10px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
}
a.play-box:hover>span.plus{
    color:#42AAE1;
    position: relative;
    transition: all 300ms ease;
}
a.play-box>span.plus>em{
    border-radius: 50%;
    display: inline-block;
    float: left;
    width:42px;
    height:42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 42px;
}
a.play-box>span.plus>em::before{
    box-shadow: 0 0 0 1.2em #42AAE1 inset;
    transition: all 300ms ease;
}
a.play-box>span.plus>em::after{
    background-color:white;
}
a.play-box:hover>span.plus>em::before{
    box-shadow:0 0 0 1px #42AAE1 inset;
    transition: all 300ms ease;
}
a.play-box>span.plus>em::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 42px;
    height:42px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
a.play-box>span.plus>em::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 42px;
    height:42px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
a.play-box>span.plus>em>i{
    position: relative;
    z-index: 3;
}
a.play-box>.blog-img{
    position: relative;
    height:250px;
}
a.play-box>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    transform: scale(1);
    transition: all 700ms  ease;
}
a.play-box:hover>.blog-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    transform: scale(1.04);
    transition: all 700ms  ease;
}
a.play-box>button.read-more{
    background:none;
    border:none;
    display: flex;
    width:fit-content;
    max-width: 100%;
    height:40px;
    align-items: center;
    margin-left:20px;
    margin-top:10px;
    overflow: hidden;
}
a.play-box>button.read-more>span{
    font-size:14px;
    font-weight: 300;
    color:#1D2E50;
    padding-right:10px;
    position: relative;
    transform: translateX(-100%);
    transition: all 300ms  ease;
}
a.play-box:hover>button.read-more>span{
    transform: translateX(0%);
    transition: all 300ms  ease;
}
a.play-box>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(-400%);
    transition: all 300ms  ease;
}

a.play-box:hover>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(0);
    transition: all 300ms  ease;
}
.legal-text{
    font-size:13px;
    padding:25px;
    background-color:#f2f2f2;
    border-radius: 20px;
    position: relative;
}
.legal-text::before{
    position: absolute;
    top:-20px;
    left:-20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f071';
    color:#1D2E50;
    font-size:40px;
}
.about-img {
    float: left;
    width: 40%;
    max-width: 400px;
    height: 480px;
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 20px 20px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.about-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.about-text-str{
    margin-top:20px;
}
.about-title{
    background-color: #42AAE1;
    padding: 30px;
    border-radius: 20px;
    margin-bottom:30px;
}
.about-title h3{
    font-size:20px;
    font-weight: 700;
    line-height: 30px;
    color:white;
}
.about-text-str > .about-text{
    font-size:16px;
    color:#1D2E50;
}
.about-text-str > .about-text li{
    margin-bottom:10px;
}
.gallery{
    padding:6px;
}
.gal-img{
    position: relative;
    display: flex;
    width:100%;
    height:200px;
    border-radius: 10px;
    overflow: hidden;
}
.gal-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.catlist{
    padding-left:30px;
}
.catlist>h5{
    font-size:18px;
    font-weight: 600;
    color:#1D2E50;
    border-bottom:1px solid #42AAE1;
    padding-bottom:3px;
    margin-bottom:10px;
}
.catlist>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding:0px;
}
.catlist>ul>li{
    display: flex;
    width:100%;
    margin-bottom:5px;
}
.catlist>ul>li>a{
    text-decoration: none;
    display: flex;
    width:100%;
    color: #1D2E50;
    font-size:16px;
    font-weight: 500;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    transition: all 300ms ease;
    justify-content: space-between;
    align-items: flex-end;
}
.catlist>ul>li>a:hover{
    color:#42AAE1;
    transition: all 300ms ease;
}
.catlist>ul>li>a>span{
    font-size:13px;
    font-weight: 400;
}
.active>.page-link, .page-link.active{
    background-color: #42AAE1;
    border-color: #42AAE1;
}
.page-link{
    color:#1D2E50;
}
.page-link:focus{
    outline:none;
    box-shadow:none;
}
.page-link:hover{
    background-color: #42AAE1;
    color:white;
}
.post-img{
    display: flex;
    width:100%;
    height:500px;
    position:relative;
    margin-bottom:20px;
}
.post-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.post-spot{
    font-size:18px;
    font-weight: 600;
    color:#1D2E50;
    line-height: 2rem;
}
.post-text{
    font-size:16px;
    color:#1D2E50;
    line-height: 2rem;
}
.post-intro{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.post-intro>h2{
    font-size:28px;
    font-weight: 700;
    color: #1D2E50;
}
.post-intro>span.post-date{
    color: #B4BFD4;
    font-size: 13px;
    font-weight: 300;
}
ul.latest-blog{
    display: flex;
    list-style: none;
    flex-direction: column;
    margin:30px 0px;
    padding:0px;
    width:100%;
}
ul.latest-blog>li{
    display: flex;
    width:100%;
    border-bottom:1px solid rgba(0, 0, 0, .07);
}
ul.latest-blog>li:last-child{
    border:none;
}
ul.latest-blog>li>a{
    display: flex;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration: none;
    align-items: flex-start;
    border:none;
}
ul.latest-blog>li>a>.last-img{
    display: flex;
    width:35%;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right:10px;
}
ul.latest-blog>li>a>.last-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
    color: transparent;
    transform: scale(1);
    transition: all 700ms ease;
}
ul.latest-blog>li>a:hover>.last-img>img{
    transform: scale(1.05);
    transition: all 700ms ease;
}
ul.latest-blog>li>a>.latest-text{
    display: flex;
    width:calc( 65% - 10px );
    flex-direction: column;
}
ul.latest-blog>li>a>.latest-text>h4{
    font-size:18px;
    font-weight: 700;
    color:#1D2E50;
    margin-bottom:10px;
    transition: all 400ms ease;
}
ul.latest-blog>li>a:hover>.latest-text>h4{
    color:#42AAE1;
    transition: all 400ms ease;
}
ul.latest-blog>li>a>.latest-text>span.latest-date{
    color: #B4BFD4;
    font-size: 13px;
    font-weight: 300;
}

ul.latest-blog>li>a>.latest-text>button.read-more{
    background:none;
    border:none;
    display: flex;
    width:fit-content;
    max-width: 100%;
    height:40px;
    align-items: center;
    margin-left:0px;
    overflow: hidden;
}
ul.latest-blog>li>a>.latest-text>button.read-more>span{
    font-size:14px;
    font-weight: 300;
    color:#1D2E50;
    padding-right:10px;
    position: relative;
    transform: translateX(-100%);
    transition: all 300ms  ease;
}
ul.latest-blog>li>a:hover>.latest-text>button.read-more>span{
    transform: translateX(0%);
    transition: all 300ms  ease;
}
ul.latest-blog>li>a>.latest-text>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(-400%);
    transition: all 300ms  ease;
}

ul.latest-blog>li>a:hover>.latest-text>button.read-more>svg{
    fill:#1D2E50;
    height:10px;
    transform: translateX(0);
    transition: all 300ms  ease;
}

.leftform{
    position: fixed;
    right:100%;
    top:0px;
    height: 100vh;
    overflow-y: auto;
    background-color:white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    width:25%;
    z-index:999999999;
    padding:30px;
    display: flex;
    flex-direction: column;
    transition:all 500ms ease;
}
.leftform.open{
    position: fixed;
    right:75%;
    top:0px;
    width:25%;
    z-index:999999999;
    transition:all 500ms ease;
}
.form-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom:20px;
    align-items: center;
}
.form-header>h4{
    border-bottom:1px solid rgba(0, 0, 0, .07);
    font-size: 20px;
    font-weight: 700;
    color:#1D2E50;
    padding-bottom:3px;
    width: calc( 100% - 35px);
    margin-top:10px;
}
.form-header>button.close-btn{
    display: flex;
    width:30px;
    height:30px;
    border-radius: 15px;
    color:white;
    font-size:15px;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    padding:0px;
    border:none;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
}
.form-header>button.close-btn:hover{
    color:#42AAE1;
    position: relative;
    transition: all 300ms ease;
}
.form-header>button.close-btn>em{
    border-radius: 50%;
    display: inline-block;
    float: left;
    width:30px;
    height:30px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    position: relative;
    z-index: 1;
    line-height: 30px;
}
.form-header>button.close-btn>em::before{
    box-shadow: 0 0 0 1.2em #42AAE1 inset;
    transition: all 300ms ease;
}
.form-header>button.close-btn>em::after{
    background-color:white;
}
.form-header>button.close-btn:hover>em::before{
    box-shadow:0 0 0 1px #42AAE1 inset;
    transition: all 300ms ease;
}
.form-header>button.close-btn>em::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 30px;
    height:30px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
.form-header>button.close-btn>em::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height:30px;
    border-radius: 50%;
    -webkit-transition: all 300ms  ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms  ease;
}
.form-header>button.close-btn>em>i{
    position: relative;
    z-index: 3;
}
form.requestForm .form-str{
    padding:6px;
}
form.requestForm .form-str>input.form-control{
    height:40px;
    font-size:14px;
    border-color:#42AAE1!important;
    width:100%!important;
    border-radius: 4px;
    color:#1D2E50;
    font-weight: 400;
    outline:none;
    box-shadow: none;
}
form.requestForm .form-str>input.form-control::placeholder, .form-str>textarea.form-control::placeholder{
    font-size:14px;
    font-weight: 400;
    color:#1D2E50;
}
form.requestForm .form-str>textarea.form-control{
    height:120px;
    resize:none;
    font-size:14px;
    border-color:#42AAE1;
    border-radius: 4px;
    color:#1D2E50;
    font-weight: 400;
    outline:none;
    box-shadow: none;
}
form.requestForm .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
form.requestForm .iti--allow-dropdown input, form.requestForm .iti--allow-dropdown input[type=text], form.requestForm .iti--allow-dropdown input[type=tel], form.requestForm .iti--separate-dial-code input, form.requestForm .iti--separate-dial-code input[type=text], form.requestForm .iti--separate-dial-code input[type=tel]{
    height:40px;
    font-size:14px;
    border-color:#42AAE1!important;
    width:100%!important;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    outline:none;
    box-shadow: none;
    background: 0 0;
}

form.requestForm .iti--allow-dropdown input::placeholder, form.requestForm .iti--allow-dropdown input[type=text]::placeholder{
    color:#1D2E50;
}

.CallMeAction  .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.CallMeAction  .iti--allow-dropdown input, .CallMeAction .iti--allow-dropdown input[type=text], .CallMeAction .iti--allow-dropdown input[type=tel], .CallMeAction .iti--separate-dial-code input, .CallMeAction .iti--separate-dial-code input[type=text], .CallMeAction .iti--separate-dial-code input[type=tel]{
    height:40px;
    font-size:14px;
    border-color:white!important;
    width:100%!important;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    outline:none;
    box-shadow: none;
    background: 0 0;
    color:white;
}
.CallMeAction  .iti--allow-dropdown input::placeholder, .CallMeAction .iti--allow-dropdown input[type=text]::placeholder{
    color:white;
}
.kvkk-info{
    display: flex;
    align-items: flex-start;
}
.kvkk-info>input{
    margin-top:4px;
}
form.requestForm label{
    font-size:14px;
    color:#1D2E50;
    margin-left:5px;
}
form.requestForm label>a{
    color:#42AAE1;
}
.contact-left>.contact-header>h2{
    font-size:36px;
    font-weight: 700;
    color:#1D2E50;
}
.contact-column{
    display: flex;
    flex-direction: column;
    margin-top:10px;
    margin-bottom: 20px;
    align-items: flex-start;
    padding-right:20px;
}
.contact-column>h3{
    font-size:18px;
    font-weight: 700;
    color:#1D2E50;
    margin-top:5px;
}
.contact-column>svg{
    height:28px;
    fill:#1D2E50;
}
.contact-column>a{
    text-decoration: none;
    margin-top:10px;
    font-size:16px;
    font-weight: 400;
    color: #1D2E50;
}
.contact-column>a:hover{
    color:#42AAE1;
}
.contact-column>ul{
    list-style: none;
    margin:10px 0px;
    padding:0px;
}
.contact-column>ul>li{
    font-size:16px;
    display: flex;
    margin-bottom:5px;
    align-items: center;
}
ul.contact-social{
    display: flex;
    width:100%;
    list-style: none;
    padding:0px;
    margin:10px 0px;
    flex-direction: column;
}
ul.contact-social>li{
    display: flex;
    width:100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:5px;
}
ul.contact-social>li>a{
    display: flex;
    align-items: center;
    width:100%;
    justify-content: flex-start;
    color:#1d2e50;
    font-size:16px;
    text-decoration: none;
}
ul.contact-social>li>a>span{
    display: flex;
    width:36px;
    height:36px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: #1D2E50;
    color:white;
    text-decoration: none;
    margin-right:5px;
}
form.contact-form{
    display: flex;
    width: 100%;
    border-radius: 10px;
    padding:30px;
    background-color:rgba(242,242,242,0.8);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .16);
    flex-direction: column;
}
form.contact-form>h4{
    font-size:24px;
    color:#1D2E50;
    font-weight: 700;
    margin-bottom:20px;
}
form.contact-form .form-str{
    padding:6px;
}
form.contact-form .form-str>input.form-control{
    height:40px;
    border-color:#1D2E50;
    color:#1D2E50;
    outline:none;
    box-shadow: none;
}
form.contact-form .form-str>input.form-control:focus{
    border-color:#42AAE1;
}
form.contact-form .form-str>textarea.form-control{
    height:100px;
    resize: none;
    border-color: #1D2E50;
    color:#1D2E50;
    outline:none;
    box-shadow: none;
}

form.contact-form .form-str>textarea.form-control:focus{
    height:100px;
    resize: none;
    border-color: #42AAE1;
    color:#1D2E50;
    outline:none;
    box-shadow: none;
}



form.contact-form  .iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
form.contact-form  .iti--allow-dropdown input, form.contact-form .iti--allow-dropdown input[type=text], form.contact-form .iti--allow-dropdown input[type=tel], form.contact-form .iti--separate-dial-code input, form.contact-form .iti--separate-dial-code input[type=text], form.contact-form .iti--separate-dial-code input[type=tel]{
    height:40px;
    font-size:14px;
    border-color:#1D2E50!important;
    width:100%!important;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
    outline:none;
    box-shadow: none;
    background: white;
    color:#1D2E50;
}
form.contact-form  .iti--allow-dropdown input:focus, form.contact-form .iti--allow-dropdown input[type=text]:focus, form.contact-form .iti--allow-dropdown input[type=tel]:focus, form.contact-form .iti--separate-dial-code input:focus, form.contact-form .iti--separate-dial-code input[type=text]:focus, form.contact-form .iti--separate-dial-code input[type=tel]:focus{
    border-color: #42AAE1!important;
}
form.contact-form  .iti--allow-dropdown input::placeholder, form.contact-form .iti--allow-dropdown input[type=text]::placeholder{
    color:#1D2E50;
}

form.contact-form label{
    font-size:14px;
    color:#1D2E50;
    margin-left:5px;
}
form.contact-form label>a{
    color:#42AAE1;
}
 .google-maps {
    position: relative;
    padding-bottom: 25%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.request-trigger{
    cursor:pointer;
}
.treatment-text-area>ul.treatment-list{
    display: flex;
    margin-top:4px;
    padding:0px;
    flex-direction: column;
    height:100%;
}
.treatment-text-area>ul.treatment-list>li{
    display: flex;
    margin-bottom: 12px;
}
.treatment-text-area>ul.treatment-list>li>a{
    color:#1D2E50;
    display: flex;
    align-items: center;
}
.treatment-text-area>ul.treatment-list>li>a:hover{
    color:#42AAE1;
    transition: all 300ms ease;
}
.treatment-text-area>ul.treatment-list>li>a::before{
    display: flex;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f111';
    color:#1D2E50;
    font-size:4px;
    margin-right: 5px;
}
.has-submenu .submenu>li{
    margin-bottom:5px;
}
.has-submenu .submenu>li>a{
    display: flex;
}
.has-submenu .submenu>li>a>i{
    font-size:6px;
    margin-top:10px;
    margin-right:5px;
}
.bg-blue{
    background: #ebf9ff;
    background: linear-gradient(180deg, rgba(235, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.whatsapp-icon {
    transform: rotate(0);
}
.whatsapp-icon, .whatsapp-icon:hover {
    width: 60px;
    bottom: 20px;
    right: 2%;
    z-index: 99999;
    font-size: 12px;
    box-shadow: 0 0 0px rgb(0 0 0 / 70%);
    border-radius: 50%;
    transition: .3s;
    position: fixed;
}
.whatsapp-icon>a>img {
    width: 100%;
}
.whatsapp-icon:hover {
    transform: rotate(45deg);
}