/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
body::-webkit-scrollbar {
	width: 0px;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
	font-family: "Poppins", sans-serif;
	color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
    font-size: 60px;
    line-height: 75px;
}
h2 {
	font-size: 36px;
	line-height: 43px;

}
h3 {
	font-size: 28px;
	line-height: 43px;
}
h4 {
	font-size: 26px;
	line-height: 30px;
}
h5 {
	font-size: 22px;
	line-height: 30px;
}
h6 {
	font-size: 20px;
	line-height: normal;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #3c3c3c;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #000;
}
li a:hover {
	color: #898F5E;
}
a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	color: #000;
	text-decoration: none;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #898F5E;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn {
    background: #0F3D80 !important;
    border: 0;
    border-radius: 100px;
    min-width: 200px;
    min-height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F7F6F4 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	box-shadow: 0px 5px 14px #7196CB;
	column-gap: 8px;
	padding: 0 15px;
    cursor: pointer;
}
.btn:hover {
    background: #225093 !important;
    color: #fff !important;
}
/** ================== // HEADER CSS START // ================== **/
.header {
    padding: 25px 0;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    border-bottom: 1px solid #c3dae5;
    transition: 0.7s;
    background: rgb(255 255 255 / 90%);
}
.header.sticky {
    background: rgb(255 255 255 / 90%);
}
.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
.header-head {
    display: contents;
}
.logo {
    width: 260px;
    padding: 0 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.logo .logo-white {
	display: none;
}
.header-right {
	display: flex;
	flex-wrap: wrap;
}
.header-menu ul {
    padding: 0;
    margin: 0;
    color: #0F3D80;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 15px;
}
.header-menu img {
    width: 28px;
}
.header-menu ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: #183154;
    line-height: 1.1;
    font-weight: 600;
    font-size: 16px;
}
.header-menu ul li a:hover {
    color: #183154;
}
.hamburger-menu {
	display: none;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HEADER CSS END // ================== **/
.login-btn {
    position: relative;
}
.header .user-dropdown {
    position: absolute;
    top: 60px;
    right: -20px;
    z-index: 9090;
    width: 250px;
    border-radius: 5px;
    display: none;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.user-dropdown ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header .user-dropdown.dropdown-active {
    display: block;
}
.header .user-dropdown li a {
    justify-content: space-between;
    border-bottom: 1px solid #c3dae5;
    padding: 12px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: #183154;
}
.header .user-dropdown::before, .header .user-dropdown::after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 80%;
}
.header .user-dropdown::before {
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    border-bottom-color: #ffffff;
    z-index: 1;
}
.header .user-dropdown::after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 15px;
    border-bottom-color: #ebebeb;
    margin-left: -5px;
}
.avatar-loging > a img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
  	object-fit: cover;
}
.mob-login-card {
    display: none;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HERO CSS START // ================== **/
.top-space {
    margin-top: 79px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.hero-section::after {
    content: "";
    background-image: url('/assets/images/banner-shape.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    max-width: 800px;
    min-height: 1300px;
    top: -6%;
    right: 3%;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
}
/* .hero-section::before {
    width: 1200px;
    height: 1175px;
    border-radius: 0 0 200px 0;
    opacity: .95;
    background: #0f3d80;
    transform: rotate(114deg);
    right: -15%;
    top: -35%;
    left: auto;
    z-index: 2;
    content: "";
    position: absolute;
} */
.hero-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.hero-warp-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
.hero-left-form {
    padding: 80px 0;
}
.hero-tittle {
    margin: 0 0 40px;
}
.hero-tittle h1 strong {
	color: #0f3d80;
	font-weight: bold;
}
.hero-app-img-right {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-left: 50px;
}
.medium {
    border: 1px #0F3D80 solid;
    width: 100%;
    height: 56px;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
    color: #0F3D80;
    box-shadow: 0px 0px 5px rgba(15, 61, 128, 0.44);
}
.medium::-webkit-input-placeholder {
	color: #57667f;
}
.form-trip-filed {
    display: flex;
    flex-wrap: wrap;
	gap:20px;
}
.form-group {
    width: 100%;
}
.form-group.form-submit {
    width: 100%;
    margin-top: 21px;
}
.form-group.form-submit .btn {
	width: 100%;
	min-height: 56px;
	font-size: 20px;
}
.form-group label {
    color: #0D4A55;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0 0 16px;
}
.going-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.form-col6 {
	width: calc(50% - 10px);
}
.calendar input.medium {
    background-image: url('/assets/images/calender-icon.svg');
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding-left: 45px;
}
.seat-number{
	position: relative;
}
.minus, .plus {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    border: 1px #0F3D80 solid;
    display: flex;
    align-items: center;
    justify-content: center;
	top: 17px;
	cursor: pointer;
}
.seat-number .medium {
    padding-left: 50px;
    padding-right: 50px;
	text-align: center;
}
.minus {
	left: 20px;
}
.plus {
	right: 20px;
}
.half-group {
	width: calc(50% - 10px)
}
/** ================== // HERO CSS END // ================== **/

/** ================== // HOME BENEFITS SECTION CSS START // ================== **/
.section {
	margin: 0;
	padding: 70px 0;
}
.bg-light {
	background: #EBF2FA !important;
}
.home-benefits-holder {
    padding: 20px;
    border: 2px solid #EBF2FA;
    border-radius: 12px;
    background: #fbfdff;
    height: 100%;
    transition: 0.7s;
}
.home-benefits-icon-card {
    width: 70px;
    height: 70px;
    background: #f4f6fb;
    border-radius: 100%;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-benefits-icon-card img {
    max-width: 35px;
}
.heading h2 {
    font-size: 42px;
    line-height: 55px;
    font-weight: bold;
    color: #0f3d80;
    margin: 0 0 8px;
	text-transform: capitalize;
}
.heading h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    color: #0f3d80;
    margin-bottom: 15px;
}
.home-benefits-info-card p {
    padding: 0px 25px;
}
.home-benefits-info-card.heading {
    text-align: center;
}
/** ================== // HOME BENEFITS SECTION CSS END // ================== **/

/** ================== // SHARE RIDE SECTION CSS START // ================== **/
.share-ride-section {
    margin-top: 50px;
	margin-bottom: 80px;
}
.share-ride-wrap {
    background: #EBF2FA;
    border-radius: 30px;
    position: relative;
    padding: 30px 40px;
    max-width: 1080px;
    margin: 0 auto;
    height: 355px;
    left: 70px;
}
.share-ride-left-col {
    margin-left: auto;
}
.share-ride-right-col {
    position: absolute;
    top: -80px;
    left: -170px;
    padding: 0;
    width: 665px;
}
.share-ride-right-col img {
    width: 100%;
    /* transform: scaleX(-1); */
}
.share-ride-info-holder .heading p {
    margin-top: 0;
}
/** ================== // SHARE RIDE SECTION CSS END // ================== **/

/** ================== // RIDE THREE SECTION START // ================== **/

.carride-3-content-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.carride-3-content-info figure {
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    width: 50%;
}
.carride-3-content-info figcaption {
    padding: 0 0 0 80px;
    width: 50%;
    margin: 0;
    position: relative;
    border-radius: 20px;
    text-align: left;
}
.carride-3-content-info h3 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: 900;
    color: #0f3d80;
    font-size: 35px;
    line-height: normal;
}
.carride-three-row {
	row-gap: 40px
}
.carride-three-row .col-lg-12:nth-child(even) .carride-3-content-info{
	flex-direction: row-reverse;
}
.carride-three-row .col-lg-12:nth-child(even) .carride-3-content-info figcaption{
	padding-left: 0;
	padding-right: 80px;
}
/** ================== // RIDE THREE SECTION END // ================== **/

/** ================== // TESTIMONIALS SECTION START // ================== **/
.testimonials-wrap {
    padding: 0;
}
.testimonials-left-col {
    width: 100%;
    text-align: center;
}
.testimonials-left-col .heading {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px;
}
.testimonials-right-col {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.testimonials-slider .slick-slide {
    margin: 0 10px;
}
.testi-item {
    background: #fbfdff;
    padding: 24px 24px;
    border: 2px solid #EBF2FA;
    border-radius: 12px;
}
.testimonials-quote {
    margin-bottom: 20px;
    opacity: 0.3;
}
.testimonials-quote img {
    margin: auto;
}
.testi-info-holder {
    text-align: center;
}
.testimonials-body {
    max-height: 130px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.testimonials-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.testimonials-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.testimonials-body::-webkit-scrollbar-thumb {
	background-color: #0f3d80;
}
.testimonials-footer h6 {
    line-height: 1.1;
    font-weight: bold;
    color: #0f3d80;
    margin: 0 0 8px;
    text-transform: capitalize;
}
.testimonials-footer p {
    color: #878787;
}
.testimonials-slider ul.slick-dots {
    position: unset;
    margin-top: 30px;
}
.testimonials-slider ul.slick-dots li {
    margin: 0 5px;
}
.testimonials-slider ul.slick-dots li button {
    background: #0f3d80;
    border-color: #0f3d80;
    opacity: 0.4;
}
.testimonials-slider ul.slick-dots li.slick-active button {
    opacity: 1;
}
/** ================== // TESTIMONIALS SECTION END // ================== **/


/** ================== // FOOTER START // ================== **/
.footer {
    background: #eaf3ff;
    padding: 60px 0 0;
}
.footer .row {
    justify-content: space-between;
}
.copyright .row {
    align-items: center;
}
.footer-item {
    width: 20%;
}
.footer-item:nth-child(1) {
    width: 25%;
}
.footer-item:nth-child(3) {
    width: 25%;
}
.logo-footer {
    margin: 0 0 20px;
}
.logo-footer img {
    margin-bottom: 20px;
    max-width: 260px;
}
.logo-footer p {
    margin-top: 0;
}
.follow-icon {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.follow-icon img {
    width: 35px;
    filter: invert(10%) sepia(34%) saturate(7361%) hue-rotate(356deg) brightness(15%) contrast(32%);
}
.follow-icon img:hover {
    filter: none;
}
.footer-menu {
    margin: 0;
}
.footer-item h5 {
    font-weight: bold;
    color: #0f3d80;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.footer-item p, .footer-menu ul li {
    font-size: 14px;
    line-height: 22px;
}
.footer-item p, .footer-menu ul li, .footer-menu ul li a {
    color: #484848;
}
.footer-menu ul li a:hover {
    color: #0f3d80;
}
.footer-item ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
    display: block;
    margin: 0 0 10px;
    position: relative;
    padding-left: 22px;
	color: #0f3d80;
}
.footer-menu ul li::after {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #484848;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul li a {
	display: block;
}
.copyright {
    margin: 30px 0 0;
    padding: 20px 0 16px;
    border-top: 1px solid rgb(15 61 128 / 31%);
}
.copyright p {
    font-size: 14px;
    line-height: 17px;
	color: #484848;
	margin-top: 0;
}
.copyright a img {
    max-width: 130px;
    margin-left: 15px;
}
.copyright-info.text-right p {
    text-align: right;
    color: #0f3d80;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/** ================== // FOOTER END // ================== **/

/* 23-02-2026 */

/*================== RIDE-LISTING PAGE CSS START =========================*/
.inner-padding-top {
    padding-top: 89px !important;
}
.ride-listing-banner {
    background: #fff;
    border-radius: 20px;
    padding: 20px 24px 25px;
    border: 1px #e1dddd solid;
    margin: 22px 0;
}
.ride-listing-banner .form-trip-filed {
    align-items: flex-end;
}
.ride-listing-banner .form-group {
    width: calc(38% - 7px);
}
.ride-listing-banner .half-left {
    width: calc(20% - 10px);
}
.ride-listing-banner .half-right {
    width: calc(20% - 10px);
}
.ride-listing-banner .form-group.form-submit {
    width: calc(20% - 10px);
    margin-top: 0;
}
.ride-listing-second-section {
    background: #f7f7f7;
    padding: 60px 0;
}
.ride-list-map {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}
.ride-list-map img {
    border: 2px #0f3d80 solid;
    border-radius: 10px;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.map-ride-btn{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.map-ride-btn .btn {
    padding: 0 25px;
}
.btn-new{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #0f3d80;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	padding: 2px 10px
}
.sort-filter-item {
    margin: 0 0 40px;
    padding: 0;
}
.sidebar-heading {
    margin: 0 0 20px;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #eee;
}
.sidebar-heading h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0f3d80;
}
.filter-check-item {
    margin: 0 0 10px;
    padding: 0 20px 10px;
    border-bottom: 1px #e9e9e9 solid;
}
.filter-check-item:last-child {
    border-bottom: none;
}
.filter-check-item label img {
    filter: invert(1);
	margin-left: auto;
}

.filter-check-item label{
	color: #000;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filter-check-item input:checked,
.filter-check-item input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.filter-check-item input:checked + label:before,
.filter-check-item input:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.filter-check-item input:checked + label:after,
.filter-check-item input:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter-check-item input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter-check-item input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkbox-box .filter-check-item input:checked + label:before,
.checkbox-box .filter-check-item input:not(:checked) + label:before {
    border-radius: 5px;
    padding: 0;
}
.checkbox-box .filter-check-item input:checked + label:before{
	background: #000;
}
.checkbox-box .filter-check-item input:checked + label:after,
.checkbox-box .filter-check-item input:not(:checked) + label:after {
    border-radius: 0;
    background: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    width: 6px;
    transform: rotate(42deg);
    top: 4px;
    left: 7px;
    height: 10px;
}
.filter-check-item label span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.filter-check-item label span img {
    width: 25px;
}

.fitter-details-right {
    padding-left: 20px;
}
.ride-time-and-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 12px;
}
.tittle-inr-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.tittle-inr-info h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #0D4A55;
}
.tittle-inr-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.tittle-inr-info ul li {
    display: block;
    position: relative;
    padding-right: 24px;
    margin-right: 10px;
    color: #6F8B90;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.tittle-inr-info ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.tittle-rltr {
    margin-left: auto;
}
.tittle-rltr p {
    color: #0D4A55;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.tittle-inr-info ul li::after {
    content: "";
	background: url('/assets/images/arrow-right.svg') no-repeat right center;
	width: 15px;
	height: 15px;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 5px
}
.tittle-inr-info ul li:last-child::after{
	display: none;
}

.ride-article-main{
	margin: 0;
	padding: 0;
}

.ride-article-item-column{
	margin: 0 0 16px;
	padding: 0;
}

.ride-article-item-column:last-child{
	margin-bottom: 0;
}
.ride-article-item-bg-info{
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
	border-radius: 16px;
	position: relative;
	display: block;
}
.ride-article-first-row {
    padding:16px 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-direction: row;
    width: 100%;
}

.ride-article-time-left {
    outline: none;
    flex-grow: 1;
    flex-shrink: 1;
}
.ride-map-time-info {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-direction: row;
    flex-grow: 1;
    inline-size: 100%;
    display: flex;
}
.time-inr-cl {
    grid-column: unset;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    inline-size: 50%;
    max-inline-size: 250px;
    display: flex;
    line-height: 20px;
}
.line-time-tools {
    grid-column: unset;
    gap: 8px;
    flex-direction: row;
    display: flex;
    flex-grow: 1;
    inline-size: 100%;
}
.hours-ride hr {
    border-color: #0D4A55;
    position: absolute;
    width: 100%;
    border-width: 4px;
    top: 50%;
    margin: 0;
    opacity: 1;
    border-radius: 5px;
    transform: translateY(-50%);
}
.hours-ride {
    position: relative;
    width: 198px;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    inline-size: 100%;
    min-inline-size: 140px;
    max-inline-size: 100%;
}
.time-inr-cl  .hours-ride p {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 6px;
    font-size: 14px;
    color: #6F8B90;
}
.hours-ride:before, .hours-ride:after {
    content: "";
    border-radius: 20px;
    border: 2px solid #0D4A55;
    background: #ffffff;
    top: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
	z-index: 1;
}
.hours-ride:before{
	left: 0;
}
.hours-ride:after{
	right: 0;
}
.time-inr-cl p {
    color: #0D4A55;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
.rate-rlt {
    color: #0F3D80;
    font-size: 22px;
    font-weight: bold;
}
.rate-rlt span {
    display: flex;
    align-items: center;
}
.ride-article-price-right .rate-rlt span {
    justify-content: flex-end;
}
.rate-rlt sup {
    top: -3px;
    font-size: 16px;
}

.rate-rlt span i {
    margin-right: 3px;
    font-size: 18px;
    margin-top: -3px;
}

.ride-article-diver-details {
    margin: 0;
    padding:12px 24px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    gap: 20px;
	border-top: 1px solid rgba(47, 49, 50, 0.12);
}
.car-icon {
    width: 40px;
}
.diver-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.diver-name figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}
.diver-name figure img {
    width: 45px;
    border-radius: 100px;
}
.diver-name figure h6 {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6F8B90;
    width: calc(100% - 45px);
}
.instant-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.instant-icon img {
    width: 20px;
}
.instant-icon span {
    padding: 0;
    margin: 0;
    font-size: 16px;
	color: #6F8B90;
	font-weight: 600;
}
.star {
    display: flex;
    align-items: center;
    gap: 5px;
}
.star span {
    padding: 0;
    margin: 0;
    font-size: 16px;
	color: #6F8B90;
	font-weight: 600;
}
.profile-avatar-wrap .star img {
    width: 15px;
    height: auto;
    padding: 0;
    border: 0;
}
/*================== RIDE-LISTING PAGE CSS END =========================*/

/*================== RIDE-LISTING DETAILS PAGE CSS START =========================*/
.heading{
    margin: 0;
    padding: 0;
}
.heading h1 {
    color: #0f3d80;
    line-height: 41px;
    font-weight: 900;
    font-size: 38px;
}
.filter-mobile-adrs-popup{
	display: none;
}

.filter-mobile-blk-close{
	display: none;
}
.blue-close-icon, .edit-heading{
	display: none;
}
/*================== RIDE-LISTING DETAILS PAGE CSS END =========================*/

.maploaction-popup{
	position: fixed;
	background: #fff;
	z-index: 999;
	bottom: -30%;
	left: 0;
	right: 0;
	height: 100%;
	transition: 0.3s;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
.location-popup-modal .maploaction-popup{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.map-popup-blk-close {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f6fb;
    padding: 10px 24px;
}
.close-popup {
    width: 30px;
	cursor: pointer;
}
.map-popup-warp {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.map-popup-left-sidebar {
    width: 450px;
    padding: 56px 0 24px 24px;
    background: #f4f6fb;
    position: relative;
}
.map-popup-left-sidebar .ride-article-main.article-new-design {
    overflow-x: auto;
    height: 100vh;
    padding-right: 24px;
    padding-bottom: 80px;
}
html.location-popup-modal, .user-dropdown-show, .mobile-menu-active {
    overflow: hidden;
}
.article-new-design .ride-article-first-row {
    display: flex;
    flex-wrap: unset;
    justify-content: normal;
    align-items: flex-start;
    flex-direction: initial;
}
.article-new-design .ride-article-time-left {
    flex-grow: unset;
    flex-shrink: unset;
}
.article-new-design .ride-map-time-info {
    flex-wrap: wrap;
    inline-size: initial;
}
.article-new-design .time-inr-cl {
    flex-direction: initial;
    display: flex;
    line-height: 20px;
    flex-wrap: wrap;
    flex-grow: inherit;
    flex-shrink: inherit;
    inline-size: inherit;
    max-inline-size: inherit;
    width: 100%;
	position: relative;
}
.article-new-design .line-time-tools {
    flex-wrap: wrap;
    gap: 0;
    inline-size: initial;
    flex-grow: initial;
    flex-direction: column;
    width: 80px;
}
.article-new-design .ride-time-seat {
    width: 100%;
	position: relative;
}
.article-new-design .ride-time-seat::after {
    content: "";
    border-radius: 20px;
    border: 2px solid #0D4A55;
    background: #ffffff;
    top: 4px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 9px;
}
.article-new-design .hours-ride {
    width: 100%;
    text-align: left;
    inline-size: inherit;
    min-inline-size: inherit;
    max-inline-size: inherit;
}
.article-new-design .hours-ride:before, .article-new-design .hours-ride:after {
	display: none;
}

.article-new-design .hours-ride hr {
    display: none;
}
.article-new-design .time-inr-cl  .hours-ride p {
    padding: 0;
}
.article-new-design .instant-icon {
    margin-left: auto;
}
.article-new-design .time-inr-cl::after {
    content: "";
    position: absolute;
    top: 9px;
    background: #0d4a55;
    width: 4px;
    bottom: -13px;
    left: 62px;
    border-radius: 2px;
}
.article-new-design .time-inr-cl:last-child::after{
	display: none;
}
.state-name p {
    margin: 0;
    padding: 0;
}
.state-name span {
    font-size: 12px;
    font-weight: 500;
    color: #6F8B90;
}
.article-new-design .state-name {
    width: calc(100% - 94px);
	cursor: pointer;
}
.map-popup-right-location{
	width: calc(100% - 450px);
	padding: 10px 24px 24px;
	height: 100%;
	position: relative;
}
.iframe-section {
    width: 100%;
    height: calc(100% - 37px);
    display: block;
}
.iframe-section iframe{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 20px;
}
.departure-select-fixed {
    position: absolute;
    top: 90px;
    left: 50px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 0 0;
}
.ride-show-mobile-btn-fixed{
	display: none;
}

.location-popup-scroll .ride-time-and-title {
    display: none;
}
.mobile-apply-clear-btn {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mobile-apply-clear-btn a.btn {
    min-width: 48%;
    width: 48%;
    background: none !important;
    border: 1px #fff solid;
    box-shadow: none;
	border-radius: 4px;
}
.mobile-apply-clear-btn a.btn:hover {
	background: #fff !important;
	color: #000 !important;
}
.mobile-apply-clear-btn a.btn.btn-white {
    background: #fff !important;
	color: #000 !important;
}
.mobile-apply-clear-btn a.btn.btn-white:hover {
    background: none !important;
	color: #fff !important;
}
.ride-driver-details {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
    border-radius: 16px;
    position: relative;
    display: block;
    padding: 20px;
    margin-top: 20px;
}
.ride-driver-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.ride-driver-warp a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    align-items: center;
}
.ride-driver-warp a::after{
	content: "";
	background: url('/assets/images/chevron-right.svg') no-repeat center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-ransform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
}
.driver-photo {
    width: 50px;
	position: relative;
}
.driver-photo::after {
    content: "";
    background: url('/assets/images/shield-icon2.svg') no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -3px;
    right: -4px;
}
.driver-photo img {
    border-radius: 100%;
	border: 2px #0F3D80 solid;
}
.driver-name{
	width: calc(100% - 50px);
	padding-left: 15px;
}
.driver-name h6 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0D4A55;
}
.driver-name .star span {
    font-size: 14px;
    font-weight: 500;
}

.verified-profile{
	margin: 0;
	padding: 0;
}

.verified-profile ul{
	margin: 0;
	padding: 0;
}

.verified-profile ul li {
    display: block;
    padding: 7px 0 7px 35px;
    color: #6F8B90;
    position: relative;
}
.verified-profile ul li hr{
	margin: 0;
	padding: 0;
}

.verified-profile ul li img {
    width: 25px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 6px;
}
.verified-profile ul li .btn-comment {
    font-weight: 600;
    color: #0F3D80;
}
.verified-profile ul li .btn-comment:hover {
    color: #0F3D80;
	opacity: 0.8;
}

.request-btn-mobile{
	display: none;
	margin-top: 20px;
}

.request-btn-mobile .btn{
	min-width: 100%;
}
.ride-details-rlt-sildebar .ride-driver-warp {
    margin-bottom: 0;
}
.ride-details-rlt-sildebar .ride-driver-warp a::after {
    display: none;
}
.sld-heading {
    margin: 0;
    padding: 20px 24px 4px;
}
.sld-heading h4 {
    margin: 0;
    padding: 0;
    color: #0D4A55;
    font-weight: 600;
}
.request-btn-desktop{
	margin: 20px 0 0;
	padding: 0;
}
.request-btn-desktop .btn{
	min-width: 100%;
}
.ride-details-rlt-sildebar {
    padding-top: 60px;
}

.tool-price-list{
	background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
    border-radius: 16px;
    position: relative;
    display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 24px;
	margin-top: 20px;
}
.psgr-lft {
    margin: 0;
    padding: 0 16px 0 0;
}
.psgr-lft p{
	margin: 0;
	padding: 0;
}
.display-none{
	display: none;
}
body .modal-backdrop.show {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, .5);
    display: block;
    opacity: 1;
}

.location-items-iframe-popup {
    margin: 0;
    padding: 0;
    height: 80%;
}
.location-items-iframe-popup .modal-dialog {
    height: calc(100vh - 10vh);
    max-width: 662px;
}
.location-items-iframe-popup .modal-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.location-items-iframe-popup .modal-body {
    padding: 0;
    margin: 0;
	height: 100%;
}
.location-items-iframe{
	width: 100%;
	height: 100%;
}
.location-items-iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.btn-popup-header {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    opacity: 1;
    padding: 0;
    background: #0F3D80;
    border-radius: 100%;
}
.btn-popup-header button.btn-close {
    background: none;
    opacity: 1;
    padding: 10px;
    width: 35px;
    height: 35px;
    outline: none;
    box-shadow: none;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-popup-header button.btn-close img{
    filter: invert(1);
}


/* LOAGIN PAGE CSS START */
.loginpage-section{
	margin: 0;
	padding: 80px 0;
}
.loginpage-section .heading{
	margin-bottom: 50px;
}
.login-outer {
    max-width: 320px;
    margin: 0 auto;
}
.login-outer ul {
    margin: 0;
    padding: 0;
}
.login-outer ul li {
    margin: 0 0 20px;
    padding: 0;
    display: block;
}
.login-outer ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 24px;
    border-radius: 6px;
    justify-content: center;
    gap: 16px;
	font-weight: 500;
}
.login-outer ul li a i.fa-brands.fa-facebook {
    color: #4965ab;
    margin: 0 10px;
}
.login-outer p{
    color: #9D9FA0;
}
.login-outer p a{
    color: #0F3D80;
	font-weight: 500;
}
.login-outer ul li a.facebook {
    background: #0F3D80;
	color: #fff;
}
.login-outer ul li a.google {
    background: #F6F7FA;
	color: #303030;
	border: 1px #eee solid;
}

/* LOAGIN PAGE CSS END */

/* MAP PAGE CSS START */
.map--page-full-secreen {
    height: 100vh;
	position: relative;
}
.map--page-full-secreen .map-popup-warp {
    height: 100%;
}
.map--page-full-secreen .map-popup-left-sidebar {
    height: 100%;
}
.map--page-full-secreen .map-article-sildebar-popup-scroll {
    height: 100%;
}
.map--page-full-secreen .location-popup-scroll {
    height: 100%;
}
.map--page-full-secreen .map-popup-left-sidebar .ride-article-main.article-new-design {
    height: 100%;
}
.map-driver-details {
	background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .08);
    border-radius: 16px;
    position: relative;
    display: block;
	padding: 20px;
}
.map-date-mints {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.map-way{
	margin: 0;
	padding: 0 15px 0 0;
	width: calc(100% - 50px);
}
.map-way p{
	font-weight: 500;
	color: #303030;
	font-size: 14px;
}
.mints-rlt{
	background: #0F3D80;
	border-radius: 2px;
	padding: 5px 12px;
	text-align: center;
	width: 50px;
}
.mints-rlt strong {
    display: block;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
	color: #fff;
}
.mints-rlt span {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
	color: #fff;
}
hr.bdr-bottom {
    border-top: 1px #EEEEEE solid;
    opacity: 1;
}
.map-driver-details .driver-name span {
    color: #6F8B90;
    font-size: 13px;
    display: block;
    font-weight: normal;
}
.map-driver-details .ride-driver-warp a::after{
	display: none;
}
.ride-driver-warp.ride-map-driver-mints a {
    width: calc(100% - 75px);
}
.otp-btn {
    width: 75px;
}
.otp-btn span.btn {
    min-width: 100%;
    font-size: 10px;
    min-height: 23px;
    line-height: normal;
}

.map-called-msg-warp {
    display: flex;
    flex-wrap: wrap;
}
.called-icon {
    width: 44px;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #F6F7FA;
    height: 44px;
    border-radius: 100%;
    color: #0F3D80;
}
.called-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	color: #0F3D80;
}
.msg-input-felid {
    width: calc(100% - 44px);
    padding-right: 15px;
}
.msg-input-felid input.medium {
    height: 44px;
    font-size: 14px;
    border-radius: 100px;
    background: #F8F8F8;
    border: none;
    color: #9D9FA0;
}
.msg-input-felid input.medium::-webkit-input-placeholder {
	color: #9D9FA0;
}
.map-driver-details .driver-photo::after{
	display: none;
}
.map-driver-details .driver-photo img {
    border: none;
}

.share-btn-2colum{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.share-btn-2colum .btn {
    min-width: 48%;
}

.eta-time {
	padding: 0 15px 0 0;
	width: calc(100% - 30px);
}
.eta-time h6{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #303030;
}
.eta-time p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #959292;
}
.angle-arrow i {
    display: block;
    line-height: 1;
}
.angle-arrow {
    font-size: 33px;
    line-height: 1;
    width: 30px;
    text-align: right;
}
.booking-successful-popup .modal-body {
    padding: 20px 30px;
}
.booking-successful-info {
    text-align: center;
}
.booking-successful-info img {
    margin: 0 0 20px;
    width: 95px;
}
.booking-successful-info h3 {
    margin: 0 0 6px;
    padding: 0;
    font-size: 20px;
    color: #242E42;
    line-height: normal;
    font-weight: 600;
}
.booking-successful-info p {
    font-size: 15px;
    color: #8A8A8F;
    line-height: normal;
	margin: 0 0 19px;
}
.booking-successful-info a {
    display: block;
    border-top: 1px #EFEFF4 solid;
    padding-top: 19px;
	color: #0F3D80;
	font-weight: 600;
}
.booking-successful-popup .btn-popup-header {
    top: 9px;
    right: 9px;
}
.booking-successful-popup .btn-popup-header button.btn-close {
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-successful-popup .btn-popup-header button.btn-close img {
    filter: invert(1);
    width: 15px;
}
.booking-successful-popup .modal-dialog {
    max-width: 340px;
}
.booking-successful-popup .modal-content {
    border-radius: 16px;
    border: none;
}
/* MAP PAGE CSS END */


/* PROFILE PAGE PAGE CSS START */
.profile-page-section{
	background: #f7f7f7;
}
.edit-warp-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 30px;
}
.avatar-wrapper {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto 20px;
}
.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.imageUpload-icon img {
    width: 40px;
}
.avatar-wrapper .profile-pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E7E7E7 url(/assets/images/upload-img.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.avatar-wrapper .upload-button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2B2D39;
    border-radius: 100%;
    mix-blend-mode: multiply;
    opacity: 0.4;
}
.imageUpload {
    position: relative;
    z-index: 1;
}
.imageUpload p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    color: #fff;
}
.avatar-wrapper .upload-button.in {
    opacity: 1;
    top: auto;
    bottom: 11px;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.imageUpload-icon i{
	display: none;
	color: #fff;
	font-size: 22px;
}
.avatar-wrapper .upload-button.in .imageUpload-icon img{
	display: none;
}
.avatar-wrapper .upload-button.in .imageUpload p {
    display: none;
}
.upload-button.in .imageUpload-icon i{
	display: block;
}
.profile-driver-name {
    text-align: center;
}
.profile-driver-name h6 {
    font-size: 24px;
    margin: 0 0 10px;
	color: #0F3D80;
	font-weight: 600;
    padding: 0;
}
.profile-details-left .ride-driver-details {
    margin-top: 0;
}

.profile-details-right{
	padding-left: 30px;
}

.profile-verify-item{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px #e5e5e5 solid;
}
.profile-verify-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.profile-heading {
    margin: 0 0 15px;
    padding: 0;
}
.profile-heading h1, .profile-heading h2, .profile-heading h3, .profile-heading h4, .profile-heading h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    color: #0F3D80;
    font-weight: normal;
}

.profile-lidting {
    background: rgba(238,238,238,0.5);
    padding: 20px 30px;
    border-radius: 14px;
}
.profile-lidting ul {
    margin: 0;
    padding: 0;
}

.profile-lidting ul li {
    margin: 0 0 15px;
    padding: 0 0 15px 25px;
    display: block;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    position: relative;
    border-bottom: 1px #dbdbdb solid;
}
.profile-lidting ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.profile-lidting ul li i.fa-solid {
    color: #0f3d80;
    position: absolute;
    left: 0;
    top: 5px;
}
.profile-lidting ul li a{
	color: #0F3D80;
}
.profile-lidting ul li a:hover{
	color: #000;
}
.pfe-pl-0 .driver-name {
    padding-left: 0;
}
.profile-menu-tabs {
    margin: 0 0 40px;
}
.profile-menu-tabs ul {
    margin: 0;
    padding: 0;
	border-bottom: 1px #dbdbdb solid;
}
.profile-menu-tabs ul li{
	margin-right: 10px;
}
.profile-menu-tabs ul li a {
    padding: 10px 15px;
    display: block;
    font-weight: normal;
    color: #1A1A1A;
    font-size: 22px;
    line-height: normal;
    position: relative;
}
.profile-menu-tabs ul li a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #0f3d80;
    opacity: 0;
    visibility: hidden;
}
.profile-menu-tabs ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-top: 7px #0f3d80 solid;
	opacity: 0;
	visibility: hidden;
}
.profile-menu-tabs ul li a.active::after, .profile-menu-tabs ul li a.active::before{
	opacity: 1;
	visibility: visible;
}
.profile-menu-tabs ul li a.active {
	color: #0f3d80;
}
.profile-lidting.account-tb-edit ul li {
    padding-left: 0;
    position: relative;
}
.profile-lidting.account-tb-edit ul li a{
	display: block;
	position: relative;
}
.profile-lidting.account-tb-edit ul li a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 1px #000 solid;
    border-right: 1px #000 solid;
    transform: rotate(45deg);
}
/* PROFILE PAGE PAGE CSS END */
.msg-bubble {
    min-width: 45px;
    max-width: 65%;
}
.msg-bubble-wrap.mine .msg-bubble {
    max-width: 65%;
    margin-left: auto;
}
.header .user-dropdown li:nth-child(2) a > span {
    min-width: 22px;
    min-height: 22px;
    position: absolute;
    left: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
