.section__footer { background: #2F2F2F; padding: 80px 0 60px; border-radius: 120px 120px 0px 0px; position: relative; }
.footer__top_row { margin-bottom:60px; display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 60px; border-bottom: 1px solid #707070; }
.footer__top_right { display: flex; align-items: center; gap: 18px; }
.section__footer .container { max-width: 1430px; }
.footer__top_title h2 { padding-top: 0; color: #fff; }
.footer__top_left { color: #fff; }
.section__footer:before { position: absolute; top: 0; content: ""; background: #FF0455; height: 40%; right: 0; left: 0; z-index: -1; }

/*  */
/* .footer__center_cover { padding-top: 60px; } */
.footer__logo { padding-bottom: 20px; }
.footer__center_left_row { display: flex; flex-flow: wrap; margin: 0px -15px; }
.footer__center_clomn { width: calc(100% / 5 - 30px); margin: 0 15px; }
.footer__center_row { display: flex; flex-flow: wrap; }
.footer__center_left { width: 75%; padding-right: 15px; }
.footer__center_right { width: 25%; padding-left: 30px; }
.footer__center_title h5 { color: #fff; font-size: 16px; line-height: 20px; font-weight: 600; padding-bottom: 23px; }
.footer__center_menu ul li { padding-bottom: 10px; }
.footer__center_menu ul li a { display: inline-block; font-size: 14px; line-height: 21px; color: #FFFFFF; transition: all 0.4s ease; }
.footer__center_menu ul { display: block; }
.footer__center_menu ul li a:hover { color: #FFCC02; font-weight: bold; }
.footer_blog_clomn_row { display: flex; gap: 15px; flex-flow: wrap; align-items: center; }
.footer_blog_clomn_tag a { background: #00CC6F; border-radius: 20px; display: inline-block; color: #2F2F2F; font-size: 14px; padding: 5px 12px; line-height: 20px; }
.footer_blog_clomn { color: #fff; margin-bottom: 20px; }
.footer_blog_clomn_date { font-size: 14px; line-height: 20px; color: #fff; font-weight: 400; }
.footer_blog_title { font-size: 14px; line-height: 20px; padding: 11px 0px; }
.footer_btn a { font-size: 14px; line-height: 20px; color: #fff; text-decoration: none; display: inline-block; }
.footer_blog_clomn:last-child .footer_blog_clomn_tag a { background: #18B4F8; }
.footer__icon ul li a { transition: all 0.4s ease; }
.footer__icon ul li a:hover { transform: translateY(-9px); background: #fff; }
.footer_btn_two a { background: transparent; border: 3px solid #fff; !; }
.footer_btn_two a.cta_button:hover { color: #000; background: #fff; }
.footer_btn_two a.cta_button:before { display: none; border-radius: 24px; }
.footer_btn a:hover {     color: #FFCC02;  font-weight: bold; }
/*  */
.footer__bottom { padding: 18px 0; background: #363636; }
.footer__bottom_row { display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; }
.footer__copyright { font-size: 12px; color: #fff; line-height: 16px }
.footer__copyright p { font-size: 12px; line-height: 16px }
.footer__copyright a { color: #fff; }
.footer__copyright a:hover { text-decoration: underline; }
.footer__bottom .container { max-width: 1430px; }
.footer__icon ul li a { align-items: center; background: #fbdd59; border-radius: 100%; display: inline-flex; height: 30px; justify-content: center; overflow: hidden; position: relative; width: 30px; }
.footer__icon ul { padding: 0; margin: 0; list-style: none; }
.footer__icon svg { display: block; height: 15px; width: 15px; fill: #000; position: relative; transition: all .4s ease; z-index: 2; }
.footer__icon ul li { display: inline-block; margin-right: 12px; }

@media(max-width:1400px) {
  
.footer__top_row {flex-flow: wrap;}
 .footer__top_row { gap: 30px;justify-content: center;text-align: center;}
}

@media(max-width:1200px) {
    .footer__top_row { gap: 30px; justify-content: center; text-align: center; }
    .footer__center_right { width: 100%; padding-left: 0; }
    .footer__center_left { width: 100%; padding-right: 0; }
    .footer__center_left_row { margin: 0; }
}

@media(max-width:1024px) {
    .footer__center_clomn { width: calc(100% /3 - 30px); margin-bottom: 25px; }
}
@media(max-width:991px) {
    .footer__center_left_row { margin: 0 -10px; }
    .footer__center_clomn { width: calc(100% /2 - 20px); margin: 0 10px; margin-bottom: 25px; }
    .footer__center_clomn.last__box { width: 100%; margin: 0 10px; }
}
@media(max-width:767px) {
    .footer__bottom_row { gap: 14px; flex-direction: column; align-items: flex-start; }
    .footer__top_right { flex-flow: wrap; justify-content: center; }
    .section__footer { border-radius: 40px 40px 0 0; padding: 60px 0 40px; }
    .footer__top_row { padding-bottom: 40px; }
    ..footer__top_row { margin-bottom: 40px; }
    .footer__logo img { text-align: center; width: 217px !important; display: block; margin: 0 auto; }
    .footer__logo { padding-bottom: 41px; }
}