.form-container form {
    display: flex;
    flex-direction: column;
}

.form-container {
    background-color: #fff;
    padding: 80px;
    border-radius: 7px;
}

.form-container input,
select {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-container button {
    padding: 10px;
    background-color: #00aaff;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.container-smaller {

    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto;
    margin-left: auto; */
}

.form-container button:hover {
    background-color: #007acc;
}

.form-section {
    background-color:#a20d0d;
    padding: 50px 0;
    position: relative;
}

.form-image {

    width: 51%;

    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .form-image {
        position: static;
        max-height: 347px!important;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    /* .form-section {
        padding-right: 15px;
        padding-left: 15px;
    } */

}

.background-text {
    /* color: white;
    background-color: #002c8f;
    font-size: 30px;
    padding: 10px 20px; */
    padding-left: 20px;
    border-left: 5px solid #002c8f;
}

.social-container {
    text-align: center;
}

.bird-icon {
    margin-bottom: 20px;
}

.social-container {
    text-align: center;
}

.bird-icon {
    margin-bottom: 20px;
}

.social-container {
    position: absolute;
    right: 10%;
    bottom: 30px;
}

.heading-container {
    position: absolute;
    right: 10%;
    bottom: 174px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.heading-container p {
    max-width: 400px;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.image-container {
    position: relative;
}

.social-icon {
    background-color: #2330a8;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-icon svg {
    fill: white;
    width: 100%;
    height: 100%;
}

.follow-text {
    font-size: 16px;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
}

.follow-text:hover {
    color: #000;
}

.btn_n {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #a20d0d;
    width: 70%;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    margin: 1rem 0;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s !important;
}

.btn_n:hover {
    background: #0d58c4 !important;
}

.btn_n:focus {
    background: #0d58c4 !important;
}

.btn_n .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
            0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
            0 0 0 40px rgba(255, 255, 255, 0.1),
            0 0 0 60px rgba(255, 255, 255, 0.1),
            0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.thumb_container img {
    width: 70% !important;

}

@media (max-width: 1200px) {
    .heading-container p {
        max-width: 290px;

    }

    .heading-container {
        right: 20px;
        bottom: 150px;
    }

    .thumb_container img {
        width: 90% !important;
        margin-top: 50px;
    }

    .social-container {
        bottom: 0;
        right: 0;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}



@media (max-width: 991px) {
    .heading-container p {
        max-width: 290px;


    }

    .sb-icon-search {
        display: none !important;
    }

    .heading-container {
        right: 20px;
        bottom: 150px;
    }

    .thumb_container img {
        width: 90% !important;
        margin-top: 50px;
    }

    .social-container {
        bottom: 0;
        right: 40px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}


@media (max-width:614px) {
    .heading-container p {
        max-width: 200px;
        bottom: 200px;

    }

    .form-container {
        padding: 40px;
    }

    .heading-container {
        right: 0;
        bottom: 90px;
    }

    .thumb_container img {
        width: 90% !important;
        margin-top: 60px;
    }

    .social-container {
        bottom: 0;
        right: 20px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}

@media (max-width: 479px) {
    .heading-container h1 {
        margin-bottom: 10px;

    }

    .thumb_container img {
        width: 85% !important;
        margin-top: 150px;
    }
}


.heading-container p {
    font-family: 'Georgia', serif !important;
}