.contact-style {
    background-image: url(images/contact.svg);
    background-position: top right;
    position: fixed;
    z-index: 0;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.abt header {
    height: 25vh
}

.abtmain {
    height: 75vh;


}

.bluehead {
    color: #003788;
}


.home {
    height: 100vh;
    overflow: hidden;
}

.abt-hidden {
    display: none;
}

.abt-hidden2 {
    display: flex;

}

.abthead {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.abtimg {
    /* position: relative; */
    /* top: 60px; */
    /* left: 10vh; */
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.abt-content-wrapper {
    min-width: 50%;
    max-width: 50%;
    overflow-y: scroll;
}

.contcont {
    left: 0px;
    /* UI Properties */
    /* font: normal normal 300 23px/34px var(--unnamed-font-family-poppins); */
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    letter-spacing: 0.69px;
    color: #000000;
    font-size: 20px;
    height: 100%;
    top: 15vh;


}

.contact-text {
    top: 50px;
    position: relative;


}

.conthead {
    height: 100px;
    /* UI Properties */
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    letter-spacing: 1.83px;
    color: #09469C;
    opacity: 1;
}

.abtcontentt {
    left: 0px;
    /* UI Properties */
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    letter-spacing: 0.69px;
    color: #000000;
    font-size: 20px;
    height: 100%;

}

.contimg {
    width: 100%;
}

.about-container {
    width: 90%;
    max-height: fit-content;
    float: right;
    overflow: auto;

}

.usa {
    color: #003788;
    font-weight: bold;
}

.row-contact {
    display: flex;
}

.contact .about-content {
    overflow-y: auto;
}

.contact-main .borderr:hover {
    background-color: #00AEAE;
}

.contact-address {
    width: 100%
}

.border-item {
    height: 100%;
    border-right: 1px solid #5C5959;
    /* 4px wide solid border with color #00AEAE */

}
.smollbutton{
    width: 60%;
}


@media only screen and (max-width: 1300px) {
    .abthead {
        /* font-size: 27px; */
        left: 1px;
        font-size: 30px;
    }



    .abt header {
        height: 20vh
    }

    .abtmain {
        height: 80vh;
   

    }

    /* .about-content {
        overflow-y: scroll;
       
        
    } */
    /* .about-container{
        overflow-y: scroll;
      
    } */

    .arroww {
        border: solid white;
        left: 20vh;
        border-width: 0 3px 3px 0;
        position: relative;
        display: inline-block;
        padding: 3.6px;
    }
}


@media only screen and (max-width: 767px) {
    .abt-content-wrapper {
        min-width: 50%;
        max-width: 100%;
        position: relative;
        width: 100%;

    }

    .serimgdiv {
        align-items: center;
        right: 100px;
        position: relative;
        display: flex;
        justify-content: center;
        background-size: cover;


    }

    .abt-hidden {
        display: block;
    }

    .abt-hidden2 {
        display: none;

    }

    .arrow-container {
        float: right;
        padding-right: 10px;
    }

    .serimg {
        width: 90%;


    }

    .conthead {
        position: relative;
        width: 100%;
        display: flex;
        font-size: medium;
        height: 5%;
        /* UI Properties */
        font: normal normal 300 23px/34px "Poppins", sans-serif;
        letter-spacing: 1.83px;
        color: #09469C;
        opacity: 1;
        margin-top: 50px;
    }



    .contimg {
        width: 70vw;
        justify-content: center;
        background-size: cover;
        /* UI Properties */
        opacity: 1;
        display: flex;

    }

    .home {
        overflow-y: auto;

    }

    .about-container {
        width: 90%;
        /* float: right; */
        float: none;
        margin: auto;
    }

    .borderr {
        width: 90vw
    }

    .arrow-container {
        float: right;
        padding-right: 20px;
    }

    .contact-style {
        background: none;
    }

    .contact-style-mobile {
        background-image: url(Images/contact\ mobile.svg);
        background-position: top right;
        position: fixed;
        z-index: 0;
        top: 150px;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
    }

    .contact .about-content {
        height: auto;
        /* overflow-y: auto; */
    }


    .abt-content-wrapper {
        height: 100%;
        overflow-y: visible;
    }

    .contact-main .about-content{
        margin-bottom: 80px !important;
    }
}

.contact-container .about-content{
    height: 100%;
    overflow-y: visible;
}


/* .contact-container .abt-content-wrapper,.contact-container .about-container{ */
    /* height: calc(100% + 100px); */
    /* height: max-content; */
    /* max-height: 80vh; */

/* } */
.blank-item{
    height:100px
}

@media only screen and (max-width: 767px) {
.contact-container .abtcontent {
     min-height: fit-content;
     margin-bottom: 160px;
    }
    .blank-item{
       display: none;
    }


}

@media (min-width: 768px) and (max-width: 1199px) {
    .abt header          { height: 18vh; }
    .abtmain             { height: 82vh; }
    .abt-content-wrapper { min-width: 55%; max-width: 55%; }
    .smollbutton         { width: 80%; }
}
