@media (max-width:1025px) {

    /* NAV BAR STRIP */
    .Navbarstrip1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 60%;
        padding-inline: 2vw;
        gap: 7vw;
    }

    .Navbarstriplocation {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Navbarstriplocation i {
        font-size: 1.2vw;
    }

    .Navbarstriplocation a {
        font-size: 1.2vw;
    }

    .Navbarstripmail {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Navbarstripmail i {
        font-size: 1.2vw;
    }

    .Navbarstripmail a {
        font-size: 1.2vw;
    }

    .Navbarstripmail p {
        font-size: 1.2vw;
    }

    .Navbarstrip2 {
        width: 40%;
        background-color: #000266;
        height: 100%;
        padding: 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-inline: 2vw;
    }

    .Navbarstripclock {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .Navbarstripclock i {
        font-size: 1.2vw;

    }

    .Navbarstripclock p {

        font-size: 1.2vw;

    }

    /* HOME SECTION-1 */

    .Homesection1container {
        padding: 25vh 50px;
    }

    .Homesection1contentcontainer {
        gap: 2vw;
    }

    .Homesection1contentcontainer h3 {
        font-size: 2vw;
    }

    .Homesection1contentcontainer h1 {
        font-size: 4.8vw;
    }

    .Homesection1contentcontainer p {
        font-size: 2vw;
    }

    .Homesection1buttoncontainer a {
        padding: 1.2vw 1.2vw;
    }


    .Homesection1imagecontainer {
        /* padding: 0 55px; */
        width: 100%;
        height: 85vh;
        /* background-color: red; */
        overflow: hidden;
        position: relative;

    }

    #Homesection1image1 {
        width: 10vw;
        position: absolute;
        top: 30%;
        left: 0%;

    }

    #Homesection1image2 {
        width: 35vw;
        height: 80%;
        position: absolute;
        bottom: 0%;
        right: 0%;
    }

    /* HOME SECTION-2 */

    .Homesection2cardcontainer {
        padding: 20px 50px;
        gap: 2vw;
    }

    .Homesection2card {
        width: 40%;
        gap: 10px;
    }

    .Homesection2card img {
        width: 30%;
    }

    .Homesection2card h1 {
        font-size: 24px;
    }

    .Homesection2card p {
        font-size: 13px;
    }

    #Homesection2cardbar {
        width: 10%;
    }



    /* HOME SECTION-4 */
    .Homesection4container {
        width: 100%;
        height: 80vh;
        background-color: #EDFAFF;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        padding: 20px 30px;
    }

    .Homesection4imggallery {
        width: 80%;
        height: 80%;
        /* background-color: red; */

        position: relative;
    }


    .Homesection4imggallerypart1 {
        background-color: #0C59DB;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 35%;
        height: 40%;
        border-radius: 20px;
        /* gap: 20px; */
        position: relative;
        z-index: 3;
    }

    .Homesection4imggallerypart1 h3 {
        font-size: 50px;
        margin: 0;
    }

    #Homesection4gallertpart1line {
        width: 30%;
        border-radius: 20px;
        padding: 1px;
        background-color: white;
    }

    .Homesection4imggallerypart1 p {
        font-size: 18px;
        text-align: center;
        color: white;
        font-family: "Nunito", serif;
        margin: 0;
    }

    .Homesection4imggallerypart2 {
        width: 62%;
        height: 75%;
        /* background-color: green; */
        position: absolute;
        top: 0%;
        right: 0;
        z-index: 2;
        border-radius: 20px;
    }

    .Homesection4imggallerypart2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .Homesection4imggallerypart3 {
        width: 55%;
        height: 55%;
        background-color: white;
        position: absolute;
        /* bottom: 0%; */
        left: 0;
        z-index: 2;
        border-radius: 20px;
        padding: 10px;
    }

    .Homesection4imggallerypart3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .Homesection4imggallerypart4 {
        width: 35%;
        height: 30%;
        /* background-color: yellow; */
        position: absolute;
        bottom: -5%;
        right: 5%;
        z-index: 2;
        border-radius: 20px;
        padding: 15px;

    }

    .Homesection4imggallerypart4 img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;

    }


    .Homesection4contentcontainer h3 {
        font-size: 18px;
    }

    .Homesection4contentcontainer h2 {
        font-size: 30px;
    }

    .Homesection4contentcontainer p {
        margin: 0;
        font-size: 12px;
    }



    .Homesection4contentcontainer a {
        font-size: 15px;

    }

    .Homesection4contentbox img {
        width: 20%;
    }

    .Homesection4contentbox p {

        font-size: 16px;

    }

    #Homesection4arrowimg {
        width: 15%;
    }


    /* HOME SECTION-5 */
    .Homesection5container {
        width: 100%;
        /* background-color: #000266; */
        height: 120vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    #Homesection5bgimg1 {
        /* position: absolute; */
        width: 100%;
        object-fit: cover;
        /* height: 100%; */
        /* right: 0; */
        z-index: 1;
    }


    .Homesection5titleContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        padding: 50px 10px;
    }

    .Homesection5titleContainer h3 {
        font-size: 18px;
    }

    .Homesection5titleContainer h2 {
        font-size: 32px;
    }

    .Homesection5cardscontainer {
        /* background-color: red; */
        width: 100%;
        height: 100%;
        padding: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .Homesection5card {
        height: 320px;
        width: 30%;
        background-color: white;

        overflow: hidden;
    }


    .Homesection5cardnumbercontainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        padding-right: 0;
    }

    .Homesection5iconcontainer {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .Homesection5iconcontainer img {
        width: 50px;
        height: 50px;
        color: black;
    }

    .Homesection5cardcircle {
        height: 30px;
        width: 30px;
        background-color: #0C59DB;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
    }

    .Homesection5numbercontainer {
        background-color: #0c58db2f;
        padding: 7px 20px;
        border-radius: 20px 0 0 20px;
        /* opacity: 0.7; */
        position: relative;
        z-index: 1;

    }

    .Homesection5numbercontainer h3 {
        font-size: 25px;

    }

    .Homesection5contentcontainer {
        width: 100%;
        padding: 7px 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .Homesection5contentcontainer h2 {
        font-size: 26px;

    }

    .Homesection5contentcontainer p {
        font-size: 16px;
        font-family: "Nunito", serif;
    }

    .Homesection5contentcontainer i {
        font-size: 20px;
        color: #0C59DB;
    }


    /* HOME SECTION-6 */
    .Homesection6container {
        width: 100%;
        height: 100vh;
        background-color: #EDFAFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        /* gap: 15px; */
        padding: 20px;
    }

    .Homesection6titlecontainer {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: red; */
    }

    .Homesection6title {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .Homesection6title h2 {
        font-size: 18px;
        font-family: "Nunito", serif;
        color: #0C59DB;
        text-align: center;
    }

    .Homesection6title h3 {
        font-size: 32px;
        font-family: "Rajdhani", serif;
        font-weight: 700;
        text-align: center;
    }

    .Homesection6titlecontainer a {
        text-decoration: none;
        font-size: 17px;
        font-family: "Nunito", serif;
        color: white;
        background-color: #0C59DB;
        padding: 10px;
        border-radius: 20px;
    }

    .Homesection6titlecontainer a i {
        font-size: 15px;
        margin-left: 10px;
    }

    .Homesection6imagesoutercontainer {
        width: 100%;
        /* background-color: blueviolet; */
        height: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .Homesection6cards {
        width: 50%;
        height: 100%;
        /* background-color: aqua; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .Homesection6imgcontainer {
        width: 100%;
        height: 70%;
        /* background-color: black; */
        border-radius: 20px;


    }

    .Homesection6imgcontainer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        padding: 25px;
        padding-bottom: 0;
    }

    .Homesection6carddetails {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 2px;
        width: 100%;
        height: 30%;
        padding: 20px 10px;
        background-color: white;
        border-radius: 20px;
    }

    .Homesection6carddetails h4 {
        margin: 0;
        font-family: "Rajdhani", serif;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
    }

    .Homesection6carddetails p {
        margin: 0;
        font-family: "Nunito", serif;
        font-size: 16px;
    }

    .Homesection6carddetails i {
        font-size: 22px;
        padding: 10px;
        background-color: #0C59DB;
        border-radius: 50%;
        color: white;
    }


    /* HOME SECTION-7 */
    .Homesection7container {
        padding: 100px 50px;
    }

    .Homesection7detailcontainer h2 {
        font-size: 56px;
    }

    .Homesection7detailcontainer p {
        font-size: 15px;
    }


    /* HOME SECTION-8 */
    .Homesection8container {
        width: 100%;
        height: 70vh;

    }

    .Homesection8innercontainer {
        width: 100%;
        top: 22%;
    }

    .Homesection8innercontainer h3 {
        font-size: 18px;
    }

    .Homesection8innercontainer h2 {
        font-size: 32px;
    }

    .Homesection8cardcontainer {
        width: 100%;
        height: 100%;
        padding: 20px;
        /* background-color: red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 20px;

    }

    .Homesection8card {
        width: 40%;
        height: 350px;
        position: relative;
    }

    .Homesection8card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .Homesection8cardtitlecard {
        width: 100%;
        padding: 15px;
        top: 80%;
    }

    .Homesection8cardtitlecard h2 {
        font-size: 40px;
    }

    .Homesection8cardtitlecard h4 {
        font-size: 20px;
    }


    /* HOME SECTION-9 */
    .Homesection9container {
        height: 95vh;
        padding: 0 30px;
        gap: 45px;
        justify-content: flex-end;
    }

    .Homesection9titlecontainer {
        gap: 20px;
    }

    .Homesection9titlecontainer h3 {
        font-size: 18px;
    }

    .Homesection9titlecontainer h2 {
        font-size: 32px;
    }

    .Homesection9cardscontainer {
        width: 95%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 30px;
        /* background-color: red; */
        padding: 20px 0px;
        /* height: 10%; */
    }

    .Homesection9card {
        width: 90%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }

    .Homesection9imgcontainer {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Homesection9cardimg1 {
        width: 100%;
        position: absolute;
    }

    #Homesection9cardimg2 {
        width: 90%;
    }

    .Homesection9imgcontainer h3 {
        background-color: #0C59DB;
        padding: 12px;
        border-radius: 50%;
        margin: 0;
        color: white;
        position: absolute;
        top: -2%;
        left: 0;
    }

    .Homesection9card h3 {
        font-size: 30px;
    }

    .Homesection9card p {
        font-size: 20px;
    }

    .Homesection9arrowcontainer {
        display: none;
    }


    /* HOME SECTION-10 */
    .Homesection10container {
        width: 100%;
        /* height: 80vh; */

    }

    .Homesection10container h3 {
        font-size: 18px;
    }

    .Homesection10container h2 {
        font-size: 32px;
    }

    .Homesection10circlescontainer {
        width: 50%;
        padding: 20px;
        /* background-color: red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 10px;
    }

    .Homesection10circle {
        width: 100px;
        height: 80px;
    }


    .Homesection10namecontainer h6 {
        font-size: 25px;
    }

    .Homesection10namecontainer p {
        font-size: 20px;
    }


    /* HOME SECTION-11 */
    .Homesection11container h3 {
        font-size: 18px;
    }

    .Homesection11container h2 {
        font-size: 32px;
    }


    /* HOME SECTION-12 */
    .Homesection12container {
        width: 100%;
        height: 35vh;
        gap: 25px;
    }

    .Homesection12innercontainer {
        width: 30%;
        padding: 20px 0;
        justify-content: space-around;
    }

    .Homesection12innercontainer i {
        padding: 15px;
        font-size: 18px;
    }

    .Homesection12detailcontainer h6 {
        font-size: 18px;
    }

    .Homesection12detailcontainer a {
        font-size: 18px;
    }

    .Homesection12detailcontainer p {
        font-size: 18px;
    }


    /* HOME SECTION-13 */
    .Homesection13container {
        width: 100%;
        height: 100vh;
        padding: 50px 0px;
    }

    .Homesection13part1 {
        padding: 25px;
    }

    .Homesection13part1 h3 {
        font-size: 18px;
    }

    .Homesection13part1 h2 {
        font-size: 28px;
    }

    .Homesection13part1faqcontainer {
        width: 100%;
        /* background-color: aqua; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 7px;
        margin-top: 20px;
    }

    .Homesection13innerfaq {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        border-top: 1px solid rgba(128, 128, 128, 0.469);
    }

    .Homesection13innerfaq p {
        font-size: 16px;

    }

    .Homesection13innerfaq i {
        font-size: 16px;
        color: white;
    }

    .Homesection13part2 {
        padding: 50px 0;
        width: 100%;
        height: 100%;
        /* background-color: blueviolet; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }

    .Homesection13part2box {
        width: 80%;
        height: 50%;
        background-color: white;
        border-radius: 20px;
        position: relative;
        padding: 25px 0;
    }


    .Homesection13part2boxcard p {
        font-size: 18px;
    }


    .Homesection13part2detailscontainer {
        width: 100%;
        padding: 10px 15px;
        display: flex;
        justify-content: center;

        gap: 10px;
    }

    .Homesection13part2checkcontainer {
        background-color: #0C59DB;
        padding: 5px;
        width: fit-content;
        border-radius: 10px;
    }

    .Homesection13part2checkcontainer i {
        color: white;
        font-size: 20px;
    }

    .Homesection13part2desccontainer {
        /* padding: 20px; */
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .Homesection13part2desccontainer h6 {
        font-size: 20px;
    }

    .Homesection13part2desccontainer p {
        font-size: 14px;
    }


    .Homesection13part2imgholder {
        width: 100%;
        /* padding: 20px; */
        background-color: #000;
        height: 100%;
    }

    .Homesection13part2imgholder img {
        width: 100%;
        /* height: 100%; */
    }


    /* HOME SECTION-14 */
    .Homesection14container {
        width: 100%;
        height: 90vh;
        background-color: #EDFAFF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        padding: 25px;
        position: relative;
    }

    .Homesection14container h3 {
        font-size: 18px;
    }

    .Homesection14container h2 {
        font-size: 32px;
    }

    #viewmoreblog {
        font-size: 18px;
    }

    .Homesection14blogcontainer {
        width: 100%;
        padding: 15px;
        /* background-color: red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .Homesection14blogcard {
        width: 30%;
        background-color: white;
        border-radius: 20px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
        padding-bottom: 20px;
    }

    .Homesection14blogcard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .Homesection14details {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Homesection14blogdate {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .Homesection14blogdate i {
        color: #0C59DB;
        font-size: 16px;
    }

    .Homesection14blogdate p {
        color: black;
        font-size: 16px;
        margin: 0;
    }


    .Homesection14blogname {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .Homesection14blogname h3 {
        color: black;
        font-size: 18px;
        font-family: "Rajdhani", serif;
        margin: 0;
        font-weight: 600;
        text-align: center;
    }

    .Homesection14blogname a {
        text-decoration: none;
        color: black;
        font-family: "Rajdhani", serif;
        font-size: 15px;
    }

    .Homesection14blogname a i {
        margin-left: 5px;
        color: #000;
        font-size: 15px;
    }

}

@media (max-width:769px) {

    /* NAV BAR STRIP */
    .Navbarstriplocation i {
        font-size: 14px;
    }

    .Navbarstriplocation a {
        font-size: 14px;
    }

    .Navbarstripmail i {
        font-size: 14px;
    }

    .Navbarstripmail a {
        font-size: 14px;
    }

    .Navbarstripclock i {
        font-size: 14px;
    }

    .Navbarstripclock p {
        font-size: 14px;
    }

    /* HOME SECTION-1 */
    .Homesection1container {
        flex-direction: column;
        padding: 15vw 3vw 0 3vw;
        height: 100%;
        gap: 80px;
    }

    .Homesection1contentcontainer h3 {
        font-size: 19px;
    }

    .Homesection1contentcontainer h1 {
        font-size: 56px;
    }

    .Homesection1contentcontainer p {
        font-size: 18px;
    }

    .Homesection1buttoncontainer a {
        padding: 15px 25px;
    }


    #Homesection1image1 {
        width: 130px;
        left: 15%;
        top: 20%;
    }

    #Homesection1image2 {
        width: 450px;
        height: 100%;
        right: 20%;
    }

    /* HOME SECTION-2 */
    .Homesection2container {
        height: 90vh;
    }

    .Homesection2cardcontainer {
        flex-wrap: wrap;
        padding: 20px;
        gap: 20px;
        justify-content: center;
    }

    .Homesection2card {
        width: 45%;
    }

    /* HOME SECTION-4 */
    .Homesection4container {
        flex-direction: column;
        height: 100%;
        margin-bottom: 15px;
    }

    .Homesection4imggallery {
        width: 95%;
        height: 90vh;
    }

    .Homesection4contentcontainer h3 {
        font-size: 18px;
    }

    .Homesection4contentcontainer h2 {
        font-size: 44px;
    }

    .Homesection4contentcontainer p {
        font-size: 16px;
    }

    .Homesection4contentbox p {
        font-size: 22px;
    }

    #Homesection4arrowimg {
        width: 12%;
        bottom: -35%;
    }

    /* HOME SECTION-5 */
    .Homesection5container {
        height: 100%;
    }

    .Homesection5titleContainer h3 {
        font-size: 18px;
    }

    .Homesection5titleContainer h2 {
        font-size: 44px;
    }

    .Homesection5cardscontainer {
        justify-content: center;
        padding: 20px;
    }

    .Homesection5card {
        width: 45%;
    }

    /* HOME SECTION-7 */
    .Homesection7container {
        flex-wrap: wrap;
        padding: 80px 0px;
        gap: 10px;
    }

    .Homesection7detailcontainer {
        width: 40%;
    }

    /* HOME SECTION-8 */
    .Homesection8container {
        height: 100%;
        padding-block: 25px ;
    }
    .Homesection8innercontainer {
        top: 0;
        height: 100%;
    }
    .Homesection8innercontainer h2 {
        font-size: 44px;
    }

    .Homesection8cardcontainer {
        flex-direction: column;
    }

    .Homesection8card {
        width: 60%;
    }

    /* HOME SECTION-9 */
    .Homesection9container {
        height: 100%;
        padding: 18% 30px 0px 30px;
        gap: 45px;
        justify-content: flex-end;
    }

    .Homesection9titlecontainer h2 {
        font-size: 44px;
    }

    .Homesection9cardscontainer {
        flex-wrap: wrap;
        height: 100%;
    }

    .Homesection9card {
        width: 35%
    }

    .Homesection9card h3 {
        font-size: 24px;
    }

    .Homesection9card p {
        font-size: 16px;
    }

    /* HOME SECTION-10 */
    .Homesection10container h2 {
        font-size: 44px;
    }

    .Homesection10circlescontainer {
        width: 80%;
        gap: 30px;
    }

    .Homesection10circle {
        width: 100px;
        height: 100px;
    }

    .Homesection10namecontainer p {
        line-height: 2;
    }

    /* HOME SECTION-11 */

    .Homesection11container h2 {
        font-size: 44px;
    }

    /* HOME SECTION-12 */
    .Homesection12container {
        flex-wrap: wrap;
        padding: 80px 0;
        height: 100%;
    }

    .Homesection12innercontainer {
        width: 40%;

    }

    /* HOME SECTION-13 */
    .Homesection13container {
        flex-direction: column;
        height: 100%;
    }

    .Homesection13part1 h2 {
        font-size: 44px;
    }

    .Homesection13innerfaq p {
        font-size: 24px;

    }

    .Homesection13part2box {
        width: 90%;
        height: 50%;

    }

    .Homesection13part2desccontainer h6 {
        font-size: 25px;
    }

    .Homesection13part2desccontainer p {
        font-size: 18px;
    }

    /* HOME SECTION-14 */
    .Homesection14container {
        height: 100%;
    }

    .Homesection14container h2 {
        font-size: 44px;
    }

    .Homesection14blogcontainer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .Homesection14blogcard {
        width: 40%;
    }

    .Homesection14blogname h3 {
        font-size: 20px;
    }

    .Homesection14blogname a {
        font-size: 18px;
    }

    .Homesection14blogname a i {
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .Homesection1imagecontainer {
        display: none;
    }
}

@media (max-width:435px) {

    /* NAV BAR STRIP */
    .Navbarstrip {
        flex-direction: column;
    }

    .Navbarstrip1 {
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }

    .Navbarstrip2 {
        width: 100%;
        justify-content: center;
        padding: 5px 0;
    }

    .Navbarstriplocation i {
        font-size: 10px;
    }

    .Navbarstriplocation a {
        font-size: 10px;
    }

    .Navbarstripmail i {
        font-size: 10px;
    }

    .Navbarstripmail a {
        font-size: 10px;
    }

    .Navbarstripclock i {
        font-size: 10px;
    }

    .Navbarstripclock p {
        font-size: 10px;
    }

    /* HOME SECTION-1 */
    .Homesection1container {
        height: 80vh;
    }

    .Homesection1contentcontainer {
        justify-content: flex-start;
        gap: 5%;
        height: 100%;
    }

    .Homesection1contentcontainer h1 {
        font-size: 30px;
    }

    .Homesection1contentcontainer p {
        font-size: 15px;
    }

    .Homesection1buttoncontainer {
        flex-direction: column;
    }

    .Homesection1buttoncontainer a {
        padding: 15px 25px;
        font-size: 15px;
    }

    

    /* HOME SECTION-2 */
    .Homesection2container {
        height: 100%;
        position: relative;
        top: 0%;
    }

    .Homesection2cardcontainer {
        flex-direction: column;
    }

    .Homesection2card {
        width: 100%;
    }

    .Homesection2card p {
        font-size: 16px;
    }

    /* HOME SECTION-4 */
    .Homesection4container {
        padding: 20px 10px;
    }

    .Homesection4imggallery {
        width: 100%;
        height: 60vh;
    }

    .Homesection4contentcontainer h2 {
        font-size: 25px;
    }

    .Homesection4contentinnerbox {
        padding: 10px;
    }

    .Homesection4contentfirstinnerbox {
        flex-direction: column;
    }

    .Homesection4contentsecondinnerbox {
        flex-direction: column;
    }

    .Homesection4contentcontainer a {
        padding: 10px 15px;
    }

    #Homesection4arrowimg {
        display: none;
    }

    /* HOME SECTION-5 */
    .Homesection5titleContainer {
        height: 100%;
        padding: 50px;
    }

    .Homesection5titleContainer h2 {
        font-size: 20px;
    }

    .Homesection5cardscontainer {
        flex-direction: column;
    }

    .Homesection5card {
        width: 100%;
        height: 100%;
    }

    .Homesection5cardnumbercontainer {
        padding: 25px;
    }

    .Homesection5contentcontainer {
        padding: 25px;
    }

    /* HOME SECTION-6 */
    .Homesection6container {

        height: 100%;

        padding: 15px;
    }

    /* HOME SECTION-7 */
    .Homesection7container {
        height: 100%;
        gap: 50px;
    }

    .Homesection7detailcontainer {
        width: 100%;
    }

    /* HOME SECTION-8 */
    .Homesection8innercontainer h2 {
        font-size: 20px;
    }

    .Homesection8card {
        width: 100%;
    }

    .Homesection8cardtitlecard {
        /* top: 0; */
        bottom: 0;
    }


    /* HOME SECTION-9 */
    .Homesection9titlecontainer h2 {
        font-size: 20px;
    }

    .Homesection9cardscontainer {
        flex-direction: column;
    }

    .Homesection9card {
        width: 85%
    }

    /* HOME SECTION-10 */
    .Homesection10container h2 {
        font-size: 20px;
    }

    .Homesection10namecontainer p {
        line-height: 1.5;
        font-size: 16px;
    }

    .Homesection10namecontainer {
        width: 90%;
    }

    /* HOME SECTION-11 */
    .Homesection11container h2 {
        font-size: 20px;
    }

    /* HOME SECTION-12 */
    .Homesection12container {
        flex-direction: column;
    }

    .Homesection12innercontainer {
        width: 80%;
        justify-content: flex-start;
        padding: 20px;
        gap: 20px;
    }

    /* HOME SECTION-13 */


    .Homesection13part1 h2 {
        font-size: 20px;
    }

    .Homesection13innerfaq p,
    .Homesection13innerfaq p i {
        font-size: 16px;

    }


    .Homesection13part2desccontainer p {
        font-size: 12px;
    }

    .Homesection13part2boxcard p {

        font-size: 16px;

    }

    /* HOME SECTION-14 */

    .Homesection14container {
        padding: 45px 25px;
    }

    .Homesection14container h2 {
        font-size: 20px;
    }

    .Homesection14blogcontainer {
        flex-direction: column;
    }

    .Homesection14blogcard {
        width: 100%;
    }

    #viewmoreblog {
        font-size: 16px;
        padding: 10px;

    }

    /* HOME SECTION-15 */
    .Homesection15container {
        width: 100%;
        height: 100%;
        padding: 25px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #0C59DB;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .Homesection15container img {
        width: 25%;
    }
}

@media (max-width:350px) {
    /* HOME SECTION-1 */
    .Homesection1contentcontainer h1 {
        white-space: wrap;
    }

    /* HOME SECTION-12 */
    .Homesection12container {
        flex-wrap: wrap;
        padding: 30px 20px;
        height: 100%;
    }

    .Homesection12detailcontainer a {
        font-size: 15px;
    }

    .Homesection12detailcontainer p {
        font-size: 15px;
    }
    .Homesection12innercontainer {
        width: 100%;

    }
}