
.navbar-logo .nav-logo img {
    height: 45px;
}
.inconscontact-settleone-fromenquiry {
    position: absolute;
    top: 18px;
    left: 10px;
}

.navbar-body {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999;
    width: 100%;
}

.inconscontact-settleone-fromfeedback {
    position: absolute;
    top: 7px;
    left: 10px;
}

.navbar-logo img {
    height: 65px;
}
@media(max-width:768px){
    .navbar-logo img {
        height: 35px;
    }
}
.offer-header-section .offcanvas-header {
    padding: 0px !important;
}

.offer-header-section .btn-close { 
    padding: 20px !important;
    border-bottom-left-radius: 45px;
    color: #fff;
    opacity: 1 !important;
}


.navbarheader {
    flex-grow: 0 !important;
}

.login-sign-section {
    /*line-height: 37px;*/
    background: var(--primary-color);
    color: #fff;
    padding: 8px 11px;
    cursor : pointer;
    border-radius: 5px;
}

.sitenavbar .navbar-nav .nav-link {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    margin: 0 12px;
}

    .sitenavbar .navbar-nav .nav-link img {
        width: 24px;
    }

.login-sign-btn {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.login-sign-section .dropdown-toggle::after {
    display: none !important;
}

.login-image {
    width: 24px;
    border-radius: 100%;
}

.login-sign-section .dropdown-item {
    font-size: 13px !important;
    color: #3e3e3e !important;
    font-weight: 500 !important;
}

    .login-sign-section .dropdown-item .icons {
        margin-right: 6px !important;
    }

.offcanva-menu {
    width: 40px;
    margin-left: 16px;
    cursor : pointer;
}


.drop-cnct {
    margin-left: 28px;
}

.heading-other-service {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

    .heading-other-service span {
        font-size: 13px;
    }

.image-off-service {
    width: 30px;
    border-radius: 100%;
}

.other-service-list {
    margin-top: 18px;
}

.other-service-address {
    margin-top: 30px;
}

.other-service-list a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .other-service-list a:hover {
        color: #fff;
    }

.other-service-box .list p {
    color: #3e3e3e;
    font-size: 13px;
    margin-left: 16px;
}

    .other-service-box .list p span {
        color: #000;
        font-weight: 600;
        font-size: 14px;
    }

.other-service-box {
    padding: 6px;
    margin-bottom: 20px;
}

    .other-service-box .social-icons .icons {
        background-color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #000;
        align-items: center;
        text-align: center;
        border-radius: 100%;
        font-size: 21px;
    }



    .other-service-box .image img {
        width: 41px;
        border-right: 1px solid #ddd;
    }

.offer-header-section .offcanvas.offcanvas-end {
    background-color: #12213B;
}

@media (min-width:768px) {
    .navbar-body .navbar-containers {
        padding: 2px 50px;
        justify-content: space-between !important;
    }
}

@media(max-width:769px) {
    .mob-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0px 10px;
    }

    .login-sign-section {
        line-height: 37px;
        background: none !important;
        color: #000;
        padding: 0px 9px 0 10px;
        margin-top: 13px;
        border-radius: 0;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #000;
    }
    .login-sign-btn{
        color: #000 !important;
    }

    a.nav-link.sitenavbar-items {
        padding-left: 10px;
        border-left: 2px solid #d1d2d3;
        border: none;
        border-bottom: 1px solid #fff;
    }

    .container-fluid.navbar-maindiv {
        padding: 0px;
    }

    .sitenavbar {
        width: 100%;
    }

        .sitenavbar .navbarheader {
            width: 100%;
        }

            .sitenavbar .navbarheader ul {
                width: 100%;
            }

        .sitenavbar ul li {
            margin-bottom: 10px;
        }

            .sitenavbar ul li a {
                border-left: 1px solid #d1d2d3;
                border-bottom: 1px solid #d1d2d3;
            }
}



/* SONU CHANGES*/


.vbp-header-menu-button__svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: scaleX(-1);
}

    .vbp-header-menu-button__svg line {
        stroke: #000000;
        stroke-dasharray: 100%;
        stroke-dashoffset: 0%;
        transition: transform 0.3s, stroke-dashoffset .4s;
        transform-origin: center;
        stroke-width: 2px;
    }

    .vbp-header-menu-button__svg .top {
        transform: translateY(-35%);
        -webkit-transform: translateY(-35%);
        -moz-transform: translateY(35%);
        -ms-transform: translateY(35%);
        -o-transform: translateY(35%);
    }

    .vbp-header-menu-button__svg .middle {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transition: opacity .3s, transform .3s;
        -webkit-transition: opacity .3s, transform .3s;
        -moz-transition: opacity .3s, transform .3s;
        -ms-transition: opacity .3s, transform .3s;
        -o-transition: opacity .3s, transform .3s;
    }

    .vbp-header-menu-button__svg .bottom {
        transform: translateY(33%);
        -webkit-transform: translateY(33%);
        -moz-transform: translateY(33%);
        -ms-transform: translateY(33%);
        -o-transform: translateY(33%);
        stroke-dasharray: 100%;
        stroke-dashoffset: 9px;
    }

    .vbp-header-menu-button__svg:hover .bottom {
        stroke-dashoffset: 0%;
    }
/*** Mode Croix ***/
body.menu-open .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
}

body.menu-open .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
}

body.menu-open .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%;
}


@media only screen and (max-width : 600px) {
    .headerstyle-div .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        flex-wrap: inherit !important;
    }
}

@media only screen and (min-width : 768px) {
    .headerstyle-div .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        flex-wrap: nowrap !important;
    }
}
@media only screen and (min-width:992px) {
    .headerstyle-div .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        flex-wrap: nowrap !important;
    }
}



 /*sonu reponsive*/
@media only screen and (max-width:992px) {
    .navbar-toggler.offcanva-menu {
        border: none;
        margin-left: 0px;
    }

    .navbar .navbar-toggler, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
        padding: 0px;
        border: none;
        box-shadow: none;
    }

   

    .login-signmob {
        align-items: center;
    }

        .login-signmob .login-sign-section {
            padding: 0px;
            margin: 0px;
            border: none;
            /* font-size: 18px; */
        }

    .login-sign-section a {
        font-size: 21px !important;
        gap: 10px;
    }

    .loginformdata {
        font-size: 15px;
    }

    .offcanva-menu {
        margin-right: 0px;
        margin-left: 0px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 22px !important;
    }
}




/*start-sandeep*/
.socail_secto {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.tag_socials {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 99%;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
    list-style: none;
    margin: 0 30px 0 0;
    border: 2px solid #fff;
}

.wrapper_texti_inpt {
    border: 1px solid #ddd !important;
    padding-left: 15px !important;
    border-radius: 0px !important;
    margin-top: 10px;
}

.modal_tesimonial_wrap {
    padding: 2px 20px 10px 0px;
}

.rating_sidebar {
    /*background:red;*/
    display: flex;
    gap: 10px;
    z-index: 99999;
    position: fixed;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    rotate: 270deg;
}

.btn-testimonial:hover {
    background: red;
}



/*star-rating*/
.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 140px;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked label label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) label:hover label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    .emoji-wrapper:before,
    .emoji-wrapper:after {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .emoji-wrapper:before {
        top: 0;
        background: linear-gradient(to bottom, white 0%, white 35%, rgba(255, 255, 255, 0) 100%);
    }

    .emoji-wrapper:after {
        bottom: 0;
        background: linear-gradient(to top, white 0%, white 35%, rgba(255, 255, 255, 0) 100%);
    }

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

    .emoji > svg {
        margin: 15px 0;
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

#rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.feedback {
    max-width: 100%;
    /*background-color: #fff;*/
    width: 100%;
    padding: 10px 0px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);*/
}
.whatsapp-button {
    text-align: center;
    background: green;
    color: #fff;
    position: fixed;
    border-radius: 100%;
    bottom: 31px;
    left: 31px;
    border: 2px solid #fff;
    z-index: 999;
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    width: 45px;
    height: 45px;
    line-height: 43px;
    color: #fff;
    font-size: 19px;
    cursor : pointer;
}
.whatsapp-button-div {
    text-align: center;
    cursor: pointer;
    background: var(--brand-color);
    color: #fff;
    position: fixed;
    border-radius: 100%;
    bottom: 31px;
    right: 31px;
    border: 2px solid #fff;
    z-index: 999;
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    width: 45px;
    height: 45px;
    line-height: 43px;
    color: #fff;
    font-size: 19px;
}

body.st-mod-style {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
#topbar.style-elementor .topbar-items > li:not(:last-child) {
    margin-right: 40px;
    position: relative;
}
.upperText {
    color: white;
    text-decoration: none;
    font-size: 15px;
}
@media(max-width : 768px) {
    .upperText {
        font-size: 12px !important;
        font-weight:500;
    }
    .whatsapp-button {
        text-align: center;
        background: green;
        color: #fff;
        position: fixed;
        border-radius: 100%;
        bottom: 31px;
        left: 15px;
        border: 2px solid #fff;
        z-index: 999;
        box-shadow: 0px 5px 10px rgba(0,0,0,.5);
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        width: 35px;
        height: 35px;
        line-height: 32px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
    }
    .whatsapp-button-div {
        text-align: center;
        cursor: pointer;
        background: var(--brand-color);
        color: #fff;
        position: fixed;
        border-radius: 100%;
        bottom: 31px;
        right: 15px;
        border: 2px solid #fff;
        z-index: 999;
        box-shadow: 0px 5px 10px rgba(0,0,0,.5);
        transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        width: 35px;
        height: 35px;
        line-height: 32px;
        color: #fff;
        font-size: 15px;
    }
}
.frminputfeedback {
    padding-left: 28px !important;
}
.mob-menu {
    text-align: center;
    margin: 0px auto;
}
img.offcanva-menu.d-none.d-lg-block {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    filter: brightness(0%) invert(76%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
