:root {
    /* Font Family */
    --primary-font: 'Poppins', sans-serif;
    
    /* Color Varibles */
    --white-color: #fff;
    --black-color: #000;
    --btn-bg-color: #ffc107;
    --blue-color:#0a52bd;
    --dark-gray:#333;
    --btn-hover-bg-color:#ea4335;

    /* Transition */
    --transition-common: all 0.3s ease-in-out;
}

body,
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f2f2f2;
    font-family: var(--primary-font)
}

/* Banner CSS */
.banner-slider{
    display: flex;
    overflow: hidden;
    height: 420px;
}
.home-banner-item{
    width: 100% !important;
    display: flex !important;
    flex-shrink: 0;
}
.banner-slider .banner-img::after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-slider .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.banner-slider .item-content .item-title {
    font-size: 64px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 63px;
}

.banner-slider .item-content p {
    font-size: 28px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 35px;
    font-family: var(--primary-font)
}
.main-banner{
    margin-bottom: 30px;
}
.card {
    box-shadow: 2px 4px 12px #F2F0FF;
    background-color: #ffffff;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.custom-card .card:hover,
.weekand-card .card:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.category12 p,
.category12 li {
    font-size: 16px;
}

.card-title h1,
.card-title h2,
.card-title h3,
.card-title h4,
.common_heading,
.text-color-primary {
    color: #19428f;
}

.card-title h1 span,
.card-title h2 span,
.card-title h3 span,
.card-title h4 span,
.common_heading span,
.text-color-secondary span {
    color: #d8513f;
}
.heading1{
    font-size: 32px;
}
.heading2{
    font-size: 28px;
}
.heading3{
    font-size: 24px;
}
.heading4{
    font-size: 20px;
}
.rent-section {
    padding: 20px 0;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.text-base {
    font-size: 14px;
    line-height: 24px;
}

.text-lg {
    font-size: 18px;
    line-height: 28px;
}

.text-xl {
    font-size: 20px;
    line-height: 28px;
}

.text-2xl {
    font-size: 24px;
    line-height: 32px;
}

.text-4xl {
    font-size: 36px;
    line-height: 40px;
}

.queryimage img {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 2;
}
.weekand-card .card a {
    color: #191919;
}
.weekand-card .card:hover a {
    color: #d8513f;
}

.weekand-card .card {
    border-color: #f2f2f2;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    background-color: #f1f1f1;
}

.fb-icon {
    background: #3a5795;
    border-radius: 50%;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}

.email-icon {
    background: #004394;
    border-radius: 50%;
    padding: 6px 8px;
    color: #ffffff;
    font-size: 12px;
}

.title-line {
    margin-top: -10px;
}

.tl-1,
.tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}

.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 1px solid #19428f;
    border-radius: 50px;
}

.card-title .progress {
    height: 0.2rem;
}

.card-title .progress-bar {
    background-color: #d8513f;
}

.rent-btn {
    background-color: #19428f;
    border-color: #19428f;
}

.rent-btn:hover {
    background-color: #d8513f;
    border-color: #d8513f;
}

/* Booking Form */
.form-box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

.contact-no {
    position: static;
    width: 100%;
    top: 0;
    background-color: #fff;
    left: 0;
    border-radius: 5px;
    box-shadow: 12px 13px 0px -4px #004394;
    z-index: 1;
    padding: 10px;
    border: 2px solid #004394;
    margin: 10px 0px 25px;
}

.border-design {
    border: 1px solid #000;
    background-color: #004394;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.ribbon {
    position: absolute;
    right: -17px;
    top: -18px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 80px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 24px;
    right: 0px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.form-box select {
    height: 50px;
    width: 100%;
}

.form-horizontal .btn-primary {
    border-radius: 0;
    width: 120px;
}

.form-control {
    border-radius: 0;
    height: 40px;
    box-shadow: 5px 5px #ececec;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

.weekand-card .card-image img {
    min-height: 145px;
    max-height: 145px;
    width: 100%;
}

.weekand-card .card-image {
    position: relative;
}

.line {
    width: 150px;
    height: 2px;
    background: #eaecef;
    display: block;
    position: relative;
}

.line:after {
    border-radius: 3px;
    background: #d8513f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    content: '';
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-sm-img img {
    max-height: 206px;
    min-height: 206px;
    object-fit: cover;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    width: 100%;
}

.gallery-img {
    position: relative;
    overflow: hidden;
    max-height: 206px;
    min-height: 206px;
}

.gallery-lg-img {
    position: relative;
    overflow: hidden;
    min-height: 428px;
    max-height: 428px;
    height: 100%;
}

.gallery-lg-img img {
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    height: 100%;
}

.gallery-img:hover img,
.gallery-lg-img:hover img {
    transform: scale(1.1);
}

.gallery-section .gallery-img:before {
    content: '';
    background-image: url(../images/logo1.png);
    position: absolute;
    bottom: -80px;
    right: -100px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    z-index: 10;
}

/* Review CSS */

.sk-ww-google-reviews {
    background: transparent !important;
}

.sk_reviews_grid-item {
    /* box-shadow: 0px 8px 24px #F2F0FF; */
    border-radius: 20px;
    border: none;
    padding: 16px;
}

.sk_reviews_grid-content {
    border-radius: 12px !important;
}

/* Parent wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
}

.card-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.grid {
    background: #EEE;
    max-width: 1200px;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-item {
    width: 160px;
    height: 120px;
    float: left;
    background: #D26;
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
}

.grid-item--width2 {
    width: 320px;
}

.grid-item--width3 {
    width: 480px;
}

.grid-item--width4 {
    width: 640px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}

.partner-logo img {
    min-height: 50px;
    max-height: 70px;
}

.partner-logo {
    align-items: center;
    justify-content: center;
}

.trip-card .widSSPData {
    border: 0 !important;
    width: 100% !important;
}

.contactList span {
    width: 32px;
    height: 32px;
    background: #24418a;
    line-height: 32px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal button.close {
    display: block;
    text-align: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px 0 0 auto;
    position: absolute;
    margin-top: -18px;
    right: -12px;
    background: #19428f;
    border: 1px solid #19428f;
    box-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.modal button.close span {
    color: #fff;
    font-size: 28px;
}

.modal form.form-horizontal {
    padding: 0 24px;
}

/****** 25-4-24 css start *************/


.price_table .table thead th{
    background-color: #10429f;
    color: #fff;
}
.price_table .table-striped tbody tr:nth-child(odd){
    background-color: #004394;
}
.table-responsive {
    padding: 0;
}
.table-responsive td {
    border-color: #e4e4e4;
    border-width: 1px 1px 0 0;
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid #adadad;
    white-space: nowrap;
}

.outstation-pages{
    display: flex;
    gap: 12px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.outstation-pages a{
    white-space: nowrap;
    padding: 6px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid gray;
}
.outstation-pages a:hover{
    background-color: #ffffff;
    color: #d8513f;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #d8513f;
    box-shadow: rgb(255 0 0 / 24%) 0px 3px 6px;
}
@media(max-width:575px){
    .outstation-pages a{
        padding: 4px 8px;
        font-size: 14px;
        font-weight: 500;
    }
    .outstation-pages{
        gap: 8px;
        row-gap: 14px;
    }
    .outstation-pages a:hover{
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #d8513f;
        color: #d8513f;
        box-shadow: rgb(255 0 0 / 24%) 0px 3px 6px;
    }
}

table {
    margin: 0 !important;
}

.bluecolor {
    color: #19428f;
}

.redcolor {
    color: #d8513f;
}

.nearhills img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.whitecolor {
    color: #fff;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0;
    margin-bottom: 2px;
}

.seats .seat {
    display: flex;
    flex: 0 0 14.2857142857%;
    padding: 3px;
    position: relative;
}

.seats .seat input[type=radio] {
    display: none !important;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.seats .seat input[type=radio]+label {
    border-radius: 4px;
    background: #3783b5;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    color: #fff;
    width: 35px;
}

.seats .seat input[type=radio]:disabled+label {
    cursor: not-allowed;
    background: #f73737;
}

.seatingcapacity {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0px;
}

.bus {
    background: #fff;
    padding: 0px 20px;
}

.saetbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 10px #ddd;
    padding: 20px 20px 60px 20px;
    background: #fff;
}

.seats-main {
    position: relative;
    width: 100%;
    float: left;
}

.seaters-4 {
    left: 55px !important;
    max-width: 200px !important;
}

.seat-row-3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 70px;
    border-radius: 4px;
    background: #3783b5;
    padding: 4px;
    color: #fff;
    max-width: 165px;
}

.dflex {
    display: flex;
}

.city-info.mb20 {
    margin-bottom: 0;
}

.mr30 {
    margin-right: 30px;
}

.city-info>div {
    flex: 0 50%;
}

.mb10 {
    margin-bottom: 10px;
}

.txt-cap {
    text-transform: capitalize;
}

.clr {
    clear: both;
}

.flights-indianred .yt-module,
.flights-indianred .module {
    margin-bottom: 0;
}

.yt-module,
.module {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: -20px;
}

.module .ml10 {
    margin-left: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.c333 {
    color: #333;
}

.fs16 {
    font-size: 1.14286em;
}

.module li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.module {
    list-style: none;
}

.sub-head {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.hotel-distance a {
    color: #000;
}

.table.module,
.table-responsive.hotel-distance {
    border-right: 1px solid #adadad;
}

.table-responsive.hotel-distance td {
    white-space: normal;
}

.train-schedule>.main-heading {
    font-weight: bold;
    font-size: 16px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.train-schedule .show-sm,
.train-schedule .show-device {
    display: none;
}

.pt10 {
    padding-top: 10px;
}

.p15 {
    padding: 15px;
}

.train-schedule .sort-nav {
    display: flex;
}

.txt-upper {
    text-transform: uppercase;
}

.mt15 {
    margin-top: 15px;
}

.fs12 {
    font-size: .85714em;
}

.train-schedule .sort-nav li {
    flex: 1;
}

.dib {
    display: inline-block;
}

.flights-data-container .sort-container a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.flights-indianred .sort-container a {
    cursor: default !important;
    font-size: 12px !important;
}

.train-schedule .timing {
    display: flex !important;
}

.train-schedule .timing>div {
    flex: 1;
}

.fs14 {
    font-size: 1em;
}

.train-schedule .hide-device {
    display: flex;
}

.prel {
    position: relative;
}

.train-schedule .hide-device>li {
    flex: 1;
}

.route-specific-row ul>li {
    display: block !important;
}

.sort-container a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.mb20 {
    margin-bottom: 20px;
}

.lh25 {
    line-height: 25px;
}

.dimg {
    width: 190px;
    height: 190px;
    border-radius: 50% !important;
    margin: auto;
}

.drivers .card-body {
    text-align: center;
}

.drivers i.fa.fa-star {
    color: #eb6e00;
}

.distance-btn {
    background: #ea4638;
    padding: 8px 15px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #ea4638 !important;
}

.tmplplaces li {
    background: #19428f;
    float: left;
    list-style: none;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 15px;
}

.tmplplaces li a {
    color: #fff;
}
.tmplplaces ul {
    margin: 0px;
    padding: 0px;
}
.hilstationss img {
    height: 200px;
    object-fit: cover;
}
.box-details {
    font-family: var(--primary-font);
    border: 1px solid #ffc0c0;
    background-color: #ffebeb;
    margin-bottom: 15px;
    padding: 10px;
    transition: border 0.3s ease-in-out;
    width: 100%;
}
.box-details p {
    font-size: 14px;
    color: var(--black-color);
    font-weight: bold;
    margin: 0px;
    font-family: var(--primary-font);
}
.small-txt {
    font-family: var(--primary-font);
    font-size: 13px;
    color: var(--black-color);
}
.fa-inr {
    font-size: 15px;
    color: var(--black-color);
}
.rate1 {
    font-size: 18px;
    font-family: var(--primary-font);
    color: var(--black-color);
}
.bg-dark1 {
    background-color: var(--btn-bg-color);
    color: var(--black-color);
    padding: 8px;
    border: none;
    border-radius: 30px;
    transition: var(--transition-common);
}
.bg-dark1:hover{
    background-color: var(--btn-hover-bg-color);
    color: var(--white-color);
}
.tempo-details {
    background-color: #f3f8ff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #c5dcff;
}
.tempo-details p{
    font-size: 14px;
    font-family: var(--primary-font);
}
.anchor-txt{
    color: #094eb4;
    font-family: var(--primary-font);
    transition: var(--transition-common);
    font-weight: 500;
}
.anchor-txt:hover{
    color: #91362a;
}
.tempo-fea-title{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    text-align: center;
    line-height: normal;
    color: var(--black-color);
    transition: var(--transition-common);
    padding: 5px 0;
    margin-bottom: 0;
}
.tempo-fea-title:hover{
    color: var(--btn-hover-bg-color);
}
.tempo-feature-list li{
    padding: 8px 10px;
}
.tempo-feature-list li:nth-child(odd){
    background-color: #fff5f4;
}
.tempo-feature-list li .tempo-fea-text,
.tempo-feature-list li .tempo-fea-price{
    font-size: 14px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.offer span{
    color: #004394;
}
.offer .online-offer {
    border: 1px solid #ccc;
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white-color);
}
.online-offer table {
    margin: 0 auto;
}
.offer .online-offer .table > thead > tr > th > a{
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    transition: var(--transition-common);
}
.offer .online-offer .table > thead > tr > th > a:hover{
    color: var(--btn-hover-bg-color);
}
.book-taxi {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.book-taxi-title{
    font-size: 15px;
    font-weight: 600;
    color: var(--blue-color);
    font-family: var(--primary-font);
    margin-bottom: 5px;
}
.book-taxi-para{
    font-size: 13px;
    font-weight: 500;
    color: var(--dark-gray);
    font-family: var(--primary-font);
    margin-bottom: 0;
}
.content_info {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.content-boxes {
    margin-top: 50px;
    overflow: auto;
    display: block;
}
.content-boxes .item-boxed {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 210px;
}
.image-boxed .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.image-boxed img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.image-boxed:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}
.image-boxed a.more-boxe {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    top: 40%;
    font-size: 0;
}
.info-boxed {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 50%;
}
.boxed-top {
    border-top: 1px solid #dedede;
}
.boxed-top:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    top: 65px;
    z-index: 999;
}
.info-boxed .info-boxed-title a{
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    color: var(--black-color);
    transition: var(--transition-common);
}
.info-boxed .info-boxed-title a:hover{
    color: var(--btn-hover-bg-color);
}
.info-boxed .info-boxed-title span {
    font-size: 11px;
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-style: italic;
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 15px auto 15px auto !important;
}
hr.separator:before {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}
.info-boxed p {
    margin-bottom: 20px;
    font-weight: normal;
}
.starts {
    margin: 5px 0 20px 0;
}
.starts li {
    display: inline-block;
    font-size: 12px;
}
.starts li i {
    cursor: pointer;
    color: #ed8323;
    opacity: 0.8;
}
.item-boxed .starts {
    float: right;
}
.info-boxed .price {
    left: -145px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: normal;
    color: #fff;
    position: absolute;
}
.info-boxed .content-btn {
    float: left;
}
.info-boxed .btn {
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.services-lines-info {
    padding: 40px 0 0 0;
}
.services-lines-info .services-lines-title{
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.services-lines-info .lead,
.services-lines-info p{
    color: var(--white-color);
    font-size: 15px;
    font-family: var(--primary-font);
    text-align: justify;
}
.services-lines {
    overflow: auto;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.services-lines li {
    text-align: center;
    width: 25%;
    float: left;
    background: #fff;
    list-style: none;
}
.services-lines li:hover {
    background-color: #F5F6FA;
    cursor: pointer;
}
.services-lines li .item-service-line {
    padding: 65px 0;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}
.services-lines li i {
    font-size: 1.5rem;
    padding-bottom: 5px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.services-lines li:hover i {
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.services-lines .item-service-line span {
    color: #232323 !important;
    font-size: 14px;
    display: block;
    font-family: var(--primary-font);
}
.services-lines li span {
    padding: 5px 0 0 0;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.services-lines li:hover span {
    font-weight: bold;
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.ribbon99 {
    position: absolute;
    top: 13px;
    text-shadow: 2px 1px 1px #000;
    right: 8px;
    background: linear-gradient(90deg, rgb(255 36 180) 0%, rgb(189 59 160) 35%, rgba(0, 212, 255, 1) 100%);
    color: #fbff0d;
    padding: 5px;
    font-weight: bold;
    font-family: var(--primary-font);
    font-size: 15px;
    border-radius: 5px 0px 0px 5px;
}
.ribbon99 span {
    font-style: italic;
    font-size: 13px;
    color: var(--white-color);
    text-shadow: none;
    margin-right: 5px;
}
.new-box-design {
    border: 1px solid #f1f1f1;
    transition: box-shadow .3s;
    padding: 8px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.new-box-design:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.new-box-design .card-title {
    font-family: var(--primary-font);
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    color: #152a94;
    font-weight: 700;
    letter-spacing: 0.5;
    text-align: center;
    border: 1px solid #b9b9b947;
    border-radius: 5px;
    padding: 8px;
}
.ratting12 i {
    color: #f39c12;
}
.other-cities-links a{
    font-size: 15px;
    text-align: left;
    line-height: 27px;
    color: #323333;
    transition: var(--transition-common);
}
.other-cities-links a:hover{
    text-decoration: underline;
}
.accordion {
    background-color: #EDEDED;
    border: 1px solid #CCCCCC;
    border-top: none;
    margin: 10px 0 30px 0;
    width: 100%;
}
.accordion-head {
    cursor: pointer;
    background: #f4f4f4;
    background-image: -webkit-linear-gradient(white, #ededed);
    background-image: -moz-linear-gradient(white, #ededed);
    background-image: -o-linear-gradient(white, #ededed);
    background-image: -ms-linear-gradient(white, #ededed);
    background-image: linear-gradient(white, #ededed);
    border-top: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-head p {
    float: left;
    color: #004394;
    font-weight: 600;
    font-family: var(--primary-font);
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0px 1px 1px white;
    margin: 0;
}
.arrow-open {
    float: right;
    border: 10px solid transparent;
    border-top-color: #004394;
}
.arrow-close {
    float: right;
    border: 10px solid transparent;
    border-left-color: #949494;
}
.right-side-area i {
    font-size: 14px;
}
.accordion-body {
    display: none;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    height: auto;
    padding: 10px 15px;
}
.accordion-body.default {
    display: block;
    background: #FFFFFF;
}
.right-side-area ul {
    list-style: none;
    padding: 0px;
}
.right-side-area li {
    padding-top: 0px;
    font-size: 16px;
    font-family: var(--primary-font);
    line-height: 26px;
}
.linksroutes ul li {
    border-bottom: 1px dashed #d5c7c7;
}
.linksroutes ul li a {
    font-size: 14px;
    color: #1366e8;
    font-family: var(--primary-font);
    transition: var(--transition-common);
}
.linksroutes ul li a:hover{
    color: var(--btn-hover-bg-color);
    text-decoration: underline;
}
.contact-detail{
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(125deg, #ffe3e0, #ebf2ff);
    border: 1px solid #d3e2ff;
    padding: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    min-height: 171px;
}
@media(max-width: 575px){
    .contact-detail{
        min-height: 0px;
        height: auto;
    }
}
.contact-detail .contact-title{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.contacts-form{
    background-color: ghostwhite;
    padding: 15px;
    border-radius: 20px;
}
.contacts-form ul li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacts-form ul li:not(:last-child){
    padding-bottom: 10px;
}
.contacts-form ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #111;
    font-family: var(--primary-font);
    transition: var(--transition-common);
    word-break: break-all;
}
.contacts-form ul li a:hover{
    color: var(--btn-hover-bg-color);

}
.contacts-form ul li i{
    background-color: #ffebe9;
    border: 1px solid #ffd1cd;
    width: 30px;
    height: 30px;
    color: var(--btn-hover-bg-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex: none;
}


/* --------------------------- */
.inner_banner_slider .carousel-inner .carousel-item img{
    display: block;
    height: 480px;
    object-fit: cover;
    object-position: center;
}
/* .inner_banner_slider2 .carousel-inner .carousel-item img{
    height: auto;
} */
.slider_auto{
    height: auto;
}
.panel-title .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.set-line-height p{
    margin-bottom: 0px;
}

.inclusive-check{
    color: green;
    padding: 3px;
    border-radius: 50px;
    border: 1px solid green;
    }
    .exclusive-close{
    color: red;
    padding: 3px 5px;
    border-radius: 50px;
    border: 1px solid red;
    }

    .benifit-images{
        border-radius: 50px;
        border: 1px solid #920000;
        margin: auto;
        height: 70px;
        width: 70px;
        object-fit: cover;
}
.benifit-images p{
    margin-bottom: 0px;
}
.custom-bgc{
    background-color: #ffebeb;
    height: 150px;
}
@media(max-width:575px){
    .custom-bgc{
        height: auto;
    }
}
.more-facilitiess img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: auto;
}
.more-facilitiess p{
    font-size: 13px;
}

.heading-t{
    background-color: #004394;
    color: white;
    padding: 5px;
}
.custom-ul li{
    line-height: 17px;
    font-size: 13px;
}
.newbox li{
    background-color: #004394;
    color: white;
    padding: 2px;
    margin: 5px 0px;
    font-size: 13px;
    border-radius: 5px;
}
.panel-title{
    background-color: #f2f2f2;
    padding: 7px;
    border: 1px solid #cbcbcb;
    border-radius: 7px;
}
.panel-title a{
    font-size: 16px;
    color: #004394;
}
.panel-body{
    font-size: 14px;
}
.panel-collapse{
    background-color: #f2f2f2;
}

.dtl-card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #ffffff;
    padding: 0px 9.5px;
}
.c-details{
    background-color: #00439412;
    padding: 6px 12px;
    margin: 2px 0px;
    border-radius: 5px;
    border: 0.3px solid #bddbff;
}
.c-details span:last-of-type{
    font-size: 14px;
    color: #383838;
}
.c-details span:first-of-type{
    font-size: 15px;
    font-weight: 600;
    color: #383838;
}
.new-design-tbl{
    padding: 15px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-bottom: 18px;
}
@media(max-width: 991px){
    .tbl-image{
        margin-top: 10px;
    }
}
.common-span{
    margin-bottom: 8px !important;
    display: block;
}
@keyframes blink{
    0%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    70%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.blinking-text{
    animation: blink 2s infinite;
    color: #d8513f;
    font-weight: 500;
}