header {
    background-color: #000;
}
.td-mark {
    font-size: 0.7rem;
    vertical-align: text-top;
    line-height: 0.3;
}
.td-head {
    vertical-align: text-top;
    margin-left: -3px;
}
.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: 0.5rem;
}

.text-right {
    text-align: right;
}

.logo {
    width: 120px;
}
.warning {
    font-size: 1.8rem;
}

.bigcheck-label {
    display: flex;
    align-items: center;
}

#upper-banner img{
    width:100%;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox-1 {
    color: #fff;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
#submit-button:hover {
    color: lightgray !important;
    background-color: #043a81;
}

    .styled-checkbox + label:before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-bottom;
        width: 20px;
        height: 20px;
        background: #dcdfe3;
    }

.styled-checkbox:checked + label:before {
    background: #003e08;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #dcdfe3;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

#banner {
    background-color: #000b16;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 40px;
}
.Contact-heading {
    font-weight: 700;
    margin-bottom: 0;
}

.contact-desc {
    color: #dcdfe3;
}

.Contact-heading-form {
    color: #000 !important;
}

.contact-text {
    margin: 0;
    font-weight: 300;
}

.contact-sub-text {
    margin: 0;
    font-weight: 100;
    color: #3c95e3;
    text-decoration: none;
}

.contact-icon img {
    height: 20px;
    filter: invert(1);
}

.contact-icon {
    background-color: #111c25;
    border-radius: 50%;
    padding: 11px 14px;
}


.form-container {
    border-radius: 35px !important;
    background-color: white !important;
}
.bannerH {
    font-size: 3rem;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bannerP {
    font-size: 1.5rem;
    color: #a9a8a6;
    margin-bottom:70px;
}

.form-control {
    background: #171f2a;
    font-size: 20px;
    padding: 0.77rem 1.3rem;
    border-radius: 0.6rem;
    border: 0;
    height: 70px;
    width: 100%;
    color:#fff;
}
.form-control::placeholder{
    color:gray;
}
.form-control-1{
    height:240px;
}
.g-recaptcha{
    margin-bottom:25px;
}

.form-control:focus {
    background: #dcdfe3;
    border: none;
}

.error-text {
    font-weight: 600;
}

.btn {
    background: #204b83;
    color: #fff;
    width: 185px;
    font-size: 18px;
    padding: 18px 20px;
    border-radius: 7px;
}

    .btn :hover {
        color: #fff;
    }
.contact-image{
    width:100%;
}
.down3{
    display:flex;
}
.down2{
    display:flex;
}
.formobile{
    display: none;
}
.contactSupport-top{
    font-size: 1.3rem;;
}
.contactSupport-bottom{
    font-size: 1.5rem;
    color: #1682c1;
}

@media(max-width:768px){
    #contact-form{
        margin-top:20px;
    }
    .down2{
        margin-bottom:30px;
    }
    .down2-1{
        text-align:left;
    }
    .down3-1 {
        text-align: left;
    }
    
    .btn{
        width:160px;
        padding:13px 20px;
    }
    .bannerH{
        padding-top:0px;
    }
}
.down2-1{
    place-self:center;
}
.down3-1 {
    place-self: center;
}

.down2-same {
    width: 64px;
    height: 64px;
    background-color: #00a6ff1c;
    align-self: center;
    text-align: center;
    border-radius: 12px;
    margin-right:20px;
}
.down2-same img{
    margin-top:21px;
}
.downDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:80px;
    margin-bottom:40px;
}
.down1 p {
    font-size: 3.2rem;
    line-height: 1.2;
}
.down-p-same {
    font-size: 1.5rem;
    margin-bottom: 0px;
    line-height: 1.1;
}
.downBlue {
    color: #1682c1;
}
@media(max-width:768px){
    .form-control{
        width:95%;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width:768px){
    .complete-form {
        text-align: -webkit-center;
    }
    .submit-btn{
        margin:auto;
    }
}
@media(max-width: 425px){
    .contact-image {
        display: none;
    }
    #banner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .bannerH {
        text-align: start;
        font-size: 1.5rem;
    }
    .bigcheck {
        text-align: start;
    }
    .g-recaptcha {
        margin-bottom: 25px;
        text-align: start;
    }
    .downDiv {
        flex-direction: column;
        text-align: start;
        align-items: start;
    }
    .down3 {
        margin-right: 72px;
    }
    .down1 p {
        font-size: 1.5rem !important;
    }
    .down-p-same {
        font-size: 1.2rem;
    }
    .down2-same {
        width: 50px;
        height: 50px;
    }
    .down2-same img {
        margin-top: 14px;
    }
    .forweb{
        display: none !important;
    }
    .formobile{
        display: block;
    }
    .contactSupport-top{
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .contactSupport-bottom{
        font-size: 1.2rem;
    }
}