.city-info h3,
.textsize {
    text-transform: uppercase
}

.testimonial-card p,
.text-truncate.line-clamb-3 {
    -webkit-line-clamp: 3
}

body {
    font-family: "IBM Plex Sans", sans-serif !important
}

:root {
    --main-color: #f14a00;
    --second-color: #ff8f00;
    --black-color: #000;
    --transition-08s: all ease-in-out 0.8s
}

a {
    text-decoration: none
}

.bannersection {
    min-height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0
}

.bannerbgsec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bannerbgsec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.aboutbanner-section::before,
.bannersection::before,
.flightbanner::before {
    content: "";
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.bannersection .container {
    position: relative;
    z-index: 2
}

.banner-box,
.toursec-item {
    text-align: center
}

.bannertitle {
    color: #ffff;
    font-size: 45px;
    font-weight: 700
}

.bannertitle span,
.site-title span {
    color: var(--main-color)
}

.banner-para p a,
.banner-para p a:focus,
.banner-para p a:hover,
.flight-para p,
.main-menu>ul>li.select>a,
.tour-info .rating i {
    color: var(--second-color)
}

.banner-para {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.searchflightsec {
    position: relative;
    margin-top: -100px;
    z-index: 2
}

.formonbanner {
    margin: 0;
    background-color: #fff;
    transition: .5s ease-in-out;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e4ebf1;
    box-shadow: 0 4px 24px 0 rgba(194, 194, 194, .25)
}

.radio-btn-wrap {
    padding: 10px;
    border-bottom: 1px solid #e7edf2
}

.home-banner-form .new-flight-search-form-box-wrap,
.newhome-banner-form-wrap form {
    padding: 0
}

.radio-inline {
    margin: 0
}

.single-form-content-wrap {
    padding: 10px
}

.radio-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input:checked~.checkmark:after,
.tour-card {
    display: block
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 9px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    transition: .3s
}

.radio-container:hover input~.checkmark {
    background-color: #fff;
    border-color: var(--main-color)
}

.benefit-item:hover,
.radio-container input:checked~.checkmark {
    border-color: var(--main-color)
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--main-color)
}

.textsize {
    color: #111827;
    font-size: 12px;
    font-weight: 500 !important
}

button.btn.btn-secondary.home-search-btn {
    background: var(--second-color);
    border-radius: 10px;
    padding: 8px 16px;
    border-color: var(--second-color);
    font-size: 14px;
    font-weight: 500
}

button.btn.btn-secondary.home-search-btn.review_btn {
    background: var(--second-color);
    border-radius: 4px;
    padding: 19px 40px;
    border-color: var(--second-color);
    font-size: 15px
}

.dnone_callbox.mob-nav-cta-btn {
    border: 1px solid var(--second-color) !important;
    background-color: transparent !important;
    color: var(--second-color) !important;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    height: 40px;
    border-radius: 22px;
    line-height: 1.2;
    border-width: 1.5px;
    text-align: left;
    width: 168px;
    white-space: nowrap;
    transform: scale(.9);
    display: flex !important;
    padding-left: 42px !important;
    padding-top: 0 !important
}

.callbox-lg.dnone_callbox.mob-nav-cta-btn::before {
    width: 40px;
    height: 40px;
    top: 2px
}

.dnone_callbox.mob-nav-cta-btn::before {
    content: "";
    display: flex;
    justify-content: start;
    width: 36px;
    height: 36px;
    border-radius: 54%;
    background-image: url(../images/avatar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    left: 4px;
    position: absolute
}

.callbox-lg.dnone_callbox .header-phone-no {
    color: var(--second-color);
    font-size: 14px
}

.home-banner-form .new-flight-search-form-box-wrap .form-control {
    padding: 6px 10px;
    height: 38px;
    border-radius: 6px !important;
    /*font-size: 12px;*/
    border-color: #d6d6d6
}

.tour-slider {
    width: 90%;
    margin: 0 auto
}

.tour-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    background: #000;
    color: #fff
}

.info-icon,
.tour-info .rating {
    display: flex;
    align-items: center
}

.tour-card img {
    width: 100%;
    height: 365px;
    object-fit: cover
}

.tour-info {
    padding: 12px 15px;
    position: absolute;
    z-index: 2;
    height: max-content;
    width: 100%;
    bottom: 0;
    background-color: #00000082;
    backdrop-filter: blur(5px)
}

.tour-info h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.tour-info .rating {
    margin-top: 5px;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important
}

.tour-info .rating i {
    font-size: 12px
}

.tour-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background: #fff !important;
    border-radius: 50%;
    padding: 8px 14px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    width: 30px;
    height: 30px
}

.tour-slider .owl-nav .owl-prev {
    left: -14px
}

.tour-slider .owl-nav .owl-next {
    right: -14px
}

.tour-card::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #141414b5 137.28%);
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px
}

.section-header {
    margin-bottom: 40px
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111827
}

.sub-title {
    font-size: 16px;
    color: #4e5561;
    line-height: 1.5
}

.city-link:hover .city-info h3,
.text-primarysec {
    color: var(--main-color) !important
}

.common-section {
    padding: 50px 0;
    position: relative
}

.text-primarysec {
    opacity: 1;
    text-decoration: underline
}

.delete-multicity-btn:hover {
    border-color: var(--main-color);
    color: var(--main-color)
}

.add-multicity-btn,
.add-multicity-btn:hover {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--second-color)
}

.remove-multicity-btn,
.remove-multicity-btn:hover {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--main-color)
}

.benefit-section {
    background-image: url(../image/banner/benefit-bg.webp);
    background-repeat: no-repeat;
    background-position: center 71%;
    background-color: #b7b7b717;
    background-size: 70%;
    margin-top: -46px;
    padding-top: 123px
}

.info-card {
    background: rgb(255 255 255 / 72%);
    backdrop-filter: blur(30px);
    border: 1px solid #e4ebf1;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform .3s, box-shadow .3s
}

.info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 12px;
    color: #fff;
    padding: 7px
}

.flight-para,
.para-text {
    margin-top: 14px
}

.icon-vip {
    background: #98aa30
}

.icon-ticket {
    background: #e04f16
}

.icon-travel {
    background: #6938ef
}

.icon-price {
    background: #0e9384
}

.info-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.info-card p {
    font-size: 12px;
    color: #555;
    line-height: 1.2
}

.city-link {
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #e4e6e8;
    margin-bottom: 24px;
    background-color: #fff !important;
    display: block
}

.city-card img {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 18px
}

.city-info h3 {
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    color: var(--black-color) !important;
    margin-bottom: 4px;
    display: block
}

.client_review_section .content_box p,
.testimonial-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.city-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555
}

.city-content .arrow {
    transition: color .3s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffa22c36;
    color: #000;
    font-size: 14px;
    border: 1px solid var(--second-color)
}

.city-card:hover .arrow {
    color: #000
}

.city-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%
}

.Partnered-slider .item,
.client-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px
}

.Partnered-slider .item img,
.client-slider .item img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter .3s
}

.Partnered-slider .item img:hover,
.client-slider .item img:hover {
    filter: grayscale(0%)
}

.Partnered-slider .owl-nav,
.client-slider .owl-nav,
.customer-service,
.help-support {
    display: none
}

.Partnered-slider .owl-dots,
.client-slider .owl-dots {
    margin-top: 15px
}

.Partnered-slider {
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
    padding: 30px;
    position: relative
}

.Partnered-section {
    background-image: url(../image/banner/about-bg-01.svg);
    background-repeat: no-repeat;
    background-position: 42% 71%;
    background-color: #f5f8fa;
    background-size: 100%
}

.client_review_section {
    background-color: #e3f0ff
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    padding: 20px;
    max-width: 400px;
    width: 100%
}

.testimonial-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #222
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px;
    flex-grow: 1
}

.testimonial-card hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 15px 0
}

.testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.client_review_section .content_box .flex_box,
.user-info {
    align-items: center;
    display: flex
}

.user-info {
    gap: 10px
}

.user-info img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover
}

.user-text {
    display: flex;
    flex-direction: column
}

.user-text strong {
    font-size: 14px;
    color: #222
}

.user-text span {
    font-size: 13px;
    color: #777
}

.ratingnew {
    background: var(--second-color);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px
}

.client_review_section .owl-carousel.owl-drag .owl-item {
    margin: unset !important;
    padding: unset
}

.testi-slider .owl-dots {
    display: none !important
}

.client_review_section .heading_box h2 {
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-size: 27px;
    margin: 0 0 30px
}

.client_review_section .rating_box {
    text-align: center;
    margin: 25px 0 0;
    border-right: 1px solid #2121212e;
    padding-right: 20px
}

.client_review_section .rating_box .star_box {
    display: flex;
    justify-content: center
}

.client_review_section .rating_box .star_box i {
    color: var(--main-color);
    text-shadow: 2px 5px 10px #00000040
}

.client_review_section .rating_box .star_box i.star1,
.client_review_section .rating_box .star_box i.star5 {
    padding: 40px 0 0;
    font-size: 18px
}

.client_review_section .rating_box .star_box i.star2,
.client_review_section .rating_box .star_box i.star4 {
    padding: 20px 0 0;
    font-size: 25px
}

.client_review_section .rating_box .star_box i.star3 {
    padding: 5px 0 0;
    font-size: 35px
}

.client_review_section .rating_box h3 {
    font-size: 43px;
    font-weight: 700;
    color: var(--main-color);
    margin: 0
}

.client_review_section .rating_box h5 {
    font-weight: 600;
    margin: 0;
    padding: 15px 0 0;
    color: var(--black-color)
}

.client_review_section .rating_box p {
    margin: 0;
    color: var(--black-color)
}

.client_review_section .rating_box img {
    width: 150px
}

.client_review_section .content_box {
    border-radius: 4px;
    padding: 15px 20px
}

.client_review_section .content_box .flex_box .image_box {
    width: 48px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    border: none !important
}

.client_review_section .content_box .flex_box .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.client_review_section .content_box .flex_box .name_box {
    margin: 0 0 0 10px
}

.client_review_section .content_box .flex_box .name_box h5 {
    font-size: 14px;
    margin: 0
}

.client_review_section .content_box .flex_box .name_box span {
    color: var(--main-color);
    font-size: 14px
}

.client_review_section .content_box p {
    margin: 0;
    padding: 10px 0 0;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis
}

.update-sec {
    border-radius: 10px;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.update-sec .section-header {
    margin-bottom: 20px
}

.update-sec .update-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.update-section {
    padding-bottom: 0
}

.linkbtn,
.linkbtn:hover {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700
}

.update-sec::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px 0 0 0;
    transform-origin: left;
    transform: skewY(1.5deg);
    background: #feedeb;
    border-radius: 20px
}

.bottoncopyox {
    padding: 0;
    border-top: 1px solid #dddddd40;
    background-color: #000
}

.flightbanner {
    background-image: url(../image/banner/Flight_Page.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 54vh;
    padding: 100px 0;
    position: relative
}

.flightbanner.hotelbanner {
    background-image: url(../image/banner/hotel_banner.webp) !important
}

.aboutbanner-section .container,
.flightbanner .container {
    z-index: 2;
    position: relative
}

.business-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    background-color: #212e47 !important;
    border: 1px solid #212e47 !important;
    color: #fff
}

.business-wrap::before {
    position: absolute;
    content: "";
    top: -90px;
    right: 100px;
    width: 300px;
    height: 600px;
    background: #cf3425;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    z-index: -1
}

.business-wrap .business-info {
    padding: 43px 0 43px 100px
}

.display-6 {
    font-size: 38px;
    font-weight: 700;
    color: #fff !important
}

.text-light {
    color: #e4ebf1 !important
}

.business-img img {
    height: 290px
}

.testi-sec-six {
    background: #f1f1f125;
    position: relative
}

.section-header-six .badge {
    position: relative;
    padding: .25rem .45rem .25rem 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .5px;
    background: rgba(207, 52, 37, .1);
    color: var(--main-color)
}

.section-header-six .badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    background: var(--main-color);
    transform: translateY(-50%)
}

.section-header-six h2 {
    font-size: 26px;
    font-weight: 700
}

.section-header-sixlist {
    padding-left: 2rem
}

.section-header-sixlist li {
    list-style: disc !important;
    font-weight: 600;
    color: #000;
    font-size: 15px
}

.work-section-six {
    background: #e1e1e140;
    position: relative
}

.work-section-six::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 60px;
    top: -50px
}

.bg-teal-trans {
    background: linear-gradient(180deg, #0e9384 0, #f8fafb 100%);
    padding: 1px;
    border-radius: 10px
}

.work-icon i {
    font-size: 30px
}

.work-avatar {
    background: #e4ebf1;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827
}

.video-wrap,
.video-wrap.hotelvideo-wrap {
    position: relative;
    justify-content: center
}

.work-section-six .work-avatar {
    font-size: 33px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #0e9384;
    position: relative;
    background: 0 0
}

.text-truncate {
    white-space: normal;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

p.text-truncate {
    font-size: 13px
}

h5.text-truncate {
    font-size: 16px;
    font-weight: 800
}

.bg-prime-trans {
    background: linear-gradient(180deg, #e04f16 0, #fafbfc 100%);
    padding: 1px;
    border-radius: 10px
}

.bg-purple-trans {
    background: linear-gradient(180deg, #6938ef 0, #f8fafb 100%);
    padding: 1px;
    border-radius: 10px
}

.text-teal {
    color: #0e9384 !important
}

.text-primary {
    color: var(--main-color) !important;
    opacity: 1
}

.text-purple {
    color: #6938ef !important
}

.cardsec {
    background-color: #fff;
    transition: .5s ease-in-out;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e4ebf1;
    box-shadow: 0 4px 24px 0 rgba(194, 194, 194, .25);
    color: inherit;
    min-height: 220px
}

.flight-wrap,
.video-wrap,
.video-wrap.hotelvideo-wrap {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    display: flex;
    overflow: hidden
}

.cardsec .card-body {
    padding: 1.25rem
}

.bg-prime-trans .work-avatar {
    -webkit-text-stroke: 1px #cf3425
}

.bg-purple-trans .work-avatar {
    -webkit-text-stroke: 1px #6938ef
}

.section-header-six p {
    font-size: 14px
}

.toursec-slider .owl-nav button {
    position: absolute;
    top: 40%
}

.toursec-item img {
    border-radius: 100px;
    margin-bottom: 16px;
    transition: transform .3s;
    width: 100%;
    height: 245px;
    object-fit: cover
}

.toursec-item:hover img {
    border-radius: 80px;
    transition: .5s
}

.toursec-item h4 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.video-wrap {
    background: url(../image/banner/video.jpg) top center/cover no-repeat fixed;
    align-items: center
}

.video-wrap.hotelvideo-wrap {
    background: url(../image/banner/PACK-YOUR-BAGS.webp) top center/cover no-repeat fixed;
    align-items: center
}

.flight-wrap {
    background: url(../image/banner/flightvideo.webp) top center/cover no-repeat fixed;
    position: relative;
    justify-content: center;
    align-items: center
}

.aboutbanner-section,
.video-content {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.company-intro,
.trevana-benefits {
    background-color: #fff
}

.video-wrap::before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wrap .section-header h2,
.video-wrap .section-header p {
    color: #fff
}

.video-wrap .section-header {
    padding: 20px;
    margin-bottom: 0;
    backdrop-filter: blur(4px);
    border-radius: 10px
}

.section-header-six h2.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    color: var(--black-color);
    margin-top: 8px;
    margin-bottom: 5px
}

.about-text {
    font-size: 16px;
    color: #757f95
}

.video-content {
    border-radius: 200px 0 0 200px;
    height: 400px
}

.destinations-section {
    padding: 70px 0
}

.aboutbanner-section.contactbanner {
    background-image: url(../image/banner/contact-banner.webp)
}

.aboutbanner-section.ticketspagebanner {
    background-image: url(../image/banner/4278.jpg);
    min-height: 64vh
}

.aboutbanner-section.ticketspagebanner::before {
    background: linear-gradient(121deg, #000000ba 23%, rgba(0, 0, 0, .178) 54%)
}

.aboutbanner-section {
    padding: 100px 0;
    min-height: 34vh;
    background-image: url(../image/banner/About_Page.webp);
    display: flex;
    align-items: center;
    justify-content: center
}

.innerbannertitle {
    font-size: 40px
}

.para-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    max-width: 600px
}

.trevana-benefits {
    color: #1b1b1b;
    overflow: hidden
}

.section-title {
    font-size: 28px;
    color: #101026
}

.benefit-item {
    padding: 20px;
    border: 1px solid #dfe0e4;
    border-radius: 12px;
    transition: .8s ease-in-out .4s;
    height: 100%
}

.benefit-icon {
    width: 50px;
    height: auto
}

.building-section__image,
.company-intro__text .company-intro__image {
    height: 250px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover
}

.benefit-title {
    font-size: 18px;
    color: #000
}

.benefit-text {
    font-size: 14px;
    color: #4a4a4a
}

.building-section__title,
.company-intro__title {
    color: #000;
    font-size: 18px
}

.building-section__text,
.company-intro__text {
    color: #444;
    font-size: 13px
}

.company-intro__text {
    margin-bottom: 1rem
}

.building-section {
    background-color: #f8f9fa
}

.support-section {
    background-color: #f9f9f9
}

.support-card {
    width: 100%;
    padding: 22px 25px;
    border: 1px solid #e4e6e8;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 0;
    height: 100%
}

.support-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.support-card .card-image {
    margin-bottom: 34px
}

.support-card .card-image .card-icon {
    border-radius: 6px;
    border: 1px solid #000;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center
}

.support-card .card-image .card-icon svg {
    fill: var(--second-color)
}

.support-card__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600
}

.support-card__text {
    min-height: 55px;
    color: #737373 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500
}

.support-card__contact {
    color: #000;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 22px
}

.nexttext {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3
}

.video-area {
    background: linear-gradient(81deg, #ffeae87a, #fff)
}

.textureimage02 {
    position: absolute;
    right: -193px;
    bottom: -26px;
    height: auto;
    width: 60%
}

.textureimage02 img {
    width: 82%;
    height: 100%;
    object-fit: cover;
    opacity: .1
}

.iframe-box,
.iframe-box iframe {
    width: 100%;
    height: 100%;
    position: relative
}

.common-box>h2,
.common-section .common-box>h2,
.common-title {
    text-transform: capitalize;
    position: relative;
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    font-size: 30px
}

.common-box>div.common-para,
.common-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: rgb(148 151 140);
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px
}

.common-box>div p,
.common-para p {
    margin-bottom: 0
}

.cta-form-box {
    margin-top: 30px
}

.cta-form-box .form-control {
    position: relative;
    background: rgb(255 255 255 / 0%);
    color: rgb(0 0 0 / 80%);
    border: 1px solid;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    min-height: 50px
}

.cta-form-box .form-group label {
    font-weight: 600;
    color: var(--black-color);
    font-size: 13px
}

.submitbtn {
    background-color: transparent;
    border: 1px solid var(--black-color);
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    color: var(--black-color);
    transition: .8s ease-in-out
}

.submitbtn :visited,
.submitbtn:focus,
.submitbtn:hover {
    background-color: var(--second-color);
    color: var(--black-color);
    transition: .8s ease-in-out
}

.iframe-box {
    overflow: hidden;
    border-radius: 10px
}

.iframe-box iframe {
    object-fit: cover;
    z-index: 1
}

.cta-form-box textarea.form-control {
    resize: none;
    min-height: calc(1.5em + .75rem + 70px)
}

.textureimage03 {
    position: absolute;
    left: -194px;
    height: auto;
    width: 60%;
    opacity: .8;
    bottom: -30px
}

.textureimage03 img {
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: .1
}

@media (min-width:992px) {
    .collapse-flight-searchform-new-wrap .new-flight-search-form-box-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .form-content-wrap .arrive-at-col,
    .form-content-wrap .depart-dt-col,
    .form-content-wrap .depart-from-col,
    .multicity-row-content-wrap .multi-arrive-at-col,
    .multicity-row-content-wrap .multi-delete-btn-col,
    .multicity-row-content-wrap .multi-depart-date-col,
    .multicity-row-content-wrap .multi-depart-form-col {
        flex: 0 0 20%;
        max-width: 20%
    }

    .form-content-wrap .guest-col {
        flex: 0 0 30%;
        max-width: 30%
    }

    .form-content-wrap .search-btn-col {
        flex: 0 0 10%;
        max-width: 10%
    }

    .delete-multicity-btn {
        margin-top: 30px;
        color: var(--main-color);
        color: #fff;
        text-align: center;
        background-color: #fff;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: flex;
        padding: 5px;
        color: var(--main-color);
        align-items: center;
        justify-content: flex-start;
        border: 0 solid #e8040f;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
    }

    .border-lg-top {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
    }

    .collapse-flight-searchform-new-wrap .single-form-content-wrap.multi-city--scroll {
        padding: 0 14px 16px 6px;
        overflow-y: auto;
        height: 400px;
        overflow-x: hidden
    }

    .collapse-flight-searchform-new-wrap .single-form-content-wrap.multi-city--scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .collapse-flight-searchform-new-wrap .single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-track {
        background-color: #efebeb;
        border-radius: 10px
    }

    .collapse-flight-searchform-new-wrap .single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-thumb {
        background-color: #c5c5c5;
        border-radius: 10px
    }

    .collapse-flight-searchform-new-wrap .single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-thumb:hover {
        background-color: #c5c5c5
    }

    .new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
        padding: 6px 12px;
        border-radius: 8px;
        height: 38px
    }

    .home-banner-form .new-flight-search-form-box-wrap #travellerinfo .form-control {
        cursor: pointer
    }

    .home-banner-form .new-flight-search-form-box-wrap .level-home-form {
        position: inherit;
        top: auto;
        left: auto;
        font-size: 12px;
        font-weight: 700;
        transition: .3s;
        line-height: 18px;
        color: #000
    }

    .home-banner-form .new-flight-search-form-box-wrap .travelerselectbox {
        padding-top: 2px;
        font-size: 12px
    }

    .new-flight-search-form-box-wrap .form-group1.form-btn-style {
        padding: 0;
        background: 0 0
    }

    .new-flight-search-form-box-wrap .home-search-btn {
        padding: 0;
        width: 100%;
        margin-top: 29px
    }

    .row-gutter>.col,
    .row-gutter>[class*=col-] {
        padding-right: 6px;
        padding-left: 6px
    }

    .custom-passenger-dropdown-menu div#traveller_details {
        width: 100%;
        padding: 10px
    }

    .row-gutter {
        margin-right: 0;
        margin-left: 0
    }

    .custom-passenger-dropdown-menu .pop-up-content-wrap {
        font-size: 13px !important;
        font-weight: 500;
        padding-top: 11px !important;
        color: #495057
    }

    .custom-passenger-dropdown-menu a.add_traveller,
    .custom-passenger-dropdown-menu a.remove_traveller {
        background: #ff8f00;
        padding: 0;
        color: #fff;
        border-radius: 50px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .custom-passenger-dropdown-menu select#fare_class {
        width: 100%;
        border-radius: 4px;
        font-size: 12px;
        padding: 6px;
        color: #495057;
        border: 1px solid #ccc
    }

    .flight-banner-caption-new.banner-rt-top.banner-rt-top.text-white.text-center {
        margin-top: 5%
    }

    .divsecleft {
        margin-left: auto !important
    }

    .divsecright {
        margin-right: auto !important
    }
}

.divsecright .video-content {
    border-radius: 0 200px 200px 0
}

.hoteltexture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hoteltexture img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.hoteltextsection {
    overflow: hidden
}

.newvideo-area {
    background: linear-gradient(81deg, #ffeae87a, #fff);
    margin-top: -43px;
    padding-top: 100px;
    padding-bottom: 100px
}

.page-content h4 {
    color: var(--second-color) !important
}

.aboutbanner-section.refundbanner {
    background-image: url(../image/Refund-Policy.webp)
}

.aboutbanner-section.taxessection {
    background-image: url(../image/Taxes-&-Fees.webp)
}

.aboutbanner-section.disclaimer {
    background-image: url(../image/Disclaimer.webp)
}

.aboutbanner-section.Sitemapsection {
    background-image: url(../image/Sitemap.webp) !important
}

.aboutbanner-section.terms-and-conditionssection {
    background-image: url(../image/terms-and-conditions.webp) !important
}

.aboutbanner-section.privacy-policysection {
    background-image: url(../image/privacy-policy.webp) !important
}

.aboutbanner-section.post-ticketing-feessection {
    background-image: url(../image/post-ticketing-fees.webp) !important
}

.aboutbanner-section.cookie-policysection {
    background-image: url(../image/cookie-policy.webp) !important
}

.aboutbanner-section.advertiser-disclosuresection {
    background-image: url(../image/advertiser-disclosure.webp) !important
}

.aboutbanner-section.fulfillment-policysection {
    background-image: url(../image/fulfillment-policy.webp) !important
}

.aboutbanner-section.fare-disclosuresection {
    background-image: url(../image/fare-disclosure.webp) !important
}

.aboutbanner-section.our-service-feessection {
    background-image: url(../image/our-service-fees.webp) !important
}

.aboutbanner-section.travel-advisorysection {
    background-image: url(../image/travel-advisory.webp) !important
}

@media (max-width:1366px) {

    .banner-rt-top h2,
    .bannertitle {
        font-size: 35px
    }

    .section-header h2 {
        font-size: 30px
    }

    .section-header-six h2.site-title {
        font-size: 25px
    }

    .about-text {
        font-size: 14px
    }

    .section-header-six ul li,
    .section-header-sixlist li {
        font-size: 13px
    }

    .client_review_section .rating_box {
        text-align: center;
        margin: 0
    }

    .testimonial-card {
        max-width: 96%
    }

    .benefit-title {
        font-size: 15px;
        font-weight: 700
    }
}

@media (max-width:1024px) {
    .main-menu>ul>li>a {
        padding: 3px 10px;
        margin-right: 10px
    }

    .banner-rt-top h2,
    .bannertitle {
        font-size: 25px
    }

    .new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
        padding: 6px 4px;
        border-radius: 5px;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px
    }

    .section-header h2 {
        font-size: 24px
    }

    .video-content {
        height: 290px
    }

    .section-header-six h2.site-title {
        font-size: 20px
    }

    .about-text,
    .city-info h3,
    .common-box>div.common-para,
    .common-para {
        font-size: 13px
    }

    .city-info p {
        font-size: 11px;
        font-weight: 600
    }

    .flightbanner {
        padding-bottom: 50px;
        padding-top: 80px;
        min-height: 43vh
    }

    .video-wrap {
        height: 295px !important;
        background-attachment: fixed !important
    }

    .business-wrap .business-info {
        padding: 70px 0 40px 63px
    }

    .display-6 {
        font-size: 27px
    }

    .hotel-search-btn-new-wrap.form-btn-style {
        margin-top: 28px
    }

    .hotel-banner-form-new {
        padding: 14px 0
    }

    .hotel-search-btn-new-wrap .btn-secondary {
        padding: 6px 7px;
        border-radius: 5px;
        height: 49px;
        border-color: #ff8f00;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 1px;
        justify-content: center;
        background-color: #ff8f00
    }

    .support-card__contact {
        font-size: 11px;
        line-height: normal
    }
}

@media (max-width:991px) {

    .business-img,
    .cllbtn,
    .spl-call-btn-wrap {
        display: none
    }

    .bannersection {
        min-height: 45vh
    }

    .mobcllbtn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 20px;
        background: var(--main-color);
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        border-radius: 6px;
        border: 1px solid transparent;
        transition: var(--transition-08s);
        width: max-content
    }

    .mobcllbtn:hover {
        border: 1px solid var(--second-color);
        background-color: #fff;
        color: var(--second-color)
    }

    .formonbanner {
        margin-top: 16px !important
    }

    .flight-search-form {
        margin-bottom: 0
    }

    .divsecright .video-content,
    .info-card,
    .support-card {
        margin-bottom: 20px
    }

    .update-sec {
        padding: 30px 75px
    }

    .section-header h2 {
        font-size: 20px
    }

    .update-sec .section-header h2 {
        margin-bottom: 10px !important
    }

    .sub-title {
        font-size: 15px;
        line-height: normal
    }

    .Partnered-slider .owl-dots,
    .client-slider .owl-dots {
        display: none !important
    }

    .Partnered-slider {
        padding-top: 0;
        padding-bottom: 0
    }

    .home-banner-form {
        background-color: transparent
    }

    .new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
        margin-bottom: 10px
    }

    .custom-passenger-input {
        font-family: "IBM Plex Sans", sans-serif !important;
        font-size: 12px !important
    }

    .flightcardimg {
        height: 260px;
        display: flex
    }

    .nexttext {
        top: auto;
        bottom: 0;
        height: 77%
    }

    .nexttext img {
        height: 100%
    }

    .video-wrap {
        height: 295px !important;
        background-attachment: unset !important
    }

    .aboutbanner-section {
        padding: 114px 0 39px;
        min-height: 28vh
    }

    .support-card {
        height: auto
    }

    .iframe-box {
        margin-top: 30px;
        height: 352px
    }
}

@media (max-width:767px) {

    .memberlist,
    .paymentacceplist,
    .trustlist {
        justify-content: center
    }

    .copy-box {
        text-align: center
    }

    .paymentacceplist {
        margin-bottom: 0
    }

    .newcopypara {
        padding-top: 30px
    }

    .cardsec {
        margin-bottom: 19px !important
    }

    .business-wrap .business-info {
        padding: 30px
    }

    .business-wrap::before {
        background: #62342f
    }

    .destinations-section {
        padding: 30px 0
    }

    .tour-card {
        height: 283px
    }
}

@media only screen and (max-width:991px) {
    #header_menu {
        background-image: linear-gradient(104.1deg, var(--main-color) 13.6%, var(--second-color) 49.4%, var(--second-color) 93.3%);
        padding: 15px
    }

    div#header_menu img {
        width: 95px;
        height: 40px;
        object-fit: contain
    }

    a#close_in {
        top: 16px
    }

    .main-menu ul li a:hover,
    a.show-submenu-mega:focus,
    a.show-submenu-mega:hover,
    a.show-submenu:focus,
    a.show-submenu:hover {
        color: var(--second-color) !important;
        background-color: #f9f9f9
    }
}

header,
header.main-header,
header.sticky {
    padding: 10px 0
}

.logomainbox {
    display: flex
}

.logomainbox img,
.sticky .logomainbox img {
    height: auto !important
}

.cmn-toggle-switch .toggle-menu-button svg {
    fill: var(--second-color);
    color: var(--second-color)
}

.hotelcard-box {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px
}

.hotelcard-img img {
    border-radius: 12px 12px 0 0;
    object-fit: cover
}

.hotelcard-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: .85rem;
    padding: 6px 10px;
    border-radius: 8px;
    color: #fff !important
}

.hotelcard-like {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    transition: .3s
}

.hotelcard-like:hover {
    background: #f8f9fa;
    color: #dc3545
}

.hotelcard-body {
    padding: 18px
}

.hotelcard-score {
    font-size: .9rem;
    font-weight: 600
}

.hotelcard-reviews {
    font-size: .85rem
}

.hotelcard-title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    color: var(--black-color)
}

.hotelcard-facilities i {
    color: var(--main-color);
    font-size: 1rem
}

.hotelcard-plus {
    font-size: .9rem;
    color: #000
}

.hotelcard-location {
    font-size: 13px;
    color: #947777;
    font-weight: 600
}

.hotelcard-price {
    font-size: 1.25rem
}

.hotelcard-user img {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.testi-slider .owl-stage-outer {
    padding-left: 50px !important
}

.rt-contact-call-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: hsl(0deg 0% 0% / 35%);
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 16px;
    padding: 11px 22px 18px;
    backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .08);
    transition: .3s
}

.rt-contact-call-btn__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff7300;
    color: #fff;
    font-size: 25px;
    flex-shrink: 0
}

.rt-contact-call-btn__content {
    display: flex;
    flex-direction: column;
    line-height: 1.3
}

.rt-contact-call-btn__number {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 0
}

.searchbox-section-box {
    position: relative;
    z-index: 2;
    padding: 40px 0
}

.commonlist-sec {
    margin-top: 10px;
    padding-left: 1.2rem;
    font-size: 13px;
    font-weight: 500
}

.commonlist-sec li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 8px
}

.commonlist-sec li::before {
    content: "▣";
    position: absolute;
    left: 0;
    top: 0;
    color: #f14a00;
    font-size: .75rem
}

.company-intro__text b {
    color: #000
}

.newcontent-section .company-intro__text {
    font-size: 14px
}

.newcontent-section .company-intro__title {
    font-size: 24px;
    font-weight: 600
}

:root {
    --hs-accent: #ff5e00;
    --hs-accent-soft: #fdf6ec;
    --hs-text: #1f2330;
    --hs-muted: #6b7280;
    --hs-border: #eef0f4;
    --hs-card-bg: #ffffff;
    --hs-section-bg: #f6f6f9;
    --hs-radius: 14px;
    --hs-gap: 16px;
    --font-size-13: 0.8125rem;
    --font-size-14: 0.875rem;
    --font-size-16: 1rem;
    --font-size-20: 1.25rem
}

.help-support {
    padding: 2rem 0
}

.customer-service__title,
.help-support__title {
    font-family: var(--heading-font);
    font-size: var(--font-size-20);
    font-weight: 700;
    color: var(--hs-text);
    margin: 0 0 1.25rem
}

.cs-card__text,
.help-card__text {
    font-family: var(--heading-font);
    font-weight: 600
}

.cs-grid,
.help-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--hs-gap)
}

.help-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--hs-card-bg);
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    padding: 1.1rem 1.25rem;
    transition: box-shadow .2s, transform .2s, border-color .2s;
    cursor: pointer
}

.help-card:hover {
    box-shadow: 0 8px 24px rgba(92, 69, 215, .08);
    border-color: var(--hs-accent);
    transform: translateY(-2px)
}

.help-card__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--hs-accent-soft);
    color: var(--hs-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-16)
}

.help-card__text {
    font-size: var(--font-size-14);
    color: var(--hs-text)
}

.customer-service {
    background: var(--hs-section-bg);
    padding: 2rem 0
}

.cs-card {
    position: relative;
    background: var(--hs-card-bg);
    border: 1px solid var(--hs-border);
    border-radius: var(--hs-radius);
    padding: 1.5rem 1.25rem 1.35rem;
    text-align: center;
    overflow: hidden;
    transition: box-shadow .2s, transform .2s
}

.cs-card:hover {
    box-shadow: 0 10px 28px rgba(92, 69, 215, .1);
    transform: translateY(-2px)
}

.cs-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--hs-accent);
    border-radius: 0 0 var(--hs-radius) var(--hs-radius)
}

.cs-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto .85rem;
    border-radius: 14px;
    background: var(--hs-accent-soft);
    color: var(--hs-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-20)
}

.cs-card__text {
    font-size: var(--font-size-14);
    color: var(--hs-text);
    line-height: 1.4
}

@media (max-width:575px) {
    .hotelcard-title {
        font-weight: 700;
        font-size: 16px
    }

    .hotelcard-location {
        font-size: 13px
    }

    .benefit-item {
        height: auto !important;
        margin-bottom: 10px
    }

    .customer-service,
    .help-support {
        display: block
    }

    .customer-service__title,
    .help-support__title {
        font-size: var(--font-size-16);
        margin-bottom: 1rem
    }

    .help-card {
        padding: 1rem;
        gap: .85rem
    }

    .help-card__icon {
        width: 40px;
        height: 40px;
        font-size: var(--font-size-14)
    }

    .cs-card {
        padding: 1.25rem 1rem 1.1rem
    }

    .aboutbanner-section.ticketspagebanner::before {
        background: linear-gradient(29deg, #000000c9 0, rgb(0 0 0 / 12%) 100%)
    }

    .cs-card__icon {
        width: 48px;
        height: 48px;
        font-size: var(--font-size-16)
    }

    .cs-card__text,
    .help-card__text {
        font-size: var(--font-size-13)
    }

    .aboutbanner-section.ticketspagebanner {
        min-height: 70vh
    }
}

@media (max-width:375px) {

    .cs-grid,
    .help-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:580px) {

    .divsecright .video-content,
    .video-content {
        border-radius: 54px
    }

    .banner-rt-top h2,
    .bannertitle {
        font-size: 18px
    }

    .banner-para {
        font-size: 13px;
        line-height: normal
    }

    .home-banner-form.home-banner-form-wrap .form-control {
        height: 38px !important;
        /*font-size: 11px !important*/
    }

    .section-header h2,
    .section-header-six h2.site-title {
        font-size: 16px
    }

    .common-section {
        padding: 30px 0
    }

    .benefit-section {
        padding-top: 90px
    }

    .video-content {
        height: 225px
    }

    .update-sec {
        padding: 30px 35px
    }

    .city-card img {
        height: 150px
    }

    .home-banner-form .form-control {
        font-size: 12px !important;
        height: 36px !important
    }

    .nexttext,
    .textureimage02 {
        display: none
    }

    .display-6 {
        font-size: 17px
    }

    .mobcllbtn,
    .text-light {
        font-size: 12px
    }

    .home-banner-form {
        padding: 30px 11px
    }

    input#destinationId {
        border-radius: 8px !important
    }

    .hotel-search-form-wrap.hotel-searc-wrap-new-1 .form-control {
        font-family: "IBM Plex Sans", sans-serif !important;
        font-size: 12px !important;
        min-height: 40px
    }

    .newvideo-area {
        margin-top: 10px
    }

    .mobcllbtn {
        margin: 0 0 0 auto;
        padding: 7px 10px
    }

    .banner-rt-top.abtbn {
        margin-top: 0 !important
    }

    .aboutbanner-section {
        padding: 114px 0 39px;
        min-height: 24vh
    }

    .aboutbanner-section .banner-rt-top,
    .banner-rt-top.post-ticketing-banner,
    .banner-rt-top.terms-and-conditions-banner {
        padding: 0
    }

    .sitemap_bannersc .text_box h2 {
        font-size: 20px;
        padding-top: 1%
    }

    .common-box>h2,
    .common-section .common-box>h2,
    .common-title,
    .newcontent-section .company-intro__title {
        font-size: 20px
    }

    .cta-form-box .form-control {
        padding: 5px;
        font-size: 12px;
        min-height: 36px
    }

    .cta-form-box .form-group {
        margin-bottom: .4rem
    }

    .newcontent-section .company-intro__text {
        font-size: 13px
    }

    .searchbox-section-box {
        padding: 20px 0
    }

    .ticketspagebanner .para-text {
        font-weight: 400;
        font-size: 16px
    }

    .ticketspagebanner .banner-rt-top h2,
    .ticketspagebanner .bannertitle {
        font-size: 30px
    }

    .short-cta-popup {
        left: 50%;
        width: 100%;
        transform: translateX(-50%)
    }

    .footer-section {
        padding-bottom: 70px
    }
}

@media (max-width:320px) {
    .rt-contact-call-btn__number {
        font-size: 18px;
    }
}