html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Ensure all elements respect box sizing */
*, *::before, *::after {
    box-sizing: inherit;
}

/* Responsive containers */
.misa-custom-container {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 20px;
    width: 100%;
}

/* Font Family Start */
/* @font-face {
  font-family: 'TheSans-SemiLight'; 
  src: url('../fonts/TheSans-SemiLight-Trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans-plain'; 
  src: url('../fonts/TheSans-Plain-Trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TheSans-SemiBold'; 
  src: url('../fonts/TheSans-SemiBold-Trial.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans-Bold'; 
  src: url('../fonts/TheSans-Bold-Trial.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TheSans-ExtraBold'; 
  src: url('../fonts/TheSans-ExtraBold-Trial.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
} */


/* Font Family End */

body {
    
    font-family: 'TheSans-plain';
}
:root {  

  --btn-color: #00714D;
  --subtitle-color : #00714D;
  --primary-black : #000000;
  --primary-white : #ffffff;
  --border-color : #D2D6DB;
}

.sec-ptb {

    padding: 65px 0;
}

/* top bottom border */

.mediaTop-border {

    width: 100%;
    height: 25px;
    overflow: hidden;
    background-image: url(../images/media-top-border.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
.mediaBtm-border {

    width: 100%;
    height: 25px;
    overflow: hidden;
    background-image: url(../images/media-bottom-border.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
.invjurnyBtm-border {

    width: 100%;
    height: 25px;
    overflow: hidden;
    background-image: url(../images/footer-border.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
.cudtftrtop-border {

    width: 100%;
    height: 25px;
    overflow: hidden;
    background-image: url(../images/footer-border.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: -2px;
    position: relative;
}
.cudtftrbtn-border {

    width: 100%;
    height: 70px;
    overflow: hidden;
    background-image: url(../images/footer-btm-border.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0px;
    position: relative;
}

/* top bottom border */

/* title Section Start */

.cust-subtitle {

    font-size: 16px;
    line-height: 16px;
    color: var(--btn-color);
}
.cust-maintitle {

    font-size: 35px;
    font-family: 'TheSans-Bold';
    color: var(--primary-black);
    margin-bottom: 0;
    margin-top: 25px;
}
.cust-sectionTitle {

    width: 100%;
    margin-bottom: 45px;
}
.cust-sectionTitle.textCenter {

    text-align: center;
}
.cust-sectionTitle.txtWrap .cust-maintitle {

    margin-top: 0;
    margin-bottom: 30px;
}
.cust-sectionTitle.txtWrap {

    margin-bottom: 75px;
}
/* title Section End */



/* Banner Section Start */

.custmain-banner-section {

    width: 100%;
    min-height: 500px;
    height: 600px;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.cust-natinalbannerbg-section {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.cust-natinalbannerbg-section-overlay {

    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(to right,rgba(1, 92, 65, 0.73) 0%, rgba(0, 74, 52, 0) 52%, rgba(0, 58, 40, 0) 100%);
}
.mainbnrcuts-Content {

    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}
.cust-homecontent-section {

    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.custbnr-natn-maintitle {

    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.custbnr-natn-desc{
    font-size: 19px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: capitalize;
}
.custhmndclr-logo {

    width: 153px;
    height: 65px;
    overflow: hidden;
}
.custhmndclr-logo img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Banner Section End */


 /* His Excellency Section Start */

    .custhisExce-Section {

        width: 100%;
        position: relative;
        overflow: hidden;
        background-image: url(../images/bg-green-pattern.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #074d31;
    }
    .hisexce-label {

        font-size: 16px;
        line-height: 16px;
        color: var(--primary-white);
    }
    .hisexce-title{

        font-size: 35px;
        line-height: 25px;
        color: var(--primary-white);
        font-family: 'TheSans-Bold';
        margin: 25px 0;
    }
    .hisexce-desc {

        font-size: 17px;
        line-height: 31px;
        color: var(--primary-white);
        margin-top: 0;
        margin-bottom: 35px;
    }
    .hisExce-content-sec {

        width: 55%;
    }
    
    .hisCover-photo {

        position: absolute;
        bottom: 0;
        right: 0;
        width: 540px;
        height: 480px;
        overflow: hidden;
    }
    .hisCover-photo img {

        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    
.hiscntbtn-list {

    gap: 15px;
    display: flex;
    align-items: center;
}
.hiscontact-btn {

    display: flex;
    flex-direction: column;
    gap: 15px;
}
.miniscontact-btn {
    
    height: 45px;
    display: inline-flex;
    border: 1px solid var(--primary-white);
    width: 180px;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    color: var(--primary-white);
    font-family: 'TheSans-SemiBold';
    transition: 0.2s all linear;
}
.miniscontact-btn.ministercontactdark-btn {

    background: var(--primary-white);
    color: var(--btn-color);
}

.ministercontactdark-btn:hover {
    background: transparent;
    color: var(--primary-white);
    transition: 0.2s all linear;
}
.ministercontactlite-btn:hover {
    background: var(--primary-white);
    color: var(--btn-color);
    transition: 0.2s all linear;
}


 /* His Excellency Section End */



/* MISA is placing card Section Start */

.misa-custplan-sec {

    width: 100%;
}
.custPlan-card {

    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url(../images/plan-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 315px;
}
.custPlancard-txt {

    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custplan-maintitle {

    font-size: 28px;
    color: var(--primary-black);
    font-family: 'TheSans-Bold';
    line-height: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}
.custplanbtn {

    display: inline-flex;
    align-items: center;
    color: var(--primary-white);
    font-size: 16px;
    line-height: 16px;
    background-color: var(--btn-color);
    border-radius: 7px;
    height: 45px;
    padding-left: 16px;
    font-family: 'TheSans-semiBold';
    text-decoration: none;
}
.custplanbtn-arrow {

    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005A3E;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    margin-left: 16px;
}

/* MISA is placing card Section End */


/* media Center Section  Start */

 .custmedia-card {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 16px; 
  }
  .custmediacenter-box {

    padding: 16px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
  }
  .custmedia-cover-image {

    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
  }
  .custmedia-cover-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .custmedia-text-sec {

    width: 100%;
    margin-top: 12px;
  }
  .custmedia-btn {

    display: inline-flex;
    width: 115px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background: var(--btn-color);
    text-decoration: none;
    border-radius: 7px;
    color: var(--primary-white);
    font-family: 'TheSans-SemiBold'; 
  }
  .custmedia-btn:hover {

    background-color: #005a3e;
  }
  .custmedia-text-label {

    font-size: 16px;
    color: var(--btn-colorcolor);
    line-height: 16px;
  }
  .custmedia-title {

    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    color: var(--primary-black);
    font-family: 'TheSans-SemiBold';
    font-size: 20px;
    min-height: 52px;
    max-height: 52px;  
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

/* media Center Section  End */

/* investment journey section start */

.invjurmainSecion {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.invjurmain-text-Secion {

    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.invjurmain-text-box {

    position: relative;
    padding-left: 25px;
    min-height: 155px;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.invjurmain-text-box::after{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: var(--btn-color);
    width: 4px;
    height: 100%;
}
.invjurmain-box-title{

    font-size: 22px;
    font-family: 'TheSans-SemiBold';
    color: var(--primary-black);
    margin: 0;
}
.invjurmain-box-desc{

    font-size: 17px;
    color: var(--primary-black);
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
    min-height: 52px;
    max-height: 52px;  
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
    width: 82%;
}
.invjurmain-box-link {

    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--btn-color);
    font-size: 16px;
    font-family: 'TheSans-SemiBold';
    text-decoration: none;
}
.invjurmain-box-link svg {

    position: relative;
    top: 3px;
}

.invjurmain-image-Secion {

    width: 45%;
}
.invjurmain-image-box {
    width: 100%;
}
.invjury-imgcard {

    width: 100%;
    height: 545px;
    overflow: hidden;
}
.invjury-imgcard img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* investment journey section end */

/* footer section start */

    .custfrtsection {

        width: 100%;       
    }
    .custft-bg {

        width: 100%;
         background: #F3F4F6;
    }
    .custftrsub-title {

    font-size: 18px;
    font-weight: 500;
    color: #161616;
    padding-bottom: 12px;
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 22px;
    padding-left: 8px;
}
.cust-quickftitem-list {

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
     padding-left: 8px;
     min-height: 175px;
}
.cust-quickftitem {

    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
}
.cust-quickftlink {

    display: inline-flex;
    font-size: 16px;
    color: #384250;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    width: 215px;
}
.custmenu-tp-sec {

    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cust-quickftlink:hover {

    color: #067647;
}
.custft-social-sec {

    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 8px;
}
.custft-socialIcon {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #D2D6DB;
     transition: 0.3s all linear;
}
.custft-socialIcon svg {

    fill: #161616;
    color: #161616;
    width: 22px;
    height: 22px;
     transition: 0.3s all linear;
}
.custft-socialIcon.twtIcon svg{

    width: 18px;
    height: 18px;
}

.custft-socialIcon:hover {

    background: #067647;
    border-color: #067647;
     transition: 0.3s all linear;
     color: #fff;
     text-decoration: none;
}
.custft-socialIcon:hover svg{

    color: #fff;
    fill: #fff;
    transition: 0.3s all linear;
}
.custftrmenu-btn-sec {

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftrbtn-natn-logo {

    width: 164px;
    height: 65px;
    overflow: hidden;
}
.ftrbtn-natn-logo img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custMisaftr-logo {

    width: 202px;
    height: auto;
    overflow: hidden;
}
.custMisaftr-logo img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custftrbtm-cpyrght-desc {

    font-size: 16px;
    color: #161616;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    gap: 5px;
    padding-left: 7px;
}
.ftrcpy-icon {

    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}
.ftrcpy-icon svg {

    width: 16px;
    height: 16px;
}
.custftrside-logo {

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 50px;
    margin-top: 40px;
    flex-direction: column;
}
.visioncustlogo {

    width: 99px;
    height: 65px;
    overflow: hidden;
}
.visioncustlogo img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
.invftrcust-logo {

    width: 170px;
    height: 56px;
    overflow: hidden;
}
.invftrcust-logo img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custftrbtmlogo-sec {

    display: flex;
    align-items: center;
    gap: 25px;
}

/* footer section end */
.mobNationDayBanner-sec {

    display: none;
}
.custmobresSHW {

    display: none;
}

/* responsive css start */


@media (max-width: 991px) {

    .custftrbtmlogo-sec {

        flex-direction: column;
        align-items: flex-start;
    }    
    .custMisaftr-logo {

    width: 164px;
    }
}


@media (max-width: 576px) { 

    .invjury-imgcard {

        height: 340px;
    }
    .custmain-banner-section {
        background: #025a43;
        min-height: 403px;
        height: 403px;
        max-height: 600px;
    }
    .cust-natinalbannerbg-section, .cust-natinalbannerbg-section-overlay {

        height: 300px;
    }
    .mainbnrcuts-Content {

        padding-bottom: 10px;
        height: 400px;
    }
        .custbnr-natn-desc {
            
            font-size: 15px;
        }
}
@media (min-width: 577px) and (max-width: 767px) {

    .invjury-imgcard {

        height: 540px;
    }
    .custbnr-natn-desc {

        margin-bottom: 30px !important;
        width: 55%;
        line-height: 28px;
        font-size: 16px;
    }
    .custmain-banner-section {
        background: #025a43;
        min-height: 335px;
        height: 335px;
        max-height: 600px;
    }
    .cust-natinalbannerbg-section, .cust-natinalbannerbg-section-overlay {

        height: 335px;
    }
    .mainbnrcuts-Content {

        padding-bottom: 10px;
        height: 335px;
    }
   
}

@media (max-width: 767px) {
    
     
    .custhmndclr-logo {
    width: 110px;
    height: 45px;
    }
    .custmobresSHW {

        display: block;
    }
    .custmobresHde {

        display: none;
    }
    
    .custbnr-natn-maintitle {

        font-size: 24px;
        margin-top: 35px;
    }
    .custbnr-natn-desc {

        margin-bottom: 10px;
        margin-top: 10px;
    }

    .mobNationDayBanner-sec {

    display: flex;
        flex-direction: column;
        z-index: 9;
        position: relative;
        justify-content: flex-end;
        height: 480px;
}

    
    .hisexce-title{

        font-size: 25px;
        line-height: 38px;
        margin: 12px 0;
    }
    .custmobresHde {
        display: none;
    }
    .hisExce-content-sec {

        width: 100%;
        padding-bottom: 280px;
    }
    .hisCover-photo{

        width: 100%;
        bottom: 0px;
        height: 300px;
    }
    .miniscontact-btn{

        font-size: 15px;
    }
    .hisexce-desc {
        
        font-size: 15px;
    line-height: 28px;
    }
    .custPlan-card{

        padding: 20px;
    }
    .custplan-maintitle {
        
        font-size: 25px;
       
    }
    .cust-maintitle {

        font-size: 30px;
         margin-top: 12px;
    }
    .cust-sectionTitle {
        margin-bottom: 20px;
    }
    .custPlancard-txt {

        width: 100%;
    }
    .sec-ptb{

        padding: 55px 0;
    }
    .custmedia-title {

        font-size: 18px;
        line-height: 27px;
    }
    .custmedia-btn {
        font-size: 15px;
    }
    .mediaTop-border, .mediaBtm-border, .invjurnyBtm-border, .cudtftrtop-border, .cudtftrbtn-border { 
       background-size: cover;
    }
    .invjurmainSecion {

        flex-direction: column;
    }
    .invjurmain-text-Secion {
        width: 100%;
        gap: 15px;
    }
    .invjurmain-image-Secion {
        width: 100%;
    }
    .invjurmain-box-desc {

        width: 100%;
    }
    .invjurmain-box-title {

        font-size: 20px;
    }
    .invjurmain-box-desc {

        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        width: 100%;
    }
    .cust-sectionTitle.txtWrap {
        margin-bottom: 30px;
    }
    .invjurmain-text-box::after {

        height: 88%;
        top: 7px;
    }
    .invjurmain-image-box {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .custftrall-menu-sec {

        padding: 0 20px;
    }
    .custmenu-tp-sec {
        flex-direction: column;
       align-items: flex-start;
       gap: 25px;
       margin-bottom: 25px;
    }
    .custftrsub-title {

        font-size: 17px;
        font-weight: 600;
    }
    .cust-quickftlink {

        font-size: 15px;
    }
    .custftrside-logo {

        align-items: flex-start;
        margin-top: 0;
        gap: 30px;
    }
    .custftrmenu-btn-sec {

    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 35px;
   }
   .custfrtsection .sec-ptb {

        padding: 45px 0;
   } 
}

@media (min-width: 768px) and (max-width: 991px) {

    
    
    .custmobresSHW {

        display: block;
    }
    .custmobresHde {

        display: none;
    }

     .custmain-banner-section {
        background: #025a43;
        min-height: 435px;
        height: 435px;
        max-height: 600px;
    }
    .cust-natinalbannerbg-section, .cust-natinalbannerbg-section-overlay {

        height: 435px;
    }
    .custbnr-natn-maintitle {

        font-size: 35px;
        margin-top: 35px;
    }

    .mainbnrcuts-Content {

        padding-bottom: 10px;
        height: 435px;
    }
    
    .invjury-imgcard {

        height: 610px;
    }
    .hisexce-title{

        font-size: 25px;
        line-height: 38px;
        margin: 12px 0;
    }
    .hisExce-content-sec {

        width: 100%;
        padding-bottom: 280px;
    }
    .hisCover-photo{

        width: 100%;
        bottom: 0px;
        height: 300px;
    }
    .miniscontact-btn{

        font-size: 15px;
    }
    .hisexce-desc {
        
        font-size: 15px;
    line-height: 28px;
    }
    .custPlan-card{

        padding: 20px;
    }
    .custplan-maintitle {
        
        font-size: 25px;
       
    }
    .cust-maintitle {

        font-size: 30px;
         margin-top: 12px;
    }
    .cust-sectionTitle {
        margin-bottom: 20px;
    }
    .custPlancard-txt {

        width: 100%;
    }
    .sec-ptb{

        padding: 55px 0;
    }
    .custmedia-title {

        font-size: 18px;
        line-height: 27px;
    }
    .custmedia-btn {
        font-size: 15px;
    }
    .mediaTop-border, .mediaBtm-border, .invjurnyBtm-border, .cudtftrtop-border, .cudtftrbtn-border { 
       background-size: cover;
    }
    .invjurmainSecion {

        flex-direction: column;
    }
    .invjurmain-text-Secion {
        width: 100%;
        gap: 15px;
    }
    .invjurmain-image-Secion {
        width: 100%;
    }
    .invjurmain-box-desc {

        width: 100%;
    }
    .invjurmain-box-title {

        font-size: 20px;
    }
    .invjurmain-box-desc {

        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        width: 100%;
    }
    .cust-sectionTitle.txtWrap {
        margin-bottom: 30px;
    }
    .invjurmain-text-box::after {

        height: 88%;
        top: 7px;
    }
    .custftrall-menu-sec {

        padding: 0 80px;
    }
    .custmenu-tp-sec {
        flex-direction: column;
       align-items: flex-start;
       gap: 25px;
       margin-bottom: 25px;
    }
    .custftrsub-title {

        font-size: 17px;
        font-weight: 600;
    }
    .cust-quickftlink {

        font-size: 15px;
    }
    .custftrside-logo {

        align-items: flex-start;
        margin-top: 0;
        gap: 30px;
    }
    .custftrmenu-btn-sec {

    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 35px;
   }
   .custfrtsection .sec-ptb {

        padding: 45px 0;
   }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .custbnr-natn-maintitle {

        font-size: 44px;
    }
    .hisexce-title{

        font-size: 25px;
        line-height: 38px;
        margin: 12px 0;
    }
    .hisCover-photo{

        width: 440px;
        bottom: 0px;
        height: 390px;
    }
    .miniscontact-btn{

        font-size: 15px;
    }
    .hisexce-desc {
        
        font-size: 15px;
    line-height: 28px;
    }
    .custPlan-card{

        padding: 20px;
    }
    .custplan-maintitle {
        
        font-size: 25px;
       
    }
    .cust-maintitle {

        font-size: 30px;
         margin-top: 12px;
    }
    .cust-sectionTitle {
        margin-bottom: 20px;
    }
    .custPlancard-txt {

        width: 100%;
    }
    .sec-ptb{

        padding: 55px 0;
    }
    .custmedia-title {

        font-size: 18px;
        line-height: 27px;
    }
    .custmedia-btn {
        font-size: 15px;
    }
    .mediaTop-border, .mediaBtm-border, .invjurnyBtm-border, .cudtftrtop-border, .cudtftrbtn-border { 
       background-size: cover;
    }
    .invjurmain-text-Secion {
        width: 50%;
        gap: 15px;
    }
    .invjurmain-image-Secion {
        width: 50%;
    }
    .invjurmain-box-title {

        font-size: 20px;
    }
    .invjurmain-box-desc {

        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        
    }
    .cust-sectionTitle.txtWrap {
        margin-bottom: 30px;
    }
    .invjurmain-text-box::after {

        height: 88%;
        top: 7px;
    }
    .invjurmain-image-box {
        width: 100%;
        margin-top: 25px;
    }
    .custftrall-menu-sec {

        padding: 0 80px;
    }
    .custmenu-tp-sec {
       align-items: flex-start;
       gap: 25px;
       flex-wrap: wrap;
    }
    .custftrsub-title {

        font-size: 17px;
        font-weight: 600;
    }
    .cust-quickftlink {

        font-size: 15px;
    }
    .custftrside-logo {

        
        gap: 30px;
    }
    .custftrmenu-btn-sec {

    gap: 35px;
   }
   .custfrtsection .sec-ptb {

        padding: 45px 0;
   }
   .custPlan-card {
    height: 225px;
    }
}

/* responsive css end */

@media (min-width: 768px) {

    .misa-custom-container {

        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
  .custmedia-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {

    .misa-custom-container {

        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (min-width: 768px) and (max-width: 1400px) {
    
    .misa-custom-container {

        padding-left: 80px;
        padding-right: 80px;
        width: 100%;
    }
}


@media (min-width: 1441px) {

    .misa-custom-container {
       
        max-width: 1440px;
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
}

/* Responsive End */

/* Arabic css Start */

body.rtl .hisCover-photo {
    left: 0;
    right: unset;
}
body.rtl .custplanbtn {

    padding-right: 16px;
    padding-left: 0;
}
body.rtl .custplanbtn-arrow {

    margin-left: 0;
    margin-right: 16px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px
}
body.rtl .custplanbtn-arrow svg {

    transform: scaleX(-1);
}
body.rtl .expMore-arrow {

    transform: scaleX(-1);
}
body.rtl .invjurmain-text-box {

    padding-left: 0;
    padding-right: 25px;
}
body.rtl .invjurmain-text-box::after {

    left: unset;
    right: 0;
}
body.rtl .custPlan-card {

    justify-content: flex-start;
}
body.rtl .cust-natinalbannerbg-section-overlay {

    background: linear-gradient(to left,rgba(1, 92, 65, 0.73) 0%, rgba(0, 74, 52, 0) 52%, rgba(0, 58, 40, 0) 100%);
}

@media (min-width: 1800px) {
    body.rtl .hisCover-photo {
        left: 160px;
        right: unset;
    }
}

/* Arabic css End */