
@media only screen and (min-width:1600px) {

    .container {
        max-width: 1400px;
    }

}

@media only screen and (min-width:1900px) {

    .container {
        max-width: 1600px;
    }

}
/*1200px*/
@media only screen and (max-width: 1400px) { 
}

/*1170px*/
@media only screen and (max-width: 1199px) {  
    
}

/*992px*/
@media only screen and (max-width: 1024px) {
.bplr.purplr {
    padding-left: 15px;
    padding-right: 15px;
}

.overlayinfo h2 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
}

.overlayinfo {
    top: 0;
    margin: 20px 0;
}
}

@media only screen and (max-width: 991px) {
    .contactformsec {
        height: auto;
        overflow-y: auto;
    }
}

/*768px*/
@media only screen and (max-width: 768px) {
	.whopl {
        padding-left: 12%;
    }
}

/*600px*/
@media only screen and (max-width: 767px) {
	.header_main.bplr {
        padding-left: 30px;
        padding-right: 30px;
    }
    .bplr {
        padding-left: 0;
        padding-right: 0;
    }
    .logo {
        max-width: 16%;
        flex: 0 0 16%;
        padding: 10px 0;
    }
    [type="submit"], .gjs-cell [type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn
    {
        padding: 10px 15px;
        font-size: 14px;
    }
    .hambarmenu {
    font-size: 0;
    }

    .hambarmenu .responsive_btn {
        margin: 0;
        width: 50px;
        height: 50px;
    }

    .responsive_btn span {
        width: 35px;
        height: 5px;
        border-radius: 5px;
    }

    .responsive_btn span:before {
        top: -12px;
        border-radius: 5px;
    }

    .responsive_btn span:after {
        bottom: -12px;
        border-radius: 5px;
    }
    .responsive_btn span, .responsive_btn span:before, .responsive_btn span:after {
        background: #c0c5c3;
    }

    .bannercon h2, .heading h2, .inner_con h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .section {
        padding: 50px 0;
    }
    .line {
        height: 60px;
    }
    .parallaxptb {
        padding: 100px 0;
    }
    .overlayinfo h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .whopl {
        padding-left: 20%;
    }
    .contactformsec {
        height: auto;
        overflow-y: auto;
    }

    .logoside a.brandlogo {
        width: 150px;
    }

    .ftrsocial ul {
        justify-content: center;
        margin: 20px 0 0;
    }

}

/*480px*/
@media only screen and (max-width: 599px) {
    .nav_wrapper {
        flex: 0 0 50px;
        max-width: 50px;
        order: 1;
    }

    .htop-wrapper {
        justify-content: start;
    }

    .headrgt {
        flex: 1;
        max-width: none;
        margin: 0 10px 0 0;
    }
    .responsive_nav {
        width: 100%;
        left: -100%;
    }
    .responsive_nav ul li > a {
        text-align: center;
    }
    .bannercon h2, .heading h2, .inner_con h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .whopl {
        padding-left: 16%;
    }
    .copyright-wrapper p {flex: 0 0 100%;max-width: 100%;text-align: center;font-size: 14px;line-height: 20px;}

    .copyright-wrapper {
    flex-wrap: wrap;
    }
}

@media only screen and (max-width: 540px) {
    .whopl {
        padding-left: 26%;
    }
}

/*360px*/
@media only screen and (max-width: 479px) {
    
    .logo {
        max-width: 100px;
        flex: 0 0 100px;
    }
    .header_main.bplr {
        padding-left: 15px;
        padding-right: 15px;
    }
    [type="submit"], .gjs-cell [type="submit"], [type="reset"], [type="button"], .btn, .sk_box .btn {
        padding: 10px 15px;
        font-size: 10px;
    }
    .pricebox table th {
        font-size: 18px;
        line-height: 25px;
    }
    .pricebox table th, .pricebox table td {
        padding: 10px 0;
        font-size: 14px;
    }
    .whopl {
        padding-left: 20px;
    }
    .ftrsoc ul li a {
        justify-content: center;
    }

    .ftrsoc ul {
        flex-wrap: wrap;
    }

    .ftrsoc ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ftrsoc ul li+li {
        margin: 6px 0 0 0;
        border: 0;
        padding: 0;
    }
}