/* // Medium devices (tablets, 768px and up) */
@media (max-height: 900px) {

    .scroll-down-left {
        position: absolute;
        /* right: 20px; */
        bottom: 0.5rem;
        font-size: 12px;
    }

    .scroll-down {
        display: none;
    }

    .header {
        min-height: 1000px;
        height: 1000px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 40%;
    }

    p {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }

    .main {
        top: 1100px;
    }

    .contact-icons {
        height: 30px;
        width: 30px;
    }

    .main,
    .footer {
        height: 320px;
    }

    .btn-circular {
        padding-top: 5px;
    }

    .section1 {
        height: 800px;
        margin-top: 2%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }


    .row h2 {
        font-size: 100%;
        font-weight: 700;
    }


    .navbar-custom {
        width: 100%;
    }

    .nav-item,
    .btn-warning {
        font-size: 0.8rem;
    }

    .title-sections {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .numbers {
        font-size: 150%;
        margin-bottom: 0 !important;
        padding-bottom: 0.5rem !important;
    }

    .footer {
        bottom: 0px;
        position: absolute;
    }


    .footer li,
    .footer p {
        font-size: 0.6rem;
    }

    .scroll-down {
        position: absolute;
        right: 20px;
        bottom: 0.5rem;
        font-size: 12px;
    }


    .footer-ul-media {
        padding-left: 0;
    }

    .media li {
        padding: 5px 5px;
        height: 2rem;
        width: 2rem;
    }

    .address {
        line-height: 1.5rem;
    }

    .address span {
        font-size: 1rem;
    }

    .address p {
        font-size: 0.6rem;
    }

    .map {
        padding-top: 0;
        align-items: center;
        height: 100%;
        align-items: flex-start;
        padding-left: 0 !important;
    }

    .map iframe {
        height: 100%;
        width: 100%;

    }
}



/*LAPTOP WIDER*/
@media (min-height: 901px) and (max-height: 1100px) {
    .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .map {
        margin-top: 24px;
    }

    p {
        font-size: 14px;
    }

    .title-sections,
    .numbers {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .map {
        margin-top: 0 !important;
        padding-top: 0 !important;
        align-items: center;
    }

    /* .map iframe {
        height: 90%;
    } */
}

/*LAPTOP MINI*/
@media (max-width: 1280px) {
    .nav-item {
        font-size: 0.7rem;
    }

    .nav-link {
        padding: 0.5rem 0.5rem;
    }

    /* .map {
        align-items: flex-end;
    } */

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 10px;
    }

    .map iframe {
        height: 95%;
    }

    .main {
        top: 1100px;
    }

    .scroll-down {
        display: none;
    }
}

@media (min-height: 600px) and (max-width: 1400px) {
    .map {
        height: 30%;
        align-items: flex-start;
        padding-left: 0 !important;
    }

    .map iframe {
        height: 100%;
        width: 100%;
    }
}

/*LAPTOP WIDE minimize*/
@media (min-width: 1300px) and (max-width: 1888px) and (min-height: 800px) and (max-height: 901px) {
    .main {
        top: 900px;
    }

    .map {
        height: 50%;
        align-items: center;
    }
}


/*LAPTOP MINI minimize*/
@media (max-width: 1280px) and (min-width: 1025px) and (min-height:1000px) and (max-height:1279px) {
    p {
        font-size: 10px;
    }

    .main {
        top: 1300px;
    }

    .map {
        align-items: flex-start;
        padding-top: 0;
        margin-top: 0;
    }

    /* .map iframe {
        height: 55%;
    } */
}

/*DESKTOP MINIMIZE*/
@media (max-width: 1280px) and (min-width: 1025px) and (min-height:1280px) {
    .main {
        top: 1050px;
    }

    .container-join {
        height: 90vh;
    }

    .map iframe {
        height: 50%;
        width: 80%;
    }
}


@media (max-width: 1024px) {

    .scroll-down-left {
        display: none;
    }

    .row h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 100%;
        padding-bottom: 2%;
        padding-top: 2%;
    }

    .header {
        min-height: 1200px;
        /* height: 90vh; */
        height: 1200px;
    }

    .intro-section,
    .container-join,
    .image-join,
    .section2 {
        height: 1200px;
        /* height: 70vh; */
    }

    .title-sections {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .intro-column {
        padding-right: 25px;
    }

    h1 {
        font-size: 2rem;
    }

    .row h3 {
        font-size: 0.8rem;
    }

    .quote-white {
        font-size: 12px;
        line-height: 1.5rem;
    }

    .orange-button {
        font-size: 1rem;
    }

    p,
    .light-gray {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }

    .numbers {
        font-size: 2rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .main {
        /* top: 80vh; */
        top: 1300px;
        height: 300px;
    }


    .media li {
        padding: 5px 5px;
        height: 2rem;
        width: 2rem;
    }

    .footer-ul li {
        display: none;
    }

    .footer {
        bottom: 0px;
        left: 0;
        position: absolute;
        margin-left: 0;
        padding-left: 0;
        height: 380px;
        justify-content: center;
    }

    .footer li,
    .footer p {
        font-size: 11px;
    }

    .address {
        padding-left: 1rem;
    }

    .footer .logo-footer .col-md-5,
    .footer .list .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-ul-media {
        padding-left: 0;
    }

    .address span {
        font-size: 1rem;
    }

    .address p {
        font-size: 0.6rem;
    }

    .map {
        padding-top: 0;
        align-items: flex-start;
        height: 30%;
    }

    .map iframe {
        height: 100%;
        width: 100%;
    }


    .tablet-show-only {
        display: contents;
    }

    #tablet-contact {
        display: block;
    }

    .tablet-hide-only {
        display: none;
    }

    .nav-item {
        text-align: right;
    }


}


@media (min-width: 576px) and (max-width: 1024px) and (min-height: 601px) and (max-height: 760px) {
    .main {
        top: 1100px;
        height: 300px;
    }

    p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .numbers {
        display: none;
    }

    /* .map iframe {
        height: 140px;
    } */

    .map {
        align-items: flex-start;
    }

    h1 {
        font-size: 1.3rem;
        padding-bottom: 0;
    }

    .pb-3 {
        padding-bottom: 0 !important;
    }


}

@media (min-width: 576px) and (max-width: 1024px) and (max-height: 600px) {
    .main {
        top: 1300px;
        height: 300px;
    }

    p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .numbers {
        display: none;
    }

    .map iframe {
        height: 90%;
    }

    h1 {
        font-size: 1.3rem;
        padding-bottom: 0;
    }

    .pb-3 {
        padding-bottom: 0 !important;
    }


}


/*IPAD MINI*/
@media (max-width: 768px) {
    .numbers {
        display: none;
    }

    .main {
        top: 1300px;
    }
}


/*LAPTOP WIDE minimize*/
@media (max-width: 768px) and (min-height: 801px) {
    .main {
        top: 1300px;
    }
}

/*LAPTOP MINI minimize*/
@media (max-width: 767px) and (max-height:600px) {
    .main {
        top: 1300px;
    }
}

/*LAPTOP MINI minimize*/
@media (max-width: 767px) and (max-height:800px) {
    .main {
        top: 1300px;
    }
}

/*MOBILE*/
@media only screen and (max-width: 575px) {

    .numbers {
        display: block;
    }

    .tablet-show-only,
    #tablet-contact {
        display: none;
    }

    .tablet-hide-only {
        display: block;
    }

    .nav-item {
        text-align: center;
    }


    .row {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .container-join {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }

    .section2 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        position: relative;
        height: 100%;
    }

    .numbers {
        width: 5%;
        margin-bottom: 10%;
    }

    .title-sections {
        padding-top: 0.5rem !important;
    }

    .img12 {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main {
        top: 1600px;
    }

    .header,
    .intro-section,
    .container-join {
        height: 1500px;
    }

    .text-box3-container {
        width: 100%;
        height: 90%;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .text-box3 {
        padding-bottom: 0;
        padding-left: 0;
        height: 100%;
        padding-top: 5%;
        width: 100%;
    }


    .footer {
        padding-right: 0;
    }

    .media {
        padding-left: 0;
        padding-top: 8%;
    }

    .media img {
        width: 75%;
    }

    .address {
        padding-left: 0;
    }

    .map {
        padding-top: 1.5rem;
        align-items: flex-start;
        padding-left: 0 !important;
        height: 20%;
    }

    .map iframe {
        height: 100%;
        width: 1000px;

    }

    .scroll-down {
        position: absolute;
        right: 5px;
        bottom: 27rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #262D66;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        z-index: 9;
    }

    .scroll-down-left {
        position: absolute;
        left: 5px;
        bottom: 27rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #262D66;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        z-index: 9;
    }

    .scroll-down span {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        background-color: lightgrey;
        opacity: 0.9;
        padding: 0.5rem;
        border-radius: 30px;
        /* border: 2px #9bc6ba solid; */
    }

    .scroll-down-left span {
        writing-mode: vertical-lr;
        text-orientation: mixed;
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        background-color: lightgrey;
        opacity: 0.9;
        padding: 0.5rem;
        border-radius: 30px;
    }

    @keyframes bounce-1 {

        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-15px)
        }

        100% {
            transform: translateY(0)
        }
    }

    .px-5 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

}

/* LAPTOP MINI MINIMIZE*/
@media (max-width: 430px) and (max-height: 600px) {

    .scroll-down,
    .scroll-down-left {
        display: none;
    }

}


/* // X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {} */

/* // Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { */