body {
    /*font-family: Verdana;*/
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;*/
}

.top-container {
    background-color: #AB3269;
    padding: 10px 10px 15px 10px;
    text-align: left;
    color: #fff;
}

    .top-container .fa {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .fab {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .rightcontent {
        float: right;
        margin-top: -5px;
    }

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        /* border: 1px solid #fff; */
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #d93337;
        border-radius: 50%;
        /*border: 1px solid #fff;*/
        height: 35px;
        width: 35px;
        margin: auto;
        line-height: 35px;
    }



.top-container .fa {
    font-size: 15px;
    /*color: #fff;*/
    /*padding: 5px 10px 0px 10px;*/
}

.top-container .fab {
    background: #fff;
    font-size: 20px;
    /*color: #fff;*/
    /*padding: 5px 10px 0px 10px;*/
}



.content {
    /*padding: 16px;*/
    padding-left: 100px;
    padding-right: 100px;
}

.aboutcontent {
    /*padding: 16px;*/
    line-height: 24px;
}

    .aboutcontent p {
        font-size: 16px;
        text-align: justify;
    }

.to-front .divider, .divider {
    width: 49px;
    height: 2px;
    /*margin-left: auto;*/
    margin-right: auto;
    background: #F5821F;
    margin-bottom: 20px;
}

.centerdivider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #7dba2f;
    margin-bottom: 20px;
}

.aboutcontent .icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
}

    .aboutcontent .icon i {
        color: sienna;
        font-size: 20px;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        /*transition: background 1s linear;*/
        height: 85px;
        box-shadow: 1px 1px rgba(0,0,0,0.15);
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 20px;
        line-height: 37px;
        /*border-radius: 4px;*/
        /*margin-top: 20px;*/
        margin-bottom: -5px;
        color: #000;
        font-family: "Playfair Display", serif;
        font-weight: bold;
    }

    .sticky-opacity .navbar-brand img {
        max-width: 200px;
        max-height: 65px;
    }

    /*.sticky-opacity .navbar-brand {
        margin-top: 25px;
    }*/

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #AB3269;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 0;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    /*transition: 0.4s;*/
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 80px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    color: black;
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    /*border-radius: 4px;*/
    margin-top: 11px;
    margin-bottom: -5px;
    /*color: #5c4f3b;*/
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

    /*.navbar-nav > li > a:hover::before {
        content: '';
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #32557f;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }*/
    .navbar-nav > li > a:hover {
        color: #000;
        border-bottom: solid 1px #d93337;
        background-color: #ffffff4a;
    }

    /*.navbar-nav > li > a:hover::after {      
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 13px solid transparent;
            border-top-color: #336699;
            border-bottom: 0;
            margin-left: -13px;
            margin-bottom: -13px;
        }*/

    .navbar-nav > li > a:active {
        color: #fff;
        background-color: #336699;
        border-radius: 5px;
    }

.navbar-nav {
    margin-top: 6px;
}

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/


@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-brand {
    float: left;
    padding: 4px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    /* max-height: 65px; */
    /*top: 12px;*/
    margin-left: 10px;
}

    .navbar-brand img {
        /*background: #fff;*/
        transition: 0.4s;
        max-width: 200px;
        max-height: 65px;
        margin-bottom: 0px;
        border-radius: 5px;
    }

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    z-index: 4;
    margin-bottom: 10px;
    position: absolute;
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #5c4f3b;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        border-radius: 5px;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #AB3269;
            font-weight: 400;
            border-radius: 5px;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        left: 100%;
        top: 0;
        /*width: 100%;*/
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #AB3269;
    border-color: #AB3269;
    color: #fff;
    /*border-bottom: 1px solid;*/
    border-radius: 5px;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        height: 90px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-left: 20px;
        /*background-color: #fff;*/
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        /*border: 1px solid #5c4f3b;*/
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        top: 15px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #AB3269;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
            margin-left: 10px;
            margin-top: 5px;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 38px;
        margin-top: 10px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        /*position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;        
        float: left;
        min-width: 100%;*/
        padding-left: 15px;
        /*margin: 0px 0 0;*/
        /*font-size: 14px;*/
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 12px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 12px;
        /*border-bottom: 1px solid #eee;*/
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #336699;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #336699;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    /*.navbar-brand img {
        margin-top: 15px;
    }*/

    .sticky-opacity .navbar-nav {
        margin-top: 18px;
        background-color: #000;
        color: #fff;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #fff;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-brand {
        top: 0px;
    }
}


.contact-container {
    position: relative;
    text-align: center;
    color: white;
    /*height: 425px;*/
    height: 100px;
}

.contact-container-img {
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #717a8f;
    margin-top: 30px;
}

.contact-text {
    /*border-color: #686868;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    padding: 40px 0px 80px 0px;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-left: 300px;
}

    .contact-text span {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .contact-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

.contact-text-right {
    border-width: 1px;
    /*padding: 75px 15px 75px 10px;*/
    /*margin-top: 30px;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 90%;
}

.btnquote {
    padding: 20px 40px 20px 40px;
    background-color: #668D66;
    border: none;
    font-size: 15px;
}

    .btnquote:hover {
        background-color: #fed061;
    }

.carousel-inner {
    max-height: 500px;
    margin-top: 20px;
}

    .carousel-inner > .item > img {
        width: 100%;
        height: 500px;
        opacity: 0.5;
    }

.carousel-caption {
    bottom: 42%;
    background: black;
    opacity: 0.6;
    color: white;
    padding: 15px;
    height: 150px;
    top: 36%;
}

    .carousel-caption p {
        text-align: center;
    }

@media (max-width:767px) {
    .carousel-inner {
        max-height: 730px;
        margin-top: 0px;
    }

    .contact-container {
        height: 250px;
    }

    .contact-container-img {
        width: 100%;
        height: 100%;
    }

    .contact-text {
        /*margin-top: 65px;*/
    }

    .contact-text {
        height: 250px;
        top: 29%;
        margin-left: 0px;
        left: 50%;
        /*padding: 15px 40px 30px 40px;*/
    }

        .contact-text span {
            font-size: 13px;
        }

        .contact-text h3 {
            font-size: 16px;
        }

    .contact-text-right {
        left: 50%;
        top: 80%;
    }

    .contactform-contactinfo {
        display: block;
    }

    .iconcontent {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .iconcontent1 {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        box-shadow: 0px 0px 5px 0px #5c4f3b;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }


    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

    .gallery img {
        width: 100%;
        height: 250px;
    }

    .carousel-caption {
        top: 45%;
    }
}

/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        /*border: 1px solid #fff;*/
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 20px;
        font-size: 16px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
    position: absolute;
    width: 100%;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    margin-top: 15px;
    font-weight: 300;
    letter-spacing: .15em;
    color: #bf9456;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
}

footer p {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

.footercolwidth li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

    .footercolwidth li a {
        color: #fff;
    }

.footermenulist {
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: inline-block;
        margin-bottom: 17px;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: left;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #336699;
        }

* + .footercolwidth {
    margin-top: 0px;
}

* + .footermenulist {
    margin-top: 30px;
    margin-left: -38px;
}

.copyrights {
    text-align: center;
    /* color: #87919F; */
    /*background-color: #AB3269;*/
    padding: 5px;
}

@media (min-width: 768px) {

    .footermenulist {
        text-align: left;
    }
}

@media(max-width:767px) {
    /*.footertitle {
        text-align: center;
    }*/

    .productframe {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footercolwidth {
        margin-left: -20px;
    }
}
/**************************************END FOOTER***************************************/


/*****Beauty Care Design Start*****/


.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.align-items-center {
    align-items: center !important;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}
/**top bottom section space strat**/
.topbottom {
    padding: 40px;
}
/**top bottom section space End**/

/**All Title Start***/
.SectionTitle {
    margin-bottom: 15px;
    font-family: var(--secondary-font-family);
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
/**All Title End***/

/**Sub Title Start***/
.SectionSubTitle {
    font-size: 20px;
    line-height: 25px;
    color: #AB3269;
    padding-bottom: 15px;
}
/**Sub Title End***/
.title-area{
    margin-top: 20px;
}
/**Button Design Start***/
.vs-btn {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    border: #AB3269 solid 1px;
    text-transform: capitalize;
    display: inline-block;
    background-color: #ffffff;
    color: #211e1c;
    vertical-align: middle;
    z-index: 2;
}

    .vs-btn .vs-btn-shape:nth-child(1) {
        --n: 1;
    }

    .vs-btn .vs-btn-shape:nth-child(2) {
        --n: 2;
    }

    .vs-btn .vs-btn-shape:nth-child(3) {
        --n: 3;
    }

    .vs-btn .vs-btn-shape:nth-child(4) {
        --n: 4;
    }

    .vs-btn .vs-btn-shape {
        display: inline-block;
        position: absolute;
        width: 25%;
        height: 100%;
        background-color: #AB3269;
        transform: translateY(150%);
        border-radius: 50%;
        left: calc((var(--n) - 1)*25%);
        transition: .5s;
        transition-delay: calc((var(--n) - 1)*.1s);
        z-index: 1;
    }

.wave-style1 {
    padding: 7px;
    padding-left: 40px;
}

.vs-btn:hover .vs-btn-shape {
    transform: translateY(0) scale(2);
}

.vs-btn .vs-btn-icon, .vs-btn .vs-btn-text {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.vs-btn[class*=wave] .vs-btn-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #AB3269;
    color: #fff;
    margin-left: 27px;
    font-size: 16px;
    --n: 5;
}

.vs-btn.wave-style1 .vs-btn-icon {
    background-color: #AB3269;
    color: #fff;
}

.vs-btn, .vs-btn .vs-btn-icon {
    transition: all ease .4s;
}

    .vs-btn.wave-style1:hover .vs-btn-icon {
        background-color: #fff;
        color: #AB3269;
    }

    .vs-btn.wave-style1:hover {
        color: #fff;
        --n: 2;
    }
/**Button Design End***/

/**All Page Inner Header Start***/
/**All Page Inner Header End***/

/*****Slider Start*****/

#myCarousel {
    border: none;
}

/*.owl-carousel1 .owl-stage-outer {
    height: 500px;
}*/

/*.owl-carousel1 .owl-nav {
    display: none;
}*/
.owl-carousel1 .owl-dots {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
      min-height: 246px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
           min-height: 246px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../Images/Slider/Slider2.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../Images/Slider/Slider1.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../Images/Slider/Slider3.jpg');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
    /*background: linear-gradient(90deg, rgb(171 50 105 / 29%) 13%, rgb(0 0 0 / 12%) 86%);*/
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
    /*background: linear-gradient(90deg, rgb(171 50 105 / 29%) 13%, rgb(0 0 0 / 12%) 86%);*/
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
    /*background: linear-gradient(90deg, rgb(171 50 105 / 29%) 13%, rgb(0 0 0 / 12%) 86%);*/
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
.content-box {
    position: relative;
    width: 50%;
}

    .content-box .title {
        display: block;
        font-size: 22px;
        color: #d93337;
        font-weight: 500;
        margin-top: 25px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .content-box h2 {
        display: block;
        font-size: 69px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        /*margin-bottom: 30px;*/
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: 'Font Awesome 5 Free';
    }

        .content-box h2 span {
            color: #AB3269;
        }
    /*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

    .content-box .info-list li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        margin: 0 10px;
        text-transform: uppercase;
    }

        .content-box .info-list li .icon {
            color: #faaC1D;
            margin-right: 10px;
            float: left;
            font-size: 18px;
            line-height: 26px;
        }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
      min-height: 246px;
    }

    .slides .slide-2 {
       min-height: 246px;
    }

    .slides .slide-3 {
      min-height: 246px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
               font-size: 30px;
            margin: 0px;
        }

    .content-box {
        width: 100%;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff0d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }


#scrollUp {
    background: #AB3269 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 63%;
    }
}
/*****Slider End*****/

/*****Services Start*****/
/*.Services .col-md-6 .col-lg-4 {
    margin: 0px;
    padding: 0px;
}*/

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.service .service-item img {
      width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 50px;
    border: solid 1px #ab3269;
    padding: 2px;
}

@media (min-width: 768px) {
    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0;
    }
}

.g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }
}
/*****Services End*****/


/*****Counter Start*****/
.Counter {
    background-color: #AB3269;
}

.fun-factor-card {
    padding: 25px;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .fun-factor-card img {
        width: 50px;
        height: 50px;
        filter: sepia(1);
    }

element.style {
}

.fun-factor-card h3 {
    color: #ffffff;
    margin: 15px 0px;
    font-size: 36px;
}

.fun-factor-card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.counter {
    font-weight: bold;
}

/*****Counter End*****/


/*****AboutUs Start*****/
.about {
    position: relative;
    overflow: hidden;
}

    .about .about-img {
        position: relative;
    }

        .about .about-img img {
            border-radius: 460px;
        }

        .about .about-img::before {
            content: '';
            position: absolute;
            top: 10%;
            right: 0;
            margin-right: 12%;
            background-image: url('../Images/about-badge.png');
            width: 120px;
            height: 120px;
            animation: rotate 3s linear infinite;
        }

.about-content p {
    margin-bottom: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

p {
    font-family: var(--primary-font-family);
    font-size: 16px;
    font-weight: var(--light-font);
    line-height: 30px;
    color: #555555;
    margin: 0;
    padding: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(-384%);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:1399px) {
    .about::before {
        display: none;
    }

    .about::before {
        display: none;
    }
}

@media (max-width:1199px) {
    .about::before {
        display: none;
    }

    .about::before {
        display: none;
    }

    .about .about-img::before {
        content: '';
        position: absolute;
        top: 1%;
        right: 0;
        background-image: url('../images/about-badge.png');
        width: 120px;
        height: 120px;
    }
}

@media (max-width:991px) {
    .about-img {
        display: flex;
        justify-content: center;
    }

    .about-content {
        margin-top: 30px;
    }

        .about-content h2, h5 {
            text-align: center;
        }

        .about-content p {
                text-align: justify;
            margin-bottom: 25px;
        }

    .about-button {
        display: flex;
        justify-content: center;
    }

    .about .about-img::before {
        top: 10%;
        left: auto;
        width: 100px;
        height: 100px;
        background-size: 100px;
        margin-right: 18%;
    }
}

@media (max-width:767px) {
    .about .about-img::before {
        top: 10%;
        background-image: url('../images/about-badge.png');
        width: 90px;
        height: 90px;
        background-size: 90px;
    }

    .about .about-img::before {
        top: 10%;
        left: auto;
        width: 90px;
        height: 90px;
        background-size: 90px;
        margin-right: 7%;
    }
}

@media (max-width:575px) {
    .about .about-img::before {
        top: 10%;
        left: auto;
        width: 90px;
        height: 90px;
        background-size: 90px;
        margin-right: 1%;
    }
}

@media (max-width:450px) {
    .about .about-img::before {
        top: 10%;
        right: 0;
        width: 90px;
        height: 90px;
        background-size: 90px;
    }
}
/*****AboutUs End*****/


/*****Thought Start*****/
.homedivider {
    background-image: url(../images/home-divider-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 430px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.h-100 {
    height: 100% !important;
}

.divider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    font-weight: bold;
}

    .divider-wrapper h3 {
        font-size: 42px;
        margin-bottom: 20px;
        color: #fff;
        font-weight: bold;
    }

        .divider-wrapper h3 span {
            color: #AB3269;
        }

    .divider-wrapper p {
        color: #fff;
        margin: 5px 0px 20px 0px;
    }
/*****Thought End*****/


/*****Gallery Start*****/

/*#btncontainer .btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #000;
    color: #fff;
    margin: 2px;
}

    #btncontainer .btn:hover {
        background-color: rgb(3,18,30);
    }

.gallery-section {
    position: relative;
    z-index: 1;
}

.title {
    font-size: 46px;
    font-weight: 700;
    color: #f44336;
}

.filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

.gallery {
    display: flex;  
    flex-wrap: wrap;
    margin: 25px auto;
  
    justify-content: center;
}

    .gallery a {
        display: flex;
    }

    .gallery img {      
        width: 244px;
        height: 170px;
        object-fit: cover;
        transition: 0.3s ease-in-out;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px 10px;
    }

        .gallery img:hover {
            transform: scale(1.1);
        }

.sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0;
}

.closeBtn {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;  
    background: #d93337;
   
    outline: 2px solid #fff;
}

    .closeBtn:hover {
        cursor: pointer;
        background: white;
        color: black;
        outline: 2px solid #000;
    }

.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.gallery .prevButton,
.gallery .nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 2px;
    border: 1px solid white;
    margin: 10px;
}

    .gallery .prevButton:hover,
    .gallery .nextButton:hover {
        background: #fff;
        color: black;
    }

.filter-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

    .filter-menu .tab-btn.active {
        background-color: #AB3269;
        color: #fff;
    }

    .filter-menu .tab-btn {
        font-family: var(--body-color);
        background-color: transparent;
        color: #AB3269;
        border: 1px solid #AB3269;
        font-size: 14px;
        font-weight: 500;
        padding: 4px 4px;
        margin-left: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

@media (max-width: 540px) {
    .topbottom {
        padding: 10px;
    }

    .filter-menu {
        justify-content: flex-start;
    }

    .section-padding {
        padding-top: 30px;
    }

    .gallery img {
        margin: 8px 6px;
        width: 100%;
    }


    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 2px;
        margin: 5px;
    }

    .imgPreview {
        width: 90%;
        max-height: 50vh;
        height: auto;
    }
}

@media (max-width: 767px) {
    .topbottom {
        padding: 10px;
    }

    .filter-menu .tab-btn {
        margin: 3px;
    }

    .gallery {
        display: initial;
    }

    .title {
        font-size: 36px;
    }

    .gallery img {
        margin: 8px 8px;
        width: 100%;
    }

    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 50px;
    }
}

@media max-width: 1199px {
    .section-padding {
        padding-top: 70px;
    }
}*/


/*#btncontainer .btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #000;
    color: #fff;
    margin: 2px;
}

    #btncontainer .btn:hover {
        background-color: rgb(3,18,30);
    }

.gallery-section {
    position: relative;
    z-index: 1;
}

.title {
    font-size: 46px;
    font-weight: 700;
    color: #f44336;
}

.filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

.gallery {
    display: flex; 
    flex-wrap: wrap;
    margin: 25px auto;  
}

    .gallery a {
        display: flex;
    }

    .gallery img {    
        width: 270px;
        height: 170px;
        object-fit: cover;
        transition: 0.3s ease-in-out;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px 10px;
    }

        .gallery img:hover {
            transform: scale(1.1);
        }

.sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0;
}

.closeBtn {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;  
    background: #d93337;  
    outline: 2px solid #fff;
}

    .closeBtn:hover {
        cursor: pointer;
        background: white;
        color: black;
        outline: 2px solid #000;
    }

.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.prevButton,
.nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 2px;
    border: 1px solid white;
    margin: 10px;
}

    .prevButton:hover,
    .nextButton:hover {
        background: #fff;
        color: black;
    }



@media (max-width: 540px) {
    .section-padding {
        padding-top: 30px;
    }

    .gallery img {
        margin: 8px 6px;
        width: 100%;
    }


    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 2px;
        margin: 5px;
    }

    .imgPreview {
        width: 90%;
        max-height: 50vh;
        height: auto;
    }
}

@media (max-width: 767px) {
    .gallery {
        display: initial;
    }

    .title {
        font-size: 36px;
    }

    .gallery img {
        margin: 8px 8px;
        width: 100%;
    }

    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 50px;
    }
}

@media max-width: 1199px {
    .section-padding {
        padding-top: 70px;
    }
}*/


.grid__layout {
    margin: 0 auto;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    grid-gap: 1rem;
    background-color: white;
}

.Gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition: all 0.5s;
}

    .Gallery img:hover {
        background: #272d3366;
        filter: initial;
    }

.img__1 {
    grid-row: 1/3;
    grid-column: 1/2;
}

.img__3 {
    grid-row: 1/3;
    grid-column: 3/4;
}

.img__5 {
    grid-row: 2/4;
    grid-column: 2/3;
}
@media (max-width:767px) {
    .topbottom{
        padding:0px;
    }
}
/*****Gallery End*****/

/*****BookAppointment Start*****/
.BookAppointment {
    background-color: #AB3269;
}

.bg-top-center {
    background-size: auto;
    background-position: top center;
}

.appointment-work {
    margin-top: 30px;
    max-width: 549px;
}

.work-title {
    margin-bottom: 10px;
    font-weight: bold;
    color:#fff;
}

.working-list {
    padding: 0;
}

    .working-list li {
        list-style: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e8cdbf;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #0d0d0d);
        font-family: var(--title-font);
        font-weight: 700;
        -webkit-font-feature-settings: "pnum" on,"lnum" on;
        font-feature-settings: "pnum" on,"lnum" on;
        margin-top: 20px;
    }

.appointment-quote-form {
    background-color: #f4e8e1;
    padding: 50px;
}

@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
}

/*****BookAppointment End*****/

/*****WhyChooseUs Start*****/
.d-flex {
    display: flex !important;
}

.why-choose-info-main {
    flex-wrap: wrap;
}

.why-choose-content {
    padding-right: 26px;
}

    .why-choose-content h4 {
        padding-top: 20px;
        padding-bottom: 5px;
        font-weight: bold;
    }

.why-choose-info img {
    filter: drop-shadow(20px 10px 0px #f4ebce);
    width: 40px;
    border: solid 1px #af9ea6;
    padding: 5px;
}

.why-choose-image {
    position: relative;
}

    .why-choose-image img {
        border-radius: 460px;
    }

.justify-content-end {
    justify-content: flex-end !important;
}

.why-choose-image .why-choose-badge {
    position: absolute;
    max-width: 374px;
    height: 135px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    bottom: 5%;
    left: 19%;
    background-color: #FFFFFF;
    opacity: 0.9;
    z-index: 1;
    padding: 20px 30px;
}

.why-choose-badge-img {
    width: 35px;
    height: 30px;
    margin-right: 15px;
}

    .why-choose-badge-img img {
        border-radius: 0;
        width: 35px;
        height: auto;
    }

.why-choose-badge h4 {
    text-transform: none;
    font-family: var(--secondary-font-family);
    font-weight: 600;
    color: #000000;
    margin: 0;
}

/*.why-choose-us p {
    margin-bottom: 30px;
}*/

@media (max-width:1199px) {
    .why-choose-content {
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .why-choose-us .container .row {
        justify-content: center;
    }

    .why-choose-us h5 {
        margin-top: 40px;
    }

    /*.why-choose-us h2, p {
        text-align: center;
    }*/

    .why-choose-content p {
        text-align: center;
    }

    .why-choose-info {
        display: grid;
        justify-content: center;
    }

    .why-choose-info-main h4 {
        text-align: center;
    }

    .why-choose-content:nth-child(3) p {
        margin-bottom: 30px;
    }

    .why-choose-content:nth-child(4) p {
        margin-bottom: 30px;
    }

    .why-choose-image {
        justify-content: center !important;
    }

    .whychooseus {
        order: 2;
    }
}

@media (max-width:767px) {

    /*.why-choose-badge h4 {
        text-align: center;
    }*/
    .why-choose-us h2 {
        margin-bottom: 8px;
    }

    .why-choose-image .why-choose-badge {
        max-width: 325px;
        bottom: 4%;
        left: 54px;
    }
}

@media (max-width:575px) {
    .why-choose-us h2 {
        margin-bottom: 8px;
    }

    .why-choose-image .why-choose-badge {
        max-width: 325px;
        bottom: 4%;
        left: 54px;
    }
}
/*****WhyChooseUs End*****/

/*****ContactUs Start*****/
.ContactUs h6 {
    font-weight: bold;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.ContactUs .SectionTitle {
    color: #252525;
}

.ContactUs .col-md-6 {
    padding: 0px;
    height: 390px;
}

.ContactUs img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    padding: 10px;
}

.bg-primary {
    background-color: #AB3269 !important;
}

.font-dancing-script {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bg-dark {
    background-color: #252525 !important;
}

.text-white {
    color: #fff !important;
}

.font-work-sans {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.price .price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .05);
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.text-end {
    text-align: right !important;
}

.text-primary {
    color: #bf9456 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.display-1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #252525;
}

@media (max-width:767px) {
    .ContactUs .col-md-6 {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 7rem;
    }
}
/*****ContactUs End*****/

/*****Beauty Care Design End*****/
