.Traveinstein {
    color: #FFB628;
}


.passport_features p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;

}


.input_group_section .form-control {
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
}

.button_section {
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.button_section button {
    background-color: #FFB628;
    padding: 14px 20px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    text-align: center;
    color: #000;
}



.button_section button:hover {
    transform: translateY(-4px);
}


.input_group_section .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.input_group_section .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}



.Travel {
    padding: 50px 20px 100px 20px;
    position: relative;
    z-index: 2;

    @media screen and (max-width: 640px) {
        padding: 50px 20px 0px 20px;
    }
}


.Vector {
    position: absolute;
    width: auto;
    top: -190px;
    z-index: -1;
    right: -40px;
    max-width: 1000px;
}


.Traveinstein__Row {
    max-width: 1300px;
    margin: 40px auto 0px auto !important;
}


.Traveinstein__Row .row {
    align-items: center;
    text-align: left !important;
}

.merges {
    max-width: 500px;
}


.text_empower {
    position: relative;
}


.text_empower>h2 {
    font-size: 54px !important;
}

.Traveinstein__Row h2 {
    font-size: 54px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
}


.Traveinstein__Row h2 span {
    vertical-align: middle;
}


.Traveinstein__Row h2 span {
    vertical-align: middle;
}

.power {
    color: #FFB628;
    font-weight: 700;
}




.merges p {
    line-height: 1.5195;
}

.Traveinstein__Row p {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
}


.men_images {
    text-align: center;
    position: relative;
    z-index: 21;
    text-align: end;
}


.men_images img {
    mix-blend-mode: darken;
    max-width: 100%;
    border-radius: 100%;
    width: 400px;
    height: 400px;
}


.explore__discovery__row {
    z-index: 1;
}




@media screen and (max-width: 1299.99px) {
    .Vector {
        right: -310px;
    }

    .merges {
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 992px) {
    .Vector {
        right: 0;
        top: -150px;
    }

    .merges {
        max-width: 500px;
        margin: 50px auto;
    }

    .men_images {
        text-align: center;
    }

    .men_images img {
        height: auto;
    }
}



@media screen and (max-width: 768px) {
    .merges {
        max-width: 100%;
    }

    .Traveinstein__Row h2 {
        font-size: 42px;
    }
}


@media screen and (max-width: 714px) {
    .Traveinstein__Row .row {
        flex-direction: column-reverse;
    }

    .merges {
        margin-top: 70px;
    }
}

@media screen and (max-width: 640px) {
    .Vector {
        top: -300px;
        right: -100px;
    }
}

@media screen and (max-width: 598px) {
    .Traveinstein__Row h2 {
        font-size: 32px !important;
    }


    .Vector {
        right: -300px;
        top: -550px;
    }

}



.term_servicess {
    padding: 50px 20px 0px 20px;
    margin-top: 100px;
}


.explore__discovery__grid__rows>div {
    padding: 60px 0px 0px 0px;
}


.explore__discovery__row {
    height: auto !important;
}


.passport_features {
    margin-bottom: 80px;
}

.condtion {
    max-width: 1200px;
    margin: auto;
}


.condtion h3 {
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #FFB628;
}


.condtion p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.condtion ul li{
    line-height: 32px;
}
.condtion ul{
    line-height: 30px;
}

.condtion h5 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}


@media screen and (max-width: 640px) {
    .condtion h3 {
        font-size: 42px;
    }
}


.explore__discovery__rowm {
    background-image: url('../images/contact2.jpg') !important;
    position: relative;
}

.div_car {
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
}

.div_car img {
    max-width: 150px;
    width: 100%;
}

.home_div {
    position: absolute;
    top: -50px;
    z-index: 2;
    right: -1px;
}


.home_div img {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 992px) {
    .explore__discovery__rowm{
        background-position: 80% !important;
    }
}
@media screen and (max-width: 640px) {
    .div_car {
        bottom: -140px;
    }
}

.help-block{
    color: red;
    text-align: left;
    display: block;
}