@media (max-width:1200px) {
    
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    
}


/************ Main **************/

@media (max-width: 991px) {
    .top-bar ul li { padding: 0px 10px; }
    header li.nav-item { text-align: center; }
    header li.nav-item { border-bottom: 1px solid var(--orange); }
    header li.nav-item:last-child { padding: 15px 0; }
    .banner-sec .row { row-gap: 35px; flex-direction: column-reverse; }
    .banner-content h2 { font-size: 30px; line-height: 40px; }
    .about-ergate { padding: 0 0 50px; }
    .about-ergate .row { row-gap: 35px; }
    .site-title { font-size: 35px; line-height: 40px; }
    .work-sec ul { flex-direction: column; row-gap: 35px; }
    .work-sec ul li .work-box-img:before, .work-sec ul li .work-box-img:after { display: none;}
    .work-box p { padding: 20px; }
    .work-sec { padding: 70px 0 0; }
    .tab-top-btn { font-size: 20px; line-height: 28px; background-color: #15154b; padding: 15px 30px; margin: 0 0 20px; border-radius: 60px!important; min-width: 325px; display: inline-block; }
    .second-layer-tab li a.nav-link, .second-layer-tab li a.nav-link.active { margin: 0; font-size: 14px; line-height: 24px; }    
    .contact-sec .row { row-gap: 35px; }
    .contact-sec h3.site-title { font-size: 24px; margin-top: 50px; line-height: 30px; }
    .map iframe {width: 100%;}
    .getintouch .row { row-gap: 0; }
    .pp-table { flex-direction: column; align-items: center; row-gap: 15px;}
    .pp-table-inner { width: 100%; }
    .pp-table-inner.pp-reseller { transform: scale(1); }
    .newsletter form, .search-domain form { display: block; width: 100%; }   
    a.nav-link.btn-enquiry { display: inline-block;}
    .navbar-toggler {
        height: 30px;
        margin: 0 0 0 0;
    }    
    nav.sticky a.navbar-brand img {
        width: 80%;
    }    
    .navbar-light .navbar-toggler {
        background: none;
        border: none;
        position: relative;
        right: 0;
        top: 0;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }
    .navbar-toggler span {
        display: block;
        background-color: var(--blue);
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }
    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(3) {
        -webkit-transition: transform .35s ease-in-out;
        -moz-transition: transform .35s ease-in-out;
        -o-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }
    
    .navbar button.navbar-toggler {
        position: relative;
    }
    .footer_detail .ft_logo {
        padding: 40px 0 30px 0;
    }
    .footer_detail h3 {
        font-size: 18px;
    }
    .footer_detail .inner {
        padding: 5px 0 40px 0;
    }
    
}

@media (max-width: 767px) {
    html {
        -webkit-text-size-adjust: none;
    }
    .ft_social {
        justify-content: center;
    }
    .copyright-content {
        text-align: center;
    }
    .copyright-content ul {
        justify-content: center;
    }
    .copyright .row {     
        text-align: center;
        row-gap: 20px;
    }            
    
    h3.section-title {     
        font-size: 20px;      
    }
    .newsletter p {     
        font-size: 16px;        
    }        
    .login-content{     
        padding: 15px;
    }
    .register-account{
        padding: 35px 15px;

    }
    #thank-you.modal h3.section-title {     
        font-size: 20px;
    }
}


/************ iphone **************/

@media (max-width:600px) {
    html {
        -webkit-text-size-adjust: none;
    }    
    .navbar-toggler {
        margin: 0;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    .newsletter .content .btn {
        min-height: 40px;     
        font-size: 14px;     
        padding: 0 10px;
        width: 100%;
    }    
    .newsletter .content .form-control {
        height: 50px;     
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter .input-group {
        flex-direction: column;
    }
}

@media (max-width:575px) {
    header .container {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}

@media (max-width:479px){
    .top-bar ul li {
        padding: 0px 5px;
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
}