@media (min-width: 1600px) {
    .cstm_container {
        max-width: 1400px;
        margin: 0px auto;
    }
}
@media (min-width: 1380px) {
    .cstm_container {
        max-width: 1280px;
        margin: 0px auto;
    }
    .what_wwe_do_wection .title_box {
        max-width: 1200px;
    } 
}

@media (max-width: 1366px) {
    .body_content_wrapper::before {
        width: 25%;
        height: 9%;
        background-size: 100%;
    }
    .body_content_wrapper::after {
        width: 65%;
        height: 20%;
        background-size: 100%;
    }
    .banner_right h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_right strong {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .banner_right span {
        font-size: 20px;
        line-height: 36px;
    }

    /* shsm_info_dtl_section */
    /*.shsm_info_box h4 {*/
    /*    font-size: 42px;*/
    /*    line-height: 48px;*/
    /*}*/
    /*.shsm_info_box strong {*/
    /*    font-size: 17px;*/
    /*    line-height: 24px;*/
    /*}*/

    /* wisdom */
    .title_box h2,
    .wisdome_section h2,
    .client_riview_section h2,
    .client_speak_section h2 {
        font-size: 50px;
        line-height: 62px;
    }

    /* client speak */
    .client_sp_img {
        height: 215px;
    }
}

@media (max-width: 1199px) {
    .whatsapp_icon {
        width: 55px;
        height: 55px;
        bottom: 85px;
    }
    .top_hdr_contact li + li {
        margin-left: 20px;
    }
    .menu_box > li + li {
        margin-left: 25px;
    }

    .banner_right h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .banner_right strong,
    .banner_right span {
        font-size: 20px;
        line-height: 28px;
    }
    .banner_right span {
        margin-top: 15px;
    }

    .banner_left {
        width: 55%;
        padding-left: 30px;
    }
    
    .wedo_slider_box h4 {
        margin-top: 25px;
    }
    .wedo_slider_box p {
        min-height: 250px;
    }

    .title_box h2,
    .wisdome_section h2,
    .client_riview_section h2,
    .client_speak_section h2,
    .coverage_section h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner_section .cstm_container {
        padding-left: 45px;
    }
    .banner_section .swiper-button-next, .banner_section .swiper-button-prev {
        width: 40px;
        height: 40px;
        left: 10px;
    }
    .banner_section .swiper-button-next {
        right: 15px;
        left: unset;
    }

    /* footer */
    .ftr_left {
        padding-right: 0;
    }
    .ftr_mdl {
        padding: 0px 15px;
    }
    .ftr_right {
        padding-left: 10px;
    }
    .ftr_right .ftr_contact {
        font-size: 12px;
        line-height: 18px;
    }

    .ftr_link_box h4, .ftr_mdl h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    .sign_btn {
        margin-left: 20px;
    }
    .menu_box > li + li {
        margin-left: 22px;
    }
    .banner_section {
        padding-top: 35px;
    }
    .banner_right strong {
        margin-bottom: 25px;
    }
    .banner_right .btn_area .btn {
        width: 165px;
        font-size: 18px;
        line-height: 28px;
        padding: 10px;
    }
    .more_dicover {
        margin-top: 45px;
    }
    
    .wedo_slider_box p {
        min-height: 215px;
        font-size: 13px;
        line-height: 22px;
    }

    .wisdome_section,
    .shsm_info_dtl_section,
    .what_wwe_do_wection {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .client_speak_section {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .coverage_section,
    .client_riview_section {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .body_content_wrapper {
        padding-top: 140px;
    }
    .top_header .cstm_container {
        flex-direction: column;
    }
    .top_header .iepf_srch_btn {
        left: auto;
        right: 15px;
    }
    .txt_topHdr {
        width: 100%;
        text-align: left;
    }
    .top_hdr_contact li a {
        line-height: 24px;
    }
    .sign_btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .contactUs_btn {
        right: -35px;
        top: 47%;
        width: 110px;
        font-size: 14px;
        line-height: 22px;
    }
    .nav_menu_area {
        display: flex;
        align-items: center;
    }
    .toggle_icon,
    .cross_icon {
        display: inline-block;
        width: 30px;
    }
    .toggle_icon {
        float: right;
    }
    .menu_box {
        position: fixed;
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 400px;
        background: #fff;
        padding: 25px 15px 30px;
        right: -105%;
        top: 0;
        transition: 0.5s;
        margin-top: 0px;
        z-index: 99999;
    }
    .menu_box li {
        display: block;
    }
    .menu_box li + li {
        margin-left: 0;
        margin-top: 8px;
    }
    .menu_box li a {
        display: inline-block;
    }
    .menu_open {
        right: 0;
    }
    .menu_open::after {
        position: absolute;
        content: '';
        width: 300%;
        height: 100%;
        left: -300%;
        top: 0;
        background-color: rgb(0,0,0,0.25);
    }
    .menu_box > li.dropdown > a::after {
        top: 15px
    }
    
    .sign_btn_area  {
        margin-top: 0px;
        margin-right: 10px;
    }
    .sign_btn .nav_link {
        padding: 4px 5px;
        font-size: 13px;
        line-height: 18px;
    }
    .sign_btn_area .ui.dropdown .menu {
        width: 140px;
        right: 0px;
        left: unset;
    }
    .sign_btn_area .ui.dropdown .menu li {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .sign_btn_area .ui.dropdown_menu li a {
        font-size: 13px;
        line-height: 18px;
    }

    
    .title_box h2,
    .wisdome_section h2,
    .client_riview_section h2,
    .client_speak_section h2,
    .coverage_section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    /*  */
    /*.banner_right h1 {*/
    /*    font-size: 32px;*/
    /*    line-height: 40px;*/
    /*}*/
    /*.banner_right strong, .banner_right span {*/
    /*    font-size: 22px;*/
    /*    line-height: 28px;*/
    /*}*/
    .banner_right .btn_area .btn {
        width: 140px;
        font-size: 15px;
        line-height: 22px;
    }
    .banner_right img {
        height: 20px;
    }
    
    .wedo_box_wrap .cstm_wedo_row {
        flex-flow: row wrap;
    }
    .wedo_box_wrap .cstm_col_3 {
        width: 50%;
    }


    /*  */
    .info_dtl_box {
        width: 400px;
    }
    .shsm_info_box {
        margin-bottom: 30px;
    }
    .shsm_info_box h4 {
        font-size: 36px;
        line-height: 40px;
    }
    .shsm_info_box strong {
        font-size: 16px;
        line-height: 24px;
    }
    .img_box {
        width: calc(100% - 400px);
    }

    .client_sp_vdobox .vdo_btn {
        width: 40px;
        height: 40px;
        bottom: -20px;
    }
    .client_sp_box h4 {
        margin-top: 40px;
    }

    .ftr_top {
        flex-direction: column;
    }
    .ftr_left,
    .ftr_mdl,
    .ftr_right {
        width: 100%;
        padding: 0;
    }
    .ftr_mdl {
        margin-top: 25px;
    }
    .ftr_mdl form {
        max-width: 50%;
    }
    .ftr_right {
        margin-top: 25px;
    }


    /* innerpage */
    .left-box__col,
    .left-prop__box {
        width: 320px;
    }
    .left-box__col img {
        height: auto;
    }
    .right-box__col,
    .right-prop__box {
        width: calc(100% - 320px);
    }
    .right-prop__box  {
        padding-left: 15px;
    }

    .left-transmission__box {
        width: 58%;
    }
    .right-transmission__box {
        width: 42%;
    }
    
}

@media (max-width: 767px) {
    /* banner */
    .banner_section .cstm_container,
    .bnrSlider_cont {
        flex-direction: column;
    }
    .banner_left {
        width: 100%;
        max-width: 65%;
        padding-left: 0;
        text-align: center;
    }
    .banner_right {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .banner_right .btn_area {
        text-align: center;
    }
    .banner_right .btn_area .btn {
        float: none;
        display: inline-block;
    }

    /*  */
    .shsm_info_dtl_section .cstm_container {
        flex-direction: column;
    }
    .img_box {
        width: 100%;
    }
    .info_dtl_box {
        width: 100%;
        margin-top: 30px;
    }

    .client_riview_section .swiper-button-next,
    .client_riview_section .swiper-rtl .swiper-button-prev {
        right: 25%;
    }
    .client_riview_section .swiper-button-prev,
    .client_riview_section .swiper-rtl .swiper-button-next {
        left: 25%;
    }

    /*  */
    .coverage_section h2,
    .client_riview_section h2 {
        margin-bottom: 30px;
    }

    .client_riview_box p::before,
    .client_riview_box p::after {
        width: 35px;
        height: 25px;
        background-size: 100%;
        top: -35px;
    }
    .client_riview_box p::before {
        height: 32px;
    }

    /* innerpage */
    .left-box__col,    
    .left-prop__box {
        width: 100%;
        max-width: 320px;
        margin: 0px auto;
        float: none;
    }
    .right-box__col,
    .right-prop__box {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 25px;
    }

    .transmision_row {
        flex-direction: column-reverse;
    }
    
    .iepf_cont_wrapper,
    .demat_section .transmision_row,
    .property_claim_wrap,
    .mutual_fund_section .transmision_row,
    .share_transfare .transmision_row,
    .unclaim_devidend_section .transmision_row {
        flex-direction: column;
    }

    .left-transmission__box {
        width: 100%;
    }
    .transmision_img {
        max-width: 320px;
        margin: 0px auto;
    }
    .right-transmission__box {
        width: 100%;
    }

    .demat_section .left-transmission__box,
    .demat_section .right-transmission__box {
        width: 100%;
    }
    .demat_section .right-transmission__box {
        margin-top: 25px;
    }
    .demat_section p {
        line-height: 24px;
    }

    .mutual_fund_section .transmision_img {
        width: 100%;
        max-width: 320px;
        height: auto;
        margin: 0px auto;
    }

    .share_transfare .right-transmission__box,
    .mutual_fund_section .right-transmission__box,
    .unclaim_devidend_section .right-transmission__box {
        width: 100%;
        margin-top: 0;
    }
    .share_transfare .left-transmission__box,
    .mutual_fund_section .left-transmission__box,    
    .unclaim_devidend_section .left-transmission__box {
        width: 100%;
        margin-top: 25px;
    }
    .share_transfare .right-transmission__box .transmision_img {
        max-width: 320px;
        margin: 0px auto;
    }
}

@media (max-width: 680px) {
    .whatsapp_icon {
        bottom: 20px;
    }
    .copyright_box {
        flex-direction: column;
    }
    .copyright_left {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .client_sp_box {
        padding-bottom: 15px;
    }

    .client_riview_section .swiper-button-next,
    .client_riview_section .swiper-rtl .swiper-button-prev {
        right: 15px;
    }
    .client_riview_section .swiper-button-prev,
    .client_riview_section .swiper-rtl .swiper-button-next {
        left: 15px;
    }
}
@media (max-width: 575px) {
    .title_box h2,
    .wisdome_section h2,
    .client_riview_section h2,
    .client_speak_section h2,
    .coverage_section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .top_hdr_contact li + li {
        margin-left: 10px;
    }
    .txt_topHdr {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .top_header .iepf_srch_btn {
        font-size: 10px;
        max-width: none;
        padding: 6px 8px;
    }
}
@media (max-width: 480px) {
    .top_hdr_contact {
        flex-flow: row wrap;
        justify-content: center;
    }
    .banner_left {
        max-width: 100%;
    }
    .banner_right h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .banner_right strong, .banner_right span {
        font-size: 18px;
        line-height: 24px;
    }
    .banner_right strong {
        margin-bottom: 15px;
    }

    .title_box h2,
    .wisdome_section h2,
    .client_riview_section h2,
    .client_speak_section h2,
    .coverage_section h2 {
        font-size: 26px;
        line-height: 30px;
    } 

    .ftr_left,
    .ftr_right {
        flex-direction: column;
    }
    .ftr_link_box {
        width: 100%;
    }

    .ftr_link_box + .ftr_link_box {
        margin-top: 25px;
    }
    
    .ftr_mdl form {
        max-width: 85%;
    }
}
@media (max-width: 400px) {
    .logo {
        width: 50%;
    }
    .body_content_wrapper {
        padding-top: 162px;
    }

    .shsm_info_box {
        margin-bottom: 25px;
        padding: 0px 10px;
        min-height: 80px;
    }
    .shsm_info_box:nth-child(2n) {
        padding: 0px 10px;
    }
    .shsm_info_box h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .shsm_info_box strong {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 360px) {
    .txt_topHdr {
        text-align: center;
    }
    .top_header .iepf_srch_btn {
        position: static;
    }
}