.banner-fluid {
    margin-top: 80px;
    height: 200px;
    background: url("../img/contact-banner.png") no-repeat center center / cover;
}
.inner-text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-text h1 {
    font-size: 28px;
    color: white;
    text-align: center;
    font-weight: bold;
}
.get-direction {
    font-size: 14px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #133957;
    text-transform: uppercase;
    display: inline-block;
}
.get-direction::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/get-direction.png") no-repeat center center / 100%;
    display: inline-block;
    margin-right: 15px;
}
.get-direction:hover {
    color: #133957;
    opacity: 0.85;
}
.para-1,
.email {
    font-size: 14px;
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
}
.content-title {
    font-size: 18px;
}
.phone-number::before {
    width: 15px;
    height: 15px;
}
.email::before {
    width: 18px;
    height: 18px;
}
.phone-number {
    font-size: 14px;
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
}
.container-grid {
    padding: 20px;
}
.heading-2 {
    font-size: 30px;
    text-transform: capitalize;
}
.form-label {
    font-size: 18px;
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
}
.form-input,
.form-text {
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
}
.submit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-btn {
    width: 120px;
    height: 45px;
}
.submit-btn:disabled {
    cursor: not-allowed;
    border: 1px solid gray;
    color: gray;
}
.submit-btn:hover:disabled {
    background-color: gray;
    color: white;
}
.select2 {
    width: 100% !important;
}
.select2-container {
    display: block;
}
.select2-selection--single {
    height: 45px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #838f99 !important;
}
.select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-left: 0 !important;
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
    font-size: 16px !important;
}
.select2-selection__arrow {
    height: 100% !important;
}
.select2-selection__placeholder {
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #bbb !important;
}
.select2-dropdown {
    border-radius: 5px !important;
    margin: 5px auto !important;
    border: none !important;
}
.select2-results__options {
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px !important;
}
.select2-results__option--highlighted {
    color: #333 !important;
    background-color: #eee !important;
}
.select2-results__option {
    font-family: "Kaisei Opti", "Times New Roman", Times, serif;
    color: #333 !important;
}
.select2-selection__arrow b {
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
    background: url("../img/arr-down-red.png") no-repeat center center / 100%;
    transition: transform 0.3s ease;
}
.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: -11px !important;
}
.select2-selection__clear {
    display: none !important;
}

#card-1,
#card-2,
#card-3,
#card-4 {
    animation: fadeup 0.8s ease forwards;
    opacity: 0;
}

#card-1,
#card-2,
#card-3 {
    border-bottom: 2px solid #808f9a;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (min-width: 768px) {
    .banner-fluid {
        height: 250px;
    }
    .inner-text h1 {
        font-size: 40px;
    }
    .upload-container div {
        width: unset;
    }
    .container-grid {
        padding: 40px 0;
    }
    #card-1,
    #card-2,
    #card-3 {
        border-bottom: none;
    }
}
@media screen and (min-width: 1024px) {
    .inner-text h1 {
        font-size: 54px;
    }
    .content-title {
        height: 90px;
    }
    .container-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .content-card {
        margin-right: 15px;
    }
    .content-card:last-child {
        margin-right: 0;
    }
    .get-direction {
        margin: 15px 0;
    }
    .upload-container div:first-child {
        width: unset;
    }
}
@media screen and (min-width: 1200px) {
    .banner-fluid {
        height: 320px;
    }
    .content-title {
        height: 90px;
    }
    .container-grid {
        max-width: 1100px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .get-direction {
        margin: 20px 0;
    }
    .upload-container div:first-child {
        width: unset;
    }
}
@media screen and (min-width: 1400px) {
    .banner-fluid {
        height: 350px;
    }
}
