/** GLOBAL CSS **/
.rental h2 {
    font-family: Roboto;
    font-size: clamp(2rem, 1.7929rem + 0.8497vw, 2.8125rem) !important;
    font-weight: 600 !important;
}
.rental h3 {
    font-family: Roboto;
    font-size: clamp(1.625rem, 1.4816rem + 0.5882vw, 2.1875rem) !important;
    font-weight: 600 !important;
}
#lp-visas-who-we-are .who-we-are-wrap .flex-wrap .flex-each img {
    width: 95%;
}
/** END GLOBAL CSS **/

#lp-visas {
    background: url('../img/visas/visa-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-visas {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
#lp-visas .lp-visas-wrap {
    background: rgb(0 0 0 / 35%);
    padding: 20px 0 40px;
    width: 100%;
}
#lp-visas h1 {
    font-size: clamp(2.5rem, 1.9498rem + 1.7606vw, 4.0625rem);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
}
.visa-search-topic-container {
    background: #00867E;
    padding: 20px 0;
}
.visa-search-topic-container .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.visa-search-topic-container h4 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-right: 20px;
}
.visa-search-topic-container input.form-control {
    height: 59px;
}
.visa-search-topic-container .search-btn-wrap button {
    width: 218px;
    height: 59px;
    margin-bottom: 0;
    margin-left: 20px;
}
#lp-visas-who-we-are {
    padding: 80px 0;
}
#lp-visas-who-we-are .who-we-are-wrap .flex-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#lp-visas-who-we-are .who-we-are-wrap .flex-wrap .flex-each {
    width: calc(50% - 30px);
    margin-left: 30px;
}
#lp-visa-assistance {
    padding: 0 0 80px 0;
}
#lp-visa-assistance .flex-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
#lp-visa-assistance .flex-wrap .flex-each {
    width: 50%;
}
#lp-visa-assistance .flex-wrap .flex-each img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lp-visa-assistance .flex-wrap .visa-assistance-content {
    background: #D9D9D9;
    padding: 20px;
    padding-left: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#lp-visa-application .visa-application-wrap {
    background: #89C384;
    border-radius: 10px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#lp-visa-application .visa-application-wrap .flex-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#lp-visa-application .visa-application-wrap .flex-wrap .flex-each {
    width: calc(25% - 30px);
    margin-left: 30px;
    border-radius: 15px;
    border: 1px solid #CECBCA;
    background: #FFF;
}
#lp-visa-application .visa-application-wrap .flex-wrap .flex-each .icon-wrap {
    position: relative;
}
#lp-visa-application .visa-application-wrap .flex-wrap .flex-each .icon-wrap img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#lp-visa-application .visa-application-wrap .flex-wrap .flex-each .visa-app-content {
    padding: 20px;
}
#lp-visa-application .visa-application-wrap .flex-wrap .flex-each .visa-app-content .check-list ul {
    list-style-type: none;
    position: relative;
    color: #000;
}
#lp-visa-application  .check-list ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #89C384;
    position: absolute;
    top: auto;
    left: 0;
}
#lp-visa-application .visa-application-wrap .header-wrap h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#visa-assistance {
    padding: 80px 0;
}
#visa-assistance .flex-wrap {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: flex-start;
}
#visa-assistance .flex-wrap .visa-assistance-wrapper {
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
#visa-assistance .flex-wrap .visa-assistance-wrapper .card-body {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ADADAD;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#visa-assistance h4 {
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}
#visa-assistance h5.la-belle-font {
    font-size: 32px;
}
#lp-german-testimonial {
    background: #197DD9;
    position: relative;
}
#lp-german-testimonial .container .testi-wrap {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    float: none;
}
#lp-german-testimonial:before {
    content: "";
    background: url('../img/visas/large-quote.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 5%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
}
#lp-european-online-form .container {
    background: #00867E;
}
#lp-european-online-form .form-header h3 {
    font-weight: 300 !important;
    text-align: left;
}

/** STUDENT VISA **/
#lp-student-visa {
    background: url('../img/visas/student-visa-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 105px);
    margin-top: 105px;
}
#lp-student-visa {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#lp-student-visa .lp-student-visa-content-wrapper {
    margin-bottom: 90px;
}
#lp-student-visa .lp-student-visa-content-wrapper h1 {
    font-family: Roboto;
    font-size: clamp(2.5rem, 2.1017rem + 1.634vw, 4.0625rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#lp-student-visa-top-five {
    padding: 20px 0 100px 0;
}
#lp-student-visa-top-five .container {
    max-width: 1080px;
    width: 90%;
}
#lp-student-visa-top-five .container ol li {
    color: #000;
    margin-bottom: 15px;
}
#lp-individual-form-body input[type="textarea"] {
    height: 83px !important;
}
.student-visa-form .disclaimer-wrap h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
}
.student-visa-form .ry-btn-wrap {
    margin-top: 0 !important;
}
#lp-individual-form-body {
    padding: 80px 0 0;
}
#lp-visas-who-we-are .btn-wrap {
    float: right;
}

/** AU PAIR VISA **/
#lp-benefits-of-being-au-pair {
    background: #A3C2D4;
    padding: 80px 0;
}
#lp-benefits-of-being-au-pair .container {
    max-width: 1080px;
    width: 90%;
}
#lp-benefits-of-being-au-pair ul li {
    margin-bottom: 1em;
    font-weight: 300;
}
#lp-au-pair-four-easy-steps {
    padding: 80px 0;
}
#lp-au-pair-four-easy-steps .container {
    max-width: 1200px;
    width: 90%;
}
#lp-au-pair-four-easy-steps .container .flex-each {
    margin-bottom: 40px;
}
#lp-au-pair-four-easy-steps .container .flex-each .steps-inner-wrap {
    padding: 20px 0 0 30px;
}
#lp-au-pair-four-easy-steps .bottom-content p {
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 0.02em;
}

/** WORK VISAS **/
.lp-types-of-international-work-visas .container {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    float: none;
}
.international-work-visas-wrap .card-title-wrap {
    display: flex;
    height: 75px;
    padding: 28px 59px 18px 59px;
    justify-content: center;
    align-items: center;
    background: #005aad;
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.international-work-visas-wrap .card-title-wrap h4 {
    color: #fff;
    line-height: 120%;
    font-size: clamp(1.125rem, 1.0135rem + 0.4575vw, 1.5625rem);
}
.international-work-visas-wrap .flex-wrap .flex-each {
    border-radius: 20px;
    margin-bottom: 35px;
}
.international-work-visas-wrap .card-body {
    padding: 20px 40px;
    display: flex;
    width: 100%;
    max-height: 250px;
    min-height: 325px;
    padding: 20px 36px 25px 35px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
/** BUSINESS VISAS **/

/** FAMILY VISAS **/
#lp-family-visa .container {
    max-width: 1600px;
}
#lp-family-visa .card-body {
    max-height: 300px;
    min-height: 300px;
}
#familyVisaForm .member-field, #familyVisaApplicationForm .member-field {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
#familyVisaApplicationForm .member-field .col-md-2 {
    width: calc(16.66% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}
#familyVisaApplicationForm .member-field .col-md-3 {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}
#familyVisaApplicationForm .member-field .col-md-4 {
    width: calc(33.33% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}
#familyVisaApplicationForm .member-field .col-md-12 {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}
#familyVisaApplicationForm .form-heading-wrap h3 {
    font-size: clamp(1.5rem, 1.3248rem + 0.719vw, 2.1875rem) !important;
}
.form-family-member-heading-wrap {
    background: #6D9AB4;
    border-radius: 10px;
}
.form-family-member-heading-wrap h4 {
    margin-bottom: 0;
    padding: 10px 15px;
}
#familyVisaForm .member-field:not(:last-child), 
#familyVisaApplicationForm .member-field:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px solid #000;
}
/** END FAMILY VISAS **/

/** TOURIST VISA **/
.lp-basic-requirements .flex-each ul li {
    font-weight: 300;
}
#lp-type-of-tourist-visas .card-body {
    min-height: 360px;
    max-height: 325px;
}
#lp-individual-form-body .member-field {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px);
}
#lp-individual-form-body .member-field > .col-md-4 {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}
.delete-button {
    margin-left: 10px;
    cursor: pointer;
}
button#addMemberbutton {
    background: transparent;
    border: none;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #00867E;
    display: flex;
    justify-content: center;
    align-items: center;
}
button#addMemberbutton span {
    border: 2px solid #00867E;
    padding: 5px;
    line-height: 8px;
    margin-right: 10px;
    transition: all ease 0.5s;
}
button#addMemberbutton:hover span {
    background: #00867e;
    color: #fff;
}
#groupMember .delete-button {
    display: none;
}
#lp-individual-form-body .member-field .delete-button {
    border: 2px solid #e10000;
    background: transparent;
    color: #e10000;
    line-height: 15px;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(35%);
    transition: all ease 0.8s;
}
#lp-individual-form-body .member-field .delete-button:hover {
    background: #e10000;
    color: #fff;
}
#lp-individual-form-body .member-field {
    position: relative;
    margin-bottom: 20px;
}
/** END OF TOURIST VISA **/

/** Schengen VISA **/
.lp-types-of-international-schengen-visas .card-title-wrap {
    height: 130px;
}
.lp-types-of-international-schengen-visas .international-work-visas-wrap .flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
#schengenVisaModal.modal.show .modal-dialog {
    max-width: 650px;
}
/** END OF Schengen VISA **/

/** RESPONSIVENESS **/
@media (max-width: 1600px) {
    .business-visa-section .card-body {
        max-height: 365px;
        min-height: 365px;
    }
}
@media (max-width: 1024px) {
    #visa-assistance .flex-wrap .visa-assistance-wrapper,
    #lp-visa-application .visa-application-wrap .flex-wrap .flex-each  {
        width: calc(33.33% - 30px);
        margin-bottom: 30px;
    }
    #lp-individual-form-body .member-field > .col-md-4, #familyVisaForm .member-field .col-md-2,
    #familyVisaForm .member-field .col-md-3, #familyVisaForm .member-field .col-md-3 {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #lp-german-testimonial .flex-wrap .flex-each {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
    #lp-visas-who-we-are .who-we-are-wrap .flex-wrap {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }
    #lp-visas-who-we-are .who-we-are-wrap .flex-wrap .flex-each {
        width: calc(100% - 30px);
        margin-bottom: 30px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #lp-visas-who-we-are .who-we-are-wrap .flex-wrap .flex-each h3, #lp-visas-who-we-are .who-we-are-wrap .flex-wrap .flex-each p {
        text-align: center;
    }
    #lp-visas-who-we-are .btn-wrap {
        float: none;
        display: flex;
        justify-content: center;
    }
    #lp-visas-who-we-are .btn-wrap button.btn {
        margin: 0 auto;
    }
    #lp-why-partner-with-travelspires .flex-wrap p {
        text-align: center;
    }
    .international-work-visas-wrap .card-body {
        max-height: 350px;
        min-height: 350px;
    }
    .business-visa-section .card-body {
        max-height: 400px;
        min-height: 400px;
    }
    .visa-search-topic-container .container {
        flex-direction: column;
    }
    .search-btn-wrap {
        margin-top: 10px;
    }
    #lp-visa-assistance .flex-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #lp-visa-assistance .flex-wrap .flex-each {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #lp-visa-assistance .flex-wrap .flex-each h3, #lp-visa-assistance .flex-wrap .flex-each p {
        text-align: center;
    }
    #visa-assistance .flex-wrap .visa-assistance-wrapper, #lp-visa-application .visa-application-wrap .flex-wrap .flex-each {
        width: calc(3100% - 30px);
    }
    #visa-assistance .container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #lp-european-online-form .form-header h3 {
        text-align: center;
    }
}
@media (max-width: 500px) {
    #visa-assistance .flex-wrap .visa-assistance-wrapper,
    #lp-german-testimonial .flex-wrap .flex-each {
        width: calc(100% - 30px);
    }
    #lp-individual-form-body .input-fields-container .col-md-12 > .col-md-4,
    #lp-individual-form-body .member-field > .col-md-4,
    #familyVisaForm .member-field .col-md-2, 
    #familyVisaForm .member-field .col-md-3 {
        width: 100%;
    }
    #visa-assistance .flex-wrap .visa-assistance-wrapper, #lp-visa-application .visa-application-wrap .flex-wrap .flex-each {
        width: calc(100% - 30px);
    }
    #lp-visas .lp-visas-wrap .text-left {
        text-align: center;
    }
    .visa-search-topic-container .search-btn-wrap button {
        margin-left: 0;
    }
    .visa-search-topic-container h4 {
        margin-right: 0;
    }
    #lp-visa-application .visa-application-wrap {
        padding: 40px;
    }
    #lp-visa-application .visa-application-wrap .header-wrap {
        text-align: center;
    }
}