/*
Theme Name: Home Salon
Theme URI: https://www.homesalon.ae/
Author: Nishantha Atapattu @ Digibrush
Author URI: https://digibrush.net/
Description: Home Salon Services - We are a home service beauty salon and spa for men & women in Dubai. We come to you anywhere in Dubai at reasonable price.
Version: 1.0
Text Domain: homesalon
*/

body {
    font-family: 'Gotu', sans-serif;
}

p, ul li, ul li a {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

nav#home-salon-main-nav {
    position: relative;
    padding-top: 40px;
    z-index: 11;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #F8E9AF;
}

.home-banner {
    position: relative;
    margin-top: -98px;
}

.home-banner:before {
    content: '';
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 166px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
    z-index: 9;
}

.wa-book-now {
    color: #fff;
    opacity: 1;
    padding: 12px 20px;
    background: #4FC46A;
    border-radius: 27px;
    min-width: 156px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 50px;
    transition: all 0.5s;
}

.wa-book-now:hover {
    opacity: 0.9;
    transition: all 0.5s;
}

.slider-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    z-index: 0;
    background-color: #999;
    margin-bottom: 0;
}

.single-slider-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
    transition: all 0.2s ease;
}

.single-slider-content .d-offer-wrap {
    margin-bottom: 15px;
}

.single-slider-content .d-offer-wrap strong {
    padding: 8px 15px;
    background: #181F26;
    border-radius: 7px;
}

.single-slider-content span.discount {
    /*padding: 8px 15px;*/
    color: #EFCF5F;
    /*background: #181F26;
    border-radius: 7px;*/
    display: inline-block;
}

.single-slider-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.single-slider-content h1 span {
    color: #F2DC8F;
}

.single-slider-content span.tagline {
    color: #fff;
    font-size: 20px;
    margin-bottom: 45px;
}

a.book-appointment {
    color: #181F26;
    font-size: 18px;
    padding: 20px 35px;
    font-weight: bold;
    background-color: #E2CD84;
    border: 1px solid #E2CD84;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.5s;
}

a.book-appointment:hover {
    background-color: #dbb73a;
    border-color: #dbb73a;
    transition: all 0.5s;
}

a.our-services {
    color: #fff;
    font-size: 18px;
    padding: 20px 35px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    min-width: 234px;
    text-align: center;
    transition: all 0.5s;
}

a.our-services:hover {
    color: #181F26;
    background-color: #fff;
    border-color: #fff;
    transition: all 0.5s;
}

.services-inner {
    position: relative;
    padding: 35px 90px;
    background: #fff;
    border-radius: 15px;
    margin-top: -71px;
    z-index: 9;
}

.services-inner li {
    cursor: pointer;
    width: 24%; width: 22%;
    margin-right: 0!important;
    transition: all 0.5s;
}

.services-inner li:hover p {
    color: #C7AF58;
    transition: all 0.5s;
}

.services-inner li:not(:last-child) {
    border-right: 1px solid #E2CD84;
}

.services-inner li img,
.services-inner li svg {
    margin-right: 18px;
    transition: all 0.5s;
}

.services-inner li:hover svg path {
    fill: #C7AF58;
    transition: all 0.5s;
}

.services-inner li p {
    color: #181F26;
    font-size: 22px;
    transition: all 0.5s;
}

.bg-wrap {
	padding: 0 0 80px;
	background-color: #181F26;
}

.cupt {
    padding-top: 100px;
}

.s-offer-wrap {
    position: relative;
    overflow: hidden;
}

.s-offer-wrap:before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    display: block;
    width: 100%; height: 376px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*#offers.owl-carousel .owl-item img {
	border-radius: 15px;
}

#offers.owl-theme .owl-dots .owl-dot.active span, 
#offers.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 2px solid #fff;
}

#offers.owl-theme .owl-dots .owl-dot span {
    width: 12px; height: 12px;
    background: transparent;
    border: 2px solid #C0C2C4;
}
*/

.s-offer-wrap img {
    border-radius: 15px;
}

.offer-content {
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.offer-highlight {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #E5D083;    
}

.offer-content h3 {
	color: #181F26;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
}

.offer-content p {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
	color: #000;
    font-weight: 800;
    margin-bottom: 5px;
}

.offer-content a {
    min-width: 250px;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
	padding: 12px 20px;
    color: #181F26;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.5s;
}

.offer-content a:hover {
    color: #fff;
    background: #181F26;
    transition: all 0.5s;
}

.about-wrap {
    position: relative;
}

.about-wrap:before {
    content: '';
    position: absolute;
    top: 30%; left: 0;
    width: 227px; height: 604px;
    background: url('assets/img/vector-left-top.png') no-repeat left center / 70%;
}

.about-wrap:after {
    content: '';
    position: absolute;
    width: 279px; height: 781px;
    right: 0; top: 0;
    background: url('assets/img/vector-right-top.png') no-repeat right center / 70%;
}

.about-wrap .container {
    max-width: 1140px;
}

.about-wrap span {
    color: #E2CD84;
}

.about-wrap h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
}

.about-wrap p {
    color: #fff;
    margin-bottom: 50px;
}

.about-wrap img {
    border-radius: 15px;
}

.mission-cont {
    position: relative;
    max-width: 700px;
    margin: 40px auto 50px;
}

.mission-cont p {
    color: #E2CD84;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 0;
}

a.outer-btn {
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.5s;
}

a.outer-btn:hover {
    color: #181F26;
    background-color: #fff;
    transition: all 0.5s;
}

.services-wrap {
    position: relative;
}

.services-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 227px;
    height: 604px;
    background: url('assets/img/vector-left-bottom.png') no-repeat left center / 70%;
}

.services-wrap:after {
    content: '';
    position: absolute;
    width: 279px;
    height: 781px;
    right: 0;
    bottom: 0;
    background: url('assets/img/vector-right-top.png') no-repeat right center / 70%;
}

.services-wrap span {
    color: #E2CD84;
}

.services-wrap h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
}

.services-wrap h5 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.ss-wrap {
    position: relative;
    padding: 30px; padding-top: 40px;
    border-radius: 5px;
}

.ss-wrap .m-p-wrap {
    display: block;
    position: absolute;
    top: -2px; left: 0; right: 0;
}

.ss-wrap span.most-popular {
    color: #181F26;
    font-size: 12px;
    padding: 3px 20px;
    font-weight: bold;
    letter-spacing: 1.25px;
    background-color: #E2CD84;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ss-wrap h6 {
    color: #181F26;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    /*margin-bottom: 24px;*/
}

.ss-wrap .d-flex strong {
    color: #C7AF58;
    font-size: 20px;
    margin-right: 5px;
}

.ss-wrap .d-flex {
    margin-bottom: 25px;
}

.ss-wrap .d-flex span {
    color: #181F26;
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px;
}

a.outer-btn-dark {
    display: inline-block;
    padding: 15px 30px;
    color: #181F26;
    font-weight: bold;
    border: 2px solid #181F26;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.5s; 
}

a.outer-btn-dark:hover {
    color: #fff;
    background-color: #181F26;
    transition: all 0.5s;
}

.bg-wrap-white {
    position: relative;
}

.bg-wrap-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 227px;
    height: 604px;
    background: url('assets/img/vector-left-bottom.png') no-repeat left center / 70%;
}

.bg-wrap-white:after {
    content: '';
    position: absolute;
    width: 279px;
    height: 781px;
    right: 0;
    bottom: -20%;
    background: url('assets/img/vector-right-top.png') no-repeat right center / 70%;
}

.testimonial-wrap {
    padding: 80px 0;
}

.testimonial-wrap span {
    color: #C7AF58;
    font-size: 20px;
}

.testimonial-wrap h5 {
    color: #181F26;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 60px;
}

.test-cont p {
    font-size: 24px;
    max-width: 825px;
    margin-top: 25px;
    margin-bottom: 50px;
}

#testimonial.owl-carousel .owl-item img {
    width: auto;
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

#testimonial.owl-carousel .owl-dots {
    text-align: right;
}

#testimonial.owl-theme .owl-dots .owl-dot span {
    width: 12px; height: 12px;
    background: transparent;
    border: 2px solid #C0C2C4;
}

#testimonial.owl-theme .owl-dots .owl-dot.active span, 
#testimonial.owl-theme .owl-dots .owl-dot:hover span {
    background: #181F26;
    border: 2px solid #181F26;
}

.test-cont h6 {
    color: #181F26;
    font-size: 20px;
    font-weight: bold;
}

.test-cont span {
    color: #888888;
    font-size: 18px;
    font-weight: bold;
}

.bg-cat-wrap {
    padding: 80px 0;
    background-color: #181F26;
}

.bg-cat-wrap span {
    color: #C7AF58;
    font-size: 20px;
}

.bg-cat-wrap h6 {
    color: #fff;
    font-size: 50px;
    max-width: 450px;
    margin-bottom: 60px;
}

#tasks.owl-carousel .owl-item img {
    border-radius: 15px;
}

#tasks.owl-theme .owl-dots .owl-dot.active span, 
#tasks.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    border: 2px solid #fff;
}

#tasks.owl-theme .owl-dots .owl-dot span {
    width: 12px; height: 12px;
    background: transparent;
    border: 2px solid #C0C2C4;
}

#tasks .owl-stage-outer {
    margin-right: -190px;
    padding-right: 190px;
}

#tasks .owl-nav {
    position: absolute;
    display: inline-block;
    top: -160px;
    right: 0;
    margin: 0;
    transition: all 0.5s;
    opacity: 1;
}

.left {
   display: inline-block;
   width: 35px; height: 67px;
   background: url('assets/img/arrow-left.svg') no-repeat center;
   margin-right: 50px;
   transition: all 0.5s;
}

.right {
   display: inline-block;
   width: 35px; height: 67px;
   background: url('assets/img/right-arrow.svg') no-repeat center;
   transition: all 0.5s; 
}

.left:hover, .right:hover {
    opacity: 0.4;
    transition: all 0.5s; 
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: transparent;
}

.task-i-wrap {
    position: relative;
    overflow: hidden;
}

.t-i-w-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 187px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    display: flex;
    align-items: flex-end;
    padding: 35px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.t-i-w-hover p {
    font-size: 28px;
    position: relative;
    z-index: 11;
    color: #fff;
    margin-bottom: 0;
}

.appointment-wrap {
    padding: 80px 0;
}

.appointment-wrap h6 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}

.contact-box p {
    color: #181F26;
    position: relative;
    padding: 12px 0 12px 50px;
}

p.address {
    background: url('assets/img/location.svg') no-repeat left center;
}

p.contact-number {
    background: url('assets/img/phone.svg') no-repeat left center;
}

p.email-address {
    background: url('assets/img/email.svg') no-repeat left center;
}

a.c-whatsapp {
    position: relative;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 18px 50px;
    background: #4FC46A;
    border-radius: 5px;
    z-index: 99;
    transition: all 0.5s;
}

a.c-whatsapp:hover {
    opacity: 0.9;
    transition: all 0.5s;
}

.h-form-wrap {
    padding: 80px 60px 40px;
    background: #FFF8E6;
    border-radius: 40px;
}

.h-form-wrap span {
    color: #181F26;
    font-size: 20px;
}

.h-form-wrap h5 {
    color: #181F26;
    font-size: 40px;
    margin-bottom: 20px;
}

.h-form-wrap p {
    color: #181F26;
    font-size: 20px;
    margin-bottom: 30px;
}

.h-form-wrap .form-control {
    padding: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 6px 16px rgba(248, 239, 215, 1);
}

.h-form-wrap input.form-control {
    height: 60px;
}

.h-form-wrap .form-control:focus {
    border: none;
    box-shadow: none;
    outline: 0;
}

.h-form-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #181F26;
}
.h-form-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #181F26;
}
.h-form-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #181F26;
}
.h-form-wrap .form-control:-moz-placeholder { /* Firefox 18- */
    color: #181F26;
}

input#make-appointment {
    color: #fff;
    padding: 15px 28px;
    background-color: #181F26;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.5s;
}

input#make-appointment:hover {
    color: #181F26;
    background-color: #fff;
    border: 1px solid #181F26;
    transition: all 0.5s;
}

/* 404 */
.error-404 {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 h1 {
    color: #293E6B;
    font-weight: 400;
    font-size: 36px;
    line-height: inherit;
}

.back-to-offer {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.35px;
    color: #000;
    width: 249px;
    height: 74px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 74px;
    border: 2px solid #000;
    transition: all 0.5s;
}

.back-to-offer:hover {
    color: #fff;
    background: #000;
    transition: all 0.5s;
}

.error404 nav#home-salon-main-nav {
    position: relative;
    padding-top: 40px;
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
    z-index: 9;
}

footer {
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 248, 230, .45), rgba(255, 248, 230, 0));
}

footer .footer-logo {
    margin-top: -27px; margin-top: 30px;
    margin-left: -22px; margin-left: 0;
    margin-bottom: 30px;
}

footer .list-inline-item:not(:last-child) {
    margin-right: 35px;
}

li.facebook {
    width: 16px;
    height: 29px;
    background: url('assets/img/facebook.svg') no-repeat center;
}

li.twitter {
    width: 28px;
    height: 28px;
    background: url('assets/img/twitter.svg') no-repeat center;
}

li.gplus {
    width: 30px;
    height: 25px;
    background: url('assets/img/google-plus.svg') no-repeat center;
}

li.instagram {
    width: 29px;
    height: 29px;
    background: url('assets/img/instagram.svg') no-repeat center;
}

footer h6 {
    color: #181F26;
    font-size: 26px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 40px;
}

footer ul.list-unstyled li {
    width: 48%;
    display: inline-block;
    margin-bottom: 8px;
}

footer ul.list-iline li a {
    color: #181F26;
}

.site-by a {
    color: #818181;
}

footer hr {
    background-color: #F2EADE;
    opacity: 0.75;
}

.floating-wa {
    position: fixed;
    display: inline-block;
    right: 0;
    bottom: 0;
    width: 104px;
    height: 104px;
    z-index: 99;
}

/* Sidebar Menu */
.second-menu {
    width: 100%;
    justify-content: space-between;
    padding: 20px;
}

.second-menu input[type=submit] {
    color: #000;
}

a.search-btn {
    margin-right: 20px;
}

.second-menu a {
    position: relative;
    top: 2px;
}

.second-menu a .fa {
    color: #000;
    font-size: 30px;
}

a.ham {
    transition: all 0.5s;
}

a.ham span.bar-long {
    display: block;
    width: 45px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
}

a.ham span.bar-short {
    display: block;
    width: 29px;
    height: 2px;
    background-color: #E2CD84;
    border-radius: 3px;
    margin-top: 14px;
    margin-bottom: 14px;
    transition: all 0.5s;
}

a.ham:hover span.bar-short {
    margin-left: 8px;
    transition: all 0.5s;
}

a.close-menu {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

a.close-menu .fa {
    color: #000;
    font-size: 28px;
    margin-left: 12px;
}

.sidebar-menu {
    max-width: 445px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: calc(100% - 1rem);
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s;
    transition: transform 0.45s,-webkit-transform 0.45s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidebar-menu.sidebar-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 20px 50px 0 rgb(0 0 0 / 40%);
}

.sm-header {
    padding: 80px 2rem 30px;
}

.sm-menus li {
    text-align: left;
    display: block;
    margin: 4px 16px 4px 40px;
    padding: 4px 0 4px 8px;
}

.sm-menus li a {
    color: #000;
    font-weight: 500;
}

.sm-menus li.current-menu-item a {
    color: #181F26;
}

.sm-menus #menu-main-menu-1 li li a.nav-link {
    color: #293E6B;
    font-size: 18px;
    font-weight: 400px;
}

#menu-main-menu-1 li.current-menu-item .nav-link {
    color: #F15A2E;
}
/* Sidebar Menu End */

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: 154px; height: 146px; height: auto;
        top: -50px; top: -35px; top: 22px; left: 50%;
        transform: translateX(-50%);
        text-align: center;
        display: block;
        margin-top: 10px;
    }
}


@media (max-width: 575.98px) {

    nav#home-salon-main-nav {
        padding-top: 0;
    }

    .home-banner {
        margin-top: -103px;
    }

    a.navbar-brand {
        position: absolute;
        width: 154px;
        height: 146px; height: auto;
        top: -35px; top: 6px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        display: block;
        margin-top: 10px;
        margin-right: 0;
    }

    .about-wrap:before,
    .about-wrap:after,
    .services-wrap:before,
    .services-wrap:after,
    .bg-wrap-white:before,
    .bg-wrap-white:after {
        content: none;
    }

    .slider-img {
        background-position: top right 35%;
    }

    .single-slider-content h1 {
        font-size: 36px;
        font-weight: 500;
    }

    .single-slider-content strong {
        /*font-size: 14px;*/
    }

    span.discount-description {
        display: block;
    }

    .services-inner li img, .services-inner li svg {
        margin-right: 0;
    }

    a.book-appointment,
    a.our-services {
        padding: 15px 25px;
        font-size: 14px;
        min-width: 198px;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .services-inner {
        padding: 0;
        background: transparent;
    }

    .services-inner li {
        padding: 15px;
        width: 48%;
        height: 141px;
        background: #fff;
        border-radius: 7px;
        float: left;
        margin: 2%;
        margin-bottom: 0;
        display: block;
    }

    .services-inner li p {
        font-size: 15px;
        margin-top: 10px!important;
    }

    .cupt {
        padding-top: 40px;
    }

    .about-wrap p {
        text-align: center;
    }

    .mission-cont {
        margin-top: 0;
    }

    .services-wrap h4 {
        font-size: 40px;
    }

    .services-wrap h5 {
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .our-services.owl-carousel .owl-stage-outer {
        margin-right: -190px;
        padding-right: 190px;
    }

    .ss-wrap h6 {
        min-height: 48px;
    }

    .testimonial-wrap h5 {
        font-size: 40px;
    }

    img.test-quote {
        max-width: 114px;
    }

    .test-cont p {
        font-size: 20px;
    }

    #tasks .owl-nav {
        display: none;
    }

    .bg-cat-wrap {
        text-align: center;
    }

    .bg-cat-wrap h6 {
        font-size: 40px;
    }

    #tasks.owl-theme .owl-dots .owl-dot.active span, 
    #tasks.owl-theme .owl-dots .owl-dot:hover span {
        background: #ffffff;
        border: 2px solid #fff;
    }

    #tasks.owl-theme .owl-dots .owl-dot span {
        width: 12px; height: 12px;
        background: transparent;
        border: 2px solid #C0C2C4;
    }

    #tasks .owl-dots {
        margin-top: 50px;
    }

    .appointment-wrap {
        padding: 50px 0;
        text-align: center;
    }

    p.address,
    p.contact-number,
    p.email-address {
        background-position: top center;
        padding-top: 35px;
        padding-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .accordion-body .contact-box {
        text-align: center;
    }

    .appointment-wrap .d-flex {
        justify-content: center;
    }

    .h-form-wrap {
        text-align: center;
        padding: 40px 25px 40px;
    }

    span.wpcf7-spinner {
        position: absolute;
    }

    .h-form-wrap {
        margin-top: 50px;
        margin-bottom: 0;
    }

    footer {
        text-align: center;
    }

    #accordionFooter {
        margin-top: 30px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('assets/img/minus.svg');
        top: -9px;
        position: relative;
    }

    .accordion-button::after {
        background-image: url('assets/img/plus.svg');
    }

    .accordion-item {
        background-color: transparent;
        border: none;
    }

    .accordion-item:not(:last-child) {
        border-bottom: 1px solid #F2EADE;
    }

    .accordion-button {
        color: #181F26;
        font-size: 18px;
        background-color: transparent;
    }

    .accordion-button:not(.collapsed),
    .accordion-button:focus {
        color: #181F26;
        font-size: 18px;
        border-color: transparent;
        box-shadow: none;
        background-color: transparent;
    }

    .accordion-body ul {
        text-align: left;
    }

}


@media (min-width: 576px) and (max-width: 767.98px) {

}


@media (min-width: 768px) and (max-width: 991.98px) {
    .wa-book-now {
        padding: 0;
        min-width: inherit;
        max-height: inherit;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .wa-book-now p {
        display: none;
    }

    .single-slider-content .col-md-5 {
        width: 75%;
    }

    .single-slider-content h1 {
        font-size: 36px;
    }

    .services-inner {
        padding: 35px 40px;
    }

    .services-inner li img, 
    .services-inner li svg {
        margin-right: 10px;
    }

    .services-inner li p {
        font-size: 16px;
    }

    footer .list-inline-item:not(:last-child) {
        margin-right: 15px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .single-slider-content .col-md-5 {
        width: 60%;
    }

    .single-slider-content h1 {
        font-size: 36px;
    }

    .services-inner {
        padding: 35px 40px;
    }

    .services-inner li img, 
    .services-inner li svg {
        margin-right: 10px;
    }

    .services-inner li p {
        font-size: 16px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .single-slider-content .col-md-5 {
        width: 50%;
    }

    .single-slider-content h1 {
        font-size: 40px;
    }
}


@media (min-width: 1400px) and (max-width: 1599.98px) {

    .single-slider-content h1 {
        font-size: 42px;
        max-width: 400px;
    }

    .single-slider-content span.tagline {
        font-size: 18px;
        margin-bottom: 15px;
    }

    a.book-appointment,
    a.our-services {
        font-size: 15px;
        padding: 15px 25px;
    }

    a.our-services {
        min-width: 187px;
    }

}