@media only screen and (max-width: 1330px) and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .logoSec {
        width: auto;
        height: 50px;
        float: left;
        display: flex;
        align-items: center;
    }
    .menuItems li {
        font-family: 'Jost-Regular';
        display: inline-block;
        padding: 22px 15px;
        cursor: pointer;
        transition: all .8s ease;
        color: whitesmoke;
    }
    .menuItems {
        display: none;
    }
    .navbarIcon {
        display: block;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {

    .menuSec {
        padding: 0;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: transparent;
        }

    .menuItems {
        display: none;
    }
    .navbarIcon {
        display: block;
    }
    .bannerH {
        font-size: 40px;
        color: white;
        font-family: 'Lato-Regular';
        margin-right: 0%;
    }
    .cItemContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 150px;
    }
    .slideContent {
        text-align: left;
        color: rgb(255, 255, 255);
        font-family: 'Lato-Light';
        padding: 0;
        font-size: 17px;
        padding-right: 20%;
        padding-left: 15px;
    }
    .commonContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 150px;
    }
    .bagImg {
        width: 20%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .menuSec {
        padding: 0;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: transparent;
        }

    .menuItems {
        display: none;
    }
    .navbarIcon {
        display: block;
    }
    .bannerH {
        font-size: 40px;
        color: white;
        font-family: 'Lato-Regular';
        margin-right: 0%;
    }
    .cItemContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 150px;
    }
    .slideContent {
        text-align: left;
        color: rgb(255, 255, 255);
        padding: 0;
        font-size: 17px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .commonContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 150px;
    }
    .bagImg {
        width: 20%;
        margin-bottom: 10px;
    }
    .modal-content {
        min-height: 100vh;
    }
    .serSubP {
        font-size: 17px;
        line-height: 25px;
        text-align: left;
    }
    .aboutSec1 .abtP {
        font-size: 17px;
        font-family: 'Lato-Regular';
        margin-bottom: 7px;
        line-height: 30px;
        text-align: left;
    }
}

@media only screen and (max-width: 576px) {
    .menuSec {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    }
    .logoSec {
        height: 80px;
        float: left;
        display: flex;
        align-items: center;
    }
    .logo {
        margin-left: 20px;
        margin-top: 0px;
        height: 60px;
    }
    .coverSec {
        width: 100%;
        height: 70vh;
        min-height: 70vh;
    }
    .gradient {
        height: 70vh;
        min-height: 70vh;
        padding-top: 60px;
    }
    .bannerH {
        font-size: 30px;
        color: white;
        font-family: 'Lato-Regular';
        margin-right: 0%;
    }
    .bannerP {
        font-size: 16px;
        color: white;
        font-family: 'Lato-Light';
        margin-right: 0%;
    }
    .graysubCont {
        padding-left: 30px;
        padding-right: 30px;
    }
    .aboutSec1 .abtSubH {
        font-size: 20px;
        color: rgb(155, 155, 155);
        font-family: 'Lato-Bold';
        margin-bottom: 7px;
    }
    .aboutSec1 .abtH {
        font-size: 26px;
        font-family: 'Lato-Bold';
        font-weight: 200;
        padding-bottom: 10px;
        position: relative;
    }
    .aboutSec2 .abtSubH {
        font-size: 16px;
        color: rgb(155, 155, 155);
        font-family: 'Lato-Bold';
        margin-bottom: 7px;
    }
    .aboutSec2 .abtH {
        font-size: 40px;
        font-family: 'Lato-Regular';
        font-weight: 200;
        margin-right: 0%;
        padding-bottom: 20px;
        position: relative;
    }
    .aboutSec2 .abtH::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
    }
    .aboutRcont {
        width: 100%;
        height: 100%;
        position: inherit;
        right: 0;
        top: 0px;
    }
    .aboutSec2 .abtImg {
        width: 70%;
        display: none;
    }
    .aboutSec2 .aboutRcontH {
        text-align: right;
        font-family: 'Lato-Bold';
        font-size: 11px;
    }
    .aboutSec2 .aboutRcont {
        width: 100%;
        height: 100%;
        position: inherit;
        right: 0;
        top: 0px;
    }
    .cItemContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 130px;
    }
    .slideContent {
        text-align: left;
        color: rgb(255, 255, 255);
        padding: 0;
        font-size: 16px;
        padding-right: 15px !important;
        padding-left: 15px;
    }
    .commonCover {
        min-height: 300px;
    }
    .commonGray {
        height: 300px;
    }
    .commonContent2 {
        font-size: 27px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 130px;
    }
    .proModal .modal-dialog {
        max-width: 100%;
        margin: auto;
        min-height: 100vh;
        border-radius: 0px;
        border: none;
    }
    .bagImg {
        width: 20%;
        margin-bottom: 10px;
    }
}