@media (max-width:1170px) {
    
    iframe {
        width: 500px;
        height: 200px;
    }
}



@media (max-width:991px) {
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.0rem;
        line-height: 22px;
    }

    p {
        font-size: 0.856rem;
    }

    .secondary-white-btn {
        padding: 0.125rem 1.375rem;
        line-height: 1.2625rem;
        background-color: transparent;
        color: var(--primary-text);
        border: 0.1675rem solid var(--bg-white);
        font-size: 0.7375rem;
        font-weight: 400;

    }

    .about-us-section{
        padding:5px;
        height:auto;
    
    }
    .container{
        margin:10px;
    }

    /* .header-wrapper .navbar-wrapper {
        border-radius: 0px;
        width: 100%;
    }

    .navbar .navbar-nav {
        padding-left: 12px;
        padding-right: auto;
    } */

    a.white-btn {
        margin-top: 15px;
    }

    #top-bar {
        display: none;
    }

    table{
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0.4rem;
        line-height: 1.388rem;
    }
}

@media (max-width:820px) {
    h1 {
        font-size: 1.64rem !important;
    }

    h2 {
        font-size: 0.89rem;
        line-height: 20px;
    }
    iframe {
        width: 400px;
        height: 200px;
    }
    ol, ol li a {
        font-size: 1rem;
        color:black;
    }
    .text-size-big {
        font-size: 3.37rem;
        line-height: 1.2;
    }
    
}

@media (max-width:767px) {

   

    h1 {
        font-size: 2.0rem;
    }

    h2 {
        font-size: 18px;
        line-height: 22px;
    }

    label,
    form span,
    .form-control {
        font-size: 0.9rem !important;
        line-height: 22px !important;
        font-weight: 500 !important;
    }

    p {
        font-size: 0.856rem;
    }
    h3{
        font-size: 0.825rem!important;
    }
    .text-size{
        font-size: 0.656rem!important;
    }
    lable {
        font-size: 0.656rem;
    }

    .secondary-white-btn {
        padding: 0.125rem 1.275rem;
        line-height: 1.5625rem;
        background-color: transparent;
        color: var(--primary-text);
        border: 0.1675rem solid var(--bg-white);
        font-size: 0.8375rem;
        font-weight: 400;
    }
    iframe {
        width: 300px;
        height: 150px;
    }
    table{
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0.3rem;
        line-height: 1.288rem;
    }
    ol, ol li a {
        font-size: 0.9rem;
        color:black;
    }
    .text-size-big {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media (max-width:590px) {
    .banner-section {
        height: 200px !important;;
    }
h2{
    font-size: 16px;
}
    h3{
        font-size: 0.725rem!important;
    }
    p {
        font-size: 12px!important;
    }
    iframe {
        width: 200px;
        height: 100px;
    }
    .text-warning{
        font-size: 14px!important;
    }
    table{
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0.3rem;
        line-height: 1.288rem;
    }
    ol, ol li a {
        font-size: 0.8rem;
        color:black;
    }
    .text-size-big {
        font-size: 18px;
        line-height: 1.2;
    }
}