.aj-loggedIn .d-hidden,
.d-hidden,
.mob__only,
.mob__only_drop,
.newLoginBtn button img:last-child,
.newLoginBtn.loggedIn button img:first-child,
.new_closeBTN,
.overlay,
.service-nav-dd .dropdown-menu-nav,
header.myheader,
li.new_logoutBTn,
section.af-footer-new {
  display: none;
}
.rippleAnim:after,
.rippleAnim:before {
  content: "";
  background-color: #fff;
  left: 0;
  top: 0;
}
.mob__only_drop.open svg,
li.dropdown.show::before {
  transform: rotate(180deg);
}
.nav-order:hover::after,
.nav-order:hover::before {
  transition: height 0.3s linear, width 0.3s linear 0.3s;
}
*,
body,
dl,
ol,
ul {
  margin: 0;
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/CircularStd-Black.woff2);
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/CircularStd-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/CircularStd-Book.woff2);
  font-weight: 450;
  font-display: swap;
}
@font-face {
  font-family: CircularStd;
  src: url(../fonts/CircularStd-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}
*,
body {
  padding: 0;
  box-sizing: border-box;
  font-family: CircularStd;
}
.ist {
  padding-top: 140px;
}
.container,
.custom-container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
.navItems li a.hover {
  position: relative;
}
.mob__only_drop {
  transition: transform 0.3s;
}
.container {
  max-width: 1170px;
}
.custom-container {
  max-width: 1520px;
}
.nav-order a {
  z-index: 1;
}
header.mpw-navbar.fixedheader {
  background: #fff;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.dk-only {
  display: block;
  padding-top: 20px;
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
section.topSection {
  width: 100%;
  background-color: #00387e;
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 10px 0;
}
.blink {
  animation: 1s linear infinite blink;
}
.top-wraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-wraper ul {
  display: flex;
  list-style: none;
  align-items: center;
  max-width: 40%;
  width: 100%;
}
.top-wraper .icons-left li {
  margin: 0 10px;
}
.top-wraper .btns-right {
  justify-content: flex-end;
}
.icons-left a,
.icons-left li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: GT-Walsheim-Pro-Light;
}
.email a,
.phone a {
  letter-spacing: 1px;
}
.icons-left a svg,
.icons-left li svg {
  margin-right: 10px;
}
.btns-right a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  padding: 5px 15px;
}
.btns-right .login {
  color: #fff;
  margin-right: 10px;
  font-family: GT-Walsheim-Pro-Light;
  position: relative;
}
.btns-right .login svg {
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btns-right .login rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: 0.35s linear;
}
.btns-right .login :hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btns-right .login :hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btns-right .order {
  border-radius: 12px;
  color: #00387e;
  background-color: #fff;
  position: relative;
  transition: 0.2s;
}
.rippleAnim,
.rippleAnim:after,
.rippleAnim:before {
  position: absolute;
  height: 100%;
  width: 100%;
}
.rippleAnim {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  border-radius: 100px;
}
.rippleAnim:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  animation: 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite rippleEffect;
}
.rippleAnim:after {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12.8px rgb(0 0 0 / 30%);
  box-shadow: 0 0 12.8px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 0.8rem rgb(0 0 0 / 30%);
  box-shadow: 0 0 0.8rem rgb(0 0 0 / 30%);
  animation: 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite rippleEffect;
  opacity: 1%;
}
@keyframes rippleEffect {
  0% {
    transform: scale(0.33);
  }
  80%,
  to {
    opacity: 0;
  }
}
header.mpw-navbar {
  display: flex;
  width: 100%;
  align-items: center;
  background: 0 0;
  position: fixed;
  z-index: 111;
  top: 25px;
  padding: 15px 0;
  transition: 0.3s;
}
.nav-wraper {
  width: 100%;
}
.nav-wraper nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
nav .siteLogo {
  max-width: 200px;
  width: 100%;
  display: block;
  height: auto;
}
.cat-pages {
  width: 100%;
  display: flex;
  align-items: center;
}
.cat-pages .navItems {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.navItems a {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-weight: 450;
  line-height: 20px;
  color: #231f20;
}
.navItems .dropdown {
  color: #fff;
  position: relative;
}
.nav-order a,
.navItems .session-inner a.active,
.navItems a.active,
.navItems li a.hover:hover,
header.mpw-navbar.fixed-header .nav-order a,
header.mpw-navbar.fixed-header .navItems a.active {
  color: #00387e;
}
.navItems a.active span svg g rect,
.navItems a.active span svg path {
  fill: #117bd4;
}
.navItems li {
  cursor: pointer;
  padding-right: 28px;
  position: relative;
}
li.nav-btn.order-nav {
  position: relative;
  padding: 0;
}
.chose-package {
  display: block;
  background: #00387e;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px;
}
header.mpw-navbar.fixed-header {
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
  background-color: #fff;
  top: 0;
  z-index: 11;
}
.dropdown-content {
  position: absolute;
  width: 150px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.75);
  left: -10px;
  display: none;
  top: 45px;
  transition: 0.3s;
}
.dropdown.show .dropdown-content,
.has-dropdown.open .dropdown-menu-nav,
.newLoginBtn.loggedIn button img:last-child,
nav .siteLogo.logo-bg {
  display: block;
}
li.dropdown::before {
  position: absolute;
  content: "";
  right: -2px;
  font-size: 12px;
  bottom: 8px;
  color: #00387e;
  border-top: 10px solid #00387e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: rotate(0);
  transition: 0.3s;
}
li.dropdown.show::before {
  bottom: 10px;
}
.dropdown-content ul {
  list-style: none;
  padding: 0;
}
.navItems .dropdown-content ul li a,
header.mpw-navbar.fixed-header .dropdown-content ul li a {
  color: #fff;
  line-height: 40px;
}
.navItems .dropdown-content ul li a:hover,
header.mpw-navbar.fixed-header .navItems .dropdown-content ul li a:hover {
  color: #00387e;
  text-decoration: underline;
}
.fixed-header .navItems .dropdown,
header.mpw-navbar.fixed-header .navItems a,
header.mpw-navbar.fixed-header .nav__btns .new-login a {
  color: #000;
}
header.mpw-navbar.fixed-header .nav__btns .new-login a {
  border-color: #000;
}
.siteLogo img {
  display: block;
  max-width: 200px;
  width: 100%;
  max-height: 34px;
  height: 100%;
}
nav .siteLogo.logo-bg svg path {
  fill: #00387e;
}
.new-login-btns .mob-order {
  background-color: #00387e;
  color: #fff !important;
  text-align: center;
  padding: 11px 25px;
  max-width: max-content;
  width: 100%;
  display: block;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 500;
  margin: 10px auto 15px;
  position: relative;
  overflow: hidden;
}
.nav-order::after,
.nav-order::before {
  width: 0;
  height: 0;
  border: 3px solid transparant;
  box-sizing: border-box;
  content: "";
}
.new-login-btns .mob-order::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transform: skewX(-20deg);
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: 1s linear infinite shine;
  content: "";
}
@keyframes shine {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
.nav-order {
  transition: 1s;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 6px #00387e54;
  background: #fff;
}
.nav-order::before {
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-order::after {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-order:hover::before {
  width: 100%;
  height: 100%;
  border: 3px solid #00387e;
  border-right: none;
  border-bottom: none;
}
.nav-order:hover::after {
  width: 100%;
  height: 100%;
  border: 3px solid #00387e;
  border-left: none;
  border-top: none;
}
.pulseanim {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #00387e;
  }
  100% {
    box-shadow: 0 0 0 15px transparent;
  }
}
.session-option {
  position: relative;
  margin-left: 15px;
  max-width: 60px;
  width: 100%;
}
.session-inner {
  position: absolute;
  padding: 15px 0;
  top: 40px;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  width: 130px;
  left: -20px;
}
.navItems a.session-btn,
.newLoginBtn .userIcon,
.user_avatar,
p.greetings {
  display: flex;
  display: flex;
}
.session-inner li {
  padding: 5px;
}
.session-inner li a {
  font-size: 11px;
}
.navItems .session-inner a,
header.mpw-navbar.fixed-header .session-inner li a {
  color: #fff;
}
.navItems a.session-btn {
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
p.greetings {
  padding-left: 15px;
  font-family: GT-Walsheim-Pro-Medium;
  flex-direction: column;
}
.navItems li.first,
.newLoginBtn.loggedIn .session_links ul {
  padding-top: 10px;
}
.fixed-header .navItems .new-login a svg path {
  stroke: #000;
}
.custom-login g path,
.navItems .new-login a svg path {
  fill: #fff;
}
.user_avatar {
  align-items: center;
  justify-content: center;
}
.nav__btns .new-login a {
  border: 1px solid #231f20;
  color: #231f20;
}
.nav__btns .new-login a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.newLoginBtn .userIcon {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 100px;
  align-items: center;
  position: relative;
  justify-content: center;
  outline: 0;
}
.info-head,
.session_links ul li a {
  align-items: center;
  column-gap: 15px;
}
.userIcon img {
  display: block;
  width: 15px;
  height: 15px;
}
.newLoginBtn.loggedIn .userIcon {
  background-color: #e5efff;
}
.new-session-wraper {
  width: 100%;
  margin-left: auto;
  position: absolute;
  top: 46px;
  right: -5px;
  border: 1px solid #cee4fd;
  border-radius: 10px;
  background-color: #fff;
}
.newLoginBtn {
  margin-left: 13px;
}
.new-session-wraper.userMenu {
  max-width: 125px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.new-session-wraper.loggedUser {
  max-width: 260px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.newLoginBtn:hover .new-session-wraper.loggedUser,
.newLoginBtn:hover .new-session-wraper.userMenu {
  visibility: visible;
  opacity: 1;
}
.session_links ul {
  list-style: none;
  margin: 0;
}
.session_links ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #cee4fd;
}
.session_links ul li:hover {
  background-color: #f4f8ff;
}
.session_links ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.session_links ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
.session_links ul li a {
  font-size: 15px;
  font-weight: 450;
  line-height: 19px;
  padding: 10px 15px;
  color: #01305c;
  display: flex;
}
.session_links ul li:first-child a {
  border-radius: 9px 9px 0 0;
}
.session_links ul li:last-child a {
  border-radius: 0 0 9px 9px;
}
.info-head {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.user_avatar {
  max-width: 40px;
  width: 100%;
  border-radius: 100px;
  background-color: #f2f6ff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
p.greetings {
  font-size: 17px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.btnsWrap,
.flex,
.mpw_info a {
  display: flex;
  align-items: center;
}
.service-nav-dd ul.dropdown-menu-nav {
  list-style-type: none;
  margin-top: 15px;
}
.service-nav-dd .flex svg {
  margin-left: 10px;
}
.aj-loggedIn {
  display: flex;
  justify-content: center;
}
.mpw_info {
  padding: 15px 32px;
  flex-direction: column;
  row-gap: 15px;
  display: none;
}
.mpw_info a {
  column-gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0b2330;
}
.mpw_info a:first-child {
  padding-bottom: 15px;
}
.btnsWrap {
  column-gap: 20px;
}
.newOrderBtn a {
  display: block;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  max-width: max-content;
  padding: 7px 12px;
  position: relative;
  color: #233f8c;
  border: 1px solid #233f8c;
}
.newOrderBtn a:hover {
  background-color: #233f8c;
  color: #fff;
}
.newOrderBtn a.ai-essaywriter {
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff8906, #9ce2a7, #ffeb3b, #ff8906);
  background-size: 400%;
  padding: 7px 15px;
  border-radius: 7px;
  z-index: 1;
  animation: 10s linear infinite animate;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  height: 42px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  column-gap: 8px;
  outline: 0;
  cursor: pointer;
  margin-left: 12px;
  text-align: center;
}
.newOrderBtn a.ai-essaywriter::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #ff8906, #9ce2a7, #ffeb3b, #ff8906);
  background-size: 400%;
  border-radius: 6px;
  opacity: 0;
  transition: 0.5s;
}
@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 400%;
  }
}
.newOrderBtn a.ai-essaywriter:hover::before {
  filter: blur(5px);
  opacity: 1;
  animation: 8s linear infinite animate;
}
.ai-essaywriter .ctaNewblinkText {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(/images/ai-essay-writer-star-blank.svg);
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: -12px;
  top: -11px;
  z-index: 0;
}
.ai-essaywriter .ctaNewblinkText span {
  font-size: 7px;
  font-family: cursive;
  color: #fff;
  animation: 1s linear infinite blink;
  position: relative;
  top: 3px;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.navItems li.has-dropdown {
  padding-right: 40px;
  position: relative;
}
.service-nav-dd::before {
  position: absolute;
  right: 20px;
  height: 0;
  width: 0;
  content: "";
  transition: transform 0.1s ease-in-out;
  background-repeat: no-repeat;
  top: 7px;
  border-top: 7px solid #231f20;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.service-nav-dd:hover::before {
  transform: rotate(180deg);
  border-top: 7px solid #00387e;
}
.navItems ul.dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  border-radius: 10px;
  border: 1px solid #cee4fd;
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(15, 56, 112, 0.15);
  column-gap: 40px;
  align-items: flex-start;
  padding: 15px;
  visibility: hidden;
  width: 100%;
  margin-top: 0;
  justify-content: flex-start;
  height: auto;
}
.navItems ul.dropdown-menu.services {
  min-width: 490px;
}
.dropdown-menu:hover,
.has-dropdown:hover .dropdown-menu {
  visibility: unset;
}
.navItems ul.dropdown-menu.services ul {
  display: block;
  padding: 0;
}
.navItems ul.dropdown-menu.services p {
  font-weight: 500;
  margin-bottom: 10px;
  cursor: auto;
}
.navItems .dropdown-menu li {
  padding: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}
.navItems .dropdown-menu li a {
  padding: 12px 0 0;
  padding-right: 0 !important;
  display: block;
  width: 100%;
  color: #01305c;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-transform: capitalize;
}
.navItems .dropdown-menu li a:hover {
  color: #2d96ee !important;
  border-color: #2d96ee !important;
}
.navItems .dropdown-menu li:hover {
    background-color: unset;
}
@media (max-width: 1200px) {
  .navItems li {
    padding-right: 20px;
  }
  ul.icons-left {
    max-width: 60%;
  }
  ul.btns-right {
    max-width: 40%;
  }
  .siteLogo img {
    max-width: 190px;
  }
  .cat-pages .navItems {
    padding-left: 20px;
  }
  .navItems a,
  .nav__btns li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .cat-pages .navItems,
  .new-login-btns,
  .new_closeBTN {
    border-bottom: 1px solid #dae5f5;
  }
  .desktop-only,
  .m-none,
  .navItems li a.hover:after,
  li.nav-btn.order-nav.ex-order,
  .navItems ul.dropdown-menu.services,
  ul.nav__btns {
    display: none;
  }
  .newOrderBtn a.ai-essaywriter {
    max-width: 183px;
    margin-top: 15px;
    margin-left: auto;
    margin: righ auto righ righ;
  }
  header.mpw-navbar.fixed-header.opened,
  header.mpw-navbar.opened {
    background-color: transparent;
    box-shadow: none;
  }
  .cat-pages,
  nav .m-order .rippleAnim:before {
    background-color: #fff;
  }
  .mpw-navbar.fixed-header .nav-toggel svg path,
  .mpw-navbar.sticked .nav-toggel svg path {
    fill: #000;
  }
  header.mpw-navbar.fixed-header {
    background-color: #fff;
    top: 0;
  }
  .siteLogo.logo-bg svg,
  nav .siteLogo {
    max-width: 170px;
  }
  .cat-pages {
    width: 0;
    position: fixed;
    right: 0;
    top: 0;
    min-height: 100vh;
    height: 100%;
    z-index: 9999999;
    overflow-y: scroll;
    transition: 0.4s;
    padding-bottom: 10px;
    display: block;
  }
  .email svg,
  .phone svg {
    margin: 0 10px;
  }
  .top-wraper ul {
    max-width: unset;
    width: unset;
  }
  li.dropdown {
    font-size: 14px;
    padding: 6px 12px;
  }
  nav .m-order {
    position: relative;
    background-color: #00387e;
    display: block;
    padding: 7px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    margin-left: auto;
    margin-right: 15px;
    text-decoration: none;
  }
  .d-hidden {
    display: block !important;
  }
  .nav-toggel svg:first-child{
    display: block;
  }
  .nav-toggel svg:last-child{
    display: none;
  }
  .cat-pages .navItems {
    padding: 20px 15px;
    flex-direction: column;
  }
  .navItems li {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
  .navItems li:last-child {
    margin-bottom: 0;
  }
  .new-login-btns {
    padding: 15px 32px;
    list-style: none;
  }
  .navItems a {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .new-login-btns .sh-login a,
  a.aj-account {
    font-size: 15px;
    color: #117bd4;
    font-weight: 500;
  }
  .new_closeBTN {
    width: 100%;
    display: flex;
    top: 25px;
    justify-content: space-between;
    padding: 14px 15px 14px 0;
  }
  .mob__only {
    display: block;
    margin-right: 10px;
  }
  .mob__only_drop,
  li.new_logoutBTn {
    display: block;
  }
  .new-login-btns .sh-login {
    display: block;
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #117bd4;
  }
  .new-login-btns .sh-login a {
    display: block;
    padding: 10px 0;
  }
  .open ul.dropdown-menu,
  a.aj-account {
    display: flex;
  }
  a.aj-account {
    max-width: 185px;
    width: 100%;
    border: 1px solid #117bd4;
    border-radius: 30px;
    text-align: center;
    padding: 9px 0;
    background-color: #fff;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
  }
  .navItems ul.dropdown-menu {
    flex-direction: column;
    visibility: unset;
    padding: 0;
    border: none;
    background: 0 0;
    box-shadow: none;
    position: relative;
    min-width: unset;
    display: none;
  }
  .navItems .dropdown-menu li {
    margin-bottom: 10px;
  }
  .navItems ul.dropdown-menu.services p {
    margin-top: 25px;
  }
  .service-nav-dd::before {
    top: 7px;
    right: 0;
  }
  .open.has-dropdown::before {
    transform: rotate(180deg);
    border-top: 7px solid #00387e;
  }
  .navItems ul.dropdown-menu.whyUs {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .icons-left .email,
  .nav-order,
  .new-session-wraper,
  .top-wraper .btns-right,
  .user-info {
    display: none;
  }
  .new_closeBTN {
    display: flex;
  }
  .top-wraper .icons-left {
    justify-content: space-between;
    width: 100%;
  }
  nav .mob-logo.siteLogo {
    display: block;
  }
  nav .siteLogo svg {
    width: 100%;
    height: 35px;
  }
  .dropdown-content {
    z-index: 9;
    width: 250px;
    text-align: center;
    left: -68px;
    background: #fff;
  }
  .navItems .dropdown {
    font-size: 16px;
    color: #000;
    width: 60%;
    padding: 16px 20px;
    margin-bottom: 15px;
    background: #fcfcfc;
    border-radius: 8px;
  }
  .navItems .dropdown-content ul li a,
  header.mpw-navbar.fixed-header .dropdown-content ul li a {
    color: #000;
    line-height: 20px;
    padding: 16px 20px;
    width: 60%;
  }
  li.dropdown::before {
    right: 8px;
    bottom: 18px;
  }
  li.dropdown.show::before {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .icons-left a,
  .top-wraper .icons-left li {
    margin: 0;
  }
  nav .siteLogo {
    max-width: 150px;
  }
  .icons-left a,
  .icons-left li {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 430px) {
  nav .m-order {
    margin: 0 20px 0 auto;
    padding: 7px 20px;
    font-size: 15px;
  }
  .cat-pages .navItems {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
