@media screen and (min-width: 1680px) {

    .container {

        max-width: 1504px;

    }

}



@media screen and (max-width: 1460px){

    #navbarNavDropdown{

        display: none !important;

    }

}



@media screen and (max-width: 1024px){


      .gl-service-content-section{
        padding: 48px 0;
    }


    .scc-section{
        padding: 150px 0 100px 0;
    }
    .rilc-wrapper{
        column-gap: 50px;
    }

    .gl-blog-wrapper{

        grid-template-columns: 1fr 1fr;

    }

    .footer-logo-wrapper{

        grid-template-columns: 1fr 1fr;

    }

    .gl-hero-wrapper{

        min-height: 70dvh !important;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    h1{

        font-size: 60px;

        letter-spacing: normal;

        line-height: normal;

    }

    .gl-btn{

        font-size: 16px;

    }

    .gl-about-wrapper{

        column-gap: 50px;

    }

    .gl-prev-wrapper .gl-prev-card{

        column-gap: 50px;

    }

    .section-padding{

        padding: 3rem 0;

    }



    .gl-insta{

        padding-top: 3rem;

    }



    .section-icon1,

    .section-icon2,

    .section-icon3,

    .section-icon4{

        width: 200px;

        height: 200px;

    }

    .gl-contact-map-wrapper{

        gap: 50px;

    }

}






@media screen and (max-width: 991px){

  


    .gl-prev-wrapper .gl-prev-card,
    .gl-about-wrapper{
        grid-template-columns: 1fr;

    }
    .gl-about-wrapper,
    .rilc-wrapper{

        grid-template-columns: 1fr;

    }
    .image-right .gl-r-left{
    order: 1 !important;
    }

    .image-right .gl-r-right{
    order: 2 !important;
    }

    .gl-refre-wrapper{

        grid-template-columns: 1fr;

    }



    .rilc-right{

        order: 1;

    }

    .rilc-left{

        order: 2;

    }

    .section-title p{

        max-width: 100%;

    }

}



@media screen and (max-width: 850px) {

    .swiper-pagination-bullet{

        width: 40px;

    }

    h2{

        font-size: 40px;

    }

    .section-title h2{

        font-size: 40px;

    }

    .gl-prev-content{

        gap: 5px;

    }

    .gl-prev-wrapper{

        gap: 30px;

    }



    .gl-prev-wrapper .gl-prev-card{

        gap: 30px;

    }

    .header-cta-btn-container .gl-btn,

    .header-address-wrap-outer{

        display: none !important;

    }

    .header-small-btn{

        display: flex;

        gap: 20px;

    }



    .header-small-btn a{

        display: flex;

        align-items: center;

        gap: 10px;

    }



    .header-small-btn a span:first-child{

        width: 40px;

        height: 40px;

        background-color: var(--g-yellow);

        display: flex;

        align-items: center;

        justify-content: center;

        color: var(--text-clr);

    }

    .header-small-btn a span:nth-child(2){
        font-weight: 600;
    }



    .header-brand{

        width: 150px;

    }

    .sticky-navbar .sticky-right-section .gl-btn{

        display: none;

    }

}



@media screen and (max-width: 768px){
    .hero-small-wrapper{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .hero-hidden {
        min-height: 50dvh;
    }
    .hero-hidden .gl-hero-wrapper{
        display: none;
    }
    .hero-small-section{
        display: block;
    }
    .hero-small-wrapper{
    padding: 20px 0 50px 0;
    }
    

    h2{
        font-size: 26px;
        line-height: 32px ;
    }
    .section-title h3{
        font-size: 24px;
        line-height: 1.5;
    }

    .gl-refer-img-bg{

        display: none;

    }

    .gl-contact-map-wrapper{

        grid-template-columns: 1fr;

    }

    .gl-footer-main{

        grid-template-columns: 1fr;

    }

    .gl-footer-map{

        height: 300px;

    }

    .footer-logo-wrapper{

        grid-template-columns: 1fr;

        gap: 50px;

    }

    .section-icon1,

    .section-icon2,

    .section-icon3,

    .section-icon4{

        display: none;

    }

    .section-title h2{

        font-size: 32px;

    }

    .accordion-button{

        font-size: 20px;

    }

    .gl-form-wrapper{

        padding: 50px 30px;

    }

}



@media screen and (max-width: 650px){



    .team-nav-btn button,

    .slider-nav-btn-small button{

        display: block;

        width: 40px;

        height: 40px;

        background-color: transparent;

        border: 1px solid var(--text-clr);

        color: var(--text-clr);

        border-radius: 50%;

        font-size: 22px;

        transition: var(--anim);

        flex-shrink: 0;

    }

    .team-nav-btn,

    .slider-nav-btn-small{

        display: flex;

        align-items: center;

    }

    .gl-office-wrapper .slider-container .sl-nav-btn{

        display: none;

    }

    .gl-blog-wrapper{

        grid-template-columns: 1fr;

    }

}



@media screen and (max-width: 575px){
    .gl-testimonial .swiper-pagination{
        transform: translateY(-16px);
        margin-top: 0;
    }
    .t-slide-card{
        padding-bottom: 30px;
    }
    .swiper-button-next, .swiper-button-prev{
        bottom: 0;
        top: auto;
    }
    .header-small-btn{
        gap: 10px;
    }
    .header-right-section{
        gap: 10px;
    }
    .swiper-pagination-bullet{
        width: 25px;
    }
    .gl-footer-main .gl-footer-info .gl-f-info ul{
        gap: 10px;
    }
    .gl-insta-wrapper{
        gap: 10px;
    }
    .gl-insta::after{
        height: 3.5rem;
    }
    .gl-c-form .gform-field-label{
        font-size: 16px !important;
    }

    

    .sticky-navbar .navbar-brand{

        width: 100px;

    }

    .header-brand{

        width: 100px;

    }

    .section-title p{

        font-weight: 400;

        line-height: 30px;

    }

    .accordion-button{

        padding-top: 15px;

        padding-bottom: 15px;

        font-size: 16px;

    }

    .section-title h3{

        font-size: 20px;

    }

    h3{

        font-size: 20px;

    }

    .right-header{

        gap: 20px;

    }

    .gl-error-wrapper h1{

        font-size: 60px;

    }

    .gl-error-wrapper h2{

        font-size: 30px;

    }

    .gl-error-wrapper p{

        font-size: 16px;

    }

    .officeSlider .swiper-slide img{

        height: 300px;

    }

    .team-slider-nav{

        display: none;

    }

    .header-small-btn a span:nth-child(2){

        display: none;

    }

    .gl-hero-wrapper{

        justify-content: end;

        padding-bottom: 45px;

        padding-top: 150px;

    }

    h3{

        font-size: 22px;
        line-height: 1.5;

    }

    body{

        line-height: normal;

    }



    .t-slide-card{

        width: 100%;

    }

    .section-title h2{

        font-size: 26px;

    }

    .cta-wrapper{

        padding: 30px;

    }

    .gl-prev-wrapper .gl-prev-card .gl-prev-content .gl-btn{

        margin-top: 0;

    }

    h1{

        font-size: 46px;

    }

    .gl-insta .section-title a{

        font-size: 20px;

    }

    .gl-footer-main .gl-footer-info .gl-f-info h4{

        font-size: 18px;

    }

    .gl-contact-map .section-title p{

        font-size: 16px;

    }

    .gl-testimonial .section-title h2{

        text-align: center;

    }

    .gl-form-wrapper{

        padding: 30px;

    }

}



@media screen and (max-width: 425px){
    .swiper-pagination-bullet{
        width: 13px;
    }

    .gl-footer-main .gl-footer-info{

        padding: 15px;

    }

    .gl-btn{

        font-size: 14px;

    }

    .custom_side-menu{

        width: 100%;

    }

}



@media screen and (max-width: 375px){

    .header-brand{

        width: 100px;

    }

    .header-right-section{

        gap: 5px;

    }

    .right-header,

    .header-small-btn{

        gap: 5px;

    }

}