:root {
    --mainColor: #77C720;
    --Color: #FDD219;
    --textColor: #000;
    --grayColor: #898989;
    --LightGrey: #CACACA;
    --bgColor: rgba(6, 178, 187, .05);


}

@font-face {
    font-family: "Cairo";
    src: url("https://fonts.googleapis.com/css?family=Cairo") format("opentype");
}
.top-bar{
    background: linear-gradient(to right, #440D5C, #2D157B, #1D348F, #155D97, #7B1C7B);
    color: #e5c046;
    font-size: 14px;

}

.navbar-default {
    border: none;
    background: transparent;
    margin-bottom: 0px;
    border-top: #02abf5 solid 5px;
    direction: rtl;
}


.p-0 {
    padding: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

body {
    font-family: "Poppins";
    color: var(--textColor);
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input,
select,
textarea,
button {
    box-shadow: none !important;
    outline: none !important;
}

.btn-color {
    background-color: var(--mainColor);
    color: white;
    padding: 10px 18px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.btn-color a {
    color: #fff;
}

.btn-color:hover {
    background: var(--Color);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-color1 {
    background-color: var(--mainColor);
    color: white;
    padding: 10px 17px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    min-width: 120px;
    text-align: center;
}

@media (max-width: 400px) {
    .btn-color1 {
        min-width: auto;
    }
}

.btn-color1 i {
    padding-left: 7px;
    color: #fff;
    margin-right: -5px;
    position: relative;
    top: 2px;
    font-size: 19px;
}

.btn-color1:hover {
    background: var(--Color);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-color2 {
    background-color: #333;
    color: white;
    padding: 5px 17px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-width: 150px;
}

@media (max-width: 400px) {
    .btn-color2 {
        min-width: auto;
    }
}

.btn-color2 i {
    padding-left: 7px;
    color: #fff;
    margin-right: -5px;
    position: relative;
    top: 2px;
    font-size: 19px;
}

.btn-color2:hover {
    background: var(--mainColor);
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* title */
.title {
    color: var(--mainColor);
    position: relative;
    font-size: 30px;
    margin-bottom: 30px
}

.title_sup {
    color: var(--grayColor);
    font-size: 24px;
    font-family: "Cairo";
}

@media(max-width:768px) {
    .title {
        font-size: 23px;
    }

}

.navbar .navbar-brand {
    padding-top: 4px;
    color: var(--mainColor);
    font-size: 30px;
    margin: 0 !important;
}

.navbar .sps {
    position: fixed;
    top: 0px;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 10;
    padding: 3px 0;
}

@media (max-width: 768px) {
    .navbar .sps {
        padding: 0 !important;
        min-height: 60px;
    }
}

@media (max-width: 992px) {
    .navbar .sps .container {
        max-width: 100% !important;
        padding: 0;
    }

    .navbar .sps .navbar-collapse {
        float: inherit !important;
        text-align: center;
    }

    .navbar .login_btn .nav-link {
        max-width: 250px;
        margin: auto;
    }

    .navbar .navbar-brand {
        margin-left: 15px !important;
    }
}


.navbar .sps .navbar-nav .nav-item {
    padding: 8px 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* position: relative; */
}

.navbar .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.navbar .sps .navbar-nav .nav-item a {
    color: #333;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-transform: uppercase;
}

.navbar .sps .navbar-nav .nav-item a:hover {
    color: #333;
}


.navbar .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: -2px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 14px;
    border-bottom: 1px solid #eee;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #f5f5f5;
    outline: none;
    box-shadow: none;
}

.navbar .sps .navbar-nav .nav-item .active {
    color: var(--mainColor) !important;
}

.navbar .sps .navbar-toggler {
    top: 0px;
}

.navbar .sps--abv {
    top: 80px;
    transition: all 0.5s ease;
    background-color: #ffff;
    box-shadow: 0 2px 2px #d3d3d340;
    padding-bottom: 16px;
}

.navbar .sps--abv .logo {
    max-width: 212px !important;
    width: 100%;
    transition: all 0.5s ease;
}

.navbar .sps--blw {
    background-color: #fff !important;
    z-index: 30;
    top: 0px;
    transition: all 0.5s ease;
    box-shadow: 0 0 3px 0px #d6d6d6;
}

.navbar .sps--blw .logo {
    width: 130px !important;
    transition: all 0.5s ease;
}

.navbar .logo {
    max-width: 100%
}

.navbar .sps--blw .navbar-toggler {
    top: 0px;
}

.navbar .navbar-toggler {
    background: var(--mainColor);
    margin: 11px 0;
    position: absolute;
    right: 26px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    margin: 6px 0;
    height: 2px;
}

.navbar.nav-pages .sps--abv,
.navbar.nav-pages .sps--blw {
    background-color: #fff !important;
}

.navbar.nav-pages .sps--abv .logo,
.navbar.nav-pages .sps--blw .logo {
    padding: 0 !important;
}

.navbar.nav-pages .sps .navbar-nav {
    margin-top: 8px;
}

.navbar.nav-pages .sps .navbar-toggler {
    top: 0;
}

.navbar .login_btn .nav-link {
    border-radius: 50px;
    padding: 6px 20px;
    margin-top: 3px;
    border: 1px solid #333;
    transition: .5s;
}

.navbar .login_btn .nav-link:hover {
    background-color: var(--mainColor);
    color: #fff !important;
    border: 1px solid var(--mainColor);
}

.navbar .notification_btn .nav-link {
    margin-top: -2px;
    text-align: center;
    font-size: 20px !important;
    position: relative
}

.navbar .notification_btn .nav-link:after {
    content: "";
    width: 8px;
    height: 8px;
    /*background-color: var(--Color);*/
    position: absolute;
    top: 10px;
    /*    right: 6px;*/
    border-radius: 50%;
}

@media(max-width:1200px) {
    .navbar .sps .navbar-nav .nav-item {
        padding: 8px 0px;
    }

    .navbar .sps .navbar-nav .nav-item a {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar .sps--abv {
        background-color: #fff !important;
        /* top: 5px !important; */
        min-height: 60px;
        z-index: 50;
    }

    .navbar .sps .navbar-nav .nav-item a {
        font-size: 16px;
    }
}


@media (max-width: 767px) {
    .navbar .sps .navbar-nav {
        margin-top: 0;
    }

    .navbar .sps .navbar-nav .nav-item .dropdown-menu {
        box-shadow: none;
        background-color: #f9f9f9;
    }

    .navbar .sps .navbar-nav .nav-item:before {
        left: -5px;
    }

    .navbar .sps .navbar-nav .nav-item:last-child:before {
        display: block;
    }
}

/*  footer  */
/*
footer {
    position: relative;
    background-color: var(--mainColor);
    padding-bottom: 50px;
    padding-top: 50px;
}

footer img {
    max-width: 100%
}

footer p {
    font-size: 15px;
    text-align: justify;
    color: #fff;
    padding-right: 20px;
    font-family: "Cairo";
}

footer .box h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

footer .box h4:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--Color);
    position: absolute;
    bottom: -13px;
    left: 0;
}

footer .box ul {
    list-style: none;
    margin-top: 35px;
    padding-left: 0;
    margin-bottom: 0;
}

footer .box ul.social-icon {
    padding: 0;
}

footer .box ul.social-icon li:after {
    display: none !important;
}

footer .box ul.social-icon li i {
    padding-right: 10px;
    color: #fff;
    text-align: center;
    width: 30px;
    padding-top: 4px;
    font-size: 14px;
}

footer .box ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
    font-family: "Cairo";
}

footer .box ul li a {
    color: #fff;
    font-size: 15px;
    transition: .5s;
}

footer .box ul li a:hover {
    color: var(--Color)
}

footer .box ul li a.under_line {
    text-decoration: underline;
    font-family: "Poppins" !important;
}

footer .list-social li {
    display: inline-block;
}

footer .list-social li.icon {
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 30px;
    font-size: 16px;
    padding: 0;
    padding-top: 4px;
    margin: 0 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media(max-width:992px) {
    footer .box {
        flex: 50%;
    }
}

@media(max-width:600px) {
    footer .box {
        flex: 100%;
    }
}
*/
/*app_mobile*/
.app_mobile {
    background-color: var(--mainColor);
    border-bottom: 11px solid var(--Color);
    margin-top: 200px !important;
}

.app_mobile .mobile {
    max-width: 362px;
    margin-top: -110px;
}

.app_mobile h5 {
    font-size: 32px;
    color: #fff
}

.app_mobile p {
    font-size: 22px;
    text-align: justify;
    color: #fff;
    font-family: "Cairo";
}

.app_mobile ul {
    list-style: none;
}

.app_mobile ul li {
    display: inline-block;
}

.app_mobile ul li img {
    max-width: 225px;
    margin-right: 10px;
    width: 100%;
}

@media(max-width:768px) {
    .app_mobile {
        margin-top: 0px !important;
    }

    .app_mobile h5 {
        font-size: 25px;
        text-align: center;
    }

    .app_mobile p {
        font-size: 16px;
        text-align: center;
    }

    .app_mobile ul {
        text-align: center;
    }

    .app_mobile .mobile {
        margin-top: 20px;
    }
}



.owl-carousel .owl-buttons .carousel-control {
    position: absolute;
    top: 36%;
    color: var(--mainColor);
    background-color: #fff;
    padding: 6px 8px;
    line-height: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px 0px #8b8989;
    font-size: 20px;
}

.owl-carousel .owl-buttons .right {
    left: -7px;
    right: auto;
}

.owl-carousel .owl-buttons .left {
    right: -7px;
    left: auto;
}

/* @media(max-width:650px) {
    .owl-carousel .owl-buttons .carousel-control {
        display: none;
    }
} */


/* verify_code */
.verify_code {
    justify-content: center;
    direction: ltr;
    margin-top: 50px;
    margin-bottom: 35px
}

.verify_code .form-control {
    display: block;
    height: 77px;
    margin-right: 26px;
    text-align: center;
    font-size: 26px;
    min-width: 0;
    max-width: 75px;
    border-radius: 20px;
}

.verify_code .form-control:last-child {
    margin-left: 0;
}



/* checkbox */
.new_check[type="radio"],
.new_check[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    height: 17px;
    width: 17px;
    border-radius: 5px;
    background: #ffffff;
    transition: all 250ms linear;
    box-shadow: inset 0 0 0 3px #ffffff !important;
    border: 1px solid var(--mainColor);
    vertical-align: middle;
    margin-right: 6px;
}

.new_check[type="radio"] {
    border-radius: 50%;
}

.new_check[type="checkbox"] {
    border-radius: none;
}

.new_check[type="checkbox"]:checked {
    border-color: var(--Color);
    background-color: var(--Color);
    box-shadow: inset 0 0 0 5px #ffffff;
}

.new_check[type="radio"]:checked {
    border-color: var(--Color);
    background-color: var(--Color);
}


/*   privacy_page   */
.privacy_page p {
    font-size: 15px;
    color: #777;
    text-align: justify
}

.privacy_page ul {
    padding-left: 23px;
    list-style: none;
}

.privacy_page ul li {
    color: #777;
    font-size: 15px;
    position: relative;
}

.privacy_page ul li:after {
    content: "\f058";
    font-size: 12px;
    color: var(--Color);
    position: absolute;
    margin-bottom: 8px;
    left: -24px;
    margin-top: 3px;
    font-family: "Font Awesome 5 Pro";
}

/*  review  */
.old-review {
    list-style: none;
    margin-bottom: 0;
    float: right;
    margin-top: -7px;
}

.old-review li {
    display: inline-block;
    font-size: 15px;
    color: #fed700;
}

.old-review li .gray {
    color: #ccc
}

.old-review span {
    font-size: 15px;
    font-family: "Cairo";
    font-weight: 100;
}

@media(max-width:768px) {
    .old-review {
        float: none !important;
        margin-bottom: 15px;
        margin-top: 5px
    }
}




.dropzone {
    border: 1px solid #ced4da !important;
    border-radius: 5px;
}

.dropzone .dz-message {
    position: relative
}

.dropzone .dz-message:after {
    content: "";
    background-image: url(../images/icons/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    left: 0;
    opacity: .2;
    margin: auto;
}


textarea.form-control {
    height: auto !important
}

/*   list_notification   */
.list_notification img {
    width: 62px;
    height: 62px;
    border: 3px solid #eee;
    text-align: center;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    padding: 4px;
    background-color: #fff;
    object-fit: contain
}

.list_notification .image {
    position: relative;
    margin-right: 10px
}

.list_notification .image .num {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: var(--Color);
    color: #fff;
    font-size: 9px;
    text-align: center;
    margin: auto;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding-top: 2px;
}

.list_notification .image .star {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    background-color: goldenrod;
    color: #fff;
    font-size: 8px;
    text-align: center;
    margin: auto;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding-top: 2px;
}

.list_notification .text h4 {
    font-size: 15px;
    color: var(--Color)
}

.list_notification .text p {
    font-size: 11px;
    margin-bottom: 0;
}

@media(max-width:500px) {

    .row_notification,
    .row_notification .inner {
        display: block !important;
        text-align: center !important;
    }

    .list_notification .image {
        width: fit-content;
        margin: auto;
    }

    .list_notification .text p {
        text-align: center !important;
        margin-top: 10px !important
    }

    .offers .offer_box p {
        text-align: center !important;
        margin-top: 25px
    }
}

/*  privacy_policy   */
.privacy_policy p {
    font-size: 14px;
    color: #777;
    text-align: justify
}

.privacy_policy h4 {
    font-size: 16px;
    color: var(--mainColor);
    text-align: justify;
    margin-top: 28px;
    margin-bottom: 13px;
}

.privacy_policy ul {
    padding-left: 23px;
    list-style: none;
}

.privacy_policy ul li {
    color: #777;
    font-size: 14px;
    position: relative;
}

.privacy_policy ul li:after {
    content: "\f058";
    font-size: 12px;
    color: var(--mainColor);
    position: absolute;
    margin-bottom: 8px;
    left: -24px;
    margin-top: 3px;
    font-family: "Font Awesome 5 Pro";
}


.avatar-upload {
    /*    background-color: #fff;*/
    text-align: center;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
}

.avatar-upload h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-upload h4 {
    font-size: 13px;
    margin-bottom: 10px;
}


.avatar-edit input {
    display: none;
}

.avatar-edit p {
    font-size: 14px;
    margin-bottom: 24px;
    color: #999;
}

.avatar-preview label {
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.avatar-upload .avatar-edit label:hover {
    background: var(--secondColor);
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.avatar-upload .avatar-preview>div {
    width: 130px;
    height: 130px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 2px dashed var(--LightGrey);
    background-size: contain;
    background-repeat: no-repeat;
}

/** dropdown menu  */
.navbar .sps .navbar-nav .nav-item.dropdown {
    position: relative;
    padding-top: 0
}

.navbar .sps .navbar-nav .nav-item .dropdown-toggle:after {
    content: "\f107";
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    border: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    right: 0px;
    display: none;

}

.navbar .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar .sps .navbar-nav .nav-item.dropdown a {
    border-radius: 50px;
    padding: 4px;
    /*    max-width: 150px;*/
}

.navbar .sps .navbar-nav .nav-item.dropdown a img {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    border-radius: 4px;
    background-color: #fff;
    object-fit: contain;
    padding: 2px;
}

.navbar .sps .navbar-nav .nav-item.dropdown a span {
    width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
    margin-bottom: -7px;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: -2px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
    padding: 0
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 12px;
    border-bottom: 1px solid #eee;
    color: #333;
    margin: 2px;
    max-width: -webkit-fill-available;
    background-color: #fff;
    border-radius: 0;
    transition: .5s
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #f5f5f5;
    outline: none;
    box-shadow: none;
}


/*   notification */
#notificationsli ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#notificationsli ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #c2c4c7;
    border-radius: 17px;
}

#notificationsli ::selection {
    background-color: #c2c4c7;
    color: #fff;
}

#notificationsli -webkit-::selection {
    background-color: #c2c4c7;
    color: #fff;
}

#notificationsli ::-moz-selection {
    background-color: #c2c4c7;
    color: #fff;
}

#notificationsli .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 275px;
    max-width: 350px;
}

.all_noty {
    max-height: 270px;
    overflow-y: auto;
}

.single_noty {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 4px;
}

.single_noty h6 {
    font-size: 10px;
    float: right;
}

.single_noty h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--mainColor)
}

.single_noty p {
    font-size: 13px;
    margin-bottom: 0;
}

#notificationsli .link_to_all {
    padding: 7px 5px;
    text-align: center;
    display: block;
    background-color: var(--mainColor);
    color: #fff;
    font-size: 10px;
}

/* header */
.top_header {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
}

.list_social_media li {
    display: inline-block;
    padding: 10px 8px;
}

.list_social_media li a {
    color: var(--textColor);
    text-align: center;
    font-size: 16px;
    padding: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.list_social_media li:hover a {
    color: var(--mainColor);
}

.top_header .search {
    display: flex;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 5px;
    height: 48px;
    justify-content: center;
    padding: 7px;
}

.top_header .search input {
    border: 0 !important;
}

.top_header .search input::placeholder {
    color: var(--grayColor);
    font-size: 16px;
    font-family: "Cairo";
}

.top_header .btn_serach {
    background-color: var(--mainColor);
    border-radius: 4px;
    min-width: 80px;
    padding: 4px;
    margin-left: 8px;
    transition: .5s;
}

.top_header .btn_serach:hover {
    background-color: var(--Color);
}

.top_header .search select {
    border: 0;
    color: var(--grayColor);
    font-family: "Cairo";
    border-left: 1px solid var(--LightGrey);
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .top_header .center {
        display: none;
    }
}

@media(max-width:992px) {
    .top_header .buttons .btn-color {
        padding: 10px 8px;
    }

    .mobile_icons {
        flex-direction: row;
        justify-content: center;
    }

    .mobile_icons>li {
        margin: 0 10px;
    }

    .navbar .sps .navbar-nav .nav-item .dropdown-menu {
        max-width: 500px;
        margin: auto;
    }

}

@media(max-width:450px) {
    .top_header .list_social_media {
        display: none;
    }

    .top_header .buttons {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar .sps--abv .logo {
        max-width: 70% !important;
    }
}



/* dropdown menu */
.navbar .sps .navbar-nav .nav-item span {
    color: #333;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-transform: uppercase;
}

.nav_mega img {
    height: 48px;
    display: block;
    margin-bottom: 12px;
}

.nav_mega a {
    color: var(--mainColor) !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}

.nav_mega p {
    color: var(--grayColor);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
    margin-top: 5px;
}

.view_btn a {
    color: var(--mainColor) !important;
    font-size: 16px !important;
    margin-bottom: 23px;
    display: block;
}

.nav-item.menu-dropdown .nav-link {
    position: relative;
    padding-right: 17px;
}

.nav-item.menu-dropdown .nav-link:after {
    content: "\f078";
    position: absolute;
    right: 2px;
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    font-weight: 800;
    font-size: 12px;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
    }
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 2px solid var(--pink-400);
    background-color: var(--white-100);
    box-shadow: var(--shadow-medium);
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        box-shadow: none;
        transform: translateX(0%);
    }

    /*
    .submenu.is-active {
        display: block;
    } */

}

.megamenu {
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    background-color: #fff;
    border-top: 10px solid var(--Color);
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: -50;
    opacity: 0;
}

.megamenu-column-1 {
    left: 65%;
    max-width: 15rem;
    width: 100%;
    height: auto;
}

.megamenu-column-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 62rem;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .megamenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }
}

/*  services  */
.services .all_services {
    position: relative;
}

.services .all_services img {
    width: 80%;
    height: 670px;
    object-fit: cover;
    border-radius: 15px;
}

.services .all_services .interior {
    background-image: url(../images/services/back.svg);
    background-position: top right;
    background-size: cover;
    max-width: 500px;
    text-align: left;
    padding: 26px;
    color: #fff;
    position: absolute;
    top: 20%;
    width: 100%;
    padding-right: 70px;
}

.services .all_services .interior-text {
    font-size: 16px;
    margin-bottom: 17px;
}

.services .all_services p {
    font-size: 32px;
}

.services .all_services a {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.services .next_services img {
    height: 266px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.services .next_services h3 {
    font-size: 24px;
    color: #000;
    margin-top: 15px;
}

.services_btn {
    border: 1px solid #B5B5C3;
    border-radius: 10px;
    background-color: #fff;
    transition: .5s;
    color: var(--mainColor);
    text-align: center;
    display: block;
    padding: 12px 10px;
    font-size: 20px;
}

.services_btn:hover {
    background-color: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

@media(max-width:992px) {
    .services .all_services {
        max-width: 650px;
        margin: auto;
    }
}

@media(max-width:500px) {
    .title_sup {
        font-size: 17px;
    }

    .services .all_services p {
        font-size: 22px;
    }

    .services .next_services h3 {
        font-size: 20px;
    }
}

/*   products  */
.Products .product_div {
    height: 100%;
    position: relative;
    padding-bottom: 35px;
}

.Products .product_div .product_image {
    width: 100%;
    height: 375px;
    object-fit: cover;
    margin-bottom: 16px;
}

.Products .product_div h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 7px;
}

.Products .product_div p {
    font-size: 15px;
    color: #343434;
    margin-top: 15px;
    font-family: "Cairo";
}

.Products .product_div p .icon {
    width: 17px;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.Products .product_div h6 {
    font-size: 18px;
    color: var(--mainColor);
}

.Products .product_div .like {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
}

.Products .product_div .like i {
    color: var(--mainColor);
    font-size: 22px;
}

.Products .product_div .like.active i {
    font-weight: bold
}

.Products .btn-color {
    font-size: 22px;
    padding-left: 35px;
    padding-right: 35px;
}

/* Discover*/
.Discover .button_slider h3 {
    font-size: 24px;
}

.Discover .item {
    padding: 0 20px;
}

.Discover .button_slider img {
    height: 266px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

.Discover .btn-color {
    font-size: 20px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    color: var(--mainColor);
    border: 1px solid #B5B5C3;
    border-radius: 10px;
}

@media(max-width:768px) {
    .Discover .button_slider h3 {
        font-size: 17px;
    }
}

/*  best_services */
.best_services img {
    width: 100%;
    position: relative;
    height: 600px;
    object-fit: cover;
}

.best_services .image {
    padding-left: 30px;
    position: relative;
}

.best_services .line {
    background: var(--mainColor);
    bottom: 0;
    height: 80%;
    left: 15px;
    position: absolute;
    width: 17px;
    z-index: -1;
}

.best_services h3 {
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
}

.best_services p {
    font-size: 22px;
    color: #000;
    font-family: "Cairo";
}

.best_services .btn-color {
    font-size: 22px;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 25px;
}

.best_services .text {
    padding: 50px 60px 0;
}

@media(max-width:1200px) {
    .best_services h3 {
        font-size: 40px;
    }
}

@media(max-width:768px) {
    .best_services h3 {
        font-size: 30px;
    }

    .best_services .text {
        padding: 20px;
    }

    .best_services .btn-color {
        font-size: 16px;
    }
}

/* Partners_img*/
.Partners .item {
    padding: 20px;
    text-align: center;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.Partners .item::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.Partners .Partners_img {
    max-height: 80px;
    width: 100%;
    object-fit: contain;
}

@media(max-width:610px) {
    .Partners .item::before {
        display: none;
    }
}

/*SignUp*/
.signupForm {
    background-color: var(--Color);
}

.signupForm .image {
    background: url(../images/home/singup.png);
    background-position: center;
    background-size: cover;
    min-height: 350px;
}

.signupForm .signup p {
    color: #000;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 50px;
}

.signupForm .signup form {
    align-content: center;
    display: flex;
    width: 100%;
}

.signupForm .signup form .email-input {
    border: none;
    color: var(--grayColor);
    font-size: 16px;
    height: 57px;
    padding: 10px;
    width: 100%;
}

.signupForm .signup form .btn {
    background-color: var(--mainColor);
    border: none;
    color: #fff;
    font-size: 22px;
    height: 57px;
    padding: 10px 30px;
    border-radius: 0;
}

.signupForm .all {
    max-width: 600px;
    margin: auto;
    padding: 90px 15px;
}

@media(max-width:500px) {
    .signupForm .signup form {
        display: block;
    }

    .signupForm .signup form .btn {
        width: 100%;
        height: 53px;
    }

    .signupForm .signup p {
        font-size: 23px;
        line-height: initial;
    }
}

/*  login  */
.login .image {
    background-image: url(../images/login.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}

.login .text {
    max-width: 500px;
    margin: 100px auto;
}

.login h3 {
    font-size: 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: "Cairo";
}

.login p {
    font-size: 16px;
    text-align: center;
    color: var(--grayColor);
    margin-bottom: 45px;
    margin-top: 20px;
    font-family: "Cairo";
}

.form-group label {
    color: var(--mainColor);
    font-size: 14px;
}

.form-group .form-control {
    min-height: 52px;
    border-color: var(--mainColor);
    font-size: 14px;
    font-family: "Cairo";
    padding: 10px 20px;
}

.form-group .form-control::placeholder {
    color: var(--grayColor);
}

.login .btn-color {
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 22px;
    min-height: 52px;
    margin-top: 25px;
}

.login .google-login {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #343434;
    border-radius: 4px;
    color: #343434;
    font-weight: 600;
    min-height: 52px;
    margin-bottom: 24px;
    text-align: center;
    transition: .2s;
    width: 100%;
    font-family: "Cairo";
}

.login .google-login img {
    height: 24px;
    width: 24px;
    object-fit: contain;
    margin-right: 30px;
    margin-left: -54px;
}

.login .forget-password {
    color: var(--grayColor);
    font-size: 16px;
    margin-bottom: 34px;
    text-align: center;
    font-family: "Cairo";
}

.login .send-email {
    color: var(--Color);
    font-weight: bold;
    line-height: 37px;
}

.login .check_label {
    font-size: 12px;
    font-family: "Cairo";
}

.login .check_label a {
    color: var(--Color);
    font-weight: bold;
}

@media(max-width:500px) {
    .verify_code .form-control {
        margin-right: 5px;
    }

    .login h3 {
        font-size: 28px
    }

    .login .btn-color {
        font-size: 16px;
    }

    .login .image {
        min-height: 400px;
    }
}

/*profile*/

.profile h3 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    font-family: "Cairo";
}

.profile p {
    font-size: 16px;
    color: var(--grayColor);
    margin-bottom: 45px;
    margin-top: 10px;
    font-family: "Cairo";
}

.profile .btn-color {
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 22px;
    min-height: 52px;
    margin-top: 25px;
}

/*   breadcrumbs   */
.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0 4px;
    font-size: 24px;
    color: var(--LightGrey);
}

.breadcrumbs ul li.active {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    font-family: "Cairo";
}

/* projects */
.projects .Products .product_div .product_image {
    height: 300px !important;
}

.projects .results {
    font-size: 18px;
    color: var(--grayColor);
    margin: 0;
    font-family: "Cairo";
}

.filter .form-control {
    height: 48px !important;
    border-color: var(--LightGrey);
    padding: 10px 14px;
}

.filter .form-group label {
    font-size: 17px;
    color: #343434;
    margin-bottom: 0;
}

.filter .collapse_button {
    color: #343434;
    font-size: 20px;
    position: relative;
    display: block;
}

.filter .collapse_button.collapsed:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 15px;
    margin-top: 6px;
}

.filter .collapse_button:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 15px;
    margin-top: 6px;
}

.filter .card-body {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

/*  providers  */
.providers .providers_div {
    display: flex;
    box-shadow: 0px 1px 3px #ddd;
    border-radius: 7px;
    margin-bottom: 20px;
}

.providers .providers_div .provide_image {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.providers .providers_div .provide_image img {
    max-width: 250px;
    min-width: 250px;
    object-fit: contain;
    border-radius: 8px;
}

.providers .providers_div a {
    padding: 20px;
    display: block;
}

.providers .providers_div h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.providers .providers_div p {
    font-size: 15px;
    color: var(--mainColor);
    margin-top: 15px;
}

.providers .providers_div p .icon {
    width: 16px;
    margin-right: 7px;
    position: relative;
    top: -3px;
}

.providers .providers_div h5 {
    font-size: 14px;
    text-align: justify;
    color: #343434;
}

.providers .providers_div .list_category {
    list-style: none;
}

.providers .providers_div .list_category li {
    display: inline-block;
    padding: 5px 14px;
    background-color: #D6F5F6;
    font-size: 12px;
    border-radius: 4px;
    color: #343434;
    margin-top: 5px;
    margin-bottom: 5px;
}

.providers .providers_div .list_category li.color1 {
    background-color: #FFEEE0;
}

.providers .providers_div .list_category li.color2 {
    background-color: #DCEBFF;
}

@media(max-width:992px) {
    .providers .providers_div {
        display: block;
    }
}

/*   page_services  */
.page_services .next_services h3 {
    position: relative;
}

.page_services .next_services h3:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    font-size: 15px;
    margin-top: 6px;
}

.page_services .next_services {
    padding: 10px 12px 8px;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}

@media(max-width:350px) {
    .page_services .next_services h3:after {
        display: none;
    }
}

/* project_details*/
.project_details .item img {
    width: 100%;
}

.project_details .item .like {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
}

.project_details h1 {
    font-size: 48px;
    font-weight: bold;
}

.project_details p {
    font-size: 20px;
    color: #343434;
    margin-top: 15px;
    font-family: "Cairo";
}

.project_details p img {
    width: 19px;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.project_details h6 {
    font-size: 20px;
    color: var(--mainColor);
    margin-top: 15px;
    font-weight: bold;
}

.project_details h6 img {
    width: 28px;
    margin-right: 14px;
    position: relative;
    top: -3px;
}

.project_details h4 {
    font-size: 32px;
    color: #343434;
}

.project_details .owl-carousel .owl-buttons .carousel-control {
    top: 45%;
}

.project_details h2 {
    font-size: 18px;
    color: #343434;
    text-align: justify;
    margin-top: 20px;
    font-family: "Cairo";
    line-height: 23px;
}

.project_details .btn-color {
    color: #fff;
    width: 100%;
    min-height: 48px;
    font-size: 18px;
}

.project_details .btn-color1 {
    background-color: #fff;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    width: 100%;
    min-height: 48px;
    font-size: 18px;
}

.project_details .btn-color1:hover {
    background-color: var(--mainColor);
    color: #fff;
}

@media(max-width:768px) {
    .project_details h1 {
        font-size: 32px;
    }

    .project_details h4 {
        font-size: 22px;
    }
}

/* providers_details */
.providers_details .btn-color {
    color: #fff;
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    padding: 10px 17px !important;
}

.providers_details .btn-color1 {
    background-color: #fff;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    width: 100%;
    min-height: 48px;
    font-size: 18px;
    padding: 10px 17px !important;
}

.providers_details .btn-color1:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.providers_details .providers_div .detail_text {
    padding: 20px;
    display: block;
}

.providers_details .providers_div .provide_image img {
    max-width: 200px !important;
    min-width: 200px !important;
}

.providers_details .providers_div {
    box-shadow: none !important;
}

.providers_details .providers_div p {
    font-size: 16px !important;
}

.providers_details .text_detail h1 {
    font-size: 20px;
    color: #343434;
    font-weight: bold;
    font-family: "Cairo";
    margin-top: 40px;
}

.providers_details .text_detail .text {
    text-align: justify;
    color: #777777;
    font-size: 18px;
    margin-top: 20px;
    font-family: "Cairo";
    margin-bottom: 40px;
}

.providers_details .text_detail .list_category li {
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 20px;
}

.color_green {
    color: var(--mainColor) !important;
}

.providers_details .text_detail .Details {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-family: "Cairo";
}

.text_detail .accordion .card {
    border: 0;
    box-shadow: 0px 0px 4px #ddd;
    border-radius: 10px !important;
}

.text_detail .accordion .card .card-header-text {
    padding: 20px;
    position: relative;
}

.text_detail .accordion .card .card-header-text button.collapsed:after {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 15px;
    margin-top: 4px;
    color: #343434;
}

.text_detail .accordion .card .card-header-text button:after {
    content: "\f062";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 15px;
    margin-top: 4px;
    color: #343434;
}

.text_detail .accordion .card .card-header-text button {
    font-size: 20px;
    font-weight: bold;
    color: var(--mainColor);
    font-family: "Cairo";
    text-decoration: none;
    position: relative;
}

.text_detail .accordion .card .card-header-text button span {
    float: right;
    padding-right: 34px;
    color: #343434;
    font-weight: normal;
}

.side_bar {
    background-color: rgba(152, 176, 133, .15);
    padding: 40px 30px;
    border-radius: 20px;
}

.side_bar a.link_section {
    background-color: transparent;
    font-size: 20px;
    color: #343434;
    transition: .5s;
    width: 100%;
    display: block;
    border-radius: 13px;
    padding: 16px 18px;
    margin-bottom: 2px;
}

.side_bar a.link_section:hover {
    background-color: #fff;
    color: var(--mainColor);
}

.side_bar a.link_section.active {
    background-color: #fff;
    color: var(--mainColor);
}

/* */
.review_num {
    font-size: 15px;
    color: #343434;
}

.old-review .review_image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.old-review .name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: "Cairo";
    margin-top: 10px;
}

.old-review .name span {
    float: right;
}

.old-review .detal {
    font-size: 16px;
    color: var(--grayColor);
    font-family: "Cairo";
}

.all_review {
    font-size: 18px;
    color: var(--mainColor);
    text-decoration: underline;
    font-weight: bold;
    font-family: "Cairo";
    margin-left: 100px;
}

@media(max-width:600px) {
    .old-review .name span {
        display: block;
        width: 100%;
        margin: 13px 0;
        float: unset;
    }

    .Reviews .old-review {
        display: block !important;
    }
}

/* review-Results*/
.review-Results .old-review {
    float: unset;
    text-align: center;
    margin-bottom: 15px;
}

.review-Results .num_review {
    color: rgba(0, 0, 0, .38);
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.review-Results .rateRatio .ratio p {
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 143%;
    margin-bottom: 0;
}

.review-Results .rateRatio .ratio {
    margin: 0;
}

.review-Results .rateRatio .ratio .ProgressBar .progress {
    border-radius: 2px;
    height: 8px;
}

.Reviews .review-Results .rateRatio .ratio .ProgressBar .progress-bar {
    background-color: var(--Color);
}

.review-Results .rateRatio .ratio span {
    color: rgba(0, 0, 0, .38);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px;
    line-height: 143%;
    text-align: right;
}

.review-Results .Product-reviews {
    font-size: 16px;
    color: rgba(0, 0, 0, .3);
    padding-right: 4px;
}

.review-Results .Product-reviews a {
    color: var(--mainColor);
}

/*  WriteReview   */
.WriteReview h1 {
    font-size: 40px;
    color: #000;
    text-align: center;
}

.WriteReview .Describe {
    font-size: 16px;
    color: var(--grayColor);
    font-family: "Cairo";
    text-align: center;
}

.WriteReview .product_img {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    margin-right: 24px;
}

.WriteReview .design-info {
    font-size: 24px;
}

.WriteReview .location {
    font-size: 16px;
    color: var(--mainColor);
    font-family: "Cairo";
    margin-top: 15px;
}

.WriteReview .location img {
    width: 18px;
    margin-right: 13px;
}

.WriteReview .rating {
    display: table;
}

.WriteReview .rating>input {
    display: none;
}

.WriteReview .rating>label:before {
    margin: 3px;
    font-size: 21px;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    font-weight: 700;
}

.WriteReview .rating>.half:before {
    content: "\f089";
    position: absolute;
    font-weight: 700;
}

.WriteReview .rating>label {
    color: #ddd;
    float: right;
}

.WriteReview .rating>input:checked~label {
    color: var(--Color);
    font-weight: 700;
}

.WriteReview .rating:not(:checked)>label:hover {
    color: var(--Color);
}

.WriteReview .rating:not(:checked)>label:hover~label {
    color: var(--Color);
    font-weight: 700;
}

.WriteReview .rating>input:checked+label:hover,
.WriteReview .rating>input:checked~label:hover {
    color: var(--Color);
    font-weight: 700;
}

.WriteReview .rating>label:hover~input:checked~label,
.WriteReview .rating>input:checked~label:hover~label {
    color: var(--Color);
    font-weight: 700;
}

.WriteReview .label_text {
    font-size: 16px;
    color: #000;
}

@media(max-width:500px) {
    .company_text {
        display: block !important;
    }

    .company_text .product_img {
        margin-bottom: 20px;
    }

    .WriteReview .container {
        padding: 0;
    }

    .WriteReview h1 {
        font-size: 30px;
    }
}

/* steps */
.wizard-section .form-wizard .form-wizard-steps {
    margin: 0;
}

.wizard-section .form-wizard .form-wizard-steps li {
    width: 100%;
    position: relative;
    border: 0 !important;
    display: flex;
}

.wizard-section .form-wizard .form-wizard-steps li p,
.wizard-section .form-wizard .form-wizard-steps li p {
    color: var(--grayColor);
    font-size: 18px;
    font-weight: bold;
    font-family: "Cairo";
    margin-bottom: 20px;
    line-height: 30px;
}

.wizard-section .form-wizard .form-wizard-steps li p span,
.wizard-section .form-wizard .form-wizard-steps li p span {
    color: var(--LightGrey);
    font-size: 16px;
    font-weight: normal;
}

.wizard-section .form-wizard .form-wizard-steps li i,
.wizard-section .form-wizard .form-wizard-steps li i {
    color: var(--grayColor);
    font-size: 25px;
    margin-top: 4px;
    margin-right: 20px;
}



.wizard-section .form-wizard .form-wizard-steps li.active p,
.wizard-section .form-wizard .form-wizard-steps li.activated p {
    color: #77C720 /*var(--mainColor)*/;
}

.wizard-section .form-wizard .form-wizard-steps li.active p span,
.wizard-section .form-wizard .form-wizard-steps li.activated p span {
    color: #343434;
}

.wizard-section .form-wizard .form-wizard-steps li.active i,
.wizard-section .form-wizard .form-wizard-steps li.activated i {
    color: #77C720 /*var(--mainColor)*/;
}

/*wizard-section */
.wizard-section .title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: "Cairo";
    margin-bottom: 5px;
}

.wizard-section .Choose {
    font-size: 16px;
    color: var(--grayColor);
    font-family: "Cairo";
    margin-bottom: 30px;

}

.wizard-section .form-wizard .form-wizard-next-btn,
.wizard-section .form-wizard .form-wizard-previous-btn,
.wizard-section .form-wizard .form-wizard-submit {
    padding: 13px 45px;
    color: #fff;
    background-color: #77C720 /*var(--mainColor)*/;
    z-index: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
}

.wizard-section .form-wizard .form-wizard-previous-btn {
    background-color: #77C720 /*var(--Color)*/;
    color: #343434;
}

.wizard-section .form-wizard .form-wizard-next-btn:hover,
.wizard-section .form-wizard .form-wizard-previous-btn:hover,
.wizard-section .form-wizard .form-wizard-submit:hover {
    background-color: #77C720 /*var(--mainColor)*/;
    color: #fff;

}

.wizard-section .form-wizard .wizard-fieldset {
    display: none;
    padding: 0 15px;
}

.wizard-section .form-wizard .wizard-fieldset.show {
    display: block;
}

.wizard-section .form-wizard .wizard-form-error {
    display: none;
    background-color: #0063d1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.wizard-section .form-wizard .sub {
    font-size: 14px;
    color: var(--grayColor);
    font-family: "Cairo";
    margin-bottom: 20px;
}

/*  checkbox  wizard  */
.wizard-fieldset input[type="checkbox"] {
    display: none;
}

.wizard-fieldset.choose_services label {
    border: 1px dashed #5E6278;
    padding: 15px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.wizard-fieldset.choose_services label:before {
    content: " ";
    background-color: transparent;
    color: white;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--mainColor);
    position: absolute;
    top: 6px;
    right: 6px;
    width: 23px;
    height: 23px;
    text-align: center;
    transition-duration: 0.4s;
    transform: scale(0);
}


.wizard-fieldset.choose_services label img {
    height: 48px;
    width: 48px;
    margin-bottom: 15px;
    margin-top: 15px;
    object-fit: contain;
}

.wizard-fieldset.choose_services label p {
    color: #5E6278;
    font-size: 13px;
    margin-bottom: 15px;
}

.wizard-fieldset.choose_services :checked+label {
    border-color: var(--mainColor);
    border-style: solid;
}

.wizard-fieldset.choose_services :checked+label:before {
    content: "✓";
    background-color: var(--mainColor);
    transform: scale(1);
}

.wizard-fieldset.choose_services :checked+label img {
    z-index: -1;
}

.wizard-fieldset.choose_services :checked+label p {
    color: var(--mainColor);
}

/*radio_buton */
.radio_buton input[type="radio"] {
    display: none;
}

.radio_buton label {
    border: 1px solid var(--grayColor);
    padding: 13px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

.radio_buton :checked+label {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.bg_gray {
    background-color: #EDEBEB;
    border-color: #EDEBEB !important;
}

.skip {
    text-decoration: underline;
    color: var(--mainColor) !important;
    float: right;
    background-color: transparent !important;
    font-weight: bold;
    padding: 13px 30px !important;
}

.skip a {
    color: var(--mainColor);
    letter-spacing: 1px;
}

/*  add_projects  */
.add_projects {
    border-radius: 12px;
    box-shadow: 0px 4px 8px #DDd;
    overflow: hidden;
}

.add_projects img.product {
    width: 100%;
    min-height: 255px;
    object-fit: cover;
    height: 100%;
}

.add_projects .all_text {
    padding: 15px 25px;
}

.add_projects .all_text h3 {
    font-size: 24px;
    font-weight: bold;
}

.add_projects .all_text h6 {
    font-size: 15px;
    color: var(--mainColor);
    margin-top: 15px;
    margin-bottom: 20px;
}

.add_projects .all_text h6 img {
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.add_projects .all_text p {
    font-size: 14px;
    color: #343434;
    font-family: "Cairo";
    text-align: justify;
}

.add_projects .all_text .delete {
    background-color: rgba(218, 47, 47, 0.1);
    color: #EC0000;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 16px;
    float: right;
    cursor: pointer;
}

@media(max-width:992px) {
    .add_projects img.product {
        height: 300px !important;
    }
}

@media(max-width:600px) {
    .add_projects .all_text .delete {
        position: absolute;
        top: -39px;
        right: 0;
        background-color: #fff;
        border-radius: 0;
        padding: 10px 14px;
    }

    .wizard-section .container {
        padding: 0;
    }

}

/*  Company_Dashboard  */
.Company_Dashboard .text {
    background-color: rgba(6, 178, 187, .05);
    border-radius: 15px;
    padding: 20px;
}

.Company_Dashboard .text.color {
    background-color: rgb(253 210 25 / 10%);
}

.Company_Dashboard .text img {
    height: 22px;
    margin-bottom: 10px;
}

.Company_Dashboard .text h4 {
    font-size: 15px;
    color: var(--grayColor);
    font-family: "Cairo";
}

.Company_Dashboard .text p {
    font-size: 12px;
    color: var(--grayColor);
    font-family: "Cairo";
    margin-bottom: 0;
}

.Company_Dashboard .text p span {
    font-size: 40px;
    color: #000;
    margin-bottom: 0;
    margin-right: 11px;
}

.notification .side-chat li:nth-child(odd) {
    background-color: rgba(6, 178, 187, .05);
}
@media(max-width:768px){
    .nav-item.menu-dropdown .nav-link:after{
        display: none
    }
}

.onlineNotification{
    display: inline-block;
    width: 20px;
    position: relative;
    top: -10px;
    right: -5px;
    background-color: var(--Color);
    border-radius: 50%;
}

.error-help-block{
    color: red;
}
