@media only screen and (max-width: 768px) {
    .header-logo a img {
        /* max-width: 100%; */
        width: 111px;
    }
    .search-option {
        position: absolute;
        right: -154px;
        top: -61px;
        width: 198px;
        z-index: 999;
    }
    .header-logo {
        padding: 18px 10px 15px 2px;
    }
    .call-btn {
        font-size: 14px;
        font-weight: 500;
        font-family: 'Poppins';
        line-height: 1.2;
        /* background-color: #111111; */
        color: #ffffff !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 17px 0px;
        border-radius: 36px;
        border: none;
        margin-top: 0px;
    }
    .btn-call {
        /* display: flex; */
        /* justify-content: center; */
        background: #e8202f;
        margin-top: 20px;
    }
    .service-content {
        padding-top: 58px;
    }
    .service-single-item .service-content .title {
        color: #181818;
        font-size: 19px;
        line-height: 44px;
        font-weight: 600;
        padding: 6px 0 6px 17px;
        position: absolute;
        top: 2%;
        left: 0px;
        z-index: 0;
    }
    .padding-7-3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .section-title-about {
        text-align: center;
        margin-bottom: 17px;
    }
    .item-number {
        display: none;
    }
    .section-title-about h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        font-family: "Poppins", sans-serif;
    }
    .about-shape {
        position: absolute;
        z-index: 9;
        top: 249px !important;
    }
    .image_block_1 .image-box:before {
        position: absolute;
        content: '';
        background: none;
        width: 0px;
        height: 0px;
        left: 0px;
        /* border-radius: 0px 10px 10px 0px; */
        z-index: 0;
        bottom: 0px;
        /* clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%); */
    }
    .about-section {
        background: #ffffff;
        position: relative;
        padding-top: 41px;
        padding-bottom: 50px;
    }
    .image-box {
        margin-top: 16px;
    }
    .about-section .subTitle {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: .9;
        color: var(--theme-color);
        margin: 0 0 14px;
    }
    .about-section .content_block_2 .content-box {
        margin-right: 0px;
    }
    .content_block_2 .content-box .sec-title h2 {
        margin-bottom: 12px;
        color: #434343;
        text-align: center !important;
        font-size: 20px !important;
        font-family: "Poppins", sans-serif;
        line-height: 40px;
        font-weight: 600;
    }
    .single-banner-slide {
        height: 43vh !important;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .all-banner-slide .owl-nav {
        margin-top: 0;
        -webkit-transition: 1s;
        transition: 1s;
        line-height: .01;
    }
    .all-banner-slide .owl-nav [class*=owl-] {
        margin: 0;
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        padding: 0;
        background: #ffffff59 !important;
        color: #404242 !important;
        display: inline-block;
        width: 33px;
        height: 31px;
        line-height: 56px;
        font-weight: 600 !important;
        text-align: center;
        font-size: 12px !important;
    }
    .all-banner-slide .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 10px;
    }
    .all-banner-slide .owl-nav [class*=owl-].owl-prev {
        right: auto;
        left: 10px;
    }
    .all-banner-slide .owl-nav [class*=owl-]:hover {
        background: white;
        color: #008e98;
    }
    .owl-dots {
        text-align: center;
        margin-top: -36px;
        position: absolute;
        z-index: 99;
        right: 40%;
    }
    .owl-dots button.owl-dot {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc0;
        margin: 0 3px;
        border: 1px solid white;
    }
    .owl-dots button.owl-dot.active {
        background-color: #fff;
        padding: 9px;
    }
    .owl-dots button.owl-dot:focus {
        outline: none;
    }
    .single-banner-slide h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .single-banner-slide p {
        /* display: none; */
    }
    .single-banner-slide a {
        /* display: none; */
    }
    .hero-shape img {
        position: absolute;
        z-index: 1;
        top: -25px;
        left: 0px;
    }
    .hero-shape .hero-2 {
        position: absolute;
        z-index: 1;
        top: -15px;
        left: 47%;
        width: 22px;
    }
    .value h6 {
        font-size: 17px;
        color: rgb(40 40 40);
    }
    .services-section {
        background: #ffffff;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .section-title h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
        font-family: "Poppins", sans-serif;
    }
    .sub-title {
        font-size: 13px;
        text-align: center;
        font-weight: 600;
        color: #242424;
        text-transform: uppercase;
        position: relative;
        display: block;
        z-index: 1;
        padding-top: 4px;
        margin-bottom: 20px;
    }
    .sub-title:before {
        position: absolute;
        content: '';
        width: 120px;
        height: 35px;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fdb819;
        z-index: -1;
        -webkit-transform: skewX( -28deg);
        transform: skewX( -28deg);
        margin-left: auto;
        margin-right: auto;
    }
    .footer-links li {
        padding: 6px 9px;
        display: inline-block;
    }
    .footer_info .logo img {
        width: 60% !important;
    }
    .banner-call {
        padding-top: 30px;
        padding-bottom: 35px;
        margin-top: -10px;
        text-align: center;
    }
    .banner-call:before {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .banner-call .banner-call-content h3 {
        margin-bottom: 10px;
        font-weight: 600;
        line-height: 25px;
        font-size: 14px;
        color: #ffffff;
    }
    .banner-call .cmn-btn {
        text-align: center;
    }
    .image-box .about-desk {
        display: none !important;
    }
    .features-area-wrapper {
        position: relative;
        z-index: 1;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .features-content {
        color: #d8d8d8;
        padding: 50px 16px;
        margin-top: 0px;
        background: #dd9327e0;
        margin-bottom: 0px;
        border-radius: 0px;
    }
    .content-area-13 {
        padding: 30px 0 60px;
    }
    .aboutWidget h5 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #dddddd;
        font-weight: 500;
        margin: 37px 0 13px;
    }
    .phone {
        display: flex;
        font-size: 25px;
        font-weight: 900;
        text-align: left;
        color: var(--theme-color);
        margin: 0 0 10px;
        justify-content: center;
    }
    .aboutWidget p {
        text-align: center;
        color: #dddddd !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 0 0 18px;
    }
    .widget_title {
        font-size: 18px;
        line-height: 30px;
        color: #dddddd;
        font-weight: 500;
        text-transform: capitalize;
        margin: 24px 0 5px;
    }
    .menu li {
        font-size: 11px;
        display: block;
        color: #dddddd;
        line-height: 33px;
        font-family: 'Poppins';
        font-weight: 500;
        margin: 0;
    }
    .footer_info p {
        font-size: 13px;
        color: #dddddd !important;
        margin-right: 0%;
        text-align: center;
    }
    .footer_01 {
        position: relative;
        background: url(../img/6.jpg) no-repeat center center/cover;
        padding: 53px 0 40px;
    }
    .footer_info {
        text-align: center !important;
    }
    .social-links {
        display: flex;
        justify-content: center;
    }
    .spec-item h6 {
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
    }
    .spec-item p {
        font-size: 12px;
        color: #4e4e4e !important;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }
    .features-content h2 {
        font-size: 20px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        /* text-align: left; */
    }
    .single-banner-slide p {
        color: #fff !important;
        font-size: 11px;
        max-width: 70% !important;
        line-height: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .events_list {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .package-details .package-details-list-wrapper.active .package-details-list {
        visibility: visible;
        top: 36px;
        -webkit-transform: translateX(-86%);
        -ms-transform: translateX(-86%);
        transform: translateX(-86%) !important;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 0.5s;
    }
    .package-details .package-details-list-wrapper .package-details-list {
        position: absolute;
        font-size: 14px;
        color: #e0dfdf;
        background: #020202;
        -webkit-box-shadow: -1.152px 32.98px 79px 0px rgba(0, 0, 0, 0.2);
        box-shadow: -1.152px 32.98px 79px 0px rgba(0, 0, 0, 0.2);
        border-radius: 16px;
        left: 50%;
        padding: 14px 0;
        -webkit-transform: translateX(-83%);
        -ms-transform: translateX(-83%);
        transform: translateX(-83%);
        visibility: hidden;
        top: 75px;
        z-index: 999;
        -webkit-transition: all 0.31s;
        -o-transition: all 0.3s;
        transition: all 0, 0.3s;
    }
    .pricing-item {
        position: relative;
        max-width: 320px;
        margin: auto;
        margin-top: 20px;
    }
    .search-option .border {
        border: 1px solid #4a3c49!important;
        padding: 0px;
    }
    .sigin .wrapper {
        width: 100% !important;
        padding: 2rem 5px 1rem 14px;
        margin: 50px auto;
        background: #fff;
        border-radius: 10px;
        text-align: center;
        box-shadow: none !important;
    }
    .booking-summery .pricing-dot1 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        bottom: -13px;
        right: 0px;
        width: 417px;
        display: block;
        /* width: 100%; */
        margin-top: -2px;
    }
    .booking-summery .pricing-dot {
        position: absolute;
        top: -13px;
        right: 0px;
        width: 417px;
    }
    .checkout-widget h5 {
        font-size: 13px;
    }
    .booking-details-area .primary-contact .title {
        color: #424242;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
    }
    .about-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
}

@media only screen and (min-width: 768px) {
    .image-box .about-mobi {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-call {
        padding-top: 30px;
        padding-bottom: 35px;
        margin-top: -10px;
        text-align: center;
    }
    .banner-call:before {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .banner-call .banner-call-content h3 {
        margin-bottom: 15px;
    }
    .banner-call .cmn-btn {
        text-align: center;
    }
    .hero-shape img {
        position: absolute;
        z-index: 1;
        top: -56px;
    }
    .hero-shape .hero-2 {
        position: absolute;
        z-index: 1;
        top: -30px;
        left: 48%;
        width: 30px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
    .banner-call:before {
        -webkit-clip-path: none;
        clip-path: none;
    }
    .image-box img {
        position: absolute;
        z-index: 10;
    }
}

@media (max-width: 992px) {
    .about-shape {
        position: absolute;
        z-index: 9;
        top: 229px !important;
    }
    .breadcrumb-height {
        height: 201px;
    }
    .breadcrumb-heading {
        text-transform: uppercase;
        font-size: 27px;
        color: white;
        text-align: center;
    }
    .short-desc {
        text-align: justify !important;
        font-size: 14px;
        color: #4e4e4e !important;
        font-weight: 500;
        line-height: 28px;
        text-align: justify;
    }
}

@media (min-width: 1024px) {
    .about-shape {
        position: absolute;
        z-index: 9;
        top: 375px;
    }
}

@media (max-width: 1024px) {
    .about-shape {
        position: absolute;
        z-index: 9;
        top: 399px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    .about-shape {
        position: absolute;
        z-index: 9;
        top: 260px !important;
    }
}