/*!
*
* Author: Mohammed SOWOU
* NOTE: This file contains the styling for fixaars .
* Editor: Chanuka
*/
body,p,h1,h2,h3,h4,h5,h6,a,
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.navbar-brand img{
    height: 70px !important;
}


.custom-card-table tbody td {
    color: #000 !important;
}

/* Dark mode */
.dark-mode .custom-card-table tbody td {
    color: #fff !important;
}



header .navbar .iq-nav-menu.navbar-nav li > a.nav-link{
    padding: 15px 20px !important;
}
.search-box-wrapper{
    /* margin: 0 auto; */
    max-width: 585px;
}
.max-width-900{
    /* margin: 0 auto; */
    max-width: 900px;
}
.border1{
    border: 1px solid #175bdd;
    border-radius: 5px;
}
.section-padding{
    padding: 3.125rem 1rem 3.125rem 1rem !important;
}
.form-control {
    border: 1px solid #dbdbdb !important;
}
.input-group-append, .login-wrapper .input-group .input-group-text{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top: 1px solid #dbdbdb !important;
    border-right: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #dbdbdb !important;
}
.top-cat-wrapper .category-card .img-bg{
    background-color: #f3f3ff !important;
}
.f-14{
    font-size: 14px;
}
.f-12{
    font-size: 12px;
}
.join-us-btn{
    color: var(--bs-heading-color);
}
.top-header ul{
    list-style: none;
}
.become-fixaar-btn:hover svg{
    fill: #fff;
}
.yellow-highlight {
    background-image: url(../images/underline.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -2px;
    margin-right: -30px;
    padding-bottom: 26px;
    padding-left: 14px;
    padding-right: 46px;
    display: inline-block;
}
.padding-top-bottom-26 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}
.section-padding.bg-light.our-service{
    background-color: rgba(var(--bs-white)) !important;
}
.cta-email:hover svg{
    fill: #fff;
}
.support-center .sec-9-content-wrapper,
.become-fixar .sec-9-content-wrapper{
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    z-index: +1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7567401960784313) 71%);
    width: calc(100% - 2rem);
    padding: 3rem;
}
@media only screen and (max-width: 992px){
    .max-min-lg-width-500{
        max-width: 500px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 602px){
    .find-fixaar-btn{
        width: 100%;
    }
    .find-fixaar-btn .btn{
        width: 100%;
        padding-right: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}
.web-banner{
   background-image: url(../images/fixaars-web-banner-lite.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
        min-height: 400px;
}
.search-wrapper {
    width: 100%;
    background: #175bdc;
    padding: 7px;
    border-radius: 2px;
}
@media only screen and (min-width: 768px){
.search-wrapper {
    position: absolute;
    margin-top: 18px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    background: #175bdc;
    padding: 7px;
    border-radius: 2px;
    }
}
.f14{
    font-size: 14px !important;
}
.f16{
    font-size: 16px !important;
}
.main-search-btn{
    width: 95px;
    min-height: 48px;
    border-radius: 3px;
}
.select2-container .select2-selection--single{
    border: 1px solid #dbdbdb !important;
}
.service-box-card {
    height: 100%;
}
.service-box-parent .col-xl-4.col-sm-6{
    margin-bottom: 20px !important;
}
@media (min-width: 768px) {
    .max-md-410{
        max-width: 410px;
    }
    .w-md-50{
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    .search-box-wrapper {
    max-width: unset !important;
    }
    .main-search-btn{
    width: 100%;
    }
    .border-sm-none{
        border: 0 !important;
    }
}
@media (min-width: 992px) {
    .col-lg-cat-1 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

/* 10/12/24 */
/* Global styles end */
