@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

/* body{
  overflow-x: hidden;
} */
/* header css start */

#header-topp.back {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    animation: animate forwards 1s;
}

@keyframes animate {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}

nav.navbar.navbar-expand-lg.navdiv {
    background-color: #FCF7E3;
    padding: 10px 0;
    position: relative;
}

.top-div a.nav-link {
    color: #000000;
    font-weight: 600;
}

.top-div .nav-logo {
    width: 18%;
}
.top-div .nav-logo img {
    width: 70%;
    padding: 5px 0;
}

.top-div a.nav-link.REGISTRATION {
    background-color: #E9C548;
    border-radius: 10px;
    margin-left: 41px;
    padding: 8px 12px;
}

.top-div a.nav-link.LOGIN {
    border: 1px solid #E9C548;
    border-radius: 10px;
    padding: 8px 12px;
}

.top-div ul li.active a.nav-link {
    color: #C1990F;
}

.top-div a.nav-link {
    margin: 12px;
}

.top-div a {
    font-size: 16px;
    color: #000000;
}

/* header css end  */


/* footer css start */
a:hover {
    text-decoration: none !important;
}

.main-footer {
    padding:60px 0 35px 0px;
    /*background-image: url("../../img/frontend/footer-img-new.png");*/
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
}

.main-footer .footer_img img {
    width: 100%;
    object-fit: cover;
}

.main-footer .col-md-5.footer_img {
    padding-left: 50px;
}

.main-footer .footer-logo img {
    width: 100px;
    margin-top: 0;
    margin-bottom: 26px;
}
.main-footer .central {
    display: flex;
    margin-bottom:30px;
    column-gap: 1rem;
}

.main-footer .central .text_central h5 {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}

.main-footer .central .text_central p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.register-sec .input-icon.country img {
    width: 20px;
    right: 9px;
}

.main-footer .central .footer-logo {
    padding-right: 20px;
}

.main-footer .subscribe h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

.first-tab .how-we h3 {
    padding-left: 37px;
}

.main-footer .subscribe a {
    padding: 10px 45px;
    background-color: #E9C548;
    border-radius: 86px;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.main-footer .subscribe p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 21px;
}

.main-footer .subscribe {
    padding: 30px 0;
}

.main-footer .subscribe ::before {
    margin-left: 23px;
}

.main-footer .icon_div i {
    padding: 2px;
    font-size: 23px;
    color: #464646;
}

.main-footer .home_text li {
    list-style: none;
    font-size: 16px;
    color: #000000;
    padding-bottom:24px;
}

.main-footer .email_text a {
    color: #000000;
}

.main-footer .home_text a {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.main-footer .home_text {
    display: flex;
    margin-bottom: 56px;
    /*justify-content: space-around;*/
    column-gap: 5rem;
}

.main-footer .home_text ul {
    padding: 0;
}

.main-footer .email_text p {
    position: relative;
    margin-bottom: 25px;
    font-size: 15px;
}

.main-footer .email_text a i {
    position: absolute;
    top: 5px;
    left: 0;
}
.main-footer .icon_div {
    padding-bottom: 20px;
}
.main-footer .icon_div a {
    margin-right: 8px;
}

/* footer css end */


/* home page css start */
.slick-next:before,
.slick-prev:before {
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #E9C548;
}
.feedback .slick-prev {
    left: -40px;
}

.home-banner {
    padding: 45px 0;
}

.home-banner h5 {
    font-size: 30px;
    color: #464646;
    margin-top: 40px;
    font-weight: 600;
}

.home-banner h1 {
    font-size: 40px;
    color: #000000;
    padding: 30px 0;
    font-weight: 600;
}
.home-banner h1 span.simpli {
    font-size: 28px;
}

.home-banner a {
    color: #000000;
    background-color: #E9C548;
    padding: 10px 40px;
    border-radius: 36px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

.home-banner img {
    width: 85%;
}

.offer {
    padding: 35px 0;
    background-color: #E9C54826;
}

.offer h1 {
    text-align: center;
    color: #000000;
    font-size: 38px;
    font-weight: 600;
}

.offer .box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 30px;
    justify-content: space-between;
    border-radius: 10px;
}

.offer .last-img img {
    width: 100%;
}

.box.center-div {
    width: 50%;
    margin: auto;
}

.offer .box_four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 27px 0;
}

.offer .box-content p {
    font-size: 14px;
}

.offer .box-content h3 {
    font-size: 25px;
    color: #464646;
    font-weight: 600;
}

.offer .box-img img {
    width: 100%;
}

.offer .box-content {
    margin-left: 22px;
    width: 70%;
}

.company {
    padding: 50px 0;
    background-color: #F6F6F6;
}

.company img {
    width: 95%;
}

.company h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
}

.company p {
    font-size: 16px;
    color: #000000;
    padding: 18px 0;
}

.company a {
    background-color: #E9C548;
    padding: 11px 45px;
    border-radius: 22px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.trust-us {
    padding: 35px 0;
}

.trust-us h1 {
    font-size: 38px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.trust-us .trust-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 30px;
    justify-content: right;
}

.trust-us .box-six {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 27px 0;
}

.trust-us .who-img img {
    width: 70%;
}

.trust-us h2 {
    font-size: 30px;
}

.transport {
    /*padding: 35px 0;*/
    text-align: center;
    background-color: #B9B9B933;
}
.transport.sofa {
    background-color: #ffffff;
}

.transport img {
    width: 100%;
}

.transport h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 30px;
}

.move-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.transport a {
    background-color: #E9C548;
    padding: 11px 45px;
    border-radius: 22px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.quote {
    text-align: center;
}

.accordion-sec {
    padding: 40px 0;
    background-color: #FFFFFF;
}

.accordion-sec h1 {
    text-align: center;
    font-size: 38px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

/* accordian */

.accordion-container {
    position: relative;
    width: 85%;
    height: auto;
    margin: 10px auto;
}
.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.set > button {
    display: block;
    padding: 13px 9px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
    background: #fff;
    cursor: pointer;
}
.set > button i {
    float: right;
    margin-top: 0px;
    border: 1px solid #f2a51a;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    color: #f2a51a;
}
/* .set > a.active {
  background-color: #3399cc;
  color: #fff;
} */
.content {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    display: none;
}
.content p {
    padding: 10px 12px;
    margin: 0;
    color: #333;
    font-size: 16px;
}

/* accordian */

.accordion-sec img {
    width: 100%;
}

.blogs-sec {
    padding: 35px 0;
    background-color: #FCF7E3;
}

.blogs-sec h1 {
    text-align: center;
    font-size: 38px;
    color: #000000;
    padding: 25px 0;
    font-weight: 600;
}

.blog-sec h5.card-title {
    font-size: 22px;
    color: #000000;
}

.blog-sec p.card-text {
    font-size: 16px;
    color: #000000;
}

.blogs-sec a.btn.btn-primary {
    width: 100%;
    text-align: left;
    color: #000000;
    background-color: #E9C548;
    border-color: #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    font-weight: 500;
}

.numbers li.page-item a.page-link {
    color: #000;
}

.numbers li.page-item a.page-link:hover {
    color: #fff;
    background: #e9c548;
    border-color: #e9c548;
}

h5.card-title {
    font-size: 21px;
    font-weight: 700;
    min-height: 75px;
}

p.card-text {
    font-size: 16px;
    color: #000000;
}

.feedback {
    padding: 35px 0;
    background-image: url("../../img/frontend/home-img/feedback-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.feedback .found-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.feedback .found-img{
    margin-right: 15px;
}

.feedback .clients {
    text-align: center;
}

.feedback .clients img {
    width: 40%;
    margin: 16px 0;
    padding-bottom: 24px;
}

.feedback .clients h1 {
    font-size: 38px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.feedback .found-inner {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background: #FFFFFF;
    padding: 20px;
    margin: 0 15px;
}

.feedback .found-content p {
    color: #464646;
    font-style: italic;
    font-size: 16px;
}

.feedback .found-content h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.feedback .found-content h6 {
    font-size: 18px;
    color: #C1990F;
    font-weight: 600;
}

.tech-text h2 span {
    color: #464646;
    font-weight: 700;
}

.trust-us .tech-text h2 {
    font-size: 30px;
    font-weight: 300;
    color: #464646;
    margin-left: -10px;
}


/* home page css end */


/* about-us page css start */

.we-are {
    padding: 35px 0;
}

.we-are h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.we-are .we-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-are img {
    width: 100%;
}

.powerful {
    padding: 35px 0;
    background-color: #F6F6F6;
}

.powerful img {
    width: 100%;
}

.powerful h5 {
    font-size: 20px;
    color: #464646;
    font-weight: 600;
}

.powerful h1 {
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 14px;
}

.powerful p {
    font-size: 18px;
    color: #000000;
    padding: 5px 0;
}

.powerful h1 span {
    color: #C1990F;
}

.powerful p span {
    font-weight: 600;
}

.powerful ::before {
    margin-right: 5px;
    color: #C1990F;
}

.mission {
    padding: 35px 0;
}

.mission img {
    width: 90%;
}

.mission h5 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}

.mission h1 {
    font-size: 34px;
    color: #000000;
    font-weight: 600;
    padding: 14px 0;
}

.mission h1 span {
    color: #C1990F;
}

.mission p span {
    font-weight: 600;
}

.mission p {
    padding: 10px 0;
    font-size: 18px;
}

.vission {
    padding: 35px 0;
    background-color: #FCF7E3;
}

.vission img {
    width: 90%;
}

.vission h5 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}

.vission h1 {
    font-size: 34px;
    color: #000000;
    font-weight: 600;
    padding: 14px 0;
}

.vission h1 span {
    color: #C1990F;
}

.vission p span {
    font-weight: 600;
}

.vission p {
    padding: 10px 0;
    font-size: 18px;
}

.vission-p {
    text-align: center;
}

.mission-p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vission-p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.red-cap {
    position: relative;
}

.powerful h2 {
    font-size: 50px;
    background-color: #C1990F;
    width: fit-content;
    padding: 16px 13px;
    color: #FFFFFF;
    position: absolute;
    bottom: -130px;
    right: 10px;
    clip-path: polygon(0% 0%, 96% 0%, 100% 9%, 106% 100%, 0% 100%);
}
.mission-p.sign img {
    width: 30%;
    margin-right: 76px;
}
.vission-p.sign img {
    width: 30%;
    margin-right: 76px;
}

/* about-us page css end */


/* contact page css start */


.contact-banner {
    padding: 35px 0;
}

.contact-banner h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.contact-banner .contact-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner .wall img {
    width: 92%;
}

.info {
    padding: 35px 0;
    /*background-color: #F6F6F6;*/
    background-color:#efebeb;
}

.info h1 {
    font-size: 45px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 25px;
}

.info .info-text h6 {
    color: #464646;
    font-size: 14px;
}

.info ::before {
    color: #464646;
}

.info .info-text p {
    color: #464646;
    font-size: 16px;
}

/* .info-text {
  padding: 10px 0;
} */

.info-text h4 {
    font-size: 20px;
    color: #464646;
}

.form-contact input {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    background-color: #F6F6F6;
}
.form-contact input:focus {
    box-shadow: none;
    border-color: #707070;
}

.form-contact textarea {
    outline: none;
    padding: 15px;
    border-color: #707070;
    resize: none;
    width: 67%;
    border-radius: 8px;
    color: #464646;
    background-color: #F6F6F6;
}

.form-contact a {
    color: #464646;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 17px;
    border-radius: 10px;
    border-color: #707070;
}

.form-contact h4 {
    color: #464646;
    font-size: 20px;
    padding-bottom: 20px;
}

.info .phone-sec img {
    width: 55px;
    padding-right: 10px;
    height: 45px;
}

.phone-sec {
    display: flex;
}


/* contact page css end */



/* login page css start */

.login-banner {
    padding: 35px 0;
}

.login-banner h1 {
    font-size: 45px;
    color: #000000;
    font-weight: 600;
}

.form {
    padding: 35px 0;
    background-color: #F6F6F6;
}

.form-login .form-inn {
    width: 35%;
    margin: 0px auto 0;
    padding-top: 36px;
}

.form-login .form-inn .forgot-pass {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.form-login input {
    background: #FFFFFF;
    color: #636060;
    padding: 12px 48px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
}

.form-login .form-inn .forgot-pass a {
    color: #C1990F;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    margin-right: 0;
    margin-left: auto;

}

.form-login .form-inn .but-conti a p {
    font-weight: 600;
    background: #C1990F;
    border-radius: 26px;
    padding: 11px 90px;
    color: #FFFFFF;
    /*width: 74%;*/
    margin: auto;
    text-align: center;
}
.form-login .form-inn .but-conti button {
    font-weight: 600;
    background: #C1990F;
    border-radius: 26px;
    padding: 11px 90px;
    color: #FFFFFF;
    /*width: 74%;*/
    margin: auto;
    text-align: center;
}

.register-sec .form-group.register-check input {
    border: 1px solid #c1990f;
    top: -2px;
    left: 23px;
    accent-color: #c1990f;
    position: absolute;
    padding: 1px;
    width: 20px !IMPORTANT;
    height: 20px;
}

.form-login .form-inn .but-conti {
    margin: 45px 0 35px;
}

.form-login label.form-check-label {
    font-size: 12px;
}

.form-login .but-conti p {
    font-size: 14px;
    text-align: center;
    padding-top: 18px;
    color: #464646;
}

.form-login p span {
    color: #C1990F;
    padding-left: 7px;
    font-weight: 600;
}

.form-login .form-inn .but-conti a {
    text-decoration: none;
}

.form .input-icon {
    position: relative;
}

.form .input-icon i {
    position: absolute;
    right: 2%;
    top: 14px;
    font-size: 22px;
    color: #c1990f;
}
.form .input-icon img {
    position: absolute;
    right: 2%;
    top: 14px;
    font-size: 22px;
    color: #c1990f;
}

.form-login .form-check input {
    accent-color: #c1990f;
}
.input-icon .eye-img {
    width: 20px;
}

/* login page css end */


/* services page css start */
.services-banner {
    padding: 35px 0;
}

.services-banner h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.services-banner .services-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-banner img {
    width: 84%;
}

.services-banner .boat {
    text-align: right;
    position: relative;
}
.services-banner .boat img.add_img {
    width: 70px;
    position: absolute;
    bottom: 1%;
    right: 57%;
}

.item-sec {
    padding: 35px 0;
    background-color: #FCF7E3;
}

.item-sec h1 {
    font-size: 38px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.item-sec .three-img {
    background-color: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
}

.item-sec .three-img h3 {
    font-size: 25px;
    color: #464646;
    font-weight: 600;
    padding-top: 20px;
}

.item-sec .three-img p {
    font-size: 12px;
    color: #464646;
    padding: 20px 0;
    min-height: 111px;
}

.add-ons {
    padding: 35px 0;
    background-color: #F8F8F8;
}

.add-ons img {
    width: 96%;
}

.add-ons .add-text h1 {
    font-size: 38px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.add-ons .yellow-text h4 {
    color: #C1990F;
    font-size: 22px;
    padding: 10px 0;
}

.add-ons .yellow-text p {
    color: #000000;
    font-size: 14px;
}

.add-ons .tempo {
    display: grid;
    place-content: center;
}

.hundreds {
    /*padding: 35px 0;*/
    background-color: #F2F2F2;
}
.hundreds img {
    width: 100%;
    height: 100%;
}
.hundreds h1 {
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

.transpar {
    padding:100px 0 60px;
    background-color: #E9C54826;
}

.transpar .mirror h2 {
    color: #464646;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

.transpar .mirror p {
    color: #464646;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.transpar .mirror {
    text-align: center;
}

.transpar .mirror img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    object-fit: contain;
}

.hundreds .differ {
    display: grid;
    place-content: center;
}

.shift img {
    width: 64%;
}

.shift h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 20px;
}

.shift a {
    background-color: #E9C548;
    padding: 11px 45px;
    border-radius: 22px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.shift {
    text-align: center;
}

.item-sec .three-img img {
    width: 200px;
    height: 200px;
}


/* services page css end */


/* forgor-password css start */

.form-login .form-inn h1 {
    font-size: 35px;
}
.form-login .form-inn p {
    font-size: 15px;
}

.forgot-banner {
    padding: 35px 0;
}

.forgot-banner h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.forgot-sec {
    text-align: center;
    padding: 35px 0;
    background-color: #F6F6F6;
}

.forgot-sec .input-icon {
    position: relative;
}

.forgot-sec .input-icon i {
    position: absolute;
    right: 2%;
    top: 14px;
    font-size: 22px;
    color: #c1990f;
}

.forgot-banner img {
    width: 67%;
}

.forgot-banner .forgot-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-banner .female {
    text-align: center;
}

/* forgor-password css end */


/* check-email css start */

.forgot-sec .form-login .key-icon img {
    width: 85px;
}

.form-inn .form-control:focus {
    border-color: #C1990F;
    box-shadow: none;
}

/* check-email css end */


/* thankyou css start */

.thankyou {
    text-align: center;
    padding: 0 0 35px 0;
}

.thankyou img {
    width: 38%;
}

/* thankyou css end */

/* error css start */

.form-control  {
    text-align: left;
    padding: 35px 0;
}
#message-error
{
    width:100%;
}
.form-control  h3 {
    color: #283734;
    font-weight: 600;
    font-size: 30px;
}

.form-control  img {
    width: 45%;
    padding: 35px 0;
}

.form-control  a p {
    font-weight: 600;
    background: #C1990F;
    border-radius: 25px;
    padding: 13px 0;
    color: #FFFFFF;
    width: 38%;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.form-control  a {
    text-decoration: none;
}

/* error css end */

/* information css start */

.info-text h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 28px;
}

.info-text p {
    color: #6A6A6A;
    font-size: 18px;
    /*padding-bottom: 18px;*/
    width:100%;

}

/* information css end */


/* faq css start */

.tabs-sec {
    padding: 35px 0;
}

article.article {
    display: none;
}

article.article.on {
    display: block;
}

.tabs-sec .radio-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.tabs-sec .radio-parent .radio-input {
    margin: 0 20px;
}

.tabs-sec label {
    font-size: 20px;
    font-weight: 600;
    color: #464646;
}
.back-login a {
    color: #C1990F;
    font-size: 16px;
    font-weight: 600;
}
.tabs-sec div#v-pills-tab {
    background-color: #C1990F;
    padding: 22px;
}
.back-login {
    padding-bottom: 20px;
}
.tabs-sec .first-tab a.nav-link {
    background: none;
    color: #000000;
    border-radius: inherit;
}

.tabs-sec .first-tab a.nav-link:last-child {
    border: none;
}

.tabs-sec .first-tab a {
    color: #000000;
    border-bottom: 1px solid;
    border-bottom-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.tabs-sec .first-tab a.nav-link.active.show {
    color: #fff;
}

.tabs-sec .yellow-img h2 {
    color: #000000;
    font-size: 34px;
    padding: 0 39px;
    font-weight: 600;
}

.tabs-sec .yellow-img p {
    color: #000000;
    font-size: 14px;
    padding: 9px 39px;
    font-weight: 500;
}

.tabs-sec .yellow-img a {
    color: #000000;
    font-size: 18px;
    border: 1px solid #000000;
    padding: 10px 10px;
    border-radius: 0px 0px 13px 0px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 31px;
}

.tabs-sec .yellow-img a {
    text-decoration: none;
}

.tabs-sec .yellow-img {
    background-image: url('../../img/frontend/faq-in.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px 0 100px 0;
    margin-top: 20px;
}

.tabs-sec .yellow-img i.fa.fa-arrow-right {
    margin-left: 5px;
}

/* faq css end */


/* blog page css start */

.card-sec .container {
    position: relative;
}
.card-sec {
    padding: 35px 0 0;
    background-color: #F6F6F6;
}

.card-sec .card-img img {
    width: 100%;
}

.card-sec .card-text {
    padding-left: 30px;
    padding-right: 30px;
}

.card-sec .card-text h5 {
    color: #C1990F;
    font-size: 18px;
    padding: 15px 0;
}

.card-sec .card-text h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}

.card-sec .card-text p {
    font-size: 16px;
    color: #000000;
    padding: 6px 0;
}

.card-sec .read-more a {
    color: #000000;
    font-size: 18px;
    border: 1px solid #C1990F;
    ;
    padding: 10px 10px;
    border-radius: 10px 0px 10px 10px;
    text-decoration: none;
    font-weight: 500;
}

.card-sec .card-img {
    position: relative;
}

.card-sec .card-img h6 {
    background-color: #C1990F;
    color: #FFFFFF;
    font-size: 18px;
    width: 23%;
    padding: 10px 14px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: -8px;
    left: 49px;
}

.card-sec .card-text {
    background: #FFFFFF;
    padding-bottom: 60px;
}

.serch-sec .input-icon {
    position: relative;
}

.card-sec .serch-sec .input-icon input {
    /* box-shadow: 0px 3px 6px #0000004f; */
    border-radius: 12px;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 7px 6px 7px 10px;
    outline: none;
    color: #464646;
}

.card-sec .serch-sec .input-icon img {
    position: absolute;
    top: 24%;
    right: 4%;
    width: 22px;
}

.card-sec .categories h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 5px;
    border-bottom: 1px solid #00000040;
    margin-bottom: 20px;
}

.card-sec .categories a {
    display: flex;
    text-decoration: none;
    color: #000000;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
}

.card-sec .categories p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.card-sec .categories ul li {
    margin-left: 20px;
    list-style: circle;
}

.card-sec .categories {
    background-color: #FFFFFF;
    margin-top: 20px;
    padding: 0 30px 20px;
}

.card-sec .help-you h2 {
    color: #FFFFFF;
    font-size: 34px;
}

.card-sec .help-you p {
    font-size: 14px;
    color: #FFFFFF;
    padding: 20px 0;
}

.card-sec .help-you a {
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    padding: 10px 10px;
    border-radius: 0px 0px 13px 0px;
    text-decoration: none;
    font-weight: 500;
}

.card-sec .help-you img {
    margin-left: 10px;
}

.card-sec.center-card {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.card-text.card-in {
    background-color: #F6F6F6;
}

.numbers {
    padding: 35px 0;
    background-color: #F6F6F6;
}

.numbers a.page-link {
    border: 2px solid#C1990F;
    border-radius: 5px;
}

.numbers a {
    color: #000000;
    font-size: 18px;
}

.card-sec .help-you {
    background-image: url("../../img/frontend/blog-img/yellow-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 20px;
    padding: 25px 66px 63px 30px;
    clip-path: polygon(0% 0%, 87% 0%, 100% 11%, 100% 100%, 0% 100%);
    position: absolute;
}

.card-sec .manager img {
    width: 50%;
    padding-bottom: 15px;
}

.card-sec .manager {
    display: flex;
}

.card-sec .nine-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid#707070;
    padding: 12px;
    width: 87%;
    margin: auto;
    margin-top: 30px;
}

.card-sec .nine-box ::before {
    margin-right: 10px;
}

.card-sec .nine-box ::before {
    margin-left: 10px;
}

.card-sec .manager h4 {
    color: #C1990F;
    font-size: 18px;
}

.card-sec .manager h6 {
    color: #000000;
    font-size: 16px;
}

.card-sec .manager ::before {
    font-size: 28px;
    color: #C1990F;
}

.card-sec .man-text {
    padding-left: 22px;
}

.nine-box img {
    width: 43px;
}

.card-text.card-inn {
    background-color: #F6F6F6;
}

.card-sec.card-sec-inn {
    background-color: #FFFFFF;
}

.card-sec .this-post {
    padding: 35px 0 0;
}

.card-sec .this-post h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    padding: 30px;
    text-align: center;
}

.this-post .two-females {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.this-post .this-text h3 {
    color: #C1990F;
    font-size: 16px;
}

.this-post .this-text p {
    color: #000000;
    font-size: 16px;
}

.this-post .this-text {
    text-align: left;
    margin-left: 22px;
}

.this-post .border {
    padding: 30px;
    margin-top: 25px;
}
.this-post .border-div {
    padding: 20px 30px;
    margin-top: 25px;
    border: 1px solid #70707061;
    border-bottom: none;
}
.this-post .border-div textarea {
    border-color: #707070;
    margin-bottom: 27px;
    outline: none;
    width: 100%;
}
.this-post .border-div textarea::placeholder {
    color: #464646;
    font-size: 16px;
}
.this-post .border-div .form-control:focus {
    box-shadow: none;
}
.this-post .border-div input::placeholder {
    color: #464646;
    font-size: 16px;
}

.this-post .border-div input.form-control {
    border-color: #707070;
    border-radius: 10px;
    padding: 12px;
}

.this-post .submit-btn a {
    color: #000000;
    font-size: 18px;
    background-color: #E9C548;
    padding: 11px 34px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
}

.this-post .submit-btn {
    padding: 30px 0;
}

.article .how-we {
    background-image: url("../../img/frontend/blog-img/yellow-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    margin-top: 20px;
}

.article .how-we h2 {
    color: #000000;
    font-size: 34px;
    padding: 0 39px;
}

.article .how-we p {
    font-size: 14px;
    color: #000000;
    padding: 31px 39px;
}

.article .how-we a {
    color: #000000;
    font-size: 18px;
    border: 1px solid #000000;
    padding: 10px 10px;
    border-radius: 0px 0px 13px 0px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 31px;
}

.numbers li {
    padding-right: 23px;
}

.border-div textarea::placeholder {
    padding: 34px 16px;
}


/* blog page css end */


/* registration page css start */

.register-sec .input-icon {
    position: relative;
    margin-bottom: 30px;
    /*height: 57px;*/
}


.register-sec .right-selected .row  {
    align-items: center;
    justify-content: space-around;
}

.register-sec .right-selected .row .main_input {
    width: 50%;
}
.register-sec .right-selected .row .main_input .select-drop  {
    display: flex;
    flex-direction: column;
    margin: 0 0px 30px;
}
.register-sec .right-selected .row .main_input .select-drop span.select2-selection.select2-selection--multiple, .register-sec .right-selected .row .main_input .select-drop input {
    margin:0 30px 0 0;
    width: 100%;
    padding: 12px;
    font-size: 15px;
}


input.form-control::placeholder {
    color: #464646;
}

.register-sec input {
    /* margin-bottom: 5px; */
    background: #FFFFFF;
    color: #636060;
    padding: 12px 48px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
}
.form .input-icon label.error {
    font-size: 14px!important;
    color: red;
    font-weight: 400;
    padding: 0;
    /* position: relative;
    top: -24px; */
}
.form .form-inn .input-icon {
    margin-bottom: 22px;
}
.register-sec .input-icon i {
    position: absolute;
    right: 2%;
    top: 14px;
    font-size: 22px;
    color: #c1990f;
}

.register-sec .input-icon img {
    position: absolute;
    right: 2%;
    top: 12px;
    font-size: 22px;
    color: #c1990f;
}

.register-sec label.form-check-label {
    font-size: 12px;
    padding-left: 30px;
}

.regi-sign a p {
    font-weight: 600;
    background: #C1990F;
    border-radius: 26px;
    padding: 10px 0;
    color: #FFFFFF;
    width: 248px;
    margin: auto;
    text-align: center;
}

.regi-sign a {
    text-decoration: none;
}

.register-sec {
    display: none;
}

.register-sec.on {
    display: block;
}

.input-icon .form-control:focus {
    border-color: #c1990f;
    box-shadow: none;
}
.register-sec .form-check input {
    accent-color: #c1990f;
}



/* registration page css end */



/* personal-data page css start */

select.form-control:focus {
    box-shadow: none;
}

.personal-sec {
    padding: 35px 0;
    background-color: #F6F6F6;
    margin-bottom: 30px;
}
.personal-sec .help-you {
    background-image: url('../../img/frontend/blog-img/yellow-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding:38px 0 50px 0;
    width: 86%;
    margin: auto 0 auto auto;
}

.personal-sec .side-div {
    margin-top: 24px;
}

.personal-sec .help-you h2 {
    color: #FFFFFF;
    font-size: 34px;
    padding: 0 39px;
}

.personal-sec h6 {
    color: #464646;
    font-size: 20px;
    font-weight: 600;
}

.personal-sec .help-you p {
    font-size: 14px;
    color: #FFFFFF;
    padding: 20px 39px;
}

.personal-sec .help-you a {
    color: #FFFFFF;
    font-size: 18px;
    border: 1px solid #FFFFFF;
    padding: 10px 10px;
    border-radius: 0px 0px 13px 0px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 31px;
}

.personal-sec .input-sec h6 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}

.next-referrals {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.pre-main .next-referrals .input-box {
    display: flex;
    align-items: center;
    padding: 27px 0 0;
    /* justify-content: center; */
}

.pre-main .next-referrals .input-box span {
    padding: 0 10px;
}

.pre-main .next-referrals .input-box input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px;
}
.pre-main .next-referrals .input-box input {
    box-shadow: none;
    width: 163px;
}
.pre-main .next-referrals button {
    position: absolute;
    right: 2%;
    border: 1px solid gray;
    background: transparent;
    font-size: 24px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    top: 34px;
    cursor: pointer;
}

.pre-main .next-referrals a {
    position: absolute;
    right: 4%;
    border: 1px solid gray;
    background: transparent;
    font-size: 33px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    padding-bottom: 4px;
    cursor: pointer;
}

.input-sec .input-inside input {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px;
}

.input-sec .input-inside {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}

.input-sec .four-radio {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
    padding: 27px 0;

}

.input-sec .input-inside select {
    border-radius: 8px;
    padding: 5px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px !important;
}

.personal-sec .request-btn {
    text-align: center;
    padding: 40px 0;
}

.personal-sec .request-btn a p {
    font-weight: 600;
    border-radius: 10px 0px 10px 10px;
    padding: 13px 0;
    color: #000000;
    width: 100%;
    margin: auto;
    text-align: center;
    text-align: center;
    border: 1px solid #C1990F;
}

.personal-sec .request-btn a {
    text-decoration: none;
}

.contact-banner .wall {
    text-align: right;
}

.four-radio input[type='radio'] {
    accent-color:#c1730fe3;
}
.input-inside input[type=file] {
    font-size: 15px;
}
.input-inside input.form-control:focus {
    box-shadow: none;
}

/* personal-data page css end */



/* how it work css start */



.main-box {
    margin-top: -34px;
}
.radio-input input[type='radio'] {
    accent-color:#c17b0f;
}
.radio-input input[type='radio'] {
    accent-color:#bd800d;
    width: 16px;
    height: 21px;
    position: relative;
    top: 4px;
}

.tabs-sec .how-it img {
    width: 90%;
}

.tabs-sec .how-it h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
}

.how-it {
    text-align: center;
}

.how-it {
    display: none;
}

.how-it.on {
    display: block;
}


.main-box .pickup {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 95px;
    width: 84%;
    margin: auto;
}

.main-box .pickup .inner-pickup {
    width: 30%;
}

.main-box .signup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 85px;
}

.main-box .signup .inner-signup {
    width: 25%;
    min-height: 100px;
}

.main-box .signup .inner-signup.left-sinup {
    position: relative;
    left: -35px;
}

.main-box .signup .inner-signup.right-signup {
    position: relative;
    right: -35px;
}


.main-box .pickup .inner-pickup h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
}

.main-box .pickup .inner-pickup p {
    color: #000000;
    font-size: 13px;
}

.main-box .pickup .inner-pickup h3::after {
    position: absolute;
    background: #c1990f;
    width: 85px;
    height: 1px;
    top: 31px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: '';
}

.main-box .signup .inner-signup h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
}

.main-box .signup .inner-signup p {
    color: #000000;
    font-size: 13px;
}


.main-box .signup .inner-signup h3::after {
    position: absolute;
    background: #C1990F;
    width: 85px;
    height: 1px;
    top: 31px;
    /*left: 32%;*/
    content: '';
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* how it work css end */
.copy-right {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.main-footer .email_text p a {
    padding-left: 28px;
    position: relative;
}

.main-footer .email_text p a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 1px;
}
.blogs-sec .card{
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.navbar-nav .header-active a {
    color: #E9C548 !important;
}
.header-active-login a.nav-link.LOGIN {
    background-color: #E9C548;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
/*hamburger*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: block;
    transition: 0.3s;

}
.sidenav a.apply{
    background-color: #fac42b;
    padding: 8px 17px;
    border-radius: 19px;
    font-weight: 600;
    width: fit-content;
}

.sidenav a:hover{
    color: #fac42b;
}

.sidenav .closebtn {
    position: absolute;
    top: -12px;
    /*right: 25px;*/
    right: 15px;
    font-size: 45px;
    margin-left: 50px;
}
.span-hamburger{
    display: none;
}
.box-img.six-img img {
    width: 96%;
}
.box-img.six-img {
    width: 50%;
}
.set > button p {
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin: 0;
    width: 90%;
}
.main-footer .email_text {
    padding-top: 0px;
}

.register-sec  .input-icon.upload_files {
    position: relative;
}

.register-sec .input-icon.upload_files label.form-control {
    position: absolute;
    background: #FFFFFF;
    color: #636060;
    padding: 12px 48px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
    width: 100%;
    top: 0;
    left: 0;
}

.register-sec .input-icon.upload_files label span {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid;
    padding: 1px 6px;
    border-radius: 2px;
}

p#files-area {
    padding-left: 20px;
}

p#files-area .image-preview {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

p#files-area .image-preview .remove-icon {
    font-size: 10px;
    margin-left: 7px;
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 3px;
    cursor: pointer;
}

p#files-area .image-preview span {
    display: list-item;
}

.calender_date input {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border: 1px solid #707070;
    color: #464646;
    height: 45px;
    width: 100%;
}

.calender_date {
    width: 100%;
    margin-left: auto;
    position: relative;
}
.calender_date .flatpickr-day.today {
    border: 2px solid #ddbb45;
    display: grid;
    place-content: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
}

.calender_date .flatpickr-wrapper {
    width: 100%;
}

.calender_date i {
    position: absolute;
    right: 10px;
    top: 50px;
    pointer-events: none;
}

.calender_date .flatpickr-calendar.static {
    top: calc(100% + 8px);
    border: 1px solid #707070;
}

.calender_date .flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 2px solid #707071;
}
.calender_date .flatpickr-confirm {
    background: rgb(233 197 72);
    margin-top: 5px;
}

.calender_date .flatpickr-day {
    border: 1px solid #cdcdcd;
    display: grid;
    place-content: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    margin: 3px;
}
.calender_date .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #70707070;
}
.calender_date .flatpickr-months .flatpickr-month {
    background: #fcf7e3;
    border-radius: 4px;
    padding-bottom: 45px;
}
.calender_date .flatpickr-time .flatpickr-am-pm {
    background: #e9c548;
    border-radius: 0 2px 6px 0;
    font-weight: 600;
    font-size: 15px;
}
.calender_date .flatpickr-current-month {
    padding-top: 0;
}




/*=========RESPONSIVE=========*/

@media (max-width:2560px){
    .form .input-icon img {
        width: 3%;
    }
}
@media (max-width:1920px){
    .form .input-icon img {
        width: 4%;
    }
}
@media (max-width:1800px){
    .form .input-icon img {
        width: 5%;
    }
}
@media (max-width:1600px){

}
@media (max-width:1440px){

}
@media (max-width:1366px){
    .form .input-icon img {
        width: 7%;
    }
}
@media (max-width:1280px){
    .card-sec .card-text {
        padding-bottom: 55px;
    }
}
@media (max-width:1229px){
    .card-sec .card-img h6 {
        width: 25%;
    }
}
@media (max-width:1080px){
    .move-text {
        margin-bottom: 12px;
    }
    .transport a {
        padding: 10px 40px;
    }
    .top-div a {
        font-size: 14px;
    }
    .top-div a.nav-link {
        margin: 1px;
    }
    .top-div a.nav-link.LOGIN {
        margin-left: 12px;
    }
    .top-div a.nav-link.REGISTRATION {
        margin-left: 30px;
    }
    .main-footer .central .text_central h5 {
        font-size: 17px;
    }
    .main-footer .home_text {
        margin-bottom: 4.3rem;
    }
    .copy-right {
        padding-top: 1.5rem;
    }
    .main-footer .subscribe h5 {
        font-size: 20px;
    }
    .main-footer .central .footer-logo {
        padding-right: 0px;
    }
    .main-footer .footer-logo img {
        width: 85%;
    }
    .home-banner h5 {
        font-size: 28px;
    }
    .home-banner h1 {
        font-size: 40px;
    }
    .offer h1 {
        font-size: 35px;
    }
    .company h2 {
        font-size: 35px;
    }
    .feedback .clients h1 {
        font-size: 32px;
    }
    .trust-us h1 {
        font-size: 35px;
    }
    .accordion-sec h1 {
        font-size: 35px;
    }
    .blogs-sec h1 {
        font-size: 35px;
    }
    .we-are h1 {
        font-size: 40px;
    }
    .powerful h1 {
        font-size: 32px;
    }
    .mission h1 {
        font-size: 28px;
    }
    .powerful h2 {
        font-size: 28px;
    }
    .vission h1 {
        font-size: 28px;
    }
    .item-sec h1 {
        font-size: 35px;
    }
    .add-ons .add-text h1 {
        font-size: 32px;
    }
    .hundreds h1 {
        font-size: 28px;
    }
    .shift h1 {
        font-size: 35px;
    }
    .services-banner h1 {
        font-size: 35px;
    }
    .forgot-banner h1 {
        font-size: 35px;
    }
    .card-sec .card-img h6 {
        width: 28%;
    }
    .form .input-icon img {
        width: 7%;
    }
    .contact-banner h1 {
        font-size: 35px;
    }

    .info h1 {
        font-size: 40px;
    }
    .pre-main .next-referrals button {
        right: 28%;
    }
    .personal-sec .help-you {
        height: 68%;
    }
    .pre-main .next-referrals a {
        right: 28%;
    }
}

@media (max-width:1024px){
    .main-footer .footer-img .moving-box {
        width: 310px !important;
        position: absolute;
        left: 10px;
        top: -34px;
    }


}

@media (min-width:991px){
    .inside-main{
        display: none;
    }


}

@media (max-width:990px){
    .main-footer .footer-img .moving-box {
        display:none;
    }

    .form .input-icon img {
        width: 11%;
    }
    .personal-sec .container {
        min-width: 99%;
    }
    .main-footer .container {
        width: 100%;
        max-width: 95%;
    }
    .top-div a.nav-link.REGISTRATION {
        margin-left: 0px;
        width: 18%;
        padding: 12px;
    }
    .top-div a.nav-link.LOGIN {
        margin-left: 0px;
        width: 14%;
        padding: 12px 28px;
        margin-top: 14px;
    }
    .main-footer .subscribe a {
        padding: 6px 14px;
        font-size: 14px;
    }
    .main-footer .email_text p {
        font-size: 15px;
    }
    .main-footer .home_text {
        margin-bottom:5.5rem;
    }
    .copy-right {
        padding-top: 3.5rem;
    }
    .main-footer .home_text {
        width: 100%;
    }
    .trust-us .box-six {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-us .who-img img {
        width: 50px;
        margin-right: 18px;
    }
    .home-banner h5 {
        font-size: 26px;
    }
    .home-banner h1 {
        font-size: 32px;
    }
    .home-banner a {
        padding: 8px 34px;
        font-size: 16px;
    }
    .offer h1 {
        font-size: 32px;
    }
    .company h2 {
        font-size: 32px;
    }
    .company p {
        font-size: 14px;
        line-height: 1.5;
    }
    .company img {
        width: 100%;
        height: 86%;
    }
    .feedback .clients h1 {
        font-size: 30px;
    }
    .trust-us h1 {
        font-size: 32px;
    }
    .tech-text h2 span {
        font-size: 26px;
    }
    .trust-us .tech-text h2 {
        font-size: 26px;
    }
    .accordion-sec h1 {
        font-size: 32px;
    }
    .blogs-sec h1 {
        font-size: 32px;
    }
    .company p {
        padding: 0px;
    }
    .company a {
        padding: 8px 45px;
    }
    h5.card-title {
        font-size: 16px;
    }
    p.card-text {
        font-size: 14px;
    }

    .span-hamburger{
        display: block;
    }
    .closenav-sec img {
        width: 130px;
        padding-bottom: 20px;
    }
    span.span-hamburger {
        color: #000000;
    }
    .top-div a {
        padding-left: 40px;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .accordion-sec img {
        margin-top: 29px;
    }
    .top-div a.REGISTRATION {
        background-color: #E9C548;
        border-radius: 10px;
        padding: 7px 20px;
        margin-left: 12px;
    }
    .top-div a.LOGIN {
        border: 1px solid #E9C548;
        border-radius: 10px;
        padding: 6px 12px;
        margin-left: 46px;
        margin-top: 16px;
    }
    .we-are h1 {
        font-size: 32px;
    }
    .powerful h1 {
        font-size: 28px;
    }
    .powerful h2 {
        font-size: 28px;
    }
    .mission h1 {
        font-size: 26px;
    }
    .vission h1 {
        font-size: 28px;
    }
    .services-banner h1 {
        font-size: 30px;
    }
    .offer h1 {
        font-size: 30px;
    }
    .shift h1 {
        font-size: 30px;
    }
    .shift {
        padding: 25px 0;
    }
    .transport {
        padding: 25px 0;
    }
    .add-ons img {
        width: 100%;
        height: 263px;
    }
    .item-sec .three-img img {
        width: 160px;
        height: 160px;
    }
    .item-sec .three-img h3 {
        font-size: 22px;
        min-height: 110px;
    }
    .item-sec .three-img p {
        min-height: 131px;
    }
    .item-sec h1 {
        font-size: 30px;
    }
    .transport h1 {
        font-size: 30px;
    }
    .add-ons .add-text h1 {
        font-size: 30px;
    }
    .hundreds h1 {
        font-size: 30px;
    }
    .forgot-banner h1 {
        font-size: 27px;
    }
    .forgot-banner img {
        width: 75%;
    }
    .card-sec .card-img h6 {
        width: 38%;
    }
    .card-sec .categories {
        padding: 0 16px 18px;
    }
    .card-sec .help-you h2 {
        font-size: 30px;
    }
    .card-sec .help-you a {
        padding: 12px 8px;
    }
    .card-sec .card-text h2 {
        font-size: 24px;
    }
    .card-sec .categories {
        margin-top: 18px;
    }
    .card-sec .categories p {
        font-size: 14px;
    }
    .card-sec .help-you a {
        font-size: 12px;
    }
    .form-login .form-inn h1 {
        font-size: 29px;
    }
    .tabs-sec .yellow-img h2 {
        font-size: 30px;
    }
    .contact-banner h1 {
        font-size: 32px;
    }
    .info h1 {
        font-size: 35px;
    }
    .info .form-contact {
        margin-left: 30PX;
    }
    .card-sec .this-post h2 {
        font-size: 28px;
    }
    .this-post .submit-btn a {
        padding: 8px 31px;
    }
    .pre-main .next-referrals button {
        right: 23%;
    }
    .pre-main .next-referrals a {
        right: 23%;
    }
    .personal-sec .help-you h2 {
        font-size: 25px;
    }
    .personal-sec .help-you a {
        font-size: 16px;
        margin-left: 18px;
    }
    .input-sec .four-radio {
        width: 100%;
    }
    .input-inside input[type=file] {
        font-size: 18px;
        padding: 5px;
    }
    .main-box .pickup {
        display: none;
    }
    .main-box .work-img {
        display: none;
    }
    .main-box .signup {
        display: none;
    }
    .tabs-sec .how-it img {
        width: 215px;
        height: 200px;
        border: 1px solid;
        border-radius: 50%;
        object-fit: contain;
    }
    .inside-main .inside-signup h3 {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
    }
    .inside-main .inside-signup p {
        font-size: 20px;
        color: #000000;
    }
    .inside-main {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        flex-direction: column;
    }
    .inside-main .inside-signup {
        margin-top: 30px;
    }
    .main-box {
        margin-top: 0px;
    }
    .tabs-sec .how-it h2 {
        font-size: 32px;
    }

}

@media (max-width:768px){
    .input-sec .input-inside{
        grid-column-gap: 9px;
    }
    .copy-right {
        padding-top: 1.5rem;
    }
    .main-footer .home_text {
        width: 75%;
        margin-bottom: 4.4rem;
    }
    .main-footer .col-md-4 {
        min-width: 45%;
    }
    top-div a.nav-link.REGISTRATION {
        padding: 8px 14px;
    }
    .top-div a.nav-link.LOGIN {
        padding: 8px 28px;
    }
    .transport a {
        padding: 7px 28px;
    }
    .transport {
        padding: 16px 0;
    }
    .transport h1 {
        padding-bottom: 16px;
    }
    .box.center-div {
        width: 100%;
    }
    .feedback .slick-prev {
        left: -27px;
    }
    .slick-next {
        right: -11px;
    }
    .accordion-sec img {
        margin-top: 41px;
    }
    .box.center-div {
        width: 56%;
    }
    .shift a {
        padding: 11px 30px;
    }
    .form .input-icon i {
        right: 6%;
    }
    .form .input-icon img {
        width: 11%;
    }
    .form .input-icon img {
        right: 6%;
    }


}


@media only screen and (max-width: 767px){
    .register-sec .right-selected .row .main_input {
        width: 100%;
    }
    .register-sec .right-selected .row .main_input span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .form-group.register-check {
        margin-bottom: 40px;
    }
    .main-footer .central {
        margin-bottom: 20px;
    }
    .tabs-sec .how-it h2 {
        font-size: 30px;
    }
    .regi-sign {
        margin-top: 20px;
    }
    .g-recaptcha {
        text-align: -webkit-center;
    }
    .we-are img {
        width: 90%;
    }
    .input-sec .four-radio {
        width: 88%;
        margin: auto;
    }
    .pre-main .next-referrals button {
        right: 15%;
    }
    .main-footer .container {
        max-width: 70%;
    }
    .top-div a.nav-link.REGISTRATION {
        width: 22%;
        padding: 12px 10px;
    }
    .top-div a.nav-link.LOGIN {
        width: 17%;
        padding: 8px 22px;
    }
    .top-div .nav-logo img {
        width: 86%;
    }
    .main-footer .footer-logo img {
        width: 43%;
        margin-top: 0px;
    }
    .main-footer .home_text {
        width: 50%;
        margin-top: 20px;
    }
    .main-footer .home_text {
        margin-bottom: 0.5rem;
    }
    .copy-right {
        padding-top: 1.5rem;
    }
    .main-footer .subscribe {
        padding: 15px 0;
    }
    .main-footer .central {
        flex-direction: column;
    }
    .main-footer .footer-logo img {
        width: 22%;
    }
    .main-footer .text_central {
        width: 50%;
        margin-top: 20px;
    }
    .main-footer .central .text_central h5 {
        font-size: 16px;
    }
    .main-footer .subscribe h5 {
        font-size: 18px;
    }
    .main-footer .subscribe p {
        font-size: 14px;
    }
    .trust-us .box-six {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-us .who-img img {
        width: 50px;
        margin-right: 18px;
    }
    .home-banner img {
        width: 80%;
        margin-top: 30px;
    }
    .home-banner {
        text-align: center;
    }
    .home-banner {
        padding: 30px 0;
    }
    .move-text {
        padding: 30px 0;
    }
    .company {
        text-align: center;
    }
    .transport img {
        width: 70%;
    }
    .card {
        margin-bottom: 25px;
    }
    .offer .box_four {
        grid-template-columns: repeat(1, 1fr);
    }
    .box.center-div {
        width: 100%;
    }
    .accordion-sec h1 {
        margin-bottom: 0px;
    }
    .we-are {
        text-align: center;
    }
    .red-cap {
        margin-bottom: 70px;
        margin-left: 20px;
    }
    .mission-p {
        margin-bottom: 26px;
    }
    .giving-box {
        text-align: center;
        margin-bottom: 70px;
    }
    .we-are h1 {
        margin-bottom: 25px;
    }
    .van-img {
        text-align: center;
    }
    .powerful h2 {
        right: 0px;
    }
    .vission img {
        width: 100%;
    }
    .services-banner .services-text {
        text-align: center;
    }
    .services-banner .boat {
        text-align: center;
    }
    .services-banner img {
        width: 80%;
    }
    .three-img {
        margin-bottom: 25px;
    }
    .item-sec .three-img h3 {
        min-height: 0px;
    }
    .item-sec .three-img p {
        min-height: 0px;
    }
    .shift img {
        width: 44%;
    }
    .transport img {
        width: 54%;
    }
    .add-ons img {
        margin-bottom: 45px;
        width: 100%;
    }
    .hundreds img {
        width: 58%;
    }
    .hundreds {
        text-align: center;
    }
    .hundreds h1 {
        padding: 35px 0;
    }
    .add-ons .add-text {
        text-align: center;
    }
    .forgot-banner {
        text-align: center;
    }
    .forgot-banner h1 {
        font-size: 30px;
    }
    .card-sec .serch-sec .input-icon input {
        margin-top: 20px;
    }
    .card-sec .serch-sec .input-icon img {
        top: 41%;
    }
    .card-sec .categories {
        margin: 18px 0;
    }
    .card-sec .help-you {
        position: inherit;
        margin: 30px 0;
    }
    .forgot-banner img {
        width: 65%;
        margin-top: 48px;
    }
    .form .input-icon img {
        width: 6%;
    }
    .form-login .form-inn .forgot-pass {
        margin-bottom: 10px;
    }
    .form-login .form-inn {
        width: 100%;
    }
    .form .input-icon img {
        right: 5%;
    }
    .regi-sign a p {
        padding: 8px 0;
    }
    .tabs-sec .yellow-img {
        margin-bottom: 20px;
    }
    .article .how-we {
        margin-bottom: 20px;
    }
    .contact-banner h1 {
        font-size: 30px;
        text-align: center;
    }
    .contact-banner .wall {
        text-align: center;
    }
    .contact-banner .wall img {
        width: 86%;
        margin-top: 20px;
    }
    .info h1 {
        font-size: 30px;
        margin-left: 30px;
    }
    .form-contact textarea {
        width: 100%;
    }
    .info .form-contact {
        margin-left: 0PX;
    }
    .form-control  a p {
        padding: 10px 0px;
        width: 50%;
    }
    .card-sec .serch-sec .input-icon input {
        border: 1px solid #e4e4e4;
    }
    .this-post .border-div {
        border-bottom: 1px solid #70707061;
    }
    .card-sec .manager {
        flex-direction: column;
    }
    .card-sec .manager img {
        width: 100%;
    }
    .this-post .two-females {
        flex-direction: column;
    }
    .two-females img {
        width: 56%;
        margin-bottom: 33px;
    }
    .this-post .this-text h3 {
        text-align: center;
    }
    .this-post .this-text p {
        text-align: center;
    }
    .border-div .two-input {
        display: grid;
    }
    .border-div .first-input {
        margin-bottom: 30px;
    }
    .card-sec .nine-box {
        width: 100%;
    }
    .input-sec .input-inside {
        display: flex;
        flex-direction: column;
        padding: 15px 0
    }
    .personal-sec .help-you {
        height: 100%;
    }
    .personal-sec .help-you a {
        margin-left: 39px;
    }
    .pre-main .next-referrals button {
        right: 7%;
    }
    .pre-main .next-referrals .input-box {
        justify-content: center;
    }
    .pre-main .next-referrals a {
        right: 7%;
    }
    .personal-sec .side-div {
        width: 80%;
        margin: auto;
    }
    .personal-sec .help-you {
        margin: 0px 26px;
    }
    .thankyou img {
        width: 50%;
    }
    .personal-sec .container {
        min-width: 70%;
    }
}

@media (max-width:600px){
    .main-footer .container {
        max-width: 90%;
    }
    .form .input-icon img {
        width: 6%;
    }
    .form .input-icon img {
        right: 5%;
    }
    .form-login .but-conti p {
        font-size: 13px;
    }
    .input-sec .four-radio {
        width: 88%;
        margin: auto;
    }

}

@media (max-width:580px){
    span.span-hamburger {
        margin-right: 20px;
    }
    .add-ons img {
        height: 173px;
    }
    .forgot-banner img {
        margin-top: 30px;
    }
    .form-login .but-conti p {
        font-size: 12px;
    }

    .powerful img{
        width:75%;
    }
    .powerful h2{
        bottom: -50px;
    }
}
@media (max-width:480px){
    .input-sec .four-radio {
        width: 98%;
        margin: auto;
    }
    .top-div .nav-logo {
        margin-left: 0px;
    }
    button.navbar-toggler {
        margin-right: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-left: 40px;
    }
    .top-div a.nav-link.REGISTRATION {
        width: 27%;
        margin-left: 40px;
        padding: 10px 16px;
    }
    .top-div a.nav-link.LOGIN {
        width: 17%;
        padding: 10px 18px;
        margin-left: 40px;
    }
    .trust-us .box-six {
        grid-template-columns: repeat(1, 1fr);
    }
    .trust-us .trust-box {
        justify-content: center;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 22px;
    }
    .feedback .slick-prev {
        left: -13px;
    }
    .slick-next {
        right: -8px;
    }
    .home-banner {
        padding: 0 0 30px 0;
    }
    .transport img {
        width: 64%;
    }
    .transport h1 {
        font-size: 28px;
    }
    .transport a {
        font-size: 16px;
    }
    .accordion-sec h1 {
        font-size: 28px;
    }
    .home-banner h5 {
        font-size: 24px;
    }
    .home-banner h1 {
        font-size: 28px;
    }
    .offer h1 {
        font-size: 28px;
    }
    .company h2 {
        font-size: 28px;
    }
    .feedback .clients h1 {
        font-size: 28px;
    }
    .trust-us h1 {
        font-size: 28px;
    }
    .blogs-sec h1 {
        font-size: 28px;
    }
    span.span-hamburger {
        margin-right: 22px;
    }
    .form-login input {
        padding: 8px 48px 12px 20px;
    }
    .form .input-icon img {
        width: 7%;
    }
    .phone-sec {
        display: flex;
        margin-left: 30px;
    }

    .accordion-container {
        width: 100%;
    }

    .accordion-container .set{
        font-size:13px;
    }

    .set > button{
        text-align:left;
    }
}

@media (max-width:420px){
    .card-sec .serch-sec .input-icon img {
        top: 47%;
    }
    .main-footer .container {
        max-width: 96%;
    }
    .top-div a.nav-link.REGISTRATION {
        width: 30%;
    }
    .top-div a.nav-link.LOGIN {
        width: 18%;
    }
    .top-div .nav-logo img {
        width: 94%;
    }
    button.navbar-toggler {
        width: 10%;
        padding: 2px 3px;
    }
    .closenav-sec img {
        width: 113px;
        padding-bottom: 15px;
    }
    .top-div a {
        padding-left: 20px;
    }
    .top-div a {
        font-size: 15px;
    }
    .we-are h1 {
        font-size: 28px;
    }
    .powerful h2 {
        font-size: 26px;
    }
    .powerful h1 {
        font-size: 26px;
    }
    .mission h1 {
        font-size: 26px;
    }
    .vission h1 {
        font-size: 26px;
    }
    .feedback .clients h1 {
        font-size: 26px;
    }
    .services-banner h1 {
        font-size: 26px;
    }
    .offer h1 {
        font-size: 26px;
    }
    .shift h1 {
        font-size: 26px;
    }
    .item-sec h1 {
        font-size: 26px;
    }
    .transport h1 {
        font-size: 26px;
    }
    .add-ons img {
        width: 100%;
    }
    .add-ons .add-text h1 {
        font-size: 26px;
        text-align: center;
    }
    .hundreds h1 {
        font-size: 26px;
    }
    .accordion-sec h1 {
        font-size: 26px;
    }
    .add-ons img {
        width: 100%;
        height: 148px;
    }
    .forgot-banner h1 {
        font-size: 28px;
    }
    .card-sec .card-img h6 {
        width: 43%;
    }
    .numbers li.page-item a.page-link {
        color: #000;
        font-size: 14px;
    }
    .form-control  a p {
        width: 54%;
    }
    .info-text h2 {
        font-size: 28px;
    }
    .input-sec .four-radio {
        font-size: 13px;
    }
    .pre-main .next-referrals .input-box input {
        width: 20%;
    }
    .pre-main .next-referrals button {
        right: 1%;
    }
    .pre-main .next-referrals a {
        right: 1%;
    }
    .tabs-sec .how-it h2 {
        font-size: 26px;
    }
}

@media (max-width:414px){
    .input-sec .four-radio {
        font-size: 12px;
    }
    .tabs-sec .how-it h2 {
        font-size: 26px;
    }
    .inside-main .inside-signup h3 {
        font-size: 26px;
    }
    .inside-main .inside-signup p {
        font-size: 18px;
    }
    .card-sec .card-img h6 {
        width: 44%;
    }
}

@media only screen and (max-width: 375px){
    .transpar .mirror p {
        font-size: 15px;
    }
    .regi-sign {
        margin-top: 20px;
    }
    .input-sec .four-radio {
        font-size: 20px;
    }
    .top-div .nav-logo img {
        width: 100%;
    }
    .top-div a.nav-link.REGISTRATION {
        width: 34%;
    }
    .top-div a.nav-link.LOGIN {
        width: 22%;
    }
    .transport h1 {
        font-size: 24px;
    }
    .transport a {
        font-size: 14px;
    }
    .accordion-sec h1 {
        font-size: 24px;
    }
    .home-banner h5 {
        font-size: 22px;
    }
    .home-banner h1 {
        font-size: 24px;
    }
    .offer h1 {
        font-size: 24px;
    }
    .company h2 {
        font-size: 24px;
    }
    .feedback .clients h1 {
        font-size: 26px;
    }
    .trust-us h1 {
        font-size: 24px;
    }
    .blogs-sec h1 {
        font-size: 24px;
    }
    .offer .box {
        flex-direction: column;
    }

    .closenav-sec img {
        width: 98px;
    }
    .offer .box-img img {
        padding-bottom: 20px;
    }
    .offer .last-img img {
        padding-bottom: 20px;
    }
    .main-footer .subscribe h5 {
        font-size: 16px;
    }
    .we-are h1 {
        font-size: 26px;
    }
    .powerful h2 {
        font-size: 24px;
    }
    .powerful h1 {
        font-size: 26px;
    }
    .mission h1 {
        font-size: 24px;
    }
    .vission h1 {
        font-size: 24px;
    }
    .feedback .clients h1 {
        font-size: 24px;
    }
    .card-sec .card-img h6 {
        width: 49%;
    }
    .numbers li.page-item a.page-link {
        font-size: 12px;
    }
    .forgot-banner h1 {
        font-size: 26px;
    }
    .card-sec .help-you h2 {
        font-size: 23px;
    }
    .form .input-icon img {
        width: 8%;
    }
    .tabs-sec .yellow-img {
        margin-bottom: 0px;
    }
    .contact-banner h1 {
        font-size: 26px;
    }
    .info h1 {
        font-size: 26px;
    }
    .form-control  h3 {
        font-size: 26px;
    }
    .form-control  a p {
        width: 61%;
    }
    .forgot-banner img {
        width: 70%;
    }
    .card-sec .this-post h2 {
        font-size: 22px;
    }
    .card-sec .this-post h2 {
        padding: 10px;
    }
    .info-text h2 {
        font-size: 24px;
    }
    .input-sec .four-radio {
        flex-direction: column;
    }
    .tabs-sec .how-it h2 {
        font-size: 26px;
    }
    .inside-main .inside-signup h3 {
        font-size: 26px;
    }
    .inside-main .inside-signup p {
        font-size: 18px;
    }
    .tabs-sec .how-it img {
        width: 150px;
        height: 140px;
    }

}

@media only screen and (max-width: 360px){
    .card-sec .card-img h6 {
        width: 51%;
    }
    .pre-main .next-referrals .input-box input {
        width: 21%;
    }
    .pre-main .next-referrals .input-box input {
        padding: 6px;
    }
    .pre-main .next-referrals button {
        right: -1%;
    }
}
@media only screen and (max-width: 320px){
    .main-footer .home_text a {
        font-size: 13px;
    }
    button.navbar-toggler {
        width: 12%;
        padding: 2px 3px;
    }
    .top-div a.nav-link.REGISTRATION {
        width: 40%;
    }
    .top-div a.nav-link.LOGIN {
        width: 24%;
    }
    .main-footer .subscribe h5 {
        font-size: 14px;
    }
    .main-footer .subscribe p {
        font-size: 12px;
    }
    .services-banner h1 {
        font-size: 24px;
    }
    .offer h1 {
        font-size: 24px;
    }
    .shift h1 {
        font-size: 24px;
    }
    .item-sec h1 {
        font-size: 24px;
    }
    .add-ons .add-text h1 {
        font-size: 24px;
    }
    .hundreds h1 {
        font-size: 24px;
    }
    .transpar .mirror h2 {
        font-size: 22px;
    }
    .forgot-banner h1 {
        font-size: 22px;
    }
    .card-sec .card-text h2 {
        font-size: 22px;
    }
    .card-sec .card-img h6 {
        width: 58%;
    }
    .services-banner h1 {
        font-size: 23px;
    }
    .shift a {
        padding: 8px 24px;
    }
    .tabs-sec .yellow-img h2 {
        font-size: 26px;
    }
    .tabs-sec .yellow-img {
        padding: 14px 0 78px 0;
    }
    .form-control  h3 {
        font-size: 24px;
    }
    .form-control  a p {
        width: 70%;
    }
    .form-control  a p {
        padding: 8px 0px;
    }
    .card-sec .nine-box {
        padding: 9px 0px;
    }
    .card-sec .this-post h2 {
        font-size: 20px;
    }
    .this-post .submit-btn {
        padding: 10px 0;
    }
    .info-text h2 {
        font-size: 21px;
    }
    .tabs-sec .how-it h2 {
        font-size: 22px;
    }
    .inside-main .inside-signup h3 {
        font-size: 22px;
    }
    .inside-main .inside-signup p {
        font-size: 16px;
    }
    .contact-banner h1 {
        font-size: 22px;
    }
    .pre-main .next-referrals button {
        right: -2%;
    }
    .pre-main .next-referrals a {
        right: -2%;
    }
    .pre-main .next-referrals .input-box input {
        padding: 3px;
    }
    .pre-main .next-referrals .input-box input {
        width: 21%;
    }
}



.cata-drop .dropdown-menu li {
    position: relative;
}
.cata-drop .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.cata-drop .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.cata-drop .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.cata-drop button#courseDropDown {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.vandor-thankyou-modal#exampleModal {
    z-index: 999999;
}
.vandor-thankyou-modal .modal-header {
    border-bottom: 0;
}
.vandor-thankyou-modal .thankyou img {
    width: 50%;
}
.vandor-thankyou-modal .thankyou p {
    padding-top: 35px;
    width: 100%;
    margin: auto;
}
.vandor-thankyou-modal .modal-body {
    display: flex;
    align-items: center;
}
.vandor-thankyou-modal .modal-dialog {
    top: 50px;
}
.regi-sign.vendor-sign  button.btn {
    font-weight: 600;
    background: #C1990F;
    border-radius: 26px;
    padding: 10px 0;
    color: #FFFFFF;
    width: 248px;
    margin: auto;
    text-align: center;
}
.regi-sign.vendor-sign {
    text-align: center;
}
button.btn:focus {
    box-shadow: none !important;
}

.select1 button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background: #FFFFFF;
    color: #636060;
    padding: 12px 20px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
}
.select1 button.btn.dropdown-toggle.btn-light.bs-placeholder:focus {
    outline: 0 !important;
}
.select1 button.btn.dropdown-toggle.btn-light {
    background: #FFFFFF;
    color: #636060;
    padding: 12px 20px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none !important;
    border-color: #C1990F;
}

label.error{
    color: red;
    font-size: 15px;
}
.input-boxx {
    margin-bottom: 22px;
}
.input-boxx .error {
    margin-bottom: 0;
    display: flex;
    font-size: 14px;
}
/* .input-sec .input-inside {
  padding: 17px 15px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 30px;
} */
.input-inside .cata-drop button.btn {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    /*width: 230px;*/
}
.cata-drop .dropdown.bootstrap-select.show-tick.form-control {
    background-color: transparent;
}
.four-radio .form-check-inline label.error {
    position: absolute;
    width: 206px;
    bottom: -37px;
    left: 0;
}
.tabs-sec .input-icon label.error {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}
button.swal2-confirm.btn.btn-primary.popup-button {
    background-color: #e9c548;
    color: #000;
    border: 0;
}

.dropdown.bootstrap-select.show-tick.form-control {
    display: flex;
    align-items: baseline;
    flex-direction: column-reverse;
    justify-content: center;
}

.error {
    color: red;
}
.new-input-box .input-child {
    padding-top: 35px;
}
.pre-main .next-referrals a.remove_input {
    top: 37px;
    right: 2%;
}

.register-sec  span.select2-selection {
    margin-bottom: 5px;
    background: #FFFFFF;
    color: #636060;
    padding: 12px 48px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
}
.register-sec span.select2-selection.select2-selection--multiple {
    height: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.register-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb, .personal-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb {
    background: #aba9a3;
    border-radius: 5px;
}
.register-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar-track, .personal-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar-track {
    border-radius: 5px;
}
.register-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar, .personal-sec span.select2-selection.select2-selection--multiple::-webkit-scrollbar {
    width: 5px;
    height: 50px;
}
/*.register-sec .right-selected .input-icon {*/
/*    margin-bottom: 5px;*/
/*}*/
.regi-sign.vendor-sign p {
    padding-top: 12px;
}
.register-sec .right-selected textarea.select2-search__field {
    height: 24px;
    overflow: inherit;
    margin-top: 0;
}
.register-sec .select-drop span.select2-selection {
    height: 50px;
    margin-bottom: 0;
    align-items: center;
    /*display: flex;*/
}
.register-sec .select-drop .selection span.select2-selection__arrow {
    height: 50px;
}
.input-sec .selection span.select2-selection.select2-selection--single {
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px;
}
.input-sec .selection span.select2-selection span.select2-selection__arrow {
    height: 45px;
}
.register-check label.error {
    font-size: 14px;
    position: absolute;
    top: 24px;
}
.form-group.register-check {
    position: relative;
    margin-top: 20px;
}
.input-sec .new-input-box .input-inside {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
}
.new-input-box .input-boxx button.btn.dropdown-toggle {
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    width: 100%;
    color: #495057 !important;
}
button.btn.dropdown-toggle.btn-light.bs-placeholder:focus {
    outline: none !important;
}

.form .form-login h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px;
    color: #C1990F;
}
.navbar .after-login li {
    list-style: none;
}
/*.navbar ul.after-login {
    display: flex;
    position: absolute;
    right: 50px;
    margin-bottom: 0;
}*/

.logout a {
    background-color: #E9C548;
    border-radius: 10px;
    margin-left: 27px;
    padding: 8px 12px;
    font-weight: 500;
}
.dash a {
    color: #ddbb45;
    font-weight: 500;
    font-size: 16px;
}
.select1 .selectpicker option {
    color: #000;
}
.index_table .empty-rating h2 {
    font-size: 18px;
    color: #000000ab;
}
.index_table .empty-rating {
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.dash {
    display: flex;
    align-items: center;
    margin-left: 46px;
}
li.logout {
    display: flex;
    align-items: center;
}
.tabs-sec h2 {
    text-align: center;
    font-size: 38px;
    padding-bottom: 20px;
}
.subCatDropdown ~ .select2-container--default .select2-selection--multiple {
    border-radius: 8px;
    padding: 5px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
.main-footer .footer-img img {
    width: 500px;
    position: absolute;
    left: -172px;
    top: -73px;
}
.main-footer .footer-img {
    position: relative;
}

.regi-sign p {
    text-align: center;
    margin-top: 13px;
    font-size: 14px;
}
.regi-sign p a {
    font-weight: bold;
    color: #c1990f;
}
.four-radio .form-check-input {
    accent-color: #e9c548;
}

.veri_email {
    text-align: center;
    padding: 50px 0;
}

.veri_email h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.veri_email p {
    font-weight: 600;
}

.input-boxx.city {
    /*background-color: #fff;*/
    /*max-width: 300px;*/
    /*padding: 10px 20px;*/
    /*border-radius: 15px;*/
    grid-column: 1 / 2;
}

.input-boxx.destination {
    /*background-color: #fff;*/
    /*max-width: 300px;*/
    /*padding: 10px 20px;*/
    /*border-radius: 15px;*/
    grid-column: 2 / -1;
}

.city-source{
    margin-top: 22px;
}

.city-source input{
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border-color: #707070;
    color: #464646;
    height: 45px;
}

.input-source {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}


.btn-yes, .btn-no{
    border: 2px solid #ddbb45;
}

.btn-yes input[type="radio"]:checked + label {
    background-color: #ddbb45;
}

.btn-no input[type="radio"]:checked + label {
    background-color: #ddbb45;
}

.btn-yes.active{
    background-color: #ddbb45 !important;
    border: 2px solid #ddbb45;
    color: white;
}

.btn-no.active{
    background-color: #ddbb45 !important;
    border: 2px solid #ddbb45;
    color: white;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}


.parking{
    display: flex;
    align-items: center;
    gap: 4rem;
    /*justify-content: space-between;*/
    /*width: 255px;*/
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 10px;
}

/*label.btn.btn-yes {*/
/*    margin-right: 20px;*/
/*}*/

.rooms .form-control{
    text-align: center !important;
    padding: 0px 0px !important;
    width: 30px !important;
    border-radius: 50% !important;
    border-color: #ddbb45;
}

.rooms .input-group{
    width:fit-content;
    flex-wrap: nowrap;
    border-color:#ddbb45;
    background-color:#ddbb45;
    border-radius: 15px;
}

.rooms .btn{
    padding: 0px;
}

#minusButton, #plusButton{
    /*border-color:#ddbb45;*/
    background-color: transparent;
    margin: 0px 8px;
}

#minusButton:hover{
    scale: 1.6;
}

#plusButton:hover{
    scale: 1.6;
}

#popButton:hover{
    scale: 1.2;
}
.col-md-4.pills {
    display: flex;
    column-gap: 1rem;
    background-color: white;
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7px;
}

button#popButton {
    padding: 0px 10px;
    background-color: #ddbb45;
    border-radius: 14px;
}

.room-title{
    white-space: nowrap;
    margin-bottom: 0px;
}

#slider {
    width: 100%;
    margin: 20px;
    display:flex;
    position: relative;
}

#rangeSlider {
    width: 100%;
    margin-right: 45px;

}

#value {
    font-weight: bold;
}

#slider .input-group{
    width: fit-content;
    flex-wrap: nowrap;
    border-color: #ddbb45;
    background-color: #ddbb45;
    border-radius: 15px;
}

#slider .form-control{
    padding:0px;
    text-align: center;
    width: 30px;
    border-radius: 50%;
}

#slider #minusButton{
    padding:0px;
}

#slider #plusButton {
    padding: 0px;
}

#tickmarks{
    display: flex;
    position: absolute;
    bottom: -35px;
    justify-content: space-around;
    width: 100%;
    list-style-type: none;
    left: -60px;
}

#rangeSlider::-webkit-slider-runnable-track {
    background-color: #E9C548;
    border-radius:15px;
}

input[type=range]#rangeSlider::-webkit-slider-thumb {
    background-color: #FFF;
}

.rangeslider__handle {
    background-color: red;
}

#slider .input-group-prepend{
    padding:0px 10px;
}

#slider .input-group-append{
    padding:0px 10px;
}

.building-type{
    border-radius: 8px !important;
    padding: 10px !important;
    outline: none !important;
    color: #464646 !important;
    height: 45px !important;
}

.bagsboxes .input-inside {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
}

img#toggle-password {
    position: absolute;
    top: 20px;
}

label.btn.btn-yes {
    margin-right: 20px;
}

label.btn.btn-no:hover {
    background-color: #e9c54880;
}

label.btn.btn-yes:hover {
    background-color: #e9c54880;
}

.full-address{
    background: #FFFFFF;
    color: #636060;
    padding: 12px 48px 12px 20px;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    border-color: #C1990F;
}

.btn.focus{
    box-shadow:none;
}


/*Bug Fixes*/
button#contact-us-btn {
    background-color: lightgrey;
}

.select2-selection__placeholder{
    color:#444 !important;
}
.parking p.mb-0 {
    width: 75px;
}
.input-boxx.parking {
    display: flex;
    position: relative;
    margin-bottom: 33px;
}
.parking label.error {
    position: absolute;
    bottom: -22px;
    left: 0;
}
.input-boxx.city {
    margin-bottom: 0;
}
.input-boxx.destination {
    margin-bottom: 0 !important;
}
.new-input-box .input-child {
    padding-top: 20px !IMPORTANT;
}
/*dipti*/
.info-text ul {
    list-style: none;
    width:100%;
}
.info-text li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border: 1px solid;
    padding: 2px;
    border-radius: 50%;
    background: #000;
    left: 10px;
    top: 9px;
}
.info-text li {
    position: relative;
    padding-left: 25px;
}
.info-text td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid;
}

.info-text td:last-child {
    text-align: center;
}

.info-text  tr td p {
    margin: 0;
}

.info-text td:nth-child(2) {
    width: 800px;
}

.info-text td:nth-child(1) {
    width: 500px;
}

table {
    border-collapse: collapse;
    border: 1px solid;
    margin-bottom: 20px;
}

.main-footer .footer-img .moving-box {
    width: 355px;
    position: absolute;
    left: 10px;
    top: -34px;
}
table.dataTable thead .sorting{
    background-image:none !important;
}
table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc{
    background-image:none !important;
}
.register-sec img.eye-img.toggle-password {
    top: 18px;
    right: 10px;
}

.table-metrics select:focus-visible{
    outline:none !important;
}

#toggleRoom: focus{
    outline: none;
}

#toggleRooms: focus{
    outline: none;
}

#toggleRooms, .toggleRooms, .toggleRooms1 {
    border: 1px solid #00000052;
    width: 54px;
    font-size: 20px;
    border-radius: 50px;
    height: 30px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    color: #fac42b;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.toggleRooms.active::before, .toggleRooms1.active::before {
    content: '−';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background: #fff;
    height: 100%;
}

#toggleRoom{
    border: 1px solid #00000052;
    width: 54px;
    font-size: 20px;
    border-radius: 50px;
    height: 30px;
    display: none;
    /*align-items: center;*/
    /*justify-content: center;*/
    color: #fac42b;
    background-color: #fff;
    cursor: pointer;
}

.rooms{
    display:none;
}
.in_child_hide{
    display:none;
}
.in_child_hide span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.roomsTitle{
    display: flex;
    margin-bottom: 1rem
}

.roomsTitle h4 {
    margin-right: 15px;
}

.visible {
    display: block;
}

.bagsboxes {
    margin-top: 40px;
}

.table-metrics {
    height: 45px;
}

label#Unitmetrics-error {
    /*white-space: nowrap;*/
    font-size: 12px;
}

.pre-main .input_size {
    height: 45px;
}

label#weight-error {
    position: absolute;
    top: 45px;
}

#weight2-error,#weight3-error,#weight4-error,#weight5-error,
#weight6-error,#weight7-error,#weight8-error,#weight9-error,#weight10-error{
    position: absolute;
    top: 45px;
}

.err-img {
    text-align: center;
}

.err-btn {
    text-align: center;
}

.err-btn a p{
    margin-bottom:0px;
}

.err-btn a {
    display: inline-block;
    font-weight: 600;
    background: #C1990F;
    border-radius: 26px;
    padding: 10px 0;
    color: #000;
    width: 248px;
    margin: auto;
    text-align: center;
}

.rooms .row{
    column-gap: 10px;
    flex-wrap: nowrap !important;
}

.resetPartEye{
    right: 0;
    margin-right: 20px;
    cursor: pointer;
}

#textinput1-error,#textinput2-error,#textinput3-error{
    font-size: 12px;
    width: 160px;
}
/*.error {*/
/*    margin-bottom: 3rem;*/
/*}*/
.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}
/*.input-boxx.sub-cate ul#select2-subcategory_dropdown1-container {
    display: none;
}*/
.upload-video input#file-input {
    border-radius: 8px;
    border-color: #707070;
    color: #464646;
}

video {
    border: 1px solid #000;
    border-radius: 5px;
}


.lds-roller1 {
     display: none; 
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}
.lds-roller {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FCF7E3;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(223, 74, 74);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller h2 {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-24%, -50%);
}

.__studentMoving a{
    background-color: #E9C548;
  padding: 11px 45px;
  border-radius: 22px;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;

}
.__studentMoving{
    padding:70px 0px;
    background:#fff;
}
.contentbg{
    padding:35px 0px;
    background: #E9C54826;
}






/* Mega Menu Container */
.mega-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 10px;
}

/* Show Mega Menu on Hover */
.dropdown:hover .mega-menu {
    display: block;
}

/* Mega Menu Layout */
.mega-menu .container {
    padding: 20px;
}

.mega-menu .row {
    margin: 0;
}

.mega-menu .col-md-6 {
    padding: 15px;
}

.mega-menu h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.mega-menu ul {
    list-style: disc;
    padding: 0;
}
.mega-menu ul:marker {
    color: blue;
}

.mega-menu ul li {
    margin-bottom: 8px;
}

.mega-menu ul li a {
    color: #333;
    text-decoration: none;
}

.mega-menu ul li a:hover {
    text-decoration: underline;
    color: #E9C548;
}



.__Services {
    padding: 50px 0;
}
.__Services h3 {
    font-size: 24px;
    line-height:35px;
    font-weight:500;
}
.__Services p {
    font-size: 14px;
    line-height:22px;
}
.__bg-gray{
    background:#f3f3f3;
}
.__bgLightYellow{
    background:#FCF7E3;
}
}