a {
    transition: 0.3s all ease-in-out;
}
.button-black {
    background: #333;
    color: #fff;
}
.button-black:hover {
    background: #111;
    color: #fff;
}
.inner-banner p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.inner-banner p:last-child {
    margin-bottom: 0;
}

.inner-banner p>span {
    font-weight: 800;
}

.instructor-listings-section {
    position: relative;
    padding: 40px 0;
    background: #f4f4f4;
}

.instructor-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0px rgb(85, 85, 85, 0.15);
    box-shadow: 0 0 10px 0px rgb(85, 85, 85, 0.15);
    margin-bottom: 30px;
}

.instructor-box .image {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    height: 215px;
}

.instructor-box::after {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background: #34AB6B;
}

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

.instructor-box .content {
    position: relative;
    padding: 20px;
    flex: 0 0 100%;
    max-width: calc(100% - 30%);
}

.instructor-box .content .name {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 100px 0 0;
}

.instructor-box .content .languages-spoken {
    margin-bottom: 10px;
    min-height: 30px;
}

.instructor-box .content .languages-spoken p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 0;
}

.instructor-box .content .avialbility {
    margin-bottom: 15px;
}

.instructor-box .content .avialbility a {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    display: block;
}

.instructor-box .content .avialbility a:hover {
    color: #34AB6B;
}

.instructor-box .content .avialbility a>i {
    margin-right: 4px;
}

.instructor-box .content .languages-spoken .langs span {
    background: #fff;
    border: 1px solid #34AB6B;
    color: #34AB6B;
    font-weight: 600;
    border-radius: 45px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 3px 3px 0;
}

.action-btn-grp {
    margin: 0 -10px 0;
}

.action-btn-grp .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.action-btn-grp .button {
    font-size: 14px;
    text-shadow: none;
    border-radius: 4px;
    margin: 0;
    text-align: center;
    display: block;
    min-width: 100%;
    padding: 7px 14px;
    text-transform: capitalize;
}

.action-btn-grp .button.button-black {
    background: #555;
}

.action-btn-grp .button.button-black:hover {
    background: #ffde59;
    color: #555;
}

.ratings-count {
    color: #111;
    font-family: 'Poppins', sans-serif;
    background: #ffde59;
    display: block;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    font-weight: 900;
    margin-right: 10px;
}

.rating-box {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
}

.ratings-star {
    position: relative;
    width: 100px;
    margin-left: auto;
    display: inline-block;
    margin-top: 0;
}

.ratings-star img {
    width: 100px;
}

.ratings-star .rating-blank {
    height: 18px;
}

.ratings-star .rating-fill {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../img/ratings-fill-small.svg');
    background-size: 100px;
    height: 18px;
    background-repeat: no-repeat;
    z-index: 10;
}

.instructor-box .rating-box {
    top: 15px;
    right: 15px;
}

.instructor-box .ratings-star {
    margin-top: 5px;
}

.details-info-banner {
    position: relative;
    background-color: #555;
    background-image: url('../../img/banner_black.jpeg');
    padding: 50px 0;
}

.yellow_banner{
    background-image: url('../../img/banner_yellow.jpeg');
}

/*.details-info-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    background: #555;
    width: 100%;
    height: 100%;
}
.details-info-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    background: #555;
    width: 100%;
    height: 100%;
}*/

.agent-profile-info .image {
    width: 125px;
    height: 125px;
    line-height: 1;
    border-radius: 10px;
    margin-right: 20px;
    border: 2px solid #ffde59;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgb(85, 85, 85, 0.15);
}

.agent-profile-info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.agent-profile-info .content {
    position: relative;
    width: calc(100% - 150px);
}

.agent-profile-info .content h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    padding-right: 150px;
}

.agent-profile-info .content .languages-spoken {
    margin-bottom: 10px;
}

.agent-profile-info .content .languages-spoken p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px 0 0;
}

.agent-profile-info .content .languages-spoken .langs span {
    background: #34AB6B;
    border: 1px solid #34AB6B;
    color: #fff;
    font-weight: 600;
    border-radius: 45px;
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 3px 3px 0;
}

.driver-features-list {
    list-style: none;
    margin: 0;
}

.driver-features-list li {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.driver-features-list li>i {
    display: inline-block;
    color: #ffde59;
    font-size: 14px;
    margin-right: 5px;
}

.agent-service-modal {
    list-style: none;
    margin: 25px 0 0 0;
}

.agent-service-modal>li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
}

.agent-service-modal>li:first-child {
    padding-left: 0;
}

.agent-service-modal>li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #ffde59;
}

.agent-service-modal>li:last-child::after {
    display: none;
}

.agent-service-modal>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.agent-service-modal>li>a i {
    display: inline-block;
    margin-right: 4px;
}

.agent-service-modal>li>a:hover {
    color: #ffde59;
}

.agent-action-group .button {
    display: block;
    min-width: 232px;
    margin: 0 0 15px 0;
}


/*--modal popup design--*/

.custom-modal .close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1000;
}

.custom-modal .close-modal>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    background: #ffde59;
    color: #111;
    font-size: 18px;
    text-align: center;
    opacity: 1 !important;
    text-shadow: none;
}

.custom-modal .close-modal>a:hover {
    background-color: #34AB6B;
}

.custom-modal .modal-dialog {
    max-width: 600px;
}

.custom-modal .modal-body {
    padding: 20px;
}

.custom-modal h3 {
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(85, 85, 85, 0.15);
}

.custom-modal h3>i {
    vertical-align: middle;
    margin-right: 5px;
}

.custom-modal p {
    margin-bottom: 1rem;
}

.custom-modal ul {
    padding: 0 0 0 16px;
    margin-bottom: 15px;
}

.custom-modal ul>li {
    position: relative;
}

.custom-modal ul>li::marker {
    color: #34AB6B;
}

.custom-modal p:last-child {
    margin-bottom: 0;
}

.card {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0px rgb(85, 85, 85, 0.15);
    box-shadow: 0 0 10px 0px rgb(85, 85, 85, 0.15);
    border-radius: 4px;
    overflow: hidden;
    border: 0;
    margin-bottom: 20px;
}

.card-header {
    background: none;
    border-bottom: 1px solid #ececec;
}

.card-header h5 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.info-card .card-header {
    background-color: #34AB6B;
}

.info-card .card-header h5 {
    color: #fff;
}

.agent-details-info .more-info {
    padding: 80px 0;
    background: #f4f4f4;
}

.agent-details-info .more-info .info-card p {
    margin-bottom: 15px;
}

.agent-details-info .more-info .info-card p:last-child {
    margin-bottom: 0;
}

.user-review-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.user-reviews-list .user-review-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.user-review-box .rating-box {
    position: relative;
}

.user-review-box .ratings-star {
    width: 150px;
}

.user-review-box .ratings-star .rating-blank {
    height: 24px;
}

.user-review-box .ratings-star img {
    width: 150px;
}

.user-review-box .ratings-star .rating-fill {
    height: 24px;
    background-size: 150px;
}

.user-review-box .review-msg {
    margin: 15px 0;
}

.user-review-box .review-person {
    position: relative;
    font-style: italic;
    margin: 0;
}

.user-review-box .review-person::before {
    content: '-';
    display: inline-block;
}

.features-list .features-box {
    padding-bottom: 20px;
}

.features-list .features-box .image {
    margin-right: 15px;
}

.features-list .features-box .content h6 {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.features-list .features-box .content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}

.features-list .features-box:last-child {
    padding-bottom: 10px;
}

.booking-about-info p {
    margin-bottom: 0;
}

.booking-about-info>a {
    position: relative;
    display: block;
    font-weight: 600;
    padding-left: 25px;
}

.booking-about-info>a::before {
    content: "\ea8e";
    display: inline-block;
    font-family: "font-icons";
    position: absolute;
    top: 0;
    left: 0;
}

.booking-about-info>a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    border-top: 6px solid #555;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: .3s all ease;
}

.booking-about-info .card {
    background: #f4f4f4;
    margin-bottom: 0;
    margin-top: 10px;
}

.booking-about-info .card .card-body ol,
.booking-about-info .card .card-body ul {
    margin-bottom: 0;
}

.booking-about-info .card .card-body ul {
    padding-left: 15px;
}

.booking-about-info .card .card-body ol li,
.booking-about-info .card .card-body ul li {
    font-size: 14px;
    padding: 5px 0;
}

.booking-about-info .card .card-body ul {
    list-style: disc;
}

.booking-about-info .card .card-body ul li::marker {
    color: #34AB6B;
}

.booking-about-info .card .card-body ol li:last-child,
.booking-about-info .card .card-body ul li:last-child {
    padding-bottom: 0;
}

.instructor-car-box {
    border-bottom: 1px dashed #ececec;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.instructors-cars-list .instructor-car-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.instructor-car-box .image {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
}

.instructor-car-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    padding: 3px;
}

.instructor-car-box .content .car-model {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.instructor-car-box .content .car-number {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    background: #ffde59;
    color: #333;
    text-align: center;
    padding: 4px 7px;
    display: inline-block;
}


/*----*/

.ad-info-2 .agent-profile-info .image {
    width: 200px;
    height: 200px;
}

.ad-info-2 .agent-profile-info .content {
    width: calc(100% - 220px);
}

.ad-info-2 .rating-box {
    position: relative;
}

.ad-info-2 .booking-about-info.features>a::before {
    content: "\e773";
}

.ad-info-2 .lang-card .langs span {
    background: #ffde59;
    border: 1px solid #ffde59;
    color: #333;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

.modal-grp-links .agent-service-modal {
    margin: 0;
}

.modal-grp-links .agent-service-modal>li {
    padding: 5px 0;
}

.modal-grp-links .agent-service-modal>li::after {
    display: none;
}

.modal-grp-links .agent-service-modal>li {
    padding: 10px 0;
    display: block;
}

.modal-grp-links .agent-service-modal>li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
}


/*----*/

.step-info-section {
    position: relative;
    background: #f4f4f4;
    overflow-x: hidden;
}

.step-content-details .card {
    height: auto !important;
}

.stepper-content {
    margin-bottom: 30px;
}

.step-bookinsg-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 80%;
    margin: 0 auto;
}

.step-bookinsg-list li {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    position: relative;
}

.step-bookinsg-list li>p,
.step-bookinsg-list li>a {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    z-index: 100;
    margin-bottom: 0;
}
.step-bookinsg-list li>a.nav-link {
    padding: 0;
}
.step-bookinsg-list li>a.nav-link.inactive {
    cursor: no-drop;
}
.step-bookinsg-list li>a.nav-link.active {
    cursor: pointer !important;
}
.step-bookinsg-list li>p span,
.step-bookinsg-list li>a span {
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin: 0 auto;
    background: #ffde59;
    color: #444;
    border-radius: 100%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 100;
    border: 5px solid #ececec;
}

.step-bookinsg-list li.stepper-active>p span,
.step-bookinsg-list li>a.active span {
    background: #32aa6a;
    color: #fff;
}

.sw-theme-dots .toolbar-bottom {
    padding: 0 0 80px 0;
}
.sw-theme-dots .toolbar>.btn.sw-btn-prev {
    background: #333;
    color: #fff;
}
.sw-theme-dots .toolbar>.btn.sw-btn-prev.disabled {
    opacity: 0.2;
    display: none;
}

.sw-theme-dots .toolbar>.btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0 10px 0 0;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #ffde59;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    /*text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);*/
    min-width: 140px;
}
.sw>.tab-content {
    height: 100% !important;
}
.sw-theme-dots>.tab-content>.tab-pane {
    padding: 0;
}


/* .step-bookinsg-list li>p::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    background-image: url('../images/road-divider.png');
    background-repeat: repeat-x;
    background-position: center right;
    width: 50%;
    height: 4px;
}

.step-bookinsg-list li>p::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    background: #fff;
    width: 50%;
    height: 15px;
    z-index: -1;
} */

.step-bookinsg-list li:first-child>p::before,
.step-bookinsg-list li:last-child>p::after,
.step-bookinsg-list li:first-child>a::before,
.step-bookinsg-list li:last-child>a::after {
    display: none;
}

.step-bookinsg-list li>p::before,
.step-bookinsg-list li>a::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    background: #ececec;
    width: 30%;
    height: 4px;
    z-index: -1;
}

.step-bookinsg-list li>p::after,
.step-bookinsg-list li>a::after{
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background: #ececec;
    width: 30%;
    height: 4px;
    z-index: -1;
}

.stepper-details {
    display: none;
}

.stepper-details.stepper-active {
    display: block;
}

.stepper-active-animate {
    animation: moveRight 1s;
}

.stepper-inactive {
    display: block;
    animation: moveLeft 1s;
}

/*@keyframes moveRight {
    0% {
        transform: translateX(-27rem) scale(1);
        opacity: 0;
    }
    100% {
        transform: translateX(0rem) scale(1);
        opacity: 1;
    }
}

@keyframes moveLeft {
    0% {
        transform: translateX(0rem) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(27rem) scale(1);
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}*/

.step-card .card-body-title {
    color: #32aa6a;
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #ececec;*/
}

.stepper-details .button {
    margin: 0;
}

.choose-step .choose-type {
    margin-bottom: 30px;
}

.choose-step .choose-type .custom-control {
    background: #32aa6a;
    text-align: center;
    padding: 0;
    border-radius: 4px;
}

.choose-step .choose-type .custom-control-input {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.choose-step .choose-type .custom-control-input:focus {
    outline: none;
    box-shadow: none;
}

.choose-step .choose-type .custom-control-label {
    display: block;
    position: static;
    border: 1px solid #333;
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}

.choose-step .choose-type .custom-control img {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px;
}

.choose-step .choose-type .custom-control p.dl_rv {
    max-width: 335px;
}

.choose-step .choose-type .custom-control p {
    margin-bottom: 0;
    max-width: 170px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.choose-step .choose-type .custom-control p>span {
    display: block;
}

.choose-step .choose-type .custom-control-label::before,
.choose-step .choose-type .custom-control-label::after {
    top: 15px;
    left: auto;
    right: 15px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.choose-step .choose-type .custom-control-label::before {
    border-color: #444;
}

.choose-step .choose-type .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #444;
    background-color: #ffde59;
}

.choose-step .choose-type .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../../img/right-tick-black.svg');
}

.choose-step .choose-type .custom-control-input:checked~.custom-control-label {
    background: #32aa6a;
    border-color: transparent;
}

.choose-step .choose-type .custom-control-input:checked~.custom-control-label img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.choose-step .choose-type .custom-control-input:checked~.custom-control-label p {
    color: #fff;
}

.choose-plan .table {
    text-align: right;
}

.choose-plan .table thead tr {
    background: #ececec;
}

.choose-plan .table td,
.choose-plan .table th {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 12px;
}

.choose-plan .table .sr-item {
    text-align: center;
}

.choose-plan .table .sr-item .form-control {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
    width: auto;
    margin: 0 auto;
}

.choose-plan .table .package-name {
    text-align: center;
}

.choose-plan .table .total-amount td {
    text-align: right;
    font-size: 20px;
}

.choose-plan .table td .close {
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
    float: none;
}

.step-content-details {
    padding: 80px 0 20px 0;
}

.step-content-details .agent-profile-info .image {
    border-color: #444;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.step-content-details .agent-profile-info .content {
    width: calc(100% - 120px);
}

.step-content-details .agent-profile-info .content .name {
    color: #333;
    font-size: 20px;
    padding-right: 0;
    margin: 0;
}

.package-cart-items .ct-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ececec;
}

.package-cart-items .ct-row h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.package-cart-items .ct-row h6>span {
    font-size: 14px;
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
}

.package-cart-items .ct-row p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.package-cart-items .ct-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.cart-lesson-summary p {
    margin-bottom: 0;
}
.cart-lesson-summary p+ul {
    margin-top: 15px;
    padding-left: 45px;
    margin-bottom: 0;
}
.refereal-code {
    position: relative;
}
.refereal-code input {
    padding-right: 40px;
    border-color: #ffde59;
    font-weight: bold;
}
.refereal-code input+i {
    position: absolute;
    top: 40px;
    right: 15px;
}

.gift-voucher-section {
    padding: 80px 0;
    background: #f4f4f4;
}
.gift-voucher-content {
    max-width: 650px;
}
.gift-voucher-steps ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -15px 30px -15px;
}
.gift-voucher-steps ul > li {
    flex: 1;
    text-align: center;
}
.gift-voucher-steps ul > li > a {
    display: block;
    background-color: #fff;
    border: 1px solid #ffde59;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    margin: 0 15px;
}
.gift-voucher-steps ul > li > a:hover, .gift-voucher-steps ul > li:hover > a, .gift-voucher-steps ul > li.active > a {
    background-color: #ffde59;
    color: #000;
}
.gift-fill-form .form-control {
    font-size: 16px;
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 15px;
}
.gift-fill-form .form-control + .form-control {
    margin-top: 5px;
}
.form-group .required {
    color: #ff1d3b;
}
.hours-gift-options {
    border: 1px solid #32aa6a;
    box-shadow: none;
}
.hours-gift-options .card-foot {
    background-color: #32aa6a;
    text-align: right;
    padding: 0.5rem 1.25rem;
    border-radius: 0 0 3px 3px;
    margin: -2px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.gift-voucher-card {
    position: sticky;
    top: 20px;
    position: webkit-sticky;
}
.gift-card-item .image {
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gift-card-item .image img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.gift-card-item .content p span {
    color: #000;
}
.gift-card-item .content p:last-child {
    margin-bottom: 0;
}
.gift.tab-content {
    display: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.gift.tab-content.current {
    display: block;
}


/*---Responsive---*/

@media (max-width: 991px) {
    .agent-profile-info {
        margin-bottom: 30px;
    }
    .agent-action-group {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        padding-left: 145px;
    }
    .agent-action-group .button {
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
        margin: 0 10px;
    }
    .step-bookinsg-list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .agent-action-group {
        padding-left: 0;
    }
    .agent-details-info .more-info {
        padding: 50px 0;
    }
    .gift-voucher-content {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .agent-profile-info {
        flex-direction: column;
    }
    .agent-profile-info .image {
        margin: 0 auto 30px;
    }
    .agent-profile-info .content {
        width: 100% !important;
    }
    .agent-action-group {
        padding: 0 15px;
    }
    .agent-service-modal>li {
        display: block;
        padding: 5px 0;
    }
    .agent-service-modal>li::after {
        display: none;
    }
    .agent-action-group .button {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    .card-header {
        padding: 1rem;
    }
    .card-body {
        padding: 1rem;
    }
    .choose-step .choose-type .custom-control {
        margin-bottom: 15px;
    }
    .agent-details-info.ad-info-2 .col-lg-4.text-right{
        text-align: center !important;
    }
}

@media (max-width: 479px) {
    .inner-banner .py-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .instructor-box .image,
    .instructor-box .content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .instructor-box .image {
        padding: 20px 20px 0 20px;
    }
    .instructor-box .image img {
        border-radius: 10px;
    }
    .action-btn-grp .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .action-btn-grp .button.button-black {
        margin-top: 15px;
    }
    .instructor-box::after {
        width: 100%;
        height: 5px;
        bottom: 0;
    }
    #footer .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    label.btn.btn-outline-dark.font-body.ls0.nott{
        padding: 0.375rem 0.25rem;
    }
}

.suburbs span{ 
    background-color: #efefef;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-align: center;
    padding: 4px 7px;
    display: inline-block;
}

.myc-available-time.selected, .myc-available-time:hover{
    background-color: #fff !important;
    border: 1px solid #29b6f6;
    color: #29b6f6;
}

.driver-features-list {
    color: #ffff;
}
.button{
    text-shadow: none;
}
.feature-box.fbox-plain.bg-black {
    /*border: 1px solid #000;*/
    padding: 15px;
    border-radius: 15px;
}