/*====================================================== 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;
    }

    .banner_text h1 {
        font-size: 50px;
    }
}


@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;
    }

    .inner_banner .banner_text ol {
        padding: 7px 20px;
    }

    .inner_banner .banner_text ol li {
        font-size: 19px;
    }

    .banner_text h1 {
        font-size: 43px;
    }

    .hero-slider .item {
        background-size: contain;
    }

    .cnt_right .cmn_title h4 {
        font-size: 25px;
    }

    .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;
    }

    .report_sec {
        padding: 70px 0;
    }

    .main_faq_holder {
        padding: 80px 0;
    }
}

@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;
    }

    /* .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: 40px;
    }

    .select-options {
        width: 100px;
    }

    .overlay-icon1 img {
        max-width: 120px;
    }

    .s_form_holder {
        padding: 65px 0 45px;
    }
}


@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;
    }

    .intro-sec,
    .demat-sec,
    .document-sec,
    .important-link-sec,
    .sensex-nifty-sec {
        padding: 60px 0;
    }

    .attention-sec {
        padding-top: 60px;
    }

    .intro-left {
        max-width: 590px;
        margin: 0 auto 30px;
    }

    .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;
    }

    .inner_banner .banner_text {
        padding: 85px 0;
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
    }

    .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;
    }

    .main_faq_holder ul {
        gap: 15px;
        padding: 25px 15px;
    }

    .main_faq_holder ul li a {
        padding: 12px 27px;
        font-size: 16px;
    }

    .main_faq_holder {
        padding: 60px 0 70px;
    }

    .main_contact_page {
        padding: 70px 0 60px;
    }


}

@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%;
    }

    .hero-slider .item {
        padding: 40px 0;
    }
}

@media only screen and (max-width:767.98px) {
    .banner_text h1 {
        font-size: 35px;
    }

    .demat-item::after {
        display: none;
    }

    .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;
    }

    .s_form_holder .row>* {
        margin-bottom: 20px;
    }

    .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:680.98px) {

    .acc_heading {
        font-size: 17px;
        line-height: 24px;
        padding: 15px;
        padding-right: 60px;
    }

    .acc_contents {
        padding: 20px 40px 15px 20px;
    }

    .main_contact_page {
        padding: 60px 0 40px;
    }

    .cnt_left ul li {
        padding: 20px 20px 20px;
        gap: 20px;
    }
}

@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;
    }

    .intro-exp-box h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .intro-img-holder {
        gap: 15px;
    }

    .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;
    }

    .cnt_right {
        padding: 40px 20px 30px;
    }

    .report_sec {
        padding: 60px 0 70px;
    }
}

@media only screen and (max-width:480.98px) {

    .logo img {
        max-width: 180px;
    }

    .banner_text h1 {
        font-size: 30px;
    }

    .select-trigger {
        font-size: 14px;
        max-width: 90px;
    }

    .custom-select,
    .select-options {
        width: 90px;
    }

    span.toggle-menu svg {
        width: 30px;
    }

    .custom-select {
        margin-right: 32px;
    }

    .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;
    }

    .acc_heading {
        font-size: 15px;
        line-height: 19px;
        padding-right: 45px;
    }

    .s_form_holder .row>* {
        margin-bottom: 20px;
        width: 100%;
    }

    .cnt_left ul li {
        flex-direction: column;
    }
}