@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('font-awesome.min.css');



/* GENERAL  */
.section_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    text-align: center;
    margin-bottom: 35px;    
}


.divider-100{
    padding: 50px 0px;
}


/* HEADER SECTION */
.header_section .navbar{
    padding: 22px 0px;
}


.header_section nav ul.navbar-nav li{
    margin-left: 14px;
    margin-right: 14px;    
}

.header_section nav ul.navbar-nav a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #252525;
    }



.header_section nav ul.navbar-nav a.btn.btn-success {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F3F3F3;
    padding: 11px 13px;
    background: #4ABA87;
    }


.header_section nav ul.navbar-nav a.btn.btn-outline-success {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F3F3F3;
    padding: 11px 13px;
    color: #4ABA87;
    border-color: #4ABA87;
    }



/* TOP BANNER SECTION */
.top_banner_section{
    min-height: 100vh;
    background: url(../img/bg_header.png) no-repeat;
    background-size: cover;
    position: relative;
    }


.top_banner_section .banner_content{
    margin-top: 45%;
}


.top_banner_section .banner_content h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #252525;
    margin-bottom: 18px;
}

.top_banner_section .banner_content p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 30px;
    }




.top_banner_section .banner_form{}
.top_banner_section .banner_form *:focus{
    outline: none;
    box-shadow: none;

}


.top_banner_section .banner_form input{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #525252;    
}

.top_banner_section .banner_form .banner_search_btn{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F3F3F3;
    background: #4ABA87;
    padding: 17px 39px;
    border: none;
    }




/* CATEGORY MENU  */
.cat_menu{
    padding: 38px 0px;
    background: #fff;
    position: absolute;
    bottom: 36px;
    width: 100%;
    }

.cat_menu .cat_menu_row {
    display: flex;
    flex-wrap: wrap;
}


.cat_menu .cat_menu_item{
    /*width: 13.95%;*/
    border-right: 1px solid rgb(82 82 82 / 15%);
    /*display: inline-block;*/
    flex: 1;
    }


.cat_menu .cat_menu_item:last-child{
    border: none;
}


.cat_menu .cat_btn{
    display: block;
    text-align: center;
    text-decoration: none;
        }

.cat_menu .cat_btn img{
    /*display: block;*/
    margin-bottom: 10px;
    }

.cat_menu .cat_btn ion-icon{
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #000000;
    }

.cat_menu .cat_menu_item{
    border-right: 1px solid rgb(82 82 82 / 15%);
    padding: 5px;
    }



.cat_menu .cat_menu_item .cat_btn .cat_btn_title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    text-decoration: none;
    display: block;
    }


.cat_menu .cat_menu_item .cat_btn .cs_label{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #4ABA87;
}


/* HOW IT WORKS SECTION */
.how_works_section{
    /*padding: 50px 0px;*/
}

.how_works_section .how_works_stitle{
    }

.how_works_section .hw-item {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 25px 52px;
    height: 100%;
    position: relative;
    overflow: hidden;
    }


.how_works_section .hw-item > *{
    position: relative;
    z-index: 1;
}


.how_works_section .hw-item:before {
    position: absolute;
    display: block;
    content: "";
    width: 0%;
    height: 0%;
    background: #f3f3f3;
    z-index: 0;
    left: -20%;
    transition: width .5s, height .5s;
    top: -20%;
    border-radius: 100%;
}


.hw-item:hover:before {
    width: 150%;
    height: 150%;
}



.how_works_section .hw-item h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #252525;
    margin-bottom: 24px;
    margin-top: 24px;
}

.how_works_section .hw-item p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #252525;
}



/* CTA INFO BOX */
.cta_info_box{
    /*margin: 100px auto;*/
    background: #F3F3F3;
    border-radius: 10px;
    }

.cta_info_box .cta_info_box_content{
    padding: 72px 80px;
}

.cta_info_box .cta_info_box_content h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 38px;
}

.cta_info_box .cta_info_box_content p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 15px;
    }

.cta_info_box .cta_info_box_content .cta_btn{
    font-family: 'Montserrat', sans-serif;
    background: #4ABA87;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #4ABA87;
    transition: .3s;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    }


.cta_info_box .cta_info_box_content .cta_btn:hover{
    color: #4ABA87;
    background:#fff ;
    }



/* APPLICATION CTA SECTION */
.app_cta_section{
    background: rgb(74 186 135 / 15%);
    /*opacity: 0.15;*/
    border-radius: 10px;
    padding: 37px 37px 0px;
    /*margin: 100px 0px;*/
    }




.app_cta_section .app_cta_section_content h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 38px;
}

.app_cta_section .app_cta_section_content p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 15px;
    }




/* FEATURED FEEDBACK SECTION */
.featured_feedback_section{
    /*margin: 50px auto;*/
}



.feedback_author.d-flex .feedback_author_img{
    margin-right: 14PX;
    }


.feedback_author .feedback_author_img{
    width: 72PX;
    }


.feedback_author.d-flex .feedback_author_inr{
    display: inline-block;
}


.feedback_author .feedback_author_inr h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.feedback_author .feedback_author_inr ion-icon{
    color: #4ABA87;
    }

.featured_feedback_section .ff_box{
    padding-left: 16px;
}


.featured_feedback_section .ff_box h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 16px;
    }

.featured_feedback_section .ff_box p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 24px;
    }

.feedback_author_inr .feedback_author_rating li{
    margin-right: 4px;
}



/* FEEDBACK SECTION */
.feedback_section{}

.feedback_section .feedback_carousel{}


.feedback_section .feedback_carousel .slick-list.draggable{
    /*overflow-y: initial;*/
}

.feedback_section .feedback_carousel .feedback_carousel_item{
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 52px;
    margin: 85px 10px 10px;
    }


.feedback_section .feedback_carousel .feedback_carousel_item .feedback_author_img{
    margin:-85px auto 15px;
}


.feedback_section .feedback_carousel .feedback_carousel_item .feedback_author .feedback_author_inr{
    margin-bottom: 15px;
}



.feedback_section .feedback_carousel .slick-dots{
    text-align: center ;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
    }

.feedback_section .feedback_carousel .slick-dots li{
    display: inline-block;
    margin: 2px;
    }


.feedback_section .feedback_carousel .slick-dots li button{
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50px;
    background: #252525;
    border: none;
    overflow: hidden;
    padding: 0px;
    opacity: 0.25;
    }


.feedback_section .feedback_carousel .slick-dots li.slick-active button{
    opacity: 1;
}



/* FOOTER SECTION */
.ftr_section{
    background: #252525;
    padding: 50px 0px 35px;
}


.ftr_section .ftr_logo{
    margin-bottom: 19px;
    }


.ftr_section .ftr_menu_widget a, .ftr_desc_link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    transition: .8s;
}


.ftr_section .ftr_desc_link{
    margin-bottom: 24px;
    display: block;
    }


.ftr_section .ftr_menu_widget a:hover, .ftr_desc_link:hover{
    opacity: .6;
    color: #fff;
    }


.ftr_section .ftr_hdng_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 16px;
}



/* COPYRIGHT SECTION  */
.cpright_section{
    padding: 2px 0px 8px;
    background: #525252;   
    }


.cpright_section p{
    margin-bottom: 0px;
    }


.cpright_section .cpright_text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.cpright_section .mounters_guarantee{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding-left: 25px;
    background: url(../img/vector-30@2x.png) no-repeat;
    background-size: contain;
    text-decoration: none;
    }




/* TECHNICIAN PAGE HEADER */
.technician_ptitle_section{
    /*border-bottom: 1px solid #F3F3F3;*/
    padding: 32px 0px;
    }


.technician_ptitle{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
}


.technician_ptitle_section .technician_search{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    padding: 9px 15px;
}


.technician_search input:focus{
    box-shadow: none;
}

.technician_ptitle_section .technician_search, .technician_ptitle_section .technician_search *{
    background: #F3F3F3;
    border: none;
}



/* TECHNICIAN LISTING SECTION */
.technician_listing_section{
    border-top: 1px solid #F3F3F3;
    /*padding: 16px 0px;*/
    }




/* TECHNICIAN PROFILES  */
.technician_listing_section .technician_profiles{
    /*padding: 25px 15px 0px;*/
    padding: 25px 0px 25px 15px;
    border-left: 1px solid #F3F3F3;
    }

.technician_listing_section .technician_profiles_item{
    padding: 15px;    
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 8px;
    }


.technician_listing_section .technician_profiles_item ul li{
    margin-bottom: 5px;
    }

.technician_listing_section .technician_profiles_item ul.job_tags a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    text-decoration: none;
}

.technician_listing_section .technician_profiles_item ul.job_tags a i.fa{
    width: 25px;
}


.technician_listing_section .technician_profiles_item .pi_est_cost{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    }

.technician_listing_section .technician_profiles_item .pi_est_cost span{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 12px;
    }




.technician_listing_section .technician_profiles_item .pi_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 5px;
    }


.technician_listing_section .technician_profiles_item .pi_stitle_tags{
    margin-bottom: 10px;
    }

.technician_listing_section .technician_profiles_item .pi_stitle_tags li{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #252525;

}


.technician_listing_section .technician_profiles_item .pi_rating li{
    margin-right: 0px;
}

.technician_listing_section .technician_profiles_item .pi_rating ion-icon{
    color: #4ABA87;
}

.technician_listing_section .technician_profiles_item .pi_rating .li_rating_val{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /*font-weight: bold;*/
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    }

.technician_listing_section .technician_profiles_item .pi_rating .li_rating_val b{
    font-weight: bold;
}




/* TECHNICIAN PROFILES FILTER  */
.technician_listing_section .technician_filter{
    /*padding: 25px 15px 0px;*/
    padding: 25px 0px 0px;
    /*border-left: 1px solid #F3F3F3;*/
    }


.technician_listing_section .technician_filter a.technician_filter_close_btn {
    color: #4aba87;
    font-size: 30px;
    }

.technician_listing_section .technician_filter .technician_filter_title{
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
}


.technician_listing_section .technician_filter .technician_filter_item{
    padding: 15px 0px;
}


.technician_listing_section .technician_filter .technician_filter_item li a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    text-decoration: none;
    }


.technician_listing_section .technician_filter .technician_filter_item li a.active{
    font-weight: bold;
    }



.technician_listing_section .technician_filter .technician_filter_item.price_range_fitler input{
    padding: 11px 10px;
    margin-bottom: 10px;
    border-color: #f3f3f3;

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    }


.technician_listing_section .technician_filter .technician_filter_item.price_range_fitler input::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
}


.technician_listing_section .technician_filter .technician_filter_item.price_range_fitler input:focus{
        box-shadow: 0 0 0 0.25rem rgb(74 186 135 / 25%);
    }

.technician_listing_section .technician_filter .technician_filter_item .tf_rating li{
    margin-right: 0px;
    }

.technician_listing_section .technician_filter .technician_filter_item .tf_rating ion-icon{
    color: #F3F3F3;
    }

.technician_listing_section .technician_filter .technician_filter_item .tf_rating li.active ion-icon{
    color: #4ABA87;
}


.technician_filter_hdr h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
}



/* TECHNICIAN PAGINATION */
.technician_profiles_pagination .pagination .page-link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    border: 1px solid #525252;
    border-radius: 7px;
    margin-left: 7px ;
    width: 28px;
    height: 28px;
    padding: 5px;
    text-align: center;
    }


.technician_profiles_pagination .pagination .page-link:hover{
    border-color: #4ABA87;
    background: #4ABA87;
    color: #fff;
}


.technician_profiles_pagination .pagination_dropdown{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #525252;
    }


.technician_profiles_pagination .pagination_dropdown select{
    border: none;
    font-weight: bold;
}


.technician_profiles_pagination .pagination_dropdown select:focus-visible{
    outline: none;
    }




/* TECHNICIAN PROFILE */
.technician_profile_section{
    padding: 50px 0px;
}

/* TECHNICIAN QUOTE FORM */
.technician_quote_form{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.05);
    }


.technician_quote_form .tqf_hdr{
    background: rgb(74 186 135 / 15%);
    padding: 16px;
    }


.technician_quote_form .tqf_hdr .tqf_hdr_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #525252;
    }

.technician_quote_form .tqf_hdr .tqf_hdr_amount{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #252525;
}



.technician_quote_form .tqf_body{
    padding: 32px 16px;
    }


.technician_quote_form .tqf_body .form-select, .technician_quote_form .tqf_body .form-control{
    background: #F3F3F3;
}


/* TECHNICIAN PROFILE CONTENT */
.technician_profile_section{}

.technician_profile_section .technician_profie_hdr .pi_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 5px;
}

.technician_profile_section .technician_profie_hdr .online_status{
    width: 16px;
    height: 16px;
    background: #4ABA87;
    border-radius: 19px;
    display: inline-block;
    }


.technician_profile_section .technician_profie_hdr .pi_rating li{
    margin-right: 0px;
}

.technician_profile_section .technician_profie_hdr .pi_rating ion-icon{
    color: #4ABA87;
}

.technician_profile_section .technician_profie_hdr .pi_rating .li_rating_val{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /*font-weight: bold;*/
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    margin-bottom: 0px;
    }

.technician_profile_section .technician_profie_hdr .pi_rating .li_rating_val b{
    font-weight: bold;
}


.technician_profile_section .technician_profie_hdr .pi_rating .li_licensed_tag{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #252525;
    background:  #F3F3F3;
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 0px;
    }


.technician_profile_section .technician_profie_hdr .pi_social_links a{
    color:  #000000;
}


.technician_profile_section .technician_profile_tabs nav {
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    margin-top: 30px ;
    }


.technician_profile_section .technician_profile_tabs nav .nav-link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #252525;
    border: none;
    padding: 12px;
    }

.technician_profile_section .technician_profile_tabs nav .nav-link.active{
    border: none;
}


.technician_profile_section .tab-content{
    padding: 40px 0px;
}

.technician_profile_section .tpt_title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
    margin-bottom: 20px;
}


.technician_profile_section .tab-content p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}


.technician_profile_section .tab-content .technician_profile_summary .cps_item p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 10px;
    }


.technician_profile_section #technician_profile_faq .accordion-header{
    /*background: red;*/
}

.technician_profile_section #technician_profile_faq .accordion-header button{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    background: transparent;
    }


.technician_profile_section #technician_profile_faq .accordion-header button:focus{
    box-shadow: none;
}


.technician_profile_section #technician_profile_faq .accordion-button:not(.collapsed)::after{
    content: "\2212";
    background: transparent;
    }


.technician_profile_section #technician_profile_faq .accordion-button::after{
    content: "\002B";
    color:#4ABA87;
    background: transparent;
    font-size: 25px;
}




.technician_profile_section #technician_profile_faq .accordion-body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}



.technician_profile_section .services_tab_row{}

.technician_profile_section  .services_tab_row .services_tab_item{
    position: relative;
}



.technician_profile_section .services_tab_row .services_tab_item img{
    margin-bottom: 30px;
}


.technician_profile_section .tab_reviews_container{}
.technician_profile_section .tab_reviews_container .technician_review_author{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 5px;
    }


.technician_profile_section .tab_reviews_container .tab_reviews_item{
    padding: 20px 0px;
    border-bottom: 1px solid rgb(82 82 82 / 15%);
}

.technician_profile_section .tab_reviews_container .tab_reviews_item p{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    }


.technician_profile_section .tab_reviews_container .tab_reviews_item .technician_review_rating{
    margin-bottom: 0px;
}

.technician_profile_section .tab_reviews_container .tab_reviews_item .technician_review_rating li{
    margin-right: 0px;
}

.technician_profile_section .tab_reviews_container .tab_reviews_item .technician_review_rating ion-icon{
    color: #4ABA87;
}


.technician_profile_section .tab_reviews_container p.technician_review_date{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #525252;
    margin-bottom: 0px;
    }





/* PROJECT CAROUSEL */
.projects_carousel {
    padding: 0px 20px;
}



.projects_carousel .project_carousel_item{
    padding: 10px;
}



.projects_carousel .project_carousel_item img:before {
    content: "";
    background: #000;
    POSITION: ABSOLUTE;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    z-index: 14;
}


.projects_carousel .project_carousel_item a{
    display: block;
    text-decoration: none;
    position: relative;
    }


.projects_carousel .project_carousel_item .project_info{
    position: absolute;
    bottom: 0px;
    padding: 15px;

    background: rgba(0,0,0,0.57);
    background: linear-gradient(1deg,rgba(0,0,0,0.57) 0%, #ffffff05 80%);
    background: -webkit-linear-gradient(85deg,rgba(0,0,0,0.57) 0%, #ffffff05 80%);
    background: -moz-linear-gradient(1deg,rgba(0,0,0,0.57) 0%, #ffffff05 80%);

    }

/*.projects_carousel .project_carousel_item .project_info *{
    z-index: 2;
    position: relative;
}
*/

/*.projects_carousel .project_carousel_item .project_info:before{
    content: "";
    background: #000;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;    
}
*/


.projects_carousel .project_carousel_item .project_info h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.projects_carousel .project_carousel_item .project_info p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0px;
}


.projects_carousel .slick-prev:before, .projects_carousel .slick-next:before {
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #4ABA87;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.projects_carousel .slick-next:before {
    content: '\003E';
}


.projects_carousel .slick-prev:before {
    content: '\003C';
}


.projects_carousel .slick-prev, .projects_carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #4ABA87;
    border: none;
    outline: none;
    background: transparent;
}


.projects_carousel .slick-prev {
    left: -5px;
}

.projects_carousel .slick-next {
    right: -5px;
}


/* TRACK TECHNICIAN PAGE */
.track_technician_section{
    padding-bottom: 50px;
}

.track_technician_section .map_wrap{
    position: relative;
    }

.track_technician_section .map_wrap #map {
  height: 640px;
    }


.track_technician_section .map_wrap .map_card_wrap{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    right: 0px;
    padding: 10px;
    }

.track_technician_section .map_wrap .map_card{
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 16px;
    max-width: 343px;
    width: auto;
    }



.track_technician_section .map_wrap .map_card h4.map_technician_name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    }

.track_technician_section .map_wrap .map_card h4.map_technician_name .online_status{
    width: 12px;
    height: 12px;
    background: #4ABA87;
    display: inline-block;
    margin-left: 5px;
    border-radius: 10px;
    }


.track_technician_section .map_wrap .map_card .map_technician_distance{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    }




/* RATE YOUR TECHNICIAN */
.profile_rating_section{
    padding: 35px 0px 100px;
}

.profile_rating_section .prs_summary_card{
    background: #FFFFFF;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 16px   ;
    }




/*.technician_listing_section .technician_profiles_item .pi_stitle_tags li{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #252525;

}
*/

.profile_rating_section .prs_summary_card .pi_rating li{
    margin-right: 0px;
}

.profile_rating_section .prs_summary_card .pi_rating ion-icon{
    color: #4ABA87;
}

.profile_rating_section .prs_summary_card .pi_rating .li_rating_val{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /*font-weight: bold;*/
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    margin-bottom: 0px;
    }

.profile_rating_section .prs_summary_card .pi_rating .li_rating_val b{
    font-weight: bold;
}


.profile_rating_section .prs_summary_card .prs_technician_name{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    }

.profile_rating_section .prs_summary_card .prs_technician_name .online_status{
    width: 12px;
    height: 12px;
    background: #4ABA87;
    border-radius: 10px;
    display: inline-block;
    margin-left: 5px;
    }



.profile_rating_section .prs_comment label{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #525252;
    margin-bottom: 10px;
    }

.profile_rating_section .prs_comment textarea{
    background: #F3F3F3;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;

}


/* PRS RATING FIELDS */
.profile_rating_section .prs_rating_fields{
    padding: 40px 0px;
}

.profile_rating_section .prs_rating_fields .prs_rating_star{}
.profile_rating_section .prs_rating_fields .prs_rating_star li{
    margin-right: 0px;
}

.profile_rating_section .prs_rating_fields .prs_rating_star li ion-icon{
    color:  #F3F3F3;
    font-size: 25px;
    } 


/* PRS GRATUITY FIELD */
.profile_rating_section .prs_gratuity_fields_item{}

.profile_rating_section .prs_gratuity_fields_item label{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: #525252;
    }

.profile_rating_section .prs_gratuity_fields_item{
    padding: 8px 0px;
}

.profile_rating_section .prs_gratuity_fields_item p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;

}


/* ON BOARD SECTION  */
.onboard_section{
    padding-bottom: 50px;
    }


.onboard_section label{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: #525252;
    margin-bottom: 8px;
}


.onboard_section .form-control , .onboard_section .form-select{
    background-color: #F3F3F3;
    min-height: 41px;
}


.onboard_section .drag_box{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /*display: flex;*/
    align-items: flex-end;
    text-align: center;
    color: #4ABA87;

    border: 1px dashed #4ABA87;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 70px 20px;
    }

.onboard_section .thumb_dlet_btn{
    background: #B52929;
}

.onboard_section .upload_thumb_item{
    position: relative;
    margin-bottom: 1em;
    }

.onboard_section .upload_thumb_item .thumb_dlet_btn {
    background: #B52929;
    color: #fff;
    padding: 3px 5px;
    border-radius: 15px;
    font-size: 10px;
    position: absolute;
    right: 2px;
    top: -7px;
}


.onboard_section .onboard_review_uploader{}
.onboard_section .onboard_review_uploader h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;
    }


.onboard_section .onboard_review_uploader p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;    
        }


.onboard_section .onboard_review_uploader .onboard_review_uploader_rating{}
.onboard_section .onboard_review_uploader .onboard_review_uploader_rating li{
    margin-right: 0px;
}

.onboard_section .onboard_review_uploader .onboard_review_uploader_rating li ion-icon{
    color: #F3F3F3;
    font-size: 20px;
}


/* EDIT PROFILE SECTION */
.editprofile_section{}

.editprofile_section .ep_pic_tips{
    background-color: #F3F3F3;
    border: 1px solid #ced4da;
    padding: 20px;
    border-radius: 5px;
    }

.editprofile_section .ep_pic_tips h4{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;    
}

.editprofile_section .ep_pic_tips ul li{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}



.editprofile_section label {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    color: #525252;
    margin-bottom: 8px;
}

.editprofile_section .form-control, .editprofile_section .form-select {
    background-color: #F3F3F3;
    min-height: 41px;
}





.editprofile_section .drag_box{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /*display: flex;*/
    align-items: flex-end;
    text-align: center;
    color: #4ABA87;

    border: 1px dashed #4ABA87;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 70px 20px;
    }

.editprofile_section .thumb_dlet_btn{
    background: #B52929;
}

.editprofile_section .upload_thumb_item{
    position: relative;
    margin-bottom: 1em;
    }

.editprofile_section .upload_thumb_item .thumb_dlet_btn {
    background: #B52929;
    color: #fff;
    padding: 3px 5px;
    border-radius: 15px;
    font-size: 10px;
    position: absolute;
    right: 2px;
    top: -7px;
}



/* GENERAL */
.btn.btn-outline-success{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #F3F3F3;
    padding: 11px 13px;
    color: #4ABA87;
    border-color: #4ABA87;    
    }


.btn.btn-outline-success:hover{
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    }

.btn.btn-success{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*color: #F3F3F3;*/
    padding: 11px 13px;
    color: #fff;
    background: #4ABA87;
    border-color: #4ABA87;    
    }


.btn.btn-success:hover{
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    }



.btn.btn-success-light{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*color: #F3F3F3;*/
    padding: 11px 13px;
    color: #252525;
    background: #F3F3F3;
    border-color: #F3F3F3;
    }


.btn.btn-success-light:hover{
    color: #252525;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    }




.form-select:focus-visible{
    outline: none;
}


.form-select:focus, .form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(74 186 135 / 25%);
    }


.primary-link{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*text-align: right;*/
    color: #4ABA87;
    text-decoration: none;
    }

.primary-link:hover{
    color: #4ABA87;
    opacity: .8;
}



/* PAGE TITLE  */
.page_title_section{
    padding: 24px 0px;
}

.page_title_section h2{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;    
    }


@media(min-width:  992px){
    .technician_profile_section  .services_tab_row .services_tab_item:before{
        content: "";
        width: 1px;
        height: 100%;
        right: 0px;
        position: absolute;
        background: #525252;
        top: 5%;
        }


    .technician_profile_section  .services_tab_row .row > .col-md-3:last-child .services_tab_item:before{
        /*width: 0px;*/
        display: none;
    }


}

@media(max-width: 991px){


    .navbar-collapse {
    background: #f8f9fa;
    position: absolute;
    right: 0px;
    left: 0px;
    min-height: 100vh;
    z-index: -1;
    top: 0px;
    display: flex;
    text-align: center;
    transition: .5s;
    }

    .header_section .navbar-collapse ul {
/*        margin: auto !important;
        padding: 0px !important;*/
        width: 100%;
    }

    .header_section .navbar-collapse ul li{
        margin-bottom: 20px;
    }

    .header_section .navbar-collapse ul li a.nav-link{
        font-size: 22px;
        font-weight: 500;
    }

/*    .navbar-collapse.show ul{
        background: #fff;
        position: absolute;
        right: 0px;
        left: 0px;
        min-height: 100vh;
        z-index: -1;
        top: 0px;
    }*/

}

@media(min-width: 448px) and (max-width: 767px){
    .mt-sm-3{
        margin-top: 3rem;
    }
}


@media(max-width: 767px){



    .cat_menu .cat_menu_item{
        width: 49%;
        flex: auto;
        border: 1px solid rgb(82 82 82 / 15%);
    }

    .cat_menu .cat_menu_row .cat_menu_item:last-child{
        width: 100%;
        text-align: center;
        border: 1px solid rgb(82 82 82 / 15%);
    }

    .cat_menu .cat_btn img {
        margin: 5px;
        float: left;
        width: 40px;
    }



    .cat_menu .cat_btn {
        display: block;
        vertical-align: middle;
        align-items: center;
        text-align: left;
        overflow: hidden;
    }

    .cat_menu .cat_menu_item .cat_btn .cat_btn_title{
        font-size: 14px;
        text-align: left;
    }


.top_banner_section .banner_content {
    margin-top: 25%;
    width: 90%;
}



.banner_form .input-group {
    display: block;
}


.banner_form .input-group > * {
    width: 100%;
}


.top_banner_section {
    background-size: auto 52%;
    position: relative;
    background-position: 66% 0px;
}


.cta_info_box .row{
    flex-direction: column-reverse;    
}


.cta_info_box .row > div:last-child{
    padding: 0px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;    
}

.featured_feedback_section .ff_box h3{
    font-size: 28px;
    line-height: initial;
    margin-top: 20px;    
}

.cta_info_box .cta_info_box_content {
    padding: 25px 0px;
}


.app_cta_section .app_cta_section_content h3{
    font-size: 28px;
    line-height: initial;
    margin-top: 20px;    
}


.app_cta_section{
    padding: 25px 0px;

}

.top_banner_section .banner_form {
    width: 80%;
}


.how_works_section .hw-item{
    margin-bottom: 40px;
    height: auto;
    }



.technician_listing_section .technician_profiles{
    padding:  25px 0px;
    }



.technician_ptitle_section .technician_ptitle{
    display: inline-block;
}

.technician_ptitle_section a.technician_filter_btn {
    color: #4aba87;
    font-size: 35px;
    float: right;
}

/*.technician_listing_section .technician_filter:before{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1030;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    }*/

.technician_listing_section .technician_filter {
    /*padding: 15px 0px;*/
    position: fixed;
    background: white;
    top: 0px;
    left: 0px;
    width: 0%;
    bottom: 0px;
    z-index: 1031;
    padding: 30px;
    display: none;
    transition: width 500s;
    overflow: scroll;
    }

.technician_listing_section .technician_filter.show{
    display: block;
    width: 85%;
    }



    }



@media(max-width: 448px){
    .mt-xs-3{
        margin-top: 3rem;
    }



.top_banner_section .banner_content h1 {
    font-size: 29px;
    line-height: initial;
}

.cat_menu{
    position: initial;
    margin-top: 70px;
    position: relative;
}

.top_banner_section .banner_content p{
    color: ;
}

.top_banner_section .banner_content p span {
    display: block;
}




}