﻿.img-b {}

.review-bx {
    background-color: #eaf5ff;
    padding: 16px 12px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cl_srtp img {
    width: 16px;
}

.cl_srtp p {
    font-size: 11px;
}

.btn_tp_ul li p {
    font-size: 10px;
}

.btn_tp_ul li {
    display: block;
    align-items: center;
    gap: 10px;
    max-width: 25%;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .btn_tp_ul li {
        display: block;
        align-items: center;
        gap: 10px;
        max-width: 40%;
        flex-wrap: wrap;
    }
}

.btn_tp_ul {
    list-style: none;
    gap: 20px;
    margin-top: 15px;

    padding: 13px 0 0;
    justify-content: space-between;
}

.btn_tp_ul li img {
    width: 20px;
    min-width: 20px;
    margin-bottom: 16px;
}

.btn_tp_ul li h5 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.text_grn {
    color: #258642;
}

.cl_srtp {
    background: #fff;
    border: 1px solid #d7dae0;
    padding: 7px 10px;
    gap: 5px;
    border-radius: 10px;
    margin-top: 10px;
}

.img-b:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60.99%);
    position: absolute;
}

.baner-b ul.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.bx-w {}

.cardm {
    flex-direction: column;
    justify-content: flex-start;
    align-items: normal;
    align-content: flex-start;
    padding: 15px;
    flex-wrap: wrap;
    border: 1px solid lightgrey;
    background: #fff;
    border-radius: 6px
}

.img-m img {
    border-radius: 5px;
    aspect-ratio: auto 60 / 60;
}

.testimonial-slider .card {
    border: 2px dashed #e82126 !important;
    margin: 10px;
}

a.btn-w {
    background-color: transparent;
    color: #5e616e;
    border-color: #848794;
    border: solid 1px;
    padding: .5rem 1rem;
    border-radius: 120px;
    font-size: 15px;
}

.boder-r {
    border-right: 2px dashed #98aa30;
    text-align: center
}

@media (max-width: 321px) {
    .select2-container {
        min-width: 130px !important;
        z-index: 99;
        text-align: left;
    }
}

@media (max-width: 376px) {
    .select2-container {
        min-width: 153px !important;
        z-index: 99;
        text-align: left;
    }
}

@media (max-width: 426px) {
    .select2-container {
        min-width: 198px !important;
        z-index: 99;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .select2-container {
        min-width: 75%;
        z-index: 99;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .select2-container {
        min-width: 80%;
        z-index: 99;
        text-align: left;
    }
}

.coll {
    box-shadow: 0px 0px 30px 0px rgb(0 44 122 / 13%);
    padding: 10px 15px;
    /* background: #dbd6d6f7; */
    border-radius: 10px;
}

.main-l {
    border-bottom: 2px dashed #e82126;
    padding-bottom: 10px
}

.pop-m {
    padding: 8px 2px;
}

.font-14 {
    font-size: 14px
}

.popup-onload {
    border: 2px double #e82126;
    /* background: #f7f7f7 !important; */
}

.box-km {
    box-shadow: 0px 0px 30px 0px rgb(0 44 122 / 13%);
    padding: 6px;
    background: #e8f0f3;
    border: solid 2px #f01117;
}

.mai {
    display: inline-block;
    height: 41px;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    white-space: nowrap;
    position: fixed;
    right: -115px;
    top: 40%;
    background: #e82126;
    color: #fff !important;
    font-size: 16px;
    z-index: 5;
    padding: 5px 11px;
}

section.section.coopen :before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 1;
    height: 14px;
}

section.section.coopen :before {
    top: 0;
    background-image: url('../img/download.svg');
}

section.section.coopen :after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    z-index: 1;
    height: 14px;
}

.boder-r h6 {
    font-size: 14px;
}

.mb-3 {
    margin-bottom: .5rem !important;
}

span.fon-12 {
    font-size: 11px;
    display: block;
    margin: 0;
}

section.section.coopen :after {
    background-image: url('../img/download2.svg');
    bottom: 0;
    height: 1rem;
}

.coopen {
    display: flex;
    flex-direction: column;
    background: var(--fill-yellow-secondary, light-dark(#fede92, #44381a));
    position: relative;
    overflow: hidden;
}

.min {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card1 {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 14px;
}

.primo {
    color: #0056d2;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.offer {
    background: #ffe9b3;
    color: #000;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.time-section {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.duration {
    font-size: 13px;
    color: #666;
    margin: 4px 0;
}

.price {
    text-align: right;
}

.price .old {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
}

.price .new {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.bus-info {
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px;
}

.bus-type {
    color: #555;
    font-size: 13px;
}

.rating {
    display: inline-flex;
    align-items: center;
    background: #2ecc71;
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 8px;
}

.rating span {
    margin-left: 6px;
    font-weight: normal;
    background: #fff;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
}

span.con-tx {
    color: rgb(74, 74, 74);
    font-size: 0.875rem;
    font-weight: 400;
    /* font-family: Lato; */
    line-height: 1.125rem;
}

.inner-review {
    flex: 1;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    display: flex;
    padding-top: 8px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    -o-border-image: initial;
    border-image: initial;
    background: #f6f7f8;
    gap: 10px;
    width: 100%;
    margin-top: 5px;
}

.revii-b {
    background-color: #fff;
    display: flex;
    padding: 16px 12px;
    justify-content: space-between;
    border-radius: 16px
}

span.b-head {
    font-size: 1rem;
    font-weight: 900;
    /* font-family: Lato; */
    line-height: 1.5rem;
}

.rating_rating__diqPU {
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
}

.rating_wrapper___SO5V {
    padding: 1px 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 38px;
    min-height: 18px;
}

span.revi-head {
    padding-bottom: 4px;
    font-size: 1rem;
    font-weight: 700;
    /* font-family: Lato; */
    line-height: 1.25rem;
}

.dotview_dotLineContainer__U1IZT {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.dotview_dotLineContainer__U1IZT .dotview_emptyDot__rtkkm {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
}

.dotview_dotLineContainer__U1IZT .dotview_line__VACKv {
    flex-grow: 1;
    border-top: 2px dashed rgba(0, 0, 0, .3);
    margin: 0 5px;
    width: 20px;
}

.dotview_dotLineContainer__U1IZT .dotview_filledDot__cfe4g {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}

span.lastcon {
    padding-bottom: 4px;
    font-size: 1rem;
    font-weight: 700;
    /* font-family: Lato; */
    line-height: 1.25rem;
}

span.last {
    color: rgb(74, 74, 74);
    font-size: 0.875rem;
    font-weight: 400;
    /* font-family: Lato; */
    line-height: 1.125rem;
}

.mtm {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    align-self: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.mtm img {
    width: auto;
    height: 78px;
}

.gts_hdprt,
.gts_hdprt strong {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.ft_600 {
    font-weight: 600 !important;
}

.text_13 {
    font-size: 13px;
    margin-bottom: 0px
}

.inc_ul {
    padding-left: 15px;
    margin-top: 5px;
}

.inc_ul li {
    font-size: 12px;
    list-style: disc;
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.cabfragments_imageSubText__NUq_9 {
    font-size: .75rem;
    padding: 2px 0 3px;
}

.cabfragments_imageSubText__NUq_9 {
    padding: 4px 0 3px;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    align-self: stretch;
    border-radius: 7px 7px 0px 0px;
}

.concl {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-top: 15px
}

.listItem_listItem__HiBc6 {
    display: flex;
    align-items: center;
    padding: 12px 0;
    background-color: transparent;
}

.listItem_leftComponent__cHnNQ {
    display: flex;
    align-items: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.incExcDetailsV2_itemContent__FDHiI {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.incExcDetailsV2_itemTitle__SUlNr {
    font-weight: 700;
    font-size: .75rem;
    color: #000;
    display: flex;
    align-items: center;
}

.incExcDetailsV2_itemDescription__gLIkx {
    font-size: .75rem;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.4;
}

.card_cardFooter__5bAW5 {
    padding: 12px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    cursor: pointer;
}

.card_ctaButton__25GSB {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    font-size: .875rem;
    color: #008cff;
    font-weight: 700;
    background-color: unset;
}

.card_cardContainer__cqhH6 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    justify-content: space-between;
    gap: 12px;
}

.card_cardHeaderContainer__3aZKD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.cxNiPj {
    color: rgb(74, 74, 74);
    font-size: 1rem;
    font-weight: 900;

    line-height: 1.5rem;
}

.otxyM:hover {
    background: rgba(0, 140, 255, 0.1);
}

.revm {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px 12px;
    justify-content: space-between;
    gap: 12px;
}

h6.headfm {
    color: rgb(74, 74, 74);
    font-size: 1rem;
    font-weight: 900;
    /* font-family: Lato; */
    line-height: 1.5rem;
}

.otxyM {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 32px;
    width: 100%;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

.otxyM:hover {
    background: rgba(0, 140, 255, 0.1);
}

.otxyM {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-height: 32px;
    width: 100%;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    background: rgb(255, 255, 255);
}

.doGfHS {
    display: flex;
}

.cxNiPj {
    color: rgb(74, 74, 74);
    font-size: 1rem;
    font-weight: 900;
    /* font-family: Lato; */
    line-height: 1.5rem;
}

.gst_mnbx {
    border-radius: 10px;
    background: #fff1e9;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #f9c7ab;
}

.cmark_insc {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f9c7ab;
}

gst_mnbx input,
.gst_mnbx textarea {
    border: 1px solid #f9c7ab;
    font-family: poppins;
    outline: 0;
}

.con_insc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gts_hdprt span {
    font-size: 12px;
    font-weight: 400;
}

.form {
    position: relative;
    width: 100%;
    border: 1px solid #c1c6d1;
    font-size: 15px;
    font-family: poppins;
    padding: 0 10px;
    height: 45px;
    border-radius: 10px;
    margin-top: 3px;
    display: flex;
    background: #f6fbff;
    align-items: center;
    z-index: 1;
}

hr {
    border: 1.5px solid #252525 !important;
}

.con_insc {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bo-b {
    border-bottom: 1px solid
}

.bstickt {
    border: 1px solid #d9dfea;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    background: linear-gradient(#fff, #fafdff);
}

.add_n {
    font-size: 11px;
    background: #fff9c3;
    border-radius: 0 0 10px 10px;
    display: flex;
    margin-top: -6px;
    color: #4d4d4d;
    padding: 4px 6px 3px 10px;
    margin-bottom: 10px;

}

.boderm {
    display: flex;
    padding: 5px 8px;
    border: 1px dashed #e82126;
    border-radius: 4px;
    width: fit-content;
    align-items: center;
    gap: 4px;
}

.fon-12 {
    font-size: 12px !important;
    margin: 0
}

.accordion-button:after {
    content: "+";
    font-family: "Fontawesome";
    font-size: 13px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.125rem;
    color: #4E5561;
}

.d-flex.box-m {
    height: 48px;
    padding: 15px 12px 16px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.boder-u {
    border: unset !important
}

.d-flex.box-m input {
    outline: unset;
    width: 100%;
    padding: 10px;
    border: none;
}

.slider {
    padding: 10px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #f9d293;
    background-color: rgb(255, 237, 209);
    font-size: 12px;
}

.nhted {
    padding: 15px;
    width: 100%;
}

.bxtitlefl {
    font-size: 16px;
    font-weight: 600;
}

.bstmefl {
    font-size: 12px;
    color: #55515f;
}

.radio_label_plant {
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
}

.radio_input_plant:checked+.radio_label_plant,
.radio_label_plant:hover {
    border-color: #21b27a;
    color: #21b27a;
    background-color: #e1ffea;
}

.radio_list_plant {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 10px 0 0;
    align-items: center;
}

.radio_input_plant {
    display: none;
}

.divtreeplant .plntreeimg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
}

.mar20 {
    margin-top: 20px;
}

.divtreeplant {
    background: #effff4;
    border: 1px solid #a2dcc6;
    border-radius: 10px;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: relative;
}