/*
Theme Name: Kadence Child
Author: Soham Paul
Description: Brainium Web Team
Version: 1.0.0
Template: kadence
*/

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    height: 5px;
    background-color: #ffff;
}

html::-webkit-scrollbar {
    width: 7px;
    background-color: #29B8C1;
    height: 5px;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #29B8C1;
    height: 5px;
}


.header-new .elementor-button-wrapper a {
    padding: 19px 30px;
    font-size: 25.96px;
    font-weight: 600;
    line-height: 30.64px;
}

.header-new {
    position: absolute;
    top: 40px;
    z-index: 1;
    right: 0;
    left: 0;
}

.home-section-three .e-con-inner {
    margin-left: auto;
}

.home-section-three.e-con .e-con-inner {
    margin: unset !important;
    margin-left: auto !important;
}

.section-three-form {
    background-color: #fff;
    transform: scale(1.3);
}

.section-three-form input {
    border: none !important;
    border-left: 1px solid #C8C8C8 !important;
    border-radius: 0 !important;
}

.section-three-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #C8C8C8;
    padding: 0px 10px;
    font-weight: 600;
}

.section-three-form input[type="submit"] {
    background-color: #29B8C1;
    padding: 10px 60px;
    margin: auto;
    display: block;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
}

.section-three-form input[type="submit"]:hover {
    background-color: #29B8C1;
}

/* 26.04.2024 */

.footer .elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #fff;
    color: #000;
    fill: #fff;
}

.footer #footer-left {
    border-right: 1px solid #6C6C6C;
}

.footer .elementskit-navbar-nav>li>a {
    color: #073550 !important;
    padding: 0px 60px 0px 0px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: 'Roboto';
}


/* 18.07.2024 */

#user_ajax_multi_form {
    /* margin-top: 150px !important; */
    box-shadow: rgb(50 50 93 / .25) 0 2px 5px -1px, rgb(0 0 0 / .3) 0 1px 3px -1px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 100px;
    transition: 0.5s;
}

#user_ajax_multi_form:hover {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    transition: 0.5s;
}

#user_ajax_multi_form ul {
    padding-left: 0em;
    margin-bottom: 20px;
}

#user_ajax_multi_form .nav-link {
    padding: .2rem .9rem;
    color: #000;
    border: 1px solid #ff7f00;
    margin-left: 1.5px;
    font-size: 15px;
}

#user_ajax_multi_form .nav-pills .nav-link.active,
#user_ajax_multi_form .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #29b8c1;
    border: 1px solid #29b8c1;
}

#user_ajax_multi_form button.multistep_send_otp {
    margin-top: 10px;
}

#user_ajax_multi_form .form-group {
    margin-bottom: 0rem;
}

#user_ajax_multi_form .btn-primary {
    color: #fff;
    background-color: #29b8c1;
    border-color: #29b8c1;
    padding: 5px 32px;
    margin-top: 15px;
}

#user_ajax_multi_form .single-content p {
    margin-bottom: 0;
}

#user_ajax_multi_form label {
    font-weight: 600;
}

#user_ajax_multi_form h3 {
    font-size: 22px;
}
.ekit-sidebar-widget{
    background-color: #29b8c1;
}
#right-sidebar-menu .elementor-widget-container .hfe-nav-menu nav ul li a{
display: flex;
    margin-bottom: 15px;
    gap: 20px;
    align-items: center;
    padding-left: 30px;
    border-bottom: 1px solid gray;
    padding: 16px;
    color: #29b8c1;
}





/* Responsive */


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

    .e-con>.e-con-inner {
        max-width: 1200px;
        ;
    }

    .footer .elementor-widget-container {
        padding: 11px 0px 0px 0px !important;
    }

    #hero-banner-section h1.elementor-heading-title {
        font-size: 62px;
        line-height: 72px;
    }

    .section-three-form {
        width: 32%;
    }


}


@media screen and (max-width: 1440px) {
    .section-three-form {
        width: 40%;
        transform: scale(1);
    }


}

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

    .footer .e-con>.e-con-inner {
        max-width: 990px;
    }

    .footer #footer-left {
        border-right: none;
    }

    .section-three-form {
        width: 52%;
        transform: scale(1);
    }


}


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

    .footer .e-con>.e-con-inner {
        max-width: 730px;
    }

    .section-three-form {
        width: 75%;
        transform: scale(1);
    }



}


@media screen and (max-width: 767px) {
    .section-three-form {
        width: 100%;
        transform: scale(1);
    }

    html,
    body {
        margin: auto !important;
        overflow-x: hidden !important;
    }

    .header-new .elementor-button-wrapper a {
        padding: 8px 17px;
        font-size: 16px;
        line-height: 25px;
    }

    .section-three-form input {
        max-width: 66% !important;
    }

    #mobile-menu-footer ul li span {
        font-weight: 600;
    }



}
