.transparency-wrapper {
    margin-top: 195px;
}


.login_sign-content .nav-link.active {
    color: var(--background_main_color);
    border-bottom: 2px solid;
}

.login_sign-content .nav-link {
    color: var(--title-color);
    font-family: 'Thicccboi-Bold';
    border-radius: 10px 10px 0 0;
    border: 0;
    padding: 12px 50px;
    font-size: 18px;
    text-align: center;
    /* margin: auto; */
}

.login_sign-content .nav-tabs {
    border-bottom: 0;
    padding: 0 10px;
    justify-content: center;
}

.login_sign-content .tab-content {
    padding: 40px 20px;
}

.login_sign-content .card {
    padding: 20px;
    box-shadow: 0px 0px 2px #ccc;
    border: 0;
    border-radius: 10px;
}

.input-box {
    position: relative;
    margin-bottom: 30px;
}

.input-box input {
    padding: 15px 40px 15px 20px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    color: var(--title-color);
    transition: 0.5s;
}

.input-box input:focus {
    border: 1px solid var(--background_main_color);
}

.input-box img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 18px;
    right: 20px;
}


.redio-btn-box input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 21px;
    -webkit-appearance: none;
    appearance: none;
    background: #EEEEEE;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
}

.redio-btn-box input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: 0.5s;
}

.redio-btn-box input[type="checkbox"]:checked::before {
    transform: translateX(190%);
    background: var(--front_main_color);
}

.redio-btn-box input[type="checkbox"]:checked {
    background: #EEEEEE;
}


.redio-input-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.redio-input-box label {
    color: var(--text-color);
    font-size: 18px;
}



.submit-btn button {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.1em;
    padding: 12px 40px;
    border: 2px solid var(--front_main_color);
    color: var(--common-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 0;
    background: var(--front_main_color);
    font-family: "Thicccboi-Bold";
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.submit-btn button:hover::before {
    background-color: var(--background_main_color);
    color: #6599AD;
    transition: 0.6s ease-in-out;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border: 2px solid var(--background_main_color);
}

.submit-btn button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background_main_color);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid var(--background_main_color);

}

.forgot-link a {
    color: var(--title-color);
    font-size: 18px;
}

.redio-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.sign-link p {
    text-align: center;
    margin-top: 20px;
}

.sign-link a {
    color: var(--front_main_color);
    font-size: 18px;
}

.other-details {
    padding: 30px 30px;
}

.other-btn button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 10px;
    background: #3b5c9f;
    border-radius: 10px;
    width: 100%;
}

.other-btn button span {
    display: block;
    font-size: 18px;
    color: var(--common-color);
    font-family: "Thicccboi-Bold";
    margin: auto;
}

.other-btn button img {
    background: #fff;
    padding: 10px;
}

.other-btn button.google img {
    padding: 10px;
    width: 50px;
}

.other-btn button.google {
    background: #4285f4;
    padding: 15px 25px;
    margin-top: 20px;
}

.other-text {
    padding-bottom: 30px;
}

.other-text p a {
    color: var(--front_main_color);
    font-size: 18px;
}

.login-wrapper {
    padding: 50px 0;
}

.other-or {
    position: relative;
    margin: 0 30px;
    padding-top: 30px;
}

.other-or span {
    display: block;
    text-align: center;
    color: var(--text-color);
    font-size: 20px;
    position: relative;
}

.other-or:before {
    content: "";
    border: 1px solid #eee;
    width: 45%;
    position: absolute;
    left: 0;
    top: 75%;
}

.other-or:after {
    content: "";
    border: 1px solid #eee;
    width: 45%;
    position: absolute;
    right: 0;
    top: 75%;
}


.slider-wrapper {
    padding: 100px 0;
    background: var(--background_main_color);
}

.slider-customers-img {
    margin-bottom: 60px;
}

.customers-title h3 {
    color: #fff;
    margin-bottom: 40px;
}

.customers-view-link a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-card-box {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
}

.slider-text-box p {
    padding: 20px 0;
}

.slider-card-title h5 {
    color: var(--title-color);
    font-size: 18px;
    line-height: 28px;
}

.slider-card-img h4 {
    width: 80px !important;
    height: 80px;
    border-radius: 50% 50% 50% 50%;
    background: #eee;
    color: var(--title-color);
    font-size: 46px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav {
    display: none;
}

.slider-wrapper .owl-dots {
    text-align: center
}

.slider-wrapper .owl-dots button.active {
    background: var(--text-color);
}

.slider-wrapper .owl-dots button {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin-right: 10px;
}

.slider-wrapper .owl-dots button:last-child {
    display: none;
}

.slider-customers-box {
    padding: 0 40px;
}

.get-in-btn a img {
    vertical-align: text-top;
}




/* responsive css */
@media (max-width: 1655px) {}


@media (max-width: 1199px) {
    .slider-customers-box {
        padding: 0 20px;
    }

    .login_sign-content .nav-link {
        padding: 12px 30px;
    }
}

@media (max-width: 991px) {
    .slider-wrapper {
        padding: 60px 0;
    }

    .transparency-wrapper {
        margin-top: 175px;
    }

    .other-details {
        padding: 30px 0px;
    }

    .login-wrapper {
        padding: 0;
    }

    .login_sign-content .tab-content {
        padding: 30px 10px;
    }

    .other-text {
        padding-bottom: 20px;
    }

    .sign-link a {
        font-size: 16px;
    }

    .other-text p a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .slider-customers-img {
        margin-bottom: 20px;
    }

    .slider-customers-box {
        padding: 0;
        padding-top: 10px;
    }

    .slider-card-box {
        padding: 20px;
    }

    .slider-card-img h4 {
        width: 60px !important;
        height: 60px !important;
        font-size: 30px;
    }

    .slider-text-box p {
        padding: 15px 0;
    }

    .slider-wrapper {
        padding: 40px 0;
    }

    .transparency-wrapper {
        margin-top: 160px;
    }

    .other-btn button img {
        padding: 5px;
        width: 35px;
    }

    .other-btn button {
        padding: 10px 20px;
        margin: 0 auto;
    }

    .other-btn button.google {
        padding: 10px 20px;
    }

    .other-btn button.google img {
        padding: 10px;
        width: 35px;
    }

    .submit-btn button {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .login_sign-content .nav-link {
        padding: 12px 30px;
    }
}

@media (max-width: 480px) {
    .transparency-wrapper {
        margin-top: 160px;
    }

    .login_sign-content .nav-link {
        padding: 10px 20px;
        font-size: 16px;
    }

    .redio-btn-box {
        flex-direction: column;
        align-items: unset;
    }

    .redio-input-box {
        justify-content: space-between;
    }

    .login_sign-content .card {
        padding: 10px;
    }

    .login_sign-content .tab-content {
        padding: 10px 10px;
    }

    .other-details {
        padding: 20px 0px;
    }
}

@media (max-width: 383px) {

    /* .login_sign-content .nav-link {
        width: 100%;
    } */
    .login_sign-content .nav-link {
        padding: 10px 10px;
        font-size: 15px;
    }

    .login_sign-content .nav-tabs {
        padding: 0;
    }
}