*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
}
.topwrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 80px;
}
.logo-title{
    font-size: 40px;
    color: #ff0000;
    text-align: center;
}
.logo-title2{
    font-size: 12px;
    text-align: center;
    color: #a02020;
}
.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu li{
    list-style: none;
}
.menu li a {
    text-decoration: none;
    font-size: 16px;
    margin: 0px 13px;
    color: black;
}

.menu li a.activeMenu,
.menu li a:hover{
    color: #ff0000;
}


.img-responsive{
    width: 100%;
}

.bannerwrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black;
    margin-bottom: 70px;
}
.banner-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}
.banner-right{
    width: 50%;
}
.banner-right-image{
    max-width: 600px;
}
.banner-right-image img{
    max-width: 100%;
}
.banner-left h2 {
    font-size: 95px;
    color: #0a1356;
    margin-bottom: 5px;
}
.banner-left span {
    font-size: 22px;
    color: #a02020;
}
.banner-left p {
    font-size: 17px;
    max-width: 584px;
    line-height: 28px;
    margin-top: 14px;
}
.aboutUS-section-folder-1{
    margin-bottom: 100px;
}
.aboutUSwrapperfolder1, .aboutUSwrapperfolder2{
    display: flex;
    flex-direction: row;
    max-width: 1150px;
    margin: auto;
}
.aboutUS-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutUS-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding-top: 92px;
}
.aboutUS-left h2, 
.aboutmewrapper h2, 
.Monumentswrapper h2{
    font-size: 30px;
    color: #0a1356;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.aboutUS-left h2{
    margin-top: 22px;
}
.aboutUS-left p {
    font-size: 14px;
    max-width: 552px;
    line-height: 26px;
    margin-bottom: 15px;
}
.aboutUS-image{
    width: 277px;
}
.aboutUS-image img{
    width: 100%;
}
.about-me-section, 
.Monuments-section, 
.membership-section{
    margin-top: 30px;
}
.aboutmewrapper, 
.Monumentswrapper{
    max-width: 1150px;
    margin: auto;
    padding-top: 20px;
}
.aboutmewrapper span, 
.membership-folder span{
    font-size: 21px;
}
.aboutmewrapper p, 
.Monumentswrapper p{
    max-width: 1112px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.press-award-section{
    margin-top: 100px;
}
.pressawardwrapper {
    display: flex;
    max-width: 1148px;
    margin: auto;
    align-items: flex-start;
}
.press-award-left{
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press-award-right {
    width: 44%;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.press-award-left h2{
    font-size: 30px;
    color: #0a1356;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.press-award-left p{
    font-size: 15px;
    max-width: 520px;
    line-height: 26px;
}
.press-award-blog-box{
    max-width: 231px;
}
.press-award-blog-box img{
    max-width: 100%;
}
.press-award-blog-box-new-image img{
    width: 100%;
}
.press-award-blog-box-new-image{
    max-width: 503px;
}
.press-award-folder {
    display: flex;
    flex-direction: row;
    gap: 38px;
    margin-bottom: 30px;
}
.membershipwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 85%;
    margin: 0px auto;
}
.membership-folder {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}
.membership-folder ul{
    font-size: 14px;
    line-height: 28px;
    transform: translateX(50px);
}   
.membershipwrapper h2{
    font-size: 30px;
    color: #0a1356;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.membership-blog-box{
    max-width: 231px;
}
.membership-blog-box img{
    max-width: 100%;
}
.contactImageText{
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.paraText{
    font-size: 14px;
}
.contectus-section{
    margin: 40px 0px 30px 0px;
}
.contectuswrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contectus-left{
    width: 50%;
}
.contectus-right{
    width: 50%;
}
.contect-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner-input, .text-massege {
    width: 454px;
    padding: 17px 20px;
    font-size: 15px;
    margin-bottom: 17px;
}
.submit-btn{
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #0a1356;
    max-width: 130px;
    display: flex;
    margin-top: 15px !important;
}
.submit-btn:hover{
    background-color: black;
    color: white;
}
.contectus-image {
    max-width: 574px;
}
.contectus-image img{
    max-width: 100%;
}
.show-btn{
    font-size: 30px;
    color: black;
    position: absolute;
    top: 10%;
    right: 5%;
    display: none;
}
.footer-section{
    background-color: #0a1356;
    padding: 20px 0px;
    margin-top: 97px;
}
.footerwrapper a{
    color: white;
    font-size: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.india-logo{
    display: none;
}
.Monuments-gallery-folder {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    margin-top: 50px;
}
.Monuments-gallery-image-contenair{
    max-width: 551px;
    text-align: left;
}
.Monuments-image img{
    width: 80%;
}
.Monuments-gallery-image-contenair p{
    font-size: 16px;
    margin-top: 12px;
}
.aboutme-des-folder{
    display: flex;
    gap: 10px;
    margin-bottom: 19px;
}
.aboutMeText{
    max-width: 60%;
}
.aboutMeImage{
    max-width: 40%;
    margin-top: 38px;
}
.aboutMeImage img{
    width: 100%;
}
.press-award-left ul {
    font-size: 14px;
    line-height: 28px;
    margin-left: 17px;
}
.pres-award-folder{
    margin-bottom: 34px;
}
.footerwrapper{
    color: white;
    display: flex;
    justify-content: center;
    font-size: 10px;
}
.press-award-blog-box{
    margin-bottom: 30px;
}
.press-award-gallery-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 60px;
}
.lb-outerContainer{
    width: 600px !important;
    height: 374px !important;
}
.lb-container .lb-image{
    width: 100% !important;
    height: auto !important;
}
.lb-dataContainer {
    padding-top: 40px !important;
}
.family-image-title{
    font-size: 14px !important;
    font-weight: 600;
    padding: 18px 0px 0px 0px;
    color: black !important;
    text-transform: capitalize !important;
}
.abutme-familty-image {
    width: 65%;
}
.abutme-familty-image-des{
    line-height: 22px !important;
    font-weight: 500;
}
.My-Early-Years{
    max-width: 75%;
}
.aboutme-Govt-Victoria-College{
    max-width: 30%;
}

/* privacy policy start */
.privacypolicywrapper {
    max-width: 74%;
    margin: 0px auto 50px auto;
}
.privacypolicywrapper p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
}
.Interpretation-Definitions h2, 
.Collecting-Using-Your-Personal-Data h2, 
.Children-Privacy h2, 
.Links-Other-Websites h2, 
.Changes-this-Privacy-Policy h2, 
.Contact-Us h2, 
.privacypolicywrapper h2{
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #17355d;
    padding-bottom: 12px;
    margin: 20px 0px 30px 0px;
    color: #17355d;
}
.Interpretation-Definitions span, 
.Collecting-Using-Your-Personal-Data span{
    font-size: 20px;
    color: #4f80bd;
}
.Interpretation-Definitions p {
    margin: 10px 0px 31px 0px;
}
.Interpretation-Definitions-des-list {
    transform: translateX(42px);
    margin-bottom: 40px;
    max-width: 95%;
}
.Interpretation-Definitions-des-list p {
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
}
.Collecting-Using-Your-Personal-Data p{
    margin-top: 9px;
}
.Personal.Data-list, 
.Use-Your-Personal-Data-des-folder{
    margin: 31px 0px 30px 0px;
    transform: translateX(52px);
}
.Personal.Data-list p, 
.Use-Your-Personal-Data-des-folder p{
    margin: 0px;
}
.Tracking-Technologies-and-Cookies-list ul {
    transform: translateX(28px);
    margin: 21px 0px 36px 0px;
    line-height: 22px;
    font-size: 14px;
}
.Tracking-Technologies-and-Cookies-list li{
    margin-bottom: 10px;
}
.des-folder{
    max-width: 96%;
    transform: translateX(70px);
}
.des-folder-Personal-Data-section span{
    font-size: 22px;
}
.des-folder-Personal-Data-section p {
    margin-bottom: 35px;
}
.Disclosure-Your-Personal-Data{
    margin: 20px 0px 0px 0px;
}
.Disclosure-Your-Personal-Data span{
    font-size: 18px;
}
.Disclosure-Your-Personal-Data ul{
    transform: translateX(20px);
    margin: 0px 0px 30px 0px;
    line-height: 24px;
    font-size: 14px;
}
/* privacy policy end */

.aboutmewrapper ul{
    margin-left: 18px;
    line-height: 28px;
    font-size: 14px;
}
.footer-new-folder{
    margin-top: 135px;
}
.footer-new-folder2{
    margin-top: 247px;
}
.culture-des-container, 
.indo-Japanese-relations-container, 
.economic-container, 
.defence-container, 
.cultural-container{
    display: flex;
    gap: 40px;
}

.contact-captcha-image-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 11px;
}
#captcha{
    width: 126px;
    height: 39px;
}
.contact-capcha-iameg-folder span{
    display: flex;
    gap: 10px;
    align-items: center;
}
#captcha_val{
    padding: 10px 10px;
    width: 140px;
}
.thankyou-folder{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.thankyou-folder h2 {
    font-size: 40px;
    margin: 30px 0px 0px 0px;
}
.thankyou-folder span {
    font-size: 24px;
}
.go-back {
    font-size: 15px;
    color: black;
    text-decoration: none;
    margin: 30px 0px 33px 0px;
}
.india-thankyou-logo{
    margin: 31px 0px 44px 0px;
}
.india-thankyou-new-logo img{
    max-width: 200px;
    margin: 0px auto 0px auto;
    display: flex;
}
.footer-thankyou{
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@media only screen and (min-width: 1400px){
    .menu li a {
        font-size: 19px;
    }
    .logo-title {
        font-size: 56px;
    }
    .logo-title2 {
        font-size: 18px;
    }
    .top-header-section{
        margin: 0px auto;
        max-width: 1500px;
    }
    .aboutUS-section-folder-1{
        margin: 100px auto;
        max-width: 1500px;
    }
    .aboutUS-section-folder-2{
        margin: 100px auto;
        max-width: 1500px;
    }
    .about-me-section, 
    .Monuments-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .press-award-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .membership-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .contectus-section{
        margin: 100px auto;
        max-width: 1500px;
    }
    .contectus-left {
        width: 46%;
        padding-left: 0px;
    }
    .contectus-right {
        width: 54%;
    }
    .contectus-image {
        width: 572px;
    }
    .banner-left p {
        font-size: 23px;
        max-width: 637px;
        line-height: 39px;
    }
    .aboutUS-left h2 {
        font-size: 62px;
    }
    .aboutUS-left p {
        font-size: 22px;
        line-height: 31px;
        max-width: 590px;
    }
    .aboutmewrapper P, 
    .Monumentswrapper p{
        max-width: 1245px;
        font-size: 23px;
        line-height: 42px;
        margin-top: 23px;
    }
    .press-award-left p {
        font-size: 22px;
        max-width: 570px;
        line-height: 33px;
    }
    .membership-left p {
        font-size: 22px;
        max-width: 570px;
        line-height: 33px;
    }
    .submit-btn {
        padding: 10px 55px;
        font-size: 20px;
        max-width: 166px;
    }
    .inner-input, .text-massege{
        border: 1px solid black;
        font-size: 20px;
    }
    .aboutmewrapper span {
        font-size: 37px;
    }
    .india-logo{
        display: none;
    }
    .Monuments-gallery-image-contenair {
        max-width: 598px;
    }
    .press-award-left ul, 
    .membership-folder ul{
        font-size: 20px;
        max-width: 100%;
    }
    .pressawardwrapper {
        display: flex;
        gap: 14px;
    }
    .membership-folder span {
        font-size: 26px;
    }
    .privacypolicywrapper p {
        font-size: 22px;
    }
    .privacypolicywrapper {
        max-width: 67%;
    }
    .aboutmewrapper ul {
        margin-left: 55px;
        line-height: 42px;
        font-size: 23px;
    }
    .aboutmewrapper, 
    .Monumentswrapper {
        max-width: 1288px;
        margin: auto;
    }
    .Monuments-image img {
        width: 90%;
    }
    .Monuments-gallery-folder {
        display: flex;
        gap: 36px;
    }
    .footer-press-and-awords-folder{
        position: relative;
        bottom: -34%;
        left: 0%;
        right: 0%;
    }
    .footer-membership-folder{
        margin-top: 110px;
    }
    .footer-contect-folder{
        position: relative;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .aboutUSwrapperfolder1, 
    .aboutUSwrapperfolder2 {
        max-width: 1282px;
        margin: auto;
    }
    .footer-new-folder, 
    .footer-new-folder2{
        position: relative;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .lb-nav a.lb-prev{
        opacity: 1;
    }
    .abutme-familty-image-des {
        font-size: 17px !important;
        line-height: 22px !important;
        font-weight: 500;
    }
    .press-award-left ul {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1024px){
    .bannerwrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .banner-left{
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .banner-right{
        width: 100%;
    }
    .banner-left p {
        font-size: 21px;
        max-width: 584px;
        line-height: 30px;
        margin: 14px auto;
    }
    .aboutUSwrapperfolder1, .aboutUSwrapperfolder2{
        display: flex;
        flex-direction: column;
    }
    .aboutUS-left{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
        padding: 0px;
    }
    .aboutUS-right {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .aboutUS-left h2 {
        font-size: 55px;
    }
    .aboutUS-left p {
        font-size: 14px;
        max-width: 757px;
        line-height: 35px;
        margin: auto;
    }
    .aboutUS-image {
        max-width: 719px;
    }
    .aboutmewrapper, 
    .Monumentswrapper{
        text-align: center;
    }
    .aboutmewrapper span, 
    .membership-folder span{
        font-size: 30px;
    }
    .aboutmewrapper P, 
    .Monumentswrapper p{
        max-width: 778px;
        font-size: 14px;
        line-height: 42px;
        margin-top: 30px;
        text-align: center;
        margin: 10px auto 0px auto;
    }
    .pressawardwrapper{
        display: flex;
        flex-direction: column;
    }
    .press-award-left {
        width: 100%;
        display: flex;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .press-award-right{
        width: 100%;
    }
    .press-award-left p {
        font-size: 21px;
        max-width: 749px;
        line-height: 39px;
    }
    .press-award-folder{
        display: flex;
        justify-content: center;
    }
    .press-award-blog-box {
        max-width: 231px;
    }
    .membershipwrapper{
        display: flex;
        flex-direction: column;
    }
    .membership-left {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .membership-right{
        width: 100%;
    }
    .membership-left p {
        font-size: 21px;
        max-width: 749px;
        line-height: 39px;
    }
    .membership-folder{
        display: flex;
        justify-content: center;
    }
    .membership-blog-box {
        max-width: 270px;
    }
    .contectuswrapper{
        display: flex;
        flex-direction: column;
    }
    .contectus-left{
        width: 100%;
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .contectus-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner-input, .text-massege {
        width: 566px;
        padding: 20px 25px;
        font-size: 21px;
        border: 1px solid black;
    }
    .submit-btn {
        padding: 10px 51px;
        font-size: 25px;
        max-width: 192px;
        margin-top: 30px;
    }
    .topwrapper {
        padding: 15px 27px;
    }
    .logo-title {
        font-size: 34px;
    }
    .logo-title2 {
        font-size: 13px;
    }
    .menu li a {
        font-size: 10px;
        margin: 0px 5px;
    }
    .india-logo{
        display: none;
    }
    .Monuments-gallery-folder {
        display: flex;
        justify-content: center;
    }
    .Monumentswrapper p {
        max-width: 764px;
    }
    .press-award-left ul {
        font-size: 14px;
        line-height: 42px;
        text-align: start;
        max-width: 74%;
        margin: 0px auto;
    }
    .membership-folder ul {
        font-size: 14px;
        line-height: 34px;
        transform: translateX(20px);
    }
    .membershipwrapper h2 {
        text-align: center;
    }
    .privacypolicywrapper p {
        font-size: 14px;
        list-style: 25px;
    }
    .aboutmewrapper ul {
        margin-left: 0px;
        line-height: 42px;
        font-size: 14px;
        text-align: start;
        margin: 0px auto;
        max-width: 76%;
    }
    .Monuments-image{
        justify-content: center;
        display: flex;
    }
    .footer-new-folder2, 
    .footer-contect-folder{
        position: absolute;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .footer-new-folder{
        position: absolute;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .press-award-blog-box-new-image {
        margin: 0px auto;
        max-width: 510px;
    }
    .culture-des-container, 
    .indo-Japanese-relations-container, 
    .economic-container, 
    .defence-container, 
    .cultural-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .aboutUS-left h2, 
    .aboutmewrapper h2, 
    .Monumentswrapper h2 {
        font-size: 30px;
    }
    .aboutMeText {
        max-width: 100%;
    }
    .aboutMeImage {
        max-width: 73%;
    }
    .aboutme-family-image{
        max-width: 763px;
        margin: 0px auto;
    }
    .aboutme-des-folder {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    .aboutme-call-of-native-home-image{
        margin-bottom: 20px
    }
    .aboutme-call-of-native-home-image-folder img {
        max-width: 79% !important;
    }
    .aboutme-family-image img{
        width: 84% !important;
    }
    .family-image-title {
        max-width: 77%;
        margin: 0px auto 0px auto;
    }
    .abutme-familty-image {
        width: 71%;
    }  
}
@media only screen and (max-width: 768px) {
    .topwrapper{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        background-color: white;
    }
    .menu {
        display: flex;
        flex-direction: column;
        margin-top: 46px;
    }
    .menu li{
        margin: 10px 0px;
    }
    .menu li a{
        font-size: 35px;
    }
    .logo-title {
        font-size: 66px;
        margin-bottom: 10px;
    }
    .logo-title2 {
        font-size: 21px;
    }
    .show-btn{
        font-size: 40px;
        color: black;
        position: absolute;
        top: 5%;
        right: 5%;
        display: block;
        z-index: 2;
    }
    .bannerwrapper{
        display: flex;
        flex-direction: column;
    }
    .banner-left {
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .banner-right{
        width: 100%;
        margin-top: 50px;
    }
    .banner-left h2 {
        font-size: 69px;
    }
    .banner-left span {
        font-size: 16px;
    }
    .banner-left p {
        font-size: 20px;
        max-width: 528px;
        line-height: 28px;
        text-align: center;
        margin: 20px auto;
    }
    .banner-right-image{
        max-width: 100%;
    }
    .aboutUS-left{
        width: 100%;
        display: flex;
        margin-bottom: 50px;
        padding-right: 0px;
    }
    .aboutUS-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .aboutUS-left h2 {
        font-size: 30px;
    }
    .aboutUS-left p {
        font-size: 14px;
        max-width: 648px;
        line-height: 31px;
    }
    .aboutmewrapper span, 
    .membership-folder span{
        font-size: 30px;
    }
    .aboutmewrapper P{
        max-width: 678px;
        font-size: 14px;
        line-height: 28px;
        margin-top: 15px;
    }
    .Monumentswrapper p{
        max-width: 657px;
        font-size: 14px;
        line-height: 28px;
        margin-top: 25px;
    }
    .Monuments-gallery-folder {
        display: flex;
        justify-content: center;
    }
    .pressawardwrapper{
        display: flex;
        flex-direction: column;
    }
    .press-award-left {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .press-award-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .press-award-left h2 {
        font-size: 45px;
        text-align: center;
    }
    .press-award-left p {
        font-size: 20px;
        max-width: 603px;
        line-height: 31px;
        text-align: center;
    }
    .press-award-blog-box {
        max-width: 230px;
    }
    .membershipwrapper{
        display: flex;
        flex-direction: column;
    }
    .membership-left {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .membership-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .membership-left h2 {
        font-size: 32px;
        text-align: center;
    }
    .membership-left p {
        font-size: 20px;
        max-width: 603px;
        line-height: 31px;
        text-align: center;
    }
    .membership-blog-box {
        max-width: 230px;
    }
    .contectuswrapper{
        display: flex;
        flex-direction: column;
    }
    .contectus-left{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0px;
    }
    .contectus-right{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner-input, .text-massege {
        border: 1px solid black;
    }
    .submit-btn {
        padding: 10px 50px;
        font-size: 22px;
        max-width: 182px;
        margin-top: 20px;
    }
    .contectus-image {
        max-width: 581px;
    }
    .aboutUS-section-folder-2{
        margin-top: 20px;
    }
    .india-logo{
        display: flex;
        justify-content: center;
    }
    .india-logo img {
        width: 240px;
        margin: 10px 0px 40px 0px;
    }
    .press-award-left ul {
        font-size: 14px;
        line-height: 32px;
        max-width: 83%;
        margin: auto;
        text-align: start;
    }
    .membership-folder ul {
        font-size: 14px;
        transform: translateX(22px);
    }
    .privacypolicywrapper p {
        font-size: 14px;
        line-height: 31px;
    }
    .aboutmewrapper ul {
        margin-left: 55px;
        line-height: 37px;
        font-size: 14px;
        text-align: start;
        max-width: 91.2%;
    }
    .Monuments-image{
        justify-content: center;
        display: flex;
    }
    .about-me-section, .Monuments-section, .membership-section, 
    .press-award-section{
        margin-top: 10px;
    }
    .footer-section.footer-new-folder {
        position: absolute !important;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .footer-contect-folder{
        position: inherit;
        bottom: 0%;
    }
    .new-logo-folder{
        max-width: 240px;
        margin: 0px auto 0px auto;
    }
    .press-award-blog-box-new-image {
        max-width: 498px;
    }
    .culture-des-container, 
    .indo-Japanese-relations-container, 
    .economic-container, 
    .defence-container, 
    .cultural-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    .aboutme-des-folder {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 19px;
        align-items: center;
    }
    .aboutme-family-image{
        max-width: 553px;
        margin: 28px auto;
    }
    .aboutme-call-of-native-home-image{
        margin-bottom: 24px;
    }
    .aboutme-call-of-native-home-image img{
        max-width: 77% !important;
    }
    .aboutMeText {
        max-width: 100%;
    }
    .aboutMeImage {
        max-width: 70%;
    }
    .aboutme-family-image img{
        width: 88% !important;
    }
    .family-image-title {
        padding: 0px 0px 0px 0px;
        max-width: 71%;
        margin: 0px auto 0px auto;
    }
    .india-thankyou-new-logo{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .banner-left h2 {
        font-size: 45px;
    }
    .banner-left span {
        font-size: 11px;
    }
    .banner-left p {
        font-size: 15px;
        max-width: 308px;
        line-height: 22px;
    }
    .about-me-section {
        margin-top: 2px;
    }

    .aboutme-des-folder{
        flex-direction: column;
    }

    .aboutMeImage,
    .aboutMeText{
        max-width: 100%;
    }

    .aboutMeImage{
        padding: 0 20px;
    }
    .aboutUS-section-folder-1 {
        margin-bottom: 50px;
    }
    .aboutUS-left {
        width: 100%;
    }
    .aboutUS-left h2 {
        font-size: 26px;
    }
    .aboutUS-left p {
        font-size: 13px;
        max-width: 354px;
        line-height: 22px;
        text-align: center;
        padding: 3px 14px;
    }
    .aboutUS-image {
        max-width: 308px;
    }
    .aboutmewrapper {
        text-align: center;
    }
    .aboutmewrapper span {
        font-size: 23px;
    }
    .aboutmewrapper P, 
    .Monumentswrapper p{
        max-width: 354px;
        font-size: 13px;
        line-height: 27px;
        text-align: center;
        margin: 10px auto;
        padding: 0PX 14PX;
    }
    .press-award-section, 
    .membership-section{
        margin-top: 10px;
    }
    .press-award-left h2 {
        font-size: 20px;
    }
    .press-award-left p {
        font-size: 15px;
        max-width: 353px;
        line-height: 24px;
        text-align: center;
        padding: 0px 13px;
    }
    .press-award-folder {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-bottom: 23px;
    }
    .press-award-blog-box {
        max-width: 148px;
    }
    .membership-left h2 {
        font-size: 20px;
    }
    .membership-left p {
        font-size: 15px;
        max-width: 353px;
        line-height: 24px;
        text-align: center;
        padding: 0px 13px;
    }
    .membership-folder {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 23px;
    }
    .membership-blog-box {
        max-width: 148px;
    }
    .inner-input, .text-massege {
        width: 308px;
        padding: 15px 20px;
    }
    .submit-btn {
        font-size: 15px;
    }
    .contectus-image {
        max-width: 309px;
    }
    .contectus-section {
        margin: 10px 0px 30px 0px;
    }
    .show-btn{
        font-size: 20px;
    }
    .menu li a{
        font-size: 20px;
    }
    .logo-title {
        font-size: 54px;
    }
    .logo-title2 {
        font-size: 13px;
    }
    .menu {
        margin-top: 17px;
    }
    .footerwrapper a, 
    .footerwrapper span{
        font-size: 10px;
    }
    .india-logo{
        display: flex;
        justify-content: center;
    }
    .india-logo img {
        width: 173px;
        margin: 10px 0px 20px 0px;
    }
    .Monuments-gallery-image-contenair {
        max-width: 325px;
        text-align: center;
    }
    .Monuments-gallery-folder {
        gap: 17px;
    }
    .aboutUS-left h2, 
    .aboutmewrapper h2, 
    .Monumentswrapper h2,
    .press-award-left h2, 
    .membershipwrapper h2{
        font-size: 30px;
        line-height: 38px;
    }
    .press-award-left ul {
        font-size: 13px;
        line-height: 32px;
        max-width: 85%;
    }
    .press-award-left {
        margin-bottom: 0px;
    }
    .membership-folder span {
        font-size: 21px;
    }
    .membership-folder ul {
        font-size: 13px;
        transform: translateX(7px);
        line-height: 30px;
    }
    .privacypolicywrapper {
        max-width: 89%;
    }
    .Interpretation-Definitions h2, 
    .Collecting-Using-Your-Personal-Data h2, 
    .Children-Privacy h2, .Links-Other-Websites h2, 
    .Changes-this-Privacy-Policy h2, 
    .Contact-Us h2, 
    .privacypolicywrapper h2 {
        font-size: 25px;
    }
    .privacypolicywrapper p {
        font-size: 13px;
        line-height: 22px;
    }
    .Interpretation-Definitions-des-list, 
    .Tracking-Technologies-and-Cookies-list ul, 
    .des-folder, 
    .Use-Your-Personal-Data-des-folder,
    .Personal-Data-list{
        transform: translateX(0px);
        font-size: 13px;
        line-height: 22px;
        list-style: none;
    }
    .Interpretation-Definitions span, 
    .Collecting-Using-Your-Personal-Data span {
        font-size: 19px;
    }
    .aboutmewrapper ul {
        margin-left: 35px;
        line-height: 27px;
        font-size: 13px;
        text-align: start;
        max-width: 89.2%;
    }
    .aboutUS-right {
        padding-top: 0px;
    }
    .footer-section {
        margin-top: 30px;
    }
    .footer-contect-folder {
        position: inherit;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 128px;
    }
    .aboutUS-section-folder-2 .logo{
        max-width: 173px;
        margin: 0px auto 0px auto;
    }
    .new-logo-folder {
        max-width: 173px;
        margin: auto;
    }
    .pressawardwrapper, 
    .membershipwrapper, 
    .contectuswrapper{
        margin-top: 20px;
    }
    .footer-section.footer-new-folder {
        position: inherit;
        bottom: auto;
        margin-top: 194px;
    }
    .footer-new-folder{
        margin-top: 70px;
    }
    .logo-container a{
        display: block;
        padding-left: 28px;
    }
    .logo-container img{
        width: 192px !important;
    }
    .menu li {
        margin: 6px 0px;
    }
    .aboutUS-left h2 {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .aboutmewrapper, 
    .Monumentswrapper {
        padding-top: 15px;
    }
    .press-award-blog-box-new-image{
        max-width: 309px;
    }
    .Disclosure-Your-Personal-Data ul {
        transform: translateX(0px);
        font-size: 13px;
        list-style: none;
    }
    .Contact-Us li{
        list-style: none;
    }
    .culture-des-container, 
    .indo-Japanese-relations-container, 
    .economic-container, 
    .defence-container, 
    .cultural-container {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    .aboutme-family-image{
        max-width: 334px;
        margin: 0px auto;
    }
    .aboutme-call-of-native-home-image-folder{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .aboutme-call-of-native-home-image-folder img {
        max-width: 78% !important;
    }
    .lb-dataContainer {
        width: 341px !important;
        padding-top: 24px !important;
    }
    .lb-outerContainer {
        width: 340px !important;
        height: auto !important;
    }
    .abutme-familty-image {
        width: 96%;
    }
    .aboutme-family-image img{
        width: 93% !important;
    }
    .aboutMeImage {
        margin-top: 10px;
    }
    .family-image-title {
        font-size: 11px !important;
        padding: 12px 0px 0px 0px;
        max-width: 73%;
        margin: 0px auto;
        line-height: 20px !important;
    }
    .india-thankyou-new-logo{
        display: none;
    }
}