@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

/*font-family: 'Nunito', sans-serif;*/

/*font-family: 'Quicksand', sans-serif;*/
/*font-family: 'Faster One', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    font-family: 'Nunito', sans-serif;
    transition: 1s;
}

/*common css*/
h2.heading {
    font-size: 36px;
    line-height: 44px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}
.main-banner img{
    border-radius: 5px;
}
.fixed{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 11;
}
.rel{
    position: relative;
}
/*header start*/

form.header-search-icon {
    position: relative;
}
form.header-search-icon i.fa.fa-search {
    position: absolute;
    left: 20px;
    color: #959595;
    font-size: 17px;
}
form input.form-control.mr-sm-2 {
    padding: 10px 20px 10px 45px;
    background: transparent;
    border: 1px solid #d9d9d9;
}

form.header-search-icon input::placeholder {
    font-size: 14px;
    color: #757575;
}

form.header-search-icon i.fa.fa-map-marker {
    position: absolute;
    left: 20px;
    color: #959595;
    font-size: 17px;
}

form.header-search-icon i.fa.fa-angle-down {
    position: absolute;
    right: 20px;
    color: #959595;
    font-size: 17px;
}
form.header-search-icon input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #d9d9d9;
}
.header-icons {
    display: flex;
    justify-content: space-evenly;
    width: 150px;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 83%) !important;
    font-size: 14px;
    padding: 10px 15px;
}
nav.bg-light {
    background-color: #fff !important;
    padding: 16px 24px;
    border-bottom: 1px solid #e6e6e6;
}
.header-forms{
    display: flex;
}
.collapse.navbar-collapse{
    justify-content: space-between;
}

/*header end*/


/*homepage service cat*/
.main-section{
    padding: 48px 24px 96px 24px;
}
.category-header h1{
    font-size: 36px;
    line-height: 44px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
}

.category-section{
    border: 1px solid rgba(227, 227, 227, 1.00);
    border-radius: 5px;
    padding: 24px;
}
.category-section h2{
    font-size: 20px;
    line-height: 28px;
    color: rgba(84, 84, 84, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;    
}
.category_row {
  display: flex;
  gap: 10px; /* Space between items */
  margin-bottom: 20px;
}
.category_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.category_name a{
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}
.category_name a:hover{
    text-decoration: none;
}
.category_name figcaption{
    font-size: 12px;
    line-height: 16px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    transition: 1s;
    position: relative;
}
.category_name p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    transition: 1s;
    position: relative;
}
.category_name figcaption:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    background: #000;
    transition: 0.2s;
    left: 50%;
    bottom: -15px;
}
.category_name a img{
    width: 50px;
}
.category_name:hover a img{
    opacity: 0.3;
}
.category_name:hover figcaption:after{
    transition: 0.2s;
    width: 60%;
    transform: translateX(-50%);
}
.category_name.bottom a{
    display: flex;
    justify-content: space-between;
}
.no-margin{
    margin: 0px;
}

.company_data {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 80%;
}
.company_info {
    display: flex;
}
.company_info img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
}
.company_info .rating_text p span{
    font-size: 20px;
    line-height: 28px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    display: block;
}
.company_info .rating_text p{
    font-size: 12px;
}    
.carousel_image:hover{
    cursor: pointer;
}
.carousel_image{
    overflow: hidden;
    border-radius: 10px;
}
.carousel_image img{
    transition: 1s;
}
.carousel_image:hover img{
    transform: scale(1.1);
    transition: 1s;
}
/*homepage service category end*/

/*inner page category css*/
#type .category-section h3 {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    color: #989898;
    margin-bottom: 25px;
}

#type .category-section h3:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 75%;
    height: 1px;
    background: #d4d4d4;
    right: -10px;
    top: 50%;
}
.custom_col_four_wdith{
    max-width: 30%;
}
.custom_col_nine_wdith{
    max-width: 70%;
}
.fixed_category {
    position: fixed;
    width: 26%;
    top: 100px;
    z-index: 99;
}

@media screen and (min-width: 992px) {
    #type {
        width: 100%;
    }
}

/*footer css*/
footer {
    background: #f5f5f5;
    position: relative;
    z-index: 99;
}
.footer_logo_wrapper {
    padding: 40px 24px 0px 24px;
}
.footer-wrap h3{
    font-size: 20px;
    line-height: 28px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
}
.link_wrapper {
    padding: 40px 24px 32px 24px;
}
.divider_new {
    align-items: stretch;
    background-color: rgb(0 0 0 / 9%);
    border: 0 solid black;
    box-sizing: border-box;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    margin: 0px;
    min-height: 1px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    margin-bottom: 30px;
    margin-top: 25px;
}

.footer-bottom p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(84, 84, 84, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}

.footer-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-wrap ul li a{
    font-size: 14px;
    line-height: 24px;
    color: rgba(84, 84, 84, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}
.social-icon a {
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #d0d0d0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
}
.social-icon{
    margin-bottom: 30px;
}
/*footer css*/

/*service slider*/
.service-slider{
    padding-bottom: 96px;
}
.owl-carousel .owl-nav{
    height: 0px;
}
.owl-carousel .owl-dots{
    display: none;
}
.owl-carousel button.owl-next span {
    position: absolute;
    z-index: 999;
    border: 1px solid #919191;
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 24px;
    line-height: 37px;
}
.owl-carousel button.owl-prev span {
    position: absolute;
    z-index: 999;
    border: 1px solid #919191;
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 24px;
    line-height: 37px;
}
/*service slider*/


/*new category*/
.new_category{
    padding-bottom: 96px;
}
.new_category h2 {
    font-size: 36px;
    line-height: 44px;
    color: rgba(15, 15, 15, 1.00);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}
.img_with_caption:hover{
    cursor: pointer;
}
.img_with_caption p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(15, 15, 15);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
}
/*new category*/


/*salon for women*/
.salon-for-women{
    padding-bottom: 96px;
}
.salon-for-women .img_with_caption{
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}
.salon-for-women .img_with_caption p{
    padding-left: 10px;
}
/*salon for women*/

/*most booked services*/
.most_booked_service{
    padding-bottom: 96px;
}
.most_booked_service span {
    font-size: 14px;
    display: block;
    color: #535252;
}
.most_booked_service span i{
    margin-right: 5px;
}
.most_booked_service p{
    margin-bottom: 5px;
}
/*most booked services*/


/*men massage banner*/
.men-massage-banner{
    padding-bottom: 96px;
}
.men_massage_banner_wrapper{
    overflow: hidden;
}
.men_massage_banner_wrapper img{
    transition: 0.5s;
}
.men_massage_banner_wrapper img:hover{
    transform: scale(1.02);
    transition: 0.5;
}
/*men massage banner*/


/*water purifier banner*/
.water-purifier-banner{
    padding-bottom: 96px;
}
.water_purifier_banner_wrapper{
    overflow: hidden;
}
.water_purifier_banner_wrapper img{
    transition: 0.5s;
}
.water_purifier_banner_wrapper img:hover{
    transform: scale(1.02);
    transition: 0.5;
}
/*men massage banner*/


/*cleaning and pest control*/
.cleaning-and-pest-control{
    padding-bottom: 96px;
}
#cleaning_pest_control .item .img_with_caption p{
    height: 48px;
}

/*cleaning and pest control*/



/*salon-for-men*/
.salon-for-men{
    padding-bottom: 96px;
}
#salon_for_men .item .img_with_caption p{
    height: 48px;
}

/*salon-for-men*/


/*service list*/

.serv_wrapper{
    border-top: 1px solid rgba(227, 227, 227, 1.00);
}

.service_list_wrapper {
    border-left: 1px solid rgba(227, 227, 227, 1.00);
    border-bottom-left-radius: 5px;
    padding: 24px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid rgba(227, 227, 227, 1.00);
    border-bottom: 1px solid rgba(227, 227, 227, 1.00);
}

.service_list_wrapper h2{
    font-size: 28px;
    line-height: 40px;
    color: rgb(15, 15, 15);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
}

.cart_wrapper {
    padding: 20px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
}

.cart_wrapper p {
    color: rgb(117, 117, 117);
    font-size: 14px;
    margin-bottom: 0px;
}
.fixed_right {
    position: fixed;
    width: 21%;
    top: 100px;
    z-index: 99;
}
.promises .p_content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.promises .p_content ul li{
    font-size: 14px;
    line-height: 24px;
    color: rgb(15, 15, 15);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 400;
    text-align: left;
}

.promises {
    padding: 20px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    margin-top: 30px;
    border-radius: 5px;
    display: flex;
}
.promises .p_content ul li i.fa.fa-check {
    margin-right: 5px;
}
.promises .p_content h3{
    font-size: 20px;
    line-height: 28px;
    color: rgb(15, 15, 15);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 600;
    text-align: left;
}
.promises .p_img img{
    width: 50px;
}
p.package_text {
    font-size: 12px;
    color: #004e00;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}
p.package_text i{
    margin-right: 5px;
}
.package {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(227, 227, 227, 1.00);
}
.package_cart_button button{
    width: 80px;
    height: 36px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(197, 180, 245);
    border-radius: 8px;
    border-width: 1px;
    color: #7c7cf7;
    font-weight: 600;
}
.package_heading {
    font-size: 16px;
    line-height: 24px;
    color: rgb(15, 15, 15);
    text-decoration-line: none;
    text-transform: none;
    font-weight: 700;
    text-align: left;
}
.price_time span.price {
    font-size: 13px;
    color: #272727;
    margin-right: 10px;
    font-weight: 800;
}
.price_time span.time {
    font-size: 12px;
    color: #4e4c4c;
}
.price_time span.time i {
    font-size: 6px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.price_time ul {
    padding: 0;
    list-style-position: inside;
}
.price_time ul li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 10px;
}
.package_edit_button button {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(197, 180, 245);
    border-radius: 8px;
    border-width: 1px;
    color: #454444;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
}

@media screen and (max-width:769px){
    .collapse {
        display: block;
    }   
    .header-forms {
        display: block;
    }
    .navbar-nav{
        display: none;
    }
    .navbar-light .navbar-brand {
        display: none;
    }
    #search_location_form{
        width: 80%;
    }
    #search_location_form input.form-control.mr-sm-2 {
        border: 0px !important;
        padding-left: 0px;
    }
    form.header-search-icon i.fa.fa-map-marker{
        display: none;
    }
    #city_location{
        font-weight: 800;
        font-size: 14px;
    }
    form.header-search-icon i.fa.fa-angle-down {
        position: absolute;
        right: 0;
        color: #959595;
        font-size: 17px;
        bottom: 15px;
    }
    .header-icons {
        display: flex;
        justify-content: space-evenly;
        width: 100px;
        font-size: 18px;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .header-icons i{
        border: 1px solid rgba(227, 227, 227, 1.00);
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color:rgba(97, 97, 97, 1.00);
    }
    nav.bg-light{
        padding-bottom: 0px;
        border:0px;
    }
    .main-section{
        padding: 10px 10px 40px 10px;
    }
    .main-section .category-header{
        display: none;
    }
    .custom_col_four_wdith {
        max-width: 100%;
    }
    .fixed_category {
        position: relative;
        width: 100%;
        top: auto;
        z-index: 9;
    }
    .custom_col_nine_wdith {
        max-width: 100%;
        margin-top: 30px;
    }
    .fixed_right {
        position: relative;
        width: 100%;
        top: auto;
        z-index: 1;
    }

}

@media screen and (min-width:992px){
    .category-main-wrapper {
        width: 85%;
    }
    span#city_location {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1232px;
        padding: 0;
    }
}
