@font-face {
    font-family: Pragmatica-500;
    src: url('../fonts/fonnts.com-Pragmatica_Ext_Book.otf');
}

@font-face {
    font-family: Pragmatica-400;
    src: url('../fonts/fonnts.com-Pragmatica_Ext_Light.otf');
}

@font-face {
    font-family: Pragmatica-300;
    src: url('../fonts/fonnts.com-Pragmatica_Ext_Extra_Light.otf');
}

@font-face {
    font-family: Pragmatica-extra-bold;
    src: url('../fonts/Pragmatica_Extended-Extra-Bold.otf');
}

@font-face {
    font-family: Pretty Mommy;
    src: url('../fonts/Pretty Mommy Font by Keithzo.otf');
}

@media (min-width: 1400px) and (max-width: 1599px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1121px;
    }

    .birthday-section-content p {
        margin: 7px 0 !important;
    }

    .experince-section-img {
        height: auto !important;
    }
}

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

body {
    font-family: Pragmatica-400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

li {
    list-style: none;
}

.myClass {
    overflow: hidden;
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

/* =========================== header start ======================== */
.main-header {
    position: relative;
    z-index: 11;
    background: #0C356B;

}

.main-header.scrolled {
    background: #0C356B !important;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(59, 59, 59, 0.34) 2px 0px 10px 0px;
    transition: 0.3s;
    animation: goDown 0.5s ease-in-out forwards;
}

@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(0px);
    }
}

.navbar-brand {
    margin: 0 !important;
}

.navbar-brand img {
    object-fit: cover;
    width: 100%;
}

.all-same-btn {
    color: #FFFFFF;
    background: #FF8000;
    border-radius: 100px;
    border: 1px solid #FF8000;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: all 0.3s ease;

}

.all-same-btn:hover {
    background: #0C356B !important;
    border-color: #0C356B !important;
    transition: all 0.3s ease;
}

.main-menus ul li {
    margin: 0 25px;
}

.main-menus ul li>a::after {
    content: "";
    background-color: #FF8000;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}

.main-menus ul li a {
    color: #FFFFFF;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-menus ul li a:hover {
    color: #FF8000 !important;
}

.main-menus ul li:hover>a::after {
    width: 100%;
    transition: 0.5s;
}

.contact-btn {
    border: 1px solid #FF8000;
    background: transparent;
    border-radius: 100px;
    padding: 14px 18px 11px;
    color: #FFFFFF;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 20px;
}

.contact-btn:hover {
    transition: 0.5s;
    color: #FFFFFF;
    background: #FF8000;
}

/* =========================== banner start ======================== */

.hero-banner {
    position: relative;
    height: 100%;
    z-index: 1;
    height: 100vh;
}
 .banner-carousel ,  .banner-carousel .owl-stage-outer,  .banner-carousel .owl-stage,  .banner-carousel .owl-item,  .banner-carousel .item {
    height: 100% !important;
}
.banner-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 190px 0 80px;
}

.banner-main::before {
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(12, 53, 107, 0.75) 0%, rgba(10, 52, 88, 0.3) 38.72%, rgba(2, 43, 78, 0.22) 61.4%, rgba(0, 36, 66, 0.7) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.banner-content {
    position: relative;
    z-index: 111;
}

.banner-content h1 {
    color: #FFBD7B;
    font-family: Pretty Mommy;
    font-weight: 400;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: capitalize;
    text-align: center;

}

.banner-content h2 {
    color: #FFFFFF;
    font-family: Pragmatica-extra-bold;
    font-weight: 800;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;

}

.banner-content .btn-wrap {
    text-align: center;
}

.hero-banner .owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 45px;
    display: flex;
    flex-direction: column;
}

.hero-banner .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff;
}

.hero-banner .owl-theme .owl-dots .owl-dot.active span,
.hero-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* =========================== search start ======================== */
.search-section {
    position: relative;
}

.search-section-main {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-box select {
    background: #F1F1F1;
    border: 0;
    padding: 17px;
    border-radius: 100px;
    flex: 0 0 50%;
    color: #000000;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;

}

.search-box input {
    background: #F1F1F1;
    border: 0;
    padding: 17px;
    border-radius: 100px;
    color: #646464;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    width: 100%;
}

/* =========================== we offer start ======================== */
.we-offer {
    position: relative;
    padding: 100px 0;
}

.we-offer-main h2 {
    color: #FF8000;
    font-family: Pretty Mommy;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}

.all-same-heading {
    color: #000000;
    font-family: Pragmatica-extra-bold;
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
}

.we-offer-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.we-offer-meta-single {
    box-shadow: 0px 0px 14px 0px #3A3A3A1F;
    background: white;
    border-radius: 14px;
    padding: 20px 15px 20px 20px;
}

.we-offer-meta-single span {
    background: #FFBD7B4D;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 20px;
}

.we-offer-meta-single h5 {
    color: #000000;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 9px 0;
}

.we-offer-meta-single p {
    color: #414141;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 9px 0;
}


/* =========================== adventure start ======================== */

.adventure-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.adventure-meta-single {
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.adventure-meta-single:first-child:hover::before {
    background: #A64500B2;
    transition: all 0.5s ease;
}

.adventure-meta-single:nth-child(2):hover::before {
    background: #000679B2;
    transition: all 0.5s ease;
}

.adventure-meta-single:nth-child(3):hover::before {
    background: #790002B2;
    transition: all 0.5s ease;
}

.adventure-meta-single::before {
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26.45%, rgba(0, 0, 0, 0.4) 48.51%, rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.adventure-img {
    width: 100%;
    height: 100%;
}

.adventure-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.adventure-content {
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translatex(-50%);
    width: 90%;
    z-index: 1;
    text-align: center;
}

.adventure-meta-single:hover .adventure-content {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}


.adventure-content h3 {
    color: #FFFFFF;
    font-family: Pragmatica-extra-bold;
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 14px 0;
}

.adventure-content p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
}



/* =========================== our tours start ======================== */
.our-tours {
    position: relative;
    padding: 100px 0;
}

.our-tours .all-same-heading {
    margin-bottom: 50px;
}
/* .our-tours-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
    margin-bottom: 28px;
} */

.our-tours-single {
    background: #F5F6F7;
    border-radius: 10px;
    position: relative;
}

.our-tour-img {
    width: 100%;
    height: 212px;
}

.our-tour-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.our-tours-content {
    padding: 26px 20px;
}

.our-tours-content h4 {
    color: #000000;
    font-family: Pragmatica-extra-bold;
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.our-tours-content p {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    margin: 10px 0;
}

.our-tours-content p strong {
    color: #4A4A4A;
}

.our-tour-price {
    color: #000000;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
}

.tour-btn {
    border: 1px solid #FF8000;
    color: #000000;
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    text-align: center;
    font-family: Pragmatica-500;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
}

.tour-btn:hover {
    background: #FF8000;
    color: white;
    transition: all 0.3s ease;
}

.tours-days {
    background: #FFFFFF;
    width: 54px;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    gap: 2px;
    top: 16px;
    left: 16px;
    color: #000000;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;

}

.tours-days strong {
    font-size: 20px;
}

.adventure-label {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 30px;
    position: absolute;
    top: 182px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adventure-label span {
    color: #FFFFFF;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;

}

.our-tours .btn-wrap {
    text-align: center;
    margin-top: 30px;
}


/* =========================== review start ======================== */

.reviews-section {
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 86px 0;
    margin: 10px;
    z-index: 1;
}

.reviews-section::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C356BBF;
    z-index: -1;
}

.reviews-section .all-same-heading {
    color: white;
    position: relative;
    padding-bottom: 30px;
}

.reviews-section .all-same-heading::before {
    content: ' ';
    position: absolute;
    width: 88px;
    height: 2px;
    background: #FFFFFF;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.reviews-meta {
    margin-top: 50px;
}

.review-content {
    background: #00122A40;
    position: relative;
    border-radius: 20px;
    padding: 32px 56px;
    text-align: center;
}

.review-star-img {
    margin: auto;
    width: 137px;
    height: 23px;
    margin-bottom: 15px;
}

.review-star-img img {
    object-fit: cover;
    width: 100%;
}

.review-content h5 {
    color: #FFFFFF;
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 18px;
    line-height: 25.21px;
    letter-spacing: 1.15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.review-content p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    width: 95%;
    margin: auto;

}

.reviews-meta .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    width: 115%;
    z-index: 9999;
}

.reviews-meta .owl-nav button {
    background: transparent !important;
    border: 1px solid white !important;
    font-weight: 700;
    color: white !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    width: 56px;
    height: 56px;
    border-radius: 100px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.reviews-meta .owl-prev {
    position: absolute;
    left: -20px;
    top: -9px;
}

.reviews-meta .owl-next {
    right: -20px;
    top: -9px;
    position: absolute;
}


/* =========================== popular section start ======================== */
.popular-activity {
    position: relative;
    padding: 103px 0;
}

.popular-activity .filter-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 18px;
    width: 70%;
    margin: 0 auto 25px;
}

.popular-activity .filter-bar select.form-select {
    border-radius: 100px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #cecece !important;
    height: 45px;
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #4a4a4a;
    box-shadow: none !important;
}


.popular-activity-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}

.popular-activity-heading .all-same-heading {
    text-align: start;
}

.popular-activity-heading p {
    color: #414141;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    flex: 0 0 40%;

}

.popular-left-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 17px;
    height: 100%;
}

.left-img {
    width: 100%;
    height: 230px;
}

.left-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.popular-left-meta:first-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.popular-left-meta {
    display: flex;
    gap: 17px;
}

.popular-left-meta:nth-of-type(2) .popular-all:nth-of-type(2) {
    flex: 0 0 55%;
}


.popular-all {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.popular-all:hover .left-img img {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.popular-all::before {
    content: ' ';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 59.1%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.popular-all:hover::before {
    border-radius: 20px;
}

.right-img {
    width: 100%;
    height: 100%;
}

.right-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.popular-all:hover .right-img img {
    border-radius: 20px;
    transition: all 0.3s ease;
}

.popular-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.popular-content p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}

.popular-content p span {
    display: block;
}

.popular-content h6 {
    color: #FFFFFF;
    font-family: Pragmatica-extra-bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.liked-hearth {
    background: #FF8000;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* =========================== expect start ======================== */

.expect-section {
    position: relative;
    padding-bottom: 101px;
}

.expect-sec-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 50px;
    margin-bottom: 26px;
}

.expect-sec-single {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.expect-sec-single:hover::before {
    height: 100%;
    transition: all 0.3s ease;
}

.expect-sec-single::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
    z-index: 1;

}

.expect-img {
    height: 270px;
}

.expect-img img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.expect-section .btn-wrap {
    text-align: center;
}

.expect-section .all-same-btn {
    padding: 17px 32px;
}

.expect-content {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 11px;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1;
}

.expect-sec-single:hover .expect-content {
    top: 20px;
}

.expect-content h5 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
}

/* =========================== footer start ======================== */
.main-footer {
    background: #0C356B;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding-top: 93px;
}

.footer-logo {
    margin-bottom: 31px;
}

.footer-meta p {
    color: #FFFFFFBF;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.4px;
}

.footer-meta h4 {
    color: #FFFFFF;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.footer-meta ul {
    padding: 0;
}

.quick-links li>a::after {
    content: "";
    background-color: #FF8000;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}

.quick-links li a {
    color: #FFFFFFBF;
    font-family: Pragmatica-500;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.4px;
    position: relative;

}

.quick-links li a:hover {
    color: #FF8000 !important;
}

.quick-links li:hover>a::after {
    width: 100%;
    transition: 0.5s;
}

.email-input {
    position: relative;
    width: 370px;
    border-bottom: 1px solid #FFFFFF80;
    padding: 5px 0;
    margin-top: 26px;
}

.email-input input {
    width: 50%;
    border: none;
    font-family: Pragmatica-300;
    color: #FFFFFFB2;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    background-color: transparent;
    color: white;
    font-size: 1rem;
}

.email-input input::placeholder {
    color: white;
    opacity: 0.7;
}

.email-input .email-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.email-input input:focus {
    outline: none;
    border-color: #fff;
}

.social-links {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 26px;
}

.email-input .all-same-btn {
    font-family: Pragmatica-500;
    font-weight: 500;
    font-size: 12px !important;
    letter-spacing: 0px;
}

.copy-right-section {
    border-top: 1px solid #FFFFFF1F;
    margin-top: 83px;
    padding: 34px 0;
    text-align: center;
}

.copy-right-section p {
    color: #FFFFFFB2;
    font-family: Pragmatica-300;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
}









/* ===================tours-page-css-start======================= */

/* mencora-section-start */
.mencora-section {
    padding: 100px 0;
}

.mencora-section .section-heading .all-same-heading {
    margin-bottom: 10px;
    line-height: normal;
}

.mencora-section .section-heading {
    width: 60%;
    margin: 0 auto 60px;
}

.mencora-section .section-heading p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
    color: #414141;
}

.mencora-image {
    width: 100%;
    position: relative;
}

.mencora-image img {
    width: 100%;
    border-radius: 6px;
}


.mencora-image:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 30px;
    border-radius: 6px;
    width: 86px;
    height: 202px;
    background: #FF8000;
    z-index: -1;
}

.mencora-content .all-same-heading {
    line-height: normal;
    margin-bottom: 10px;
}

.mencora-content p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #414141;
}

.mencora-content {
    padding: 20px;
}

.mencora-section .all-same-heading {
    font-size: 30px;
}

.mencora-image,
.mencora-content {
    margin-bottom: 80px;
}

.section-btn {
    margin-top: 30px;
}

.ls-bxx {
    width: 79% !important;
    margin: 0 auto !important;
}

.ls-bxx p {
    font-size: 20px !important;
    line-height: 191%;
}

/* mencora-section-end */
/* all-tours-section-start */
.all-tours-section {
    padding: 100px 0 60px;
    background: #f5f6f7;
}

.all-tours-section .filter-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    justify-content: center;
    padding: 20px 0 0;
    margin-top: 10px;
}

.all-tours-section .form-select {
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #cecece !important;
    border-radius: 8px;
    height: 45px;
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #4a4a4a;
    box-shadow: none !important;
}

.all-tours-section .our-tours-meta {
    margin-top: 40px;
    margin-bottom: 0;
}

/* all-tours-section-end */
/* how-works-section-start */


.how-works-section {
    padding: 100px 0;
}

.step-bx {
    box-shadow: 0 0 8px 0 rgba(135, 135, 135, 0.24);
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 24px;
    color: #000;
    margin-bottom: 20px;
}

.step-bx h6 {
    font-family: 'Pragmatica-500';
    font-weight: 700;
    font-size: 18px;
    line-height: 161%;
}

.step-bx h6 span {
    color: #ff8000;
}

.step-bx p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #414141;
}

.step-image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.step-image img {
    width: 100%;
    object-fit: cover;
}


.how-works-section .all-same-heading {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
}


.how-works-section .all-same-heading span {
    color: #ff8000;
}

.how-works-section .col-lg-12 .step-bx p {
    font-size: 14px;
    line-height: 186%;
    margin: 5px 0;
}

.how-works-section .col-lg-12 .step-bx h5 {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 20px;
    line-height: 210%;
    color: #000;
}


/* how-works-section-end */




/* ===================tours-page-css-end======================= */
/* ===================activities-page-css-end======================= */

.activities-section .breadcrumb li,
.about-section .breadcrumb li,
.contact-section .breadcrumb li ,
.review-section .breadcrumb li  {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
}

.activities-section .breadcrumb li a,
.about-section .breadcrumb li a,
.contact-section .breadcrumb li a ,
.review-section .breadcrumb li a {
    color: #000;
}

.activities-section .breadcrumb li,
.about-section .breadcrumb li,
.contact-section .breadcrumb li,
.review-section .breadcrumb li{
    color: #414141;
}

.activities-section .b-bx,
.about-section .b-bx,
.contact-section .b-bx ,
.review-section .b-bx{
    margin: 35px 0;
}

.activities-section .section-heading,
.about-section .section-heading,
.about-section .section-heading ,
.review-section .section-heading{
    margin-top: 30px;
}

.activities-section .section-heading .all-same-heading span,
.about-section .section-heading .all-same-heading span,
.contact-section .section-heading .all-same-heading span ,
.review-section .section-heading .all-same-heading span{
    color: #ff8000;
}

.activities-section .section-heading .all-same-heading,
.about-section .section-heading .all-same-heading,
.contact-section .section-heading .all-same-heading ,
.review-section .section-heading .all-same-heading  {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.activities-section .section-heading p,
.about-section .section-heading p,
.contact-section .section-heading p ,
.review-section .section-heading p{
    font-family: 'Pragmatica-400';
    font-size: 16px;
    line-height: 187%;
    text-align: center;
    color: #414141;
    width: 65%;
    margin: 0 auto;
}

.activities-main {
    margin-top: 65px;
}

.activities-card {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 6px 0 rgba(135, 135, 135, 0.1);
    background: #f5f6f7;
    overflow: hidden;
}

.activities-image a {
    border-radius: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.activities-image a img {
    width: 100%;
}

.activities-content {
    padding: 25px 20px;
}

.activities-content h5 {
    font-family: 'Pragmatica-500';
    font-size: 19px;
    line-height: 153%;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}



.activities-content p {
    font-family: 'Pragmatica-300';
    font-weight: 300;
    font-size: 14px;
    line-height: 186%;
    color: #000;
    margin-top: 8px;
}


/* ===================activities-page-css-end======================= */
/* ===================about-us-page-css-end======================= */


.about-main {
    margin-top: 75px;
}

.about-image {
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
}

.about-image img {
    width: 100%;
}

.about-content h4 {
    font-family: 'Pragmatica-extra-bold';
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
}

.about-content p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 15px;
    line-height: 187%;
    color: #414141;
    margin-top: 5px;
}

.about-content {
    padding: 21px;
}

.about-content,
.about-image {
    margin-bottom: 45px;
}

.about-section {
    padding-bottom: 100px;
}

/* ===================about-us-page-css-end======================= */
/* ===================contact-us-page-css-start======================= */


.contact-lftbx {
    padding: 32px;
    border-radius: 6px;
    width: 100%;
    background: #f5f6f7;
}

.contact-lftbx .all-same-heading {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

.contact-lftbx p {
    font-family: 'Pragmatica-300';
    font-weight: 300;
    font-size: 14px;
    line-height: 186%;
    color: #000;
    padding: 15px 0 25px;
}

.contact-lftbx form input,
.contact-lftbx form textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #414141;
    background: #fff;
    font-family: 'Pragmatica-400';
    border: 1px solid #f8f7f4;
    border-radius: 6px;
    width: 100%;
    height: 55px;
    padding: 22px;
}

.contact-lftbx form .form-group {
    margin-bottom: 15px;
}

.contact-lftbx form textarea {
    height: 113px;
    resize: none;
}

.contact-lftbx form .form-btn {
    background: #ff8000;
    font-family: 'Pragmatica-400';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 15px;
    line-height: normal;
    width: 100%;
    border-radius: 6px;
}

.contact-lftbx form input::placeholder,
.contact-lftbx form textarea::placeholder {
    color: #414141;
}


.get-bxx .all-same-heading {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 18px;
}

.gbbxx p {
    font-family: 'Pragmatica-500';
    font-weight: 600;
    font-size: 16px;
    line-height: 250%;
    color: #000;
    margin-bottom: 8px;
}

.gbbxx a,
.gbbxx span {
    font-weight: 400;
    color: #414141;
    font-family: 'Pragmatica-500';
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.get-bxx {
    padding: 25px;
}

.contact-section {
    padding-bottom: 100px;
}

 

.contact-lftbx form.wpcf7-form.init input , .contact-lftbx form.wpcf7-form.init textarea {
    width:  100%;
}

.contact-lftbx form.wpcf7-form.init p label br {
    display: none;
}

.contact-lftbx form.wpcf7-form.init p label {
    display: block;
    margin-bottom: 30px;
}

.contact-lftbx form.wpcf7-form.init p {
    padding: 0;
}

/* ===================contact-us-page-css-end======================= */
/* ===================tuors-single-page-css-start======================= */

.single-pro-tab-section ul li button {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #000;
    margin: 0 !important;
    border-radius: 6px 6px 0 0;
    width: 187px;
    height: 44px;
    background: #fefefe;
}

.single-pro-tab-section #productTab {
    border: none;
    gap: 12px;
}

.single-pro-tab-section .nav-tabs .nav-item.show .nav-link,
.single-pro-tab-section .nav-tabs .nav-link.active {
    border: none !important;
    color: #fff;
    background: #ff8000;
    outline: none;
}

.at-bxx {
    border-top: 2px solid #ff8000;
    border-radius: 0 6px 6px 6px;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 30px;
}

.description h5 {
    font-family: 'Pragmatica-extra-bold';
    font-size: 18px;
    line-height: 161%;
    text-transform: uppercase;
    color: #000;
}

.description>p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #414141;
    margin: 10px 0 20px;
}

.des-table {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 0;
}

.des-table p {
    font-family: 'Pragmatica-500';
    font-weight: 700;
    font-size: 15px;
    line-height: 193%;
    text-transform: uppercase;
    color: #000;
}

.des-table ul {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin-top: 10px;
    flex-wrap: wrap;
}
.des-table ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-transform: capitalize;
    color: #414141;
}

.des-table:last-child {
    border-top: none !important;
}


.book-new-section {
    background: #f5f6f7;
    position: relative;
    z-index: 9;
}

.booknewleft {
    margin-top: -150px;
}

.faq-bxx .accordion-body {
    padding: 20px 0;
}

.faq-bxx .accordion-header {
    background: transparent !important;
    box-shadow: none;
    border: none;
}

.faq-bxx button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 20px 0;
    font-family: 'Pragmatica-500';
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #414141;
    border-bottom: 1px solid #d9d9d9;
}

.faq-bxx .accordion {
    background: transparent;
}

.faq-bxx .accordion-item {
    border-radius: 0 !important;
    border: none !important;
}

.faq-bxx h5 {
    font-family: 'Pragmatica-500';
    font-weight: 700;
    font-size: 15px;
    line-height: 193%;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 0px;
}

.faq-bxx .accordion-button::after {
    content: "\2b";
    font-size: 16px;
    font-family: 'FontAwesome';
    background-image: none !important;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 800;
}

.faq-bxx .accordion-button:not(.collapsed)::after {
    content: "\f068";
}


.book-card {
    max-width: 100%;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.book-card-header {
    font-family: 'Pragmatica-500';
    font-weight: 700;
    font-size: 18px;
    line-height: 161%;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px 6px 0 0;
    width: 100%;
    background: #2a6db6;
    display: flex;
    align-items: center;
    padding: 20px 24px;
}

.book-card-body {
    padding: 20px;
}

.calendar-box {
    background-color: #f8f9fa;
    border-radius: 10px; 
    margin-bottom: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: sans-serif;
    padding: 15px 15px 0 15px;
}
.calendar-table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.calendar-table th {
    color: #6c757d;
    font-weight: 500;
    font-family: sans-serif;
}

.calendar-table td {
    padding: 8px;
    cursor: pointer;
    border-radius: 100%;
    transition: background 0.3s;
    font-weight: 600;
}

.calendar-table td:hover {
    background-color: #e9ecef;
}

.calendar-table .active {
    background-color: #0d6efd;
    color: #fff;
}

.price {
    margin-bottom: 15px;
    font-family: Pragmatica-extra-bold;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #2a6db6;
}

.book-btn {
    display: block;
    width: 100%;
    background-color: #ff7a00;
    border: none;
    border-radius: 30px;
    padding: 12px;
    transition: 0.3s;
    font-family: 'Pragmatica-400';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}
.book-btn:hover {
    background-color: #e86f00;
}
.br-top h5 {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 56px;
    font-family: 'Pragmatica-500';
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #47a0ff;
}

.book-right {
    margin-top: -105px;
}
 

.book-card-body > p {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #414141;
}

    
.calendar-table thead tr {
    border-bottom: 1px solid;
}

.calendar-table thead th {
    padding: 0 10px 10px 10px;
}

/* ===================tuors-single-page-css-end======================= */
/* ===================reviews-page-css-start======================= */
.review-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 60px 0 30px;
    flex-wrap: wrap;
}
.review-btns .btn {
    font-weight: 500;
    border: 1px solid #dedede;
    border-radius: 100px;
    width: 250px;
    height: 44px;
    background: #fff;
    font-family: Pragmatica-400;
    font-weight: 300;
    font-size: 14px;
    line-height: 186%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
  .stars i {
    color: #ff8000;
    font-size: 25px;
    margin-right:5px ;
}
    .progress {
      height: 8px;
      border-radius: 5px;
    }
    .progress-bar {
      background-color: #ff8000;
    }
    .rating-summary {
      margin-top: 20px;
    }
  .review-card {
      border-top: 2px solid  #f8f7f4;
      padding: 25px 0;
      margin-top: 25px;
    }
    .review-card:last-child {
    border-bottom: 2px solid  #f8f7f4;
}
    .review-user {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    .review-user .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #e5e7eb;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #666;
    }
    .review-footer {
      border-top: 3px solid #007bff;
      margin-top: 20px;
    }
    .text-orange {
      color: #ff8000;
    }
     .review-section .section-heading p {
    font-family: Pragmatica-400;
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
    color: #414141;
    margin: 10px auto;
    width: 70%;
}

 .review-section .section-heading h4 {
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

 .review-section .section-heading h4 span {
    color: #FF8000;
}
.rating-head {
    text-align: left;
} 

.rating-summary.text-center {
    border-top: 3px solid #f8f7f4;
    padding: 30px 0;
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: auto 1fr;
    gap: 50px;
}
.rating-head h4 {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 16px;
    color: #0d0c22;
}
.rating-head h1 {
    font-family: 'Pragmatica-500';
    font-weight: 700;
    font-size: 46px;
    color: #000;
    margin: 10px 0;
}
.rating-head > p {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 14px;
    color: #414141;
    margin: 10px 0 0;
}
.hed-ss {
    font-family: 'Pragmatica-500';
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.d-dfg {
    font-family: 'Pragmatica-500';
    font-weight: 800;
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #0d0c22;
}
small.date {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 15px;
    line-height: 165%;
    color: #414141;
}
.rc-heading {
    font-family: 'Pragmatica-500';
    font-weight: 500;
    font-size: 20px;
    line-height: 112%;
    color: #000;
    margin-bottom: 15px;
}

.rc-text {
    font-family: 'Pragmatica-400';
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #414141;
}

 .rating-btns-bx {
    text-align: center;
}
 .review-section {
    padding-bottom: 100px;
}
.rating-btns-bx {
    text-align: center;
    margin-top: 30px;
}
/* ===================reviews-page-css-end======================= */

/* wp travel plugin menus remove css */
.section-inner {
    display: none !important;
}
/* wp travel plugin menus remove css */

/* ======================== new changes 11/6 ========================= */

.ti-review-text-container.ti-review-content {
    color: #FFFFFF !important;
    font-family: Pragmatica-300 !important;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0px;
}
 .ti-prev {
    left: -70px !important;
    border: 1px solid white !important;
    color: white !important;
    border-radius: 100px !important;
    width: 56px !important;
    height: 56px !important;
    background: transparent !important;
}
.ti-next{
     right: -70px !important;
    border: 1px solid white !important;
    color: white !important;
    border-radius: 100px !important;
    width: 56px !important;
    height: 56px !important;
    background: transparent !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before {
    border-color: white !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-prev:hover {
    background-color: #0C356B  !important;
}
.ti-name {
    color: #FFFFFF !important;
     font-family: Pragmatica-400 !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 25.21px !important;
    letter-spacing: 1.15px !important;
}
.ti-widget.ti-goog .ti-read-more span {
    color: white !important;
}
.tnp-field-button input {
    position: absolute !important;
    right: 0;
    top: 0;
    margin: 0 !important;
    z-index: 99;
    height: 100% !important;
}
.tnp-field label {
    display: none !important;
}
.tnp.tnp-subscription {
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
}
.tnp.tnp-subscription form {
    width: 100% !important;
    position: relative !important;
}
.tnp-field.tnp-field-email {
    margin: 0 !important;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: 0 I !important;
    border: 0;
    padding: 0;
}
#tnp-1 {
    background: transparent;
    width: 70% !important;
    color: white !important;
}
  .wte-process-btn,  .wpte-button,.tnp-submit {
    background: #FF8000 !important;
    border: 1px solid #FF8000 !important;
    border-radius: 100px !important;
     font-family: Pragmatica-500 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 100%;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    padding: 15px 22px !important;
}
.wpte-trip-highlights li::before {
    background-color: #FF8000 !important;
}
.wpte-booking-area .wpte-bf-btn {
    background: #FF8000 !important;
}
.wte-related-trips-wrapper {
    margin-bottom: 64px !important;
}
.wte-title-duration .duration {
    background-color: #FF8000 !important;
    border-bottom: #FF8000 !important;
}
.wte-title-duration {
    border: 1px solid #FF8000 !important;
}
#enquiry_submit_button {
    background: #FF8000 !important;
    border: 1px solid #FF8000;
    border-radius: 100px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #FF8000 !important;
    line-height: 100% !important;
    border-radius: 100px;
}
.wpte-form-field.wpte-form-submit input[type="submit"] {
    background: #FF8000 !important;
    border-radius: 100px;
}
h5.wte-booking-summary-info-title {
    background-color: #FF8000 !important;
}
  .wte-process-btn.wte-process-btn-prev {
    color: white !important;
    padding: 12px 20px !important;
}
/* 
input#email {
    border: none;
    color: white !important;
} */
.mc4wp-form-fields p input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    background: #FF8000;
    border-radius: 100px;
    border: 1px solid #FF8000;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: all 0.3s 
ease;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #000 !important;
    color: #FFF !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: white !important;
}
.hero-banner .banner-main .row{
	align-items:center !important;
}

/* 
============================ new changes 08 / 11================================ */
.wp-travel-inner-wrapper {
    padding: 74px 0;
}
.page-header {
    padding: 74px 0 0 0;
}
.post-inner.thin {
    width: 75%;
    margin: auto;
    padding: 74px 0;
}
.wpte-checkout__form-submit-button {
    color: #FFFFFF;
    background: #FF8000 !important;
    border-radius: 100px;
    border: 1px solid #FF8000 !important;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 12px !important;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: all 0.3s 
ease;
}
.wte-process-btn.wte-process-btn-prev {
    width: 90px;
    height: 35px;
    justify-content: center;
}
a.wpte-ud-tab.active{
	color: #FFFFFF;
    background: #FF8000 !important;
    border-radius: 100px;
    border: 1px solid #FF8000;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 12px !important;
    line-height: normal !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 22px !important;
    transition: all 0.3s 
ease;
}
input.wpte-lrf-btn,.wpte-lrf-btn-transparent.wpte-detail-btn {
    color: #FFFFFF;
    background: #FF8000 !IMPORTANT;
    border-radius: 100px !IMPORTANT;
    border: 1px solid #FF8000 !important;
    font-family: Pragmatica-500;
    font-weight: 700;
    font-size: 12px !IMPORTANT;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 22px;
    transition: all 0.3s 
ease;
}
.mc4wp-form-fields p input {
    border: none !IMPORTANT;
    color: white !important;
}