@media (min-width: 320px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* General */
    .section-title {
        font-size: 32px;
        width: 100%;
    }

    .cradential-modal .modal-cont {
        padding: 60px;
    }

    .cradential-modal .modal-btn {
        float: none !important;
        width: 100%;
        margin: 15px 0;
    }

    .navbar-light .navbar-toggler {
        margin: 0 15px;
        outline: none;
        box-shadow: none
    }

    .main-navbar .nav-item {
        width: 100%;
    }

    .main-navbar .nav-item .dropdown-menu {
        border: none;
        background: #00000011;
        width: 100%;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    /* navbar */
    .navbar-collapse {
        z-index: 5;
        padding: 10px 0 30px;
        transition: 0.3s ease-in-out;
        outline: none;
        box-shadow: none;
        text-align: center;
    }

    .navbar-collapse button {
        margin: 0 auto !important;
    }

    .main-nav .join-btns {
        display: block !important;
    }

    .ga-portal > div > div .sec-cont .path2,
    .ga-portal > div > div .sec-cont .path {
        display: none;
    }

    .ga-portal .sec-cont {
        border-left: 0;
        border-right: 0;
    }

    .main-nav .join-btns .join-lnk {
        display: block;
        font-size: 18px;
        margin: 15px 0;
    }

    .main-nav .nav-ul .nav-lnk {
        margin: 30px 15px;
        display: inline-block;
    }

    .main-nav.scrolled {
        position: fixed;
        left: 0;
        right: 0;
        transition: 2s ease-in-out;
        -webkit-animation: fadein 0.3s;
        /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0.3s;
        /* Firefox < 16 */
        -ms-animation: fadein 0.3s;
        /* Internet Explorer */
        -o-animation: fadein 0.3s;
        /* Opera < 12.1 */
        animation: fadein 0.3s;
    }

    /* Footer */
    .footer-sec .footer-sub {
        display: block;
    }

    .footer-sec .social-lnks {
        text-align: center;
    }

    .footer-sec .footer-sub .sub-title {
        display: block;
        margin-bottom: 10px;
    }

    .footer-sec .footer-cont {
        border-top: 0;
        padding-top: 30px;
    }

    /* Home */
    .hdr-sec {
        height: 80vh;
    }

    .hdr-srvcs {
        position: relative;
        bottom: auto;
    }

    .hdr-srvcs * {
        flex-direction: column;
    }

    .hdr-sec .swiper-slide .sldr-cont {
        left: 0;
        right: 0;
        padding: 0 30px;
    }

    .hdr-sec .swiper-slide .sldr-cont h4 {
        font-size: 45px;
    }

    .hdr-sec .swiper-slide .construction {}

    .hdr-sec .hdr-cont {}

    .hdr-sec .hdr-cont .srch-cont {
        width: 100%;
    }

    .who-sec .bg-thumbs {
        display: none;
    }

    .hdr-srvcs .srvc:first-of-type {
        margin-top: 90px;
    }

    .hdr-srvcs .srvc {
        width: 100%;
        margin: 15px 0;
    }

    .stps-sec .how-cont {
        width: 100%;
        text-align: center;
    }

    .stndrd-sec p {
        width: 90%;
    }

    .qlty-sec:before {
        content: "";
        position: absolute;
        left: -29%;
        top: -9%;
    }

    .qlty-sec .qlty-cont {
        width: 90%;
        padding: 170px 0 0;
    }

    .hard-sec .bg-cont {
        display: none;
    }

    .hard-cont {
        padding: 0 30px 60px;
    }

    .footer-08 .copyright {
        color: #000;
        padding: 5px 10px;
    }

    .order-xs-last {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
    }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-3 {
        order: 3;
    }

    .order-xs-4 {
        order: 4;
    }

    .main-sec .hdr-logo {
        top: 35%;
        height: 120px;
    }

    .main-sec .main-cont .about-title {
        font-size: 22px;
    }

    .main-sec .main-cont p {
        width: 90%;
        font-size: 18px;
    }

    .vid-bg {
        width: auto;
    }

    .main-sec:before {
        background: #000000cc;
    }

    .offer-sec p {
        width: 90%;
    }

    .offer-sec:before {
        opacity: 0.2;
    }

    .offer-sec:after {
        display: none;
    }

    .staff-sec {
        text-align: center;
    }

    .staff-sec .img-cont img {
        padding: 0;
        margin: 30px 0;
    }

    .ga-portal > div > div .sec-cont .path2,
    .ga-portal > div > div .sec-cont .path,
    .ga-portal > div > div .sec-cont .brdr-1,
    .ga-portal > div > div .sec-cont .brdr-2 {
        display: none;
    }

    .ga-portal > div > div[class^="col-"] {
        height: 25%;
    }

    .ga-portal > div > div > a {
        height: 100%;
    }

    .portal-logo .img-cont {
        height: 65px;
    }

    .navbar.bg-transparent {
        background-color: #fff !important;
        box-shadow: 0 0 5px #33333333
    }

    .logo-cont {
        box-shadow: unset;
        width: 260px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333;
    }

    .shop-fixed button {
        bottom: 25%;
        left: 0;
        position: fixed;
        background-color: #fff;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 10px 20px 10px 25px;
        border-radius: 0 15px 15px 0;
        box-shadow: 0 0 5px #33333344;
        transform: scale(0.7);
        left: -35px;
        padding: 10px;
        left: -10px;
        width: 15%;
        font-size: 30px;
        line-height: 0;
    }

    .shop-fixed button:hover {
        width: auto;
        left: -40px;
        padding-right: 50px
    }

    .shop-fixed button p {
        width: 0;
        font-size: 0
    }

    .shop-fixed button:hover p {
        font-size: 30px;

    }

    .srvc-toggle {
        bottom: 7%;
        left: 0;
        position: fixed;
        background-color: #fff;
        width: 150px;
        height: auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 10px 40px 10px 25px;
        border-radius: 0 100px 100px 0;
        box-shadow: 0 0 5px #33333344;
        transform: scale(0.7);
        left: -23px;
    }

    .srvcs-nav p {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        border-radius: 0 50px 50px 0;
        background: unset;
        box-shadow: none;
        left: 0;
        position: relative;
        padding: 0;
    }

    .srvcs-nav p:hover {
        transform: none;
    }

    .srvc-toggle .img {
        background-image: url(../imgs/srvcs-ico.gif);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: 75px 60px;

        background-position: center;
        object-fit: contain;

        display: block;
        margin-bottom: 7px;
        filter: hue-rotate(201deg);
    }

    .logo-cont .label-d span {
        transform: none;
        padding: 10px;
        font-size: .6rem;
        font-weight: normal;

    }

    .logo-cont .label-d {
        border-radius: 0;
        width: 28%;
        box-shadow: none;
    }

    .navbar.bg-transparent > div.container > a.mx-4 {
        margin: 0 !important
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link.req-btn {
        line-height: 24px;
        width: auto;
        display: inline-block;
        padding: 5px 50px !important;
        margin-top: 30px;
    }

    .who-sec p {
        width: 95% !important;
        margin: auto !important;
    }

    .prod-swiper {
        margin: 0 30px
    }

    .prod-swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .prod-swiper .swiper-slide h4 {
        font-size: 18px;
        margin-top: 24px;
    }

    .sec-title {
        margin-bottom: 15px !important
    }


    .srvcs-nav .srvcs-btns button > span {
        width: auto;
        font-size: 16px;
        margin: 0 15px;
    }

    .srvcs-nav .srvcs-btns {
        display: inline-block;
        width: auto;
        height: 50%;
        left: -100vw;
        position: absolute;
    }

    .srvcs-nav .srvcs-btns button {
        width: 100%;
        padding: 20px 10px;
    }

    .srvcs-nav .srvcs-btns button {
        justify-content: flex-start;
    }

    .srvcs-nav .srvcs-btns .close-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
    }

    .main-box {
        width: 100%;
    }

    .box {
        height: auto;
        padding: 0;
        border-right: 1px solid white;
        webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        position: relative;
        overflow: hidden;
        list-style: none;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .box span {
        writing-mode: vertical-rl;
        font-size: 20px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #072b83 !important;
        text-transform: uppercase;
        letter-spacing: 4px;
        width: 100%;
        transform: rotate(180deg);
        font-weight: 400;
        cursor: pointer;
        position: relative;
        /* left: 0; */
        /* right: 0; */
        margin: 0 auto;
        padding: 20px;
        text-align: center
    }

    .box.active span {
        left: auto;
        right: auto;
        margin: 0;
        font-weight: 600;
        transform: none;
        flex-direction: column;
        writing-mode: horizontal-tb;
    }

    .detail {
        width: 100%;
        height: auto;
        position: absolute;
        right: auto;
        top: auto;
        background: #000b41;
        color: #fff;
        opacity: 0;
        padding: 30px;
        box-sizing: border-box;
        webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        margin: 0;
    }

    .box.active .detail {
        opacity: 1;
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
        transform: none;
        position: relative
    }

    .offer-card {
        width: 100%;
    }

    .grid.bnfts-sec {
        display: block
    }

    .ftr-card {
        margin: 15px 0;
    }

    .about-sldr {
        padding: 0 15px
    }

    .slick-next {
        right: 5px;
        z-index: 1
    }

    .slick-prev {
        left: 5px;
        z-index: 1
    }

    .about-sec p {
        margin: 15px 0 !important;
    }

    .stndrd-sec.agri {
        width: 95%;
    }

    .food-sec img {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        height: auto;
        width: 45%;
    }

    .crrs-req {
        display: block
    }

    .crrs-req .req-cont {
        width: 100%;
        display: inline-block;
        padding: 0 30px;
    }

    .crrs-req .req-cont ul {
        padding-bottom: 0 !important
    }

    .crrs-req .btn-cont:before {
        background: #fff
    }

    .crrs-table .table-gradi {
        position: relative;
    }

    .crrs-table .table-gradi:after {
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        height: 100%;
        width: 30px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.12) 65%);
    }

    .mobile-frame {
        width: 100%;
        height: 249px;
        overflow: hidden;
        position: relative;
        border: 15px solid #000;
        border-radius: 15px;
        margin-top: 0;
    }

    .agri-qlty {
        height: auto;
        padding: 30px 0
    }

    .agri-qlty .agri-cont.brdr-btm,
    .agri-qlty .agri-cont.brdr-left,
    .agri-qlty .agri-cont.brdr-rght {
        border: 0;
        padding: 0 !important;
        margin-bottom: 30px !important
    }

    .stndrd-sec p {
        width: 100% !important;
    }

    .stndrd-sec.agri .gap-p {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 30px 0;
        border-radius: 25px;
        z-index: -1;
        height: auto
    }

    .prods-sldr h2,
    .prods-sldr p {
        padding: 0 7px
    }

    .footer-08 img {
        margin-bottom: 15px !important;
    }

    .prods-sldr img {
        width: 100%;
    }

    .scroll-slide {
        flex: 1 0 100vw;
        max-width: 100vw;
        width: 100%;
        align-items: center;
        justify-content: flex-start
    }

    .item-container {
        width: 100%;
        display: flex;
        flex-direction: row
    }

    .item-body {
        width: 50%
    }

    .scroll-slider {
        height: 40vh
    }

    .item-container p {
        font-size: 12px
    }

    #features .features-content {
        flex-direction: column
    }

    #features {
        min-width: 300px !important;
    }

    #features .features-content-col {
        width: 100%;
    }

    #features .bus-box {
        min-width: 300px !important;
    }

    #features .features-graph .label-top-left {
        right: auto;
        top: 30%;
        left: 24%;
    }

    #features .features-graph .icon-features-1:after {

        height: 73px;
        width: 56px;
        top: 42.4%;
    }

    #features .features-graph .label-top {
        right: 22%;
        top: 30%;
    }

    #features .features-graph .icon-features-3:after {
        height: 73px;
        width: 56px;
        top: 42.4%;
        right: 29%;
    }

    #features .features-graph .icon-features-6:after {
        height: 73px;
        width: 56px;
        bottom: 35%;
        right: 27%;

    }

    #features .features-graph .icon-features-4:after {
        height: 73px;
        width: 56px;
        bottom: 35%;
    }

    #features .features-graph .label-bottom-left {
        right: auto;
        bottom: 24%;
        left: 20%;
    }

    #features .features-textblock p {
        margin-bottom: 90px;
    }

    #features .features-graph .label-bottom-right {
        right: 20%;
        bottom: 24%;
    }

    .slide-out-bar.open {
        width: calc(183% - 0px);
        transform: rotate(270deg);
        left: -80.5%;
        bottom: 45%;
        padding-left: 30%;
        background: #000000cc;
    }

    .slide-out-bar {
        transform: rotate(270deg);
        left: -80.5%;
        bottom: 45%;
        height: 48px;

    }

    .bu-sec #grid_wrapper > card {
        width: 100%;
    }
}
