/*---footer--------------------------------------------------------------------------------------------------------------*/
.footer .sm-ftsocialmedia {
  display: none !important;
}
.footer .ft_location {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ft_menus a {
  width: fit-content;
}
.footer .ft_menus {
  display: flex;
  justify-content: space-between;
}
#office-number {
  cursor: pointer;
}
.footer .ft_location .work-address {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ft_location .ft_locationbox {
  width: 75%;
}
.footer .ft_location .tooglebtn-outer {
  width: 100%;
}
.ft_location .toggle-switch .uaeoverlaybtn {
  position: absolute;
  border-radius: 50px;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: white;
}
.ft_location .toggle-switch .indiaoverlaybtn {
  position: absolute;
  border-radius: 50px;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: white;
}
.ft_location .toggle-switch .contry {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-family: "Poppins", sans-serif;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.ft_location .toggle-switch .contry .active-country {
  cursor: pointer;
  color: #747474;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-weight: 600;
  font-size: 18px;
}

.ft_location img {
  height: 55px;
  width: auto;
}
.footer {
  background-color: #302a72;
}
.ft_location .work-address address,
.ft_location .work-address span,
.ft_location .work-address a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.ft_location .work-address address {
  width: 100%;
}

.ft_location .work-address i {
  font-size: 16px;
}
/* toggle-btn */
.ft_location .toggle-switch {
  cursor: pointer;
  position: relative;
  /* width:100%; */
  height: 50px;
  border-radius: 50px;
  background-color: #302a72;
  box-shadow: inset 10px 10px 13px 7px rgba(0, 0, 0, 0.29);
}
.ft_location .toggle-switch .contry {
  padding: 0px 20px 0px 20px;
  height: 100%;
}

.ft_location .slogan {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-weight: 600;
  font-size: 18px;
}
.footer .ouroverview span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.footer .ouroverview li {
  list-style-position: inside;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.footer .ouroverview .overview {
  cursor: auto;
  list-style: none;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  font-size: 16px;
}

.footer .ourgroup .servicemenu {
  list-style-position: inside;
}
.footer .ourgroup .servicemenu li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.footer .mainmenus {
  list-style-position: inside;
}
.footer .mainmenus li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.footer .gotop-btn i {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.footer .gotop-btn {
  border-radius: 50px;
  border: 1px solid white;
}
.footer .gotop-text {
  writing-mode: vertical-lr;
  font-size: 12px;
}
.footer .gotop-text {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.footer .ftsocialmedia i {
  font-size: 22px;
}
.footer a {
  text-decoration: none;
  color: white;
}
/*footer animation*/
.footer .ftsocialmedia .gotop-btn,
i {
  cursor: pointer;
}
.footer .ouroverview li {
  cursor: pointer;
}
.footer .ftsocialmedia i:hover,
.footer .ouroverview li:hover,
.footer .ouroverview span:hover {
  color: #8077de;
}
.footer .ouroverview:hover .overview {
  color: white;
}

.footer .gotop-btn:hover i {
  color: white;
  transform: rotate(-90deg) translateX(5px);
}
/* Click effect - background turns violet */
.footer .gotop-btn:active {
  background-color: #8077de;
}

/* hidden socialmedia for sm device */
.footer .sm-ftsocialmedia {
  display: flex;
  justify-content: space-around;
}
.footer .sm-ftsocialmedia {
  font-size: 26px;
}
.footer .sm-gotop-text {
  font-size: 12px;
}
.footer .sm-ftsocialmedia i:hover {
  color: #8077de;
}
.footer .sm-gotop-btn {
  border-radius: 50px;
  border: 1px solid white;
  /* height: ; */
}
.footer .sm-gotop-btn:active {
  background-color: #8077de;
}
.footer .sm-gotop-btn i {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.footer .sm-gotop-btn:hover i {
  color: white;
  transform: rotate(-90deg) translateX(5px);
}

.policy_text {
  position: absolute;
  text-decoration: underline !important;
  right: 3%;
  font-size: 12px;
}
/* footerend--------------------------- */

/*Reponsiveness*/
/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*----footer---------------------------------------------------------------------*/
  .footer .ft_location .tooglebtn-outer {
    width: 75%;
  }
}

/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*------footer--------------------------------------------------------------*/
  /* toggle-btn */
  .policy_text {
    position: relative;
    text-decoration: underline !important;
    /* right: 3%; */
    font-size: 12px;
  }
  .ft_location .toggle-switch {
    height: 40px;
  }
  .ft_location .toggle-switch .contry {
    font-size: 14px;
  }
  .footer .sm-ftsocialmedia {
    display: flex !important;
  }
  .footer .ft_location .tooglebtn-outer {
    width: 75%;
  }
  .footer .ft_menus {
    display: flex;
    justify-content: space-around;
  }
  .footer .ft_menus .ftsocialmedia {
    display: none !important;
  }
}

/*portrait phones*/
@media (max-width: 575.98px) {
  /*------footer--------------------------------------------------------------*/
  .ft_location .toggle-switch {
    height: 40px;
  }
  .policy_text {
    position: relative;
    text-decoration: underline !important;
    /* right: 3%; */
    font-size: 12px;
  }
  .footer .sm-ftsocialmedia {
    display: flex !important;
    justify-content: space-between;
  }
  .ft_location .toggle-switch .contry {
    font-size: 14px;
  }
  .footer .ft_location {
    padding: 48px 24px 0px 24px !important;
  }
  .footer .ft_location .tooglebtn-outer {
    width: 100%;
  }
  .footer .ft_location .ft_locationbox {
    width: 100%;
  }
  .ft_location .slogan {
    font-size: 16px;
  }
  .footer .ft_menus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .ft_menus .ftsocialmedia {
    display: none !important;
  }
}
