body {
    background-image: url(../img/form-pattern.jpg);
    background-size: contain;
}

.main-footer {
    background-color: #096c8e !important;
}


.footer-form-sec h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1b1948;
    padding-bottom: 8px
}

.footer-form-sec p {
    color: #666;
    font-size: 15px;
    font-weight: 400
}

.footer-form {
    margin-top: 50px
}

.footer-form input {
    height: 54px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    margin-bottom: 25px
}

.footer-form .home-btn {
    background-color: #ee2042;
    color: #fff;
    width: max-content;
    padding: 12px 25px;
    border: none;
    margin-top: 13px;
}

.footer-form .home-btn:before {
    background-color: #fff;
    top: 19px
}

.footer-form .home-btn:after {
    background-color: #fff;
    bottom: 22px
}

.footer-form .form-group {
    margin-bottom: 0
}

.main-footer {
    background-image: url(../img/footer-bg.webp);
    height: 473px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57px;
    position: relative
}

.main-footer:before {
    content: "";
    position: absolute;
    background-image: url(../img/footer-logo.png);
    width: 682px;
    height: 159px;
    bottom: -18px;
    left: 90px;
    background-size: contain;
    background-repeat: no-repeat
}

.footer-contact h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 40px;
    text-align: center;
    color: #00384d;
}

.footer-info p {
    color: #ffdcbe;
    font-size: 14px;
    font-weight: 400
}

.footer-info h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-top: 0;
}

.footer-info ul {
    padding-top: 11px;
    list-style: none;

}

.footer-info ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding-bottom: 12px
}

.footer-info ul li a:hover {
    color: #111011bf
}

.footer-links ul li {
    padding-bottom: 7px;
    list-style: none;
}

.footer-links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer-links ul li a:hover {
    color: #111011bf
}

.footer-links ul li a i {
    font-size: 14px;
    color: #fff;
    padding-right: 10px
}

.copy-right {
    padding: 15px 0 0 0;
    background: black;
}

.copyright-text {
    display: flex;
    height: 100%;
    align-items: center
}

.copyright-text p {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.copyright-text ul {
    display: flex;
    padding-left: 8px
}

.copyright-text ul li a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141233;
    border-right: 1px solid #141233;
    padding: 0 5px
}

.copyright-text ul li:last-child a {
    border-right: none
}

.copyright-text ul li a:hover {
    color: #e15d08
}

.footer-social ul {
    display: flex
}

.footer-social ul li a {
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17252d;
    font-size: 18px
}

.footer-social ul li a:hover {
    background-color: #e25f09;
    border: 1px solid #e25f09;
    color: #fff
}




img.logo-img {
    width: 280px;
    height: auto;
    padding-top: 46px;
}

.form-banner {
    padding: 20px;
    background-color: #eaeaead6 !important;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgb(59 194 196 / 45%);
    margin: 70px 0 150px 0;
}

.mt-10 {
    margin-top: 10px
}

.row.new-form {
    text-align: center
}

.form-banner p span {
    color: #00dc7f !important;
    text-align: left;
    font-weight: 700;
}

.form-banner p {
    color: #ffffff !important;
    text-align: left;
    background-color: #405e68;
    padding: 10px 35px;
    border-radius: 80px;
}

/* .form-banner img {
    position: absolute;
    top: -107px;
    right: 279px;
} */

.form-banner h2 {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}

.form-banner h4 {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px
}

.form-banner h4 a {
    color: #009a67;
    font-size: 22px;
    font-weight: 900
}

.form-banner h4 a:hover {
    color: #21a4d4;
    text-decoration: underline !important
}

.form-banner label {
    /* margin-top: 15px; */
    color: #4b4b4b;
    line-height: normal;
    display: block;
    text-align: left;
    font-weight: 600;
    margin-top: 10px;
}

.form-banner input[type=email],
.form-banner input[type=tel],
.form-banner input[type=text] {
    width: 100%;
    height: 55px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0171ef;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(90deg, #02c9af5c, #c8e2ff) 10;
    margin-bottom: 10px
}

.form-banner textarea {
    width: 100%;
    padding: 10px;
    resize: none;
    margin-top: 14px;
    height: 100px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0071ef;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #02c9af, #bfdbfb) 10;
    margin-bottom: 10px
}

.form-submit {
    text-align: center;
    margin-top: 20px
}

.form-submit input[type=submit] {
    cursor: pointer;
    display: inline-block;
    width: 165px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 65px;
    background-color: #fff;
    color: #ec2527;
    font-size: 18px;
    border: 0;
    font-weight: 500;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
}

.form-submit input[type=submit]:active,
.form-submit input[type=submit]:focus,
.form-submit input[type=submit]:hover {
    background-color: #000;
    color: #fff
}

input[type=submit] {
    cursor: pointer;
    display: inline-block;
    width: 142px;
    height: 45px;
    text-align: center;
    border-radius: 5px;
    background-color: #0071ef;
    color: #fff;
    font-size: 18px;
    border: 0;
    font-weight: 600;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    padding-top: 0px;
    background-image: linear-gradient(90deg, #156e8e, #39c0c3);
}


select {
    width: 100%;
    height: 44px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0171ef;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #02c9af, #e8f2fd) 10;
    margin-bottom: 10px
}


.disclaimer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.disclaimer img {
    width: 45px;
    padding-top: 7px;
    margin-right: -28px;
    z-index: 55;
    margin-top: 16px;
}


.thankyou-sec {
    color: white;
    padding: 0 0 150px 0;
}


section.main-page-bf h1 {
    color: white;
}

section.main-page-bf {
    color: white;
    padding: 100px 0 180px 0;
    text-align: center;
}

section.main-page-bf p {
    color: #73fcff;
    padding-bottom: 54px;
}

section.main-page-bf a {
    color: #066b90;
    background: white;
    padding: 10px 15px 14px 15px;
    margin-right: 40px;
    border-radius: 48px;
    font-weight: 700;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}

section.main-page-bf a:hover {
    background: linear-gradient(89deg, #0a7a9f, #3ebfc2);
    color: white;
    text-decoration: none;
}

section.main-page-bf a.focus {
    color: #066b90;
    background: white;
}

section.main-page-bf a.focus {

    background: linear-gradient(89deg, #0a7a9f, #3ebfc2);
    color: white;
    text-decoration: none;
}

.display-inline {display: flex;}

.display-inline label{
    margin-right:30px !important;
}

.display-inline  radio{
    margin-right:30px !important;
}

.display-inline  input[type="radio"] {
        margin-right:10px !important;
    margin-top:4px

}

.display-inline  input[type="checkbox"] {
    margin-right:10px !important;
margin-top:4px

}