.footer-address-wrapper {
  padding: 215px 0 30px 0;
  background-image: url(/assets/images/footer/we-serve-the-world.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  /* max-width: 1096px; */
  padding-inline: 32px;
  margin-inline: auto;
}
.footer-address-section {
  background-color: #fafafa;
}
.footer-address-wrapper .com-title {
  color: #008dd2;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 600;
  line-height: normal;
  margin-bottom: clamp(32px, 2.1vw, 50px);
}
.footer-address-wrapper .cont-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #1d1a33;
  margin-bottom: clamp(6px, 2.1vw, 12px);
}
.footer-address-wrapper .com-para {
  color: #494b4c;
  font-size: 14px;
  line-height: 140%;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 16px;
  min-height: 51px;
}
.contact-btn {
  color: #008dd2;
  font-weight: 500;
  font-size: 16px;
}
.footer-address-wrapper .slick-next {
  right: -50px;
}
.footer-address-wrapper .slick-prev {
  left: -50px;
}
.footer-address-wrapper .slick-next.slick-disabled img,
.footer-address-wrapper .slick-prev.slick-disabled img {
  filter: invert(1);
}
.footer-address-wrapper .slick-next:before,
.footer-address-wrapper .slick-prev:before {
  display: none;
}
.footer-bottom-wrapper {
  background-color: #f1faff;
}
.footer-bottom-wrapper .footer-bottom-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  flex-wrap: wrap;
}
.footer-bottom-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
  max-width: 420px;
}
.footer-bottom-wrapper .contact-list .contact-detail {
  font-size: clamp(14px, 2.1vw, 16px);
}
.footer-bottom-wrapper .title {
  flex: 0 0 100%;
}
.footer-bottom-wrapper .contact-list .contact-detail {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  gap: 8px;
  align-items: center;
}
.right-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-list {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 36px;
  padding-left: 32px;
  border-left: 1px solid #898989;
}

footer .footer-content {
  padding-top: 50px;
  border-top: 1px solid #898989;
}

footer .ftr-social img.telegram-fml {
  margin-left: 0px;
}

footer .ftr-social img.twitter-fmr {
  margin-right: 0px;
}

footer .footer-content .desc-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
  color: #000;
}

footer .footer-content p.com-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-dark-color);
}

.com-btn a {
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border-radius: 8px;
}

footer .com-btn .find-btn {
  padding: 12px 24px 12px 0;
  color: var(--text-dark-color);
}

footer .com-btn a:last-child {
  border: 2px solid #008dd2;
  color: #008dd2;
  font-size: 16px;
}

footer .footer-content ul li {
  margin-top: 24px;
}

footer .footer-content ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: var(--text-dark-color);
}

footer .footer-content .ftr-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-content .com-btn {
  margin-top: 40px;
}

.copy-right {
  background-color: #3e4095;
  padding: 16px 0;
  text-align: center;
}

.ftr-bottom-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.copy-right p.com-para {
  color: #fff;
  text-align: center;
}

.copy-right p.com-para a {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  padding-inline: 4px;
}

.top-place-in-india .location-content {
  display: flex;
  border-top: 1px solid #3e4095;
  padding-block: 24px;
  gap: 24px;
}
.top-place-in-india .location-content .small-title {
  flex: 0 0 260px;
  margin: 0;
  padding: 5px 19px 5px 0;
  font-size: 28px;
  color: #3e4095;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #3e4095;
}
.location-list {
  padding-left: 0;
  flex: calc(100% - 260px - 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.location-list li {
  flex: 0 0 calc(25% - 12px);
  width: 100%;
}
.location-list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s linear;
}
.location-list li a:hover {
  color: #18b0df;
}
.location-list li a .location-box {
  width: 17px;
  height: 32px;
  display: grid;
  place-content: center;
}
.footer-bottom-top .social-list a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: 2px solid transparent;
  transition: 0.2s all;
}
.footer-bottom-top .social-list a img {
  transition: 0.2s all;
}
.footer-bottom-top .social-list a:hover {
  border-color: #18b0df;
}
.footer-bottom-top .social-list a:hover img {
  padding: 4px;
}

/* added styles for the ticker section <start>*/
.ticker {
  background: #222;
  color: #FFF;
  padding: 8px 0 6px 0;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 14px;
}

.ticker .main-header .blink {
  padding: 0px;
  text-align: center;
  line-height: 15px;
}
.ticker .main-header .blink a {
  color: #fff;
  transition: color 0.5s;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  content: "";
}
/* added styles for the ticker section <end>*/


/* styles for the floating sidebar <start>  */
.sidebar-icon  {
  position: fixed;
  top: calc(50% - 80px);
  z-index: 2;
  left: 0;
  background: #fff;
  text-align: center;
  border-radius: 0 7px 7px 0;
  padding: 0;
  box-shadow: 1px 0px 3px #e1e1e1;
  transition: transform .2s;
}


.sidebar-icon ul{
margin: 0
}
.sidebar-icon ul li:first-child a {
  border-top-right-radius: 7px;
}
.sidebar-icon ul li:last-child a {
  border-bottom-right-radius: 7px;
}
.sidebar-icon ul li {
position: relative;
list-style: none;
margin: 0
}
.sidebar-icon ul li a {
  padding: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
}
.sidebar-icon .borderBottom {
  height: .7px;
  background: #e1e1e1;
  width: 20px;
  margin: 0 auto;
}
.sidebar-icon span.hover-txt {
  position: absolute;
  top: 5px;
  left: 105%;
  width: max-content;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  display: none;
}
.sidebar-icon ul li a:hover {
  background: #3e4095 ;
  color: #fff
}

.sidebar-icon ul li a:hover+span.hover-txt {
  display: block;
}
.sidebar-icon ul li a{
position: relative;

}
.sidebar-icon ul li a:after{
content: "";
background: #e1e1e1;
width: 70%;
height: 0.7px;
left: 0;
right: 0;
margin: auto;
position: absolute;
bottom: 0;

}
.sidebar-icon ul li:last-child a:after{
display: none;
}
.sidebar-icon ul li i{
  font-size: 22px;
  color: #fff;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
/*sidebar fixed*/
.sidebar-icon {
                  position: fixed;
        top: calc(50% - 80px);
                  z-index: 2;
                  left: 0;
                  background: #008DD2;
                  text-align: center;
                  border-radius: 0 12px 12px 0;
                  box-shadow: none;
                  transition: transform .2s;
                  width: 45px;
                  padding: 8px;
                  box-sizing: border-box;
              }

              .sidebar-icon ul li a {
                  padding: 0;
                  background: #008DD2;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 28px;
                  height: 40px;
                  box-sizing: border-box;
                  padding-bottom: 10px;
                  margin-bottom: 8px;
              }

              .sidebar-icon span.hover-txt {
                  position: absolute;
                  top: 10px;
                  left: 140%;
                  width: max-content;
                  background: #008DD2;
                  color: #fff;
                  font-size: 12px;
                  padding: 4px 10px;
                  border-radius: 5px;
                  display: none;
              }

              .sidebar-icon ul li a:hover {
                  color: #fff;
                  background: #008DD2;
              }

              .sidebar-icon ul li a:after {
                  content: "";
                  background: #fff;
                  width: auto;
                  height: 1px;
                  left: 0;
                  right: 0;
                  margin: auto;
                  position: absolute;
                  bottom: 0;
              }

              .sidebar-icon ul li:last-child a {
                  margin-bottom: 0;
                  padding-bottom: 0;
              }

              .sidebar-icon a img {
                  filter: invert(1);
                  width: 32px;
                  height: 32px;
              }

              .sidebar-icon ul li a:before {
                  content: "";
                  position: absolute;
                  display: block;
                  left: -10%;
                  width: 0;
                  height: 0;
                  margin-left: -3px;
                  z-index: -1;
                  border: 13px solid transparent;
                  border-left: 15px solid #008DD2;
                  transform: translate(calc(100% + 0px), -50%);
                  top: 50%;
                  -moz-transition: all 300ms;
                  -o-transition: all 300ms;
                  -webkit-transition: all 300ms;
                  transition: all 300ms;
              }

              .sidebar-icon span.hover-txt {
                  position: absolute;
                  top: 8px;
                  left: 160%;
                  width: max-content;
                  background: #008DD2;
                  color: #fff;
                  font-size: 15px;
                  padding: 4px 10px;
                  border-radius: 5px;
                  display: none;
              }

              .sidebar-icon ul li a:hover:before {
                  left: 44%;
                  -moz-transition: all 300ms;
                  -o-transition: all 300ms;
                  -webkit-transition: all 300ms;
                  transition: all 300ms;
              }

/* styles for the floating sidebar <end>  */

@media (max-width: 767px) {
  .footer-address-wrapper {
    background-size: contain;
    padding-top: 129px;
  }
  .footer-address-wrapper .slick-next {
    right: -18px;
  }
  .footer-address-wrapper .slick-prev {
    left: -30px;
  }
  .footer-address-wrapper button.slick-arrow.slick-prev.slick-disabled,
  .footer-address-wrapper button.slick-arrow.slick-next.slick-disabled {
    display: none !important;
  }
  .footer-address-wrapper .address-item {
    padding-inline: 16px;
  }
  .footer-address-wrapper .com-para {
    padding-right: 0;
  }
  .ftr-link-content {
    flex: 0 0 50%;
  }
  .footer-bottom-wrapper .footer-bottom-top {
    flex-direction: column;
  }
  .footer-bottom-wrapper .footer-bottom-top .logo-box img {
    max-width: 200px;
  }
  .footer-bottom-wrapper .contact-list {
    flex-direction: row;
    min-width: 300px;
    gap: 12px;
    justify-content: space-between;
  }
  .footer-bottom-wrapper .contact-list .title {
    font-size: 18px;
  }
  .footer-bottom-top .social-list a img {
    width: 100%;
    height: 100%;
  }
  .footer-bottom-top .right-area {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .footer-bottom-wrapper .title {
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  .top-place-in-india .location-content {
    flex-direction: column;
  }
  .top-place-in-india .location-content .small-title {
    flex: unset;
    border-right: 0;
    border-bottom: 1px solid #3e4095;
    width: 260px;
    margin-inline: auto;
  }
  .footer-bottom-wrapper .contact-list .contact-detail a {
    white-space: nowrap;
  }
  .location-list li {
    flex: 0 0 calc(33% - 16px);
  }

  .social-list {
    border-left: none;
    padding-left: 0;
  }
}
