@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
    .mobile-header{
        padding:0px!important;
        z-index: 9999999991;
    }
    .mobile-header-top{
        display: flex;
        justify-content: space-between;
    }
    .mobile-header-top>ul.headersocial, .mobile-header-top>ul.header-lang{
        width:50%;
        flex-shrink: 0;
    }
	.header-bottom{
        background-color:white;
        box-shadow: 0px 3px 8px rgba(0,0,0,.16);
        padding-top:5px;
        padding-bottom:5px;
        display: flex;
        justify-content: space-between;
        position:relative;
    }
    button.btn.btn-request{
        display: flex;
        width:40px;
        height:40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border:1px solid #1D2E50;
        border-radius: 4px;
        padding:0px;
        margin-right:20px;
    }
    button.btn.btn-request>svg{
        height: 21px;
        fill:#1D2E50;
    }
     button.btn.btn-request:focus{
        display: flex;
        width:40px;
        height:40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #42AAE1;;
        border:1px solid #42AAE1;;
        border-radius: 4px;
        padding:0px;
        transition: all 300ms ease;
    }
    button.btn.btn-request:focus>svg{
        height: 21px;
        fill:white;
        transition: all 300ms ease;
    }
    button.btn.btn-menu{
        display: flex;
        width:40px;
        height:40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border:1px solid #1D2E50;
        border-radius: 4px;
        padding:0px;
        margin-left:20px;
        position: absolute;
        right:10px;
    }
    button.btn.btn-menu>svg{
        height: 14px;
        fill:#1D2E50;
    }
     button.btn.btn-menu:focus{
        display: flex;
        width:40px;
        height:40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #42AAE1;;
        border:1px solid #42AAE1;;
        border-radius: 4px;
        padding:0px;
        transition: all 300ms ease;
    }
    button.btn.btn-menu:focus>svg{
        height: 16px;
        fill:white;
        transition: all 300ms ease;
    }
    a.mobile-logo{
        display: flex;
        width:100%;
        flex-shrink: 0;
        justify-content: center;
        margin-top:3px;
    }
     a.mobile-logo>img{
        height:40px;
     }
     .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: 100%;
        z-index: 999999999;
        padding: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms ease;
    }
     .leftform.open {
        position: fixed;
        right: 0%;
        top: 0px;
        width: 100%;
        z-index: 999999999;
        transition: all 500ms ease;
    }
    .home-about {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .form-header {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        margin-top: 70px;
    }
    .home-about-img {
        width: 100%;
        border-radius: 60px 0px 60px 60px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .home-intro>h1 {
        font-size: 24px;
        color: #1D2E50;
        font-weight: 600;
        margin-bottom: 30px;
        text-align: center;
    }
    .home-intro>p {
        font-size: 16px;
        font-weight: 400;
        color: #1D2E50;
    }
    .home-intro>a.btn-dark-blue {
        width: 270px;
        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;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .treatments-area {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .treatments-area .col-6{
        padding:5px;
    }
    .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 15px;
        margin-bottom: 5px;
        flex-direction: column;
        overflow: hidden;
        align-items: center;
        min-height: 262px;
    }
    .treatment-info {
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: 222px;
        justify-content: space-between;
    }
    .treatment-box .treatment-header {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        align-items: center;
        z-index: 9;
        flex-direction: column;
    }
    .treatment-box .treatment-header>a {
        color: #1D2E50;
        padding-left: 0px;
        margin: 0px;
        width: 100%;
        text-decoration: none;
        flex-shrink: 0;
        margin-top: 10px;
    }
    .treatment-box .treatment-header>a>h3{
        text-align: center;
        padding:0px 5px;
    }
    .treatment-text-area{
        display: none;
    }
    .treat-str{
        position: relative;
    }
    .treatment-info .btn.btn-treatment{
        background-color:#42AAE1;
        display: flex;
        width:100%;
        height:40px;
        align-items: center;
        justify-content: center;
        font-size:12px;
        color:white;
        border-radius: 8px;
        margin-top:10px;
        padding: 0px 5px;
    }
    ul.mobile-treatlist {
        list-style: none;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 97%;
        min-height: 200px;
        background-color: white;
        z-index: 99;
        border-radius: 8px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0); 
        transform-origin: top; 
        transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s;
    }
    ul.mobile-treatlist.open {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }
    ul.mobile-treatlist>li{
        display: flex;
        width:100%;
        margin-bottom:8px;
    }
    ul.mobile-treatlist>li>a{
        display: flex;
        width: 100%;;
        text-decoration: none;
        color:#1D2E50;
        font-size:14px;
        font-weight: 500;
        align-items: center;
    }
    ul.mobile-treatlist>li>a::before{
        font-family: "Font Awesome 5 Free";
        content: "\f111";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        font-size:4px;
        margin-right:5px;
    }
    ul.mobile-treatlist>li>a:hover, ul.mobile-treatlist>li>a:focus{
        color:#42AAE1;
        transition: all 33ms ease;
    }
    .treatment-box:hover .treatment-header>a>h3 {
        color: #1D2E50;
        transition-duration: .4s;
        transition: all .5s ease-in-out;
    }
    .clinik-gallery-area {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #ebf9ff;
        background: linear-gradient(180deg, rgba(235, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .blog-area {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    .footer-cta {
        display: flex;
        width: 100%;
        min-height: 200px;
        margin-top: -80px;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
        padding: 30px;
        background-color: #1d2e50;
        flex-direction: column;
    }
    .footer-cta>.CallAction {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        border: none;
        padding-right: 10px;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .footer-cta>.CallAction>.call-icon>svg {
        fill: white;
        height: 45px;
    }
    .footer-cta>.CallAction>a {
        display: flex;
        flex-direction: column;
        font-size: 21px;
        font-weight: 500;
        color: white;
        text-decoration: none;
        line-height: 26px;
        transition: all .3s ease;
    }
    .footer-cta>.CallMeAction {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        padding:10px;
        position: relative;
        z-index: 1;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-cta>.CallAction>a>span {
    font-size: 14px;
    font-weight: 600;
}
    .CallMeAction>.CallYou {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        flex-direction: column;
        color: #42AAE1;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 1px;
        align-items: center;
        margin-top: 20px;
        margin-bottom:30px;
    }
    .CallMeAction>form {
        display: flex;
        width: 100%;
        flex-shrink: 0;
    }
    .footer-logo {
        display: flex;
        margin-bottom: 40px;
        justify-content: center;
    }
    ul.footer-menu {
        list-style: none;
        display: flex;
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }
    ul.footer-treatment-menu>li {
        display: flex;
        width: 100%;
        padding-right: 10px;
        flex-shrink: 0;
        margin-bottom: 10px;
    }
    ul.footer-social {
        display: flex;
        list-style: none;
        justify-content: center;
        margin: 0px 0px 20px;
        padding: 0px;
    }
    .copyright {
        font-size: 14px;
        font-weight: 300;
        color: #1D2E50;
        display: flex;
        justify-content: center;
    }
    .mobile-bottom{
        padding:0px;
    }
    .mobile-bottom>ul{
        display: flex;
        width:100%;
        list-style: none;
        margin:0px;
        padding:0px;
        height:60px;
    }
    .mobile-bottom>ul>li{
        display: flex;
        width: 50%;
        flex-shrink: 0;
        height:60px;
    }
    .mobile-bottom>ul>li:last-child{
        border:none;
    }
    .mobile-bottom>ul>li>a.phone{
        background-color:#1D2E50;
        display: flex;
        align-items: center;
        justify-content: center;
        height:60px;
        width:100%;
        color:white;
        font-size:16px;
        font-weight: 500;
        text-decoration: none;
    }
    .mobile-bottom>ul>li>a.phone>svg{
        height:30px;
        margin-right:10px;
        fill:white;
    }
      .mobile-bottom>ul>li>a.whatsapp{
        background-color:#25D366;
        display: flex;
        align-items: center;
        justify-content: center;
        height:60px;
        width:100%;
        color:#075E54;
        font-size:16px;
        font-weight: 500;
        text-decoration: none;
    }
    .mobile-bottom>ul>li>a.whatsapp>svg{
        height:30px;
        margin-right:10px;
        fill:#075E54;
    }


     .rightmenu {
        position: fixed;
        left: 100%;
        top: 0px;
        height: 100vh;
        overflow-y: auto;
        background-color: white;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
        width: 100%;
        z-index: 999999999;
        padding: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms ease;
    }
     .rightmenu.open {
        position: fixed;
        left: 0%;
        top: 0px;
        width: 100%;
        z-index: 999999999;
        transition: all 500ms ease;
    }
    .rightmenu>ul{
        margin:90px 0px 0px;
        list-style: none;
        width:100%;
        display: flex;
        flex-direction: column;
        padding:0px
    }
    .rightmenu>ul>li{
        display: flex;
        width:100%;
        margin-bottom:8px;
    }
    .rightmenu>ul>li>a{
        text-decoration: none;
        font-size:16px;
        color:#1D2E50;
        font-weight: 400;
    }
    .dropdown-menu{
        border:none;
        width:100%;
        right:5px;
        left:5px;
    }
    .dropdown-submenu > .dropdown-toggle::after {
        display: block;
        font-family: "Font Awesome 5 Free";
        content: "\f0fe";
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        float: right;
        font-size:16px;
        border:none;
        margin-top:-2px;
        margin-right:0px;
    }
    .rightmenu>ul>li.dropdown{
        flex-direction: column;
    }
    .rightmenu>ul>li.dropdown>.dropdown-menu{
        position: relative!important;
    }
     .rightmenu>ul>li.dropdown>.dropdown-menu .dropdown-item{
        white-space: normal;
        display: flex;
        justify-content: space-between;
     }
     .dropdown-submenu .submenu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 20px;
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .dropdown-submenu .submenu.open {
        max-height: 500px; 
        padding-top: .5rem; 
        padding-bottom: .5rem;
    }
    .rightmenu .dropdown-item:focus, .rightmenu .dropdown-item:hover{
        background:none;
        color:#1D2E50;
    }
    .about-img {
        float: left;
        width: 100%;
        max-width: 400px;
        height: 480px;
        position: relative;
        overflow: hidden;
        border-radius: 20px 0px 20px 20px;
        margin-right: 25px;
        margin-bottom: 15px;
    }
    .PageTopinfo>h1 {
        color: white;
        font-size: 28px;
        font-weight: 700;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
        text-align: right;
        margin-bottom: 20px;
        width:100%;
    }
    .PageTopinfo>ul {
        display: flex;
        list-style: none;
        margin: 0px;
        padding: 0px;
        justify-content: flex-start;
    }
    .PageTopinfo>ul>li {
        display: flex;
        color: white;
        font-size: 11px;
    }
    .PageTopinfo>ul>li>a {
        text-decoration: none;
        color: white;
        font-size: 12px;
        font-weight: 300;
        display: flex;
        align-items: center;
    }
    .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';
    }
    .treatment-img {
        float: left;
        width: 100%;
        max-width: 400px;
        height: 350px;
        position: relative;
        overflow: hidden;
        border-radius: 20px 0px 20px 20px;
        margin-right: 35px;
        margin-bottom: 15px;
    }
    .PageTopinfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
        padding:0px 15px;
    }
    .contact-left>.contact-header>h2 {
        font-size: 30px;
        font-weight: 700;
        color: #1D2E50;
    }
    .google-maps {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden;
    }
    .rightmenu>ul.footer-social{
        flex-direction: row;
        justify-content: flex-start;
    }
    .rightmenu>ul.footer-social>li{
        width:40px;
    }
    .rightmenu>ul.footer-social>li>a{
        color:white;
    }
    .page-header {
        padding: 0px;
        height: 300px;
        position: relative;
        z-index: 0;
        margin-top: 0;
    }
    .page-header {
        padding: 0px;
        height: 200px;
        position: relative;
        z-index: 0;
        margin-top: 0px;
    }
    .treatment-text h2 {
        font-size: 24px;
        font-weight: 700;
    }
    .treatment-text h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .treatment-text h4 {
        font-size: 18px;
        font-weight: 700;
    }
    .treatment-text h5 {
        font-size: 16px;
        font-weight: 700;
    }
    .treatment-text h6 {
        font-size: 14px;
        font-weight: 700;
    }
    .treatments-str{
        background: #ebf9ff;
        background: linear-gradient(180deg, rgba(235, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }
    .legal-text {
        font-size: 13px;
        padding: 40px 20px 20px;
        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;
    }
    .cky-revisit-bottom-left{
        left:10px!important;
        right:auto;
        bottom:70px!important;
    }
}