* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input{
    border: none;
}
/* body{
    background-color: #FFFFFF;
} */

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

.btn-connect {
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
    color: #DC143C;

}

.nav-active {
    background: #DC143C;
}

.nav-active>a {
    color: #FFFFFF !important;
}

.uppercase {
    text-transform: uppercase;
}

.main-margin {
    padding-left: 107px;
    padding-right: 107px;
}

.main-margin-left {
    padding-left: 107px;
}

.contact-info-section {
    height: 32px;
    display: flex;
    justify-content: space-between;
    background-color: #DC143C;
    align-items: center;
    color: white;
}

ul .right-nav-items {
    display: flex;
    list-style: none;
}

ul {
    list-style: none;
}
.navbar-container{
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    height: 70px;
    background-color: #094260;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    justify-content: center;
    height: 60px;
}

.logo-section>a>img {
    height: 60px;
}

.nav-items>ul {
    display: flex;
    flex-wrap: wrap;
}

.nav-items>ul>li {
    margin-left: 48px;
}

.nav-items>ul>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.sub-menu>li:hover .sub-menu>li>a {
    color: #DC143C;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;

}

.sub-menu>li>a,
.nav-items>ul>li>a,
.active {
    position: relative;
}

.sub-menu>li>a::after,
.nav-items>ul>li>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    border-radius: 10%;
    left: 0;
    background-color: #DC143C;
    transform: scaleX(0);
    transition: transform 0.25s linear;
    /* transform-origin: bottom right; */
}

.sub-menu>li>a:hover::after,
.nav-items>ul>li>a:hover::after {
    transform: scaleX(1);
    /* transform-origin: bottom left; */
}

.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    border-radius: 10%;
    left: 0;
    background: #DC143C;
    /* transition: transform 0.25s; */
    /* transform: scaleX(1); */
    font-weight: 600;
}

.active:hover a::after {
    transform: scaleX(0) !important;
}

.custom-dropdown {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    border-top: 3px solid #DC143C;
    width: auto;
    min-width: 165px;
    background-color: #D9D9D9;
    /* padding: 8px; */
}

.sub-menu>li>a {
    color: #094260;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.sub-menu>li {
    padding: 8px 8px;
}

.custom-dropdown:hover .sub-menu {
    transition: transform 0.25s linear;
    display: block;
}

.custom-hamburger-menu {
    display: none;
}

.custom-hamburger-menu>img {
    height: 30px;
    width: 30px;
}

.book-appointment {
    background-color: #DC143C;
    display: flex;
    height: 44px;
    width: 265px;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 50%;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
    z-index: 10;
    margin-left: -111px;
    color: white;
}

@media screen and (min-width: 1369px) {
    .contact-us-content-container {
        margin-left: auto;
        margin-right: auto;
    }

    .destination-img {
        float: right;
    }
}

@media screen and (max-width: 1200px) {
    .active::after {
        content: none;
    }

    .navbar-container {
        display: flex;
        justify-content: space-between;
    }

    .navbar {
        width: 100%;
    }

    .sub-menu {
        position: unset;
    }

    .nav-items>ul {
        display: block;
        width: 100%;
        /* padding-left: 64px; */
        /* text-align: center; */
    }

    .nav-items>ul>li {
        margin-left: 107px;
        padding-top: 8px;
    }

    .right-nav-items>li:last-child {
        padding-bottom: 8px;
    }

    .custom-hamburger-menu {
        display: block;
        background: #094260;
        /* position: absolute;
        top: 48px;
        right: 64px; */
    }

    .nav-items {
        display: none;
        right: 0;
        background: #D9D9D9;
        position: absolute;
        top: 70px;
        width: 100%;
        z-index: 2;
    }

    .nav-items ul li a {
        color: #094260;
    }

    .sub-menu {
        background-color: unset;
        padding: 8px;
    }

    .main-margin {
        padding-left: 32px;
        padding-right: 32px;
    }

    .main-margin-left {
        padding-left: 32px;
    }
}

@media screen and (max-width:1110px) {
    .director-image {
        width: 498px;
        transform: translate(-19%, 0) !important;
    }
}

@media screen and (max-width:1000px) {
    .test-preparation-imgs {
        position: unset !important;
        transform: unset !important;
        width: 357px !important;
        height: 409px !important;
        margin-right: auto;
        margin-left: auto;
        margin-top: 70px;
    }

    .background-blue {
        width: 404px !important;
        height: 556px !important;
    }

    .connect-about-image-upper{
        height: 200px;
        width: 200px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .connect-about-image-lower {
        position: absolute;
        bottom: 17%;
        left: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-margin {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main-margin-left {
        padding-left: 24px;
        padding-right: 24px;
    }

    .director-msg-section {
        flex-direction: column;
    }

    .director-img-container {
        width: 100%;
    }

    .background-showcase {
        width: 100% !important;
        float: unset !important;
        position: unset;
    }

    .director-image {
        width: 100% !important;
        position: unset !important;
        top: 0;
        transform: unset !important;
        height: 480px !important;
    }
}

@media screen and (max-width:900px) {
    .form-inputs {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .main-margin {
        padding-left: 32px;
        padding-right: 32px;
    }

    .slider-content div {
        padding: 32px !important;
    }

    .connect-about-container div {
        padding-left: 0 !important;
        padding-right: 16px !important;
    }

    .main-margin-left {
        padding-left: 32px;
    }
}

@media screen and (max-width: 767px) {
    .connect-about-image-lower {
        position: unset !important;
        bottom: unset !important;
        left: unset !important;
    }

    .connect-about-container-right {
        margin-top: 83px;
    }

    .test-preparation-class {
        height: 800px !important;
    }

    .background-blue {
        width: 96% !important;
        float: none !important;
    }

    .test-preparation-imgs {
        padding-top: 100px;
    }
}
@media screen and (max-width: 700px) {
    .main-margin {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-items ul li {
        margin-left: 16px;
    }
}
@media screen and (max-width: 580px) {
    .contact-us-background-red {
        width: 250px !important;
    }
}

@media screen and (max-width: 500px) {
    .below-hero-section-img>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .hero-section {
        height: 380px !important;
    }

    .slider-content div {
        top: 0 !important;
        padding: 0 !important;
        left: 16px;
    }

    .item-centet,
    .below-hero-section-img {
        max-height: 175px;
        max-width: 300px;
    }

    .contact-info-section {
        flex-wrap: wrap;
        height: 70px;
    }

    .main-margin-left {
        padding-left: 16px;
    }

    .test-preparation-class {
        height: 765px !important;
    }

    .service-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .form-items {
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-us-overlay {
        height: 805px !important;
    }

    .contact-us-bg-img-container {
        height: 805px !important;
    }

    .test-preparation-imgs {
        /* transform: translate(25%, 7%) !important; */
        width: 310px !important;
        height: 310px !important;
    }

    .background-blue {
        margin-top: 40px;
        width: 96% !important;
        margin-right: 19px;
        height: 432px !important;
    }
}


/* lowest device responsive */
/* @media screen and (max-width: 320px){
    .item-centet, .below-hero-section-img{
        max-height: 175px;
        max-width: 300px;
    }


} */