html {
    font-size: 16px;
}

@media (min-width: 1700px) {
    html {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 10px;
    }
}

body {
    font-family: "Poppins", serif !important;
}

.common-heading-home h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    color: rgba(51, 51, 51, 1);
}

.common-heading-home p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.75rem;
    color: rgba(190, 190, 190, 1);
}

.common-heading-home h2 span {
    color: rgba(38, 151, 255, 1);
}

.see-more-btn {
    background-color: rgba(38, 151, 255, 0.15);
    border-radius: 10px;
    padding: 0.813rem 2.5rem;
    color: rgba(38, 151, 255, 1);
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

/*============== header code starts ==============*/
.header-home .navbar {
    padding: 0.625rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1041;
    background-color: #fff;
}

.header-home .navbar .navbar-brand {
    padding: 0;
}

.header-home .navbar .navbar-brand img {
    height: 4.125rem;
    max-width: 143px;
    object-fit: contain;
}

.header-home .navbar-nav {
    gap: 3rem;
}

.header-home .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: rgba(51, 51, 51, 1) !important;
}
.header-home .navbar-nav .nav-link.active{
    color: #2697FF !important;
}

@media (max-width:991px){
    .header-home .navbar-collapse {
        position: absolute;
        right: 10px;
        top: 50px;
        z-index: 1;
        min-width: 160px;
    }
    .header-home .navbar-collapse .navbar-nav{
        gap: 1rem;
        background-color: #fff;
        border-radius: 12px;
        padding: 0.8rem;
        box-shadow: 2px 2px solid #ddd;
        box-shadow: rgb(43 43 43 / 20%) 0px 2px 8px 0px;
    }
    .user-image{
        padding-right: 0px;
    }
    .user-image img{
        height: 2rem;
    }
    .header-home .navbar-toggler{
        box-shadow: none !important;
        border: none !important;
        padding: 0;
    }
    .header-home .navbar-nav .nav-link{
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
        padding: 0.2rem;
        border-radius: 2px;
    }
    .header-home .navbar-nav .nav-link:hover{
        background-color: #2697FF;
        color: #fff !important;
    }
    .header-home .navbar .navbar-brand img {
        height: 3.125rem;
        max-width: 80px;
    }
}
/*==================== footer code starts ====================*/
.footer-home {
    border-top: 4px solid rgba(235, 235, 235, 1);
}

.footer-home img {
    max-height: 66px;
    max-width: 143px;
    object-fit: contain;
}

.footer-home ul {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.footer-home .border-left {
    border-left: 4px solid rgba(235, 235, 235, 1);
}

.footer-home ul li {
    width: 25%;
    list-style: none;
    padding: 1.25rem 0;
    padding-right: 6px !important;
}
.footer-home ul li a{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1) !important;
    text-decoration: none;
}
@media (max-width:576px){
    .footer-home ul{
        padding-left: 0.6rem;
    }
    .footer-home ul li {
        width: 50%;
        padding: 0.6rem 0;
    }
    .footer-home img {
        max-height: 40px;
        max-width: 90px;
        object-fit: contain;
    }
}
/*  ================= home-banner code starts =================  */
.home-banner {
    /* min-height: 100vh; */
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 14px 0;
}
.home-banner{
    position: relative;
}
.home-banner .back-banner {
    position: relative;
    border-radius: 0.8rem;
}

.home-banner .back-banner img {
    position: static;
    left: 0;
    right: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0.8rem;
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-banner h1 {
    font-size: 3rem;
    line-height: normal;
    color: #fff;
    text-align: center;
    max-width: 35rem;
    margin: 1.125rem auto 1.875rem;
    font-weight: 500;
}

.chat-box {
    border-radius: 1.5rem;
    padding: 0.75rem 0.75rem 2rem;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid rgba(235, 235, 235, 1);
    margin-top: -23rem;
}

.chat-box .slider-width {
    max-width: 39rem;
    margin: 0 auto;
}
.chat-box .slider-width .text-center {
    min-height: 7rem;
}
.chat-box .slider-width .slick-track{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.chat-box .heading-third {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 500;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    padding: 1.563rem 0 1.875rem;
}

.chat-box .inner-chat-box {
    background-color: rgba(233, 245, 255, 1);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2.4rem;
}

.chat-box .inner-chat-box h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.68rem;
    text-align: center;
    margin-bottom: 1.438rem;
    
}

.chat-box .inner-chat-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
}

.chat-box .inner-chat-box li {
    width: 30.8%;
    list-style: none;
    text-align: center;
}
.chat-box .inner-chat-box li .common-btn {
    background-color: #7cc0ff;
    padding: 0.8rem 0.5rem;
    font-size: 0.9rem;
}
.chat-box .inner-chat-box li .common-btn:hover,
/* .chat-box .inner-chat-box li .common-btn:focus, */
.chat-box .inner-chat-box li .common-btn.active
{
    background-color: #2697FF;
}
.chat-box .inner-chat-box li .form-control {
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    padding: 0.8rem 1rem;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border: 1px solid #2697FF !important;
    border-radius: 0.5rem;
}
.chat-box .inner-chat-box li .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem ;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu {
    border: 1px solid #2697FF;
    width: 100%;
    padding: 0;
    overflow: auto;
    max-height: 20rem;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item{
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #000;
    padding: 0.3rem 1rem;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:hover,
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:focus,
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:active{
background-color: #2697FF;
color: #fff;
}
.chat-box .slider-width {
    position: relative;
}
.left-arrow {
    background-color: #2697FF;
    border: none !important;
    border-radius: 10%;
    padding: 0.3rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10%;
    top: 35%;
    color: #fff;
    font-size: 1rem;
}
.left-arrow img{
    height: 0.8rem;
}
.right-arrow {
    background-color: #2697FF;
    border: none !important;
    border-radius: 10%;
    padding: 0.3rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10%;
    top: 35%;
    color: #fff;
    font-size: 1rem;
}
.right-arrow img{
    height: 0.8rem;
}
.chat-box .inner-chat-box li p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0;
    color: #fff;
}

.chat-box .slick-dots li button:before {
    content: '';
    background-color: rgba(38, 151, 255, 1);
}

.chat-box .slick-dots li button:before,
.chat-box .slick-dots li button,
.chat-box .slick-dots li {
    width: 2.625rem;
    height: 2px;
    border-radius: 2px;
}

.chat-box .slick-dots {
    margin-bottom: -1rem;
    bottom: 34%;
}

.chat-box .slick-next:before,
.chat-box .slick-prev:before {
    color: #2697ff;
    font-size: 29px;
}

.chat-box .slick-prev {
    left: -35px;
}

.chat-box .slick-next {
    right: -26px;
}
.chat-box{
    .slick-next, .slick-prev{
        top: 30%;
    }
}

.chat-box .bottom-light-btn {
    padding: 0.625rem 0.938rem;
    border-radius: 24px;
    background-color: rgba(246, 246, 246, 1);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2rem;
    display: inline-block;
    border: 2px solid rgba(235, 235, 235, 1);
    margin-top: 2.4rem;
}
.bottom-dark-btn{
    padding: 1rem 1.125rem;
    border-radius: 8px;
    background: var(--primary, #2697FF);
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 142.857% */
    display: inline-block;
    min-width: 7.5rem;
    border: 1px solid #2697FF;
    box-shadow: none;
    outline: none;
}
.light-dark-btn img {
    position: relative;
    z-index: 1;
    height: 2rem;
    width: 50%;
    padding: 5px;
}
.toggle-btn input:checked+.slider{
    background-color: #fff !important;
}
.toggle-btn input:checked+.slider::before{
    background-color: #000;
}
.complete-step-outer {
    padding: 0;
    display: flex;
    gap: 1rem;
    max-width: 30rem;
    position: absolute;
    bottom: 6.5rem;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}
.complete-step-outer li {
    background-color: #7cc0ff;
    list-style: none;
    width: 100%;
    height: 2px;
    border-radius: 1rem;
}
.complete-step-outer li.active{
background-color: #2697FF;
}


/*================== dark mode chatbox ==================*/
.dark-mode{
.chat-box{
    background-color: #343540;
    border-color: #343540;
}
.chat-box .heading-third{
    color: #fff;
}
.left-arrow, .right-arrow{
    background-color: #3E3F4A;
}
.chat-box .inner-chat-box {
    background-color: #202123;
}
.chat-box .inner-chat-box h4 {
    color: #fff;
}
.chat-box .bottom-light-btn {
    color: #fff;
}

.chat-box .inner-chat-box li .common-btn {
    background-color: #292931;
}
.chat-box .inner-chat-box li .common-btn.active,
.chat-box .inner-chat-box li .common-btn:hover,
.chat-box .inner-chat-box li .common-btn:focus{
    background-color: #3E3F4A;
}
.chat-box .inner-chat-box li .form-control {
    background-color: #292931;
    border: 1px solid #292931 !important;
    color: #fff;
}
.chat-box .slick-next:before, .chat-box .slick-prev:before {
    color: #40414E;
}
.chat-box .bottom-light-btn {
    background-color: #40414E;
    border-color: #40414E;
    color: #BEBEBE;
}
.chat-box .slick-dots li button:before{
    background-color: #202123;
    opacity: 1;
}
.chat-box .slick-dots li.slick-active button:before{
    background-color: #BEBEBE;
}
.complete-step-outer li {
    background-color: #202123;
}
.complete-step-outer li.active{
background-color: #BEBEBE;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu {
    border: 1px solid #292931;
    background-color: #202123;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item {
    color: #ddd;
}
.chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:hover, .chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:focus, .chat-box .inner-chat-box li .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #292931;
    color: #fff;
}
.common-btn {
    background-color: #292931;
    border: 1px solid #292931 !important;
}
.inputsearch {
    background-color: #292931;
}
.inputsearch {
    border: 1px solid  #292931 !important;
}
.inputsearch .input-group-text {
    color: #fff;
}
.inputsearch .form-control{
    color: #fff;
}
}
/*=================== dark mode code ends ===================*/

@media (max-width:992px){
    .home-banner .back-banner img {
        height: 60vh;
    }
    .chat-box {
        margin-top: -12rem;
    }
}
@media (max-width:768px){
    .chat-box .slider-width{
        max-width: 85%;
    }
    .chat-box .slick-next:before, .chat-box .slick-prev:before {
        
        font-size: 20px;
    }
    .chat-box .slick-dots li button:before, .chat-box .slick-dots li button, .chat-box .slick-dots li {
        width: 2rem;
    }
    .chat-box {
        max-width: 90%;
        margin: -12rem auto 0;
    }
    .home-banner .back-banner img{
       height: 300px;
    }
    .chat-box .slick-prev {
        left: -24px;
    }
    .chat-box .slick-next {
        right: -23px;
    }
    .chat-box .inner-chat-box ul {
        padding-left: 0;
        gap: 0.7rem;
        justify-content: center;
    }
    .chat-box .inner-chat-box li {
        width: 48%;
    }
    .chat-box .inner-chat-box li .common-btn {
        padding: 0.8rem 0.4rem;
        font-size: 0.85rem;
    }
    .chat-box .heading-third {
        padding: 4.7rem 0 1.875rem;
    }
    .chat-box .inner-chat-box li .common-btn:hover{
        background-color: #7cc0ff;
    }
}
/* toggle switch code */
.toggle-btn {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;

    .switch {
        position: relative;
        display: inline-block;
        width: 4rem;
        height: 2rem;
        cursor: pointer;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(38, 151, 255, 1);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 1.8rem;
        width: 1.8rem;
        left: 0.1rem;
        bottom: 0.1rem;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #2196F3;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
        transform: translateX(2rem);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }
}

/*========= what do sec code starts  =========*/
.what-do-sec {
    padding: 3.125rem;
    position: relative;
}

.blue-background {
    background-color: rgba(21, 35, 72, 0.03);
    border-radius: 12px;
    height: 440px;
    position: absolute;
    display: block;
    left: 0;
    top: -33%;
    width: 98.3%;
    right: 0;
    margin: 0 auto;
}

.what-do-slider .inner-box {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(246, 246, 246, 1);
    border-radius: 24px;
    padding: 2.25rem 1rem;
    text-align: center;
}

.what-do-sec .slick-slide>div {
    margin-right: 1rem;
}

.what-do-slider .inner-box img {
    max-height: 80px;
    margin: 0 auto 18px;
}

.what-do-slider .inner-box h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.688rem;
    margin-bottom: 1.125rem;
}

.what-do-slider .inner-box p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    min-height: 60px;
    margin: 0 auto;
    max-width: 277px;

}

.what-do-slider .slick-prev,
.what-do-slider .slick-next {
    height: 24px;
    width: 24px;
    top: -50px;
}

.what-do-slider .slick-prev {
    left: auto;
    right: 7rem;
}

.what-do-slider .slick-next {
    left: auto;
    right: 1rem;
}

.what-do-slider .slick-prev:before,
.what-do-slider .slick-next:before {
    content: '';
    background-image: url(../images/home/arrow_forward.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    display: block;
    height: 24px;
    font-size: 24px;
}

.what-do-slider .slick-next:before {
    transform: rotate(0deg);
}
@media (max-width:768px){
    .blue-background{
        top: -47%;
    }
    .what-do-slider .slick-prev {
        right: 4rem;
    }
}
/*================ reach-far-box code starts ================*/
.reach-far-sec .common-heading-home h2,
.reach-far-sec .common-heading-home p {
    color: #fff;
}

.reach-far-box {
    background-color: rgba(38, 151, 255, 1);
    padding: 2.25rem 2rem 4rem;
    border-radius: 24px;
}

.reach-far-box .inner-number {
    text-align: center;
    padding-top: 2.8rem;
}

.reach-far-box .inner-number .small-text {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 500;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
}

.reach-far-box .inner-number .big-text {
    color: rgba(255, 255, 255, 1);
    font-size: 5rem;
    line-height: 6.25rem;
    font-weight: 700;
    margin-bottom: 0;
}

/*=============== best-roi-sec code starts ===============*/
.best-roi-sec {
    padding: 5rem 0 2.5rem;
}

.best-roi-sec .nav-tabs {
    justify-content: center;
    border: none;
}

.best-roi-sec .nav-tabs .nav-link {
    color: rgba(190, 190, 190, 1);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.875rem;
    border: none;
    position: relative;
    padding: .2rem 1rem;
    margin-top: 0.5rem;
}

.best-roi-sec .nav-tabs .nav-link.active {
    color: rgba(0, 0, 0, 1);
}

.best-roi-sec .nav-tabs .nav-link.active::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: rgba(38, 151, 255, 1);
    width: 80%;
}

.roi-boxes {
    margin-top: 3rem;
    padding-left: 0;
}

.roi-boxes h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    border-bottom: 2px solid #000;
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.roi-boxes li {
    list-style: none;
    margin-bottom: 1.25rem;
}

.roi-boxes li p, .roi-boxes li a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(38, 151, 255, 1) !important;
    text-decoration: none;
}

/* roi-unit-sec code starts */
.roi-unit-sec {
    background-color: rgba(248, 251, 255, 1);
    margin: 1rem;
    border-radius: 24px;
    padding: 4.6rem 0;
}

.roi-unit-sec .roi-unit-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.roi-unit-sec .roi-unit-box img {
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.roi-unit-sec .roi-unit-box .inside-space {
    padding: 0.875rem 0.625rem;
}

.roi-unit-sec .roi-unit-box .inside-space h4 {
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: rgba(51, 51, 51, 1);
}

.roi-unit-sec .roi-unit-box .inside-space p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
    color: rgba(190, 190, 190, 1);
}

.roi-unit-sec .roi-unit-box .inside-space h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: rgba(38, 151, 255, 1);
    margin-bottom: 0;
}

/* agent login flow css */

.text-blue{
     color: #2697FF !important;
}
.common-btn.light-btn{
    background-color: #E0EFFE;
    color: #007DFA;
    font-weight: 600;
}
.common-btn.light-btn img{
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.3rem;
}
.login-modal.agent-popup .modal-dialog.modal-md{
    max-width: 450px;
}
.login-modal.agent-popup h3{
    font-size: 1.3rem;
}
.login-modal.agent-popup p{
    font-size: 0.9rem;
}
.login-modal.agent-popup .otp_box {
    justify-content: start;
    gap: 1rem;
}
.login-modal.agent-popup .otp_box input {
    margin: 0 !important;
    height: 3.2rem !important;
    width: 3.2rem !important;
    /* border-radius: 50%; */
    /* background-color: #2697FF; */
    /* border: none !important; */
    /* color: #fff; */
    box-shadow: none !important;
    outline: none !important;
    font-size: 1.5rem !important;
    font-weight: 600;
}
.outer-login-box .signup-link.position-static.resend a{
    color: #BEBEBE;
}
.outer-login-box .signup-link.position-static a img{
    height: 1rem;
}
.login-modal.agent-popup .otp_box input:hover,
.login-modal.agent-popup .otp_box input:focus,
.login-modal.agent-popup .otp_box input:active{
    border-color: #2697ff;
}
.flex-row-doc-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EBEBEB;
    padding: 0.5rem;
   
}
.flex-row-doc-submit > div{
    display: flex;
    align-items: center;
}
.flex-row-doc-submit > div .form-control{
    min-width: 12rem;
}
.flex-row-doc-submit > div span {
    color: #000;
    font-style: normal;
    font-weight: 500;
    margin-right: 0.2rem;
    min-width: 10.5rem;
    margin-left: 0.5rem;
}
.upload-btn {
    position: relative;
    max-width: max-content;
    overflow: hidden;
}
.upload-btn input {
    position: absolute;
    z-index: 10;
    opacity: 0;
    inset: 0px;
    height: 100%;
    width: 100%;
    min-width: auto !important;
    margin: 0px !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.upload-btn button {
    border-radius: 0.3rem;
    background-color: #EBEBEB;
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}
.upload-btn button img{
    height: 1.5rem;
    margin-left: 0.5rem;
}
.flex-row-doc-submit .form-control {
    border: none !important;
    border-radius: 0.3rem;
    background-color: #EBEBEB;
    color: #000;
    max-width: 8rem;
    text-align: center;
}
.flex-row-doc-submit .check-img{
height: 1.5rem;
}
.agent-popup .form-check-input {
    box-shadow: none !important;
    border: 1px solid #ddd;
}
.agent-popup .form-check-input:checked{
    background-color: #2196F3;
    border-color: #2196F3;  
}
.signature-btn.upload-btn button{
    background-color: transparent;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    border: 1px solid #BEBEBF;
    color: #5A5A5D;
}
.login-modal.agent-popup ul li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.reciver-banner{
    position: relative;
}
.reciver-banner > div {
    position: absolute;
    left: 3rem;
    top: 20%;
}
.reciver-banner > div h4{
    color: #FFF;
font-size: 2rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.reciver-banner > div p{
    color: #FFF;
    font-size: 0.9rem;
}
.outer-login-box .success-img{
    height: 5rem;
}
.back-btn {
    color: #2697FF;
    font-weight: 600;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.back-btn img {
    height: 1.4rem;
}
.text-count-step {
    font-weight: 600;
    color: #BEBEBE;
    margin-right: 1rem;
}
.rating-count {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
}
.rating-count img {
    height: 1.6rem !important;
    width: auto !important;
    margin: 0 !important;
    margin-left: 0.1rem !important;
}
.select-box-agent .rating-count {
    font-size: 1.2rem;
}
.select-box-agent .rating-count img{
    height: 1.1rem !important;
}
/* .flex-for-agent-select {
    display: flex;
    align-items: center;
    gap: 1rem;
} */
.flex-for-agent-select .select-box-agent {
    overflow: hidden;
}
.flex-for-agent-select .select-box-agent h4 {
    font-size: 1.1rem;
}
.flex-for-agent-select .select-box-agent img {
    object-fit: cover;
    height: 9rem;
    min-width: 14rem;
    background-color: #ddd;
}
.flex-for-agent-select .select-box-agent p {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}
.flex-for-agent-select .border-btn {
    padding: 0.4rem 2rem;
    font-size: 1rem;
}


@media (max-width:992px){
    .flex-for-agent-select {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width:580px){
    .flex-row-doc-submit {
        flex-wrap: wrap;
    } 
    .flex-row-doc-submit > div {
        margin-bottom: 0.8rem;
    }
    .outer-login-box.p-5 {
        padding: 1.5rem !important;
    }
    .flex-for-agent-select .select-box-agent img {
        height: 15rem;
    }
    .chat-box .inner-chat-box {
       padding: 1rem;
    }
    .reach-far-box .inner-number .big-text {
       font-size: 4rem;
       line-height: normal;
    }
}

.outer-box-refrence{
    position: relative;
    }
    .outer-box-refrence::after {
        content: "";
        height: 35px;
        position: absolute;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding-left: 2%;
        font-size: 12px;
    }

    .header-home .home-header-drop button{
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
        padding: 0;
        padding-right: 0 !important;
        padding-left: 0 !important;
        color: rgba(51, 51, 51, 1) !important;
        background-color: none;
        border: none !important;
        box-shadow: none !important;
        background: none !important;
        min-width: auto !important;
    }
    .header-home .home-header-drop .dropdown-menu{
        min-width: 12rem;
    }
    @media (max-width:991px) {
        .header-home .home-header-drop .dropdown-menu{
            box-shadow: none !important;
        }
    }

    .notification-bell{
        position: relative;
    }
.noti-count {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 18px;
    background-color: red;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    padding: 2px;
    min-width: 18px;
    text-align: center;
}