/*Color Variables*/

html {
    scroll-behavior: smooth;
}
.navbar ul .becom_cap {
    background: #37cb98;
    height: 37px;
}

.navbar ul li {
    margin-right: 18px;
}

.navbar ul li a {
    color: #333333 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Raleway', sans-serif;
}

.navbar ul li .get_started {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    padding: 6px 30px !important;
    color: white !important;
    font-family: 'Raleway', sans-serif;
}

.navbar .navbar-toggler-icon {
    background-image: url("../image/menu.svg");
}

.feature-image h1 {
    width: 459px;
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    line-height: 56px;
    font-family: 'Raleway', sans-serif;
}

.feature-image p {
    width: 397px;
    /* height: 93px; */
    /* background: #333333; */
    color: #555555;
    /* font-family: "Mulish-Regular"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

.feature-image .get_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    border: dashed 0.5px #dddddd;
    background: #ffffff;
    padding: 4px;
    margin-top: 38px;
}

.feature-image .get_email .form-group {
    width: 70%;
    margin-right: 8px;
    margin-bottom: 0;
}

.feature-image .get_email .form-group input {
    /* font-family: "Segoe UI"; */
    font-size: 12px;
    font-weight: 400;
    /* line-height: 1px; */
    border: none;
    font-family: 'Raleway', sans-serif;
}

.feature-image .get_email .form-group input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.feature-image .get_email .form-group input:-ms-input-placeholder {
    color: #aaaaaa;
}

.feature-image .get_email .form-group input::-ms-input-placeholder {
    color: #aaaaaa;
}

.feature-image .get_email .form-group input::placeholder {
    color: #aaaaaa;
}

.feature-image .get_email button {
    width: 30%;
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    padding: 4px 6px !important;
    color: white !important;
    font-family: 'Raleway', sans-serif;
    background: #37cb98;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .feature-image h1 {
        width: 400px !important;
    }
    .feature-image p {
        width: 347px !important;
    }
    .feature-image .get_email {
        width: 406px !important;
    }
    .feature-image .circle {
        width: 72% !important;
        float: none !important;
        margin-left: 81px !important;
    }
    .feature-image .circle svg {
        width: 330px !important;
    }
    .feature-image .circle img {
        position: absolute;
        top: -65px;
        height: 470px;
        right: 24px;
        width: 82%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .feature-image h1 {
        width: 276px !important;
        line-height: 44px !important;
    }
    .feature-image p {
        width: 289px !important;
    }
    .feature-image .get_email {
        width: 310px !important;
    }
    .feature-image .circle {
        width: 92% !important;
        float: none !important;
        margin-left: 14px !important;
    }
    .feature-image .circle svg {
        width: 290px !important;
    }
    .feature-image .circle img {
        top: -57px !important;
        height: 437px !important;
    }
}

@media only screen and (max-width: 767px) {
    .feature-image .feat_text_div {
        text-align: center !important;
    }
    .feature-image h1 {
        width: 100% !important;
        line-height: 44px !important;
    }
    .feature-image p {
        width: 100% !important;
    }
    .feature-image .get_email {
        width: 100% !important;
    }
    .feature-image .img_div {
        display: none !important;
    }
}

.feature-image .circle {
    height: 320px;
    position: relative;
    background: #37cb98;
    /* padding: 30px; */
    border-radius: 50%;
    display: block;
    width: 62%;
    /* height: 100%; */
    float: right;
    margin-top: 1.5rem;
}

.feature-image .circle img {
    position: absolute;
    top: -65px;
    height: 470px;
    right: 24px;
    width: 82%;
}

.tried_comp {
    margin-top: 89px;
}

@media only screen and (max-width: 767px) {
    .tried_comp h1 {
        text-align: center;
    }
}

.tried_comp h1 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.tried_comp .img1 {
    width: 200px;
}

.tried_comp .img2 {
    opacity: 0.6;
    width: 125px;
}

.tried_comp .img3 {
    opacity: 0.8;
    width: 135px;
}

.tried_comp .img4 {
    opacity: 0.8;
    width: 150px;
}

.features_class {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .features_class .circle {
        height: 334px !important;
        width: 100% !important;
    }
    .features_class .circle .main {
        top: -73px !important;
        height: 366px !important;
        right: 65px !important;
        width: 68% !important;
    }
    .features_class .circle .inner {
        top: -67px !important;
        height: 344px !important;
        right: 77px !important;
        width: 60% !important;
    }
}

@media only screen and (max-width: 767) {
    .features_class .unvis {
        display: none !important;
    }
}

.features_class .circle {
    height: 320px;
    position: relative;
    background: #37cb98;
    /* padding: 30px; */
    border-radius: 50%;
    display: block;
    width: 62%;
    /* height: 100%; */
    margin-top: 1.5rem;
}

.features_class .circle .main {
    position: absolute;
    top: -74px;
    height: 389px;
    right: 65px;
    width: 67%;
}

.features_class .circle .inner {
    position: absolute;
    top: -67px;
    height: 365px;
    right: 74px;
    width: 61%;
}

.features_class .features_detail h6 {
    color: #37cb98;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

.features_class .features_detail h1 {
    color: #333333;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.features_class .features_detail p {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 14px;
}

.features_class .feat_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features_class .feat_search .icon {
    width: 50px;
    height: 33px;
    background: rgba(255, 155, 63, 0.1);
    text-align: center;
    padding: 3px;
    /* margin: 1px; */
    border-radius: 50%;
    margin-right: 18px;
}

.features_class .feat_search .icon span {
    padding: 5px;
    margin-top: 0px;
    display: block;
    color: #ff9b3f;
    font-size: 10px;
}

.features_class .feat_search .icon2 {
    width: 80px;
    height: 50px;
    background: rgba(50, 129, 255, 0.1);
    text-align: center;
    padding: 3px;
    /* margin: 1px; */
    border-radius: 50%;
    margin-right: 18px;
}

.features_class .feat_search .icon2 span {
    padding: 9px;
    margin-top: 0px;
    display: block;
    color: #3281ff;
    font-size: 17px;
}

.features_class .feat_search .feat_para p:first-child {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 0;
}

.features_class .feat_search .feat_para p {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 10px;
}

.features_class .feat_search2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features_class .feat_search2 .icon {
    width: 54px;
    height: 33px;
    background: rgba(50, 129, 255, 0.1);
    text-align: center;
    padding: 3px;
    /* margin: 1px; */
    border-radius: 50%;
    margin-right: 18px;
}

.features_class .feat_search2 .icon span {
    padding: 7px;
    margin-top: 0px;
    display: block;
    color: #3281ff;
    font-size: 10px;
}

.features_class .feat_search2 .feat_para p:first-child {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 0;
}

.features_class .feat_search2 .feat_para p {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 10px;
}

.service_section {
    margin-top: 100px;
}

.service_section .servies_detail h6 {
    color: #37cb98;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

.service_section .servies_detail h1 {
    color: #333333;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.service_section .servies_detail p {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 14px;
}

.service_section h1 {
    color: #555555;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
}

.service_section h1 span {
    width: 20px;
    height: 20px;
    background: #ebf2ff;
    /* font-size: 11px; */
    border-radius: 50%;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
    margin-right: 11px;
}

.service_section h1 span i {
    font-size: 9px;
    display: block;
    padding: 5px;
    /* margin-right: 7px; */
    color: #3281ff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .service_section .circle {
        height: 310px !important;
        width: 98% !important;
    }
    .service_section .circle svg {
        width: 307px !important;
    }
    .service_section .circle .main {
        top: -82px !important;
        height: 341px !important;
        right: 44px !important;
        width: 68% !important;
    }
    .service_section .circle .inner {
        top: -76px !important;
        height: 320px !important;
        right: 61px !important;
        width: 60% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .service_section .circle {
        height: 310px !important;
        width: 98% !important;
    }
    .service_section .circle svg {
        width: 307px !important;
    }
    .service_section .circle .main {
        top: -82px !important;
        height: 341px !important;
        right: 44px !important;
        width: 68% !important;
    }
    .service_section .circle .inner {
        top: -76px !important;
        height: 320px !important;
        right: 61px !important;
        width: 60% !important;
    }
}

@media only screen and (max-width: 767) {
    .service_section .unvis {
        display: none !important;
    }
}

.service_section .circle {
    height: 320px;
    position: relative;
    background: #37cb98;
    /* padding: 30px; */
    border-radius: 50%;
    display: block;
    width: 62%;
    /* height: 100%; */
    float: right;
    margin-top: 1.5rem;
}

.service_section .circle .main {
    position: absolute;
    top: -74px;
    height: 389px;
    right: 43px;
    width: 69%;
}

.service_section .circle .inner {
    position: absolute;
    top: -67px;
    height: 365px;
    right: 62px;
    width: 61%;
}

.section_ride_type {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 80px;
}

.section_ride_type .sec-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.23;
    font-size: 22px;
    /* text-align: left; */
    color: #2d2e2e;
}

.section_ride_type .careem-tab-content {
    padding-top: 50px;
}

.section_ride_type .get-card {
    margin-bottom: 30px;
    padding-left: 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_ride_type .get-card:after {
    content: '';
    display: table;
    clear: both;
}

.section_ride_type .get-card .get-counter {
    float: left;
    /* margin-bottom: 30px; */
    width: 82px;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .section_ride_type .get-card .get-counter {
        width: 50px !important;
    }
    .section_ride_type .get-card .get-counter span {
        width: 50px !important;
        height: 50px !important;
        border-width: 6px;
    }
    .section_ride_type .get-card .get-body {
        width: calc(100% - 50px) !important;
    }
    .section_ride_type .get-card.owl-dot .get-description {
        opacity: 0;
        height: 0;
        -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
        transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    }
    .section_ride_type .get-card.owl-dot.active .get-description {
        opacity: 1;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .section_ride_type .get-card {
        display: table-cell !important;
        padding-left: 0 !important;
    }
    .section_ride_type .get-card .get-counter {
        width: 50px !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .section_ride_type .get-card .get-counter span {
        width: 50px !important;
        height: 50px !important;
        border-width: 6px;
    }
    .section_ride_type .get-card.owl-dot .get-body {
        float: none;
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        text-align: center;
        width: 100%;
        padding: 15px;
    }
    .section_ride_type .get-card .get-title {
        text-align: center !important;
    }
    .section_ride_type .get-card .get-body > p {
        margin-top: 20px !important;
    }
    .section_ride_type .get-card.owl-dot.active .get-body {
        display: block !important;
    }
    .section_ride_type .carousel-nav {
        position: relative;
        text-align: center;
        display: table;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.section_ride_type .get-card .get-counter span {
    width: 82px;
    height: 82px;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 14px solid #f6f8f9;
    color: #37cb98;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.section_ride_type .get-card.active .get-counter span {
    background-color: #37cb98;
    border-color: #EEF0F1;
    color: #fff;
}

.section_ride_type .get-card .get-body {
    float: left;
    width: calc(100% - 82px);
    padding-left: 15px;
}

.section_ride_type .get-card .get-title {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.38;
    /* text-align: left; */
    color: black;
}

.section_ride_type .get-card .get-description {
    font-size: 14px;
    line-height: 1.29;
    /* text-align: left; */
    color: #606c74;
    margin-bottom: 0;
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1;
}

/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.testimonial_cab .first-head {
    color: #37cb98;
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 1px;
    font-size: 13px;
}

.testimonial_cab .main-head {
    color: #333333;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
}

.testimonial_cab .card {
    margin: 0 auto;
    border: none;
}

.testimonial_cab .card-body {
    /* height: 282px; */
    border-radius: 8px;
    border: solid 1px #37cb98;
}

.testimonial_cab .card-body p {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.testimonial_cab .card-body .person_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial_cab .card-body .person_name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial_cab .card-body .person_name .p_name {
    margin-left: 10px;
}

.testimonial_cab .card-body .person_name .p_name h1 {
    color: #333333;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 3px;
}

.testimonial_cab .card-body .person_name .p_name h2 {
    color: #333333;
    font-family: 'Raleway';
    font-size: 10px;
    font-weight: 500;
    line-height: 1px;
}

.testimonial_cab .card .carousel-item {
    min-height: 190px;
}

.testimonial_cab .card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #ccc;
    min-height: 175px;
    padding: 15px;
}

.testimonial_cab .card .carousel-caption .col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial_cab .card .carousel-caption .col-sm-9 {
    text-align: left;
}

.testimonial_cab .card .carousel-control-prev,
.testimonial_cab .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.testimonial_cab .carousel-control-prev-icon,
.testimonial_cab .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #37cb98;
    height: 32px;
    line-height: 32px;
    width: 32px;
    border-radius: 50%;
}

.testimonial_cab .carousel-control-prev-icon:hover,
.testimonial_cab .carousel-control-next-icon:hover {
    opacity: 0.85;
}

@media (min-width: 768px) and (max-width: 992px) {
    .testimonial_cab .carousel-control-next {
        right: -7% !important;
    }
}

.testimonial_cab .carousel-control-prev {
    left: 86%;
    top: -121%;
}

.testimonial_cab .carousel-control-next {
    right: -5%;
    top: -121%;
}

.testimonial_cab .midline {
    width: 60px;
    border-top: 1px solid #d43025;
}

.testimonial_cab .carousel-caption h2 {
    font-size: 14px;
}

.testimonial_cab .carousel-caption h2 span {
    color: #cd3a54;
}

@media (min-width: 320px) and (max-width: 575px) {
    .testimonial_cab .carousel-caption {
        position: relative;
    }
    .testimonial_cab .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    .testimonial_cab .card .carousel-caption img {
        margin: 0 auto;
    }
    .testimonial_cab .carousel-control-prev {
        left: 35%;
        top: 105%;
    }
    .testimonial_cab .carousel-control-next {
        right: 35%;
        top: 105%;
    }
    .testimonial_cab .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonial_cab .carousel-caption {
        position: relative;
    }
    .testimonial_cab .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }
    .testimonial_cab .card .carousel-caption img {
        margin: 0 auto;
    }
    .testimonial_cab .card .carousel-caption h3,
    .testimonial_cab .card .carousel-caption small {
        text-align: center;
    }
    .testimonial_cab .carousel-control-prev {
        left: 35%;
        top: 105%;
    }
    .testimonial_cab .carousel-control-next {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .testimonial_cab .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

.category_ride {
    margin-top: 40px;
}

.category_ride .main-head {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.23;
    text-align: left;
    color: #2d2e2e;
    font-weight: 600;
    margin-bottom: 63px;
}

.category_ride .nav-tabs {
    border-bottom: none;
}

.category_ride .nav-tabs .nav-link.active {
    background-color: #f9fafb;
}

.category_ride .nav-tabs .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
}

.category_ride .nav-tabs .nav-item a {
    border: none;
    display: block;
    text-align: center;
}

.category_ride .nav-tabs .nav-item a img {
    width: 100px;
    height: 51px;
}

.category_ride .nav-tabs .nav-item a h1 {
    font-size: 14px;
    line-height: 1.33;
    color: #2d2e2e;
    font-family: 'Raleway';
    font-weight: 600;
}

.category_ride .tab-content {
    margin-top: 3rem !important;
}

@media (max-width: 767px) {
    .category_ride .tab-content .tab_con .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .category_ride .tab-content .tab_con .image img {
        width: 348px;
        height: auto;
    }
    .category_ride .tab-content .tab_con .tab_text h3 {
        text-align: center !important;
    }
    .category_ride .tab-content .tab_con .tab_text p {
        text-align: center !important;
    }
}

.category_ride .tab-content .tab_con .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category_ride .tab-content .tab_con .image img {
    width: 348px;
    height: auto;
}

.category_ride .tab-content .tab_con .tab_text h3 {
    font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.23;
    text-align: left;
    color: #2d2e2e;
    font-weight: 600;
}

.category_ride .tab-content .tab_con .tab_text p {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 1.23;
    text-align: left;
    color: #2d2e2e;
    font-weight: 500;
}

footer {
    margin-top: 100px;
}

footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .logo .im {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #37cb98;
}

footer .logo .im h2 {
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    /* width: 18px; */
    /* height: 23px; */
    text-align: center;
    padding: 6px;
}

footer .logo .logo_name h1 {
    color: #333333;
    font-family: 'Raleway';
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
    footer .app_store h1 {
        width: 138px !important;
    }
    footer .google_store h1 {
        width: 138px !important;
    }
}

footer .app_store h1 {
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 164px;
    height: 46px;
    background: #333333;
    text-align: center;
    margin: 4px;
    margin-top: 10px;
    padding: 9px;
    border-radius: 8px;
}

footer .app_store h1 span {
    margin-right: 6px;
    font-size: 17px;
}

footer .google_store h1 {
    color: #ffffff;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    width: 164px;
    height: 46px;
    background: #333333;
    text-align: center;
    margin: 4px;
    margin-top: 10px;
    padding: 9px;
    border-radius: 8px;
}

footer .google_store h1 span {
    margin-right: 6px;
    font-size: 17px;
}

footer .icon span {
    display: inline-block;
    font-size: 24px;
    padding: 10px;
    color: gray;
}

footer .main_head {
    color: #333333;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    color: #333333;
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding: -4px;
    padding: 9px 0px;
}

footer .footer_copy {
    color: #333333;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.tab_custom {
    border-top: 2px solid #37cb98;
    background: #f9fafb;
}

.multistep_form .card h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
}

.multistep_form .card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    color: #8080808c;
}

.multistep_form .picture_head {
    font-size: 14px;
    color: black;
    font-family: 'Raleway';
    font-weight: 600;
    line-height: 24px;
}

.multistep_form .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.multistep_form .images .img,
.multistep_form .images .pic {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.multistep_form .images .img {
    width: 112px;
    height: 93px;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.multistep_form .images .img:nth-child(3n) {
    margin-right: 0;
}

.multistep_form .images .img span {
    display: none;
    text-transform: capitalize;
    z-index: 2;
}

.multistep_form .images .img::after {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
}

.multistep_form .images .img:hover::after {
    display: block;
    background-color: #000;
    opacity: .5;
}

.multistep_form .images .img:hover span {
    display: block;
    color: #fff;
}

.multistep_form .images .pic {
    background-color: #1a803e1a;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #37cb98;
    font-size: 24px;
    cursor: pointer;
}

.multistep_form .images2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.multistep_form .images2 .img2,
.multistep_form .images2 .pic2 {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.multistep_form .images2 .img2 {
    width: 112px;
    height: 93px;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.multistep_form .images2 .img2:nth-child(3n) {
    margin-right: 0;
}

.multistep_form .images2 .img2 span {
    display: none;
    text-transform: capitalize;
    z-index: 2;
}

.multistep_form .images2 .img2::after {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
}

.multistep_form .images2 .img2:hover::after {
    display: block;
    background-color: #000;
    opacity: .5;
}

.multistep_form .images2 .img2:hover span {
    display: block;
    color: #fff;
}

.multistep_form .images2 .pic2 {
    background-color: #1a803e1a;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    color: #37cb98;
    font-size: 24px;
    cursor: pointer;
}

.multistep_form #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.multistep_form #msform fieldset .form-card {
    background: white;
    border: 0 none;
    -webkit-box-shadow: 0 0px 7px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 7px -2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.multistep_form #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.multistep_form #msform fieldset:not(:first-of-type) {
    display: none;
}

.multistep_form #msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.multistep_form .form-group label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.multistep_form .form-group select,
.multistep_form .form-group input {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.multistep_form .form-group select:focus,
.multistep_form .form-group input:focus {
    outline: 0px solid red;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #37cb98;
}

.multistep_form .form-group select::-webkit-input-placeholder,
.multistep_form .form-group input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select:-ms-input-placeholder,
.multistep_form .form-group input:-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select::-ms-input-placeholder,
.multistep_form .form-group input::-ms-input-placeholder {
    color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select::placeholder,
.multistep_form .form-group input::placeholder {
    color: rgba(128, 128, 128, 0.534);
}

.multistep_form .form-group select option:hover,
.multistep_form .form-group input option:hover {
    background-color: black !important;
}

.multistep_form #msform .action-button {
    width: 90px;
    background: #37cb98;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 18px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.multistep_form #msform .action-button img {
    width: 17px;
    /* height: 17px; */
    vertical-align: top;
    margin-top: 3px;
}

.multistep_form #msform .action-button:hover,
.multistep_form #msform .action-button:focus {
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #37cb98;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #37cb98;
}

.multistep_form #msform .action-button-previous {
    width: 90px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 18px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.multistep_form #msform .action-button-previous img {
    width: 17px;
    /* height: 17px; */
    vertical-align: top;
    margin-top: 3px;
}

.multistep_form #msform .action-button-previous:hover,
.multistep_form #msform .action-button-previous:focus {
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.multistep_form select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

.multistep_form select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.multistep_form .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.multistep_form .fs-title {
    font-size: 16px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    font-family: 'Raleway';
}

.multistep_form #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

.multistep_form #progressbar .active {
    color: #000000;
}

.multistep_form .front_image {
    position: relative;
}

.multistep_form .front_image::before {
    background-color: #37cb98;
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    height: 38px;
    left: 0;
    line-height: 37px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 108px;
    text-align: center;
    color: white;
    font-weight: 900;
    border-radius: .25rem;
    /* padding: 1px; */
    /* display: block; */
    /* margin-top: 0px; */
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.multistep_form .back_image {
    position: relative;
}

.multistep_form .back_image::before {
    background-color: #37cb98;
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    height: 38px;
    left: 0;
    line-height: 37px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 108px;
    text-align: center;
    color: white;
    font-weight: 900;
    border-radius: .25rem;
    /* padding: 1px; */
    /* display: block; */
    /* margin-top: 0px; */
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.multistep_form #progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 19.5%;
    float: left;
    position: relative;
}

.multistep_form #progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f023";
    font-weight: 900;
}

.multistep_form #progressbar #document:before {
    font-family: "Font Awesome 5 Free";
    content: "\f15b";
    font-weight: 900;
}

.multistep_form #progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f406";
    font-weight: 900;
}

.multistep_form #progressbar #cnic:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2c2";
}

.multistep_form #progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
}

.multistep_form #progressbar #car_detail:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b9";
    font-weight: 900;
}

.multistep_form #progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.multistep_form #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.multistep_form #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.multistep_form #progressbar li:first-child:after {
    content: '';
    width: 68%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 69px;
    top: 25px;
    z-index: -1;
}

.multistep_form #progressbar li:last-child:after {
    content: '';
    width: 50%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.multistep_form #progressbar li.active:before,
.multistep_form #progressbar li.active:after {
    background: #37cb98;
}

.multistep_form .radio-group {
    position: relative;
    margin-bottom: 25px;
}

.multistep_form .radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.multistep_form .radio:hover {
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.multistep_form .radio.selected {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.multistep_form .fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.become_captain_header {
    background-color: #37cb98;
    background: #37cb98 url("../image/ride-bg-en.jpg") no-repeat fixed 0px 0px;
    background-size: cover;
    background-position: center center;
    height: 400px;
}

.become_captain_header .row {
    height: 400px;
}

@media (max-width: 767px) {
    .become_captain_header .row .header-left {
        text-align: center !important;
    }
}

.become_captain_header .row .header-left span {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.become_captain_header .row .header-left h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.captain-content {
    margin-top: 80px;
    padding-bottom: 80px;
}

.captain-content img {
    width: 100px;
}

.captain-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    line-height: 51px;
    margin-top: 0;
    margin-bottom: 50px;
}

.captain-content h4 {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 24px;
    color: black;
    margin-top: 15px;
    margin-bottom: 1px;
}

.captain-content p {
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 17px;
    color: #000000ad;
    margin-top: 10px;
}

.requirement-content .requirent-cont .req-img img {
    max-width: 100%;
}

.requirement-content .requirent-cont .container {
    position: relative;
}

@media (max-width: 767px) {
    .requirement-content .requirent-cont .container::before {
        height: 0px !important;
    }
}

.requirement-content .requirent-cont .container::before {
    content: '';
    height: 79px;
    background-color: white;
    top: -76px;
    color: black;
    position: absolute;
    width: 100%;
    border-radius: 4px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    right: 30px;
    left: 0px;
}

.requirement-content .requirent-cont .req {
    padding: 0 56px;
}

.requirement-content .requirent-cont .req h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    line-height: 51px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}

.requirement-content .requirent-cont .req .med {
    margin-bottom: 72px;
    margin-top: 20px;
}

.requirement-content .requirent-cont .req .med .med-left {
    padding-right: 24px;
    display: table-cell;
    vertical-align: top;
}

.requirement-content .requirent-cont .req .med .med-left .med-object {
    display: block;
}

.requirement-content .requirent-cont .req .med .med-body {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 17px;
    color: #000000ad;
    margin-top: 10px;
}

.requirement-content .requirent-cont .req .med .med-body h5 {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 24px;
    color: black;
    margin-top: 15px;
    margin-bottom: 8px;
}

.capt-content {
    background: #f5f5f5;
    text-align: center;
    padding: 80px 0;
}

.capt-content h4 {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 700;
}

.capt-content a {
    width: 100%;
    max-width: 355px;
    height: 56px;
    background: #37cb98;
    line-height: 56px;
    padding: 0;
    border: 0;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 700;
    color: white !important;
}

.capt-get-started h1 {
    line-height: 19px;
    font-size: 26px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000000b8;
    margin-bottom: 41px;
    margin-top: 50px;
}

.capt-get-started img {
    max-width: 100%;
}

.capt-get-started .main {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.capt-get-started .main .number {
    border-radius: 50%;
    background: #e6eaed;
    width: 32px;
    height: 32px;
    color: #2d2e2e;
}

.capt-get-started .main .number span {
    display: block;
    /* padding: 3px; */
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
    /* color: white; */
    color: #2d2e2e;
    line-height: 19px;
}

.capt-get-started .main .text {
    margin-left: 28px;
    line-height: 19px;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #000000b8;
}

.capt-get-started .main .text h5 {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 700;
    line-height: 18px;
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .capt-get-started .carousel-indicators li {
        width: 50px !important;
        height: 50px !important;
        line-height: 48px !important;
        margin-right: 18px !important;
    }
    .capt-get-started .carousel-indicators li:last-child {
        margin: 0;
    }
    .capt-get-started .carousel-indicators li:last-child:after {
        content: '';
        width: 0 !important;
    }
    .capt-get-started .carousel-indicators li::after {
        width: 10px !important;
        left: 49px !important;
        top: 27px !important;
    }
}

.capt-get-started .carousel-wrapper {
    background: #f5f5f5;
    margin: 166px 0 -50px;
}

.capt-get-started .carousel-wrapper .carousel {
    margin: 0;
}

.capt-get-started .carousel-wrapper .slider-txt {
    position: relative;
}

.capt-get-started .carousel-wrapper .row {
    margin-right: -15px;
    margin-left: -15px;
}

.capt-get-started .carousel-wrapper h2 {
    margin: 125px 0 48px;
}

.capt-get-started .carousel-wrapper .carousel-indicators {
    position: relative;
    text-align: left;
    margin: 0 0 32px;
    width: 100%;
    left: 0;
}

.capt-get-started .carousel-wrapper .carousel-indicators li {
    width: 56px;
    height: 56px;
    font-size: 20px;
    position: relative;
    text-indent: 0;
    line-height: 56px;
    color: #37cb98;
    text-align: center;
    border: 1px solid #37cb98;
    margin-right: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.capt-get-started .carousel-wrapper .carousel-indicators li:last-child {
    margin: 0;
}

.capt-get-started .carousel-wrapper .carousel-indicators li:last-child:after {
    content: '';
    width: 0;
}

.capt-get-started .carousel-wrapper .carousel-indicators li::after {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    left: 66px;
    top: 28px;
    background-color: #37cb98;
}

.capt-get-started .carousel-wrapper .carousel-indicators li.active {
    background-color: #37cb98;
    color: white !important;
}

.capt-get-started .carousel-wrapper .carousel-fade p {
    margin-bottom: 145px;
}

.capt-get-started .carousel-wrapper .carousel-fade .carousel-control {
    display: none;
}

.capt-get-started .carousel-wrapper .carousel-fade .carousel-inner {
    overflow: visible;
}

.capt-get-started .carousel-wrapper .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.capt-get-started .carousel-wrapper .carousel-fade .carousel-inner .item .first-col {
    margin-bottom: 25px;
}

.capt-get-started .carousel-wrapper img {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.capt-get-started .carousel-wrapper .slider-wrapper {
    width: 353px;
    height: 673px;
    background: url("../image/mobileback.png") center bottom no-repeat;
    background-size: cover;
    margin: -410px auto 0;
}

.capt-get-started .carousel-wrapper .slider-wrapper img {
    margin-top: 77px;
    margin-left: 24px;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-wrapper .carousel-indicators {
        text-align: center;
        position: absolute;
        top: 380px;
        z-index: 2;
    }
    .carousel-wrapper .carousel-indicators li {
        width: 12px !important;
        height: 12px !important;
        font-size: 0;
        margin-right: 30px !important;
        text-indent: -999px !important;
    }
    .visible-lg {
        display: none !important;
    }
    .carousel-fade h5 {
        text-align: center;
        margin-top: 72px;
        font-size: 20px;
    }
    .slider-wrapper img {
        margin-top: 0 !important;
        margin-left: 0 !important;
        max-width: 100%;
    }
    .slider-wrapper {
        position: static;
        text-align: center;
        width: 184px !important;
        left: 0;
        padding: 41px 20px 41px 17px;
        top: 0;
        height: 360px !important;
        margin: 0 auto !important;
    }
    .carousel-fade p {
        margin-bottom: 72px !important;
        line-height: 26px;
        text-align: center;
    }
    .carousel-wrapper h2 {
        margin-top: 0 !important;
        font-size: 24px !important;
        margin-bottom: 24px;
        text-align: center;
    }
    .carousel-wrapper {
        padding-left: 0;
        padding-right: 0;
        background: 0 0 !important;
        margin: 31px 0 0 !important;
    }
    .carousel-wrapper .carousel-indicators li:after {
        width: 12px !important;
        left: 22px !important;
        top: 5px !important;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.front_licence {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.front_licence .mh {
    border-bottom: none;
}

.front_licence .mb {
    padding: 4.2rem;
}

.front_licence .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.front_licence .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.front_licence .upload-img4 img {
    width: 40px;
    height: 40px;
}

.front_licence #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.front_licence .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
}

.front_licence label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.front_licence .upload-text-heading {
    margin-top: 25px;
}

.front_licence .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.front_licence .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.front_licence .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

/*.front_licence .upload-image-format4 p {*/
/*  font-size: 12px;*/
/*  margin-top: 15px;*/
/*  font-weight: 500;*/
/*}*/

.front_licence .upload-detail4 h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.front_licence .upload-clicking4 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.front_licence .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.front_licence .upload-card-body4 {
    margin-top: 24px;
}

.front_licence .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.front_licence .mf img {
    width: 13px;
    height: 13px;
}

.front_licence .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.front_licence .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.front_licence .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.front_licence .file-upload-content4 {
    display: none;
    text-align: center;
}

.front_licence .file-upload-input4 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.front_licence .image-title-wrap4 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.front_licence .drag-text4 {
    text-align: center;
}

.front_licence .drag-text-payment-edit {
    text-align: center;
}

.front_licence .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.front_licence .drag-text4 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.front_licence .file-upload-image4 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.front_licence .remove-image4 {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.front_licence .remove-image4:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.back_image_licence .addpro_main_head_second h4 {
    opacity: 0.8;
    color: #202224;
    font-family: 'Kufam';
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.0642857px;
}

.back_image_licence label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.back_image_licence .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
}

.back_image_licence .upload-img img {
    width: 40px;
    height: 40px;
}

.back_image_licence .upload-text-heading {
    margin-top: 30px;
}

.back_image_licence .upload-input-label {
    margin-bottom: 20px;
    font-weight: 700;
    color: black;
}

.back_image_licence .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}


.back_image_licence .upload-detail h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.back_image_licence .upload-clicking a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.back_image_licence .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.back_image_licence .upload-card-body {
    margin-top: 24px;
}

.back_image_licence .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.back_image_licence .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.back_image_licence .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.back_image_licence .file-upload-content {
    display: none;
    text-align: center;
}

.back_image_licence .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.back_image_licence .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.back_image_licence .drag-text {
    text-align: center;
}

.back_image_licence .drag-text-payment-edit {
    text-align: center;
}

.back_image_licence .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.back_image_licence .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.back_image_licence .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.back_image_licence .remove-image {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.back_image_licence .remove-image:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.front_cnic_licence {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.front_cnic_licence .mh {
    border-bottom: none;
}

.front_cnic_licence .mb {
    padding: 4.2rem;
}

.front_cnic_licence .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.front_cnic_licence .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.front_cnic_licence .upload-img3 img {
    width: 40px;
    height: 40px;
}

.front_cnic_licence #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.front_cnic_licence .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
}

.front_cnic_licence label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.front_cnic_licence .upload-text-heading {
    margin-top: 25px;
}

.front_cnic_licence .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.front_cnic_licence .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.front_cnic_licence .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}



.front_cnic_licence .upload-detail3 h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.front_cnic_licence .upload-clicking3 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.front_cnic_licence .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.front_cnic_licence .upload-card-body3 {
    margin-top: 24px;
}

.front_cnic_licence .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.front_cnic_licence .mf img {
    width: 13px;
    height: 13px;
}

.front_cnic_licence .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.front_cnic_licence .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.front_cnic_licence .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.front_cnic_licence .file-upload-content3 {
    display: none;
    text-align: center;
}

.front_cnic_licence .file-upload-input3 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.front_cnic_licence .image-title-wrap3 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.front_cnic_licence .drag-text3 {
    text-align: center;
}

.front_cnic_licence .drag-text-payment-edit {
    text-align: center;
}

.front_cnic_licence .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.front_cnic_licence .drag-text3 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.front_cnic_licence .file-upload-image3 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.front_cnic_licence .remove-image3 {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.front_cnic_licence .remove-image3:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.back_cnic_image {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.back_cnic_image .mh {
    border-bottom: none;
}

.back_cnic_image .mb {
    padding: 4.2rem;
}

.back_cnic_image .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.back_cnic_image .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.back_cnic_image .upload-img2 img {
    width: 40px;
    height: 40px;
}

.back_cnic_image #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.back_cnic_image .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
}

.back_cnic_image label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.back_cnic_image .upload-text-heading {
    margin-top: 25px;
}

.back_cnic_image .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.back_cnic_image .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.back_cnic_image .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}



.back_cnic_image .upload-detail2 h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.back_cnic_image .upload-clicking2 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.back_cnic_image .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.back_cnic_image .upload-card-body2 {
    margin-top: 24px;
}

.back_cnic_image .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.back_cnic_image .mf img {
    width: 13px;
    height: 13px;
}

.back_cnic_image .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.back_cnic_image .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.back_cnic_image .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.back_cnic_image .file-upload-content2 {
    display: none;
    text-align: center;
}

.back_cnic_image .file-upload-input2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.back_cnic_image .image-title-wrap2 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.back_cnic_image .drag-text2 {
    text-align: center;
}

.back_cnic_image .drag-text-payment-edit {
    text-align: center;
}

.back_cnic_image .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.back_cnic_image .drag-text2 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.back_cnic_image .file-upload-image2 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.back_cnic_image .remove-image2 {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.back_cnic_image .remove-image2:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.bank_checque_pic {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.bank_checque_pic .mh {
    border-bottom: none;
}

.bank_checque_pic .mb {
    padding: 4.2rem;
}

.bank_checque_pic .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.bank_checque_pic .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.bank_checque_pic .upload-img5 img {
    width: 40px;
    height: 40px;
}

.bank_checque_pic #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.bank_checque_pic .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
}

.bank_checque_pic label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.bank_checque_pic .upload-text-heading {
    margin-top: 25px;
}

.bank_checque_pic .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.bank_checque_pic .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.bank_checque_pic .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}



.bank_checque_pic .upload-detail5 h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.bank_checque_pic .upload-clicking5 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.bank_checque_pic .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.bank_checque_pic .upload-card-body5 {
    margin-top: 24px;
}

.bank_checque_pic .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.bank_checque_pic .mf img {
    width: 13px;
    height: 13px;
}

.bank_checque_pic .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.bank_checque_pic .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.bank_checque_pic .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.bank_checque_pic .file-upload-content5 {
    display: none;
    text-align: center;
}

.bank_checque_pic .file-upload-input5 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.bank_checque_pic .image-title-wrap5 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.bank_checque_pic .drag-text5 {
    text-align: center;
}

.bank_checque_pic .drag-text-payment-edit {
    text-align: center;
}

.bank_checque_pic .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.bank_checque_pic .drag-text5 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.bank_checque_pic .file-upload-image5 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.bank_checque_pic .remove-image5 {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.bank_checque_pic .remove-image5:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.profile_picture {
    /* .file-upload {
          background-color: #ffffff;
          width: 600px;
          margin: 0 auto;
          padding: 20px;
      } */
    /* .image-upload-wrap {
          margin-top: 20px;
          border: 4px dashed #1FB264;
          position: relative;
      } */
    /* .image-dropping,
      .image-upload-wrap:hover {
          background-color: #1FB264;
          border: 4px dashed #ffffff;
      } */
}

.profile_picture .mh {
    border-bottom: none;
}

.profile_picture .mb {
    padding: 4.2rem;
}

.profile_picture .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    font-family: Ubuntu, Ubuntu-Light, ubuntuMedium;
    color: #336dff;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.profile_picture .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.profile_picture .upload-img6 img {
    width: 40px;
    height: 40px;
}

.profile_picture #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.profile_picture .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
}

.profile_picture label {
    font-family: 'Raleway';
    font-weight: 700;
    /* color: #0000008c; */
    margin-bottom: 14px;
    font-weight: 600;
    color: black;
    font-size: 12px;
    /* font-family: 'Kufam'; */
    line-height: 18px;
}

.profile_picture .upload-text-heading {
    margin-top: 25px;
}

.profile_picture .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.profile_picture .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;
    font-family: 'Kufam';
    line-height: 18px;
}

.profile_picture .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.profile_picture .upload-image-format6 p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.profile_picture .upload-detail6 h4 {
    font-size: 12px;
    /* margin-top: 18px; */
    font-weight: 300;
    margin-top: -16px;
    font-family: 'Raleway';
}

.profile_picture .upload-clicking6 a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.profile_picture .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.profile_picture .upload-card-body6 {
    margin-top: 24px;
}

.profile_picture .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.profile_picture .mf img {
    width: 13px;
    height: 13px;
}

.profile_picture .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.profile_picture .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.profile_picture .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.profile_picture .file-upload-content6 {
    display: none;
    text-align: center;
}

.profile_picture .file-upload-input6 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.profile_picture .image-title-wrap6 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.profile_picture .drag-text6 {
    text-align: center;
}

.profile_picture .drag-text-payment-edit {
    text-align: center;
}

.profile_picture .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.profile_picture .drag-text6 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.profile_picture .file-upload-image6 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.profile_picture .remove-image6 {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.profile_picture .remove-image6:hover {
    text-decoration: underline;
    color: #37cb98;
    font-size: 13px;
}

.certificates_pics .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
}

.certificates_pics .addpro_main_head_second h4 {
    opacity: 0.8;
    color: #202224;
    font-family: 'Kufam';
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.0642857px;
}

.certificates_pics .upload-img img {
    width: 40px;
    height: 40px;
}

.certificates_pics .upload-text-heading {
    margin-top: 30px;
}

.certificates_pics .upload-input-label {
    margin-bottom: 20px;
    font-weight: 700;
    color: black;
}

.certificates_pics .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.certificates_pics .upload-image-format p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.certificates_pics .upload-detail2 h4 {
    font-size: 14px;
    /* margin-top: 18px; */
    font-weight: 100;
    margin-top: -5px;
}

.certificates_pics .upload-clicking a {
    font-size: 12px;
    font-weight: 500;
    /* margin-top: 28px; */
    margin-top: 21px;
    color: #37cb98 !important;
}

.certificates_pics .upload-card-body {
    margin-top: 24px;
}

.certificates_pics .dropzone,
.certificates_pics .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.certificates_pics .dropzone {
    border: none !important;
    padding: 13px;
}

.certificates_pics .dropzone.dz-clickable {
    cursor: pointer;
}

.certificates_pics .dropzone.dz-clickable * {
    cursor: default;
}

.certificates_pics .dropzone.dz-clickable .dz-message {
    font-size: 26px;
}

.certificates_pics .dropzone.dz-clickable .dz-message,
.certificates_pics .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
    vertical-align: top;
}

.certificates_pics .dropzone.dz-clickable .dz-message .note {
    display: block;
    font-size: 16px;
}

.certificates_pics .dropzone.dz-started .dz-message {
    display: none;
}

.certificates_pics .dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.certificates_pics .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.certificates_pics .dropzone .dz-preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 140px;
    height: 214px;
    margin: 0 13px 13px 0;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.certificates_pics .dropzone .dz-preview.dz-complete.dz-error {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.certificates_pics .dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 177px;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 0 0 13px 0;
    font-size: 13px !important;
    text-align: center;
    background-image: linear-gradient(#fff 0, #fff 21px, transparent 36px);
}

.certificates_pics .dropzone .dz-preview.dz-complete.dz-error .dz-remove {
    display: block;
    /* text-align: end; */
}

.certificates_pics .dropzone .dz-preview .dz-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.certificates_pics .dropzone .dz-preview .dz-image img {
    display: block;
}

.certificates_pics .dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.certificates_pics .dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.certificates_pics .dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.certificates_pics .dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8bc34a), to(#689f38));
    background-image: linear-gradient(to bottom, #8bc34a, #689f38);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
}

.certificates_pics .dropzone .dz-preview .dz-error-message {
    display: none;
    padding: 6px;
    line-height: 16px;
    font-size: 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: linear-gradient(to bottom, #be2626, #a92222);
    color: #fff;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}

.certificates_pics .dropzone .dz-preview {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.certificates_pics .dropzone .dz-preview.dz-complete.dz-error .dz-error-message {
    display: block;
}

.certificates_pics .dropzone .dz-preview .dz-filename {
    font-size: 13px;
    padding: 6px;
    /* line-height: 16px; */
    text-align: center;
    margin-top: 12px;
}

.certificates_pics .dropzone .dz-preview .dz-image {
    /* border-radius: 20px; */
    overflow: hidden;
    /* width: 120px; */
    height: 118px;
    position: relative;
    display: block;
    z-index: 10;
}

.certificates_pics .dropzone .dz-preview .dz-success-mark,
.certificates_pics .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: 37px !important;
    margin-top: -22px !important;
}

.certificates_pics .dropzone .dz-preview .dz-image {
    border-radius: none !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 130px !important;
    position: relative !important;
    display: block !important;
    z-index: 10 !important;
}
