/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #343148;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #F7CAC9;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
   /* max-width: 1366px;*/
}

.back-to-top {
    position: fixed;
    display: none;
    background: #2e2c40;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    background: #efc736f0;
}

.back-to-top:hover i {
    color: #343148;
}
	
.back-to-top i {
    color: #fff;
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background: #343148;
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #997a0a94
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    /*font-weight: 700;*/
    letter-spacing: 1px;
    transition: .5s;
    
}

.navbar .navbar-brand span {
    color: #faffd0;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: #ffffff;
}

.navbar .navbar-brand img {
    max-width: 100%;
   
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 18px 18px 18px 18px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(256, 256, 256, .1);
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 5px 60px;
        background: rgba(0, 0, 0, .45) !important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #343148 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #343148 !important;
    }
    
    .navbar .navbar-brand span {
        color: #ffffff;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #343148;
}

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    /*padding: 90px 0;
	background: #e2b194;*/
	background-repeat: no-repeat, repeat;
    overflow: hidden;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-text {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text h1 {
    color: #343148;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero .hero-text p {
    color: #343148;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-btn .btn {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e0d3b6;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.hero .hero-btn .btn:hover {
    color: #343148;
    background: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero .hero-text {
        padding: 0 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
	.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
}
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /*margin-bottom: 45px;*/
    padding: 115px 0 25px 0;
    text-align: center;
    background: #343148;
}
.page-header-midd {
    position: relative;
    margin-bottom: 45px;
    padding: 16px 0 16px 0;
    text-align: center;
    background: #dfb087;
}
.page-header h2, h1{
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 18px;
    color: #fff;
}

.page-header a:hover {
    color: #fefefe;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: #e0d3b6;
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e0d3b6;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #343148;
    background: #e0d3b6;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
    .page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 10px 0 10px 0;
    text-align: center;
    background: #343148;
}
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item:hover , 
.service .service-item.active, .btn, .service a:hover {
    background: #343148;
    color: #ffffff;
    
}
.service-item.active a {color: #ffffff;}
.service .service-icon {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service img {
    vertical-align: middle;
    border-style: none;
    z-index: 3;

}
.service .service-icon i {
    position: relative;
    font-size: 50px;
    color: #343148;
    z-index: 3;
}

.service .service-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #e0d3b6;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #e0d3b6;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
    color: #e0d3b6;
}

.service .service-item p {
    margin: 0;
    font-size: 16px;
}



/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
    position: relative;
    padding: 45px 0 15px 0;
}

.class #class-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.class #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
    background: #343148;
    color: #e0d3b6;
}

.class .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.class .class-wrap {
    position: relative;
    width: 100%;
}

.class .class-img {
    position: relative;
}

.class .class-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.class .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.class .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}

.class .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #e0d3b6;
}

.class .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.class .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #e0d3b6;
    border-radius: 40px;
    transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
    color: #e0d3b6;
    background: #343148;
}

.class .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.class .class-meta p {
    margin: 0;
    font-size: 14px;
}

.class .class-meta p i {
    margin-right: 5px;
    color: #343148;
}

.class .class-meta p:first-child {
    margin-right: 10px;
}



/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: linear-gradient(rgb(49 44 44), rgb(0 0 0 / 7%));
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.members {
    position: relative;
    width: 100%;
    margin: 25px 0;
    padding: 20px 0 35px 0;
    background: linear-gradient(rgb(49 44 44), rgb(0 0 0 / 7%));
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.members h3{color: #fff; margin-top: 30px;    position: relative;    font-size: 40px;    font-weight: 700;}
/**.discount .container {
    max-width: 750px;
    text-align: center;
}*/

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #343148;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #F32B56;
    font-size: 50px;
}

.discount .discount-text p {
    color: #454545;
}

.discount .discount-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e0d3b6;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.discount .discount-text .btn:hover {
    color: #343148;
    background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.price .price-header {
    padding: 30px;
    background: #e0d3b6;
    color: #343148;
}

.price .price-item.featured-item .price-header {
    background: #343148;
    color: #e0d3b6;
}

.price .price-status {
    margin-top: -30px;
    text-align: right;
}

.price .price-status span {
    position: relative;
    display: inline-block;
    height: 30px;
    right: -30px;
    padding: 7px 10px;
    text-align: center;
    color: #343148;
    font-size: 14px;
    line-height: 14px;
    background: #e0d3b6;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #e0d3b6;
}

.price .price-body {
    padding: 25px 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
    border: none;
}

.price .price-action {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
}

.price .price-action a.btn {
    margin-bottom: 30px;
    padding: 12px 20px;
    color: #343148;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background: #e0d3b6;
    transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
    color: #e0d3b6;
    background: #343148;
}

.price .price-item.featured-item .price-action a:hover {
    color: #343148;
    background: #e0d3b6;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #e0d3b6;
    background: #343148;
    opacity: 0;
}

.team .team-social a:hover {
    color: #343148;
    background: #e0d3b6;
}


.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 13px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #343148;
}

.testimonial .owl-item.center .testimonial-text h3 {
    color: #e0d3b6;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0d3b6;
}

.testimonial .owl-dot.active {
    background: #343148;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-text {
    position: relative;
    padding: 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 22px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343148;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-item a.btn:hover {
    color: #e0d3b6;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 150px;
    margin: 32px auto 0 auto;
    display: flex;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e0d3b6;
    background: #343148;
    font-size: 22px;
    transition: .3s;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #343148;
    background: #e0d3b6;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #e0d3b6;
    background: #343148;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    background: #343148;
    color: #e0d3b6;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .container {
    max-width: 900px;
}

.contact .contact-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact .contact-item i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    font-size: 25px;
    color: #343148;
    margin-bottom: 15px;
    border: 1px solid #e0d3b6;
    border-radius: 50px;
}

.contact .contact-item h2 {
    font-size: 25px;
    font-weight: 700;
}

.contact .contact-form {
    position: relative;
}

.contact .contact-form input {
    height: 45px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form textarea {
    height: 150px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e0d3b6;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #343148;
    background: #997a0a94;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343148;
    background: #F7CAC9;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #343148;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #F7CAC9;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #F7CAC9;
    background: #343148;
}

.single .comment-form .btn:hover {
    color: #343148;
    background: #F7CAC9;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F7CAC9;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #F7CAC9;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #343148;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #343148;
    background: #F7CAC9;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #F7CAC9;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #F7CAC9;
    background: #343148;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #000000;
}

.footer .container-fluid {
    padding: 90px 0 0 0;
    background: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url(../img/banner/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}
.logo{font-family: 'Firlands House Demo', cursive; font-size: 15px ! important;}

.footer .footer-info .footer-logo {
    display: inline-block;
    color: #ffffff;
    
    line-height: 20px;
	font-family: 'Firlands House Demo', cursive;
    /*font-weight: 700;
    text-transform: uppercase;*/
    letter-spacing: 2px;
    margin-bottom: 45px;
}

.footer .footer-info .footer-logo span {
    color: #ffffff;
    /*text-transform: lowercase;*/
}

.footer .footer-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    border-right: 0px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 5px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #F7CAC9;
}

.footer .copyright {
    margin-top: 60px;
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #F7CAC9;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    } 
    .navbar .navbar-brand img {
    max-width: 100%;
    max-height: 55px;
}
}

.video .container-fluid {
    padding: 90px 0 0 0;
    background: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url(https://drumangkothari.com/img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


@font-face {
    font-family: 'Firlands House Demo';
    src: url('font/FirlandsHouseDemoRegular.ttf')format('truetype');
}

/*---------------------------Counter----------------------------------*/



.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

/**** dgsdgsdgsdg ****/

.testimonial1 {
    position: relative;
    padding: 45px 0;
}

.testimonial1 .container {
    padding: 0;
}

.testimonial1 .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial1 .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}


.testimonial1 .testimonial-item img {
    margin: 0 auto;
    width: 250px;
    padding: 13px;
    
    border: 1px solid rgba(0, 0, 0, .0);
    
    transition: .5s;
}

.testimonial1 .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial1 .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial1 .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial1 .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial1 .owl-item.center img {
    border-color: transparent;
}

.testimonial1 .owl-item.center .testimonial-text {
    background: #343148;
}

.testimonial1 .owl-item.center .testimonial-text h3 {
    color: #e0d3b6;
}

.testimonial1 .owl-item.center .testimonial-text p,
.testimonial1 .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial1 .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial1 .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0d3b6;
}

.testimonial1 .owl-dot.active {
    background: #343148;
}
/* -    -   -  page heads  -   -  -  */

.about-team{
    background: linear-gradient(rgb(255 255 255 / 12%), rgb(125 125 125 / 20%)), url(https://drumangkothari.com/img/banner/about.jpg) no-repeat center center;
    background-size: cover;
    padding: 12rem 0;
	
}
/*  --------Start page-header-about------ */
.page-header-about {
    background: linear-gradient(rgba(52, 49, 72, 18%), rgb(63 62 68 / 40%)), url(https://drumangkothari.com/img/banner/about-us.jpg) no-repeat center center;
    padding: 130px 0px 130px 0px; background-size: cover;}
    
 .page-header-about h2, h1{    position: relative;    color: #fff;    font-size: 60px;    font-weight: 700;}

.page-header-about a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-about a:hover {    color: #fefefe;}

.page-header-about a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-about a:last-child::after {    display: none;}
/*  --------End page-header-gyno------ */


.page-header-gyno {
    background: url(https://drumangkothari.com/img/banner/gyno_banner.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
    
 .page-header-gyno h2, h1{    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-gyno p{color: #fff; font-size: 20px;}
.page-header-gyno a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-gyno a:hover {    color: #fefefe;}

.page-header-gyno a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-gyno a:last-child::after {    display: none;}
.gyno {
    background: linear-gradient(rgb(174 171 193 / 30%), rgb(125 125 125 / 90%));
    background-size: cover;
    padding: 3rem 0;}
    
@media only screen and (max-width: 640px){ .page-header-gyno {padding: 20px 10px 20px 10px !important;  } }
/*  --------End page-header-gyno------ */
/*  --------Start page-header-Breast Augmentation------ */


.page-header-breastaug {
    background:  url(https://drumangkothari.com/img/banner/breast-augmentation.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
    
 .page-header-breastaug h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
 .page-header-breastaug h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-breastaug p{color: #fff; font-size: 20px;}
.page-header-breastaug a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-breastaug a:hover {    color: #fefefe;}

.page-header-breastaug a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-breastaug a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-breastaug {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Breast Augmentation------ */
/*  --------Start page-header-Breast Augmentation------ */


.page-header-breastlift {
    background: url(https://drumangkothari.com/img/banner/breast-2.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
    
 .page-header-breastlift h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
 .page-header-breastlift h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-breastlift p{color: #fff; font-size: 20px;}
.page-header-breastlift a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-breastlift a:hover {    color: #fefefe;}

.page-header-breastlift a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-breastlift a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-breastlift {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Breast Augmentation------ */
/*  --------Start page-header-Arm Augmentation------ */


.page-header-arm {
    background:  url(https://drumangkothari.com/img/banner/arm-lift.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
    
 .page-header-arm h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
 .page-header-arm h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-arm p{color: #fff; font-size: 20px;}
.page-header-arm a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-arm a:hover {    color: #fefefe;}

.page-header-arm a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-arm a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-arm {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Breast Augmentation------ */
/*  --------Start page-header--Breast reduction------ */
.page-header-breastreduction {
    background: url(https://drumangkothari.com/img/banner/breast-reduction.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
    
 .page-header-breastreduction h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
 .page-header-breastreduction h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-breastreduction p{color: #fff; font-size: 20px;}
.page-header-breastreduction a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}

.page-header-breastreduction a:hover {    color: #fefefe;}

.page-header-breastreduction a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}

.page-header-breastreduction a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-breastreduction {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Breast reduction----- */

/*  --------Start page-header-browlift------ */
.page-header-browlift { background: url(https://drumangkothari.com/img/banner/brow-lift.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-browlift h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-browlift h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-browlift p{color: #fff; font-size: 20px;}
.page-header-browlift a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-browlift a:hover {    color: #fefefe;}
.page-header-browlift a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-browlift a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-browlift {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Breast reduction----- */
/*  --------Start page-header-browlift------ linear-gradient(rgb(52 49 72 / 80%), rgb(52 49 72 / 80%)),*/
.page-header-buttlift { background:  url(https://drumangkothari.com/img/banner/butt-lift.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-buttlift h2, h1 {    p osition: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-buttlift h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-buttlift p{color: #fff; font-size: 20px;}
.page-header-buttlift a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-buttlift a:hover {    color: #fefefe;}
.page-header-buttlift a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-buttlift a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-buttlift {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-buttlift----- */
/*  --------Start page-header-eyelid------ */
.page-header-eyelid { background:  url(https://drumangkothari.com/img/banner/eyelid-surgery.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-eyelid h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-eyelid h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-eyelid p{color: #fff; font-size: 20px;}
.page-header-eyelid a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-eyelid a:hover {    color: #fefefe;}
.page-header-eyelid a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-eyelid a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-eyelid {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-eyelid----- */
/*  --------Start page-header-facelift------ */
.page-header-facelift { background:  url(https://drumangkothari.com/img/banner/face-lift.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-facelift h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-facelift h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-facelift p{color: #fff; font-size: 20px;}
.page-header-facelift a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-facelift a:hover {    color: #fefefe;}
.page-header-facelift a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-facelift a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-facelift {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-facelift----- */
/*  --------Start page-header-nippal------ */
.page-header-nippal { background:  url(https://drumangkothari.com/img/banner/nipple-correction.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-nippal h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-nippal h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-nippal p{color: #fff; font-size: 20px;}
.page-header-nippal a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-nippal a:hover {    color: #fefefe;}
.page-header-nippal a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-nippal a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-nippal {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-nippal----- */
/*  --------Start page-header-lip------ */
.page-header-lip { background:  url(https://drumangkothari.com/img/banner/lip-augmentation.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-lip h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-lip h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-lip p{color: #fff; font-size: 20px;}
.page-header-lip a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-lip a:hover {    color: #fefefe;}
.page-header-lip a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-lip a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-lip {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-lip----- */
/*  --------Start page-Liposuction------ */
.page-header-liposuction { background: url(https://drumangkothari.com/img/banner/tummy-tuck.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-liposuction h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-liposuction h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-liposuction p{color: #fff; font-size: 20px;}
.page-header-liposuction a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-liposuction a:hover {    color: #fefefe;}
.page-header-liposuction a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-liposuction a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-liposuction {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-Liposuction----- */
/*  --------Start page-mommy------ */
.page-header-mommy { background: url(../img/banner/mommy.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-mommy h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-mommy h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-mommy p{color: #fff; font-size: 20px;}
.page-header-mommy a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-mommy a:hover {    color: #fefefe;}
.page-header-mommy a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-mommy a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-mommy {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-mommy----- */

/*  --------Start page-rhinoplasty------ */
.page-header-rhinoplasty { background: url(https://drumangkothari.com/img/banner/rhinoplasty.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-rhinoplasty h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-rhinoplasty h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-rhinoplasty p{color: #fff; font-size: 20px;}
.page-header-rhinoplasty a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-rhinoplasty a:hover {    color: #fefefe;}
.page-header-rhinoplasty a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-rhinoplasty a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-rhinoplasty {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-mommy----- */

/*  --------Start page-thigh------ */
.page-header-thigh { background: url(https://drumangkothari.com/img/banner/thigh-lift.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-thigh h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-thigh h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-thigh p{color: #fff; font-size: 20px;}
.page-header-thigh a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-thigh a:hover {    color: #fefefe;}
.page-header-thigh a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-thigh a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-thigh {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-thigh----- */
/*  --------Start page-tummy------ */
.page-header-tummy { background:  url(https://drumangkothari.com/img/banner/liposuction.jpg) no-repeat center center;
    padding: 150px 10px 150px 10px; background-size: cover;}
.page-header-tummy h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
.page-header-tummy h3 {    position: relative;    color: #fff;    font-size: 25px;    font-weight: 700;}
.page-header-tummy p{color: #fff; font-size: 20px;}
.page-header-tummy a {    position: relative;    padding: 0 12px;    font-size: 18px;    color: #fff;}
.page-header-tummy a:hover {    color: #fefefe;}
.page-header-tummy a::after { position: absolute; content: "/";  width: 8px; height: 8px; top: -2px; right: -7px; text-align: center; color: #ffffff;}
.page-header-tummy a:last-child::after {    display: none;}
@media only screen and (max-width: 640px){ .page-header-tummy {padding: 60px 10px 60px 10px !important;  } }
/*  --------End page-header-thigh----- */
/*  --------Start page-header-gallery------ */
.page-header-gallery { background: linear-gradient(rgb(52 49 72 / 80%), rgb(52 49 72 / 80%));
    padding: 150px 10px 90px 10px; background-size: cover;}
    .page-header-gallery h2, h1 {    position: relative;    color: #fff;    font-size: 40px;    font-weight: 700;}
  /*  --------Start whats app------ */  
    .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
} 

.my-float :hover {
    color: #000;}