.ol_hmbanner {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 764PX;
    background: transparent;
}

.ol_hmbanner::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent radial-gradient(closest-side at 31% 51%, #0101016E 0%, #000000E6 60%, #000000D9 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    Z-INDEX: -1;
}

.ol_hmbanner::before {
    content: '';
    height: calc(100% - 120px);
    width: calc(100% - 80px);
    top: 40px;
    left: 40px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 1px 1px 0 1px;
    Z-INDEX: -1;
}

.ol_hmbanner .container {
    width: 100%;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.olhmban_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    margin: 0;
    border-left: 0px solid var(--themecolor);
    padding-left: 0px;
    margin: auto;
}

.olhmban_wrap>.btn-theme:hover {
    background-color: #fff;
    color: var(--themecolor);
    border: 1px solid #ffffff;
}

.hmban_title {
    font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.26;
    text-transform: none;
    font-family: 'Black Han Sans';
    max-width: 826px;
    margin: 0 auto 15px;
}

.hmban_cotent {
    font-size: 18PX;
    letter-spacing: 0.9px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    text-transform: NONE;
    display: inline-block;
    position: relative;
}


/* .btnlist {
    justify-content: center;
} */


/* .hmban_sm_title {
  font-family: "Albert Sans";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  color: #008ccd;
  position: relative;
  padding-left: 30px;
}

.hmban_sm_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
  height: 3px;
  width: 20px;
  background: var(--themecolor);
} */

ul.js_hmbanner .slick-slide>div>li {
    display: block !important;
    padding-left: 0;
}

ul.js_hmbanner {
    position: relative;
    margin-bottom: 0 !important;
    margin: 0;
}

.js_hmbanner:not(.slick-initialized)>li {
    padding-left: 0;
}

.js_hmbanner>li:before {
    display: none;
}

.js_hmbanner:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
    display: none;
}

.js_hmbanner.slick-arrow .slick-prev {
    left: calc(0% + 20px);
    right: unset;
    top: calc(50% + 20px) !important;
    bottom: unset;
}

.js_hmbanner.slick-arrow .slick-next {
    right: calc(0% + 20px);
    left: unset;
    top: calc(50% + 20px) !important;
    bottom: unset;
}

.bannerimgvid {
    /* position: relative;
  height: 780px; */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bannerimgvid>.img-wrap>img,
.bannerimgvid>.img-wrap {
    height: 100%;
    object-fit: cover;
}

video {
    /* top: 50%; */
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec_hmbanner {
    position: relative;
    margin-top: 0px;
    background: #00000050;
}

.smk_accordion .accordion_in {
    border-bottom: solid 1px #D9DDDF !important;
}

.faq-head {
    text-align: left;
}

.img-content-sec.center .half-section {
    align-items: flex-start;
}

.sec_hmbanner ul li {
    padding-left: 0;
}

.sec_hmbanner ul li::before {
    display: none;
}

.sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist .btn-theme {
    margin-right: 20px;
}

.theme-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.84px;
    color: #fff;
    background: var(--themecolor);
    max-width: fit-content;
    margin: 0 auto 15px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    clip-path: polygon(50% 0%, 100% 0, calc(100% - 7px) 50%, 100% 100%, 0 100%, 7px 50%, 0 0);
}

.slick-initialized .slick-slide {
    line-height: 0.8;
}

.drivertipscontent-sec .half-section .right-side .img-wrap:before {
    background-image: url(../images/inspectionbosch.png);
}

.homepg .whyvisitmorning-sec {
    padding: 0;
}

.homepg .our-gallery-sec {
    margin-bottom: 0;
}


/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1800px) {}

@media (max-width: 1599.98px) {
    .js_hmbanner.slick-arrow .slick-prev {
        left: calc(50% - 45px);
        top: calc(100% - 30px) !important;
    }
    .js_hmbanner.slick-arrow .slick-next {
        right: calc(50% - 45px);
        top: calc(100% - 30px) !important;
    }
    .ol_hmbanner .container {
        padding: 0 15px;
    }
    /* .ol_hmbanner {
        padding: 275px 0 190px 0;
    } */
}


/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {
    ul.js_hmbanner li>img {
        min-height: 450px;
        object-fit: cover;
    }
    .olhmban_wrap>.left-side {
        width: 100%;
    }
    .ol_hmbanner {
        min-height: 500PX;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
    /* COMMON Spading */
    /* COMMON Spading */
    .olhmban_wrap {
        max-width: 100%;
    }
    .ol_hmbanner::before {
        height: calc(100% - 80px);
        width: calc(100% - 50px);
        top: 20px;
        left: 25px;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .hmban_cotent {
        font-size: 16px;
    }
    .features-box {
        padding-top: 20px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .hmban_cotent {
        font-size: 14px;
    }
    /* common-spacing */
    /* common-spacing */
    ul.js_hmbanner li>img {
        min-height: 375px;
        object-position: right;
    }
    .olhmban_wrap>.left-side {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .olhmban_wrap>.left-side .theme_ark {
        display: none;
    }
    .olhmban_wrap .right-side>.img-wrap {
        max-height: 258px;
    }
    .olhmban_wrap .left-side .btnlist {
        justify-content: center;
    }
    .contact-form-box .heading-34 {
        margin-bottom: 10px;
    }
    /* .ol_hmbanner {
        padding: 150px 0 100px 0;
    } */
    .hmban_cotent {
        font-size: 16px;
    }
    .hmban_cotent::after {
        display: none;
    }
    .hmban_cotent::before {
        display: none;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .olhmban_wrap {
        /* padding-left: 0;
    text-align: center;
    align-items: center;
    border-left: 0px; */
    }
    .btnlist {
        gap: 7px;
    }
    /* .btnlist > [class*="btn-"] {
    padding: 15px 25px;
  } */
    .olhmban_wrap .left-side .btnlist {
        flex-wrap: nowrap;
    }
    .js_hmbanner.slick-arrow .slick-next,
    .js_hmbanner.slick-arrow .slick-prev {
        top: calc(100% - 17px) !important;
    }
    .hmban_title {
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 10px;
        font-size: 30px;
    }
    .hmban_cotent {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .sec_hmbanner .ol_hmbanner .olhmban_wrap .btnlist .btn-theme {
        display: none;
    }
    .ourservices-wrap ul li {
        width: 100%;
    }
    .ol_hmbanner::before {
        height: calc(100% - 60px);
        width: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }
    .theme-title {
        line-height: 1.2;
        height: auto;
        padding: 6px 20px;
    }
}