@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #155E5C;
    --white: #fff;
    --secondary-color: #2CCC6B;
    --grey: #545E63;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    --scroll-start: 0;
    --scroll-end: calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14));
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    overflow-x: hidden
}

.primary-bg-color {
    background-color: var(--primary-color);
}

a {
    text-decoration: none;
}

.btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px !important;
}

.btn:hover {
    color: #fff !important;
}

.btn-primary:hover {
    color: #000;
    background-color: #3B3B3B;
    border-color: #3B3B3B;
}

.btn-green {
    background-color: #155E5C;
    border-color: #155E5C;
}

.left-aside {
    padding-left: 220px;
}

.main-content {
    padding-top: 170px;
    position: relative;
}

h3 {
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

p {

    font-size: 18px;
}

.logo {
    width: 270px;
}

.booking-btn {
    opacity: 1;
    height: 40px;
    width: 40px;
}

.booking-hero {
    padding: 5px 0 50px !important;
}

.service-booking {
    margin-top: -200px;
}



.step-two-modal-body,
.step-one-modal-body {
    background: #ffffff url('../images/bg-modal.webp');
    height: 100%;
    border-radius: 18px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.booking-modal .modal-dialog {
    border-radius: 12px;
}

.main-content .subtitle {
    font-family: "Merriweather", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
}

.main-content .subtitle span {
    color: var(--secondary-color);
}

.main-content h1 {
    font-family: "Merriweather", sans-serif;
    color: var(--white);
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

.content-description {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: var(--white);
}


.left-aside {
    position: relative;
    z-index: 10;
}

.img-plane {
    position: absolute;
    bottom: -32px;
    right: 88%;
    z-index: 1;
    transform: rotate(24deg);
    width: 80%;
}

.main-background {
    height: 91% !important;
    width: 100%;
    position: absolute;
    top: 2%;
    left: 9%;
    border-radius: 10px;
}

.profile-details {
    background-color: var(--primary-color);
    height: 285px;
    width: 230px;
    position: absolute;
    top: -100px;
    left: -20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    border-radius: 12px;
    padding: 24px;
}

.know-about {
    position: absolute;
    top: 6%;
    right: 0px;
}

.img-mockup {
    width: 100%;
}

.know-about h2 {
    position: relative;
    left: -12%;
    top: -23%;
    font-size: 40px;
    margin-top: 10%;
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
}

.know-about h2::after {
    content: '';
    background-image: url(../images/shape.png);
    width: 200px;
    position: absolute;
    bottom: -53%;
    height: 100px;
    left: 149px;
    background-repeat: no-repeat;
}

.profile-details img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.profile-details h4 {
    margin: 16px 0px;
}

.profile-description {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    border-radius: 12px;
    width: 88%;
    /* height: 52%; */
    position: absolute;
    background-color: var(--white);
    z-index: 10;
    top: 35%;
    left: 11%;
    padding: 24px;

}

.profile-description p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

.profile-description h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.profile-description a {
    font-size: 16px;
    line-height: 22px;
}

.profile-designation {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px !important;
}

.btn-booking-type {
    background-color: #fff;
    padding: 10px 12px;
    max-width: 180px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--white);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-booking-type img {
    margin-left: 4px;
}

.btn-booking-type:hover {
    cursor: pointer;
}

.btn-readmore {
    padding: 12px 22px;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    position: absolute;
}

.btn-readmore:hover {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


/* booking type section */

.service-sec .media-entry img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.booking-type .heading {
    font-size: 32px;
}

.booking-type-box {
    position: relative;
    overflow: hidden;
}

.booking-type-box:hover .booking-desc-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.booking-type img .booking-desc-box {
    background: rgba(21, 94, 92, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
    flex-direction: column;
    justify-content: center;
}


.media-entry h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Merriweather", serif;
}

.border-heading {
    content: '';
    height: 1px;
    background: #CCCCCC;
    width: 100%;
    display: inline-flex;
    margin-top: 30px;
    margin-left: 15px;
    align-items: center;
}

span.border-heading:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
}

#tns2>.tns-item {
    width: calc(6.25%);
}

.service-sec .media-entry {
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    padding: 10px !important;
}

.service-sec .media-entry {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 20px;
}

section {
    overflow: hidden;
}

.section .heading {
    font-size: 52px;
    line-height: 50px;
    color: #3b3b3b;
    font-weight: 800;
}

.marquee-main {
    overflow-x: hidden;
}

.border-heading-top {
    content: '';
    height: 1px;
    background: #CCCCCC;
    width: 100%;
    margin-right: 14px;
    display: inline-flex;
    margin-left: 15px;
}

.border-heading-top:before {
    content: '';
    height: 30px;
    width: 1px;
    background: #cccccc;
    display: inline-flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.using-my-heading.border-heading:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.border-heading:before {
    content: '';
    height: 30px;
    width: 1px;
    background: #cccccc;
    display: inline-flex;
    position: absolute;
    /* top: 16px; */
}

.slider-testimonial-wrap-three {
    cursor: no-drop;
}

.border-custom-left {
    border-left: 5px solid rgba(21, 94, 92, 70%);
}

.slider-added-imges {
    height: 300px;
    width: 200px;
    object-fit: cover;
    object-position: top;
}

/* marquee asection */

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    margin-bottom: 1.5rem;
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    min-width: 100%;
    animation: scroll-x 30s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}


/* Element styles */
.marquee__group>div {
    margin-bottom: 1px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 300px;
    min-height: 100px;

}

.marquee--vertical div {
    aspect-ratio: 1;
    width: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 1.5);
    padding: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 6);
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
    margin: auto;
    max-width: 100vw;
    width: 100%;
}

.wrapper--vertical {
    flex-direction: row;
    height: 100vh;
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.marquee__group span img {
    height: auto;
    width: auto;
    max-height: 67px;
}

.heading {
    font-size: 52px;
    line-height: 50px;
    color: #3b3b3b;
    font-weight: 800;
    font-family: "Merriweather", sans-serif;

}




#destination-controls:active,
#destination-controls:focus,
#prevnext-testimonial-one:active,
#prevnext-testimonial-two:active,
#prevnext-testimonial-three:active,
#prevnext-testimonial-one:focus,
#prevnext-testimonial-two:focus,
#prevnext-testimonial-three:focus,
#prevnext-testimonial:active,
#prevnext-testimonial:focus {
    outline: none;
}

#destination-controls .next,
#destination-controls .prev,
#prevnext-testimonial-one .next,
#prevnext-testimonial-two .next,
#prevnext-testimonial-three .next,
#prevnext-testimonial-one .prev,
#prevnext-testimonial-two .prev,
#prevnext-testimonial-three .prev,
#prevnext-testimonial .next,
#prevnext-testimonial .prev,
#prevnext-client .next,
#prevnext-client .prev,
#prevnext-service-one .next,
#prevnext-service-one .prev {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 48px;
    height: 48px;
    background-color: #efefef;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

#destination-controls .next>span,
#destination-controls .prev>span,
#prevnext-testimonial-one .next>span,
#prevnext-testimonial-two .next>span,
#prevnext-testimonial-three .next>span,
#prevnext-testimonial-one .prev>span,
#prevnext-testimonial-two .prev>span,
#prevnext-testimonial-three .prev>span,
#prevnext-testimonial .next>span,
#prevnext-testimonial .prev>span,
#prevnext-client .next>span,
#prevnext-client .prev>span,
#prevnext-service-one .next>span,
#prevnext-service-one .prev>span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial-one .prev:hover,
#prevnext-testimonial-two .prev:hover,
#prevnext-testimonial-three .prev:hover,
#prevnext-testimonial-one .next:hover,
#prevnext-testimonial-two .next:hover,
#prevnext-testimonial-three .next:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover,
#prevnext-client .next:hover,
#prevnext-client .prev:hover,
#prevnext-service-one .next:hover,
#prevnext-service-one .prev:hover {
    opacity: 1;
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial-one .prev:hover,
#prevnext-testimonial-two .prev:hover,
#prevnext-testimonial-three .prev:hover,
#prevnext-testimonial-one .next:hover,
#prevnext-testimonial-two .next:hover,
#prevnext-testimonial-three .next:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover,
#prevnext-client .next:hover,
#prevnext-client .prev:hover,
#prevnext-service-one .next:hover,
#prevnext-service-one .prev:hover {
    background-color: #155E5C;
    color: #fff;
}

.block-testimonial {
    background-color: #fff;
    padding: 30px 20px;
    /* height: 100% !important; */
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 16px rgba(174, 174, 174, 0.07);

}

.block-testimonial p {
    font-size: 16px;
    color: #000;
    /* line-height: 2; */
    margin-bottom: 30px;
}

.block-testimonial .author {
    display: block;
    margin-bottom: 40px;
}

.block-testimonial .author img {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.booking-type-box {
    height: 400px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
}

.block-testimonial .author h3,
.block-testimonial .author .h3 {
    font-size: 18px;
    color: #649ef7;
    margin-bottom: 0;
}

.block-testimonial .author .position {
    font-size: 14px;
}

.quote {
    font-size: 5em;
    line-height: 0;
}

.custom-accordion .accordion-item {
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-accordion .accordion-item .btn-link:before {
    font-family: "icomoon";
    content: "\f067";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #fff !important;
    background: #649ef7;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: "icomoon";
    content: "\f068";
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.custom-accordion .accordion-item.active {
    z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
    color: #000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
}

.media-entry>a {
    display: block;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: hidden;
    border-radius: 10px;
}

.media-entry h3,
.media-entry .h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.media-entry h3 a,
.media-entry .h3 a {
    color: #3b3b3b;
}

.media-entry h3 a:hover,
.media-entry .h3 a:hover {
    color: #155e5c;
}

.media-entry .m-body {
    padding: 20px 20px 50px 20px;
}

.media-entry .date {
    font-size: 12px;
}

.media-entry:hover .more .label {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.media-entry:hover .more .arrow {
    border-color: #155e5c;
}

.media-entry p {
    font-size: 14px;
}

.contact-info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #649ef7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

.contact-info h4,
.contact-info .h4 {
    font-size: 18px;
    padding: 0 0 0 60px;
}

.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}

.section-2 {
    padding: 10rem 0 !important;
}


.image-stack {
    position: relative;
    width: 100%;
    z-index: 2;
}

.image-stack img {
    width: 100%;
    display: block;
    border: 10px;
}

.image-stack__item--bottom {
    position: absolute;
    /* right: -200px; */
    top: -80px;
    width: 100%;
    z-index: -1;
    max-width: 740px;
    width: 130%;
}


.image-stack__item--top {
    padding-top: 20px;
    padding-right: 30%;
    width: 70%;
}

.destination .card-wrap {
    padding: 40px;
    background: rgb(164 132 96 / 5%);
    border-radius: 30px;
    /* margin: 0 15px; */
}

.author img {
    height: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

blockquote.block-testimonial:after {
    content: '';
    height: 21px;
    width: 32px;
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 40px;
    transform: rotate(45deg);
    border-radius: 4px;
    z-index: 0;
}



.form-floating>.form-control {
    border-radius: 10px;
    border-color: rgb(0 0 0 / 10%);
}

.client-slider {
    display: flex;
    align-items: center;
}

.arrow-img {
    bottom: -90px;
    width: 100px;
    transform: rotate(-40deg);
}

#destination-controls {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(50%);
    display: flex;
    justify-content: space-between;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.contact-wrap {
    overflow: hidden;
}

.contact-wrap {
    padding: 50px 0 50px 50px;
    background-color: #ffffff;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 59px 74px rgba(0, 0, 0, 0.12);
}

.contact-wrap h2 {
    font-size: 32px;
}

.contact-wrap .img-contact {
    position: absolute;
    bottom: 0;
    max-width: 560px;
    right: 0;
}

/* footer section */
footer {
    overflow: hidden;
}

.site-footer {
    background: #3B3B3B;
    font-size: 14px;
    color: #ffffff;
    padding: 70px 0 30px;
    margin-top: -90px;
}

p {
    font-family: "Noto Sans", sans-serif;

}

.section-contact p {
    font-size: 18px;
    line-height: 24px;
}

.form-floating>.form-control {
    border-radius: 10px;
    border-color: rgb(0 0 0 / 10%);
    font-size: 16px;
}

.form-control::placeholder {

    font-size: 16px;
}




.circle-content {
    font-size: 0px;
}

.circle-content.active {
    font-size: 14px;
    color: #fff;
    background: #155E5C;
    border-radius: 50px;
    height: 22px;
    width: 22px;
    position: absolute;
    line-height: normal;
    padding: 1px;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out, font-size 0.1s ease-in-out;
    transition-delay: 1s, 1s, 0s;
}

.prev-step {
    background: transparent;
    color: #155E5C;
    border: 1px solid #155E5C;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: 155E5C;
    z-index: -1;
}



.modal-dialog {
    margin: 15px;
    height: auto;
    min-height: 100vh;

}

.modal-content {
    height: 100%;
    border-radius: 30px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.step-two-modal-body,
.step-one-modal-body {
    background: #ffffff url("../images/bg-modal.webp");
    height: 100%;
    border-radius: 18px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.step-three-modal-body {
    background: #ffffff url("../images/modal-second.webp");
    height: 100%;
    border-radius: 18px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

/* ------------booking type section ---------------- */
.booking-type-box {
    position: relative;
    overflow: hidden;
}

.booking-desc-box {
    background: rgba(21, 94, 92, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
    flex-direction: column;
    justify-content: center;
}

.booking-desc-box p:last-child {
    margin: 0;
}

.booking-type-box:hover .booking-desc-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#destination-controls .next,
#destination-controls .prev,
#prevnext-testimonial-one .next,
#prevnext-testimonial-two .next,
#prevnext-testimonial-three .next,
#prevnext-testimonial-one .prev,
#prevnext-testimonial-two .prev,
#prevnext-testimonial-three .prev,
#prevnext-testimonial .next,
#prevnext-testimonial .prev,
#prevnext-client .next,
#prevnext-client .prev,
#prevnext-service-one .next,
#prevnext-service-one .prev {
    background: #155e5c;
}

.prev svg path {
    fill: #ffffff;
}

.next svg path {
    fill: #ffffff;
}

#prevnext-testimonial-one {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 200px);
    display: flex;
    justify-content: space-between;
    left: -100px;
    z-index: 0;
}

.container {
    position: relative
}

.client-slider-marque {
    animation: marquee 12s linear infinite;
    position: relative;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.client-slider-marque-rev {
    animation: marqueeRev 12s linear infinite;
    position: relative;
}

@keyframes marqueeRev {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

.client-wrap img {
    height: auto;
    width: auto;
    max-height: 67px;

}


.close-booking-btn {
    background: none;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 10px;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;

}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: auto;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    border-radius: 15px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}



.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}



.plans .plan input[type="radio"]:checked+.plan-content {
    border: 1px solid var(--primary-color);
    background: transparent;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    background: #EEEEEE;
    border: 1px solid #0000001A;
    border-radius: 15px;
    position: relative;
}

.plans .plan input[type="radio"]:checked+.plan-content::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -7px;
    height: 22px;
    width: 22px;
    background-image: url(../images/check-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.plans.all-steps-content .plan input[type="radio"]:checked+.plan-content::after {
    content: '';
    position: absolute;
    bottom: auto;
    top: 9px;
    right: 9px;
    height: 22px;
    width: 22px;
    background-image: url(../images/check-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.time-btn {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #000;
    font-size: 15px;
}

.card-debited-img {
    width: 80px;
}

.no-increament-decreament::-webkit-outer-spin-button,
.no-increament-decreament::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.use-font-14 {
    font-size: 14px;
}

.btn-payment {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #000;
}

.no-increament-decreament[type="number"] {
    -moz-appearance: textfield;
}

.plan-step-2 .plan {
    margin-bottom: 10px;
    flex-basis: 50%;
    width: fit-content;
}

.plan-step-2 .plan-details {
    width: 100%
}

.price-bottom {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.price-bottom .price {
    font-size: 18px;
    font-weight: 500;
    color: #155E5C;
}

table.table-condensed {
    width: 300px;
}


.day {
    height: 20px;
    width: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.dow {
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

th.datepicker-switch {
    text-align: center;
    font-size: 20px;
}

th.next {
    text-align: right;
}

.datepicker-days {
    display: block;
    width: fit-content;
    border: 1px solid #cccccc;
    border-radius: 20px;
    padding: 20px;
}

.step-4 .plan-details {
    background: #FFFFFF;
    border: 1px solid rgba(21, 94, 92, 0.1);
    box-shadow: 0px 4px 15px rgba(174, 174, 174, 0.57);
    padding: 30px;
    border-radius: 20px;
    max-width: 500px;
    margin: 20px 0;
}

#prevnext-client .prev:hover,
#prevnext-client .next:hover,
#prevnext-testimonial-one .prev:hover,
#prevnext-testimonial-one .next:hover,
#prevnext-testimonial-two .prev:hover,
#prevnext-testimonial-two .next:hover,
#prevnext-testimonial-three .prev:hover,
#prevnext-testimonial-three .next:hover,
#prevnext-testimonial .prev:hover,
#prevnext-testimonial .next:hover {
    background-color: #155E5C;
}

.blue-bg-add {
    position: relative;
}

.blue-bg-add::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(21, 94, 92, 70%);

    left: 0;
}

.border-custom-left {
    border-left: 5px solid rgba(21, 94, 92, 70%);
}

.quote-using {
    color: rgba(21, 94, 92, 70%);
    font-size: 35px;
}

.slider-added-imges {
    height: 300px;
    width: 200px;
    object-fit: cover;
    object-position: top;
}

#tns2>.tns-item {
    font-size: 15px;
}

.modal-fullscreen .modal-content {
    border-radius: 12px;
}

.plans .plan input[type="radio"]:checked+.plan-content::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -7px;
    height: 22px;
    width: 22px;
    background-image: url(../images/check-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* -------------------------- custom tini slider start--------------------- */
.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #545E63;
}

.btn-white:hover {
    color: #fff;
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #D9D9D9;
    /* border: 2px solid #007bff; */
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: transparent;
    cursor: pointer;
    border: 5px solid #ffffff;
}

.circle-content {
    font-size: 0px;
}

.circle-content.active {
    font-size: 14px;
    color: #fff;
    background: #155E5C;
    border-radius: 50px;
    height: 22px;
    width: 22px;
    position: absolute;
    line-height: normal;
    padding: 1px;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out, font-size 0.1s ease-in-out;
    transition-delay: 1s, 1s, 0s;
}

.prev-step {
    background: transparent;
    color: #155E5C;
    border: 1px solid #155E5C;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: 155E5C;
    z-index: -1;
}

#multi-step-form {
    /* overflow-x: hidden; */
}

.modal-dialog {
    /* width: 100%; */
    max-width: 100%;
    margin: 15px;
    height: auto;
    min-height: 100vh;

}

.modal-content {
    height: 100%;
    border-radius: 30px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.step-two-modal-body,
.step-one-modal-body {
    background: #ffffff url("../images/bg-modal.webp");
    height: 100%;
    border-radius: 18px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.step-three-modal-body {
    background: #ffffff url("../images/modal-second.webp");
    height: 100%;
    border-radius: 18px;
    background-size: 50% 100vh;
    background-position: right center;
    background-repeat: no-repeat;
    color: #3B3B3B;
}

.close-booking-btn {
    background: none;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 10px;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;

}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
    width: auto;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    border-radius: 15px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-content img {
    margin-right: 30px;
    height: 72px;
}

.plans .plan .plan-details span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}



.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}



.plans .plan input[type="radio"]:checked+.plan-content {
    border: 1px solid var(--primary-color);
    background: transparent;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    background: #EEEEEE;
    border: 1px solid #0000001A;
    border-radius: 15px;
    position: relative;
}

.plans .plan input[type="radio"]:checked+.plan-content::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -7px;
    height: 22px;
    width: 22px;
    background-image: url(../images/check-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.plans.all-steps-content .plan input[type="radio"]:checked+.plan-content::after {
    content: '';
    position: absolute;
    bottom: auto;
    top: 9px;
    right: 9px;
    height: 22px;
    width: 22px;
    background-image: url(../images/check-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.time-btn {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #000;
    font-size: 15px;
}

.card-debited-img {
    width: 80px;
}

.no-increament-decreament::-webkit-outer-spin-button,
.no-increament-decreament::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.use-font-14 {
    font-size: 14px;
}

.btn-payment {
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #000;
}

.no-increament-decreament[type="number"] {
    -moz-appearance: textfield;
}

.powered-by-box p {
    font-size: 0.9rem;
    font-family: "Merriweather", serif;
    letter-spacing: 0.02rem;
    font-weight: 300;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.5rem 5 0 0;
    color: #fff;
}

.powered-by-box p span span {
    color: #2ccc6b;
    /* margin-left: 0.22rem; */
}

.know-about img { 
    max-width: 230px; 
    height: auto;
    border-radius: 1rem; 
    margin-right: 0.5rem; 
    box-shadow: 2px 5px 5px rgba(0,0,0,0.15); 
}

.left-aside .img-plane { 
    position: static; 
    width: 100%; 
    transform: rotate(28deg); 
    margin-top: -17%;
    margin-left: 12%;
}

.using-h5.planname { padding-right: 2rem; position: relative; }
.info-tootlip-box { position: absolute; z-index: 3; font-size: 0; margin: 0 0 0 auto; display: flex; width: 20px; min-width: 20px; right: 0; top: 0; }
.info-tootlip-box svg { fill: #6c757d; width: 100%; height: auto; vertical-align: top; }
.info-tootlip { position: absolute; min-width: 250px; background: #3b3b3b; padding: 0.9rem; border-radius: 0.5rem; left: calc(100% + 12px); top: 53%; transform: translateY(-53%); margin-left: 20px; transition: 0.35s all; opacity: 0; visibility: hidden; font-size: 12px; line-height: 1.35; color: #fff; }
.info-tootlip:before { content: ""; position: absolute; right: 100%; top: 0; bottom: 0; height: 0; width: 0; margin: auto; border-right: 6px solid #3b3b3b; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.plans .plan .plan-details .info-tootlip p { margin: 0; font-size: 12px; line-height: 1.35; color: #fff; }
.info-tootlip h1, .info-tootlip .h1, .info-tootlip h2, .info-tootlip .h2, .info-tootlip h3, .info-tootlip .h3, .info-tootlip h4, .info-tootlip .h4, .info-tootlip h5, .info-tootlip .h5 { color: #fff; margin: 0; }

.info-tootlip-box:hover .info-tootlip { opacity: 1; visibility: visible; margin-left: 0; }

#destination-controls .next,
#destination-controls .prev,
#prevnext-testimonial-one .next,
#prevnext-testimonial-two .next,
#prevnext-testimonial-three .next,
#prevnext-testimonial-one .prev,
#prevnext-testimonial-two .prev,
#prevnext-testimonial-three .prev,
#prevnext-testimonial .next,
#prevnext-testimonial .prev,
#prevnext-client .next,
#prevnext-client .prev,
#prevnext-service-one .next,
#prevnext-service-one .prev {
    background: #155e5c;
}

.prev svg path {
    fill: #ffffff;
}

.next svg path {
    fill: #ffffff;
}

#prevnext-testimonial-one {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 200px);
    display: flex;
    justify-content: space-between;
    left: -100px;
    z-index: 0;
}

.container {
    position: relative
}

.client-slider-marque {
    animation: marquee 12s linear infinite;
    position: relative;
    /*overflow: hidden;*/
}

/* ------------------------responsive start --------------------*/

@media screen and (max-width: 1600px) {
    .using-h5 {
        font-size: 17px;
    }
}

@media (min-width: 1500px) {
    .padding-left {
        padding: 0 0 0 200px;
    }

    .modal-dialog {
        height: calc(100% - 30px);
    }

    .arrow-hero {
        position: absolute;
        width: 530px;
        bottom: 0;
        left: 26%;
    }

    .modal-content .mt-5.px-5 {
        padding-bottom: 50px;
    }

    .arrow-hero {
        position: absolute;
        width: 530px;
        bottom: 0;
        left: 26%;
    }

    .slider-added-imges {
        height: 383px;
        width: 215px;
    }

    .day {
        height: 34px;
        width: 44px;

        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    tr .dow {
        font-size: 14px;
        padding: 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    thead tr {
        display: flex;
        justify-content: space-between;
    }

    .datepicker-days {
        padding: 15px;
    }

    tbody tr {
        display: flex;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .padding-left {
        padding: 0 100px 0 130px;
    }


}

@media (max-width:1400px) {
    .main-content h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .hero .heading {
        font-size: 50px;
    }

    .know-about h2 {
        font-size: 30px;
    }

    .know-about h2::after {
        width: 150px;
        bottom: -35%;
        height: 100px;
        left: 105px;

    }

    .profile-description p {
        font-size: 15px;
        line-height: 19px;
    }

    .profile-details {
        width: 200px;
        height: 267px;
        top: -95px;
        left: -30px;
    }

    .profile-details img {
        height: 100px;
        width: 100px;
    }

    .img-plane {
        position: absolute;
        bottom: -95px;
        right: 72%;
        z-index: 1;
        transform: rotate(8deg);
        width: 64%;
    }

    .using-h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .using-h5 {
        font-size: 12px;
    }
}

@media (max-width:1299.98px) {
    .img-plane {
        bottom: -30px;
    }
}

@media (max-width:1199.98px) {
    .left-aside {
        padding-left: 100px;
    }

    .know-about {
        right: -10%;
    }

    .know-about h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .know-about img {
        width: 50%;
    }

    .know-about h2::after {
        width: 91px;
        bottom: -46%;
        height: 62px;
        left: 80px;

    }

    .img-plane {
        bottom: -5%;
        transform: rotate(24deg);
        width: 66%;
    }

    .main-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .content-description {
        font-size: 12px;
        line-height: 18px;
    }

    .profile-details img {
        height: 80px;
        width: 80px;
    }

    .btn-readmore {
        margin-top: 0px;
        padding: 8px 10px;
    }

    .profile-details {
        width: 180px;
        padding: 16px;
    }

    .profile-details h4 {
        font-size: 20px;
        line-height: 28px;
        margin: 10px;
    }

    .profile-description {
        padding: 16px;
    }

    .profile-description p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .arrow-hero {
        display: none;
    }
}


@media (max-width:991.98px) {
    .logo {
        width: 200px;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .left-aside {
        padding-left: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: 0px auto;
        ;
    }

    .btn-booking-type {
        margin: 0px auto;
    }

    .main-content h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .main-content {
        padding-top: 30px;

    }

    .right-aside {
        margin-top: 15%;
    }

    .content-description {
        padding-right: 20px;
        font-size: 17px;
        line-height: 27px;
        max-width: 350px;
        margin: 0px auto;
    }

    .know-about {
        right: 0px;
        left: 40%;
    }

    .know-about h2 {
        font-size: 40px;
        line-height: 49px;
    }

    .know-about img {
        width: 60%;
    }

    .profile-details {
        left: 5%;
        width: 220px;
    }

    .profile-details img {
        height: 100px;
        width: 100px;
    }

    .profile-description p {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .know-about h2::after {
        bottom: -10%;
        left: 153px;
    }

    .contact-wrap .img-contact {
        position: relative;
        bottom: -50px;
        max-width: 560px;
        right: -90px;
    }

    .section-2 {
        padding: 3rem 0 !important;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .step-three-modal-body,
    .step-two-modal-body,
    .step-one-modal-body {
        background-image: none;
    }

    .modal-content .mt-5.px-5 .col-md-6 {
        width: 100%;
    }
}
@media (max-width:820px) {
    .profile-description p {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .know-about h2::after {
        width: 117px;
        bottom: -27%;
        height: 76px;
        left: 94%;
    }

    #prevnext-service-one,
    #prevnext-testimonial-one,
    #destination-controls {
        position: relative;
        width: 120px;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }

    #prevnext-testimonial-one {
        top: 40px;
    }

    #destination-controls {
        margin: unset;
        top: -40px;
    }

    .client-wrap img {
        max-height: 50px;
    }
}

@media (max-width:768.98px) {
    .know-about h2 {
        position: relative;
        left: -7%;
        font-size: 34px;
        line-height: 42px;
    }

    .profile-description p {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .contact-wrap {
        padding: 40px;
    }

    .contact-wrap .border-heading:before.contact-wrap .border-heading::after {
        display: none;
    }

    .contact-wrap .img-contact {
        position: relative;
        bottom: -36px;
        max-width: 300px;
        right: -58%;
    }

    .section .heading {
        font-size: 30px;
        line-height: normal;
    }

    .section-contact .heading {
        font-size: 24px;
        line-height: normal;
    }

    .plan-step-2 .plan {
        flex-basis: 100%;
        width: 100%;
    }

    .modal-content .px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media (max-width:600.98px) {
    .right-aside {
        margin-top: 150px;

    }

    .profile-description p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        margin-bottom: 4px;
    }

    .know-about img,
    .know-about h2::after {
        display: none;
    }

    .know-about h2 {
        left: 33%;
    }

    .profile-details img {
        height: 95px;
        width: 95px;
    }

    .profile-details {
        background-color: var(--primary-color);
        height: 255px;
        width: 180px;
        position: absolute;
        top: -113px;
        left: 12px;
        padding: 8px;
    }

    .profile-details h4 {
        margin: 8px 0px;
        font-size: 20px;
        line-height: 28px;
    }

    .btn-readmore {
        padding: 8px 10px;
        margin-top: 0px;
        font-size: 12px;
    }

    .main-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 12px;
    }
}

@media (max-width:576.98px) {
    .know-about h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .heading {
        font-size: 30px;
        line-height: normal;
    }

    #tns2>.tns-item {
        margin-left: -10px;
    }

    .contact-wrap .img-contact {
        position: relative;
        bottom: -44px;
        max-width: 300px;
        right: -14%;
    }

    .contact-wrap .border-heading:before,
    .contact-wrap ::after {
        display: none;
    }

    .slider-added-imges {
        height: 260px;
        width: 215px;
    }

    .price-bottom .price {
        font-size: 20px;
    }

    .time svg {
        width: 18px !important;
    }

    .using-font-sm-12 {
        font-size: 12px;
    }

    .btn {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }

    .dow {
        font-size: 14px;
        padding: 4px;
    }

    .day {
        height: 16px;
        width: 16px;
        font-size: 12px;
        padding: 3px;
    }

    .datepicker-days {
        border-radius: 5px;
        padding: 10px;
    }

    .booking-modal .modal-content {
        border-radius: 5px !important;
    }

    table.table-condensed {
        width: 272px;
    }
}

@media (max-width:540px) {
    .profile-description p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
        margin-bottom: 14px;
    }

    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }


    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 5px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

@media (max-width:476px) {

    .profile-details {
        background-color: var(--primary-color);
        height: 255px;
        width: 180px;
        position: absolute;
        top: -113px;
        left: 16px;
        padding: 8px;
    }

    .profile-description p {
        font-size: 11px;
        line-height: 16px;
    }

    .profile-details img {
        height: 75px;
        width: 75px;
    }
}

@media (max-width:425px) {
    .profile-description p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 5px;
    }

}

@media (max-width:392px) {
    .right-aside {
        margin-top: 150px;

    }

    .profile-description p {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .know-about img,
    .know-about h2::after {
        display: none;
    }

    .know-about h2 {
        left: 22%;
        font-size: 21px;
        line-height: 25px;
    }

    .profile-details {
        background-color: var(--primary-color);
        height: 230px;
        position: absolute;
        top: -113px;
        left: 2%;
        padding: 16px;
        width: 172px;
    }

    .profile-description p:nth-child(3) {
        display: none;
    }
    .profile-description {
        padding: 10px;
    }
    .profile-description h4 {
        font-size: 13px;
        line-height: 26px;
        font-weight: 700;
    }

    .profile-description a {
        font-size: 12px;
        line-height: 20px;
    }
   
}

@media (max-width:360px) {
    .profile-description p {
        font-size: 11px;
        line-height: 14px;
    }
}
.text-primary { color:#155E5C !important; }
.bg-primary { background:#155E5C !important; }
.section-row { padding: 5rem 0; }
.hero-section { position: relative; overflow: hidden; }
.hero-section.section-row { padding-bottom: 0; }
.hero-content-sub-box { padding: 2% 2%; color: #212529; margin: 0 12.8% 0 11%; font-size: 1rem; }
.hero-top-content { display: flex; align-items: end; margin-bottom: 1.5rem; margin-top: 0.5rem; padding-left: 8rem; }
.hero-kerry-img { max-width: 230px; border-radius: 1rem; position: relative; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.35); }
.hero-top-content h2 { position: relative; margin-left: auto; max-width: 200px; font-size: 2.2rem; margin-right: 1.6rem; }
.hero-kerry-img img { width: 100%; }
.hero-top-content h2 img { position: absolute; right: -0.9rem; top: 84%; width: 78px; }
.hero-img-box { position: relative; padding: 0 0 0%; z-index: 2; margin: 7% -17% 10% 0; }
.hero-content-box { background-image: url(../../../uploads/mac-middle.png); background-size: 100% auto; position: relative; min-height: 650px; }
.hero-content-box:after { content: ""; position: absolute; top: 0; bottom: 0; left: 10%; right: 10%; z-index: -1; background: #fff; margin: auto; }
.hero-img-box:before, .hero-img-box:after { content: ""; position: absolute; left: 0; right: 0; top: -3.9%; bottom:  -6.3%; left: 0; right: 0; background-repeat: no-repeat; background-size: 100% auto; pointer-events: none; z-index: 2; }
.hero-img-box:before { background-image: url(../../../uploads/mac-top.png); background-position: top left; }
.hero-img-box:after { background-image: url(../../../uploads/mac-bottom.png); background-position: bottom left; }
.hero-middle-content { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); border-radius: 12px; padding: 1.5rem; }
.hero-bottom-content { margin: 1.5rem 0 0.7rem; }
.hero-bottom-content h4 { font-size: 1.3rem; margin: 0 0 0.3rem 0; }
.hero-img-main-box { position: relative; }
.hero-kerry-info { background-color: #155E5C; width: 230px; position: absolute; top: -100px; left: -20px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); border-radius: 12px; padding: 24px; z-index: 4; text-align: center; font-size: 1rem; }
.hero-kerry-info figure { max-width: 120px; border-radius: 50%; position: relative; overflow:hidden; width: 100%; margin: 0 auto; }
.hero-kerry-info figure img { width: 100%; height: auto; }
.hero-kerry-info h4 { margin: 0.5rem 0; font-size: 1.5rem; }
.hero-kerry-info p { margin: 0; font-size: inherit; }
.hero-middle-content p { font-size: inherit; }
.hero-middle-content p:last-child { margin-bottom: 0; }
.prev svg, .next svg { width: 18px; height: auto; }

.hero2-img-box { height: 100%; position: relative; z-index: 11; }
.hero2-img-box .hero2-img { width: 100%; height: 100%; }
.hero2-img-box .hero2-img figure { margin: 0; }
.hero2-img figure img { width: 100%; height: 100%; object-fit: cover; object-position: 25% center; }
.left-aside .img-plane { position: static; width: 100%; transform: rotate(13deg); margin-top: -31%; margin-left: 16%; }
.hero2-img-box .hero-kerry-info { top: 7%; left: -12%; background: #fff; color: #155E5C; box-shadow: 0px 0px 20px 0px #21252966; }
.hero2-img-box .hero-kerry-info figure { margin-bottom: 1rem; }
.hero-section-2 .hero-text.left-aside { margin-top: 5rem; max-width: 670px; margin-left: auto; width: 100%; padding: 0 2rem; }
.hero-section-2 .left-aside .img-plane { margin-bottom: -20%; }

.about-me-row { background: #FAFAFA; }
.about-me-img img { width: 100%; height: auto; border-radius: 1rem; }
.about-me-title { max-width: 310px; width: 100%; min-width: 310px; position: relative; z-index: 2; }
.about-me-content { position: relative; z-index: 2; }
.about-me-details { box-shadow: 0px 0px 40px 0px #181C421A; background: #fff; border-radius: 1rem; padding: 1.5rem; margin-left: -20%; font-size: 1rem; }
.about-me-title svg { position: absolute; right: -10%; top: 62%; width: 60px; height: auto; }
.about-me-details p { font-size: inherit; margin: 0 0 0.8rem 0; }
.about-me-details h4 { font-weight: 600; font-size: 1.2rem; }
.kerry-obryan-info { font-weight: 500; }
.kerry-obryan-info p { margin: 0; }
.about-me-content .heading { margin-top: 2.5rem; }

/*==========================================================================================================*/
@media only screen and (max-width: 1400px) {
	.section-row { padding: 4rem 0; }    
    .hero-kerry-img { max-width: 190px; }
    .hero-top-content h2 { max-width: 150px; font-size: 1.8rem; margin-right: 1.4rem; }
    .hero-top-content { margin-bottom: 2rem; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 1199px) {
    .hero-kerry-info { width: 190px; top: -80px; left: -20px; padding: 1rem; }
    .hero-kerry-info figure { max-width: 90px; }
    .hero-kerry-info h4 { margin: 0.5rem 0 0.3rem 0; font-size: 1.1rem; }
    .hero-img-box::before, .hero-img-box::after { top: -2.4%; bottom: -4%; }
    .hero-content-sub-box { font-size: 0.9rem; }
    .hero-middle-content { padding: 1.2rem; }
    .hero-section-2 .hero-text.left-aside { margin-top: 0; }
    .hero2-img-box .hero-kerry-info { top: 5%; left: -20%; }
}

/*==========================================================================================================*/
@media only screen and (max-width: 991px) {
    .section-row { padding: 3rem 0; }
    .hero-text { max-width: 565px; margin-left: auto; margin-right: auto; text-align: center; }
    .btn-booking-type { margin: auto; }
    .hero-img-box { margin: 7% 0 0% 0; }
    .hero-kerry-info { width: 180px; top: -80px; left: 1rem; }
    .hero-top-content { padding-left: 6rem; margin-top: 1.2rem; }
    .hero-top-content h2 { max-width: 170px; }
    .hero-content-box { min-height: auto; padding-bottom: 2.3%; }
    .hero-bottom-content { margin: 1.5rem 0 1.9rem; }
    .hero-img-box::before, .hero-img-box::after { top: -4%; bottom: -5.4%; }
    .hero-content-sub-box { margin: 0 12% 0 12%; }
    .hero-img-main-box {padding-bottom: 10%;}
    .powered-by-box p { justify-content: center; }
    .hero-section-2 .content-description { max-width: 100%; padding: 0; }
    .hero2-img-box .hero-kerry-info { top: -4rem; left: 1rem; }
    .hero2-img figure img { height: auto; }
    .about-me-details { margin: -5% 3% 0; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 767px) {
    .hero-img-box::before, .hero-img-box::after { top: -2%; bottom: -8.4%; }
    .hero-kerry-info { width: 160px; position: relative; margin: 1.6rem auto -6rem 0; top: 0; left: 0; font-size: 0.8rem; line-height: 1.2; }
    .hero-kerry-info h4 { font-size: 1rem; }
    .hero-top-content { padding-left: 0; }
    .hero-content-sub-box { font-size: 0.8rem; }
    .hero-middle-content p { margin-bottom: 0.5rem; }
    .hero-bottom-content h4 { font-size: 1.1rem; }
    .hero2-img-box .hero-kerry-info { top: -3rem; right: 1rem; margin: 0; position: absolute; left: auto; }

}

/*==========================================================================================================*/
@media only screen and (max-width: 575px) {
    .hero-top-content h2 { font-size: 1.3rem; }
    .hero-kerry-img { max-width: 140px; width: 50%; }
    .hero-top-content h2 img { top: 70%; width: 54px; }
    .hero-img-box::before, .hero-img-box::after { top: -2%; bottom: -4.4%; }
    .client-sec .text-nowrap { white-space: normal !important; }
    .hero2-img-box .hero-kerry-info { bottom: -3rem; top: auto; }
    .about-me-title { max-width: 200px; width: 100%; min-width: 200px; }
    .about-me-details h4 { font-size: 1.1rem; }
    .about-me-details { font-size: 0.9rem; }
    
}
