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

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

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

ul {
    list-style-type: none;
}

.bookings {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.bookings a {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    width: 161px;
    justify-content: center;
    align-items: center;
    background: #393e4a;
    height: 50px;
    color: #FFFFFF;
    max-width: 100%;
}

.bookings a:last-child {
    color: #272B34;
    background-color: #FFFFFF;
    width: 142px;
    max-width: 100%;

}

header {
    background: #272B34;
    padding: 10px 10px;
    overflow: hidden;
}

/* toggle */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 6px 26px;
    text-decoration: none;
    font-size: 21px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: Kanit;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main1 {
    transition: margin-left .5s;
    text-align: end;
}

div#main1 span {
    color: #fff;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
}

.pstn-img {
    padding-left: 17%;
}

/* hero-banner */
.hero-banner {
    background-image: url(../images/hero-bnr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}

.overlay {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(87.27deg, #000000bf -9.3%, rgb(0 0 0 / 18%) 82.04%);
}

.hero-content h1 {
    font-family: Kanit;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 24px;
}

.hero-content h1 span {
    color: #FFC76A;
}

.hero-content {
    padding: 100px 0px 167px 34px;
    max-width: 90%;
    position: relative;
}



/* hero-form-banner */
#tabhere .nav-item.show .nav-link,
#tabhere .nav-link.active {
    padding-bottom: 18px;
    font-family: Kanit;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #272B34;
    background-color: #fff;
    border-color: unset;
    border: 0;
    border-bottom: 2px solid #272B34;
}

#tabhere .nav-link:focus,
#tabhere .nav-link:hover {
    border-color: unset !important;
    /* isolation: isolate; */
}

#tabhere .nav-link {
    padding: 0px;

    color: #272B34;
    font-family: Kanit;
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: -1px;
    background: 0 0;
    border: unset;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.tab-banner {
    width: 78%;
    margin: -10% auto 0 auto;
    position: relative;
}

.tab-content {
    /* padding: 10px 10px 0 10px; */
    background: linear-gradient(267.56deg, rgba(238, 238, 238, 0.4) 0%, rgba(255, 255, 255, 0.256) 100.5%),
        linear-gradient(102.75deg, #F9F9F9 39.29%, rgba(255, 255, 255, 0) 109.09%);
    box-shadow: 1px 10px 13px 0px #00000014;
}

#tabhere {
    border-bottom: none;
    background-color: #fff;
    width: 394px;
    padding: 23px 0 0 0;
    max-width: 100%;
}

#tabhere .nav-item {
    padding: 0px 2px 0 40px;
}

.form-inner .form-control,
.form-inner .form-select,
.has-value,
.popup .form-control {
    width: 100%;
    padding: 12px 15px 12px 34px;
    font-family: Kanit;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 0;
    color: #b9afaf !important;
    border: 1px solid #EAEAEA;
    position: relative;
}

.popup .form-control {
    padding-left: 15px;
}

.form-group.green label {
    position: absolute;
    right: 13px;
    top: 9px;
    width: 15px;
}

.form-group {
    position: relative;
}

.form-group::before {
    position: absolute;
    content: "";
    left: 11px;
    height: 6px;
    width: 6px;
    background: #C4C4C4;
    bottom: 19px;
    border-radius: 50%;
    z-index: 999;
}

.form-group.green::before {
    background: #75DB8B;
}

.form-group.red::before {
    background: #EC7D7D;
}

.form-inner {
    padding: 26px 0px 0px 32px;
}



.form-right {
    text-align: center;
    background: #FFFFFF;
    padding: 20px;
    margin: 10px 10px 0 10px;
}

.form-right h6 {
    font-family: Kanit;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
}

.form-right h6::before {
    position: absolute;
    content: "";
    border-bottom: 1.5px dashed #272b34b0;
    bottom: 12px;
    width: 59px;
    right: 7px;
}

.form-right h6::after {
    position: absolute;
    content: "";
    border-bottom: 1.5px dashed #272b34b0;
    bottom: 12px;
    width: 59px;
    left: 5px;
}

.form-right h2 {
    font-family: Kanit;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
}

.form-right span {
    display: block;
    font-family: Kanit;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.form-right p {
    font-family: Kanit;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #272B34;
    padding: 10px 0;
}

.request-drvr {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #fca423;
    color: #272B34;
    height: 40px;
    background-color: #FFC76A;
}

.request-drvr:hover {
    color: #272B34;

}

.hiring-driver h3 {
    font-family: Kanit;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    width: 46%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.hiring-box-all {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 90%;
    margin: 0 auto;
}

.hiring-box {
    /* flex: 1; */
    background: linear-gradient(180deg, #F8F8F8 -100.67%, rgba(217, 217, 217, 0) 100%);
}

.hiring-image img {
    width: 74px;
    display: flex;
    justify-content: center;
}

.hiring-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiring-cntnt h5 {
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.hiring-cntnt p {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 12px;
}

.hiring-driver {
    padding: 100px 0;
}

/*join-communities */
.join-right h3 {
    font-family: Kanit;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
}

.join-right {
    width: 70%;
    padding-left: 30px;
}

.for-business h5 {
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.for-business p {
    font-family: Kanit;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    width: 72%;
    padding: 10px 0 11px 0;
    color: #272B34;
}

.for-business a {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #FD6F4F;
}

.join-left img {
    width: 95%;
}

.for-business.frst {
    margin: 40px 0;
}

.for-business {
    border-left: 4px solid #D9D9D9;
    padding-left: 30px;
    position: relative;
}

.for-business::before {
    position: absolute;
    content: "";
    background: #FFC76A;
    height: 50px;
    width: 4px;
    left: -4px;
    top: 0;
}

.driver-evryone h3 {
    font-family: Kanit;
    font-size: 42px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 40px;
}

.driver-img {
    background-color: #FFFEF0;
    padding: 20px;
    text-align: center;
}

.driver-cntnt h5 {
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

.driver-cntnt p {
    font-family: Kanit;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding-top: 10px;
    width: 91%;
}

.driver-cntnt {
    padding-top: 20px;
}

.driver-evryone {
    padding: 100px 0;
    background-color: #fff;
}

/* hiring-cities */
.hiring-driver.cities {
    background: #F8F8F8;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
    padding: 100px 58px;
}

.city-img-box img {
    border-radius: 50%;
}

.city-img-box {
    position: relative;
    /* width: 150px; */
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.citi-overlay {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000004d;
    border-radius: 50%;

}

.city-img-box.active img {
    filter: none;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(to right, #f7f7f7, #f7f7f7), linear-gradient(to right, #FFC072, #6E5B52);
    background-clip: padding-box, border-box;
    padding: 7px;
}

/* .city-img-box.active::before {
    position: absolute;
    content: "";
    left: -10px;
    bottom: -12px;
    top: -13px;
    right: -6px;
    padding: 3px;
    z-index: -1;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(to right, #f7f7f7, #f7f7f7),       linear-gradient(to right, #FFC072, #6E5B52);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-color: #E2E2E2;
} */
.pic-cntnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 151px;
}

.pic-cntnt p {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.city-img-box img {
    filter: grayscale(100%);
}

.city-img-box.active img {
    filter: none;
}

.pic-bttom h5 {
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 18px;
}

.hiring-driver.cities h3 {
    width: 100%;
}


/* footer */
footer {
    background: #272B34;
    padding-top: 100px;
}

.cards {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 40px 0 20px 0;
}

footer h4 {
    font-family: Kanit;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.quick-links li a {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff9e;
}

.up-to-date input[type="email"] {
    display: block;
    font-family: Kanit;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    padding: 15px 10px 16px 19px;
    height: 54px;
    width: 100%;
}

.up-to-date button {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #FCB143;
    background-color: #FFC76A;
    color: #272B34;
    height: 54px;
    width: 100%;
    margin-top: 30px;
}

.footer-bottom {
    border-top: 1px solid #ffffff4f;
    margin-top: 49px;
    padding: 25px 0 18px 0;
}

.bottom-left h6,
.bottom-right h6 {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.bottom-left p {
    font-family: Kanit;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff9c;
}

.btm-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bottom-right {
    float: right;
}

.quick-links li a:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
}








/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #3332E8;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #3332E8;
    border: 1px solid #3332E8;
}

.go-top.active svg {
    font-size: 19px;
}


.pa__top-sec input[type="date"]:not(:valid):before {
    content: attr(placeholder);
    width: 100%;
    font-family: Kanit;
    font-size: 15px;
    font-weight: 300;
    color: #b9afaf !important;
}



/* new-css */
.popup .modal-header {
    border-bottom: 0;
    padding-bottom: 0px;
}

.modal-body.popup {
    padding: 0 33px 53px 33px;
}

.modal-body.popup img {
    width: 115px;
}

.modal-body.popup h5 {
    font-family: Kanit;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 0 0 0;
}

.modal-body.popup p {
    font-family: Kanit;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-align: center;
}

.modal-body.popup img {
    width: 115px;
    margin: 0 auto;
    display: block;
}

.popup .modal-dialog {
    max-width: 450px;
}

.modal-body.popup h2 {
    font-family: Kanit;
    font-size: 31px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 0 10px 0;
}

.popup .form-group::before {
    content: unset;
}

.wthout-bg {
    background: unset;
    border: 1px solid #272B34;
}

.aur {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    margin: 12px 0;
}

.pop-bottom {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    display: block;
    padding-top: 15px;
    text-decoration: underline;
}



/* get-otp */
.otp-input-fields {
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0 28px 0;

}

.otp-input-fields input {
    height: 63px;
    width: 50px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid black;
    text-align: center;
    outline: none;
    font-size: 16px;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
}



/* location */

.tab-banner.inner-page {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 7% 0 11% 7%;
}

.inner-page .form-inner {
    padding: 26px 27px 0px 32px;
}

.hero-banner.inner-pages {
    background-image: url(../images/lction.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    clip-path: none;
}

.form-chckbx p {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.chck-bx-all {
    display: flex;
    gap: 25px;
    margin: 10px 0 10px 0;
}

.chck-bx-all label {
    font-family: Kanit;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.form-right.form-inner-rgt h6::before,
.form-right.form-inner-rgt h6::after {
    width: 176px;

}

.form-inner .request-drvr {
    margin-bottom: 30px;
}

.inner-page .form-inner-rgt {
    padding: 0px 27px 29px 32px;
    background: unset;
}

.chck-bx-all .form-check-input:checked {
    background-color: #FAB144;
    border-color: #FAB144;
}

.inner-page #myTabContent {
    box-shadow: 0px 4px 20px 0px #00000014;
}


/* welcome */
.user-name h2 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-banner.welcome {
    background-image: unset;
    padding: 30px 152px 63px 167px;
    clip-path: unset;
}

.welcome-inner h3 {
    font-family: Kanit;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.welcome-inner a {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #EC7D7D;
    text-decoration: underline;
    padding-top: 7px;
    display: block;
}

.welcm-right h5 {
    font-family: Kanit;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #272B34;
}

.welcm-right a {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #47B2CA;
    text-decoration: underline;
}

.wlcm-right-all {
    display: flex;
    gap: 20px;
    align-items: center;
    float: right;
}

.wlcm-num h4 {
    font-family: Kanit;
    font-size: 33px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #FCB143;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-top {
    border: 2px solid #EAEAEA;
    padding: 20px;
}

.upcoming-booking h3 {
    font-family: Kanit;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #272B34;
}

.upcoming-booking {
    display: flex;
    justify-content: space-between;
}

.upcoming-booking a {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    color: #47B2CA;
    text-decoration: underline;
}

.upcoming-booking {
    display: flex;
    justify-content: space-between;
    border-left: 0;
    border-right: 0;
    padding: 36px 0px 14px 0px;
}

.upcming-bottom-most {
    border: 2px solid #EAEAEA;
    border-top: 0;
    padding: 20px 20px;
}

.one-way-all {
    display: flex;
    gap: 20px;
    align-items: center;
}

.one-way-cntnt h3 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.one-way-cntnt p {
    font-family: Kanit;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #272B34;
}

.lction h5 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #272B34;
    position: relative;
    padding: 22px 0px 6px 22px;
}

.lction h5::before {
    position: absolute;
    content: "";
    background-color: #75DB8B;
    height: 9px;
    width: 9px;
    left: 0;
    bottom: 10px;
    border-radius: 50%;
}

.lction h5.red::before {
    background-color: #EC7D7D;

}

.lction h5.red::after {
    position: absolute;
    content: "";
    border: 1px dashed #EAEAEA;
    height: 33px;
    left: 3px;
    top: -6px;
}

.upcoming-bottom {
    padding: 30px 30px 15px 30px;
    border: 2px solid #EAEAEA;
}

.upcoming-bottom-top {
    display: flex;
    justify-content: space-between;
}

.schedule a {
    font-family: Kanit;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background: #75DB8B;
    padding: 10px 21px;
}

.driver-dtls-top h6 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.driver-dtls-top p {
    font-family: Kanit;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: right;
    color: #B9B9B9;
}

.driver-dtls-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
}

.drvr-img {
    height: 75px;
    background: #E2E2E2;
    width: 75px;
    border-radius: 50%;
}

.drvr-img-right p:nth-child(1) {
    /* background: linear-gradient(89.93deg, #D9D9D9 -30.02%, rgba(217, 217, 217, 0) 105.52%); */
    height: 14px;
    margin-bottom: 12px;
}

.drvr-img-right p:nth-child(2) {
    /* background: linear-gradient(89.93deg, #D9D9D9 -30.02%, rgba(217, 217, 217, 0) 105.52%); */
    height: 14px;
    margin-bottom: 13px;
}

.drvr-img-right p:nth-child(3) {
    /* background: linear-gradient(89.93deg, #D9D9D9 -30.02%, rgba(217, 217, 217, 0) 105.52%); */
    height: 14px;
    margin-bottom: 12px;
}

.driver-dtls-btm {
    display: flex;
    gap: 10px;
    align-items: center;
}

.drvr-img-right {
    width: 60%;
}

.driver-details {
    position: relative;
    padding-left: 32px;
}

.driver-details::before {
    position: absolute;
    content: "";
    left: 0;
    height: 206px;
    border-left: 2px solid #EAEAEA;
    top: -32px;
}

.form-inner .pa__top-sec input[type="date"]:not(:valid):before {
    display: none;
}

.logo a img {
    width: 94px;
}

.ft-logo a img {
    width: 142px;
}

.popup.scnd .modal-dialog {
    max-width: 475px;
}

.inr-menu {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
}

.dropdown1 {
    float: left;
    overflow: hidden;
}

.hover-me {
    position: relative;
}

.hover-me a::before {
    position: relative;
}

.hover-me a::before {
    position: absolute;
    content: "\f078";
    font-family: "fontawesome";
    left: 46%;
    top: 35%;
    font-size: 13px;
    color: #818181;
}

.hover-me:hover a::before {
    content: unset;
    position: unset;
}

/* .hover-me:hover {
    transition: 0.10s ease-in-out;
} */
.hover-me:hover .dropdown-content {
    display: block;
    transition: 0.5s ease-in-out;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 17px;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* driver-page */
.hero-content p {
    font-family: Kanit;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffc76a;
    padding-bottom: 0;
}

.inner-page .request-drvr {
    font-size: 20px;
    height: 55px;
    width: 276px;
    margin-top: 23px;
}

.temperory-drivers h2 {
    font-family: Kanit;
    font-size: 42px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    padding-bottom: 28px;
    text-align: center;
}

.head-para p {
    font-family: Kanit;
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
    width: 49%;
    color: #000;
    margin: 0 auto;
    text-align: center;
}

.temperory-drivers h5 {
    font-family: Kanit;
    font-size: 34px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    padding-bottom: 10px;
}

.temperory-drivers p {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
    width: 90%;
    color: #000;
}

.head-para {
    padding-bottom: 41px;
}

.temperory-drivers img {
    margin-bottom: 64px;
}

.request-drvr.fix-width {
    width: 300px;
    margin: 0 auto 40px auto;
}

.hero-banner.cntct-us {
    background-image: unset;
}






.contact-frm {
    background-color: #FFFFFF;
    padding: 40px 35px 30px 35px;
    border-radius: 0px 56px 56px 36px;
}

.contact-frm .form-label {
    margin-bottom: 0.5rem;
    font-family: 'Kanit';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1A4468;
}

.contact-frm .form-control {
    font-family: 'Kanit';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 30px;
    padding: 16px;
    background-color: #FBFBFB;
}

.frm-sbmt {
    width: 100%;
    background: linear-gradient(0deg, #EF9B03, #EF9B03),
        linear-gradient(0deg, #FBBC05, #FBBC05);
    border-radius: 20px;
    padding: 14px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #EF9B03;
}

.hero-content.cntct p {
    font-family: Kanit;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: #fca423;
    padding-bottom: 0;
}

.hero-content.cntct h1 {
    font-family: Kanit;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #000;
    padding-bottom: 24px;
}

p.adres {
    color: #0000008a !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    padding-bottom: 20px !important;
}

button.request-drvr.frm {
    width: 100%;
}

.abt {
    color: #fca423 !important;
}

.join-right p {
    font-family: Kanit;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    width: 100%;
    padding: 30px 0;
}




.service {
    background-color: #EEF7FF;
    padding: 64px 0;
}

.service-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    padding: 20px 25px;
    margin: 6px 0;
}

.service-box p {
    text-align: center;
    font: normal normal 500 16px/37px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-top: 10px;
}

.service-header {
    padding-bottom: 50px;
}

.service-box:hover,
.service-box.business:hover {
    background: #fca423;
    box-shadow: 0px 30px 60px #0022FF33;
    transition: 0.3s ease-in-out;
}

.service-box:hover img {
    filter: brightness(0) invert(1);
}

.service-box:hover p {
    color: #fff;
}

.service .owl-carousel .owl-dots.disabled,
.service .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -87%;
    width: 100%;
    transform: translate(-0%, 50%);
}

.service-box.grow-business {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 35px;
    gap: 0;
}

.grow-business .bx-img {
    width: 20%;
}

.service-header h3 {
    font-family: Kanit;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
}

.service.we-provide p {
    font-family: Kanit;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    width: 100%;
}



.hover-me:hover {
    transition: 3s ease-in-out;
}



/* ============profile-details================= */
.profile-top {
    display: flex;
    justify-content: space-between;
}

.profile-top a,
.profile-top h5 {
    font-family: Kanit;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-top button {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    border: none;
    padding: 5px 27px;
    border-radius: 30px;
    background: #000;
}

.profile-image {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    top: -40px;
}

.profile-image img {
    width: 75px !important;
    height: 65px !important;
    object-fit: cover;
    position: absolute;
    bottom: 15px;
}

.prfl-inr-top h2 {
    font-family: Kanit;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    color: #000;
    padding: 0px 0 10px 0;
}

.prfl-inr-top {
    text-align: center;
    padding-bottom: 25px;
}

.profile-details {
    background: #FFC76A;
    padding: 40px 0 30px 0;
}

.prfl-inr-top p {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #272b34a6;
}

.lets-connect {
    text-align: center;
    /* padding: 0 40px; */
}

.lets-connect ul li a {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #272B34;
    padding-top: 7px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;

}

.profile-inner {
    background-color: #fff;
    position: relative;
    margin-top: 65px;
    border-radius: 10px;
}

.lets-connect ul li a img {
    width: 19px;
}

.prfl-cntnt {
    margin-top: -17px;
}

.verfy-here label {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    display: block;
    padding-bottom: 10px;
}

.verfy-here input[type="text"] {
    border: unset;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    text-decoration: underline;
}

.verfy-here {
    position: relative;
}

.border-bottom1 {
    border-bottom: 1px solid #00000042;
    padding: 20px 30px;
}

.lets-connect ul li:last-child {
    padding-bottom: 10px;
}

.border-bottom1.last {
    border: 0;
}

.verfy-here p img {
    position: absolute;
    top: 17px;
    right: 39px;
    cursor: pointer;
}

.verfy-here.driving h5,
ul.drive-bottom li h5 {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    display: block;
    padding-bottom: 10px;
}

.verfy-here.driving h5 span {
    color: #00000061;
    font-style: italic;
}

.verfy-here.driving {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verfy-here.driving p {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #75DB8B;
    display: block;
    padding-bottom: 10px;
}

.drive-bottom li h5 {
    text-align: center;
}

.drive-bottom li {
    text-align: center;
}

.drive-bottom li p {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #272B34;
}

ul.drive-bottom {
    display: flex;
    justify-content: space-between;
}

.car-image {
    text-align: center;
}

.car-image img {
    width: 300px;
    margin: 0 auto;
}

.car-content h4 {
    font-family: Kanit;
    font-size: 27px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    display: block;
    padding-bottom: 10px;
}

.car-content p {
    border: unset;
    font-family: Kanit;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    position: relative;
}

.car-content p::before {
    position: absolute;
    content: "";
    left: -14px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    bottom: 6px;
    background: #000;
}

.car-content p:first-child::before {
    position: unset;

}

.maruti-cars {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 10px;
}

.profile-inner-bottom .profile-inner {
    padding: 20px;
    margin: 20px 0 0 0;
}

.profile-inner-bottom .profile-top {
    padding-top: 40px;
}

.border-top1 {
    border-top: 1px solid #00000042;
}

.lets-connect ul li:last-child a {
    padding: 0;
}

/* =========wallet============ */
.profile-inner.wallet {
    margin: 0;
}

.wallet .prfl-cntnt {
    margin-top: 0;
}

.wallet .prfl-inr-top {
    text-align: center;
    padding: 25px 0;
}

.prfl-cntnt button {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff;
    border: none;
    padding: 5px 27px;
    border-radius: 10px;
    background: #000;
    margin: 20px auto 0 auto;
    display: flex;
    width: 400px;
    justify-content: center;
    max-width: 100%;
}

.profile-inner.wallet {
    border: 1px solid #EAEAEA;
}

.wallet-blnce {
    font-family: Kanit;
    font-size: 21px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #272B34;
    padding: 20px 0;
}

a.view-alll {
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 3px;
    border: 1px solid #00000038;
}

.profile-inner.recent-trsncton {
    display: flex;
    justify-content: space-between;
    border: 1px solid #EAEAEA;
}

.recent-left h6 {
    font-family: Kanit;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recent-left p {
    font-family: Kanit;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #272b34a6;
}

.recent-right h5 {
    font-family: Kanit;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #75DB8B;
    padding: 0px 0 10px 0;
}

.recent-right p {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

.profile-details.wallet-all {
    background: #FBFBFB;
}

.profile.prfl-wlt {
    padding: 40px 0;
    box-shadow: inset -1px 0px 4px 2px #0000000D;
}

.download {
    background-color: hsl(292.26deg 28.7% 57.65%);
}

.dwnld-card {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dwnld-card img {
    border-radius: 10px;
    width: 215px;
}

.download-right h4 {
    font-family: Kanit;
    font-size: 33px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0em;
    color: #fff;
    padding-bottom: 26px;
    width: 94%;
    max-width: 100%;
}

.download-right {
    width: 96%;
    background-color: hsl(292.26deg 28.7% 57.65%);
    box-shadow: 0px 0px 5px 0px #00000085;
    padding: 40px;
    border-radius: 6px;
    max-width: 100%;
}

.dwnld-img-frst img {
    width: 465px;
    height: 510px;
}

/* ================details-section=============== */
.help-btn {
    font-family: Kanit;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0em;
    color: #fff !important;
    border: none;
    padding: 3px 27px;
    border-radius: 40px;
    background: #000000ba;
    max-width: 100%;
    text-align: center;
}

.booking-top-left h1 {
    font-family: Kanit;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otstnd p:first-child {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    background: #c9d3cd;
    width: 123px;
    justify-content: center;
    border-radius: 12px;
    margin: 10px 0;
}

.otstnd {
    display: flex;
    align-items: center;
    gap: 10px;
}

.otstnd p:last-child {
    font-family: Kanit;
    font-size: 17px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #585151;
    display: flex;
    align-items: center;
    gap: 10px;
}

.duration {
    display: flex;
    align-items: center;
    gap: 10px;
}

.duration p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Kanit;
    font-size: 17px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    color: #585151;
    position: relative;
    padding-right: 10px;
}

.duration p:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;

}

.booking-top-right h5 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    background: #0fb30fc7;
    width: 123px;
    justify-content: center;
    border-radius: 12px;
}

.booking-top-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.location-top li h6 {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.location-top li p {
    font-family: Kanit;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: #585151;
    position: relative;
    padding-right: 10px;
}

.location-top {
    padding: 20px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff;
}

.location-top li {
    position: relative;
    padding-left: 33px;
}

.location-top li:first-child:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 17px;
    background-image: url(../images/green.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 20px;
}

.location-top li:first-child:after {
    position: absolute;
    content: "";
    border: 0.5px dotted #b7b1b1;
    height: 32px;
    left: 10px;
    width: 1px;
    bottom: -17px;
}

.location-top li:last-child:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 17px;
    background-image: url(../images/red.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 20px;
}

.lcn-cntn h3 {
    font-family: Kanit;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.lcn-images-all {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lcn-images {
    height: 50px;
    width: 50px;
    background: #9d9c9c;
    border-radius: 50%;
}

.lcn-cntn h6 {
    font-family: Kanit;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #00000094;
}

.lcn-cntn svg {
    color: #d2d245;
}

.prsn-dtlss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verifyd {
    display: flex;
    gap: 7px;
    align-items: center;
}

.verifyd img {
    width: 28px;
}

.verifyd p {
    font-family: Kanit;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    font-style: italic;
    color: #7cd495;
}

.location-top button {
    border: 1px solid #d66060;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    font-family: Kanit;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000c2;
    margin-top: 20px;
    border-radius: 5px;
}

.mode-pymt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mode-pymt h6 {
    font-family: Kanit;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.dwnld-rcpt h6 {
    font-family: Kanit;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #6464cfb3;
    background: #49b9491f;
    padding: 6px 10px;
    border-radius: 13px;
}

.rps p {
    font-family: Kanit;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000ba;
}

.profile-details.wallet-all.booking-id {
    padding: 30px 20px;
}

.profile-details.wallet-all.booking-id {
    padding: 30px 20px;
    border-top: 0;
    border: 2px solid #00000014;
}

.payment-here button {
    font-family: Kanit;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #fff;
    align-items: center;
    gap: 10px;
    background: #635e5e;
    border: unset;
    padding: 4px 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 34px;
}

.payment-here {
    text-align: center;
}

.details-all {
    padding: 30px 0;
}




/* d's css */
.acc-box .accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(270deg);
    background-size: cover;
}

.acc-box .accordion-button:not(.collapsed) {
    color: #272b34;
    background-color: #8ffbf833;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.acc-box {
    padding: 10px;
    margin: -40px 0px 0px 0px;
}

.acc-box .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 12px;
}

.help-box h6 {
    background-color: #ffc76a;
    font-family: Kanit;
    padding: 20px 30px 59px 20px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}

.help-box {
    font-family: Kanit !important;
    padding: 40px 0;
}

.help-box .accordion-button {
    padding-right: 40px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
}

.accordion-button::after {

    position: absolute;
    right: 6px;
}

.help-box .accordion-button span {
    font-size: 10px;
}

.help-box .accordion-button p {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
}

.help-box .accordion-button span {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}

h5.hdr {
    padding: 0px 15px 18px 0px;
    font-size: 15px;
}

.help-box .accordion-item {
    background-color: #fff;
    border: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.help-link {
    display: block;
    font-size: 15px;
    background-color: #272b34;
    text-align: center;
    padding: 10px 0px;
    color: white;
}

/*end  d's css */


/* ===========responsive-css============== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    header {
        background: #ffff !important;
        padding: 10px 10px;
        overflow: hidden;
    }

}


@media only screen and (max-width: 767px) {
    #tabhere .nav-item {
        padding: 0px 2px 0 17px;
    }

    #tabhere {
        flex-direction: unset !important;
        flex-wrap: wrap !important;
    }

    .logo a img {
        width: 63px;
    }

    .modal-body.popup img {
        width: 72px;
    }

    ul#mySidenav {
        z-index: 999;
    }

    .tab-banner {
        width: 100%;
        margin: -6% auto 0 auto;
    }
}

.rating {
    display: flex;
    align-items: center;
}

.star {
    font-size: 24px;
    /* Adjust size as needed */
    color: gold;
    /* Color for filled stars */
}

.star.half-filled {
    color: gold;
    /* Color for half-filled stars */
    position: relative;
}

.star.half-filled::before {
    content: '\2605';
    /* Unicode for filled star */
    position: absolute;
    left: 0;
    width: 50%;
    /* Half width for half star */
    overflow: hidden;
    color: gold;
    /* Color for half star */
}
