.p1-banner-img{
    position: relative;
       
}
.p1-top-banner-section{
     margin-top: 2%;
        padding-bottom: 6%;
 position: relative;
    background: linear-gradient(180deg, rgb(217 217 217 / 50%) 0%, rgba(0, 4, 113, 0.1) 25%, #00000085 50% 50%, rgba(0, 4, 113, 0.1) 75%, rgb(209 209 209 / 38%) 100%);

}
.p1-top-banner-section-div{
  position: absolute;
    left: 15%;
    bottom: 0%;
  
   
    z-index: 1;
    /* background-size: cover; */
    /* height: 100px; */
      padding: 2%;
        width: 26%;
    /* height: 224px; */
    color: #004071;
    background: #ffffffbd;
    border-radius: 12px;
    opacity: 1;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
}
.p1-top-banner-section-div-head{
    color: var(--unnamed-color-004071);
text-align: left;
font: normal normal normal 40px/1.2 Red Hat Display;
   font-family: 'Red Hat Display', sans-serif;
letter-spacing: 0px;
color: #004071;
opacity: 1;
padding-bottom: 2%;
}

.p1-top-banner-section-div-para{
    color: var(--unnamed-color-004071);
text-align: left;
letter-spacing: 0px;
color: #004071;
opacity: 1;
font: normal normal normal 16px/1.2 Red Hat Display;
   font-family: 'Red Hat Display', sans-serif;

}
.p1-top-banner-section-div-right{
    position: absolute;
    left: 50%;
    bottom: 5%;
    color: var(--unnamed-color-88c86f);
text-align: left;
font: normal normal normal 25px/1.2 Red Hat Display;
   font-family: 'Red Hat Display', sans-serif;

letter-spacing: 0px;
color: #88C86F;
opacity: 1;
}

.p1-sec2-map img{
    padding: 2% 0;
    /* background: linear-gradient( 180deg, rgba(0, 4, 113, 0.02) 0%, #00000085 50%, rgba(0, 4, 113, 0.02) 100%); */
    background: linear-gradient(180deg, rgb(217 217 217 / 50%) 0%, rgba(0, 4, 113, 0.1) 25%, #00000085 50% 50%, rgba(0, 4, 113, 0.1) 75%, rgb(209 209 209 / 38%) 100%);
}

.p1-sec3-div{
    padding: 1%;
    text-align: center;
}

.p1-sec3-div, .p1-sec4-div{
    background: #ebebebe0 ;

}

.p1-sec3-a{
    color: var(--unnamed-color-88c86f);
text-align: left;
font: normal normal normal 25px/1.2 Red Hat Display;
letter-spacing: 0px;
   font-family: 'Red Hat Display', sans-serif;
margin: 1%;
color: #BFBFBF;
opacity: 1;
text-decoration: none;
}

.p1-sec3-a.active {
    text-align: left;
letter-spacing: 0px;
color: #88C86F !important;
   font-family: 'Red Hat Display', sans-serif;
 border-bottom: 2px solid #88C86F;
  padding-bottom: 4px; 
opacity: 1;
}

.p1-sec4-div-heading{
    padding-top: 1%;
    padding-left: 5%;
    color: var(--unnamed-color-004071);
text-align: left;
font: normal normal normal 43px/1.2 Red Hat Display;
   font-family: 'Red Hat Display', sans-serif;

letter-spacing: 0px;
color: #004071;
opacity: 1;
}

.home-fourth-sec-flex-item{
    width: 25%;
}


   @media (max-width:768px) {

    .p1-sec4-div-heading {
           padding-top: 5%;
    font: normal normal normal 22px / 1.2 Red Hat Display;
}
.p1-sec3-a {
    color: var(--unnamed-color-88c86f);
    text-align: left;
    font: normal normal normal 22px / 1.2 Red Hat Display;
}
    .home-fourth-sec-flex {
        flex-direction: row !important;
        align-items: center;
                /* overflow-x: hidden; */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .home-fourth-sec-flex-item {
    /* flex: 0 1 300px; */
    /* width: 90% !important; */
            width: 100% !important;
        flex: 0 0 auto;
        width: 80%;
        scroll-snap-align: start;
    }
.p1-top-banner-section-div{
        position: relative;
    width: 95%;
        left: unset;

    margin: auto;
    z-index: 1;
    margin-top: -15%;
    /* background-size: cover; */
    /* height: 100px; */
    padding: 5%;
    /* width: 26%; */
    /* height: 224px; */
    color: #004071;
    background: #ffffffbd;
    border-radius: 12px;
    opacity: 1;
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
}
.p1-top-banner-section-div-head{
    font-size: 28px;
}
.p1-top-banner-section-div-para{
    font-size: 16px;
}
    .about-sixth-section-flex-item .para {
    font-size: 16px !important;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    margin: auto;
    font-family: 'Red Hat Display', sans-serif;
    /* flex: 1 1 60%; */
    max-width: 80% !important;
    }

    .about-sixth-section-flex-item .link a {

    background-color: #ffffff;
    color: #004071a6;
       padding: 6px 12px !important;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Red Hat Display', sans-serif;
    transition: all 0.3s ease;
    margin: auto;
    display: block  !important;
    max-width: fit-content;
    margin-bottom: 5%;
}
.home-fourth-sec-flex-item-box-overlay-head {
    font-size: 22px !important;
}
.home-fourth-sec-flex-item-box-overlay-para {
    font-size: 16px !important;
}
   }