@media only screen and (min-width: 1800px) and (max-width: 2000px) {
    .bottom-curve.home-curve {
        margin-top: -204px;
    }
    .main-page-container{
        margin-top: 0;
    }
    .bottom-curve.inner-curve{
        margin-top: -204px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bottom-curve {
        margin-top: -150px;
    }
    .our-services{
        margin-top: -25px;
    }
    .bottom-curve.inner-curve {
        margin-top: -150px;
    }
    .main-page-container {
        margin-top: -15px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .bottom-curve {
        margin-top: -142px;
    }
    .our-services{
        margin-top: -25px;
    }
    .bottom-curve.inner-curve {
        margin-top: -142px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    ul.navbar-nav li a{
        font-size: 15px;
    }
    .h-link-item{
        font-size: 16px;
    }
    .book-bttn{
        font-size: 16px;
    }
    .bottom-curve.home-curve{
        margin-top: -133px;
    }
    .bottom-curve.inner-curve{
        margin-top: -130px;
    }
    .main-page-container{
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.navbar-nav li a{
        font-size: 11.5px;
    }
    .h-link-item{
        font-size: 12px;
    }
    .book-bttn{
        font-size: 13px;
    }
    .bottom-curve.inner-curve{
        margin-top: -109px;
    }
    .main-page-container{
        margin-top: 0;
    }
    .bottom-curve.home-curve{
        margin-top: -107px;
    }
    .our-services{
        margin-top: 0;
    }
    .overlay-txt h1{
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logos-txt{
        padding: 20px;
    }
    .logos-txt ul.slink li a{
        font-size: 15px;
    }
    .our-services h2,
    .gac-company h2,
    .winter-back h2{
        font-size: 35px;
    }
    .in-the-news h3,
    .go-green-box h3,
    .cform h3,
    .service-list-block h3, 
    .customer-review h3{
        font-size: 20px;
    }
    .bottom-curve.home-curve{
        margin-top: -83px;
    }
    .our-services{
        margin-top: 0;
    }
    .overlay-txt h1{
        font-size: 25px;
    }
    .overlay-txt{
        top: 20px;
    }
    .book-bttn{
        font-size: 13px;
    }
    .h-link{
        font-size: 13px;
    }
    ul.navbar-nav li a{
        font-size: 12px;
        padding: 12px 9px;
        line-height: 25px;
    }
    .inner-banner .inner-overlay h1{
        font-size: 30px;
    }
    .bottom-curve.inner-curve{
        margin-top: -84px;
    }
    .main-page-container{
        margin-top: 0;
    }
    .footer-social-icons{
        margin-left: 0;
    }
    .footer-widget p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler{
        background-color: transparent;
        padding: 13px 12px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        line-height: inherit;
        outline: none !important;
        box-shadow: none !important;
        border: solid 2px #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
    }
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 25px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .animated-icon1 span {
        background: #fff;
    }
    .animated-icon2 span {
        background: #e3f2fd;
    }
    .animated-icon3 span {
        background: #f3e5f5;
    }
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
        top: 8px;
    }
    .animated-icon1 span:nth-child(3) {
        top: 16px;
    }
    .animated-icon1.open span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        padding: 8px 15px 8px 15px;
        border-bottom: solid 1px #3f4d66;
        width: 100%;
        font-size: 15px;
    }
    ul.navbar-nav li .accordion-btn-wrap{
        background: transparent !important;
        padding: 8px !important;
        width: 60px !important;
        color: #fff;
    }
    ul.navbar-nav li .accordion-btn{
        line-height: 25px !important;
    }
    ul.navbar-nav li .sub-menu li a{
        padding-left: 35px;
    }
    #navbarSupportedContent{
        border-top: solid 1px #3f4d66;
        border-bottom: solid 1px #3f4d66;
    }
    .gac-company h2,
    .our-services h2,
    .winter-back h2{
        font-size: 30px;
    }
    .logos-txt ul.slink li{
        width: auto;
        display: block;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-info{
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-top{
        font-size: 16px;
    }
    .footer-widget{
        text-align: left;
        margin-bottom: 30px;
    }
    .footer-social-icons {
        margin: 20px 0 0 0;
        text-align: left;
    }
    .footer-logos ul li {
        margin: 8px 12px;
    }
    .logo{
        max-width: 170px;
    }
    .header-top{
        position: relative;
    }
    .header-top .navbar-toggler{
        position: absolute;
        top: 12px;
        right: 10px;
    }
    .header-bottom {
        background-color: #0f2040;
    }
    .navbar-collapse .footer-social-icons {
        margin: 15px 0 15px 15px;
        text-align: left;
    }
    a.cbttn{
        display: block;
        text-align: center;
    }
    .inner-banner .inner-overlay h1{
        font-size: 25px;
    }
    .inner-banner > img {
        height: 285px;
    }
    .bottom-curve{
        display: none;
    }
    .inner-banner {
        position: relative;
        border-bottom: solid 15px #EC6311;
    }
    .our-services {
        padding: 50px 0 50px;
        margin-top: 0;
    }
    .overlay-txt {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        background-color: #ec6311;
        text-align: center;
        padding: 20px 15px;
    }
    .overlay-txt h1 {
        font-size: 22px;
    }
    .overlay-txt h1 br{
        display: none;
    }
    .star-bttn {
        margin: 12px 0 12px;
    }
    .main-page-container {
        z-index: 9;
        padding: 30px 0 60px;
        margin-top: 0;
    }
    img.border-effect{
        margin-bottom: 10px;
    }
    .service-thumb img{
        width: 100%;
        height: auto;
    }
    .section-mobile-top{
        background-color: #09122d;
        padding: 10px 0;
        color: #fff;
    }
    .section-mobile-top a.cbttn{
        font-size: 14px;
        padding: 5px 5px;
        margin-top: 0;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
    .section-mobile-top .book-bttn:after,
    .section-mobile-top .book-bttn:before{
        display: none;
    }
    .section-mobile-top .book-bttn{
        top: auto;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        font-size: 14px;
        display: block;
        padding: 5px 20px;
        text-align: center;
    }
    .bottom-items{
        margin-bottom: 0
    }
    .gac-company{
        padding: 50px 0;
    }
    .main-box{
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
    }
    .news-box {
        background-size: cover;
        padding: 20px 0;
        background: no-repeat;
    }
    .winter-back{
        padding: 50px 0;
    }
    .inner-banner .inner-overlay{
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .in-the-news h3,
    .go-green-box h3,
    .cform h3,
    .service-list-block h3, 
    .customer-review h3{
        font-size: 17px;
    }

    .in-the-news {   
    padding: 35px 20px 30px;
    }
    
    .review-bttn a {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }
    .call-btn{
        display: block;
        position: absolute;
        top: 0;
        color: #fff;
        height: 100%;
        right: 75px;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        padding: 20px 18px;
        font-size: 32px;
    }
    .main-slider .lSAction .lSNext,
    .main-slider .lSAction .lSPrev{
        top: 25%;
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        opacity: 1;
    }
    .main-slider .lSAction .lSPrev{
        left: 25px;
    }
    
}

@media only screen and (max-width: 575px) {
    .header-bottom .container{
        padding-left: 0;
        padding-right: 0;
    }
}