.darkblue {
    color: #1A345A;
}
.pdt200 {
    padding-top: 200px;
}
.newsletter_modal .modal-content {
    background-color: #E8ECF3;
    border-radius: 0px;
}
.newsletter_modal .close {
    padding: 26px 32px 0px 0px;
    background: transparent;
    opacity: 1;
}
.newsletter_modal .close span {
    height: 12px;
    width: 12px;
    display: inline-flex;
}
.nlm_body .joinusb_right {
    width: 100%;
    padding: 18px 74px 48px;
}
.nlm_body {
    padding: 0;
}
.nlm_body .submit_btn {
    margin-top: 30px;
}
.newsletter_modal .modal-dialog {
    max-width: 55%;
}
.nlm_body .field_wrapper {
    display: flex;
}
.nlm_body .form_heading p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: #1F4D9C;
    text-align: center;
}
.jr_field_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 48px;
    padding: 0 16px;
}
.nlm_body .joinusb_right form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.nlm_body .joinusb_right form .field_wrapper label {
    font-size: 16px;
    font-weight: 400;
    color: #1F4D9C;
    text-transform: capitalize;
}
.news_main .successmb_card {
    min-width: initial;
}
.iiibtm_tabcontent .successm_btm.news_main, .success_stories_main.news_main .successm_btm {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.news_select_wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1F4D9C;
}
.news_select_wrapper label {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1F4D9C;
}
.news_select_wrapper {
    margin-top: 30px;
    border-top: 1px solid #BECDF3;
    border-bottom: 1px solid #BECDF3;
    padding: 26px 16px;
}
.news_select_wrapper .radio_btn_wrapper {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.radio_btn_wrapper label {
    margin-bottom: 0;
}
.ns_text_wrapper {
    padding: 0 16px;
}
.ns_text_wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #6A97E6;
    margin-top: 20px;
}
.c_radio {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #E8ECF3;
    border-radius: 50%;
    border: 1px solid #1F4D9C;
}
.c_radio input:checked~.checkmark {
    background-color: #1F4D9C;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.c_radio input:checked~.checkmark::after {
    display: block;
}
/* Style the indicator (dot/circle) */
/* search result page css start*/
.search_main {
    margin-top: 200px;
}
.si_top p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}
.si_top span {
    font-style: italic;
    font-weight: 600;
    color: #1A345A;
}
.si_btm {
    margin-top: 48px;
}
.sib_text {
    border-bottom: 1px solid #F1F1F1;
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sib_text .sibtext_btm h1, .sib_text .sibtext_btm h2, .sib_text .sibtext_btm h3, .sib_text .sibtext_btm h4, .sib_text .sibtext_btm h5 {
    display: none;
}
.sib_text .sibtext_btm {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 66ch;
}
.sibtext_top span {
    height: 12px;
    display: inline-flex;
    margin-left: 24px;
}
.sibtext_top p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.96px;
    text-align: left;
}
.sibtext_btm span {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-right: 2px;
    color: #000000;
}
.sibtext_btm p, .sibtext_btm ul, .sibtext_btm ul li {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 66ch;
    font-size: 14px;
}
.si_tab {
    margin-top: 100px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sitn_wrapper {
    display: flex;
    border: 1px solid #CCDDFA;
    border-radius: 100px;
}
.sitn_wrapper li {
    font-family: "Montserrat", sans-serif;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
   /*letter-spacing: 1.7px;
    */
    text-align: left;
    color: #729ADF;
    border-radius: 50%;
}
.sitn_wrapper li.active {
    background-color: #CCDDFA;
}
.sit_text {
    display: flex;
    gap: 16px;
}
.sit_text p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.7px;
    text-align: left;
    color: #729ADF;
    text-transform: uppercase;
    padding: 8px 0px;
}
.sit_next p {
    display: flex;
    align-items: center;
}
.sit_next p span {
    display: inline-flex;
    height: 12px;
    margin-bottom: 1px;
    margin-left: 8px;
}
.sit_line {
    width: 1px;
    background-color: #1F4D9C;
}
/*seach result page css ends*/
/*search error page css start*/
.si_btm.serror_btm {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 46ch;
}
.si_btm.serror_btm p span {
    text-transform: uppercase;
    font-style: italic;
}
.si_btm.serror_btm p {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.96px;
    text-align: left;
    text-transform: none;
}
.si_btm.serror_btm a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #1F4D9C;
    text-decoration: underline;
}
/*search error page css ends*/
/* news page css start */
.news_banner.pdt200 {
    padding-top: 130px;
}
.ninner_top {
    text-align: center;
}
.ninner_btm {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.nibtm_card {
    background-color: #FAFAFA;
    padding: 90px 32px 56px 32px;
    transition: .6s ease all;
    opacity: 0;
    clip-path: inset(calc(100% - 6px) 0% 0% 0%);
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between 
}
.nibtm_card:nth-child(1) {
    transition-delay: .2s;
}
.nibtm_card:nth-child(2) {
    transition-delay: .4s;
}
.nibtm_card:nth-child(3) {
    transition-delay: .6s;
}
.nibtm_card .nibcard_para {
    margin-top: 38px;
    max-width: 23ch;
    min-height: 70px;
}
.nibtm_card .nibcard_para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.nibcard_heading {
    max-width: 27ch;
}
.nibtm_card .nibcard_btn {
    margin-top: 28px;
}
.nibtm_card.blue .nibcard_heading h3, .nibtm_card.blue .nibcard_para p {
    color: #1A345A;
}
.nibtm_card.blue {
    border-bottom: 6px solid #1F4D9C;
}
.nibtm_card.yellow .nibcard_heading h3 {
    color: #AF7415;
}
.nibtm_card.yellow {
    border-bottom: 6px solid #E9A63A;
}
.nibtm_card.yellow .btn_wrapper.bgyellow {
    color: #ffffff;
    background-color: #F6C26E;
}
.nibtm_card.yellow .btn_wrapper.bgyellow .dot {
    background: #ffffff;
}
.nibtm_card.yellow .nibcard_para p {
    color: #AB8341;
}
.nibtm_card.red .nibcard_heading h3 {
    color: #902614;
}
.nibtm_card.red {
    border-bottom: 6px solid #D64830;
}
.nibtm_card.red .nibcard_para p {
    color: #AB5445;
}
.inbox_main {
    position: relative;
    overflow: hidden;
}
.iminner_right {
    position: relative;
    margin-left: auto;
    padding-top: 40px;
    width: 45%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.imiright_para {
    margin-top: 20px;
}
.imiright_para p {
    color: #858585;
}
.imiright_btn {
    margin-top: 48px;
}
.iminner_left {
    position: absolute;
    width: 50%;
    left: 0;
   /* height: 100%;
    */
    bottom: 0;
    overflow: hidden;
    padding-right: 24px;
}
.iminner_left .red-strip {
    height: 40%;
    width: 82%;
    top: 30%;
    right: -20px;
    mix-blend-mode: multiply;
}
.iminner_left .blue-strip {
    height: 10%;
    bottom: 0;
    width: 43%;
}
.imileft_inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
   /* overflow: hidden;
    */
}
.imileft_inner img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.imiright_heading h3 {
    color: #E9A63A;
}
/* news page css ends */
/*industry insights css start*/
.iiinner_top .fb-top-head h2 {
    letter-spacing: -.8px;
}
.iiinner_top .fb-top-desc {
    max-width: 52ch;
    margin-top: 30px;
}
.iiibtm_tabcontent .successm_btm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px;
}
.iiinner_top .fb-top-desc p {
    color: #1A345A;
    font-size: 14px;
}
.iiinner_btm {
    margin-top: 40px;
}
.iiibtm_tab {
    display: flex;
    gap: 30px;
    overflow: hidden;
    overflow-x: auto;
}
.iiibtm_tabcontent .tabcontent {
    display: none;
}
.itab_wrapper p:not(:first-child) {
    padding-left: 10px;
}
.itab_wrapper p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    letter-spacing: 1.7px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s ease all;
    min-width: max-content;
    padding-bottom: 4px;
/*     color: #b3b3b3; */
	color:color: #000000;
}
.itab_wrapper p span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #E9A63A;
    display: inline-flex;
    opacity: 0;
}
.iiibtm_tab .tablinks.active .itab_wrapper p span {
    opacity: 1;
}
.iiibtm_tab .tablinks.active .itab_wrapper p {
    font-weight: 700;
    color: #000000;
}
/*industry insights css ends*/
/*Inner page css start*/
.insidebanner.news_inner_banner {
    min-height: calc(100vh - 100px);
    margin-top: 100px;
}
.ipbmain_inner {
   /* height: calc(100vh - 100px);
    */
   /* overflow: hidden;
    */
   /* overflow-y: auto;
    */
   /* scrollbar-width: none;
    */
   /* position: relative;
    */
}
.ipbmi_img_wrapper {
    width: 100%;
    position: sticky;
    top: 100px;
    height: calc(100vh - 100px);
   /* padding-top: 52%;
    */
    overflow: hidden;
    z-index: -1;
}
.ipbmi_img_wrapper .ib_img {
    height: 100%;
    width: 100%;
   /* position: absolute;
    inset:0;
    */
    object-fit: cover;
}
.siwrapper {
    height: 24px;
    width: 24px;
    border-radius: 3px;
}
.siwrapper img {
    height: 100%;
    width: 100%;
}
.ipbmain_inner .blue-strip {
    padding: 34px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    mix-blend-mode: hard-light;
    right: 0;
    top: 5%;
   /* position: sticky;
    */
    margin-left: auto;
    width: max-content;
   /* margin-top: -40vh;
    */
}
.editors_data {
    width: 68%;
    margin: 0 auto;
    position: relative;
    top: 0;
    background: #ffffff;
    z-index: 2;
    margin-top: calc(-100vh + 100px);
}
.editor_content_wrapper {
    padding: 40px 64px 30px 64px;
}
.editor_content_wrapper .wp-block-heading {
    margin: 20px 0 !important;
}
.editor_content_wrapper h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 49.98px;
    letter-spacing: -1px;
    text-align: left;
    color: #1A345A;
	text-transform:none;
}
.editor_content_wrapper img {
    height: auto;
    width: 100%;
    margin-top: 30px;
}
.successmbc_btm.editor_cdata {
    margin-top: 24px;
}
.editor_content_wrapper p {
    margin-top: 14px;
    padding: 0 60px;
    font-size: 14px;
    text-align: justify;
    line-height: 21px;
}
.editor_content_wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.56px;
    text-align: left;
    color: #1F4D9C;
    margin-top: 20px;
    padding: 0 60px;
}
.editor_content_wrapper ul, .editor_content_wrapper ol {
    padding: 0 60px;
    margin-top: 20px;
    list-style: inherit;
    padding-left: 75px;
}
.editor_content_wrapper ol {
    list-style: auto;
}
.editor_content_wrapper li {
    font-size: 14px;
    color: #545454;
    line-height: 21px;
    margin-bottom: 6px;
}
.editor_content_wrapper li:last-child {
    margin-bottom: 0;
}
.box {
    height: 400px;
    width: 100%;
    background: #D9D9D9;
    margin-top: 20px;
}
.editor_content_wrapper i {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #A49F9F;
    margin-top: 8px;
}
.editor-time-wrapper {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #A8A8A8;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    margin-top: 12px;
}
.editor-time-wrapper .dot {
    display: inline-flex;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #E9A63A;
}
.ecimg_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.ecimg_wrapper img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.ecvd_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: auto !important;
    aspect-ratio: 16/9;
}
.ecvd_wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.editors_carousel .my-carousel-progress {
    width: 70%;
    height: 2px;
    background-color: #ffffff;
}
.editors_carousel .my-carousel-progress-bar {
    height: 100%;
    background-color: #007bff;
   /* Change color as needed */
    width: 0;
}
.editors_carousel .splide__pagination {
    display: none;
}
.progress_count-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background-color: transparent;
    position: absolute;
    padding: 10px 0px;
    bottom: 0;
    transition: .3s ease all;
    transform: translateY(100%);
    background-color: rgba(0, 0, 0, .7);
}
.editors_carousel:hover .progress_count-wrapper {
    transform: translateY(0%);
}
.editors_carousel .slide-count {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.42px;
    text-align: left;
    color: #FFFFFF;
}
.esplide {
    overflow: hidden;
}
.download_icon_wrapper {
    height: 16px;
    width: 16px;
    display: flex;
}
.editors_carousel .splide__arrows.splide__arrows--ltr {
    opacity: 0;
    transition: .3s ease all;
}
.editors_carousel:hover .splide__arrows.splide__arrows--ltr {
    opacity: 1;
}
/*Inner page css ends*/
/* blog page css start */
.iiibtm_tab.blog_tab {
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 140px;
    height: max-content;
    width: 20%;
}
.btminner_tab .iiibtm_tabcontent {
    width: 80%;
    overflow: hidden;
}
.btminner_tab.iiinner_btm {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    margin-top: 40px;
}
.btminner_tab .successm_btm {
    margin-top: 0px;
    padding-top: 20px;
    overflow: hidden;
    overflow-x: auto;
}
.btminner_top {
    display: flex;
    justify-content: flex-end;
}
.btminner_top p {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    color: #1F4D9C;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.66px;
    letter-spacing: 1px;
    text-align: left;
}
.btminner_top p span {
    display: inline-flex;
}
.btminner_btm .si_tab {
    margin-top: 60px;
}
.bbmain_inner .fb-top-head h2 {
    color: #1A345A;
}
.bbmain_inner .fb-top-desc {
    margin-top: 10px;
    max-width: 48ch;
}
.bbmain_btm {
    margin-top: 40px;
    display: flex;
    gap: 56px;
    padding-right: 5vw;
    align-items: flex-start;
}
.bbmbr_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAD4B2;
}
.bbmbr_label p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.28px;
    letter-spacing: 2px;
    text-align: left;
    color: #1A345A;
    text-transform: uppercase;
}
.bbmbr_heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.42px;
    text-align: left;
    color: #1F4D9C;
}
.bbmbr_itemwrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bbmb_left {
    width: 75%;
    display: flex;
    gap: 40px;
    padding: 44px 60px 44px 0px;
    background: #E2E9F3;
    align-items: flex-end;
}
.bbmb_right {
    width: 25%;
}
.bbmblt_label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    letter-spacing: 1.730769157409668px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}
.bbmblt_heading {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.56px;
    letter-spacing: -1px;
    text-align: left;
    color: #1F4D9C;
    margin-top: 10px;
    max-width: 22ch;
}
.bbmbltext_catagory {
    margin-top: 18px;
}
.bbmbleft_text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.bbmbltbtm_para {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #657BA0;
}
.bbmblt_cta {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1F4D9C;
    border-bottom: 1px solid #1F4D9C;
    display: inline-flex;
    margin-top: 10px;
}
.bbmbleft_img_wrapper, .bbmbleft_text {
    width: 50%;
}
.bbmbleft_img_wrapper {
    position: relative;
}
.mt0 {
    margin-top: 0;
}
.bbmbliw_inner {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    z-index: 2;
}
.bbmbliw_inner .yellow-strip {
    height: 70%;
    width: 20%;
    top: 0;
    right: 0;
}
.bbmbliw_inner .red-strip {
    height: 10%;
    width: 60%;
    left: 0;
    bottom: 0;
}
.bbmbleft_img_wrapper .blue-strip {
    right: -8px;
    top: 0;
    height: 52%;
    width: 8px;
    mix-blend-mode: unset;
    z-index: 1;
}
.bbmbliw_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}
/*blog page css ends */
/* faq css start */
.fbinner_top .fb-top-desc {
    max-width: 50ch;
    margin-top: 10px;
}
.fbinner_tab {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.fbinner_btm .si_tab {
    margin-top: 60px;
}
.fbibtm_left .itab_wrapper p {
    color: #1F4D9C;
    opacity: .5;
}
.faqtab .tablinks.active .itab_wrapper p {
    font-weight: 700;
    color: #1F4D9C;
    opacity: 1;
}
.fbibtm_left {
    width: 30%;
}
.fbibtm_right {
    width: 60%;
}
.fbinner_tab .faqtab {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 150px;
}
.fbibtm_right .nnrtmir_accordion .faq-accordian .accordion-list-inner {
    border-bottom: 1px solid #bbbbbb;
}
.fbibtm_right .nnrtmir_accordion {
    margin-top: 0;
}
.fbibtm_right .tabcontent {
    display: none;
}
/* faq css ends */
/* usa trade css start */
.usatrade_banner .iiinner_top .fb-top-desc p {
    color: #545454;
    font-size: 14px;
}
/* usa trade css ends */
/*terms condition css start*/
.tci_heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tci_btm h1, .tci_btm h2, .tci_btm h3, .tci_btm h4, .tci_btm h5, .tci_btm h6 {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    margin-top: 70px;
}
.tci_btm h1 {
    font-weight: 500;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #000000;
}
.tci_btm h2 {
    font-weight: 500;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #000000;
}
.tci_btm h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.25px;
    text-align: left;
    color: #5f5f5f;
    margin-top: 40px;
}
.tci_btm h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.25px;
    text-align: left;
    color: #5f5f5f;
    margin-top: 40px;
}
.tci_btm h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 31.25px;
    text-align: left;
    color: #5f5f5f;
    margin-top: 40px;
}
.tci_btm h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 31.25px;
    text-align: left;
    color: #5f5f5f;
    margin-top: 40px;
}
.tci_btm p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #5f5f5f;
    width: 70%;
    margin: 0 auto;
    margin-top: 24px;
}
.tci_btm ul, .tci_btm ol {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    padding-left: 15px;
}
.tci_btm ul li, .tci_btm ol li {
    list-style: disc;
    color: #5F5F5F;
}
/*terms condition css ends*/
/*min width css start*/
@media (min-width:1600px) {
    .bbmb_left {
        width: 70%;
   }
    .imileft_inner {
        padding-top: 40%;
   }
}
@media (min-width:1900px) {
    .bbmb_left {
        width: 60%;
   }
}
/*min width css ends*/
/* 1500px */
@media screen and (min-width:1500px) {
    .newsletter_modal .modal-dialog {
        max-width: 52%;
   }
}
/* 1500px */
@media screen and (max-width:1500px) {
}
/* /1300 css start */
@media screen and (max-width:1300px) {
}
/* 1200 css start */
@media screen and (max-width:1200px) {
    .nlm_body .joinusb_right {
        width: 100%;
        padding: 18px 40px 40px;
   }
    .jr_field_main {
        gap: 30px;
   }
    .newsletter_modal .modal-dialog {
        max-width: 80%;
   }
    .jr_field_main {
        margin-top: 20px;
   }
    .pdt200 {
        padding-top: 120px;
   }
    .ninner_btm {
        margin-top: 32px;
   }
    .nibtm_card {
        padding: 60px 32px 48px 32px;
   }
    .insidebanner.news_inner_banner {
        margin-top: 80px;
        min-height: calc(100vh - 80px);
   }
    .ipbmi_img_wrapper {
        height: calc(100vh - 80px);
        top: 50px;
   }
    .editors_data {
        width: 70%;
        margin-top: calc(-100vh + 100px);
   }
    .bbmain_btm {
        flex-direction: column;
        gap: 40px;
        margin-top: 50px;
   }
    .bbmb_left {
        width: 100%;
   }
    .bbmb_right {
        width: 100%;
        padding: 0 20px;
   }
}
/* 992 css start */
@media screen and (max-width:991px) {
    .pdt200 {
        padding-top: 100px;
   }
   /* .cb-splide .strip-wrapper{
        clip-path: inset(0% 100% 0% 0%);
        transition: .3s ease all;
   }
    .cb-splide .splide__slide.is-active .strip-wrapper{
        clip-path: inset(0% 0% 0% 0%);
   }
    */
    .ninner_btm {
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
   }
    .nibtm_card {
        padding: 40px 24px 40px 24px;
   }
    .imain_inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
   }
    .iminner_left {
        position: relative;
        width: 70%;
        left: -20px;
   }
    .iminner_left .red-strip {
        width: 86%;
   }
    .iminner_right {
        position: relative;
        margin-left: auto;
        padding-top: 0px;
        width: 100%;
        min-height: auto;
   }
    .imiright_para {
        margin-top: 20px;
        max-width: 60ch;
   }
    .imiright_btn {
        margin-top: 30px;
   }
    .iiinner_btm {
        margin-top: 60px;
   }
    .iiibtm_tabcontent .successm_btm {
        margin-top: 30px;
   }
    .editors_data {
        width: 75%;
   }
   /* editors css*/
    .editor_content_wrapper {
        padding: 40px 32px 40px 32px;
   }
    .editor_content_wrapper p {
        margin-top: 12px;
        padding: 0 20px;
   }
    .editor_content_wrapper ul, .editor_content_wrapper ol {
        margin-top: 12px;
        padding: 0 20px;
        padding-left: 35px;
   }
    .editor_content_wrapper h4 {
        margin-top: 20px;
        padding: 0 24px;
   }
    .editor_content_wrapper img {
        margin-top: 20px;
   }
    .editor_content_wrapper i {
        padding: 0 24px;
        display: flex;
        text-align: justify;
   }
    .tci_btm p, .tci_btm h1, .tci_btm h2, .tci_btm h3, .tci_btm h4, .tci_btm h5, .tci_btm h6, .tci_btm ul, .tci_btm ol {
        width: 90%;
   }
    .tci_btm h1, .tci_btm h2, .tci_btm h3, .tci_btm h4, .tci_btm h5, .tci_btm h6 {
        margin-top: 50px;
   }
    .tci_btm h1 {
        font-size: 40px;
   }
    .tci_btm h2 {
        font-size: 32px;
   }
    .tci_btm h3 {
        font-size: 20px;
   }
    .tci_btm h4, .tci_btm h5, .tci_btm h6 {
        font-size: 16px;
   }
}
/* 768 css start */
@media screen and (max-width:767px) {
    .newsletter_modal .modal-dialog {
        max-width: 100%;
   }
    .nlm_body .joinusb_right {
        width: 100%;
        padding: 18px 20px 20px;
   }
    .newsletter_modal .close {
        padding: 16px 20px 0px 0px;
        background: transparent;
        opacity: 1;
   }
    .si_btm {
        margin-top: 24px;
   }
    .si_tab {
        margin-top: 60px;
   }
    .ninner_btm {
        justify-content: center;
   }
    .nibtm_card .nibcard_para {
        margin-top: 20px;
   }
    .iminner_left {
        width: 100%;
   }
    .iiinner_top .fb-top-desc {
        max-width: 55ch;
        margin-top: 10px;
   }
    .iiinner_top .fb-top-head h2 {
        font-size: 40px;
   }
    .ipbmain_inner .blue-strip {
        padding: 7px;
        gap: 14px;
        right: 0;
        margin-left: auto;
        width: max-content;
        height: max-content;
        position: absolute;
        top: 0;
        z-index: 8;
        right: 24px;
   }
    .insidebanner.news_inner_banner .a2a_kit.a2a_kit_size_32.addtoany_list{
        flex-direction: row !important;
   }
    .editor_content_wrapper h1 {
        font-size: 32px;
        font-weight: 500;
        line-height: 40px;
   }
    .editor-time-wrapper {
        flex-wrap: wrap;
   }
    .editors_data {
        width: 95%;
   }
    .editor_content_wrapper img {
        margin-top: 20px;
   }
    .editor_content_wrapper {
        padding: 30px 15px 30px 15px;
   }
    .editor_content_wrapper p {
        margin-top: 12px;
        padding: 0 0px;
   }
    .editor_content_wrapper ul, .editor_content_wrapper ol {
        padding: 0;
        padding-left: 15px;
        margin-top: 12px;
   }
    .editor_content_wrapper h4 {
        margin-top: 20px;
        padding: 0 0px;
   }
    .box {
        height: 220px;
        margin-top: 30px;
   }
    .progress_count-wrapper {
        transform: translateY(0%);
   }
    .btminner_tab.iiinner_btm {
        flex-direction: column;
   }
    .btminner_tab .iiibtm_tabcontent, .iiibtm_tab.blog_tab {
        width: 100%;
   }
    .iiibtm_tab.blog_tab {
        flex-direction: row;
        overflow: hidden;
        overflow-x: auto;
        position: relative;
        top: 0;
   }
    .btminner_tab.iiinner_btm {
        gap: 10px;
   }
    .editors_carousel .splide__arrows.splide__arrows--ltr {
        opacity: 1;
   }
    .bbmb_left {
        width: 100%;
        flex-direction: column;
   }
    .bbmbleft_img_wrapper, .bbmbleft_text {
        width: 100%;
   }
    .bbmbleft_text {
        padding: 0 20px;
        gap: 30px;
   }
    .bbmain_btm {
        padding: 0px;
   }
    .bbmb_left {
        gap: 20px;
        padding: 40px 40px 40px 0px;
   }
    .btminner_tab.iiinner_btm {
        margin-top: 30px;
   }
    .tci_btm p, .tci_btm h1, .tci_btm h2, .tci_btm h3, .tci_btm h4, .tci_btm h5, .tci_btm h6, .tci_btm ul, .tci_btm ol {
        width: 100%;
   }
    .tci_btm h1, .tci_btm h2, .tci_btm h3, .tci_btm h4, .tci_btm h5, .tci_btm h6 {
        margin-top: 32px;
   }
    .tci_btm p {
        margin-top: 20px;
   }
}
/* 600px start */
@media screen and (max-width:600px) {
}
/* 400 css start */
@media screen and (max-width:400px) {
}
