/*====================================================== Responsive =========================*/

@media only screen and (max-width:1400.98px) {
    .container {
        max-width: 1140px !important;
    }

    .nav_bar .nav_sec ul li {
        margin: 0 12px;
    }

    .nav_bar .nav_sec ul li .arw-nav {
        right: -18px;
        top: 2px;
        width: 15px;
        height: 15px;
    }

    .custom-container {
        padding: 0 15px;
    }

    .overlay-text h2 {
        font-size: 110px;
    }

}

@media only screen and (max-width:1240.98px) {
    .important-link-slider button.slick-prev {
        left: 0;
    }

    .important-link-slider button.slick-next {
        right: 0;
    }
}

@media only screen and (max-width:1199.98px) {
    .nav_bar .nav_sec ul li {
        margin: 0 7px;
    }

    .nav_bar .nav_sec ul li .arw-nav {
        right: -13px;
        top: 3px;
        width: 12px;
        height: 12px;
    }

    .logo img {
        max-width: 210px;
    }

    .select-trigger {
        max-width: 100px;
    }

    .custom-select {
        width: 100px;
    }

    .hero-slider .item {
        padding: 115px 0;
        background-repeat: no-repeat;
        background-position: right bottom -14px;
    }

    .hero-text-content h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-text-content h1 em {
        font-size: 40px;
        line-height: 52px;
    }

    .hero-text-content h1 {
        max-width: 560px;
    }

    .hero-text-content h1+p {
        max-width: 570px;
        font-size: 18px;
        line-height: 28px;
    }

    .hero-slider .item {
        background-size: contain;
    }

    .intro-sec,
    .demat-sec,
    .document-sec,
    .important-link-sec {
        padding: 80px 0;
    }

    .main-heading h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .intro-right h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .doc-each-item h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .kyc-sec {
        padding-bottom: 100px;
    }

    .attention-sec {
        padding-top: 80px;
    }

    .footer-up {
        padding: 80px 0 40px;
    }

    .footer-up h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .doc-each-item p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1080.98px) {
    span.toggle-menu {
        width: auto;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        font-size: 22px;
        text-align: right;
        position: absolute;
        right: 15px;
    }

    span.toggle-menu svg {
        width: 38px;
    }

    .nav_bar .nav_sec {
        width: 280px;
        height: 100vh;
        float: none;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;
        padding: 70px 0 0;
        background: var(--white);
        display: block;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;

    }

    .nav_bar .nav_sec.slidein {
        right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .nav_bar .nav_sec .cls-btn {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: url(images/cross-2.webp) no-repeat center;
        background-size: 24px;
    }

    .nav_bar .nav_sec ul {
        display: block;
        text-align: left;
    }

    .nav_bar .nav_sec ul>li {
        display: block;
        padding-bottom: 0;
        width: 100%;
        float: left;
        margin: 0;
    }

    .nav_bar .nav_sec ul>li+li {
        margin-left: 0;
    }

    .nav_bar .nav_sec ul>li a {
        padding: 11px 15px;
        border-radius: 0;
    }

    .nav_bar .nav_sec img {
        display: inline-block;
        vertical-align: middle;
    }

    .nav_bar .nav_sec i {
        float: left;
        font-style: normal;
        color: #fff;
        line-height: 30px;
        font-size: 21px;
        font-weight: 600;
    }

    .nav_bar .nav_sec ul>li:hover ul {
        display: none;
    }

    .nav_bar .nav_sec ul>li ul {
        width: 100%;
        position: static;
        top: 100%;
        left: 0;
        text-align: left;
        display: none;
        float: left;
        border-radius: 0;
        padding: 0;
        animation: none !important;
    }

    .nav_bar .nav_sec ul li ul li a {
        padding: 15px 22px;
        border: none !important;
    }

    /* .nav_bar .nav_sec ul ul>li:hover>a,
    .nav_bar .nav_sec ul ul>li.active>a {
        background: #1b72bf;
        color: #FFF;
    } */

    /* .nav_bar .nav_sec ul li ul li a:hover,
    .nav_bar .nav_sec ul li ul li.active a,
    .nav_bar .nav_sec ul li ul li.current-menu-item a {
        background-color: #f8f8f8;
        color: var(--color0b79e9);
    } */

    .nav_bar .nav_sec ul li .arw-nav {
        width: 40px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        cursor: pointer;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23032d60" d="M12 14.5a.74.74 0 0 1-.53-.22L8 10.78a.75.75 0 0 1 1-1.06l3 3l3-3a.75.75 0 0 1 1 1.06l-3.5 3.5a.74.74 0 0 1-.5.22"/></svg>') no-repeat right center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .nav_bar .nav_sec ul li .arw-nav.actv {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .custom-select {
        width: 100px;
        margin-right: 45px;
    }
    header.main_header {
        padding: 22px 0;
    }
    .main_header.fixed{
        padding: 15px 0;
    }
    .select-options {
        width: 100px;
    }

    .overlay-icon1 img {
        max-width: 120px;
    }
}

@media only screen and (max-width:991.98px) {
    .demat-sec-wrapper>.row>*:nth-child(2) .demat-item:after,
    .demat-sec-wrapper>.row>*:nth-child(4) .demat-item:after,
    .demat-sec-wrapper>.row>*:last-child .demat-item:after,
    .demat-sec-wrapper>.row>*:last-child .demat-item::before,
    .demat-sec-wrapper>.row>*:nth-child(5) .demat-item::before {
        display: none;
    }
.future_sec {
    padding: 60px 0 50px;
}
    .intro-sec,
    .demat-sec,
    .document-sec,
    .important-link-sec,
    .sensex-nifty-sec {
        padding: 60px 0;
    }
.demat-sec.new_demat_sec .demat-sec-wrapper .row>*{
    position: relative;
}
.demat-sec.new_demat_sec .demat-sec-wrapper .row>*:nth-child(3):before,.demat-sec.new_demat_sec .demat-sec-wrapper .row>*:nth-child(4):before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1141' height='1' viewBox='0 0 1141 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='1140.5' y2='0.5001' stroke='%230C2883' stroke-opacity='0.15' stroke-linecap='round' stroke-dasharray='12 15'/%3E%3C/svg%3E%0A");
    content: "";
}
.regular_sec {
    padding: 65px 0 35px;
}
    .mission_sec {
        padding: 75px 0 30px;
    }
    .mission_sec br{
        display: none;
    }
.mission_sec .row{
    flex-direction: column-reverse;
}
    .attention-sec {
        padding-top: 60px;
    }

    .intro-left {
        max-width: 590px;
        margin: 0 auto 30px;
    }
    .regular_sec .main-heading,.future_sec .main-heading {
    margin-top: 40px;
}
.regular_sec .row{
    flex-direction: column-reverse;
}
    .intro-right {
        text-align: center;
    }

    .main-heading h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .hero-text-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .hero-text-content h1 em {
        font-size: 30px;
    }

    .hero-slider .item {
        padding: 80px 0;
    }

    .doc-each-item h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .overlay-text h2 {
        font-size: 82px;
        line-height: normal;
    }

    .footer-up {
        padding: 60px 0 40px;
    }

    .intro-sec::after {
        display: none;
    }
    

}

@media only screen and (max-width:840.98px) {
    .hero-text-content {
        background: #ffffffe6;
        text-align: center;
        padding: 20px;
    }

    .hero-text-content h1,
    .hero-text-content h1+p {
        max-width: 100%;
    }

    
.inner_banner .hero-text-content h1 {
    margin-bottom: 25px;
}
    .hero-slider .item {
        padding: 40px 0;
    }
    .inner_banner .hero-text-content ol {
    justify-content: center;
}


.recruitment_sec {
    padding: 70px 0 0;
}
.proccess_sec {
    padding: 80px 0;
}
}

@media only screen and (max-width:767.98px) {
    .demat-item::after {
        display: none;
    }
    .proccess_sec_texts {
    padding: 50px 20px;
}
.proccess_sec .main-heading p {
    font-size: 16px;
    margin-bottom: 20px;
}
.recruitment_content .demat-item{
    padding-left: 10px;
    padding-right: 0;
}
.recruitment_content {
    padding: 40px 20px 30px;
}
.recruitment_content .second-demat-sec .demat-sec-wrapper .row>*:nth-child(1) .demat-item::after,.recruitment_content .second-demat-sec .demat-sec-wrapper .row>*:nth-child(3) .demat-item::after{
    display: none !important;
}   
.career_title {
    padding: 55px 0;
}
    .demat-sec.new_demat_sec .demat-sec-wrapper .row>*:nth-child(3) .demat-item:after, .demat-sec.new_demat_sec .demat-sec-wrapper .row>*:nth-child(4) .demat-item:before {
    display: none !important;
}
.demat-sec.new_demat_sec .demat-sec-wrapper .row>*:nth-child(2):before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1141' height='1' viewBox='0 0 1141 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='1140.5' y2='0.5001' stroke='%230C2883' stroke-opacity='0.15' stroke-linecap='round' stroke-dasharray='12 15'/%3E%3C/svg%3E%0A");
    content: "";
}
    .demat-sec-wrapper>.row>*:nth-child(5) .demat-item::before {
        display: block;
    }

    .doc-wrapper>.row>*:nth-child(2) .doc-each-item {
        display: block;
    }

    .spin-circle {
        display: none;
    }

    .doc-each-item {
        text-align: center;
        margin: 15px 0;
    }

    .doc-wrapper::after,
    .doc-wrapper::before {
        display: none;
    }

    .doc-wrapper>.row>*:nth-child(2) .doc-each-item .doc-icon {
        margin-top: 32px;
    }

    .intro-sec,
    .demat-sec,
    .document-sec,
    .important-link-sec,
    .sensex-nifty-sec {
        padding: 45px 0;
    }

    .footer-up {
        padding: 40px 0 40px;
    }

    .kyc-sec {
        padding-bottom: 60px;
    }

    .kyc-right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .hero-text-content h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .hero-text-content h1 em {
        font-size: 26px;
        line-height: 36px;
    }

    .intro-head-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .main-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .intro-right h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .overlay-text h2 {
        font-size: 50px;
        line-height: normal;
    }

}

@media only screen and (max-width:640.98px) {
    .attte-number {
        font-size: 28px;
        line-height: 38px;
    }

    .kyc-item {
        gap: 15px;
    }

    .kyc-icon {
        min-width: 48px;
        height: 48px;
    }
}


@media only screen and (max-width:575.98px) {
    .attention-wrapper {
        height: 95vh;
    }
    
.recruitment_content .demat-item{
    padding-left: 0px;
    padding-right: 0;
}
.regular_sec .main-heading ul>li:after {
    left: 20px;
}

/*
.inner_banner .hero-text-content ol li {
    font-size: 24px;
}
*/

.new_demat_sec .demat-item {
    text-align: center;
}
.new_demat_sec .demat-item p{
    margin: 0 auto;
}
.regular_sec .main-heading ul>li:after {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.future_sec {
    padding: 80px 0 50px;
}
    .regular_sec .main-heading ul>li {
        padding: 30px 20px 30px 60px;
    }
    .intro-exp-box h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .intro-img-holder {
        gap: 15px;
    }
.regular_sec .main-heading ul li ol li {
    padding-left: 25px;
}
    .regular_sec .main-heading ul li ol li {
    font-size: 16px;
    line-height: 26px;
}
    .intro-head-box {
        margin-bottom: 15px;
    }

    .intro-exp-icon svg,
    .overlay-icon2 svg {
        border-radius: 19px;
        width: 60px;
        height: 58px;
    }

    .overlay-icon1 img {
        max-width: 80px;
    }

    .sticky-box {
        position: relative;
    }
}

@media only screen and (max-width:480.98px) {

    .logo img {
        max-width: 180px;
    }

    .select-trigger {
        font-size: 14px;
        max-width: 90px;
    }

    .custom-select,
    .select-options {
        width: 90px;
    }

    span.toggle-menu svg {
        width: 30px;
    }

    .custom-select {
        margin-right: 36px;
    }

    .intro-head-box h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .intro-img-holder .intro-img-item:first-child img {
        height: 360px !important;
    }

    .intro-img-holder .intro-img-item:nth-child(2) img {
        height: 260px !important;
    }

    .intro-head-box {
        padding: 20px 10px;
    }
}