/* font-family: "Montserrat", sans-serif; */
/* 100 - 900 font weight */

/*--NEW HEADER STYLES--*/
#header.site-header.new-header {
  padding: 0;
}

#header.site-header.new-header {
  border-bottom: none;
}

.site-header .site-header__container {
  display: flex;
}

.site-header .site-header__leftPanel {
  width: clamp(240px, 18.2vw, 327px);
  height: 124px;
  background-color: #1f2e4b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .site-header__leftPanel #logo a {
  display: block;
  width: 100%;
  padding: 0 12px;
}

.site-header .site-header__leftPanel #logo a img {
  width: 100%;
  max-width: 223px;
  height: auto;
}

.site-header .site-header__rightPanel {
  width: calc(100% - clamp(240px, 18.2vw, 327px));
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 3.3vw, 60px);
}

.site-header .site-header__rightPanel .site-header__rightInner {
  width: 100%;
}

.site-header .site-header__rightPanel .site-header__btnsWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.site-header .site-header__rightPanel .header-side-menu #search-open {
  position: relative;
  right: unset;
  top: unset;
  margin: 0;
}

.site-header .site-header__rightPanel .header-side-menu .account-cart-inner {
  position: relative;
  right: unset;
  top: unset;
  margin: 0;
}

.site-header .site-header__rightPanel .header-side-menu .account-cart-inner .myaccount-login {
  position: relative;
  padding-bottom: 0;
}

.site-header .site-header__rightPanel .header-side-menu .account-cart-inner .myaccount-login::after {
  content: '';
  position: absolute;
  top: 100%;
  height: 10px;
  width: 100%;
  background-color: transparent;
}

.site-header .site-header__rightPanel .header-side-menu .account-cart-inner .myaccount-login .my-account-menu {
  top: calc(100% + 10px);
}

body .site-header .btn-typ2.header-contact-btn {
  position: relative;
  right: unset;
  top: unset;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 16px 25px;
  background-color: #ee8061;
  border-radius: 100px;
}

body .site-header .btn-typ2.header-contact-btn:hover {
  background-color: #1f2e4b;
}

@media (min-width: 1200px) {


  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 3.3vw, 50px);
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu::before,
  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu::after {
    display: none;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children > a::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 13px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.7 7.4'%3E%3Cg id='c'%3E%3Cpolyline points='11.7 1.2 6.4 6.4 1 1' fill='none' stroke='%23ee8061' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li > a {
    font-size: clamp(14px, 1.03vw, 18px);
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #1b2d4d;
    padding: 0;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.current-menu-item > a,
  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.current-menu-parent > a {
    color: #ee8061;
  }

  .site-header .site-header__rightPanel .header-side-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 0;
    padding-right: 0;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul li > ul { 
    width: auto; 
    min-width: 240px;
    max-width: unset;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul li ul.sub-menu li {
    background-color: #1b2d4d;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul li ul.sub-menu li a {
    padding: 11px 26px;
    font-size: 18px;
    white-space: nowrap;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul li ul.sub-menu li a:hover {
    background-color: #ee8061;
    /* font-weight: 700; */
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul.menu > li > ul.sub-menu {
    top: calc(100% + 45px);
    padding-top: 5px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children:hover > a::after {
    pointer-events: all;
  }
}

@media screen and (max-width: 1740px) {
  .site-header .site-header__leftPanel {
    width: 240px;
  }

  .site-header .site-header__rightPanel {
    width: calc(100% - 240px);
    padding: 0 40px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu {
    gap: 40px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li > a {
    font-size: 15px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children > a::before {
    top: 6px;
    right: 0;
    width: 11px;
    height: 6px;
  }

  body .site-header .btn-typ2.header-contact-btn {
    font-size: 15px;
    padding: 11px 20px;
  }
}

@media screen and (max-width: 1600px) {
  .site-header .site-header__leftPanel {
    height: 94px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu {
    gap: 30px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul.menu > li > ul.sub-menu {
    top: calc(100% + 35px);
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li.menu-item-has-children a::after {
    height: 36px;
  }

}
@media screen and (max-width: 1400px) {
  .site-header .site-header__leftPanel {
    width: 180px;
  }

  .site-header .site-header__rightPanel {
    width: calc(100% - 180px);
    padding: 0 20px;
  }

  .site-header .site-header__rightPanel .header-side-menu {
    gap: 23px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu {
    gap: 23px;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav #menu-main-menu > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .site-header .site-header__leftPanel {
    height: 66px;
  }

  .site-header .site-header__rightPanel .header-side-menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    float: unset;
  }

  .site-header .site-header__rightPanel #mobile-nav-button {
    position: relative;
    top: unset;
  }

  .site-header .site-header__rightPanel #main-navigation .main-nav ul.menu > li > ul.sub-menu {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-header .site-header__leftPanel {
    width: 150px;
  }

  .site-header .site-header__rightPanel {
    width: calc(100% - 150px);
    padding: 0 16px;
  }
}
/*--END OF NEW HEADER STYLES--*/

/*--NEW FOOTER STYLES--*/
footer.site-footer .newsletter-wrapper .newsletter-title {
  font-size: clamp(18px,2vw,36px) !important;
  line-height: 1.1 !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

footer.site-footer .newsletter-wrapper .newsletter-title span {
  color: #b7d1fb;
}

footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel #mailpoet_form_1 .mailpoet_text {
  border: 1px solid #ffffff;
  color: #b7d1fb;
  position: relative;
  padding: 0 22px !important;
  height: auto;
  min-height: 50px;
  border-radius: 32px;
  box-shadow: none !important;
  background: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel #mailpoet_form_1 .mailpoet_text::placeholder {
  text-transform: uppercase;
  color: #b7d1fb;
}

footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel #mailpoet_form_1 .mailpoet_submit {
  position: absolute;
  bottom: 14px;
  right: 37px;
  border: none;
  border-radius: 0;
  height: 22px;
  width: 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.7 21.9'%3E%3Cg id='c'%3E%3Cpath d='M10.8,0C5.2,0,.6,4.3,0,9.7h12.7l-4.4-4.4c-.5-.5-.5-1.2,0-1.7.5-.5,1.2-.5,1.7,0l6.5,6.5s0,0,0,0c0,0,.2.2.2.3,0,.1,0,.3,0,.5,0,.2,0,.3,0,.5,0,.1-.1.2-.2.3,0,0,0,0,0,0l-6.5,6.5c-.2.2-.5.4-.8.4s-.6-.1-.8-.4c-.5-.5-.5-1.2,0-1.7l4.4-4.4H0c.6,5.5,5.2,9.7,10.8,9.7s10.9-4.9,10.9-10.9S16.8,0,10.8,0Z' fill='%23b7d1fb'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  transition: all .3s ease-in;
}

footer.site-footer .footer-details .site-footer__columnsWrap .widget-title h3 {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #b7d1fb;
  text-transform: uppercase;
}

footer.site-footer .site-footer__columnsWrap .f-col {
  padding: 0;
}

footer.site-footer #footer-base .copyright {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  footer#footer {
    padding: 100px 0px 0px;
  }

  footer.site-footer .site-footer__columns {
    width: 100%;
  }

  footer.site-footer .site-footer__columnsWrap::before,
  footer.site-footer .site-footer__columnsWrap::after {
    display: none;
  }

  footer.site-footer .site-footer__columnsWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  footer.site-footer .site-footer__columnsWrap .f-col {
    float: unset;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto !important;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .widget-title h3 {
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 38px;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .widget-title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .footer-socials .footer-socail-icons li a,
  footer.site-footer .footer-details .site-footer__columnsWrap .footer-contact-details .footer-contact li,
  footer.site-footer .footer-details .site-footer__columnsWrap .menu a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    transition: color 0.5s ease;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .footer-socials .footer-socail-icons li a:hover,
  footer.site-footer .footer-details .site-footer__columnsWrap .menu a:hover {
    color: #ee8061;
  }

  #footer-base a {
    transition: color 0.5s ease;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .courses-col .footer-contact-details .footer-contact li {
    max-width: 300px;
  }

  footer.site-footer #footer-base .copyright {
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) {

  footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel .newsletter-container {
    max-width: 580px;
    margin-left: auto;
  }

  footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel #mailpoet_form_1 .mailpoet_text {
    padding: 0 30px !important;
    min-height: 55px;
    border-radius: 32px;
    font-size: 19px;
  }

  footer.site-footer .newsletter-wrapper .newsletter-inner__rightPanel #mailpoet_form_1 .mailpoet_submit {
    bottom: 18px;
  }
} 

@media screen and (min-width: 1401px) {

  footer.site-footer .footer-details .site-footer__columnsWrap .widget-title h3 {
    font-size: 23px;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .widget-title h3::after {
    width: 66px;
    height: 6px;
  }

  footer.site-footer .footer-details .site-footer__columnsWrap .footer-socials .footer-socail-icons li a,
  footer.site-footer .footer-details .site-footer__columnsWrap .footer-contact-details .footer-contact li,
  footer.site-footer .footer-details .site-footer__columnsWrap .menu a {
    font-size: 20px;
  }
}

@media screen and (min-width: 1201px) {
  footer#footer {
    padding: 100px 0px 0px;
  }

  footer.site-footer .newsletter-wrapper {
    margin-bottom: 140px;
  }

  footer.site-footer .newsletter-wrapper .newsletter-title {
    max-width: 650px;
    /* font-size: clamp(18px,1.4444444444vw,26px) !important;
    line-height: 1.1 !important; */
  }

  footer.site-footer .site-footer__columnsWrap {
    grid-template-columns: repeat(4, 1fr);
  }

  footer.site-footer #footer-base {
    margin-top: 120px;
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 1601px) {
  footer.site-footer .container {
    width: 1470px;
  }
}

@media screen and (min-width: 1201px) {

  footer.site-footer .newsletter-inner__leftPanel,
  footer.site-footer .newsletter-inner__rightPanel {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  footer.site-footer .site-footer__columnsWrap {
    padding: 0 15px;
  }
}
/*--END OF NEW FOOTER STYLES--*/