@media screen and (max-width:1750px) {
    .container {
        max-width: 1420px
    }

    .bannerSection h1 {
        font-size: 48px;
        padding: 57px 0px 550px 0px;
    }

    .footerlogoSet {
        width: 100%;
        max-width: 30%;
    }

    .customwidthSet {
        width: 100%;
    }

    .footerAlignment {
        display: flex;
        gap: 30px;
    }

    .footerlogoAlign {
        padding: 10px 15px;
    }

    .textAligncenter {
        font-size: 20px;
    }

    .moreDetailSection {
        padding: 120px 0px;
    }

    .detailsAlign {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1450px) {
    .container {
        max-width: 1220px
    }

    .bannerSection h1 {
        font-size: 42px;
        padding: 57px 0px 400px 0px;
    }

    .textAligncenter {
        font-size: 18px;
    }

    .detailsAlign p {
        font-size: 18px;
    }

    .moreDetailSection {
        padding: 100px 0px;
    }

    .detailsAlign {
        margin-bottom: 30px;
    }

    .footerAlignment h3 {
        font-size: 18px;
    }

    .quick-links li {
        font-size: 16px;
    }

    .socialmedniaconset {
        gap: 2px;
    }

    .contactUs h5 {
        font-size: 16px;
    }

    .footercontactdetails p {
        font-size: 16px;
    }

    .footerAlignment {
        gap: 19px;
    }
}

@media screen and (max-width:1250px) {
    .container {
        max-width: 1030px
    }

    .bannerSection h1 {
        font-size: 36px;
    }

    .logo p {
        font-size: 20px;
    }

    .textAligncenter {
        font-size: 16px;
    }

    h2 {
        font-size: 48px;
        margin-bottom: 35px;
    }

    .detailsAlign {
        gap: 20px;
        margin-bottom: 35px;
    }

    .quick-links li {
        font-size: 14px;
    }

    .footerlogoAlign {
        padding: 6px 10px;
        font-size: 16px;
    }

    .footercontactdetails p {
        font-size: 14px;
    }

    .footercontactdetails a {
        font-size: 14px;
    }

    .footerAlignment h3 {
        font-size: 16px;
    }

    .footercontactdetails {
        gap: 6px;
    }

    .contactUs h5 {
        font-size: 14px;
    }

    .quicklinkSet {
        width: 100%;
        max-width: 12%;
    }

}

@media screen and (max-width:1024px) {
    .container {
        width: 100%;
        max-width: 95%;
        margin: auto
    }

    .logo p {
        font-size: 16px;
    }

    .bannerSection h1 {
        font-size: 34px;
    }
}


@media screen and (max-width:991px) {

    .banner {
        background: url(../images/home_bannermob.webp) center top/cover no-repeat;
    }

    .d-desk {
        display: none
    }

    .d-mob {
        display: block
    }

    .textAligncenter .block {
        display: inline;
    }

    .moreDetailSection {
        padding: 70px 0px 500px;
        background: url(../images/detailsBgmob.webp) center / cover no-repeat;
    }

    h2 {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .footerAlignment {
        flex-wrap: wrap;
    }

    .footerlogoSet {
        max-width: 100%;
    }

    .quicklinkSet {
        max-width: 35%;
    }

    .header {
        position: relative;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        top: 25px;
        color: #0c0c0c;
        font-size: 32px;
    }

    .custom-nav {
        background: #C52F32;
        padding: 10px 20px;
        display: flex;
        align-items: end;
        justify-content: end;
        position: initial;
        flex-direction: column;
    }

    .custom-nav p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

     .nav-menu {
        position: absolute;
        width: 100%;
        background: #fff;
        flex-direction: column;
        display: none;
        top: 20%;
        z-index: 111;
        left: 0%;
        padding: 15px;
    }

    .nav-menu a {
        color: #000;
    }

    .nav-menu li {
        border-bottom: 1px solid #ddd;
    }

    .nav-menu a {
        padding: 18px 0;
    }

    .nav-menu.show {
        display: block;
    }

    .dropdown-menu {
        position: static;
        background: #fff;
        box-shadow: none;
    }

    .dropdown-menu a {
        color: #fff;
        padding-left: 25px;
    }

    .dropdown:hover>.dropdown-menu {
        display: none;
    }

    .dropdown.open>.dropdown-menu {
        display: block;
    }

     .detailsAlign img {
        width: 10%;
    }

    .footerAlignment {
    justify-content: start;
}

}

@media screen and (max-width:767px) {

    .hamburger .icon-close {
        height: 22px;
        width: 22px;
    }

    .bannerContent {
        max-width: 95%;
        height: 360px;
        position: relative;
    }

    .detailsAlign {
        align-items: flex-start;
    }

    .detailsAlign img {
        width: 12%;
    }

    .d-desk1 {
        display: none;
    }

    .d-mob1 {
        display: block;
    }

    .hamburger {
        margin: 0 0px 0 0;
    }

    #menu li,
    .tabButtons a {
        padding: 10px 0 10px;
    }

    .logo img {
        width: 80%;
    }

    .bannerSection h1 {
        font-size: 28px;
    }

    .detailsAlign p {
        font-size: 16px;
    }

    .detailsAlign .block {
        display: inline;
    }

    .aboutSection {
        padding-top: 50px;
    }

    .moreDetailSection {
        padding: 50px 0px 500px;
    }

    .nav-menu {
        position: absolute;
        width: 100%;
        background: #fff;
        flex-direction: column;
        display: none;
        top: 15%;
        z-index: 111;
        left: 0%;
        padding: 15px;
    }

    .nav-menu a {
        color: #000;
    }

}

@media screen and (max-width:500px) {

    #menu li {
        padding: 11.5px 0;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .bannerSection h1 {
        font-size: 22px;
    }

    .menu-toggle {
        top: 15px;
    }

    .detailsAlign img {
        width: 15%;
    }
    .footerAlignment {
    justify-content: start;
}
}