@media screen and (min-width: 1200px){
    .banner-slider-sec .carousel-item{
        height: 550px;
    }
    .banner-slider-sec .indicator-img li{
        width: 50px;
        height: 50px;
    }
    .banner-slider-sec .carousel-text h1{
        font-size: 55px;
    }
    .banner-slider-sec .carousel-text h3{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .quote-col{
        height: 100%;
    }
    .services-page .service-thumb{
        height: 310px;
    }
}
@media screen and (max-width: 1200px){
    .banner-slider-sec .carousel-item{
        height: 420px;
    }
    .quote-col {
        padding: 15px;
        margin-top: 30px;
    }
    .gallery-img {
        height: 150px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px){

}
@media screen and (min-width: 992px){
    .menu-sec .navbar .navbar-nav .nav-item{
        margin-right: 1px;
    }
    .menu-sec .navbar .navbar-nav .nav-link{
        padding: 24px 15px;
        margin-bottom: -10px;
        position: relative;
        text-align: center;
        line-height: 18px;
    }
    .menu-sec .navbar .navbar-nav .nav-link:before{
        content: '';
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        bottom: 0;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        opacity: 0;
        transition: all 0.1s ease;
    }
    .menu-sec .navbar .navbar-nav .active .nav-link:before,
    .menu-sec .navbar .navbar-nav .nav-link:hover:before{
        opacity: 1;
    }
    .menu-sec .navbar .navbar-nav .dropdown-menu{
        margin: 10px 0 0 0;
        visibility: hidden;
        display: block;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        opacity: 0;
    }
    .menu-sec .navbar .navbar-nav .dropdown.show .dropdown-menu.show,
    .menu-sec .navbar .navbar-nav .dropdown:hover .dropdown-menu{
        /*display: block;*/
        visibility: visible;
        opacity: 1;
        margin: 0;
    }
    .service-sec .row .col-lg-6:nth-child(3) .row .col-sm-6:first-child,
    .service-sec .row .col-lg-6:nth-child(4) .row .col-sm-6:first-child{
        order: 1;
    }
    .service-sec .row .col-lg-6:nth-child(3) .service-content,
    .service-sec .row .col-lg-6:nth-child(4) .service-content{
        padding: 20px 0 20px 20px;
    }
    .why-body li {
        font-size: 18px;
    }
    .why-quote{
        font-size: 38px;
        line-height: 50px;
    }
    .gallery-tab-body{
        background: #222;
        height: 100%;
    }
    .gallery-tab-body .sec-header{
        background: #fff;
    }
    .gallery-tabs {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .discount-body h2{
        font-size: 50px;
    }
    .discount-body h3{
        font-size: 40px;
        line-height: 50px;
    }
    .footer-banner-sec h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 992px){
    .menu-sec .navbar .navbar-nav{
        margin: 15px 0 5px 0;
    }
    .menu-sec .navbar .navbar-nav .nav-item{
        margin-bottom: 1px;
    }
    .menu-sec .navbar .navbar-nav .nav-link {
         padding: 8px 15px;
    }
    .banner-slider-sec .carousel-item {
        height: 350px;
    }
    .banner-content{
        position: initial;
        padding: 45px 0;
    }
    .banner-text{
        padding: 0;
        margin-bottom: 45px;
    }
    #quote-body{
        padding: 0;
    }

    .service-sec .row .col-lg-6:nth-child(even) .row .col-sm-6:first-child{
        order: 1;
    }
    .service-sec .row .col-lg-6:nth-child(even) .service-content{
        padding: 20px 0 20px 20px;
    }
    .call-us .col-lg-9{
        border-right: 0;
    }
    .call-us h5{
        padding-right: 0;
    }
    .welcome-bg{
        display: none;
    }
    .gallery-tab-body .sec-header{
        text-align: center;
    }
    .gallery-tab-body .sec-header h2:after{
        margin: auto;
    }
    .gallery-tabs {
        background: transparent;
    }
    .gallery-tabs .nav-item{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        border: 0.5px solid #fff;
    }
    .gallery-tabs .nav-link{
        background: #222;
        border: 0;
    }
    .footer-banner-sec h2{
        font-size: 28px;
    }
    .footer-banner-sec h4{
        font-size: 20px;
    }

    .services-page .service-thumb{
        height: 300px;
    }
}
@media screen and (max-width: 768px){
    .logo-sec {
        padding: 5px 0;
    }
    .top-info{
        display: none;
    }
    .top-info.show{
        display: block;
        margin-top: 5px;
    }
    .menu-sec .navbar .navbar-toggler {
        padding: 8px 8px;
    }
    .menu-sec .navbar button.btn.mybtn {
        padding: 13px 20px;
    }
    .menu-sec .navbar .quote-btn .mybtn {
        padding: 13px 15px;
    }
    .banner-slider-sec .carousel-item {
        height: 300px;
    }
    .banner-slider-sec .carousel-text {
        padding: 15px;
    }
    .banner-slider-sec .carousel-text h1{
        font-size: 30px;
    }
    .banner-slider-sec .carousel-text h3{
        font-size: 22px;
    }
    .top-footer .col-md-4:nth-child(3){
        border-left: 0;
    }
    .why-choose-sec .bg-shadow{
        display: none;
    }
    .why-body{
        background: rgba(95,164,215,0.75);
        padding: 30px;
        margin-bottom: 35px;
    }
    .gallery-img {
        height: 120px;
    }
    .services-page .service-thumb{
        height: initial;
    }
    .all-testimonials-body .strong-content.strong-grid.columns-2 .testimonial {
        width: 100%;
    }
}
@media screen and (min-width: 576px){

}
@media screen and (max-width: 576px){
    .logo-sec {
        padding: 5px 0;
    }

    .call-us {
        padding: 15px;
    }
    .call-us h5 {
        font-size: 16px;
    }
    .call-us h6 {
        font-size: 13px;
    }
    .ft-banner h5 br{
        display: none;
    }
    section {
        padding: 40px 0;
    }
    .service-sec .row .col-lg-6:nth-child(even) .row .col-sm-6:first-child{
        order: initial;
    }
    .service-sec .service-content,
    .service-sec .row .col-lg-6:nth-child(even) .service-content{
        padding: 20px;
    }
    .service-thumb {
        height: initial;
    }
    .gallery-img {
        height: 150px;
    }
}
@media screen and (max-width: 500px){

}
@media screen and (max-width: 480px){
    .banner-slider-sec .carousel-item {
        height: 200px;
    }
    .banner-slider-sec .carousel-text {
        background-color: rgba(255,255,255,0.55);
    }
    .banner-slider-sec .carousel-text h1{
        font-size: 20px;
    }
    .banner-slider-sec .carousel-text h3{
        font-size: 13px;
    }
    .gallery-img {
        height: 110px;
    }
    .top-footer .col-6{
        border-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 400px){
}
@media screen and (max-width: 350px){
    .gallery-img {
        height: 90px;
    }
}