@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body #section-form {
    font-family: 'Poppins';
    color: #073244;
}
#section-form .btn{
    border: none;
}

#section-form .container {
    max-width: 1440px !important;
}

#section-form a {
    color: inherit;
}

#section-form .custom-select {
    background: #fff url(../img/down_arrow_custom2.svg) no-repeat right 0.75rem center/8px 10px;
    background-size: 12px;
}

#section-form .box-input-custom1 {
    width: 48%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

#section-form .box-input-custom1 select {
    height: 55px;
    border: 1px solid #073244 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #07334580;
    order: 2;
    width: 100% !important;
    border-radius: 4px !important;
}

#section-form .text2 {
    color: #0099BC;
    font-size: 14px;
    margin-bottom: 20px;
}

#section-form .card-body {
    padding: 10px 0px 20px;
}

#section-form .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

#section-form .card-header a {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    box-shadow: none !important;
    padding-bottom: 5px;
    color: #073244;
    text-decoration: none;
}

#section-form {
    display: flex;
}

#section-form section {
    width: 50%;
    padding-bottom: 150px;
}

#section-form .box-input-custom-total1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
}

#section-form .box-input-custom1 input[type=text],
#section-form .box-input-custom1 input[type=tel],
#section-form .box-input-custom1 input[type=email],
#section-form .box-input-custom1 input[type=date] {
    width: 100%;
    height: 55px;
    border: 1px solid #073244;
    border-radius: 4px;
    padding: 0px 12px;
    order: 2;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

#section-form .box-input-custom1 label {
    font-size: 14px;
}

#section-form .box-img-custom1 img {
    width: 100%;
}

#section-form .card {
    border: 0;
    background: transparent;
}

#section-form .title2 {
    font-size: 14px;
    font-weight: 400;
}

#section-form .form-custom-content {
    padding: 102px 40px 20px 60px;
}

#section-form .text1 {
    font-size: 18px;
}

#section-form .title1 {
    font-size: 45px;
    font-weight: 800;
}

#section-form .box-input-custom1 input::placeholder {
    color: #07334580;
}

#section-form .box-input-custom1 input:focus + label {
    color: #0099BC;
}

#section-form .box-input-custom1 input:focus {
    outline: none !important;
    border: 2px solid #0099BC;
    box-shadow: none;
}

#section-form .box-input-custom1 select:focus + label {
    color: #0099BC;
}

#section-form .box-input-custom1 select:focus {
    outline: none !important;
    border: 2px solid #0099BC !important;
    box-shadow: none !important;
}

#section-form .box-select-custom1 .input-group {
    flex-direction: column;
}

#section-form .box-input-custom1 select {
    width: 100% !important;
}

#section-form .title4 {
    font-size: 18px;
    margin-bottom: 30px;
}

#section-form .title4 span {
    color: #0099BC;
    font-weight: 600;
}

#section-form-l .form-custom-content {
    padding-top: 120px;
    padding-bottom: 30px;
}

#section-form input[type="date"i]::-webkit-calendar-picker-indicator {
    background: transparent;
}

#section-form-l #accordion {
    padding-top: 10px;
}

#section-form-l {
    background: #dff2f7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section-form-l .card-body {
    padding-bottom: 10px;
}

#section-form-r {
    background: #f2fafc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section-form a.collapsed img {
    transform: rotateX(180deg);
}

#section-form a img {
    transition: all 0.3s ease;
}

#section-form input::-webkit-datetime-edit-fields-wrapper {
    color: #8399a2;
    position: relative;
    z-index: 999;
    width: 100%;
}

#section-form button.btn-design3 {
    background: #073244;
    color: white;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    width: 50%;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

#section-form .box-button-custom-form {
    position: relative;
}

#section-form button.btn-design3:hover {
    background: #0099BC;
}

#section-form br {
    display: none;
}

#section-form .wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 7px;
    margin-bottom: 10px;
    color: #fff;
}

#section-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
}

#section-form .wpcf7 form.failed .wpcf7-response-output,
#section-form .wpcf7 form.aborted .wpcf7-response-output {
    background: #dc3232;
    border-color: #dc3232;
    width: 50%;
    padding-left: 0px;
    margin-left: 0px;
}

#section-form .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    background: #f56e28;
}

#section-form .wpcf7 form.invalid .wpcf7-response-output,
#section-form .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    position: fixed;
    bottom: 55px;
    right: -11px;
    width: 50%;
    color: #fff;
    font-size: 21px;
    z-index: 999;
}

#section-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    background: #46b450;
    position: fixed;
    bottom: 55px;
    right: -11px;
    width: 50%;
    color: #fff;
    font-size: 21px;
    z-index: 9999;
}

#section-form .box-select-custom1-new {
    width: 100%;
}

#section-form .check {
    width: 100%;
    margin-top: 10px;
}

#section-form .check input[type=checkbox] {
    margin-right: 5px;
    margin-left: -16px;
    display: inline-block;
}

#section-form .checkbox-215 .wpcf7-not-valid-tip {
    float: left;
    position: absolute;
    width: 220px;
    top: 20px;
    left: 17px;
}

#section-form #siwp_captcha_container_0 label {
    content: " ";
}

#section-form .cf7as-captchcode input {
    width: 100% !important;
}

#section-form .wpcf7-list-item {
    float: left !important;
    line-height: 25px;
    color: transparent;
}


#section-form .btn-secondary {
    background: #073244;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
}
