footer { background-color: #414143;     margin-top: 100px;  }
.cnt_footer_top_shape span svg { position: absolute; bottom: 1px; max-height: 100px; width: 100%; display: inline-block; }
.cnt_footer_top_shape { position: relative; }
.cnt_footer_top_shape span svg path { fill: #414143; }
.cnt_footer_top_shape_cover { position: absolute; width: 100%; left: 0; bottom: -1px; }
.cnt_footer_row { display: flex; flex-wrap: wrap; align-items: flex-end; }
.cnt_footer_wrapper { margin: 0 auto; max-width: 1100px; padding: 0 20px; }
.cnt_footer_right { width: 65%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.cnt_footer_title h3 { color: #fff; line-height: 31px; }
.cnt_footer_right_link ul { margin: 20px; padding: 0; }
.cnt_footer_right_link ul li { margin: 0; list-style: none; margin-top: 7px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.cnt_footer_right_link ul li a { transition: all 0.4s ease; color: #fff; font-size: 16px; line-height: 26px; display: inline-block; }
.cnt_footer_social_icon ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.cnt_footer_social_icon ul li { list-style: none; margin: 0; }
.cnt_footer_social_icon ul li a svg { height: 32px; width: 32px; display: block; fill: #fff; transition: all 0.4s ease; }
.cnt_footer_right_cover { width: 70%; padding-right: 50px; padding-left: 50px; }
.cnt_footer_social_icon { width: 30%; }
.cnt_footer_cover { width: 50%; }
.cnt_footer_title { padding-top: 36px; }
.cnt_footer_left { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; color: #fff; font-size: 16px; font-family: roboto; }
.cnt_footer_left_cover { width: 35%; }
.cnt_footer_add { padding-right: 20px;     width: 60%; }
.cnt_footer_number { padding-left: 20px; width: 40%;  }
.cnt_footer_right ul li:hover a { color: #e11e2f; }
.cnt_footer_right ul li:hover a svg { fill: #e11e2f; }
.cnt_footer_right_link ul li a.cky-banner-element { position: relative;     cursor: pointer;  }
.cnt_footer_right_link ul li a.cky-banner-element:before { background-image: url(https://2067630.fs1.hubspotusercontent-na1.net/hubfs/2067630/Imported%20images/privacyoptions29x14.png); background-repeat: no-repeat; background-position: right; position: absolute; content: ""; top: 4px; right: -40px; left: auto; width: 31px; height: 20px; }
.cnt_footer_description { font-size: 12px; color: #808080; font-family: "Roboto", sans-serif; font-weight: 400; line-height: 1.65; padding: 20px 0 10px; }
.cnt_footer_row { padding-bottom: 20px; }

@media(max-width:991px) {
  .cnt_footer_left_cover { width: 45%; }
  .cnt_footer_right { width: 55%; }
  .cnt_footer_right_cover { width: 60%; padding-right: 20px; padding-left: 10px; }
  .cnt_footer_social_icon { width: 40%; }
  .cnt_footer_number {  padding-left: 0;  width: 100%; }
  .cnt_footer_add {  padding-right: 20px;   width: 100%; }
  .cnt_footer_add{ max-width: 200px;  }
  
}
@media(max-width:767px) {
  .cnt_footer_left_cover { width: 100%; }
  .cnt_footer_right { width: 100%; }
  .cnt_footer_right_cover { padding: 0; }
  .cnt_footer_right_link ul { margin: 0; }
  .cnt_footer_add { width: 50%; }
  .cnt_footer_number { width: 50%; text-align: center; }
  .cnt_footer_row { gap: 15px; }  
  .cnt_footer_right_link ul li a{line-height: 22px; }
  .cnt_footer_right_link ul li a.cky-banner-element:before { top: 2px;}
  .cnt_footer_add p { line-height: 30px;}
}
@media(max-width:560px) {
  .cnt_footer_social_icon ul { gap: 5px; }
  .cnt_footer_title { padding-top: 20px; }
  .cnt_footer_description { padding: 10px 0; }
  .cnt_footer_row { padding-bottom: 10px; }

