footer .footer_inner .box form .same p {
    width: 100%;
}
footer .footer_inner {
    column-gap: 116px;
}
/* footer */
footer {
    background: rgba(56, 63, 153, 0.10);
}

footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 165px;
    border-bottom: 1px solid rgba(38, 47, 123, 0.60);
    padding: 46px 0px 31px 0;
}

footer .footer_inner .logo {
    width: 206px;
    display: flex;
}

footer .footer_inner .box {
    width: 100%;
}

footer .footer_inner ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

footer .footer_inner ul a {
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .footer_inner .address {
    margin-top: 18px;
    gap: 18px;
}

footer .footer_inner .address li:nth-child(2),
footer .footer_inner .address li:nth-child(3) {
    width: 55%;
}

footer .footer_inner .social_icon {
    margin-top: 34px;
    flex-direction: row;
    column-gap: 27px;
}

footer .footer_inner .social_icon svg {
    width: 29px;
    object-fit: contain;
}

footer .footer_inner .box h3 {
    color: #474747;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
}

footer .footer_inner .box .list {
    row-gap: 16px;
}

footer .footer_inner .box form input {
    width: 76%;
    border-radius: 51px;
    background: #FFF;
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 18px 22px 31px;
    border: none;
    outline: none;
}

footer .footer_inner .box form .same {
    margin-top: 9px;
}

footer .footer_inner .box form .same .same_btns {
    font-size: 16px;
    width: 76%;
    background-color: #9F3B45;
    color: #fff;
    cursor: pointer;
}

footer .footer_inner .box .logos {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

footer .footer_inner .box .logos .f_logo {
    width: 170px;
}

.copy_right {
    padding: 20px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy_right .left {
    margin-left: 50px;
}

.copy_right ul {
    list-style: none;
    display: flex;
}

.copy_right ul li {
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid rgba(71, 71, 71, 1);
    padding: 0px 20px;
}
.copy_right ul li a{
    color: #474747;
}

.copy_right ul li:last-child {
    border: unset;
}

.copy_right ul li:first-child {
    padding-left: 0;

}

.copy_right .right li:last-child {
    padding-right: 63px;
}

@media screen and (max-width:1680px) {
    footer .footer_inner {
        gap: unset;
    }

    footer .footer_inner .box {
        width: unset;
    }

    footer .footer_inner .box:first-of-type {
        width: 28%;
    }

    footer .footer_inner .box form input {
        padding: 17px 18px 17px 28px;
        font-size: 15px;
    }

    .footer_inner .logo img {
        width: 190px;
    }

    .copy_right {
        padding: 18px 0px 24px 0px;
    }

    .copy_right ul li {
        font-size: 15px;
    }
}
@media screen and (max-width:1366px) {
    /* footer */
    footer .footer_inner {
        column-gap: 126px;
        padding: 40px 0px 25px 0px;
    }

    footer .footer_inner .address li:nth-child(2),
    footer .footer_inner .address li:nth-child(3) {
        width: 100%;
    }

    .copy_right {
        padding: 16px 0px 26px 0px;
    }
}
/* max-width:1280px */
@media screen and (max-width:1280px) {
    /* footer */
    footer .footer_inner .logo {
        width: 178px;
    }

    footer .footer_inner ul a {
        font-size: 15px;
    }

    footer .footer_inner .address {
        gap: 14px;
    }

    footer .footer_inner .social_icon {
        margin-top: 26px;
        column-gap: 15px;
    }

    footer .footer_inner .social_icon svg {
        width: 26px;
    }

    footer .footer_inner .box h3 {
        font-size: 17px;
        line-height: 4rem;
    }

    footer .footer_inner .box .list {
        row-gap: 14px;
    }

    footer .footer_inner .box form input {
        width: 83%;
        font-size: 15px;
        padding: 13px 14px 13px 24px;
    }

    footer .footer_inner .box form .same .same_btns {
        font-size: 15px;
        width: 83%;
    }

    footer .footer_inner .box .logos .f_logo {
        width: 164px;

    }

    .copy_right {
        padding: 20px 0px 20px 0px;
    }

    .copy_right ul li {
        font-size: 15px;
        padding: 0px 15px;
    }

    .copy_right .right li:last-child {
        padding-right: 0;
    }

    .copy_right .left {
        margin-left: 0;
    }
}
/* max-width:1260px */
@media screen and (max-width:1260px) {

}
/* max-width:1100px */
@media screen and (max-width:1220px) {

    /* footer */
    footer .footer_inner {
        column-gap: 105px;
        padding: 40px 0px 30px 0px;
    }

    footer .footer_inner .box h3 {
        font-size: 17px;
        line-height: 4.3rem;
    }

    footer .footer_inner ul a {
        font-size: 14px;
    }

    footer .footer_inner .social_icon svg {
        width: 23px;
    }

    footer .footer_inner .box form input {
        width: 90%;
        font-size: 14px;
    }

    footer .footer_inner .box form .same .same_btns {
        width: 90%;
    }

    .copy_right ul li {
        font-size: 14px;
    }
}
/* max-width:1100px */
@media screen and (max-width:1160px) {
    /* footer */
    footer .footer_inner {
        column-gap: 0;
        padding: 40px 0px 30px 0px;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    footer .footer_inner .box:nth-child(1),
    footer .footer_inner .box:nth-child(2),
    footer .footer_inner .box:nth-child(3) {
        width: 45%;
    }

    .copy_right {
        padding: 20px 0px 20px 0px;
        flex-direction: column;
        row-gap: 14px;
    }
}
/* max-width:980px */
@media screen and (max-width:980px) {
    /* footer */
    footer .footer_inner .box:nth-child(3) {
        width: 56%;
    }

    .copy_right {
        row-gap: 10px;
    }
}
/* max-width:700px */
@media screen and (max-width:700px) {
    /* footer */
    footer .footer_inner .box:nth-child(1),
    footer .footer_inner .box:nth-child(2),
    footer .footer_inner .box:nth-child(3) {
        width: 100% !important;
    }

    footer .footer_inner .box .logos {
        margin-top: 11px;
        column-gap: 18px;
        justify-content: flex-start;
    }
}
/* max-width:564px */
@media screen and (max-width:564px) {
    /* footer */
    footer .footer_inner {
        row-gap: 4px;
        flex-wrap: wrap;
    }

    .copy_right {
        padding: 16px 0px;
    }

    .copy_right ul li {
        font-size: 13px;
    }

    .copy_right ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 8px;
    }
}

/* max-width:564px */
@media screen and (max-width:531px) {

    /* footer */
    .copy_right {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .copy_right ul {
        width: 50%;
        row-gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .copy_right ul li {
        border: unset;
        width: 100%;
        padding: 0;
    }
    .banner_again_again {
        background-position: 166% center !important;
        padding-bottom: 3rem !important;
      }
}

/* max-width:520px */
@media screen and (max-width:520px) {

}
/* max-width:430px */
@media screen and (max-width:430px) {

    
	#backToTop {
  bottom: 15.4%;
}
    /* footer */
    footer .footer_inner .box form input {
        width: 100%;
    }

    footer .footer_inner .box form .same .same_btns {
        width: 100%;
    }

    .copy_right ul {
        width: 100%;
    }

    .copy_right ul li {
        text-align: center;
    }
}


/* max-width:400px */
@media screen and (max-width:400px) {

}
/* max-width:360px */
@media screen and (max-width:360px) {


    /* footer */
    footer .footer_inner .logo {
        width: 140px;
    }

    footer .footer_inner .address {
        gap: 10px;
        margin-top: 9px;
    }

    footer .footer_inner .social_icon {
        margin-top: 23px;
        column-gap: 20px;
    }

    footer .footer_inner .box h3 {
        font-size: 16px;
        line-height: 4rem;
    }

    footer .footer_inner .box .list {
        row-gap: 11px;
    }

    footer .footer_inner .box .logos {
        align-items: center;
    }

    footer .footer_inner .box .logos .f_logo {
        width: 146px;
    }
  
}