body {
    font-family: "Lexend", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 45px;
    margin: 0;
}

h2 {
    font-size: 32px;
    margin: 0;
}

h3 {
    font-size: 30px;
    margin: 0;
}

h4,
h5,
h6,
p {
    margin: 0;
}

/****************************************************Header Widget Style*******************************************/
header {
    border-bottom: 1px solid #e9e8e8;
}

.header-widget {
    background: #d9d9d9;
}

.header-widget .widget-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar {
    padding: 0;
}

.header-widget .left-sec {
    display: flex;
    align-items: center;
}
.clock-image {
    width: 18px;
    height: 26px;
}
.clock-image img {
    width: 100%;
    height: 100%;
}

.header-widget .left-sec .training-time p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.6);
    padding-left: 8px;
}

.header-widget .right-sec,
.social-media,
.login {
    display: flex;
    align-items: center;
}

.social-media .media-image {
    margin-right: 20px;
}

.social-media .media-image:last-child {
    margin-right: 0;
}

.social-media {
    margin-right: 20px;
}

.right-sec .login a {
    font-family: "Jost", sans-serif;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
}

.right-sec .login .login-1 {
    display: flex;
    align-items: center;
}

.right-sec .login span {
    width: 2px;
    height: 18px;
    background-color: #000000;
    margin: 0 10px;
}

/**************************************************** Main Header *************************************************/

.main-header .head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: 25px;
}

.header-menu a:last-child {
    margin-right: 0;
}

.nav-button a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.nav-link {
    padding: 0 !important;
}

.nav-button {
    background: #ffd600;
    border-radius: 10px;
    padding: 13px 20px;
    margin-left: 30px;
}

.header-logo {
    width: 135px;
    height: auto;
}

.header-logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.navbar-to-rihgt {
    justify-content: flex-end;
}

.login-mobile {
    display: none;
}

.social-media-mobile {
    display: none;
}

/***************************************Banner section starts here*************************************************/

.focus-banner-outer .contact {
    display: flex;
    align-items: center;
    background: #ffd600;
    width: 28%;
    margin-left: auto;
    padding: 5px 30px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.focus-banner-outer .contact::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffd600;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(35deg, 0deg);
}

.focus-banner-outer .call-icon {
    margin-right: 15px;
    width: 31px;
    height: 31px;
}

.focus-banner-outer .call-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focus-banner-outer .phone-numbers {
    display: flex;
    align-items: center;
}

.focus-banner-outer .phone-numbers a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.phone-numbers .number-1 {
    margin-right: 10px;
}

.phone-numbers .number-2 {
    margin-left: 10px;
}

.focus-banner-outer .phone-numbers span {
    width: 1px;
    height: 26px;
    background-color: #000000;
}

.focus-banner-outer {
    position: relative;
}

.focus-banner-outer .banner-image {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
}

.focus-banner-outer .banner-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #010101 96.53%);
  pointer-events: none;
  z-index: 1;
}

.focus-banner-outer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.focus-banner-outer .blog-banner-image {
    width: 100%;
    height: 437px;
}

.focus-banner-outer .focus-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.focus-banner-outer .banner-inner {
    padding-top: 25px;
}

.focus-banner-outer .main-head h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #ffd600;
}

.focus-banner-outer .sub-para p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fee100;
    padding-top: 5px;
}

.focus-banner-outer .sub-head h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    padding-top: 26px;
}

/* Toggle button / Switch container */

.switches-container {
    width: 260px;
    position: relative;
    display: flex;
    padding: 0;
    background: #d4d4d4;
    line-height: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.49);
}

/* input (radio) for toggling. hidden - use labels for clicking on */

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 5px 10px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 10px;
    background: #ffd600;
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #000000;
    font-weight: 600;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

.switches-container
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

.switches-container
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

/* Toggle switch ends here */

.focus-banner-outer .search-section {
    margin-top: 120px !important;
    position: relative;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    width: 65%;
    margin: auto;
}

.focus-banner-outer .search-section::before {
    position: absolute;
    content: "";
    /* background-image: url("../images/car.svg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 52px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.focus-banner-outer .search-field {
    width: 80%;
    padding-left: 20px;
}

.focus-banner-outer .search-field button.btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 38px;
    background: #020202;
    border-radius: 10px;
    padding: 0 25px;
}

.focus-banner-outer .search-field input.form-control.me-2,
.banner-inner .search-field input.form-control.me-2 {
    border: 1px solid #000000;
    font-size: 15px;
    line-height: 25px;
    border-radius: 10px;
    box-shadow: none;
    padding: 0px 30px;
}

.focus-banner-outer .search-field .form-control:focus {
    box-shadow: none;
}
/* Banner ends here */

/* service-tab section starts here  */
.service-section {
    background-image: url("../images/tab-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-section .section-inner {
    padding-top: 97px;
    padding-bottom: 12px;
}

.service-section .service-head {
    position: relative;
}

.service-section .service-head h2 {
    font-weight: 600;
    line-height: 48px;
    color: #000000;
    margin-bottom: 22px;
    text-align: center;
}

.service-section .service-head::after {
    content: " ";
    background-image: url("../images/stearing.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -28px;
    right: 38.5%;
}

.service-section .tab-head {
    background: #fff5d7;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.31);
    border-radius: 20px 20px 0px 0px;
    padding: 22px 30px;
    text-align: center;
    position: relative;
    width: 24.82%;
    cursor: pointer;
}

.service-section #sec-tab-nav {
    margin: 0;
}

.service-section .tab-head::after {
    content: " ";
    background-image: url("../images/tab-head-logo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 135px;
    height: 23px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.service-section .tab-head h4 {
    margin: 0;
}

.service-section .tab-head h4 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #282828;
    position: relative;
    z-index: 999;
    margin: 0;
    text-decoration: none;
}

.service-section .tab-head.active {
    background-color: #e5d26e70;
}

.service-section .tab-contents {
    background-color: #e5d26e70;
}

.service-section .card-top {
    background: #fffffff0;
    padding: 13px 10px 6px 14px;
    border-radius: 11.9563px 11.9563px 0 0;
}

.service-section .hours {
    display: flex;
    align-items: baseline;
}

.service-section .time h2 {
    margin-right: 10px;
    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 52px;
    line-height: 53px;
    color: #060606;
}

.service-section .hour-class h4 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}

.service-section .top-card-para p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-top: 8px;
}

.service-section .card-wrapper {
    border-radius: 20px;
    background-image: url("../images/card-outer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-section .card-bottom {
    background: black;
    color: white;
    padding: 20px 10px 10px 34px;
    border-radius: 0 0 11.9563px 11.9563px;
}

.service-section .card-bottom .head h2 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: underline solid #ffd600;
    margin-bottom: 10px;
}

.service-section .card-bottom ul {
    margin: 0;
}

.service-section .card-bottom .features-description {
    max-height: 125px;
    overflow: auto;
}

.service-section .card-bottom .features-description::-webkit-scrollbar {
    width: 1px;
}
/* bullet list with vertical line starts here*/
.service-section .card-bottom ul {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.service-section .card-bottom ul::before {
    content: "";
    display: inline-block;
    width: 1px;
    background: #ffd600;
    position: absolute;
    left: 3px;
    top: 5px;
    height: calc(100% - 17px);
}
.service-section .card-bottom ul li {
    padding-left: 2rem;
    position: relative;
}

.service-section .card-bottom ul li,
.service-section .card-bottom p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14.3476px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
}

.service-section .card-bottom ul li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}

/* bullet list with vertical line ends here*/

.service-section .card-bottom .fees {
    display: flex;
    margin-bottom: 16px;
}

.service-section .card-bottom .fees .dollar-img {
    width: 13px;
    height: 25px;
}

.service-section .card-bottom .fees .dollar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-section .card-bottom .fees .cash {
    font-family: "Jost";
    font-weight: 300;
    font-size: 21.35px;
    line-height: 20px;
    align-items: center;
    color: #ffffff;
    padding-top: 6px;
    padding-left: 2px;
}

.service-section .card-bottom .bottom-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.service-book-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #020202;
    padding: 10px 25px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    border: none;
}

.service-book-btn a {
    color: #020202;
    text-decoration: none;
}

.service-section button.service-book-btn:focus-visible {
    outline: none;
}

.service-section .card1 {
    width: 28%;
    margin-bottom: 15px;
}

.service-section .card-outer {
    justify-content: center;
    padding: 50px 0;
}

.service-section .test-model {
    display: flex;
    margin-top: 15px;
    align-items: flex-end;
    justify-content: space-between;
}

.service-section .test-image {
    width: 210px;
    height: 80px;
}

.service-section .test-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-section .test-model-name p {
    font-family: "Jost";
    font-weight: 500;
    font-size: 14.3476px;
    line-height: 23px;
    color: #000000;
}

.service-section .test-time h2 {
    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 43px;
    line-height: 50px;
    color: #000000;
    margin-right: 4px;
}

.service-section .test-head h4 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    margin-top: 19px;
}

.service-section .test-hour-head h4 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.service-section .test-plus {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.service-section .test-plus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-section .test-card-para p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin-top: 15px;
}

/* end service section here  */

/*  How we works starts here */

.how-we-works .works-inner {
    margin-top: 50px;
}

.how-we-works .top-head h2 {
    text-align: center;

    color: #000000;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 18px;
}

.how-we-works .top-head {
    position: relative;
}

.how-we-works .top-head::after {
    position: absolute;
    content: "";
    background-image: url(../images/stearing.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -28px;
    right: 34.5%;
}
.sec-2-image {
    text-align: center;
}

.how-we-works .item {
    display: flex;
    padding-top: 32px;
    justify-content: center;
}

.how-we-works .bullet-logo {
    width: 16%;
}

.how-we-works .description {
    width: 70%;
    padding-top: 13px;
}

.how-we-works .description .head h5 {
    font-family: "Jost";

    color: #ffd600;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.how-we-works .description .sub-head p {
    font-family: "Jost";
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.how-we-works .description .sub-head {
    width: 190px;
}

.how-we-works .bottom-head h3 {
    font-weight: 500;
    line-height: 38px;

    color: #000000;
    margin-top: 21px;
    text-align: center;
}

.how-we-works .bottom-head h3 span {
    color: #fee100;
}

.how-we-works .bottom-sub-head p {
    font-family: "Jost";
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #000000;
    padding-top: 20px;
    width: 80%;
    margin: auto;
    text-align: center;
}

.how-we-works .bottom-button a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    background: #000000;
    border-radius: 10px;
    padding: 10px 30px;
    border: 1px solid #000;
}

.how-we-works .bottom-button a:hover {
    color: #000;
    background: transparent;
}

.how-we-works .bottom-button {
    text-align: center;
    padding-top: 42px;
}

/* How we works ends here */

/* Our-excellency starts here */

.our-excellency {
    background-image: url(../images/excellence-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 55px;
    padding-top: 65px;
    padding-bottom: 55px;
}

.our-excellency .top-head-1 h5 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}

.our-excellency .top-head-2 {
    position: relative;
}

.our-excellency .top-head-2::after {
    position: absolute;
    content: "";
    background-image: url(../images/stearing.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -48px;
    left: 235px;
}

.our-excellency .top-head-2 h2 {
    font-weight: 600;
    line-height: 48px;
    color: #000000;
}

.our-excellency .bottom-contents {
    padding-top: 25px;
    text-align: center;
}

.our-excellency .excellence-para p {
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.excellence-para {
    width: 80%;
    margin: auto;
    padding-top: 8px;
}

/* Our-excellency ends here */

/* Testimonial section starts here */

.testimonial {
    margin-top: 61px;
}

.testimonial .top-head h2 {
    color: #000000;
    font-weight: 600;
    line-height: 40px;
}

.testimonial .top-head {
    position: relative;
}

.testimonial .top-head::after {
    position: absolute;
    content: "";
    background-image: url(../images/stearing.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -30px;
    left: 17%;
}

.testimonial .testimonial-slider {
    padding-top: 31px;
    padding-bottom: 70px;
}

.testimonial .slider-contents {
    /* display: flex !important; */
    /* align-items: center; */
    background: #f1f1f1;
    box-shadow: 0px 0px 9px rgb(118 118 118 / 33%);
    border-radius: 8px;
    padding: 56px 48px 50px 48px;
    max-height: 317px;
    overflow: scroll;
}
.review-stars img {
    width: 20px;
    height: auto;
}

.testimonial .slider-contents::-webkit-scrollbar {
    width: 1px;
}

.testimonial .slider-contents .left {
    text-align: center;
    margin-right: 50px;
}

.testimonial .slider-contents .test-image {
    width: 119px;
    height: 119px;
}

.testimonial .slider-contents .test-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial .slider-contents .right {
    position: relative;
}

.testimonial .slider-contents .right::before {
    position: absolute;
    content: "";
    background-image: url(../images/inverted-left.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    top: -15px;
    left: -23px;
}

.testimonial .slider-contents .right::after {
    position: absolute;
    content: "";
    background-image: url(../images/inverted-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    bottom: 24px;
    right: -18px;
}

.testimonial .slider-contents .details {
    margin-top: 14px;
}

.testimonial .slider-contents .details .name p {
    font-family: "Jost";
    color: #333333;
    font-weight: 600;
    font-size: 16.0289px;
    line-height: 22px;
}

.testimonial .slider-contents .details .designation p {
    font-family: "Jost";
    color: #000000;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
}

.testimonial .slider-contents .testi-head p {
    font-family: "Jost";
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 14px;
}

.testimonial .slider-contents .testi-content p {
    font-family: "Jost";
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    min-height: 60px;
}

.testimonial .slider-contents .review {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 21px;
}

.testimonial .slider-contents .review-name {
    margin-right: 13px;
}

.testimonial .slider-contents .review-name p {
    font-family: "Jost";
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.testimonial .testimonial-slider .slick-slide {
    margin: 0px 20px;
}

/* slider dots */

/* .testimonial .testimonial-slider .slick-dots {
display: flex;
justify-content: center;
list-style-type: none;
position: absolute;
left: 12px;
bottom: 30px;
padding: 0;
margin: 0;
}

.testimonial .testimonial-slider .slick-dots li {
margin: 5px 0;
}

.testimonial .testimonial-slider .slick-dots button {
display: block;
width: 47px;
height: 3px;
padding: 0;
border: none;
background-color: #000000;
text-indent: -9999px;
}

.testimonial .testimonial-slider .slick-dots li.slick-active button {
background-color: #FFD600;
opacity: 1;
} */

.customer-logos {
    position: relative;
}

.customer-logos .pre_arrow {
    position: absolute;
    bottom: 5%;
    left: 47%;
    color: #636363;
    width: 30px;
    height: 28px;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    background: #ffd600;
    border-radius: 5px;
}

.customer-logos .next_arrow {
    position: absolute;
    bottom: 5%;
    right: 47%;
    color: #636363;
    background: #ffd600;
    width: 30px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    border-radius: 5px;
}

/* Testimonial section ends here */

/* About-us section starts here */

.about-test {
    padding-bottom: 249px;
}

.about-us {
    background-image: url(../images/about-us-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 94px;
    padding-bottom: 185px;
}

.about-us .top-head h2 {
    color: #000000;
    font-weight: 600;
    line-height: 48px;
}

.about-us .top-head {
    position: relative;
}

.about-us .top-head::after {
    position: absolute;
    content: "";
    background-image: url(../images/stearing.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -32px;
    left: 13%;
}

.about-us .about-bottom {
    margin-top: 20px;
}

.about-us .about-left-image {
    width: 100%;
    height: auto;
}

.about-us .about-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .about-right-image {
    text-align: center;
    width: 375px;
    height: 335px;
    margin: auto;
}

.about-us .about-right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.about-us .about-center-content .head p {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.about-us .about-center-content .para p {
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.about-us .about-center-content .read-more a {
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    background: #ffd600;
    border-radius: 10px;
    padding: 8px 30px;
}

.about-us .about-center-content .read-more {
    margin-top: 20px;
}

.about-us .right-part .image-bottom {
    display: flex;
    justify-content: space-between;
    background: #020202;
    border-radius: 10px;
    padding: 13px 20px;
    position: relative;
    top: -10px;
    justify-content: center;
}

.about-us .right-part .name p {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.about-us .right-part .designation p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.about-us .right-part .about-social-media {
    display: flex;
    align-items: center;
}

.about-us .right-part .about-social-media .insta {
    margin-right: 20px;
    width: 21px;
    height: 22px;
}

.about-us .right-part .about-social-media .insta img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-us .right-part .about-social-media .facebook {
    margin-right: 20px;
    width: 11px;
    height: 21px;
}

.about-us .right-part .about-social-media .facebook img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .right-part .about-social-media .twitter {
    width: 21px;
    height: 19px;
}

.about-us .right-part .about-social-media .twitter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* About-us section ends here */

/* Contact-us section starts here */

.contact-us {
    background-color: #e0e0e0;
    padding-top: 34px;
    padding-bottom: 100px;
    position: relative;
}

.contact-us::before {
    position: absolute;
    content: "";
    background-image: url(../images/about-car.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 645px;
    height: 128px;
    top: -127px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-us .focus-logo {
    width: 260px;
    height: 169px;
}

.contact-us .focus-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us .address {
    margin-top: 23px;
}

.contact-us .address .head p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
}

.contact-us .address .para p {
    font-family: "Jost";
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.contact-us .contact-right .head h3 {
    color: #000000;
    font-weight: 500;
    line-height: 38px;
}

.contact-us .contact-right .sub-head p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #000000;
}

.contact-us .contact-form {
    margin-top: 30px;
}

.contact-us .contact-form .form-control {
    font-size: 13px;
    line-height: 31px;
    border-radius: 0 !important;
    font-family: "Jost";
    color: #000000;
    box-shadow: none;
}

.contact-us .contact-form .form-control::placeholder {
    color: #000000;
}

.contact-us .contact-form .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.contact-us .contact-form .form-button button {
    color: #333333;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    background: #ffd600;
    border-radius: 10px;
    border: none;
    padding: 10px 30px;
}

.contact-us .contact-form .form-button {
    margin-top: 30px;
}

/* Contact-us section ends here */

/* Footer section starts here */

.footer-section {
    background-color: #020202;
    padding-top: 30px;
}

.footer-section .head h3 {
    color: #ffffff;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
}

.footer-section .head h3 span {
    color: #fee100;
}

.footer-section .footer-menu {
    margin-top: 45px;
    padding: 0 70px;
}

.footer-section .footer-menu .menu-head p {
    font-family: "Jost";
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 13px;
    display: inline-block;
    border-bottom: 2px solid #fee100;
}

.footer-section .menu-items .main-menu a:hover {
    opacity: 0.7;
}

.footer-section .footer-menu ul.main-menu {
    padding: 0;
}

.footer-section .footer-menu ul.main-menu li {
    list-style-type: none;
}

.footer-section .footer-menu ul.main-menu li a {
    font-family: "Jost";

    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.footer-section .footer-menu .maid-id a,
.phone a {
    font-family: "Jost";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.footer-section .footer-menu .maid-id a:hover,
.footer-section .footer-menu .phone a:hover {
    opacity: 0.7;
}

.footer-section .footer-social {
    display: flex;
    justify-content: center;
    width: 20%;
    margin-left: auto;
    align-items: center;
}

.footer-section .footer-social .facebook,
.footer-section .footer-social .linkedin,
.footer-section .footer-social .twitter {
    margin-right: 14px;
}

.footer-section .footer-widget {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 22px;
}

.footer-section .footer-widget .head p {
    font-family: "Jost";
    text-align: center;
    color: #ffd600;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

/* Footer section ends here */

/* instruction list section starts here */

.instructor-list-outer {
    position: relative;
}

.instructor-list-outer .contact {
    display: flex;
    align-items: center;
    background: #ffd600;
    width: 28%;
    margin-left: auto;
    padding: 5px 30px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.instructor-list-outer .contact::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffd600;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(35deg, 0deg);
}

.instructor-list-outer .call-icon {
    margin-right: 15px;
    width: 31px;
    height: 31px;
}

.instructor-list-outer .call-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-list-outer .phone-numbers {
    display: flex;
}

.instructor-list-outer .phone-numbers a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.phone-numbers .number-1 {
    margin-right: 10px;
}

.phone-numbers .number-2 {
    margin-left: 10px;
}

.instructor-list-outer .phone-numbers span {
    width: 1px;
    height: 26px;
    background-color: #000000;
}

.instructor-list-outer .banner-image {
    width: 100%;
    height: 437px;
}

.instructor-list-outer .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-list-outer .instructor-list-banner {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

/* Toggle button / Switch container */
.instructor-list-outer .switches-container {
    width: 260px;
    position: relative;
    display: flex;
    padding: 0;
    background: #d4d4d4;
    line-height: 40px;
    border-radius: 10px;
}

/* input (radio) for toggling. hidden - use labels for clicking on */

.instructor-list-outer .switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */

.instructor-list-outer .switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

.instructor-list-outer .switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 5px 10px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* transition: transform 1s; */
}

/* .instructor-list-outer .switch {
border-radius:10px;
background:#ffffff;
height: 100%;
} */

.instructor-list-outer .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #000;
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.instructor-list-outer
    .switches-container
    input:nth-of-type(1):checked
    ~ .switch-wrapper {
    transform: translateX(0%);
}

.instructor-list-outer
    .switches-container
    input:nth-of-type(2):checked
    ~ .switch-wrapper {
    transform: translateX(100%);
}

.instructor-list-outer
    .switches-container
    input:nth-of-type(1):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(1) {
    opacity: 1;
}

.instructor-list-outer
    .switches-container
    input:nth-of-type(2):checked
    ~ .switch-wrapper
    .switch
    div:nth-of-type(2) {
    opacity: 1;
}

/* Toggle switch ends here */

.instructor-list-outer .search-section {
    margin-top: 200px !important;
    position: relative;
    align-items: center;
    background: #ffffff;
    padding: 10px 23px;
    border-radius: 10px;
    width: 65%;
    margin: auto;
}

.instructor-list-outer .instructor-change {
    background: #ffffff;
    padding: 10px 23px;
    border-radius: 10px;
    width: 65%;
    margin: auto;
}

.instructor-list-outer .search-section::before {
    position: absolute;
    content: "";
    /* background-image: url("../images/car.svg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 52px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.instructor-list-outer .search-field {
    width: 80%;
    padding-left: 20px;
}

.instructor-list-outer .search-field button.btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    line-height: 38px;
    background: #020202;
    border-radius: 10px;
    padding: 0 25px;
}

.instructor-list-outer .search-field input.form-control.me-2 {
    border: 1px solid #000000;
    font-size: 15px;
}

.instructor-list-outer .search-field .form-control:focus {
    box-shadow: none;
}

.instructor-detail-outer.instructor-modal-content {
    padding: 0;
}

/* .instructor-list-outer .search-field .btn:first-child:hover,
:not(.btn-check)+.btn:hover {
background-color: #000;
color: #fff;
} */

.instructor-detail-outer {
    padding-bottom: 121px;
}

.instructor-detail-outer .instructor-detail-wrapper {
    margin-top: 39px;
}

.instructor-detail-outer .instructor-label h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;

    color: #323232;
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
}

.instructor-detail-outer .instructor-head h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;

    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.instructor-detail-outer .instructor-card-outer,
.vehicle-card-outer {
    display: flex;
}
.instructor-card-outer .card-left {
    background-color: #ffd600;
    border-top-left-radius: 23px;
    width: 60%;
    border-bottom-left-radius: 23px;
}

.instructor-detail-outer .instructor-image {
    width: 330px;
    height: 296px;
}

.instructor-detail-outer .instructor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23px 0px 0px 0px;
}

.instructor-detail-outer .vehicle-left {
    border: 1px solid #ffd600;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 32px;
}

.instructor-detail-outer .vehicle-image {
    width: 270px;
    height: 160px;
    margin: 0 auto;
}

.instructor-detail-outer .vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.instructor-detail-outer .personal-details {
    background-color: #ffd600;
    padding: 20px 25px 28px 35px;
    width: 329px;
    border-radius: 0px 0px 0px 23px;
}

.instructor-detail-outer .instructor-name h3 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;

    color: #000000;
}

.instructor-detail-outer .instructor-post p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #000000;
}

.instructor-detail-outer .instructor-experience p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;

    color: #000000;
    margin-top: 5px;
}

.instructor-detail-outer .instructor-experience span {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;

    color: #000000;
}

.instructor-detail-outer .rating {
    width: 152px;
    height: 22.5px;
    margin-top: 21px;
}

.instructor-detail-outer .rating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-detail-outer .card-right {
    background: #000000;
    padding: 23px 22px 18px 22px;
    border-radius: 0px 23px 23px 0px;
    width: 40%;
}

.instructor-detail-outer .vehicle-head h3 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;

    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline;
}

.instructor-detail-outer .instructor-vehicle-details ul {
    margin-top: 15px;
    list-style-type: none;
    padding: 0;
}

.instructor-detail-outer .instructor-vehicle-details ul li {
    font-family: "Jost";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #ffd600;
    margin-bottom: 5px;
}

.instructor-detail-outer .laguage-head h2 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline;
}

.instructor-detail-outer .instructor-languages ul {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
.instructor-detail-outer .instructor-languages ul li:last-child {
    margin-bottom: 4px;
}
.instructor-detail-outer .instructor-languages ul li {
    font-family: "Jost";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #ffd600;
    margin-bottom: 0;
}

.instructor-detail-outer .button-1 a {
    padding: 12px 25px;
    background-color: #ffd600;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

    color: #333333;
    text-decoration: none;
    border-radius: 10px;
}
.instructor-detail-outer .button-1 a:hover {
    background-color: #fff;
}

.instructor-detail-outer .button-2 {
    margin-top: 30px;
}

.instructor-detail-outer .button-2 a {
    padding: 12px 32px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

    background-color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
}

.instructor-detail-outer .button-2 .check-availability-btn {
    padding: 12px 10px;
}

.instructor-detail-outer .button-2 a:hover {
    background-color: #ffd600;
}
.profile-btn {
    text-align: center;
}
.instructor-vehicle-data {
    min-height: 295px;
}

.instructor-detail-outer .instructor-outer {
    justify-content: center;
}

.instructor-detail-outer .instructor-box,
.vehicle-box {
    width: 47%;
    justify-content: space-between;
    margin-bottom: 100px;
}
/* instruction list section ends here */

/* contact team section start here */
.contact-team-outer {
    position: relative;
}

.contact-team-outer .contact {
    display: flex;
    align-items: center;
    background: #ffd600;
    width: 345px;
    margin-left: auto;
    padding: 5px 30px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.contact-team-outer .contact::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffd600;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(35deg, 0deg);
}

.contact-team-outer .call-icon {
    margin-right: 15px;
    width: 31px;
    height: 31px;
}

.contact-team-outer .call-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-team-outer .phone-numbers {
    display: flex;
}

.contact-team-outer .phone-numbers a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.contact-team-outer .phone-numbers .number-1 {
    margin-right: 10px;
}

.contact-team-outer .phone-numbers .number-2 {
    margin-left: 10px;
}

.contact-team-outer .phone-numbers span {
    width: 1px;
    height: 26px;
    background-color: #000000;
}

.contact-team-outer .banner-image {
    width: 100%;
    height: 437px;
}

.contact-team-outer .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-team-outer .contact-team-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.contact-team-outer .title,
.about-outer .head,
.banner-container {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 15px 27px;
    min-width: 40%;
    max-width: 71%;
    width: fit-content;
    max-height: 200px;
    margin-top: 215px;
}

.contact-team-outer .title h2,
.about-outer .head h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;

    color: #000000;
}

.contact-support {
    padding-top: 57px;
    padding-bottom: 226px;
}

.contact-support .head h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    color: #000000;
    margin-bottom: 20px;
}

.contact-support .para p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;

    color: #333333;
    margin-bottom: 32px;
}

.contact-support .address {
    background-image: linear-gradient(
            rgb(237, 237, 237, 0.7),
            rgb(228, 228, 228, 0.7)
        ),
        url("../images/contact-team-address.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px 106px 43px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    margin-right: 3px;
    width: 33.15%;
}

.contact-support .phone-no {
    background-image: linear-gradient(
            rgb(237, 237, 237, 0.7),
            rgb(228, 228, 228, 0.7)
        ),
        url("../images/call-center.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 80px 68px;
    text-align: center;
    margin-right: 3px;
    width: 33.15%;
}

.contact-support .mail {
    background-image: linear-gradient(
            rgb(237, 237, 237, 0.7),
            rgb(228, 228, 228, 0.7)
        ),
        url("../images/laptop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 106px 43px;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    width: 33.15%;
}

.contact-support .location-image {
    width: 56px;
    height: 71px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.contact-support .location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-support .call-image {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 11px;
}

.contact-support .call-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-support .mail-image {
    width: 82px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 11px;
}

.contact-support .mail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-support .location-head h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;

    color: #000000;
    margin-bottom: 7px;
}

.contact-support .call-head h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;

    color: #000000;
    margin-bottom: 7px;
}

.contact-support .mail-head h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;

    color: #000000;
    margin-bottom: 7px;
}

.contact-support .location-detail p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;

    color: #333333;
}

.contact-support .call-number a {
    font-family: "Jost";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;

    color: #333333;
    text-decoration: none;
}
.contact-support .call-number a:hover,
.contact-support .mail-id a:hover {
    color: #000;
}

.contact-support .mail-id a {
    font-family: "Jost";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-transform: lowercase;
    color: #333333;
    text-decoration: none;
}

.contact-support .contact-details {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.contact-support .google-location {
    border: 20px solid #ffd600;
    height: 392px;
    margin-bottom: 11px;
    background-color: #ffd600;
}
.contact-support .iframe {
    border-radius: 6px;
}

.contact-support .google-map-para p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;

    color: #333333;
}

/* contact team section ends here */

/* Gallery-Page starts here */

section.gallery-outer {
    margin-bottom: 263px;
}

.gallery-outer hr {
    margin: 0;
    border: 0px solid;
}

.gallery-outer .call-icon,
.about-outer .call-icon {
    margin-right: 15px;
    width: 31px;
    height: 31px;
}

.gallery-outer .call-icon img,
.about-outer .call-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-outer .contact,
.about-outer .contact {
    display: flex;
    align-items: center;
    background: #ffd600;
    width: 345px;
    margin-left: auto;
    padding: 5px 30px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.gallery-outer .contact::after,
.about-outer .contact::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ffd600;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, -30deg);
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(35deg, 0deg);
}

.gallery-outer .number-1,
.about-outer .number-1 {
    margin-right: 10px;
}

.gallery-outer .number-2,
.about-outer .number-2 {
    margin-left: 10px;
}

.gallery-outer .phone-numbers span,
.about-outer .phone-numbers span {
    width: 1px;
    height: 26px;
    background-color: #000000;
}

.gallery-outer .gallery-inner .top-head h3 {
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-top: 16px;
    display: inline-block;
}
span.gal-underline {
    width: 345px;
    height: 5px;
    background-color: #ffd600;
    border-radius: 10px;
    display: block;
}
span.gal-underline-2 {
    width: 383px;
    height: 5px;
    background-color: #ffd600;
    border-radius: 10px;
    display: block;
}

.gallery-outer .phone-numbers,
.about-outer .phone-numbers {
    display: flex;
}

.gallery-outer .phone-numbers a,
.about-outer .phone-numbers a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.gallery-outer .gallery-inner .slider-contents {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 34px;
    grid-row-gap: 34px;
}
.gallery-outer .gallery-inner .inner-slider .slick-slide {
    margin: 0 5px;
}

.gallery-outer .slider-outer {
    margin-top: 34px;
}

.gallery-outer .slider-outer .slider-contents .gallery-image {
    width: 206px;
    height: 195px;
}

.gallery-outer .slider-outer .slider-contents .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* slider dots */

.gallery-outer .slider-outer .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    left: 5px;
    bottom: -40px;
    padding: 0;
    margin: 0;
}

.gallery-outer .slider-outer .slick-dots li {
    margin: 5px 0;
}

.gallery-outer .slider-outer .slick-dots button {
    display: block;
    width: 47px;
    height: 3px;
    border-radius: 3px;
    padding: 0;
    border: none;
    margin-right: 1px;
    background-color: #000000;
    text-indent: -9999px;
}

.gallery-outer .slider-outer li.slick-active button {
    background-color: #ffd600;
    opacity: 1;
}

.gallery-outer .inner-slider.slider-2 {
    margin-top: 75px;
}

.gallery-outer .inner-slider.slider-3 {
    margin-top: 75px;
}

/* Gallery-page ends here */

/* About-us page starts here */

.about-outer {
    position: relative;
}

.about-outer .banner-image {
    width: 100%;
    height: 437px;
}

.about-outer .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-outer .about-inner-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.focus-driving .head h2 {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 14px;
}

.focus-driving .sub-head p,
.focus-driving .bottom-para ul li {
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

    color: #333333;
}

.focus-driving .driving-group {
    text-align: center;
    margin-top: 65px;
}

.focus-driving .person {
    margin-bottom: 35px;
}

.focus-driving img.person-image {
    margin-right: 50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.focus-driving img.person-image:last-child {
    margin-right: 0;
}

.focus-driving .driving-group .para p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    width: 45%;
    margin: auto;
}
.focus-driving .driving-group .para ul li {
    font-family: "Jost";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    width: 45%;
    margin: auto;
}

.focus-driving .bottom-para p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

    color: #333333;
    margin-top: 42px;
}

.bottom-banner {
    margin-top: 53px;
    background-image: url("../images/about-bottom-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-banner .inner-contents {
    padding-top: 96px;
    padding-bottom: 110px;
    width: 50%;
}

.bottom-banner .inner-contents .top-head {
    position: relative;
}

.bottom-banner .inner-contents .top-head p {
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    color: #323232;
}

.bottom-banner .inner-contents .top-head::after {
    position: absolute;
    content: "";
    background-image: url("../images/stearing.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 66px;
    height: 66px;
    top: -23px;
    left: 267px;
}

.bottom-banner .inner-contents .sub-head h2 {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

.bottom-banner .inner-contents .sub-para p {
    color: #333333;
    font-family: "Jost";
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-top: 12px;
    width: 65%;
}

/* About-us page ends here */

/* Login Header bar dropdown style */

.dropdown:focus-visible,
.dropdown img:focus-visible {
    outline: none;
}

.dropdown button.btn {
    border: none;
    border-radius: 30px;
    padding: 0;
}

/* Login Header bar style ends */

/* Blog list  page */

.container.head-inner {
    max-width: 1600px;
}

.container.widget-main {
    max-width: 1600px;
}

.focus-banner-blog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-container h1 {
    /* margin-left: 18px; */
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;

    color: #000000;
}

.blog-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card {
    background-color: #f3f3f3;
    box-shadow: 0px 3.88158px 3.88158px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 9.70395px 9.70395px;
    position: relative;
}

.blog-card p.card-float {
    position: absolute;
    width: 228px;
    height: 45px;
    left: 10px;
    top: 10px;
    background: #ffd600;
    border-radius: 6px;
    z-index: 2;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 47px;

    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #323232;
}

.blog-content {
    padding: 0 15px 25px;
}

.blog-thumb {
    width: 100%;
    height: 265px;
}

.blog-thumb img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.blog-card h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;

    margin-top: 9px;
    color: #000;
}

.blog-card p {
    font-weight: 400;
    font-family: "Jost";
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
    margin-bottom: 40px;
    color: #333333;
}

.blog-readmore {
    background: #ffd600;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 145.56px;
    height: 45.61px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    transition: all 0.3s ease;
}

.blog-readmore:hover {
    background-color: transparent;
    border: 1px solid #ffd600;
    color: #333333;
}

.blog-buttons {
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}

.blog-card span {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 17px;
}

.single-detail {
    gap: 10px;
    align-items: center;
}

.blog-details {
    display: flex;
    gap: 24px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.blog-section {
    padding-top: 55px;
    padding-bottom: 200px;
}

/* load-more */

.hiddenStyle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.blog-section #loadMore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 147px;
    height: 47px;
    background: #000000;
    border-radius: 8px;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    margin: 30px auto 0;
}

.container {
    max-width: 1200px;
}

.focus-banner-blog div.contact {
    right: 0;
}

/* blog-inner */
.blog-inner {
    padding-top: 25px;
    padding-bottom: 200px;
}

.blog-inner h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    color: #000000;
    margin-bottom: 25px;
}

.profile-details h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;

    color: #000000;
    width: fit-content;
}

.profile-details h4::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ffd600;
    margin-top: -5px;
    margin-bottom: 5px;
}

.profile-details {
    align-items: center;
}

.profile-single {
    align-items: center;
    gap: 10px;
}

.profile-single span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.profile-full {
    gap: 32px;
}

.profile {
    align-items: center;
    gap: 22px;
}

.profile > img {
    height: 92px;
    width: 92px;
    border-radius: 92px;
}

.content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.content .img {
    height: 473px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.content p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    color: #333333;
}

.content h4 {
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    padding-right: 140px;
    padding: 5px 140px 5px 10px;
    background: #ffd600;
    width: fit-content;
    margin: 35px 0 22px;
}

.content ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 0;
}

.content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;

    color: #333333;
    margin: 2px 0;
}

.content li::before {
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    margin-top: 4px;
    background-image: url(../images/blog-list-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.side-image {
    margin-top: 45px;
    width: 537px;
    height: 292px;
    flex-shrink: 0;
}

.side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-part {
    gap: 22px;
}

.single-comment {
    background: #f1f1f1;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 14px 140px 20px 25px;
    margin-top: 63px;
    margin-bottom: 68px;
}

.single-comment h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;

    color: #333333;
    margin-bottom: 23px;
}

.comment-profile img {
    height: 77px;
    width: 77px;
    object-fit: cover;
    border-radius: 100px;
}

.comment-right h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;

    color: #333333;
    margin-bottom: 7px;
    width: fit-content;
}

.comment-right h6::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffd600;
    display: block;
    margin-top: -3px;
    margin-bottom: 3px;
}

.comment-right p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;

    color: #333333;
    margin-bottom: 23px;
}

.comment-flex {
    gap: 20px;
}

.comment-input {
    background-color: rgba(255, 235, 132, 1);
    max-width: 1032px;
    width: 100%;
    padding: 22px 38px 24px;
    margin: 0 auto 68px;
}

.comment-input h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;

    color: #323232;
    margin-bottom: 9px;
}

.input-flex {
    gap: 26px;
    margin-bottom: 17px;
}

.input-flex input {
    width: 100%;
    border: 1px solid #333333;
    height: 51px;
    padding-left: 19px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.input-flex input:focus,
.comment-input textarea:focus {
    outline: none;
}

.input-flex input::-webkit-input-placeholder,
.comment-input textarea::-webkit-input-placeholder {
    /* Edge */
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;

    color: #333333;
    opacity: 1;
}

.input-flex input:-ms-input-placeholder,
.comment-input textarea:-ms-input-placeholder {
    /* Internet Explorer */
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;

    opacity: 1;
    color: #333333;
}

.input-flex input::placeholder,
.comment-input textarea::placeholder {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;

    color: #333333;
    opacity: 1;
}

.comment-input textarea {
    resize: none;
    width: 100%;
    height: 229px;
    padding: 14px 19px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #333333;

    color: #333333;
}

.comment-input .submit {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;

    color: #ffffff;
    padding: 10px 30px;
    background: #000000;
    border-radius: 10px;
    border: 1px solid black;
    margin: 28px auto 0;
    transition: all 0.4s ease;
}

.comment-input .submit:hover {
    background-color: transparent;
    color: black;
}

.read-more h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;

    color: #323232;
    margin-bottom: 14px;
}

.read-more-sldier {
    margin-bottom: 25px !important;
}

.read-more-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.read-more-card h6 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;

    color: #333333;
    width: 80%;
    margin-top: 4px;
}

.slider-controls {
    display: flex;
    width: fit-content;
    margin: 0 auto 68px;
    gap: 20px;
    align-items: center;
}

.slider-controls .slick-dots {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 22px;
    margin-bottom: 0;
}

.slider-controls li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    width: 33px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slider-controls .slick-active {
    background: rgba(255, 214, 0, 0.5);
    border-radius: 5px;
    width: 33px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease;
}

.slider-controls button {
    border: none;
    background: transparent;
}

.slider-controls .next::before {
    content: "";
    height: 14px;
    width: 26px;
    background-image: url(../images/slider-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: cover;
    flex-shrink: 0;
}

.slider-controls .prev::before {
    content: "";
    height: 14px;
    width: 26px;
    background-image: url(../images/slider-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    flex-shrink: 0;
}

.read-more-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
}

/* user-dashboard */

.user-header {
    max-width: 96.93%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 13px;
}

.profile-sec a {
    display: block;
    color: #fff;
}

a.dropdown-item {
    color: #fff !important;
    padding: 12px 8px;
    font-size: 14px;
}

.add-skill-btn button {
    margin-top: 10px;
    margin-left: 10px;
    color: rgba(255, 214, 0, 1);
    font-family: Lexend;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    padding: 2px 16px;

    border-radius: 30px;
    background-color: rgba(41, 41, 41, 1);
    border: none !important;
}

.add-skill-btn button:hover {
    color: #000 !important;
    background-color: rgba(255, 214, 0, 1) !important;
}

.repeater-remove-btn button {
    margin-top: 6px;
    font-family: Lexend;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 10px;

    border-radius: 30px;
}

.repeater-remove-btn button:hover {
    color: #000 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #000;
}

.logout:hover {
    color: #fff !important;
    background-color: #000;
}

.dropdown-item {
    cursor: pointer;
}

.profile-sub img.profile-logo {
    width: 18px;
    height: 18px;
}

.profile-sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 37px;
}

.profile-sub:hover {
    transform: scale(1.1);
}

.profile-sec h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #000000;
    margin: 0 10px 0 0;
}

.header-full {
    background-color: #ececec;
    padding: 10px 30px 10px 0;
}

.notification-sec a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;

    color: #000000;
    text-decoration: none;
    display: flex;
    gap: 10px;
}

.profile-img {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.drop-down-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.dropdown-menu.show {
    padding: 10px 0;
    background-color: #000;
    border-radius: 10px;
}

.side-nav-head p {
    font-family: "Jost";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.vertical-tab {
    margin-top: 38px;
    padding: 0 90px;
    /* min-height: 100vh; */
}

.vertical-tab .v-tab-nav {
    position: relative;
    z-index: 2;
}

.vertical-tab .dashboard-tab {
    margin-right: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vertical-tab .tab-content {
    width: 100%;
    background-color: #ececec;
    border-radius: 0 17px 17px 17px;
}

.dashboard-tab .title-sec h1 {
    font-size: 20px;
    line-height: 26px;
}

.vertical-tab .tab-left {
    background-color: transparent;
    padding: 0px;
    width: 100%;
    /* box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25); */
    border-radius: 0px 17px 17px 17px;
    min-height: 380px;
}

.dashboard-tab-left {
    width: 65%;
}

.vertical-tab .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    border: none;
}

.vertical-tab .dashboard {
    background-color: #ffd600;
    padding: 10px 16px !important;
    border-radius: 25px 0px 0px 0px;
    color: black;
}

.vertical-tab .dashboard svg {
    height: 25px;
    width: 25px;
}

.vertical-tab svg path,
.vertical-tab svg {
    fill: black;
}

.vertical-tab .support svg,
.vertical-tab .support svg path {
    stroke: black;
    fill: transparent;
}

.vertical-tab .support.active svg,
.vertical-tab .support.active path {
    fill: transparent !important;
    stroke: white;
}

.vertical-tab .calendar {
    background-color: #ffd600;
    padding: 10px 20px !important;
    color: #000000;
}

.vertical-tab .calendar img,
.vertical-tab .support img {
    height: 30px;
    width: 30px;
}

.vertical-tab .support {
    background-color: #ffd600;
    color: #000000;
    border-radius: 0px 0px 0px 25px;
    padding: 10px 20px !important;
}

.vertical-tab .nav-link.active {
    color: white;
    background-color: #000000;
}

.vertical-tab .nav-link.active svg,
.vertical-tab .nav-link.active path {
    fill: white;
    transition: all 0.3s ease;
}

.vertical-tab .view-calendar {
    border: none;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border: 1px solid black;
    text-decoration: none;
}

.vertical-tab .view-calendar:hover {
    background-color: transparent;
    color: black;
}

.dashboard-tab .title-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background: #ffd6006b;
    padding: 13px 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /* min-height: 76px; */
    width: 100%;
    margin: 0 auto;
}

.dashboard-tab {
    padding: 20px;
}

.booking-listing {
    padding: 10px 30px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    background: #fcf3c7;
    /* border-radius: 0 10px; */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.booking-listing-inner {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
}

.booking-listing .single-item {
    background: rgba(255, 255, 255, 0.93);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-listing li {
    position: relative;
    margin-left: 25px;
}

.tab-sub-title h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.inner-tab-right {
    padding: 0 30px;
}

.inner-tab-right .booking-listing {
    padding: 0;
}

.inner-tab-right .booking-listing li {
    margin-left: 0;
}

.booking-listing li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 11px;
    background: #111111;
    border-radius: 10px;
    display: block;
    left: -25px;
}

.book-status p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
}

.booking-listing .p {
    padding: 0 0 8px 9px;
}

.booking-listing h6 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    background: #d9d9d9;
    border-radius: 5px 0px 10px;
    width: fit-content;
    padding: 6px 23px 6px 9px;
}

.booking-completed {
    background-color: #b4eda0;
    padding: 2px 30px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 0;
    position: relative;
    font-size: 12px;
    width: 130px;
}

.booking-completed::before {
    background: #6bc167;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 12px;
    width: 10px;
}

.booking-pending {
    background-color: #ffebb6;
    padding: 2px 30px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 0;
    position: relative;
    font-size: 12px;
    width: 130px;
}

.booking-pending::before {
    background: #ffc400;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 12px;
    width: 10px;
}

.booking-ongoing {
    background-color: #3d97edb3;
    padding: 2px 30px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 12px;
    position: relative;
    width: 130px;
}

.booking-ongoing::before {
    background: #1a5abb;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 12px;
    width: 10px;
}
.booking-closed {
    background-color: #5e5f5f4f;
    padding: 2px 30px;
    padding-right: 15px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 12px;
    position: relative;
    width: 130px;
}

.booking-closed::before {
    background: #4f4f50;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 12px;
    width: 10px;
}

.show-bookings {
    padding-left: 120px;
}
.review-btn-wrapper {
    display: flex;
    justify-content: space-between;
    width: 53%;
    align-items: center;
    flex-wrap: wrap;
}
.left-car-detail {
    width: 33%;
}
.left-car-detail .car-title {
    margin-top: 0;
}

/* .payment {
margin-top: 10px;
} */

.booking-listing h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;

    color: #000000;
    margin-top: 5px;
}

.booking-listing .detail-flex {
    display: flex;
    gap: 15px;
}

.booking-listing .detail-flex span {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px;
    color: #333333;
}

.booking-listing .detail-flex a {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;

    color: #7c7c7c;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.booking-listing .detail-flex a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(124, 124, 124, 1);
    display: block;
    margin-top: -4px;
}

.booking-listing .single-item .right-sec a {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;

    color: #000000;
    text-decoration: none;
    display: block;
    width: fit-content;
}
/* completed pending status width */
.single-item .left-sec {
    width: 45%;
}
.review-btn-wrapper .left-sec {
    width: 80%;
}
.add-review-btn {
    width: 17%;
}

.booking-listing .single-item .right-sec {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    margin-right: 10px;
    padding: 10px 0;
    width: 188px;
}

.booking-listing .single-item .right-sec .view-details {
    padding: 3px 14px;
    background: #d9d9d9;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
}
.view-details {
    padding: 8px 23px;
    background: #d9d9d9;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.view-details:hover {
    background: #fff;
}

.booking-listing .single-item .right-sec .view-booking {
    background: #ffd600;
    border-radius: 6px;
    padding: 2px 10px;
    border: 1px solid #ffd600;
}
.view-booking {
    background: #ffd600;
    border-radius: 10px;
    padding: 8px 17px;
    border: 1px solid #ffd600;
    color: #000;
}
.view-booking:hover {
    background: #fff;
    color: #000;
}
.car-card {
    background: #f2f2f2;
    /* box-shadow: 0px 3.54717px 18.6226px rgba(0, 0, 0, 0.25); */
    border-radius: 11.5283px;
    padding: 16px 25px 28px;
    /* width:365px; */
}
.Transaction {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}
.car-title {
    display: flex;
    justify-content: space-between;
    gap: 34px;
}

.car-title h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;

    color: #000000;
    margin: 0;
}
.title-first span.car-title-underline {
    /* width: 130px; */
    height: 2px;
    background-color: #ffd600;
    display: block;
    margin-bottom: 0;
    border-radius: 4px;
}

.car-plate h6 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 11.5283px;
    line-height: 22px;

    color: #333333;
    margin-bottom: 0;
}

.car-plate span {
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 9.75472px;
    line-height: 22px;

    color: #333333;
    padding: 5px 14px;
    background: #d9d9d9;
    border-radius: 2.66038px;
}

.car-img {
    width: 269px;
    height: 105px;
    margin: 0 auto;
    margin-bottom: 14px;
    margin-top: 14px;
}

.car-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.car-details h6 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;

    color: #333333;
    width: fit-content;
    margin-bottom: 5px;
}

.car-details .car-name h6::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #ffd600;
    border-radius: 3px;
}

.car-details .car-description p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;

    color: #333333;
    margin-bottom: 8px;
    /* min-height: 90px; */
}
.car-details {
    margin-top: 5px;
}
.car-details .vehicle-number {
    display: flex;
    align-items: center;
}
.car-details .vehicle-number .left-side h6 {
    font-family: "Jost";
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;

    color: #333333;
}
.car-details .vehicle-number .right-side p {
    font-family: "Jost";
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;

    color: #333333;
    padding-left: 10px;
}
.vehicle-safety-rating .rating-star-image {
    padding-left: 10px;
    width: 65px;
    height: auto;
}
.vehicle-safety-rating .rating-star-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* card slider dot styling */
.vehicle-card-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    padding: 0;
    margin: 0;
}
.vehicle-card-slider .slick-dots li {
    margin-right: 5px;
}
.vehicle-card-slider .slick-dots li:last-child {
    margin-right: 0;
}

.vehicle-card-slider .slick-slide {
    margin: 0 5px;
}
.vehicle-card-slider .slick-dots button {
    display: block;
    width: 20px;
    height: 3px;
    padding: 0;
    border: none;
    background-color: #000;
    opacity: 1;
    text-indent: -9999px;
}
.comment-section {
    margin-top: 80px;
}

.vehicle-card-slider .slick-dots li.slick-active button {
    background-color: #ffd600;
    opacity: 1;
}
/* Slider dots ends here */

.bank-detail-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 0.4fr);
    justify-content: center;
    margin-left: 25px;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
}
.accordion-tab {
    background: #fcf3c7;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
    border-radius: 0px 17px 17px 17px;
    padding: 20px 44px 29px 25px;
    /* margin-right: 61px; */
}

.accordion-tab .acc-white {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 9px 256px 34px 39px;
}

.accordion-tab h5 {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;

    color: #323232;
}

.accordion-tab h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;

    color: #000000;
    margin-bottom: 0px;
}

.accordion-tab p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;

    color: #333333;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
    color: #242424 !important;
    background-color: #ffd600;
}

.accordion-button {
    padding: 0px 0px 0px 13px;
    border-radius: 0 !important;
    justify-content: space-between;
    font-size: 13px !important;
}

.accordion-button img {
    transform: rotate(180deg);
    transition: all 0.5s ease;
    width: 12px;
    height: 12px;
}

.accordion-button-img {
    padding: 10px 40px;
    background-color: #d9d9d9;
    margin-left: 5px;
}

.accordion-button.collapsed img {
    transform: rotate(360deg);
}

.accordion-body,
.accordion-item {
    border-width: 0 !important;
}

.booking-listing .single-item .right-sec a:hover {
    background-color: transparent;
    transition: all 0.2s ease;
}

.accordion-body {
    background-color: #f2f2f2 !important;
    padding: 12px 13px 26px !important;
}

.accordion {
    margin-top: 24px;
}

.accordion-item {
    margin-bottom: 10px;
}

/* calendar */
.color-scale span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid;
}
.color-scale p {
    font-size: 14px;
}
.calendar-wrapper {
    padding: 19px 37px 37px 35px;
    background: #fcf3c7;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);
    border-radius: 0 17px 17px 17px;
    margin-right: 61px;
}

.fc .fc-scrollgrid-liquid {
    border: none;
}

.fc-timeGridDay-view .fc-col-header-cell-cushion {
    word-spacing: unset;
}

.fc-event {
    min-height: 30px !important;
}

#calendar {
    height: 1155px;
    margin: 0 auto;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    display: none;
}

.calendar-title h5 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;

    color: #333333;
    margin: 0;
}

.calendar-title .circle {
    height: 23px;
    width: 23px;
    border-radius: 50px;
}

.learn .circle {
    background-color: #fec131;
}

.private .circle {
    background-color: #212a37;
}

.private .circle {
    background-color: #212a37;
}

.personal .circle {
    background-color: #54aee3;
}

.calendar-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.calendar-title .circle-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.calendar-title .left-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar-title button {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;

    color: #ffffff;
    padding: 3px 12px;
    background: #000000;
    border: 1px solid black;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.calendar-title button:hover {
    color: black;
    background-color: transparent;
}

.fc-button-group span {
    color: #000;
}

.fc-prev-button {
    width: 45px;
    height: 35px;
    padding: 0 !important;
    background-color: #ebebeb !important;
    border-radius: 9px !important;
    border: none !important;
}

.fc-next-button {
    width: 45px;
    height: 35px;
    padding: 0 !important;
    background-color: #ebebeb !important;
    border-radius: 9px !important;
    border: none !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

.fc .fc-today-button:focus {
    box-shadow: none !important;
}

.fc .fc-today-button.fc-button {
    padding: 6px 29px !important;
    color: #333333 !important;
    background-color: #ebebeb !important;
    border-radius: 9px !important;
    border: none !important;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;

    color: #333333;
}

.fc-button-group {
    align-items: center;
    gap: 5px;
}

.fc-header-toolbar {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    border-radius: 15px !important;
    padding: 8px 10px;
}

.fc-timeGridDay-button,
.fc-timeGridWeek-button,
.fc-dayGridMonth-button {
    padding: 6px 29px !important;
    background: #ffd600 !important;
    border-radius: 9px !important;
    border: none !important;
    font-family: "Jost" !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 22px !important;
    text-transform: capitalize !important;
    color: #333333 !important;
}

/* calendar heading */

.fc-timeGridWeek-view thead tr > :first-child {
    border-radius: 10px 0 0 0;
    width: 62px !important;
    flex-shrink: 0;
}

.fc-col-header thead tr > :last-child {
    border-radius: 0 10px 0 0;
}

/* .fc-scrollgrid>tbody> :nth-child(3) {
display: none;
} */

/* ********Calendar event bar styling starts here********* */

.fc-v-event .fc-event-title {
    font-size: 11px;
}

.fc-v-event .fc-event-title-container {
    margin-left: 6px;
}

.fc-v-event .fc-event-main-frame {
    flex-direction: row !important;
    align-items: baseline;
}

/* ********Calendar event bar styling ends here********* */

.fc-timegrid-body tbody > tr > :first-child {
    width: 60px;
}

td.fc-timegrid-axis.fc-scrollgrid-shrink {
    display: none;
}

.fc-scrollgrid > tbody > .fc-scrollgrid-section-liquid:first-child {
    display: contents;
}

.fc-timeGridWeek-view thead th {
    height: 38px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffd600;
    border: 1px solid white !important;
    position: relative;
}

.fc-scrollgrid thead th .fc-scrollgrid-sync-inner {
    width: fit-content;
    margin: auto;
}

.fc .fc-timegrid-slot {
    height: 30.5px !important;
    /* background-color: #F1F1F1; */
}

.fc-timegrid-event .fc-event-main {
    padding: 4px 7px 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: unset;
}

#v-pills-profile .fc-scrollgrid {
    border-radius: 10px 10px 0 0;
    border: none !important;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: transparent !important;
}

/* .fc-timeGridWeek-view td, .fc-timeGridWeek-view th,
.fc-timeGridDay-view td, .fc-timeGridDay-view th {
border: none !important;
} */

.fc-timeGridDay-view .fc-col-header > thead > tr th:first-child {
    background-color: #ffd600;
    border-radius: 10px 0 0 0;
}

.fc-col-header-cell-cushion {
    cursor: pointer;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;

    color: #000000;
    text-decoration: none;
    padding: 0 !important;
}

.fc-col-header-cell-cushion:hover {
    color: #000000;
}

.fc-timeGridWeek-view .fc-col-header tr {
    display: flex;
    justify-content: space-between;
}

#calendar > .fc-view-harness > .fc-timegrid {
    padding: 20px !important;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.fc-scroller.fc-scroller-liquid-absolute {
    overflow: visible !important;
}

.fc-scroller-harness .fc-scroller {
    overflow: visible !important;
}

.fc-timegrid-body tbody > tr > :first-child {
    background-color: #fff4bd;
    border-bottom: 1px solid #ffd600 !important;
    border-left: 1px solid white;
    display: flex;
    align-items: center;
}

.fc .fc-timegrid-slot-label-cushion {
    padding-left: 8px;
    vertical-align: middle;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;

    color: #333333;
}

.fc-scrollgrid thead .fc-day-today {
    background-color: #000;
    color: white;
}

.fc-scrollgrid thead .fc-day-today .fc-col-header-cell-cushion {
    color: white;
}

.fc-scrollgrid thead .fc-day-today::before {
    content: "Today";
    height: 13px;
    width: 100px;
    display: flex;
    position: absolute;
    background-color: #d9d9d9;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;

    color: #333333;
    text-align: center;
    justify-content: center;
    border-radius: 0px 0px 6px 6px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

/* footer */
/* .dash-footer-outer{
position: absolute;
width: 100%;
bottom: 0;
} */
.dash-footer {
    padding: 10px 0;
    background-color: rgba(217, 217, 217, 0.6);
    position: relative;
}
.blog-car {
    padding-bottom: 180px;
}
.dash-footer::before {
    position: absolute;
    content: "";
    background-image: url(../images/about-car.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 604px;
    height: 118px;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    max-width: 84.37%;
    margin-right: 0;
    margin-left: auto;
    padding-right: 58px;
    align-items: center;
}

.dash-footer h4 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #333333;
    margin: 0;
}

.dash-footer ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    padding-left: 0;
}

.dash-footer ul a {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #333333;
    text-decoration: none;
}

.fc-dayGridMonth-view .fc-daygrid-day-number {
    text-decoration: none;
    color: #000;
}

/* .header-bar {
height: 36px;
width: 100%;
background-color: #000;
} */

/* payment  */

/* .payment-section {
margin-top: 30px;
} */

.car-area h2 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;

    color: #000000;
}

.header-line {
    width: 145px;
    height: 9.22px;
    background: #ffd600;
    border-radius: 3.07239px;
    margin-top: 5px;
}
.header-under-line {
    width: 100%;
    height: 9.22px;
    background: #ffd600;
    border-radius: 3.07239px;
    margin-top: 5px;
    display: inline-block;
}
.car-area p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;

    color: #000000;
}

.payment-gray {
    margin-top: 45px;
    background-color: #f1f1f1;
    border-radius: 15px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 50px 100px 40px 0;
}

.car-area {
    padding-left: 25px;
    padding-right: 22px;
    padding-bottom: 35px;
    max-width: 490px;
    display: inline-block;
}

.car-area img {
    max-width: 250px;
}

.payment-left-sec h6 {
    padding: 5px 30px;
    width: fit-content;
    background-color: #ffd600;
    border-radius: 0 10px 0 0;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 22.0408px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 0;
}

.payment-left-sec .black-sec {
    padding: 15px 20px;
    background: #000000;
    border-radius: 0px 0px 13px 0px;
    max-width: 490px;
}

.black-sec img {
    height: 90px;
    width: 90px;
    border-radius: 80px;
    border: 1.5362px solid #ffd600;
    filter: drop-shadow(0px 6.14478px 6.14478px rgba(0, 0, 0, 0.25));
    object-fit: cover;
}

.instructor-detail h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 48px;

    color: #ffffff;
    margin-bottom: 0;
}

.instructor-detail span {
    font-weight: 400;
    font-family: "Jost";
    font-style: normal;
    font-size: 21px;
    line-height: 25px;

    color: #ffc727;
    margin-top: -15px;
    display: block;
}

.instructor-area {
    display: flex;
    gap: 20px;
    align-items: center;
}

.features-section h5 {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;

    color: #ffffff;
    width: fit-content;
    margin: 0;
}

.features-section h5::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background: #ffd600;
    margin-top: -7px;
    border-radius: 3.07239px;
}

.features-section ul {
    list-style: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.features-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;

    color: #ffffff;
}

.features-section ul li:before {
    content: "";
    display: block;
    height: 13px;
    width: 13px;
    background-color: #ffffff;
    margin-top: 11px;
    border-radius: 10px;
}

.price-section {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.price-section h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.price-section span {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;

    color: #ffffff;
}

.card-gray-sec {
    padding: 20px 30px;
    border-radius: 20px;
    max-width: 512px;
    max-height: 345px;
    overflow: scroll;
}

/* .card-gray-sec img {
margin-top: -90px;
margin-left: -20px;
margin-bottom: 28px;
} */

.card-num,
.card-exp {
    margin-bottom: 20px;
}

.card-num,
.card-holder-name {
    width: 100%;
}

.field-flex {
    display: flex;
    gap: 10px;
    width: 100%;
}

.card-exp {
    width: 66.74%;
}

.card-cvv {
    width: 31%;
}

/* debit card style */
.main-card-outer {
    display: flex;
    justify-content: center;
}
.card-close-logo {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}
.tooltiptext {
    visibility: hidden;
    width: 65px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 42px;
    left: 45px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.card-close-logo:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.card-close-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-group {
    background: #000;
    border-radius: 25px;
}

.radio-input:checked + .card-group {
    box-shadow: 0 0 5px 5px #ffd600;
}

.radio-input {
    display: none;
}

.card-group:hover {
    cursor: pointer;
}

.card {
    position: relative;
    /* height: 216px;
    width: 380px; */
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.atm-card {
    position: relative;
    height: 216px;
    width: 355px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 0 80px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
}
.card-group {
    margin-bottom: 25px;
}

.atm-logo img,
.atm-chip img,
.atm-number,
.atm-name,
.atm-from,
.atm-to,
.atm-ring {
    position: absolute;
    /* All items inside card should have absolute position */
}

.atm-logo img {
    top: 14px;
    right: 18px;
    width: 56px;
    height: 35px;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.8;
}

.atm-chip img {
    top: 73px;
    left: 42px;
    width: 41px;
    height: auto;
    opacity: 0.8;
}

.atm-number,
.atm-name,
.atm-from,
.atm-to {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.atm-number {
    left: 40px;
    bottom: 65px;
    font-family: "Nunito", sans-serif;
}

.atm-name {
    font-size: 0.5rem;
    left: 40px;
    bottom: 35px;
}

.atm-from {
    font-size: 0.5rem;
    bottom: 35px;
    right: 110px;
}

.atm-to {
    font-size: 0.5rem;
    bottom: 35px;
    right: 40px;
}

/* The two rings on the card background */

.atm-ring {
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background: transparent;
    border: 50px solid rgba(255, 255, 255, 0.1);
    bottom: -250px;
    right: -250px;
    box-sizing: border-box;
}

.atm-ring::after {
    content: "";
    position: absolute;
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background: transparent;
    border: 30px solid rgba(255, 255, 255, 0.1);
    bottom: -80px;
    right: -110px;
    box-sizing: border-box;
}

/* debit card style ends */

.payment-right-sec span {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
    width: 85%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-right-sec button {
    padding: 10px 30px;
    border: 1px solid #ffd600;
    background-color: #ffd600;
    transition: all 0.3s ease;
    border-radius: 10px;
    float: right;
    font-family: "Lexend";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

    color: #333333;
    /* margin-bottom: 20px; */
}

.payment-right-sec button:hover {
    background-color: transparent;
    border: 1px solid #ffd600 !important;
    color: #333333 !important;
}

/* payment success */

.payment-success {
    background-image: linear-gradient(#f1f1f17d 50%, white 50%);
}

.payment-success h1 {
    font-weight: 500;
    font-size: 51.3158px;
    line-height: 65px;

    color: #4bb543;
    text-align: center;
}

.payment-success h1 span {
    font-weight: 800;
}

.success-image {
    width: 420px;
    height: auto;
    margin: auto;
}

.success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment-success h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;

    color: #000000;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 15px;
}

.payment-success img {
    display: block;
    margin: auto;
}

.payment-success h4 span {
    color: #fee100;
}

.payment-success p {
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;

    color: #242424;
    text-align: center;
    margin-bottom: 20px;
}

.payment-success a {
    padding: 10px 30px;
    background: #ffd600;
    border: 1px solid #ffd600;
    border-radius: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;

    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    width: fit-content;
}

.payment-success a:hover {
    background-color: transparent;
}

.payment-back {
    padding: 50px 0 72px;
    margin-bottom: 130px;
}

/* payment-failed page style */

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

.payment-failed .failed-head h1 {
    font-weight: 500;
    font-size: 51.3158px;
    line-height: 65px;

    color: #f44336;
    text-align: center;
}

.failed-head,
.success-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-image,
.tick-image {
    width: 55px;
    height: 55px;
    margin-left: 30px;
}

.close-image img,
.tick-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* payment-failed page ends */
.instructor-inner-bg .banner-container h2 {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(50, 50, 50, 1);

    margin-left: 18px;
    margin-bottom: 5px;
}

/* .instructor-inner-bg .banner-container {
height: fit-content;
} */

/* .instructor-inner-bg .banner-container p {
overflow: scroll;
height: 55px;
overflow-x: hidden;
}
.instructor-inner-bg .banner-container p::-webkit-scrollbar {
width:3px;
}
.instructor-inner-bg .banner-container p::-webkit-scrollbar-track {
background:transparent;
}
.instructor-inner-bg .banner-container p::-webkit-scrollbar-thumb {
background: #e4e6e7;
} */
.instructor-inner-bg .banner-container p {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);
}

.instructor-inner-bg .contact {
    right: 0;
}

.instructor-container {
    margin-top: 80px;
}

.instructor-details .detail-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffd600;
}

.instructor-detail-img {
    width: 100%;
    display: none;
}

.instructor-detail-img:first-child {
    display: block;
}

.instructor-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-detail-bio-bg {
    background-color: #ffd600;
    padding-left: 38px;
    padding-top: 31px;
    padding-bottom: 10px;
}

.instructor-detail-bio {
    height: fit-content;
}

.instructor-detail-bio h3 {
    padding-left: 14px;
    font-family: "Lexend";
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

.instructor-detail-bio p {
    color: rgba(51, 51, 51, 1);
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}
.instructor-insta,
.instructor-fb,
.instructor-twitter {
    width: 26px;
    height: 26px;
}
.instructor-insta img,
.instructor-fb img,
.instructor-twitter img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.instructor-detail-bio h2 {
    font-family: Jost;
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
    margin-bottom: 13px;
}

.instructor-detail-bio-contents {
    display: flex;
    align-items: center;
}

.instructor-dp-img {
    width: 100%;
    height: 583px;
    margin: 0 auto;
}

/* page loader starts */

div#overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9999 !important;
    display: flex;
}

.spin {
    margin: auto;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: spin 1.5s linear infinite;
    border-bottom-color: #fee100;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/* page loader ends */

.instructor-dp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-socials a img {
    transition: 0.4s ease;
}

.instructor-socials a:hover img {
    filter: contrast(0.5);
}

.instructor-fb {
    margin: 0 30px;
}

.instructor-skills h3 {
    padding-left: 0;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 21px;
}

.booking-button-container {
    margin-top: 22px;
}

.instructor-skills {
    padding-bottom: 37px;
}

.progress {
    background: rgb(255, 255, 255);
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    position: relative;
    display: flex;
    height: 13px;
    width: 70.28%;
}

.progress-value {
    box-shadow: 0 10px 40px -10px rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    border-radius: 0;
    height: 13px;
    width: 0;
}

.progress-bars {
    align-items: center;
    justify-content: space-between;
    max-width: 62.7%;
    min-width: 370px;
}

.progress-bars h4 {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    width: 170px;
}

.rating-container {
    padding: 0 10px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #000;
    max-width: fit-content;
}

.rating-container h4 {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.rating-container div {
    margin-left: 18px;
}

.instructor-profile-img {
    padding: 6px 23px;
    background-color: #ffd600;
    height: 21.1%;
    margin-top: 35px;
}

.swiper {
    max-width: 600px;
}

.instructor-profile-img .instructor-smallimage {
    height: 100%;
    width: 22.93%;
}

.instructor-profile-img .instructor-smallimage img {
    height: 100%;
    width: 100%;
}

.detailed-bio {
    padding-bottom: 260px;
}

.bio-right-side {
    flex-direction: column;
}

.vehicle-card {
    width: 35%;
}

.car-img-container h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 214, 0, 1);
    bottom: 10px;
    left: 0;
}

.car-img-container h3 {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: 33px;

    position: relative;
}

.car-img-container .car-name h4 {
    font-family: Jost;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 33px;
}

.car-img-container {
    background: #f2f2f2;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    max-width: 371px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: end;
    margin-bottom: 106px;
}

.car-number {
    height: 27px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jost;
    font-size: 11px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);
    background-color: #d9d9d9;
    border-radius: 3px;
}

.booking-btn {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border: 1px solid black;
}

.booking-btn:hover {
    background-color: #ffd600 !important;
    color: #000 !important;
}

.booking-button-container .booking-btn:nth-child(2) {
    margin-left: 30px;
}

.btn-mb {
    margin-bottom: 207px;
}

.detailed-bio .bio-right-side h4 {
    color: rgba(50, 50, 50, 1);
    font-size: 22px;
    line-height: 30px;
}

.detailed-bio .bio-right-side h2 {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
}

.detailed-bio .bio-right-side p {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0px;
}

.detailed-bio .bio-right-side ul li {
    list-style-image: url(../images/list-stearing.svg);
    color: rgba(51, 51, 51, 1);
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
}

/* login page  */

.content-container {
    max-width: 450px !important;
    margin: auto;
    width: 100%;
}
.content-container-register {
    max-width: 600 !important;
    margin: auto;
    width: 100%;
}

.login-logo {
    width: 260px;
    height: 200px;
    margin: auto;
    margin-top: 60px;
}

.login-logo img {
    width: 100%;
    height: 100%;
}

.focus-login-page {
    display: grid;
    grid-template-columns: 1fr 36.1%;
    height: 100vh;
}

.login-banner-image-left {
    background-image: url(../images/login-left.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-banner-image-left {
    display: flex;
    align-items: center;
}

.login-banner-image-right {
    background-image: url(../images/login-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.focus-login-page .login-input-container {
    width: 100%;
    margin: auto;
}

.login-input-container .form-control {
    padding: 6px 13px;
}

.focus-login-page .login-input-container input[type="submit"] {
    color: rgba(255, 214, 0, 1);
    font-family: Lexend;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding: 0;
    height: 45px;
}

.focus-login-page .login-input-container input::placeholder {
    color: rgba(138, 138, 138, 1);
}

.focus-login-page .login-input-container input {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    padding: 14px 31px;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.focus-login-page .login-input-container {
    margin-bottom: 15px;
}

.focus-login-page .login-input-container select {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    padding: 14px 31px;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.focus-login-page .login-input-container select {
    color: rgba(138, 138, 138, 1);
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    padding: 0;
    height: 45px;
}
.focus-login-page .login-input-container .form-control {
    padding: 6px 13px;
}

.blackbg input {
    background-color: rgba(41, 41, 41, 1);
}

.login-bottom-pera {
    max-width: 254px;
    color: rgba(0, 0, 0, 1);
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.login-bottom-pera a {
    color: rgba(255, 214, 0, 1);
    text-decoration: none;
}

.login-divider:after {
    content: "";
    width: 132px;
    display: block;
    height: 2px;
    background: #000;
}

.login-divider:before {
    content: "";
    width: 132px;
    display: block;
    height: 2px;
    background: #000;
}

.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-divider ~ .login-bottom-pera {
    margin-top: 12px;
}

.login-divider h2 {
    font-family: Lexend;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 214, 0, 1);
    width: 27px;
    margin: 0 5px;
}

.loginsocials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 155px;
}

.login-social:nth-child(2) {
    margin-left: 35px;
}

.login-social img {
    max-height: 25px;
}

.login-banner-image-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-banner-image-right h2 {
    color: rgba(255, 214, 0, 1);
    font-family: Lexend;
    font-size: 45px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
}

.password-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.password-container a {
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #000;

    color: rgba(4, 4, 0, 1);
    text-decoration: none;
}

.password-container label {
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    min-height: 29px;
    align-items: center;

    color: rgba(138, 138, 138, 1);
}

.password-container [type="checkbox"] {
    display: none;
}

.password-container [type="checkbox"]:checked + label:before {
    width: 12px;
    height: 22px;
    border-top: transparent;
    border-left: transparent;
    border-color: green;
    border-width: 4px;
    transform: rotate(45deg);
    margin-left: 12px;
    top: -4px;
    margin-bottom: 7px;
    left: 4px;
    border-radius: 2px;
}

.password-container label::before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    border: 2px solid rgba(255, 214, 0, 1);
    border-radius: 5px;
    transition: all 0.2s ease-in;
    margin-right: 10px;
}

.profile-outer {
    width: 50%;
}

.profile-outer .profile-latest-img {
    margin-bottom: 10px;
    width: 152px;
    height: 100px;
}
.profile-outer .profile-latest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-main-outer {
    width: 100%;
    margin: 0 auto;
    background: #fcf3c7;
    padding-top: 35px;
    padding-bottom: 35px;
}
.profile-main-content {
    width: 50%;
    margin: 0 auto;
}
.add-vehi-head h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;

    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: underline;
}
.vehicle-image .form-control {
    padding: 6px 14px;
}
.profile-language button.btn.dropdown-toggle.btn-light {
    padding: 14px 20px;
    font-size: 12px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    position: relative;
    top: -4px;
}

.profile-language a.dropdown-item {
    padding: 7px 15px;
}
button.btn.dropdown-toggle.btn-light {
    outline: none !important;
}

/* DATE PICKER CSS START */

select.ui-datepicker-month,
select.ui-datepicker-year,
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #ffd600 !important;
    color: #000 !important;
    font-weight: 700 !important;
}

div#ui-datepicker-div {
    background: #fffcf0;
}

a.ui-state-default:hover {
    background: #d1d1cf !important;
}

/* DATE PICKER CSS END */

.form-control:focus {
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 10%);
    border: none;
    outline: none;
}

.vehicle-details {
    padding-top: 25px;
}

.vehicle-details h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;

    color: #000000;
    margin-bottom: 25px;
}

.vehicle-details h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding-right: 10px;
}

.vehicle-type-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vehicle-dropdown {
    margin-top: 30px;
}

.vehicle-dropdown .update-button {
    margin-top: 30px;
}

select#vehicle {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 6px;
    background: #f2f2f2;
    border-color: rgb(197 197 197);
}

select#vehicle:focus-visible {
    outline: 0;
}
button.btn.dropdown-toggle.btn-light {
    background-color: transparent;
}

.form-control {
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 30px;
    border: 0;
    outline: 0;
    padding: 5px 20px;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 10%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    background-color: transparent;
}
#proceed-btn {
    border: 1px solid #000;
}
.profile-pic {
    border-radius: 50%;
    height: 95px;
    width: 95px;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    border: 4px solid #ffff;
    position: relative;
}

.profile-box .profile-pic::before {
    position: absolute;
    content: "";
    background-image: url("../images/edit.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    bottom: 0;
    right: 0;
}

.profile-box .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.profile-box {
    width: 100%;
    margin: 0 auto;
    background: #fcf3c7;
}
form input[type="file"] {
    display: none;
    cursor: pointer;
}

.profile-image {
    text-align: center;
    margin-bottom: 20px;
}

/* .profile-box .profile-image {
width: 100px;
height: 100px;
margin: auto;
margin-bottom: 30px;
border: 4px solid #ffff;
border-radius: 50px;
}
.profile-box .profile-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.profile-box .profile-image a{
position: relative;
}
.profile-box .profile-image a::before{
position: absolute;
content: "";
background-image: url('../images/edit.svg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 29px;
height: 28px;
bottom: -40px;
right: 0;
} */

.dashboard-tab .title-sec .tab-heads a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;

    color: #000000;
    margin-right: 45px;
}

.tab-main-head {
    display: flex;
}

.vehicle-details .switches-container {
    width: 220px;
    margin: auto;
}

.update-button input,
.submit-button input,
.update-password input {
    color: rgba(255, 214, 0, 1);
    font-family: Lexend;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 18px;

    border-radius: 30px;
    background-color: rgba(41, 41, 41, 1);
    border: none;
}

.submit-button,
.update-password {
    text-align: center;
    margin-top: 23px;
}

.new-password,
.confirm-password {
    margin-top: 1rem;
}

.tab-heads.active a {
    background-color: #000000;
    color: #ffffff !important;
    padding: 26px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.ui-timepicker-standard {
    z-index: 99999 !important;
    border: none !important;
}

.ui-widget.ui-widget-content {
    background-color: #fffcf0;
}

.btn-close:focus {
    box-shadow: none;
}
/* review */
.student-review {
    color: #000;
    margin-bottom: 5px;
}
.review-header {
    border: none;
    padding: 30px;
}
.review-box {
    border: 1px solid #e9c50c;
    box-shadow: none !important;
    border-radius: 10px;
}

/* star */
.rating {
    display: flex;
    width: 100%;
    justify-content: left;
    overflow: hidden;
    /* flex-direction: row-reverse; */
    /* height: 150px; */
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: auto;
    background-image: url("../images/star-bfr.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("../images/star-aftr.png");
}

.feedback {
    max-width: 360px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.rating {
    direction: rtl;
    text-align: left;
}
.review-col-1 {
    padding: 0 30px;
}
textarea#review:focus {
    border: 1px solid #000;
}

.dropdown-menu.show {
    padding: 0;
}
.dots {
    border: none;
}
.dotd-bg {
    text-align: right;
}
.dots-down-menu {
    margin-bottom: 25px;
    min-width: 25px;
}
.dots-down-menu li {
    padding: 10px;
    background-color: #e4e6e7;
}
.dots-down-menu li a {
    color: #000;
    text-decoration: none;
}
.gift-card-detail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* gift card style */
.d-flex {
    display: flex;
}

.mar-t-1 {
    margin-top: 15px;
}

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

.gift-card {
    border-radius: 10px;
    background: #1d1d1d;
    width: 315px;
    height: 190px;
    color: #fff;
    font-family: sans-serif;
    /* display: flex;
    justify-content: right; */
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    position: relative;
    margin-left: auto;
    margin-right: 30px;
}

.gift-card::after {
    content: " ";
    background-image: url("../images/bow-cute-gift\ 1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 145px;
    height: 114px;
    position: absolute;
    top: 0;
    left: 0;
}

.gift-card_content {
    background-size: cover;
}

.gift-card_content {
    padding: 20px 20px;
}

.gift-card_msg {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

.gift-card_details {
    margin-top: auto;
    align-items: center;
    line-height: 1;
}

.gift-card_code {
    display: inline-block;
    background: white;
    color: black;
    padding: 10px 13px;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid #e3e3e3;
}

.gift-card_amount {
    font-size: 24px;
    text-align: right;
}

.gift-card_amount-remaining {
    font-size: 14px;
    margin-top: 7px;
}

.gift-card-name h2 {
    width: 110px;
    text-align: right;
    margin-top: 14px;
    color: #fec92a;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
    margin-left: auto;
    min-height: 65px;
    text-shadow: 2px 2px 2px #6e6464;
}

.gift-card_hour h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
/* gift card end */

.student-detail-card {
    margin-bottom: 25px;
}

.lesson {
    position: relative;
    top: -19px;
}

.gift-detail-head {
    margin-left: 55px;
}

.p p,
span {
    margin-bottom: 3px;
}

.std-detail {
    padding: 0 55px;
}

.std-title h4 {
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #ffd600;
}

.std-details h6 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.std-details h6::after {
    display: none;
}

.std-details p {
    font-size: 16px;
    line-height: 25px;
}

.main-transaction-detail {
    background: #f2f2f2;
    border-radius: 11.5283px;
    padding: 16px 25px 28px;
    margin-top: 60px;
}

.main-transaction-detail .booking-listing {
    padding: 0;
}

.main-transaction-detail .booking-listing li {
    margin-left: 0;
}

.vehicle-information-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0 20px;
}

.add-vehicle {
    text-align: right;
    margin-bottom: 35px;
    margin-right: 30px;
}

.reviewButton {
    border: none;
    background: transparent;
    padding: 0;
    border-bottom: 3px solid #ffd600;
    font-size: 14px;
    font-weight: 600;
}

.serch-error-msg {
    font-size: 14px;
    margin-left: 247px;
}

.licence-card {
    /* width: 330px; */
    background: rgb(236 236 236);
}

/* licence card style starts */
.verify-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verify-wrap h5 {
    font-family: "Jost";
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.verified-image {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.verified-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.verified-alert {
    width: 220px;
}

.verified-alert p {
    font-size: 13px;
}

.verify-exp {
    font-size: 13px;
}

.verify-card-delete {
    display: flex;
}

.verify-card-delete .button-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.verify-card-delete .button-icon:last-child {
    margin-right: 0;
}

.verify-card-delete img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tick-wrap {
    align-items: center;
    min-height: 80px;
}
/* licence card style end */

/* privacy policy starts here */

.privacy-inner,
.payment-inner,
.terms-inner {
    margin: 0 auto;
    padding-top: 50px;
}

.policy-top-head h2 {
    font-weight: 600;
    line-height: 48px;
    color: #000000;
    margin-bottom: 5px;
}

.policy-top-head p {
    font-size: 16px;
    font-weight: 400;
    color: #bfbfbf;
    margin-bottom: 30px;
    font-family: "Jost";
}

.policy-head {
    margin-top: 30px;
    font-size: 26px;
    color: #ffd600;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.top-content-para {
    padding-bottom: 30px;
}

.top-content-para p {
    margin-bottom: 15px;
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

    color: #333333;
}
/* .content-para,.top-content-head p{
margin-bottom: 8px;
font-family: 'Jost';
font-weight: 400;
font-size: 18px;
line-height: 32px;
color: #333333;
} */
.privacy-policy-outer,
.terms-outer,
.payment-outer {
    padding-bottom: 190px;
}

.privacy-inner p,
.privacy-inner ul li {
    margin-bottom: 8px;
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.terms-inner p,
.terms-inner ul li {
    margin-bottom: 8px;
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.payment-inner p,
.payment-inner ul li {
    margin-bottom: 8px;
    font-family: "Jost";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

/* privacy policy ends here */
/* reset passwrd width */
.reset-container {
    width: 65%;
    margin: 0 auto;
}
.verify-row {
    padding: 3rem;
    padding-top: 1rem;
}

/* comment-section starts here */
.comment-head h2 {
    color: #000000;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    display: inline-block;
    border-bottom: 4px solid #fee100;
    margin-bottom: 25px;
}
.comments-wrapper {
    margin-bottom: 30px;
    width: 85%;
    margin: 35px auto;
}
/* .comment-main-wrapper {
width: 35%;
} */
.std-img {
    width: 50px;
    height: 50px;
}
.std-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.std-name p {
    margin-left: 10px;
}
.show-comment {
    position: relative;
}
.show-comment p {
    margin-top: 10px;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    width: 85%;
}
/* .show-comment p::before{
content: '';
width: 13px;
height: 10px;
background-image: url(../images/comment-quotes.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: absolute;
left: -16px;
top: 0;
}
.show-comment p::after{
content: '';
width: 13px;
height: 10px;
background-image: url(../images/comment-quotes.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: absolute;
transform: rotate(178deg);
right: 142px;
top: 0;
} */
.show-comment span {
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(163 162 162);
}
.review-pagination {
    margin-top: 115px;
}
.review-pagination ul {
    justify-content: center;
}
.review-link {
    color: #000000;
}
.review-link:hover {
    background-color: #f2f2f2;
    color: #000;
}
li.page-item.active {
    color: #000;
    border-color: #dee2e6;
}

.page-link:focus,
.page-item:focus {
    box-shadow: none;
}
.page-link:focus-visible,
.page-item:focus-visible:focus-visible {
    outline: none;
}
/* comment section ends here */
.add-vehicle-btn {
    background: #ffd600;
    border-radius: 10px;
    padding: 8px 17px;
    border: 1px solid #ffd600;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
.add-vehicle-btn:hover {
    color: #000;
}
.delete-btn .dropdown-toggle::after {
    content: " ";
    background-image: url("../images/menu.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -51px;
    right: -27px;
    border: none;
}
.delete-btn .dropdown-menu.show {
    background-color: #ffd600;
    min-width: 65px;
    top: -26px !important;
    left: 220px !important;
}
.delete-btn .dropdown-menu.show a {
    padding: 5px 24px;
    color: #000 !important;
}
.delete-btn .dropdown-menu.show a:hover {
    color: #ffd600 !important;
    border-radius: 3px;
}
.book-vehicle-card {
    width: 400px;
    margin: 0 auto;
}
.gallery-top-sec .form-control {
    padding: 7px 13px;
}

.modal-fullscreen .modal-body {
    padding: 0 !important;
}
.modal-fullscreen .modal-header {
    padding: 15px 40px;
}
.modal-fullscreen .modal-header h5 {
    font-family: "Jost";
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}

.invite-booking-tab .dashboard-tab .title-sec {
    margin-bottom: 0;
}

.invite-booking-tab .service-section .tab-head {
    width: 32.82%;
}
.invite-booking-outer .vertical-tab .tab-left {
    padding: 0;
}
.invite-booking-tab .invite-booking-left {
    width: 10%;
}
.invite-booking-tab .invite-booking-right {
    width: 90%;
}
.invite-booking-outer .test-hour-head h4,
.invite-booking-outer .hour-class h4 {
    font-size: 24px;
}
.password-eye {
    position: absolute;
}
.fa-eye-slash,
.fa-eye {
    position: absolute;
    left: 377px;
    top: -30px;
    cursor: pointer;
}
.error-msg {
    margin-left: 15px;
    font-size: 14px;
    position: relative;
    top: -15px;
    font-family: "Lexend", sans-serif !important;
}
.verify-btn {
    background-color: #ffd600;
    color: #000;
    font-family: "Lexend";
    font-weight: 400;
    line-height: 33px;
    margin-top: 10px;
}
.verify-btn:hover {
    background-color: rgba(41, 41, 41, 1) !important;
    color: #ffd600 !important;
}
/* .top-card-para {
width: 60%;
} */

.bottom-space {
    padding-bottom: 200px;
}
.btn:focus,
.btn.focus {
    box-shadow: none !important;
}
.mail-verify-text {
    font-size: 15px;
    line-height: 25px;
}
.experience-length {
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    border: 0;
    outline: 0;
    padding: 4px;
    color: #212529;
    background-color: #fff;
    position: absolute;
    right: 30px;
    margin-top: 3px;
    margin-bottom: 0;
}
.experience {
    position: relative;
    border-radius: 30px !important;
}
.experience:focus {
    z-index: 0 !important;
}
.vehicle-error-image-outer {
    width: 350px;
    height: 125px;
    margin: 0 auto;
}
.vehicle-error-image-outer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vehicle-info-error-outer p {
    text-align: center;
    margin-top: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2a2a2a;
}
.no-bookings {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}
.no-bookings img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-invites {
    width: 135px;
    height: 138px;
    margin: 0 auto;
}
.no-invites img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-giftcard {
    width: 206px;
    height: 130px;
    margin: 0 auto;
}
.no-giftcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
li.no-bookings-outer:before {
    content: none;
}
.no-bookings-outer {
    margin-top: 40px;
    margin-bottom: 15px;
}
.no-bookings-outer p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    margin-top: 10px;
}

/* mobile hamburger */
.dashboard-list-outer {
    background-color: #ffd600;
    padding: 0 15px;
}
.dashboard-list-outer ul {
    list-style-type: none;
    padding: 15px 0;
}

.dashboard-list a {
    font-family: "Jost";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;

    text-decoration: none;
    color: #000;
}
.mobile-humburger {
    padding: 8px !important;
    color: #000;
}

.nav-link.active {
    color: white;
    background-color: #000000;
}

/* humberger menu */
.hamburger-menu-button {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hamburger-menu,
.hamburger-menu::after {
    height: calc(0.125 * 32px);
    border-radius: calc(0.15 * 32px);
    background-color: #50585d;
    transition: all 0.25s ease-in-out;
}

.hamburger-menu {
    width: calc(0.75 * 32px);
    transform: translateY(calc(-0.125 * 32px));
}

.hamburger-menu::after {
    position: absolute;
    width: calc(0.375 * 32px);
    transform: translateY(calc(0.25 * 32px));
    content: "";
}
.open-side-nav {
    transform: translateY(0px) rotate(45deg);
}
.open-side-nav::after {
    width: calc(0.75 * 32px);
    transform: translateY(0px) rotate(-90deg);
}
.hamburger-menu-button {
    display: none;
}
/* end */
.max-text {
    display: block;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-item.mobile-humburger {
    color: #000;
}

.dropdown-item.mobile-humburger:active {
    color: #fff !important;
}

.mobile-show-profile {
    width: 20px;
    height: 30px;
    transform: rotate(90deg);
}

.mobile-show-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login.mobile-login-dropdown {
    display: block;
    background: #ffd600;
    justify-content: center;
    padding: 10px 0;
}

button.navbar-toggler {
    border: none !important;
    text-align: right;
}

.profile-bottom-dropdown {
    left: -130px !important;
    top: 46px !important;
}

.desk-login {
    display: none;
    width: 75%;
    text-align: right;
}

.payment-right-sec .header-line {
    width: 364px;
}

.invite-image {
    width: 630px;
    height: 350px;
    margin: 0 auto;
}

.invite-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment-gray .payment-left-sec {
    width: 55%;
}

.payment-gray .payment-right-sec {
    width: 40%;
}

.check-availibility-btn {
    margin-right: 8px;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

.payment-right-sec .check-availibility-btn:hover {
    border: 1px solid #000 !important;
    background: transparent !important;
}

.test-pack-label {
    margin-top: 10px;
}

.payment-checkout {
    width: 51% !important;
}

.make-payment {
    padding-bottom: 0 !important;
}

.make-payment .header-line {
    width: 100%;
}

.occasion-inner {
    margin-bottom: 175px;
}

.payment-left-inner {
    width: 72%;
    border-bottom-right-radius: 15px;
    padding-top: 30px;
    margin: 0 auto;
    box-shadow: 2px 2px 12px #b1b1b1bf;
}

.occasion-image {
    width: 360px;
    height: 183px;
    margin: 0 auto;
}

.occasion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.voucher-mail {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-decoration: underline;
    margin-bottom: 15px;
}

.voucher-para {
    font-size: 14px;
    line-height: 20px;
    color: #6e7271bf;
}

.payment-left-top-sec {
    padding: 0 30px;
}

.payment-left-top-sec .car-area {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.edit-btn {
    color: #000000 !important;
    padding: 5px 8px !important;
    background: transparent !important;
    border: 1px solid black;
    border-radius: 8px;
}

.edit-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.conditions-read {
    font-size: 14px;
}

.conditions-read input {
    margin-right: 10px;
}

.conditions-read a {
    color: #707987e3;
}

.conditions-read a:hover {
    color: #000;
}

.gift-reset {
    width: 100%;
}

.gift-payment-outer {
    margin-bottom: 240px;
}

.make-payment .payment-left-sec h6 {
    margin-top: 200px;
}

.error-exp_month {
    font-size: 13px;
}

.dasboard-sub-head-logo-image {
    width: 35px;
    height: 35px;
}

.dasboard-sub-head-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dasboard-top-head-outer {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.dasboard-sub-head-wrapper {
    background-color: #fff;
    margin-right: 10px;
    width: 23.7% !important;
    padding: 25px 34px;
    border-radius: 17px;
}

.dasboard-sub-head .count {
    margin-top: 10px;
}

.dasboard-sub-head p {
    color: grey;
}

.dasboard-sub-head-wrapper:last-child {
    margin-right: 0;
}

.dasboard-container {
    max-width: 1300px !important;
    margin: 0 auto;
}

.dasboard-sub-head {
    font-size: 12px;
}

.instructor-booking-listing {
    width: 100%;
    margin: 0 auto;
    max-height: 422px;
    overflow: auto;
    background: #fcf3c7;
    padding-top: 30px;
    overflow-x: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.additional-card-title {
    font-size: 12px;
    font-weight: 500;
}

.tab-right {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    background: #fcf3c7;
    padding-bottom: 35px;
}

.profile-main-outer label {
    font-size: 13px;
}

.crop-btn {
    background-color: #ffd600 !important;
    color: #000000 !important;
    border: 1px solid #ffd600 !important;
}

.crop-btn:hover {
    background-color: #000 !important;
    color: #ffd600 !important;
    border: 1px solid #000 !important;
}

.fc-toolbar-title {
    font-size: 18px !important;
}

.transaction-bookings {
    background-color: #ededec;
}

.car-details-icon-image img {
    margin-right: 15px;
}

.car-details-icon-image {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    width: fit-content;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.invite-service-tab {
    width: 8% !important;
}

.invite-service-sec {
    border-top-left-radius: 0 !important;
}

.invite-service-section {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.booking-service .tab-head {
    width: 33%;
}

.service-modal {
    width: 50%;
}

.service-2 {
    width: 20%;
}

.pac-container.pac-logo {
    z-index: 9999;
}

.focus-document {
    margin-right: 15px;
    padding: 5px;
    background-color: #fff;
    border-radius: 15px;
}

.focus-document img {
    width: 20px;
    height: 20px;
}

.doc-section img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.instructor-dashboard-tab,
.student-dashboard-tab {
    padding-bottom: 80px;
}

.selected-loc p {
    font-size: 11px;
}
.close-btn {
    background: #000000;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 400;
    border: 1px solid black;
}
.close-btn:hover {
    background: transparent;
    color: #000;
}
.close-btn-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.close-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selected-loc {
    width: fit-content;
    background: #ffd600;
    padding: 3px 10px;
    border-radius: 50px;
    margin-right: 10px;
}

.selected-loc-outer {
    padding: 0 15px;
}

.document-wrap {
    width: fit-content;
    background: #ffd60036;
    padding: 15px;
    border-radius: 15px;
}

.active > .page-link,
.page-link.active {
    background-color: #ffd600 !important;
    color: #000;
    border-color: #a5a1a18f !important;
}

.payment-right-sec label span {
    display: inline !important;
}

.fc-media-screen .fc-timegrid-cols > table,
.fc .fc-timegrid-body,
.fc .fc-scrollgrid-section table {
    width: 100% !important;
}

.contact-support .mail-id,
.contact-support .call-number {
    display: flex;
    flex-direction: column;
}

.google-review-btn a {
    color: #000;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 18px;
    position: relative;
    z-index: 9999;
    text-decoration: none;
    cursor: pointer;
}

.google-review-btn a::after {
    content: " ";
    background-image: url(../images/google-review2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 200px;
    height: 68px;
    position: absolute;
    top: -5px;
    left: 0;
}
.google-review-btn a:hover {
    color: #585151b5;
}

.google-review-btn {
    margin-top: 50px;
}
.reject-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #fff !important;
    padding: 2px 10px;
    background-color: #000;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #000;
}
.reject-btn:hover {
    color: #000 !important;
}
.licence-type-head {
    font-family: "Jost";
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
}
.submitBtn-add {
    background: #ffd600;
    border-radius: 10px;
    padding: 3px 15px;
    border: 1px solid #ffd600 !important;
}
.submitBtn-add:hover {
    background: #fff;
}
.modal-std-id {
    background-color: #fee100;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
}

.std-detail-icons {
    margin-bottom: 8px;
}
.std-detail-icons img {
    width: 18px;
    height: 18px;
}
.form-left-col {
    min-height: 90px;
}
.error-licence-type {
    font-size: 12px;
}

.set-up-profile p {
    font-size: 17px;
    font-weight: 500;
    color: #645c53;
}
.set-up-profile {
    position: relative;
}
.set-up-profile::before {
    content: "";
    position: absolute;
    height: 47%;
    width: 5px;
    background: #ffd600;
    border-radius: 20px;
    display: block;
    left: 12px;
    top: 21px;
}
.header-parts {
    display: flex;
    align-items: center;
}
.mobile-pro-sec {
    display: none;
}
#event-add-btn-mobile {
    border: 1px solid #000;
}

/* promo section */
.promo-section {  
    background: #000000;
}

.promo-content {
    position: relative;
    z-index: 2;
    background-image: url("../images/promo-banner.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 216px;
}

.promo-title {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    line-height: 1.1;
    color: #E5D26E;
}

.promo-subtitle {
    font-family: Jost;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #fff;

}

.promo-description {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    max-width: 400px;
}

.profile-main-outer .add-date{
    text-align: end;
}