.categoriesInfo {
    position: relative
}

.categoriesInfo img {
    position: relative;
    width: 100%;
    border-radius: 25px;
    margin-right: 15px;
}

.categoriesInfo .textContent {
    position: absolute;
    top: 50%;
    right: 0;
    color: white;
    left: 0;
    padding: 0 10px;
}

.categoriesInfo .textContent h6 {
    font-weight: 600;
}

.categoriesInfo .jq-ry-container {
    margin-right: 0;
    padding-right: 0;
}

.categoriesInfo .textContent span {
    font-size: 12px;
}

.categoriesInfo .textContent img {
    width: 15px;
    display: inline-block;
    vertical-align: sub;
}

.categoriesInfo .textContent i {
    color: white;
    vertical-align: middle;
    margin-right: 20%;
}

.categoriesInfo .dropdown-item img {
    width: 30px;
    vertical-align: middle;
}

.categoriesInfo .dropdown-menu {
    border-radius: 0 15px 15px 15px;
    background-color: #fff;
}

.categoriesInfo .dropdown-item {
    color: #7F83F3;
    background-color: #fff;
    font-weight: 600;
}

.categoriesInfo .dropdown-item:hover {
    color: white;
    background-color: #7F83F3;
}

/* .projects .dropdown-item:hover {
    color: white;
    background-color: #7F83F3;
} */


.categoriesInfo .dropdown-item svg {
    background: #E0F7F2;
    color: #7F83F3;
    padding: 6px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.badge-light {
    background-color: rgba(255, 255, 255, 15%);
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    margin: 0px auto 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}

.categoriesSlider .slick-dots,
.projectsSlider .slick-dots {
    direction: rtl !important;
}

.slick-dots li button:before {
    font-size: 15px;
    margin-top: 2px;

}

.slick-dots li.slick-active button:before {
    color: #7F83F3;
    border: 1px solid #7F83F3;
    border-radius: 100%;
    margin-top: 0px;

}

/* .categoriesSlider .slick-dots {
    bottom: unset;
    top: 10%;
    text-align: right;
    right: 160px;

} */



/* .categoriesSlider .slick-dots li button {
    font-size: 0;
    line-height: 12px;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0px;

}
.categoriesSlider .slick-dots li button:before {
    font-size: 14px;
    line-height: 12px;
    color: #757575;
    width: 10px;
    height: 10px;
    margin-left: 3px;

}

.categoriesSlider .slick-dots li.slick-active button {
    padding: 6px;
}

.categoriesSlider .slick-dots li.slick-active button:before {
    opacity: .75;
    border: 1px solid #7F83F3;
    border-radius: 100%;
    padding: 4px 16px 13px 1px;
    margin-left: 1px;
    color: #7F83F3;
} */

/* .btn-lightGray {
    border: 1px solid #F2F2F2;
    background: #F2F2F2;
    padding: 6px 20px;
    border-radius: 20px;
    /* color: #7F83F3; */
/*}
.btn-lightGray:hover {
    border: 1px solid #303030;
    background: #303030;
    color: white;
}
.btn-lightGray:hover .displayImage{
    display: inline-block;
    transition: all 0.5s ease 0s;
}
.btn-lightGray:hover img{
    display: none;
} */
.tab-pane.fade {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-pane.fade.show.active {
    height: auto;

}

.nav.nav-pills .nav-link {
    background: #F3F3F3;
    transition: all 0.5s ease 0s;
    border-radius: 25px;
    border: 1px solid #F3F3F3;
    padding: 8px 30px;
    margin-left: 10px;
    color: #919191;
}

.nav.nav-pills .nav-link.active,
.nav.nav-pills .nav-link:hover {
    background: #7F83F3;
    color: white;
    transition: all 0.5s ease 0s;
}

/* ----------------------------
----- category Details ---------
---------------------------*/
.title-box {
    background-color: #ECECEC;
    color: #303030;
    padding: 20px;
    border-radius: 15px;
    font-weight: 700;
}

.service-provider {
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    margin: 10px auto;
    font-weight: 700 !important;
}

.service-provider .serviceD {
    display: flex;
    margin-top: 10px;
}



.service-details {
    background-color: #E9FBF2;
    color: #7F83F3;
    padding: 10px;
    border-radius: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.service-details img {
    width: 25px;
    margin-left: 10px;
}

.service-details span {
    color: black;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.service-imgs {
    margin-top: 50px;
}

.service-imgs img {
    width: 100%;
    height: 100%;
}

.service-imgs .slick-dots {
    top: 50%;
    left: 20px;
    text-align: left;
    transform: translateY(-25%);
}

.service-imgs .slick-dots li {
    display: block;
}

.service-imgs .slick-dots li button {
    margin: 10px 0;
}

.service-imgs .slick-dots li button:before {
    margin-top: 10px;
    font-size: 16px;
    color: #ccc;
}

.service-imgs .slick-dots li.slick-active button:before {
    color: white;
    border: 1px solid #fff;
    border-radius: 100%;
    /* margin-top: 0px; */
    padding: 0;
    opacity: 1;
}

.service-desc {
    margin: 30px auto;
}

.service-desc h6,
.service-desc p {
    font-weight: 700;
}

@media screen and (max-width:769px){
    .service-provider .serviceD {
        display: block;
    }
    
}


/* ------ checkbox---------- */
.card-header:first-child {
    border-radius: 15px;
}

.card-header {
    padding: 16px 1.25rem;
    background-color: #ECECEC;
    font-weight: 700;
}

.bg-light {
    background-color: #F5F5F5 !important;
}

.card .roundedCheckBox {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 14px;
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 10px 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: 600;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 0 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #7F83F3;
    background-color: transparent;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 10px;
    content: " ";
    display: block;
    background: #7F83F3;
}

.additional {
    font-size: 12px;
    font-weight: 700;
    color: #919191;
}

.cost {
    color: #7F83F3;
    font-weight: 600;
    font-size: 18px;
}

.btn-counter {
    background: #CEF0DF;
    color: #7F83F3;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 0px;
    display: inline-block;
    font-size: 12px;
}

.service-counter {
    color: #7F83F3;
    font-size: 22px;
    font-weight: 700;
    margin: auto 10px;
    direction: ltr;
    display: inline-block;
    vertical-align: middle;
}


#service-counterall {
    color: #7F83F3;
    font-size: 22px;
    font-weight: 700;
    margin: auto 10px;
    direction: ltr;
    display: inline-block;
    vertical-align: middle;
}



@media screen and (max-width:769px) {

    .additional,
    .cost {
        text-align: left;
        display: block;
    }

    .cost {
        margin-bottom: 14px;
    }

}

.dots {
    width: 5px !important;
    position: absolute !important;
    left: 25px !important;
    top: 70% !important;
}

.badge-red {
    background: #FEEDF1;
    padding: 8px 20px;
    border-radius: 25px;
    color: #F00139;
    font-weight: 700;
    margin-bottom: 20px;
}

.badge-red img {

    margin-left: 10px;
}

.badge-red .btn {
    float: left;
    background-color: #F00139;
    color: white;
    border-radius: 25px;
}

.badge-green {
    background: #E9FBF2;
    padding: 8px 20px;
    border-radius: 25px;
    color: #7F83F3;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.dropdown-ex .catgRate {
    width: unset !important;

}

.catgRate span.badge-gray {
    position: relative !important;
}


.fav:hover .displayFav {
    display: inline-block;
    transition: all 0.5s ease 0s;
}

.fav:hover .fav2 {
    display: none !important;
    transition: all 0.5s ease 0s;
}

.displayFav {
    display: none;
    transition: all 0.5s ease 0s;
}

.fav .active {
    display: inline-block !important;
    transition: all 0.5s ease 0s;
}

.fav .notActive {
    display: none !important;

}

.rateService {
    display: inline-block;
    margin-right: 20px;
}




.serviceRec svg {
    font-size: 28px;
    color: #C9C9C9;
}

.serviceRec:hover svg {
    color: #7F83F3;
    transition: all 0.2s ease 0s;
}



.serviceRec svg.active {
    color: #7F83F3;
}

/* .serviceRec .displayLike.notActive{
    display: none;
} */
.categoriesSlider .slick-list.draggable {
    padding-bottom: 80px;

}

.serviceSelect select {
    color: #848484 !important;
}

.serviceSelect .custom-file {
    width: 100%;
}

.serviceSelect .file-upload {
    width: 100%;
    border-radius: 20px;
    text-align: center;
}

.updateData {
    /* display: none; */
    transition: all 0.2s ease 0s;
}

.remove {
    display: none;
}

.embed-responsive {
    border-radius: 25px;
}

@media screen and (max-width:769px) {
    .badge-red .btn {
        float: unset;
    }
}