/*
        Theme Name: healthayu
        Theme URI : https://weblankan.com
        Author    :The weblankan Team
        Author URI:https://weblankan.com
        Description:test
        Version: 1.0
        Text Domain: healthayu

*/
:root {
    --main-color: #1f419b;
    --secondary-color-1: #7e8080;
    --secondary-color-2: #ffffff;
    --secondary-color-3: #3b3b3b;
    --main-font-1: 'Roboto', sans-serif;
    --main-font-2: 'Roboto', sans-serif;
    --main-font-3: 'Open Sans', sans-serif;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --animation-1: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .best-web img{
width: 80%;
    height: auto;
}
.best-web {
    position: fixed;
    right: 0;
    top: 70vh !important;
} 
}

.best-web{
position:fixed;
right:0;
top: 25%;
z-index: 99999999 !important;
}

.news-wrapper img,.banner {
height: 200px !important;
}
.inquiry-btn {
    color: #fff !important;
	padding: 0 !important;
}
.research-btn {
	color: #4c2a98;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 25px 5px 25px;
	border: 0;
}
.testi-img img {
border-radius: 50%;}
h1,h2,h3,h4,h5,h6{
    font-family:var( --main-font-1);
    
}
p,a{
    font-family:var( --main-font-1);
}
a:hover {

    text-decoration: none;
}
p{
    color: #686d71;
}
.btn:hover {
    color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
}
.wrapper {

    overflow: hidden;
}
.container-fluid{
    padding: 0;
}
.form-2 .form-control {
    background-color: #e2e2e2;
    
}
#hSubmit-id {
    background: #4c2a98;
    width: max-content;
    margin: 0 auto;
    padding: 7px 10px 10px 10px;
    color: #fff;
}
/*Header*/
.title-area::before {
    position: absolute;
    top: -56%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('assets/img/Rectangle 4.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.dropdown-item:focus, .dropdown-item:hover {
    
    background-color: #cbbdf2!important;
}
.main-title::after {
    position: absolute;
    content: '';
    bottom: -110%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('assets/img/Rectangle 4 copy.png');
    width: 100%;
    height: 100%;
}
.page-template-page-news .main-title,.page-template-page-treatment .main-title,.page-template-page-online-courses .main-title{
   
    font-size: 55px;
}
.page-template-page-treatment .title-area::before {
    
    top: -86%;
    
    background-size: cover;
}
.page-template-page-treatment .main-title::after {
    
    background-size: cover;
    height: 119%;
}
.sub-heading {
    font-size: 40px;
    color: #4c2a98;
    width: max-content;
}
.sub-heading1{
    font-size: 36px;
    color:#fff;
}

.happy-client {
 display: flex;
 justify-content: flex-end;
}
.sub-heading3 {
    font-size: 28px;
    color: #4c2a98;
    font-weight: 600;
}
.breadcrumb {
    background-color: #e9ecef00 !important;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 15%;
    z-index: 99;
}
.breadcrumb span {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}
.breadcrumb a {
    color: #fff;
}
.title-2 {
    margin: 0;
}
#header-sec-wrapper {
    color: #fff;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    top: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-logo {
    position: absolute;
    top: -63%;
}
.bg-light {
    background-color: #f8f9fa00 !important;
}
.con-main-wrp {
    display: flex;
    justify-content: flex-end;
}

.contact-info {
    background: #cbbdf2;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.con-main-wrp a {
    color: #333;
    font-weight: 500;
}
.container-1 {
    margin: 0 auto;
    width: 95%;
}
.header-logo {
    padding-right: 10px;
}
.contact-info.info1 {
    margin-right: 30px;
}
#navbarSupportedContent {
    justify-content: flex-end;
}
#navbarSupportedContent .nav-link {
    color: #666;
    font-weight: 500;
    font-size: 18px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    
    color: #333 !important;
    font-weight: 600 !important;
}
#navbarSupportedContent .nav-link {
    padding-right: 0.5rem;
    padding-left: 2.5rem!important;
}
/*Buttons*/
.Explore a {
    color: #fff;
    font-weight: 500;
}
.hvr-shutter-out-horizontal {
    
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    /* transform: scaleX(1); */
    border-radius: 14px;

}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d1aa67;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4c2a98;
}
/*Home*/
#home-sec-1 {
    background: #f5ede3;
}
.cc {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/slider-1.png');
    clip-path: polygon(0 0, 100% 0, 100% 100%, 99% 100%, 0 70%);
}
#rev_slider_1_1_forcefullwidth {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 99% 100%, 0 70%);
}
#home-sec-2 {
    background: #f5ede3;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 99% 100%, 0 70%);
    position: relative;
}
#home-sec-2 p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-center1{
    margin: 0 auto;
}
.Explore {
    background: #4c2a98;
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px 5px 30px;
    border-radius: 15px;
}
.e-wrapper1.wrap1 .Explore a {
    color: #4c2a98;
    
}
#home-sec-2 .container {
    padding-bottom: 400px;
}
#home-sec-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 412px;
    height: 616px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/spa.png');
}
#home-sec-2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 355px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/leave 2.png');
}
.e-wrapper1 {
    width: 50%;
    position: relative;
    text-align: center;
    min-height: 400px;
}
.e-wrapper1.wrap1:hover {
    background: #3a1e79;
}
.e-wrapper1.wrap1 .Explore a:hover{
    color: #fff;
}
.wrap2 {
    position: absolute;
    top: 10%;
    right: 7%;
    background: #fff;
}
.e-inner1 p {
    margin-bottom: 50px;
}
.wrap1{
    background: #4c2a98;
}
.e-inner1 {
    padding: 40px 100px 40px 100px;
}
.wrap1 .e-inner1 p,.wrap1 .e-inner1 h2{
   color: #fff;
}
.wrap2 .e-inner1 h2{
   color: #4c2a98;
}
.wrap1 .Explore {
    background: #fff;
    
    color: #4c2a98;
}
#home-sec-3 {
    margin-top: -17%;
}
#home-sec-4{
   background-image: url('assets/img/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home-sec-4 .container {
    padding-top: 38%;
    padding-bottom: 4%;
}
#home-sec-4 {
    background-image: url('assets/img/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -32%;
}
.counter {
    text-align: center;
    color: #fff;
}
.count-number {
    font-weight: bold;
    font-size: 40px;
}
.counter p {
    color: #fff;
    font-size: 25px;
}
.icon-wrapper {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.feature h4 {
    color: #4c2a98;
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 6px;
}
.feature img {
    animation: pulse 1s infinite;
}
.why-choose {
    background: #4c2a98;
    display: flex;
align-items: center;
justify-content: center;
}
.why-choose h2 {
    color: #fff;
}
.why-choose .line1::before,.why-choose .line1::after {
    
    background: #fff;
}
.team-wrapper img {
    width: 80% !important;
    margin: 0 auto;
}
#home-sec-5 p {
    text-align: center;
    padding-top: 4%;
    padding-bottom: 2%;
}
.team-wrapper {
    text-align: center;
}
.team-wrapper p {
    font-weight: 500;
    margin-top: -18px;
    color: #979696;
    font-size: 17px;
    min-height: 90px;
}
.team-wrapper h6 {
    color: #4c2a98;
    padding-top: 20px;
    font-size: 25px;
    padding-bottom: 10px;
}
#home-sec-5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 302px;
    height: 606px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/spa-2.png');
}
#home-sec-5 {
    background: #f5ede3;
    position: relative;
}

#home-sec-5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
    height: 840px;
    background-image: url('assets/img/background7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home-sec-6 {
    background-image: url('assets/img/client-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
#home-sec-6::after {
    content: '';
    position: absolute;
    bottom: -7%;
    right: 0;
    width: 744px;
    height: 287px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('assets/img/clientback2.png');
}
#home-sec-6 .container {
    padding-top: 100px !important;
    padding-bottom: 200px !important;
}
#home-sec-6 h2 {
    color: #fff;
}
#home-sec-6 .line1::before,#home-sec-6 .line1::after{
    background-color: #fff;
}
.client-wrapper img {
    width: 20% !important;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.client-wrapper {
    padding-top: 80px;
}
.client-wrapper p {
    color: #fff;
    width: 84%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.fa.fa-quote-left {
    position: absolute;
    left: 0;
    font-size: 30px;
}
.fa.fa-quote-right {
    position: absolute;
    right: 0;
    font-size: 30px;
    bottom: 19%;
}
.client-wrapper {
    padding-top: 80px;
    color: #fff;
    text-align: center;
}
.news-back {
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.container3 {
    margin: 0 auto;
    width: 93%;
    padding-top: 70px;
}
.wrap-news a {
    color: #333;
    font-size: 18px;
}
.wrap-news h5{
    padding-top: 20px;
}
.news-wrapper {
    padding-top: 50px;
}
#home-sec-7 {
    background-image: url('assets/img/Vector Smart Object22.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.blog-inner::after {
    position: absolute;
    bottom: 0;
    content: '';
    background-image: url('assets/img/black-back.png');
    height: 104%;
    width: 100%;
    right: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*contact us*/
.contact-info .fa.fa-phone,.contact-info .fa.fa-envelope {
    color: #333;
    
}
.sub-page-header {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.shape::after {
    position: absolute;
    content: '';
    background: #4c2a98;
    top: 0;
    right: 0;
    width: 900px;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.shape{
     position: relative;
     z-index: 99;
}
.page-title {
    position: absolute;
    top: 45%;
    z-index: 99;
}
#contact-sec-1 {
    background: #f5ede3;
}

.colors::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #4c2a98;
    top: 0;
    left: 0;
    z-index: -1;
}
.colors{
    position: relative;
}
.colors::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f4f4f4;
    top: 0;
    right:  0;
    z-index: -1;
}
.form-control {
    
    background-color: #604895;
    border: 1px solid #ced4da00;
    border-radius: 0.00001rem !important;
    
}
#slider-client .owl-dots .owl-dot.active span,#slider-client  .owl-dots .owl-dot:hover span {
    background: #4c2a98!important;
}
#Submit-id {
    background: #37197a;
    width: max-content;
    padding: 5px 30px 5px 30px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: -20px;
    position: relative;
    color: #fff;
}
.c-form-info {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.c-form-info p,.c-form-info a {
    color: #9a9a9a;
    font-weight: 500;
}
.c-form-info p {
    margin: 0;
    
}
.fa.fa-map-marker,.fa.fa-phone,.fa.fa-envelope {
    color: #9a9a9a;
    padding-right: 10px;
    font-size: 24px;
}
.p80 {
    padding-left: 80px;
}
#contact-sec-2 .sub-heading1 {
    font-size: 25px;
    padding-bottom: 20px;
}
.main-title {
    color: #fff;
    font-size: 65px;
}
/*Footer*/
.page-template-page-contactus .footer-sec-1,.page-template-page-blog .footer-sec-1,.single-ayu_bolg .footer-sec-1 {
    margin-top: 12%;
} {
    margin-top: 12%;
}

.footer-sec-2 {
    background: #4c2a98;
}
.social-logo {
    width: 7%;
    margin-right: 5px;
}
.c-wrap-footer1 {
    border-radius: 40px;
    box-shadow: 0px 0px 7px 0px #0000003b;
    padding: 20px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    bottom: 15%;
}
.c-wrap-footer {
    display: flex;
    background: #fff;
}
.form-1 label {
    color: #fff;
}
.footer-sec-2 ul {
    list-style: none;
    padding: 0;
}
.footer-sec-2 ul li a {
    color: #fff;
    font-size: 15px;
}
.footer-sec-2,.footer-sec-2 p {
    color: #fff;
    font-size: 15px;
}
.footer-sec-1 {
    margin-bottom: -3%;
    position: relative;
    z-index: 9999999;
}
.footer-sec-2 .container {
    padding-top: 110px;
    padding-bottom: 30px;
}
.whtsapp {
    text-align: center;
    color: #4c2a98;
    letter-spacing: 20px;
    font-size: 46px;
    font-weight: bold;
}
.breadcrumb {
    
    background-color: #e9ecef00!important;
    
}
.f-info {
    display: flex;
    align-items: baseline;
}
.hotline {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.inqire {
    background: #4c2a98;
    padding: 9px 35px 9px 35px;
    border-radius: 20px;
    width: max-content;
}
.inqire a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.hotline a {
    color: #4c2a98;
    font-size: 26px;
    font-weight: 600;
    padding-left: 5px;
}
.hotline h4 {
    color: #4c2a98;
    font-size: 34px;
}
.w-logo1 {
    text-align: right;
}
.f-info h5 {
    font-weight: 400;
    font-size: 15px;
}
.f-info p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-left: 2px;
}
#footer-credit h6 {
    color: #4c2a98;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.footer-sec-2 h4 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 14px;
}
.social-media {
    margin-top: 50px;
}
.footer-sec-2 h4::after {
    content: '';
    position: absolute;
    bottom: -17%;
    height: 2px;
    width: 44px;
    background: #fff;
    left: 0;
}
/*About Us*/
.line1::after {
    content: '';
    position: absolute;
    bottom: -28%;
    right: 0;
    width: 100px;
    height: 3px;
    background: #4c2a98;
}
.line1::before {
    content: '';
    position: absolute;
    top: -28%;
    left: 0;
    height: 3px;
    width: 100px;
    background: #4c2a98;
}
.line1{
    position: relative;
}
.about-back {
    background-image: url('assets/img/aboutback.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.vm-wrapper img {
    width: 15%;
}
.sub-title {
    color: #4c2a98;
    font-size: 24px;
    font-weight: 400;
}
.about-wrapper {
    background: #fff;
    margin-left: -6%;
    margin-top: 5%;
    margin-bottom: 10%;
    padding: 190px 20px 190px 120px;
        padding-right: 20px;
    padding-right: 20px;
    padding-right: 31%;
}
.about-inner {
    
  
    position: relative;
}
.about-inner::before {
    content: '';
    position: absolute;
    top: -25%;
    width: 3px;
    height: 22%;
    background: #4c2a98;
    left: 10%;
}
.about-inner::after {
    content: '';
    position: absolute;
    bottom:-25%;
    width: 3px;
    height: 22%;
    background: #4c2a98;
    left: 10%;
}
.border1 {
    position: absolute;
    top: -25%;
    bottom: 0;
    right: -10%;
    height: 150%;
    width: 3px;
    background: #4c2a98;
}
.border2 {
    position: absolute;
    background: #4c2a98;
    top: -25%;
    left: 10%;
    right: 0;
    width: 100%;
    height: 3px;
}
.border3 {
    position: absolute;
    background: #4c2a98;
    bottom: -25%;
    left: 10%;
    right: 0;
    width: 100%;
    height: 3px;
}
#about-sec-1 {
    background: #f5ede3;
    position: relative;
}
#about-sec-1 .leave2::after,#education-sec-1 .leave2::after,#Treatment-sec-1 .leave2::after {
    
    bottom: 40px;
}
#about-sec-1 .leave1::after,#education-sec-1 .leave1::after,#medical-sec-1 .leave1::after,#Treatment-sec-1 .leave1::after {
   
    top: 90px;
}
#about-sec-3 {
    background-image: url('assets/img/abou-back2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5ede3;
    margin-top:-7%;
}
#about-sec-3 .container {
    padding-top: 11%;
    padding-bottom: 11%;
}
.leave1{
    position: relative;
}
.leave1:after {
    position: absolute;
    content: '';
    background-image: url('assets/img/leave1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 218px;
    height: 213px;
    top: 260px;
    left: 0;
}
.leave2{
    position: relative;
}
.leave2::after {
    position: absolute;
    content: '';
    background-image: url('assets/img/leave 2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 190px;
    height: 355px;
    bottom: 260px;
    right: 0;
}
#home-sec-7 .Explore {
   
    margin: unset;
    margin-top: 45px;
}
.main-news-wrapper .sub-heading {
    font-size: 20px;
    font-weight: 600;
}
.main-news-wrapper.line1::before {
    
    bottom: -28%;
    top: unset;
}
.main-news-wrapper.line1::after {
    
    left: 7%;
    right: unset;
    width: 190px;
    background: #bebdc1;
}
.blog {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-inner {
    position: relative;
}
.special-inner p {
    color: #fff;
    font-size: 18px;
    text-align: left!important;
}
.special-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 99;
}
.special-inner a {
    color: #fff;
    font-size: 24px;
}
#home-sec-8 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
#home-sec-8 {
    background: #744fc3;
}
#home-sec-8 .sub-heading {
   color: #fff;
}
#home-sec-8 .line1::before,#home-sec-8 .line1::after{
    background: #fff;
}
#home-sec-8 .container {
    padding-bottom: 12% !important;
}
/*Our Team*/
.page-template-page-team .footer-sec-1,.page-template-page-education .footer-sec-1 {
    
    margin-top: 7%;
}
#team-sec-1 {
    background: #f1e3d6;
    padding-bottom: 50px;
}
/*News & Events*/
.page-template-page-news .title-area::before,.page-template-page-online-courses .title-area::before{
   
    top: -89%;
    
}
.wrap-news6 h6 {
    color: #4c2a98;
    font-weight: 400;
}
.wrap-news6 {
    padding-bottom: 60px;
}
.wrap-blog6 {
    padding-bottom: 60px;
}
#news-sec-1 {
    background: #f1e3d6;
}
.wrap-news6 a {
    color: #4c2a98;
}
.wrap-blog6 a {
    color: #4c2a98;
}
.page-template-page-news .footer-sec-1 {
    margin-top: 7%;
}
.read-btn {
    color: #4c2a98;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
/*news single*/

#news-single-sec-1 .sub-heading {
    width: unset;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
}
.post-template-default.single .footer-sec-1 {
    margin-top: 7%;
}
/*Education*/

.edu-warpper p{
    color: #fff;
}
.edu-warpper {
    background: #4c2a98;
    color: #fff;
    padding: 60px;
    min-height: 350px;
}
#pills-home-tab {
    color: #4c2a98;
    background-color: #fff;
    text-transform: uppercase;
   letter-spacing: 2px;
    padding: 5px 25px 5px 25px;
}
#pills-home-tab:hover {
    background: #d1aa67;
    color: #fff;
}
.edu-warpper .nav-pills .nav-link {
    border-radius: 0rem;
}
.edu-back {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#education-sec-1 {
    background: #f5ede3;
    position: relative;
}
.reserch {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tab-content {
    display: block;
    background: #f5ede3;
}
.inqiry {
    background: #4c2a98;
    width: max-content;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px 5px 30px;
    text-transform: uppercase;
}
.inqiry.hvr-shutter-out-horizontal:hover:hover::before, .inqiry.hvr-shutter-out-horizontal:hover:focus::before, .inqiry.hvr-shutter-out-horizontal:hover:active::before {
   
    border-radius: 0;
}
.inqiry a{
     color: #fff;
}
.r-inner:nth-child(2n) {
    flex-direction: row-reverse;
}
.inner-research {
    padding: 70px;
}
.inner-research h4 {
    color: #4c2a98;
}
.news-item-pagi.pagination {
    
    justify-content: center;
}
/*.main-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: max-content;
    height: 100px;
    background: red;
    width: 400px;
    background-image: url('assets/img/Rectangle 4.png');
}
.main-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 280px;
    background-image: url('assets/img/Rectangle 4.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}*/
.news-item-pagi .page-numbers.current {
    color: #fff;
    background: #4c2a98;
}
.news-item-pagi .page-numbers {
    
    color: #17415c;
    
    padding: 10px 18px;
    border-radius: 50%;
}
#Treatment-sec-1 p {
    text-align: center;
}
.treatment-img {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.clr-bx-1 {
    background: #f5ede3;
    display: flex;
    align-items: center;
}
.teatment {
    padding: 20px 150px 20px 150px;
    position:relative;
}
.pline1 {
    position: absolute;
    top: -13%;
    left: 20%;
    background: #4c2a98;
    width: 66%;
    height: 2px;
}
.pline2 {
    position: absolute;
    top: -13%;
    bottom: 0;
    right: 14%;
    width: 2px;
    height: 126%;
    background: #4c2a98;
}
.pline3 {
    position: absolute;
    bottom: -13%;
    width: 66%;
    height: 2px;
    background: #4c2a98;
    left: 20%;
}
.pline4 {
    position: absolute;
    background: #4c2a98;
    top: -13%;
    left: 20%;
    height: 16%;
    width: 2px;
}
.pline5 {
    position: absolute;
    background: #4c2a98;
    bottom: -13%;
    left: 20%;
    width: 2px;
    height: 15%;
}
.teatment .Explore {
    background: #4c2a98;
    width: max-content;
    margin: unset;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px 5px 30px;
    border-radius: 0;
}
.common-wrap h3,.common-wrap h4{
    color:#4c2a98;
}
.common-wrap h6{

}
.common-wrap h6 {
    font-size: 23px;
    color: #807e7e;
}
.common-wrap h3 {
    font-size: 30px;
}
.common-wrap h4 {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}
#education-sec-6 {
   
    padding-bottom: 120px;
}
#education-sec-4:hover .hvr-shutter-out-horizontal:hover::before,#education-sec-4:hover .hvr-shutter-out-horizontal:focus::before,
#education-sec-4:hover .hvr-shutter-out-horizontal:active::before,#education-sec-5:hover .hvr-shutter-out-horizontal:hover::before,#education-sec-5:hover .hvr-shutter-out-horizontal:focus::before,
#education-sec-5:hover .hvr-shutter-out-horizontal:active::before,#education-sec-6:hover .hvr-shutter-out-horizontal:hover::before,#education-sec-6:hover .hvr-shutter-out-horizontal:focus::before,
#education-sec-6:hover .hvr-shutter-out-horizontal:active::before  {
 
    border-radius: 0;
}
/*Medical*/
.medical-back::after {
    position: absolute;
    content: '';
    background-image: url('assets/img/mediacl-bck.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 363px;
    height: 243px;
    right: 0;
    bottom: 0;
}
.medical-back {
    position: relative;
}
#medical-sec-1 {
    background: #f5ede3;
}
.inner-medical {
    padding: 70px;
}
.inner-medical h4 {
    color: #4c2a98;
}
.medical {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.m-inner:nth-child(2n) {
    flex-direction: row-reverse;
}
.m-inner {
    background: #f5ede3;
}
/*online courses*/
.inner-course {
    padding: 70px;
}
.inner-course h4 {
    color: #4c2a98;
}
.course {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.c-inner:nth-child(2n) {
    flex-direction: row-reverse;
}
.c-inner {
    background: #f5ede3;
}
/*Treatments*/
.inner-treatment {
    padding: 70px;
}
.inner-treatment h4 {
    color: #4c2a98;
}
.treatment {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.t-inner:nth-child(2n) {
    flex-direction: row-reverse;
}
.t-inner {
    background: #f5ede3;
}
#Treatment-sec-1 {
    background: #f5ede3;
}
/*Blog Landing*/
.img-fluid.blog-img2 {
    border-radius: 50%;
    width: 20%;
    padding-right: 10px;
}
.wrap-blog h3 a {
    color: #4c2a98;
}
.blog-info {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.blog-info p {
    margin: 0;
    margin-bottom: 7px;
}
@media only screen and (max-width: 1610px) {
#slider-1-slide-1-layer-1,#slider-1-slide-3-layer-1,#slider-1-slide-2-layer-1,#slider-1-slide-4-layer-1 {
    margin-top: 40px !important;
}
#home-sec-5::before {
    
    width: 440px;
    height: 810px;
}
.c-wrap-footer1 {
    
    width: 70%;
}
.shape::after {
    
    left: 46%;
}
.breadcrumb {
    
    left: -17%;
}
.page-title {
  
    left: -15%;
}
#medical-sec-1 p {
    z-index: 99;
    position: relative;
}
#about-sec-3 .container {
   
    padding-bottom: 14%;
}
}
@media only screen and (max-width: 1536px) {
#home-sec-5 .container {
    width: 65%;
    
}
.c-wrap-footer1 {
    width: 75%;
}
#home-sec-2 .container {
    padding-bottom: 360px;
}
.teatment {
    padding: 20px 150px 20px 90px;
   
}
}
@media only screen and (max-width: 1440px) {
#slider-1-slide-1-layer-1, #slider-1-slide-3-layer-1, #slider-1-slide-2-layer-1, #slider-1-slide-4-layer-1 {
    margin-top: 40px !important;
    font-size: 21px !important;
    line-height: 27px !important;
}
#home-sec-8 .container {
    padding-bottom: 15% !important;
}
.c-wrap-footer1 {
    width: 80%;
}
}
@media only screen and (max-width: 1366px) {
    #home-sec-2::after {
    
    width: 372px;
    height: 576px;
}
#home-sec-2::after {
    width: 252px;
    height: 486px;
}
#home-sec-2 .container {
    padding-bottom: 400px;
}
#home-sec-3 {
    margin-top: -23%;
}
#home-sec-5::before {
    width: 370px;
    height: 720px;
}
#home-sec-6::after {
    
    bottom: -6%;
}
#home-sec-6 .container {
   
    padding-bottom: 140px !important;
}
.c-wrap-footer1 {
    width: 83%;
}
#about-sec-1 .leave1::after, #education-sec-1 .leave1::after, #medical-sec-1 .leave1::after, #Treatment-sec-1 .leave1::after {
    top: 200px;
}
#about-sec-1 .leave2::after, #education-sec-1 .leave2::after, #Treatment-sec-1 .leave2::after {
    bottom: 0px;
}
.leave2::after {
   
    width: 140px;
    height: 325px;
}

.border3 {
    
    bottom: -16%;
}
.border2 {
   
    top: -16%;
}
.about-inner::before {
    
    top: -16%;
    height: 14%;
}
.about-inner::after {
    
    bottom: -16%;
    height: 14%;
}
.about-wrapper {
   padding: 140px 20px 140px 120px;
    padding-right: 23%;
}
.border1 {
    
    top: -16%;
    height: 132%;
}
#about-sec-3 .container {
    padding-bottom: 16%;
}
#medical-sec-1 .leave1::after{
    top: 120px!important;
}
.page-template-page-contactus .footer-sec-1{
    margin-top: 17%;
}
#education-sec-1 .leave1::after{
    top: 100px!important;
}
.page-template-page-news .main-title, .page-template-page-treatment .main-title {
    font-size: 50px;
}
}
@media only screen and (max-width: 1280px) {
.c-wrap-footer1 {
    width: 88%;
}
#about-sec-1 p {
    position: relative;
    z-index: 99;
}
.page-template-page-treatment .page-title {
    left: -23%;
}
.page-template-page-treatment .breadcrumb {
    left: -26%;
}
.teatment {
    padding: 20px 130px 20px 70px;
}
#education-sec-6 {
    padding-bottom: 140px;
}

}
@media only screen and (max-width: 1024px) {
.c-wrap-footer1 {
    
    padding: 12px;
}
.hotline h4 {

    font-size: 26px;
}
.hotline a {
    
    font-size: 23px;
    
}
.c-wrap-footer1 {
    width: 93%;
}
#navbarSupportedContent .nav-link {
   
    padding-left: 1.8rem !important;
}
.main-title {
    
    font-size: 50px;
}
.sub-page-header {
    height: 600px;
   
}
.contact-info {
   
    padding: 4px 20px;
    
}
.con-main-wrp a {
    
    font-size: 14px;
}
.main-logo {
    
    top: -60%;
    width: 100px;
}
#header-sec-wrapper {
    
    padding-top: 13px;
    padding-bottom: 13px;
}
#slider-1-slide-1-layer-1, #slider-1-slide-3-layer-1, #slider-1-slide-2-layer-1, #slider-1-slide-4-layer-1 {
 
    margin-left: 30px !important;
}
#home-sec-2::after {
    width: 172px;
    height: 356px;
}
.e-inner1 {
    padding: 40px 80px 40px 60px;
}
#home-sec-3 {
    margin-top: -33%;
}
#home-sec-4 {
    
    margin-top: -36%;
}
#home-sec-4 .container {
    padding-top: 48%;

}
#home-sec-5::before {
    width: 290px;
    height: 660px;
}
#home-sec-6 {
   
    background-position: inherit;
    
}
.blog-inner::after {
    
    height: 100%;
   background-size: cover;
    
}
#home-sec-8 .container {
    padding-bottom: 19% !important;
}
.shape::after {
    left: 43%;
}
.sub-heading {
    font-size: 36px;
   
}
.edu-warpper {
   
    padding: 30px;
    min-height: 290px;
}
.teatment {
    padding: 20px 60px 20px 30px;
}
.pline2 {
    
    right: 10%;
    
}
.pline1,.pline3 {
   
    width: 70%;
   
}
.inner-research {
    padding: 40px;
}
.page-template-page-news .main-title, .page-template-page-treatment .main-title {
    font-size: 39px;
}
.page-template-page-treatment .main-title::after {
    
    height: 113%;
}
}
@media only screen and (max-width: 990px) {
.main-logo {
    top: -69%;
}
.f-info h5 {
    
    min-width: 24%;
}
#home-sec-2 p {
    width: 84%;

}
#header-sec-wrapper {

    padding-bottom: 27px;
}
#home-sec-4 {
    margin-top: -48%;
}
#home-sec-4 .container {
    padding-top: 55%;
}
#home-sec-4 h2 {
    width: unset;
    padding: 20px;
}
#home-sec-4 .line1::before {
    
    top: 0;
   
}
#home-sec-4 .line1::after{
    bottom:0;
}

#home-sec-5::before {

    height: 760px;

}
#home-sec-6::after {
    bottom: -2%;
}
#home-sec-6::after {
    width: 564px;
    height: 217px;
}
.container3 {
   
    padding-top: 10px;
}
#home-sec-7 .Explore {
    margin: 0 auto;
}
.blog.wrapper {
    margin-bottom: 20px;
}
.footer-sec-1 .inqire {
    
    margin: 0 auto;
}
.whtsapp {
   
    letter-spacing: 18px;
    font-size: 38px;
}
.footer-sec-1 {
    margin-bottom: -7%;
    
}
#home-sec-8 .container {
    padding-bottom: 23% !important;
}
.about-wrapper {
    
    margin-left: -6%;
   padding-right: 16%;
}
.m-10{
    margin-bottom: 30px;
}
#about-sec-3 .container {
    padding-bottom: 23%;
}
.social-media {
    margin-top: 12px;
    margin-bottom: 12px;
}
.social-logo {
    width: 10%;
    margin-right: 5px;
}
.teatment {
    padding: 130px 120px 130px 120px;
}
.pline2 {
    
    top: 10%;
    bottom: 0;
    right: 10%;
   height: 80%;
}
.pline4 {
    
    top: 10%;
    height: 12%;
  
}
.pline1 {
    
    top: 10%;
    left: 20%;
}
.pline3 {
    
    bottom: 10%;
    width: 70%;
    height: 2px;
   
    left: 20%;
}
.pline5 {
   
    bottom: 10%;
    left: 20%;
    width: 2px;
    height: 12%;
}
.page-template-page-news .main-title, .page-template-page-treatment .main-title, .page-template-page-online-courses .main-title {
    font-size: 48px;
}
.course {
    height: 480px;
    
}
.page-template-page-contactus .footer-sec-1, .page-template-page-blog .footer-sec-1 {
    margin-top: 17%;
}
 .single-ayu_bolg .footer-sec-1 {
    margin-top: 20%;
}
.page-template-page-news .footer-sec-1 {
    margin-top: 12%;
}
.post-template-default.single .footer-sec-1 {
    margin-top: 15%;
}
.page-template-page-contactus .footer-sec-1{
    margin-top: 23%;
}
.navbar-collapse.collapse.show {
    
    background-image: url('assets/img/mobile-back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-logo {
    position: relative;
   
}
#header-sec-wrapper {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 768px) {
#rev_slider_1_1_forcefullwidth {
    margin-top: 72px !important;
}
#header-sec-wrapper {
    
    top: 0;
}
#home-sec-3 {
    margin-top: -45%;
}
#home-sec-4 {
    margin-top: -56%;
}
#home-sec-4 .container {
    padding-top: 61%;
}
#home-sec-5::before {
    width: 260px;
    height: 690px;
}
#home-sec-8 .container {
    padding-bottom: 30% !important;
}

#about-sec-3 .container {
    padding-bottom: 30%;
}
#about-sec-3 .leave2::after,#about-sec-3 .leave1::after{
 
    display: none;
}
.shape::after {
    left: 36%;
}
.page-template-page-news .main-title, .page-template-page-treatment .main-title, .page-template-page-online-courses .main-title {
    font-size: 38px;
}
#team-sec-1 {

    padding-bottom: 110px;
}
.page-template-page-contactus .footer-sec-1, .page-template-page-blog .footer-sec-1 {
    margin-top: 22%;
}
#contact-sec-2 .p80 {
    padding-left: 30px;
}
.page-template-page-contactus .footer-sec-1 {
    margin-top: 30%;
}
.post-template-default.single .footer-sec-1 {
    margin-top: 22%;
}
.single-ayu_bolg .footer-sec-1 {
    margin-top: 28%;
}

#about-sec-1 .leave1::after, #education-sec-1 .leave1::after, #medical-sec-1 .leave1::after, #Treatment-sec-1 .leave1::after {

    display: none;

}
#about-sec-1 .leave2::after, #education-sec-1 .leave2::after, #Treatment-sec-1 .leave2::after {
    bottom: 0px;
    display: none;
}
.medical-back::after {
    
    display: none;
}
}
@media only screen and (max-width: 500px) {
.main-logo {
    top: 27%;
    width: 60px;
}
#rev_slider_1_1_forcefullwidth {
    margin-top: 92px !important;
}
#slider-1-slide-1-layer-1, #slider-1-slide-3-layer-1, #slider-1-slide-2-layer-1, #slider-1-slide-4-layer-1 {
    
    display: none;
}
#home-sec-2::before,#home-sec-2::after{
   
    display: none;
}
.sub-heading {
    font-size: 26px;
}
#home-sec-2 p {
    width: 100%;
}
.e-wrapper1 {
    width: 100%;
    
}
.e-inner1 {
    padding: 10px;
}
.wrap2 {
    position: relative;
    top: 4%;
    right: 0;
  
}
#home-sec-3 {
    margin-top: -84%;
}
#home-sec-4 {
    margin-top: -196%;
}
#home-sec-3 {
    margin-top: -83%;
}
#home-sec-4 .container {
    padding-top: 211%;
}
.reverse-item{
    flex-direction: column-reverse;
}
.why-choose {
    
    padding: 20px;
       
}
.feature h4 {
    
    font-size: 15px;
    
}
#home-sec-5 p {
    
    position: relative;
    z-index: 99;
}
#home-sec-5::before {
    width: 120px;
    height: 750px;
}
#home-sec-6::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000085;
    width: 100%;
    height: 100%;
    content: '';
}
#home-sec-6::after {
    bottom: -2%;
}
#home-sec-8 .container {
    padding-bottom: 30% !important;
    padding-top: 10px !important;
}
.shape::after {
    
    display: none;
}
.sub-page-header {
    height: 380px;
}
.about-wrapper {
    margin-left: -21%;
}
.whtsapp {
    letter-spacing: 0;
    font-size: 28px;
}
.w-logo1 {
    text-align: center;
}
.footer-sec-1 {
    margin-bottom: -18%;
}
.testi-img {
    width: 30%;
    padding-bottom: 20px;
}
#about-sec-3 .container {
    padding-bottom: 55%;
}
.page-title {
    left: 10%;
    top: -220px;
}
.breadcrumb {
    left: 7%;
}
.mobile-10{
   margin-bottom: 20px; 
}
#education-sec-2 .m-10 {
    margin-bottom: 0;
}
.edu-back {
    height: 300px;
}
.m-b-0{
    margin-bottom: 0px!important;
}
.m-t-0{
    margin-top:0px!important;
}
.edu-warpper {
    
    min-height: 260px;
}
.teatment {
    padding: 100px 70px 100px 40px;
}
.pline4 {
    top: 7%;
    height: 7%;
}
.pline5 {
    bottom: 7%;
    height: 7%;
}
.pline1 {
    top: 7%;
    left: 20%;
}
.pline3 {
    bottom: 7%;
    width: 70%;
}
.pline2 {
    top: 7%;
    
    height: 86%;
}
.treatment-img {
    height: 290px;
}
.reserch {
    height: 210px;
}
#education-sec-6 {
    padding-bottom: 220px;
}
.medical {
    height: 240px;
    
}
.inner-medical {
    padding: 30px;
}
.main-title {
    font-size: 35px;
    text-shadow: 2px 2px 4px #000;
}
#team-sec-1 {
    padding-bottom: 160px;
}
.wrap-blog h3 {
    margin-top: 20px;
}
.page-template-page-contactus .footer-sec-1, .page-template-page-blog .footer-sec-1 {
    margin-top: 42%;
}

.wrap-blog6 a {
  
    font-size: 22px;
}
.single-ayu_bolg .footer-sec-1 {
    margin-top: 57%;
}
.page-template-page-news .footer-sec-1 {
    margin-top: 33%;
}
.post-template-default.single .footer-sec-1 {
    margin-top: 40%;
}
.colors::after {
    
    width: 100%;
}
.c-form-info p, .c-form-info a {
    color: #fff;
    
}
.p-b-0{
    padding-bottom: 0px!important;
}
.p-t-0{
    padding-top: 0px!important;
}
#contact-sec-2 .fa.fa-map-marker,#contact-sec-2 .fa.fa-phone,#contact-sec-2 .fa.fa-envelope {
    color: #fff;
    padding-right: 10px;
    font-size: 24px;
}
.course {
    height: 280px;
}
.inner-course {
    padding: 30px;
}
.page-template-page-treatment .page-title {
    left: 8%;
}
.page-template-page-treatment .breadcrumb {
    left: 5%;
}
.treatment {
    height: 250px;
}
.inner-treatment {
    padding: 30px;
}
.con-main-wrp a {
    font-size: 12px;
}

.page-template-page-contactus .footer-sec-1{
    margin-top: 59%;
}
}
@media only screen and (max-width: 375px) {
.page-template-page-news .main-title, .page-template-page-treatment .main-title, .page-template-page-online-courses .main-title {
    font-size: 35px;
}
.page-template-page-contactus .footer-sec-1{
    margin-top: 61%;
}
.contact-info.info1 {
    margin-right: 18px;
}
}
@media only screen and (max-width: 320px) {
.f-info h5 {
    min-width: 22%;
}
}