﻿:root {
    --border: #a5b1d2;
    --text-color: #333;
}
@media screen and (max-width:1165px) {
    nav, .sideMenu{
        display: none;
    }
    .responsiveNav{
        width:100%;
    }
    .resNav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        z-index: 99;
        padding: 2vw 5vw;
        border-bottom:1px solid var(--border);
    }
    
    #check {
        display: none;
    }
    .resNavMenu {
        background: white;
        position: fixed;
        top: 135px;
        padding: 6vw;
        left: -100%;
        height: 100vh;
        width: 100%;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .resNavMenu a{
        font-size: 4vw !important;
        margin-bottom: 2vw !important;
    }
    .mainContainer {
        margin-top: 8%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1355px){
    .submit {
        top: 14%;
    }
    .Btn {
        bottom: 2rem;
    }
    .containPara .Img {
        height: 60vh;
    }
    .lawPdf iframe{
        height:650px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .resNavIcon {
        width: 50%;
    }

    .resNavCheck i {
        font-size: 3.5vw;
    }

    .resNavMenu {
        background: white;
        position: fixed;
        top: 70px;
        padding: 2vw;
        left: -100%;
        height: 100vh;
        width: 100%;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .resNavMenu a {
        font-size: 3vw !important;
        margin-bottom: 3vw !important;    
    }
        

    .Btn {
        bottom: 2rem;
    }

    span {
        font-size: 1.7vw;
    }

    a, p {
        font-size: 1.4vw !important;
    }

    .pageOne .mainBox {
        min-height: 80vh;
    }
    .pageFour {
        min-height: 80vh;
    }
    .rightColumn {
        min-height: 40vh;
        padding: 0 3vw;
    }
    .lawPdf iframe {
        height: 650px !important;
    }
    .mainContainer {
        margin-top: 8%;
    }
    .submit{
        top:9%;
    }
    .galleryContainer {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .resNavCheck {
        font-size: 4vw;
    }

    .pageOne .mainBox {
        min-height: 70vh;
    }

    h2 {
        font-size: 3vw !important;
    }

    a, p {
        font-size: 1.7vw !important;
    }

    .line-header-hidden-mask {
        margin-top: 11vw;
    }
    .rightColumn .newOne .number {
        width: 4vw;
        height: 4vw;
    }
    .rightColumn .newOne {
        gap: 2vw;
    }
    .title{
        font-size:2vw;
    }
    .rightColumn {
        padding: 0 11vw;
        flex-wrap: wrap;
    }
    span{
        font-size:2vw;
    }
    .v-text .blue-light {
        font-size: 1.5vw !important;
    }
    .Btn {
        bottom: 2rem;
    }
    .submit{
        top:16%;
    }
    h4 {
        font-size: 2vw !important;
    }
    .slider .slider-item .text{
        font-size:1.9vw;
    }
    .pageTen {
        padding-top: 4vw;
    }
    h6 {
        font-size: 2.2vw !important;
    }
    .list .listItem {
        width: 36.1944vw;
    }
    .stickyContainer {
        margin-right: 3.77778vw;
    }
    .borderR {
        border-right:none;
    }
    .rightColumn .newOne{
        height:auto;
    }
    .law .lawImg {
        width: 90%;
    }
    .lawPdf iframe {
        height: 650px !important;
        width: 78%;
    }
    .contactIcon {
        width: 8vw;
        height: 8vw;
    }
    .galleryContainer {
        padding: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pageOne .mainBox {
        min-height: 70vh;
    }

    .resNavIcon {
        width: 60%;
    }

    .resNavCheck {
        font-size: 4vw;
    }

    .resNavMenu {
        top: 80px;
        gap: 2vw;
    }

    .submit {
        display: none;
    }

    a, p {
        font-size: 2.6vw !important;
    }

    h2 {
        font-size: 4.5vw !important
    }

    .rightColumn {
        padding: 0 11vw;
        flex-wrap: wrap;
    }

        .rightColumn .newOne .number {
            width: 6vw;
            height: 6vw;
        }

        .rightColumn .newOne {
            height: auto;
            width:100% !important;
            gap: 1.8vw;
        }

    .title {
        font-size: 3.3vw;
    }

    span {
        font-size: 3vw;
    }

    line-header-hidden-mask {
        width: 0 !important;
        height: 0 !important;
    }

    .leftColumn {
        display: none;
    }

    .line-header {
        display: none;
    }

    .rightClm {
        flex-wrap: wrap;
    }

        .rightClm:nth-child(even) {
            flex-direction: column-reverse;
        }

    .pageOne .mainBox {
        flex-wrap: wrap;
    }

        .pageOne .mainBox .boxOne, .rightClm .boxOne {
            width: 100%;
        }

        .pageOne .mainBox .boxTwo, .rightClm .boxTwo {
            width: 100%;
        }

    .pageFour .containerEgg {
        flex-direction: column;
        gap: 5vw;
    }

    .containerEgg .leftEgg {
        margin-left: 0px;
    }

    .containerEgg .rightEgg, .containerEgg .leftEgg {
        width: 75.36vw;
        height: 96.36vw;
    }
    .containerEgg .leftEgg{
        margin-top:-17vw;
    }
    .arrowCon {
        width: 15vw;
    }

    .nextFooter {
        flex-wrap: wrap;
    }

    .First {
        border-right: none;
        border-bottom: 1px solid var(--border);
        width: 100%;
        padding: 0 10vw;
    }

    .Second, .Third {
        width: 50%;
    }

    h6 {
        font-size: 3.2vw !important;
    }

    .accoItem {
        flex-direction: column;
        gap: 3vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

        .accoItem .lSide {
            width: 95%;
            min-width: 95%;
            padding-right: 3.47222vw;
        }

        .accoItem .rSide {
            width: 100%;
            min-width: 100%;
            padding-right: 1.63889vw;
            padding-left: 1.6vw;
        }

        .accoItem .cross {
            width: 5vw;
        }

    .footThree h5 {
        padding-left: 2rem;
        font-size: 2.8vw;
    }

    .stickyContainer {
        width: 100%;
        height: auto;
        min-height: auto;
        min-width: 100%;
        margin-right: 7.77778vw;
    }

    .searchContainer {
        flex-direction: column;
    }
    .list .listItem {
        width: 100%;
        margin-bottom: 2.38889vw;
        padding: 2.08333vw 3.5vw 2.47222vw; 
    }
    .contactIcon {
        width: 10vw;
        height: 10vw
    }
    .borderR {
        border-right: none;
    }
    .lawPdf iframe {
        height: 650px !important;
    }
    .content h2{
       font-size: 6.8vw !important;
    }
    .galleryContainer {
        padding: 0;
    }
    .gallery {
        padding: 3rem 0px 3rem 20px;
    }
    .Btn {
        bottom: 3.6rem;
        height: 60px;
        width: 60px;
    }
 }
@media screen and (max-width: 479px) {
    .pageOne .mainBox {
        min-height: 70vh;
    }
    .resNavIcon {
        width: 72%;
    }
    .resNavCheck {
        font-size: 6.5vw;
    }
    .resNavMenu {
        top: 60px;
        gap: 9vw;
    }
    .resNavMenu a {
        font-size: 4.5vw !important;
    }
    .submit {
        display: none;
    }
    a, p {
        font-size: 4.5vw !important;
    }
    h2 {
        font-size: 6vw !important
    }
    .pageOne .mainBox .boxOne {
        padding: 6vw 7vw;
        gap: 1rem;
    }
    .rightColumn {
        padding: 0 11vw;
        flex-wrap: wrap;
    }

    .rightColumn .newOne .number {
       width: 9vw;
       height:9vw;
    }

    .rightColumn .newOne {
        height: auto;
        width: 100% !important;
        gap: 0.8vw;
    }      

    .title {
        font-size: 4.5vw;
    }

    span {
        font-size: 4.5vw;
    }

    line-header-hidden-mask {
        width: 0 !important;
        height: 0 !important;
    }

    .leftColumn {
        display: none;
    }

    .line-header {
        display: none;
    }

    .rightClm {
        flex-wrap: wrap;
    }

    .rightClm:nth-child(even) {
       flex-direction: column-reverse;
    }

    .pageOne .mainBox {
        flex-wrap: wrap;
    }

        .pageOne .mainBox .boxOne, .rightClm .boxOne {
            width: 100%;
        }

        .pageOne .mainBox .boxTwo, .rightClm .boxTwo {
            width: 100%;
            height: 50vh;
        }

    .pageFour .containerEgg {
        flex-direction: column;
        gap: 5vw;
    }

    .containerEgg .leftEgg {
        margin-left: 0px;
    }

    .containerEgg .rightEgg, .containerEgg .leftEgg {
        width: 75.36vw;
        height: 96.36vw;
    }

    .containerEgg .leftEgg {
        margin-top: -17vw;
    }

    .arrowCon {
        width: 15vw;
    }

    .nextFooter {
        flex-wrap: wrap;
    }

    .First {
        border-right: none;
        border-bottom: 1px solid var(--border);
        width: 100%;
        padding: 22px 10vw;
    }

    .Second{
        width: 58%;
    }
    .Third {
        width: 42%;
    }

    h6 {
        font-size: 4.5vw !important;
    }
    .acoContainer {
        padding: 6.25vw 6.20833vw 6.25vw 6.77778vw;
    }
    .accoItem {
        flex-direction: column;
        gap: 3vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

        .accoItem .lSide {
            width: 95%;
            min-width: 95%;
            padding-right: 3.47222vw;
        }

        .accoItem .rSide {
            width: 100%;
            min-width: 100%;
            padding-right: 1.63889vw;
            padding-left: 1.6vw;
        }
    .accoItem .cross {
          width: 6vw;
          margin-top: 7vw;
    }
    .footThree h5 {
        padding-left: 1.7rem;
        padding-right: 120px;
        font-size: 3.5vw;
        line-height: 6vw;
        letter-spacing: 0.2vw;
    }
    .stickyContainer {
        width: 100%;
        height: auto;
        min-height: auto;
        min-width: 100%;
        margin-right: 7.77778vw;
    }
    .searchContainer {
        flex-direction: column;
    }

    .list .listItem {
        width: 100%;
        margin-bottom: 2.38889vw;
        padding: 2.08333vw 3.5vw 2.47222vw;
    }

    .contactIcon {
        width: 12vw;
        height: 12vw
    }

    .borderR {
        border-right: none;
    }

    .lawPdf iframe {
        height: 400px !important;
        width: 100% !important;
    }

    .content h2 {
        font-size: 6.8vw !important;
    }
    .Second a, .Third a {
        margin-bottom: 3.9vw !important;
        font-size: 4.5vw !important;
    }
    .formContainer .formHeader {
        padding: 30px 11px 23px !important;
    }
    .nameContain input, .radioContain select, .nameContain textarea {
        font-size: 14px !important;
    }
    .formPage .formContainer {
        width: 90%;
        max-width: 90% !important;
    }
    .rLabel span {
        font-size: 11px !important;
    }
    .partnerImg{
        height:35vh !important;
    }
    .cursor{
        width:0;
    }
    .aboutContainer {
        padding-left: 6.77778vw;
    }
    .aboutSliderItem {
        flex-direction: column;
        gap: 5vw;
    }
    .aboutSliderItem .leftSide {
        width: 100%;
    }
    .aboutRight {
        right: 14%;
    }
    .sliderBox {
        width: 83.88888888888889vw;
        height: 91.66666666666667vw;
        min-height: 91.66666666666667vw ;
        min-width: 83.88888888888889vw;
        margin-right: 0vw;
        margin-bottom: 0vw;
        margin-left: 0vw;
    }
    .pageFive .subFive, .pageSix .subFive {
         padding-right: 0; 
    }
    .webContent h4 {
        font-size: 6.3vw !important;
    }
    .slider .slider-item {
        width: 83.88888888888889vw;
        height: 100.88vw;
        min-height: 100.88vw;
        min-width: 83.88888888888889vw;
        margin-right: 5.555555555555555vw;
    }
    .slider .slider-item img {
        height: 85vw;
        min-height: 85vw;
    }
    .slider .slider-item .text {
        width: 100%;
        min-width: 100%;
        font-size: 5.3vw;
    }
    .pageFive .subFive, .pageSix .subFive {
        height: 93vh;
        justify-content: center;
    }
    .footerPage {
        margin-top: -6.5%;
    }
    h3 {
        font-size: 3.8vw !important;
    }
    .galleryContainer {
        display: grid;
        grid-template-columns: none;
        padding: 0 0rem;
    }
    .gallery {
        padding: 3rem 0 3rem 20px;
    }
    .Btn {
        right: 8%;
        bottom: 2.5rem;
        height: 65px;
        width: 65px;
    }
}