.wpe-education-topbar-text a,.wpe-topbar-phone-text a {
    color: #058283;
}
#wpe-healthcare-translation-box .switcher .selected{
  width: 90px;
  background: unset;
}
#wpe-healthcare-translation-box .switcher .selected a{
  border: unset;
  font: bold 18px/13px Roboto;
  color: #121212;
  width: auto;
}
#wpe-healthcare-translation-box .switcher.notranslate img {
    display: none;
}
#wpe-healthcare-translation-box .switcher .option{
  width: 145px;
}
#wpe-healthcare-translation-box .switcher .selected a:after{
  height: 20px;
  content: '\f107' !important;
  color: #121212;
  background-image: unset;
  font-family: 'Font Awesome 5 Free';
  right: 0;
}
#wpe-healthcare-translation-box .switcher{
  position: absolute;
  top: -13px;
}
#wpe-healthcare-translation-box .switcher .selected a:hover{
  background: unset;
}
#wpe-healthcare-translation-box .switcher .selected a.open:after{
  top: -3px;
}
/* ---------Footer Section------------------------ */
#wpe-healthcare-footer-newsletter-box input[type="email"] {
    width: 100%;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #FFFFFF;
}
#wpe-healthcare-footer-newsletter-box input[type="submit"] {
    position: absolute;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    background: unset;
    border: unset;
    padding: 13px 17px;
    color: #058283;
    font-weight: 700;
    top: 0;
}
#wpe-healthcare-footer-newsletter-box form {
    position: relative;
}
#wpe-healthcare-footer-newsletter-box .wpcf7-response-output {
    color: #fff;
}
#wpe-healthcare-footer-col-1 .elementor-widget-container {
    width: 89%;
}
#wpe-healthcare-footer-content-box .elementor-container,#wpe-healthcare-copyright-box .elementor-container{
  max-width: unset;
}

#wpe-healthcare-footer-newsletter-box .wpcf7-not-valid-tip {
  display: none;
}

/*================= Consultant CSS Start ================*/


.header-col2-row1::after {
  position: absolute;
  content: "";
  box-shadow: -0.3em 0.3em 0 0.3em #058283;
  width: 15px;
  height: 15px;
  background: transparent;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 15px !important;
}
.header-top-col1 .elementor-icon-box-icon, .header-top-col2 .elementor-icon-box-icon, .header-top-col3 .elementor-icon-box-icon, 
.header-top-col4 .elementor-icon-box-icon {
  width: 36px;
  height: 36px;
  background-color: #21333E;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px !important;   
}
.sticky-site-logo img {
  /* display: none; */
}
.sticky-logo {
  display: none;
}
.sticky .header-col2-row1 {
  display: none;
}
#wpe-healthcare-footer-newsletter-box .wpcf7-response-output {
  margin: 0em 0em 0em;
  padding: 8px 10px;
}


/*================= Consultant CSS End ================*/


#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #21333E;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0px 2px 6px #ccbabaf2;
  cursor: pointer;
}
#return-to-top .elementor-icon i:before {
  top: 13px !important;
}
#return-to-top svg {
  height: 48px;
}
