.hd-header-landing-pg {
  padding: 20px 0;
}

.header-logo-wrap {
  padding-left: 15px; 
  display: flex;
/*   align-items: center; */
}

.header-logo-one {
  display: block;
/*   width: 35vw; */
}

.header-logo-two {
  padding-left: 15px;
  display: block;
/*   width: 38vw; */
}

.header-logo-one img, 
.header-logo-two img {
  max-width: 100%;
  height: auto;
  display: block;   
}

/* lang switcher */

.lang-switcher-ielts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang-switcher-ielts .header-lang-label {
  color: #fff;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
}

.lang-switcher-ielts .globe_class {
  background: none;
}

.lang-switcher-ielts .hd-globe-class {
  border-radius: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.lang-switcher-ielts .hd-globe-class:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.lang-switcher-ielts .lang_list_class {
  left: -37px;
  top: 48px;
  min-width: 134px;
  display: none;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.lang-switcher-ielts .globe_class:hover .lang_list_class {
  display: unset;
}

.lang-switcher-ielts.open .lang_list_class {
  display: block;
} 

.lang-switcher-ielts .lang_list_class li {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  border: none;
}

.lang-switcher-ielts .lang_list_class:after, 
.lang-switcher-ielts .lang_list_class:before {
  display: none;
}

.lang-switcher-ielts .lang_list_class li:first-child {
  border: none;
}

.lang-switcher-ielts .lang_list_class li:last-child {
  border: none;
}

.lang-switcher-ielts .lang_list_class li a {
  padding: 8px 10px 8px 23px;
  display: block;
}

.lang-switcher-ielts .lang_list_class li a:hover,
.lang-switcher-ielts .lang_list_class li a:focus {
  color: #1f1150;
}

@media (min-width: 768px) {

  .header-logo-wrap {
    padding-left: 7.3%;
    margin-left: 0;
  }
  
  .hdr-ielts-b2b .header-logo-two {
    padding-left: 30px;
  }
  
/*   .header-logo-one {
    width: 19vw;
  } */
  
/*   .header-logo-two {
    width: 20vw;
  } */
  
  .lang-switcher-ielts {
    margin-top: 0;
    position: relative;
    padding-top: 5px;
  }
  
  .lang-switcher-ielts .header-lang-label {
    font-size: 22px;
    padding-right: 30px;
  }
 
  .lang-switcher-ielts .lang_list_class {
    top: 0;
    padding-top: 53px;
    min-width: 185px;
    left: -66px;
  }
  
  .lang-switcher-ielts .lang_list_class li {
    font-size: 18px;
  }
  
  .lang-switcher-ielts .lang_list_class li a {
    padding: 8px 10px 8px 50px;
  }

}

@media (min-width: 992px) {

/*   .header-logo-one {
    width: 14vw;
  } */
  
/*   .header-logo-two {
    width: 15vw;
  } */

  .header-logo-one img, .header-logo-two img {
    max-width: 100%;
    height: auto;
  }
  
  .lang-switcher-ielts {
    padding-right: 14%;
  }  

}


@media (min-width: 1200px) {

/*   .header-logo-one {
    width: 11vw;
  } */
  
/*   .header-logo-two {
    width: 12vw;
  } */
  
  .lang-switcher-ielts .lang_list_class {
    padding-top: 52px;
  }

}

@media (min-width: 1366px) {

/*   .header-logo-one {
    width: 100%;
    max-width: 135px;
  }
  
  .header-logo-two {
    width: 100%;
    max-width: 143px;
  } */

}

{# right to left languages #}

html[dir='rtl'] .lang-switcher-ielts {
  padding-left: 15px;
}

html[dir='rtl'] .lang-switcher-ielts .lang_list_class {
  left: 40px;
}

html[dir='rtl'] .header-logo-two {
  padding-left: 0;
  padding-right: 15px;
}

html[dir='rtl'] .lang-switcher-ielts .header-lang-label {
  padding-right: 0;
  padding-left: 20px;
}

html[dir='rtl'] .lang-switcher-ielts .lang_list_class li {
  text-align: right;
}

html[dir='rtl'] .lang-switcher-ielts .lang_list_class li a {
  padding: 8px 28px 8px 10px;
}


@media (min-width: 768px) {
  
  html[dir='rtl'] .lang-switcher-ielts .header-lang-label {
    padding-left: 30px;
  }
  
  html[dir='rtl'] .lang-switcher-ielts .lang_list_class li a {
    padding: 8px 58px 8px 10px;
  }

  html[dir='rtl'] .lang-switcher-ielts .lang_list_class {
    left: 65px;
  }
}

@media (min-width: 992px) {

  html[dir='rtl'] .header-logo-wrap {
    padding-right: 7.3%;
    padding-left: 0;
  }
  
  html[dir='rtl'] .lang-switcher-ielts {
    padding-right: 0;
    padding-left: 14%;
  }
  
  html[dir='rtl'] .lang-switcher-ielts .lang_list_class {
    left: 47px;
  }
  
  html[dir='rtl'] .lang-switcher-ielts .lang_list_class li a {
    padding: 8px 43px 8px 10px;
  }
    
}

