h2.com_title {
    color: #fff;
}
.location h2
{
text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body .b5ok8k3 {
    min-height: auto !important;
}
.w5wqawe #navigation ul.header-rt li.ctanav2 .btn {
  
    font-size: 14px !important;
}
  }
 @media (max-width: 800px) {
   .zd-sticky-button {
    bottom: 57px !important;
    width: fit-content !important;
}
   .b1gss9in {
 
    z-index: 21474836477 !important;
  
}
 }
 @media (min-width: 1200px) {
    body .ms8t186 {
      margin: 4px auto !important;
      width: 834px !important;
    }
  }
.wg46iuj .foot-sec  a.zd-plugin-initialized {
    display: none !important;
}

.zd-alert-box {
  bottom: 105px !important;
}
.zd-sticky-button {
  bottom: 57px !important;
}
section.carousel-main {
  position: relative;
}

ul.banner_social {
  position: absolute;
  bottom: 184px;
  z-index: 99;
  padding: 0;
  left: 22px;
}
ul.banner_social li {
  list-style: none;
  margin: 15px auto;
}
ul.banner_social li a {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

ul.banner_social li a:hover {
  transform: rotate(-360deg);
}

.form-call-wrapper * {
  font-size: 17px;

  transition: 0.5s;

  color: white;
}
.form-call-wrapper .form-call-btn:hover {
  color: #fff !important;
}

.form-call-wrapper * {
  font-size: 17px;

  transition: 0.5s;

  color: white;
}

.form-call-wrapper {
  position: fixed;

  bottom: 25px;

  left: 25px;

  width: 80px;

  height: 80px;

  text-align: center;

  font-size: 10px;

  line-height: 25px;

  -webkit-font-smoothing: antialiased;

  z-index: 9;

  cursor: pointer;
}

.form-call-wrapper:after,
.form-call-wrapper:before {
  content: "";

  border-radius: 100%;

  position: fixed;

  bottom: 30px;

  left: 60px;

  width: 70px;

  height: 70px;

  transform-origin: center center;

  box-sizing: border-box;

  z-index: 9;

  transition: 0.5s;
}

.form-call-wrapper:after {
  background: #4a3a79;

  animation: lexprofitBackAnim 3s linear infinite;
}

.form-call-wrapper:before {
  border: 1px solid #fff;

  animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.form-call-wrapper .form-call-btn {
  z-index: 10;

  position: fixed;

  background: linear-gradient(60deg, #4a3a79 0%, #4a3a79 100%);

  border-radius: 100%;

  width: 90px;

  height: 90px;

  bottom: 20px;

  left: 50px;

  padding-top: 15px;
}

.form-call-wrapper:hover .form-call-btn {
  background-color: #bbb;
}

.form-call-wrapper:hover:after {
  background-color: #aaa;
}

.form-call-wrapper:hover:before {
  border-color: #aaa;
}

.form-call-wrapper:hover .form-call-btn {
  animation: lexprofitBoundingAnim 1s linear infinite;
}

/* * Animations */

@keyframes lexprofitBackAnim {
  0% {
    transform: scaleX(0.7) scaleY(0.7);
  }

  25% {
    transform: scaleX(1.2) scaleY(1.2);
  }

  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }

  65% {
    transform: scaleX(1.2) scaleY(1.2);

    opacity: 0.7;
  }

  100% {
    transform: scaleX(0.7) scaleY(0.7);

    opacity: 0;
  }
}

@keyframes lexprofitBorderAnim {
  0% {
    transform: scaleX(1) scaleY(1);
  }

  50% {
    transform: scaleX(1.5) scaleY(1.5);
  }

  100% {
    transform: scaleX(2) scaleY(2);

    opacity: 0;
  }
}

@keyframes lexprofitBoundingAnim {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(15deg);
  }

  30% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(-15deg);
  }

  60% {
    transform: rotate(0deg);
  }
}



 @media (max-width: 500px) {
.foot-sec .justify-center{
    flex-direction: column !important;
}
#navigation ul.header-rt li.ctanav2 .btn {
    font-size: 14px !important;
}
 }