.footer {
    display: flex;
    /* padding: 5.5rem 0px 1.5rem 0px; */
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 15px;
    align-items: flex-start;
}

.footer p {
    font-weight: 600;
}

.footer .footer-col-1 {
    width: 25%;
}

.footer .footer-col-1 .text {
    font-weight: 400;
    color: #202B50;
    line-height: 1.6;
    font-size: 14px;
}

.footer .footer-col-1 .logo {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
}

.footer .footer-col-1 .logo img {
    width: 100%;
    height: 100%;
}

.footer .footer-col-2 {
    width: fit-content;
    margin: 5rem 3rem 0px 2rem;
}

.footer .footer-col-2 img {
    margin-right: 0rem;
}

.footer .footer-col-2 p {
    margin-left: 0.5rem;
    margin-bottom: 2.75rem;
}

.footer .footer-col-2 ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .footer .footer-col-2 ul {
        width: 72%;
    }
}

.footer .footer-col-2 ul li a {
    padding-left: 1em;
    text-indent: -1em;
    text-decoration: none;
    font-size: 14px;
    color: #202B50;
    background: -webkit-linear-gradient(#202B50, #202B50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer .footer-col-2 ul li a:hover {
    background: -webkit-linear-gradient(270deg, #81CA73, #45B9D5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.footer .footer-col-3 {
    width: 24%;
    margin-top: 5rem;
}

.footer .footer-col-3 p {
    margin-bottom: 3rem;
}

.footer .footer-col-3 .info-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer .footer-col-3 .info-content .info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2px;
}
.footer .footer-col-3 .info-content .info small{
    font-size: 14px;
}
.footer .footer-col-3 .info-content .info img {
    margin-top: 0.15rem;
    margin-top: 3px;
}

.footer .footer-col-4 {
    width: 25%;
    margin-top: 5rem;
}

.footer .footer-col-4 p {
    margin-bottom: 2.75rem;
}

.footer .footer-col-4 .text {
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.footer .footer-col-4 .send-mail-area p {
    width: 100% !important;
    font-size: 14px;
}

.footer .footer-col-4 .send-mail-area {
    position: relative;
}

.form-group {
    position: relative;
    padding: 1rem 0 0;
    margin-top: 0.5rem;
    width: 100%;
}

.form-field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1.5px solid #202B50;
    outline: 0;
    font-size: 1rem;
    color: #202B50;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    padding-bottom: 6px;
    border-width: 1.5px;
    border-image: linear-gradient(to left, #45B9D5, #81CA73);
    border-image-slice: 1;
}

.form-field::placeholder {
    color: transparent;
}

@media (min-width:992px) {
    .form-field:placeholder-shown~.form-label {
        top: 18px;
    }
}

.form-field:placeholder-shown~.form-label {
    font-size: 0.75rem;
    cursor: text;
    /* top: 1.25rem; */
}

.form-label {
    position: absolute;
    top: 1.25rem;
    display: block;
    transition: 0.2s;
    font-size: 0.75rem;
    color: #202B50;
}

@media (max-width: 991px) {
    .form-label {
        top: 0.5rem;
    }

    .form-field:focus~.form-label {
        top: -1rem !important;
    }
    .footer{
        margin-bottom: 30px;
    }
}

.form-field:focus~.form-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 0.75rem;
    color: #202B50;
    font-weight: 700;
}

.footer .footer-col-2 .title,
.footer .footer-col-3 .title,
.footer .footer-col-4 .title {
    /* width: 28%; */
    margin: 0px 0px 35px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width:991px) {
    .footer .footer-col-2 .title,
    .footer .footer-col-3 .title,
    .footer .footer-col-4 .title {
        width: 28%;
        margin-right: 10px;
        font-size: 18px;
        line-height: 28px;
    }
}

.form-field:required,
.form-field:invalid {
    box-shadow: none;
    padding: 0;
}

.footer .footer-col-4 .send-mail-area .send-btn {
    position: absolute;
    right: 0;
    bottom: 4px;
}

@media (max-width:991px) {
    .footer .footer-col-4 .send-mail-area .send-btn {
        bottom: 1.1rem;
    }

    .footer .footer-col-3 .info-content,
    .footer .footer-col-4 .send-mail-area {
        width: 72% !important;
    }

    .footer .footer-col-2 p,
    .footer .footer-col-3 p,
    .footer .footer-col-4 p {
        width: 35%;
        margin: 0 !important;
    }
}
.clear-box{
    clear: both;
    margin: 0;
}
.social-media .icon img{
    height: 25px;
    width: auto;
}
.form-field:placeholder-shown~.form-label small{
    font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 786px) {
    .footer .footer-col-1 .logo {
        width: 30% !important;
        margin-left: 0;
        margin-top: 5rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .footer .footer-col-1 .logo {
        width: 30% !important;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        display: flex;
        flex-direction: column;
        /* padding: 5.5rem 2rem; */
    }

    .footer .footer-col-1 {
        width: 90%;
    }

    .footer .footer-col-1 .logo {
        width: 30%;
        height: 15%;
    }

    .footer .footer-col-2 {
        margin: 5rem 0rem 0px 0rem;
    }

    .footer .footer-col-2 p {
        margin: 0rem 9rem 0rem 0rem;
    }

    .footer .footer-col-3 {
        width: 100%;
    }

    .footer .footer-col-3 p {
        margin: 0rem 3.5rem 0rem 0rem;
        /* width: 20%; */
    }

    .footer .footer-col-4 {
        width: 25%;
        margin-top: 5rem;
    }

    .footer .footer-col-4 p {
        margin: 0rem 8.5rem 0rem 0rem;
    }

    .footer .footer-col-2,
    .footer .footer-col-3,
    .footer .footer-col-4 {
        width: 100%;
        display: flex;
        /* align-items: flex-end; */
        justify-content: flex-start;
    }

    .footer .footer-col-2,
    .footer .footer-col-4 {
        align-items: flex-start !important;
    }

    .social-media,
    .copy-right {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .form-field:placeholder-shown~.form-label{
        top: 0;
    }
}

.social-media,
.copy-right {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 25px;
}