*, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'CircularStd';
}
/* 
body {
  transition: all ease 0.4s;
} */

/* body.transFromLeft {
  transform: translateX(-270px);
} */

a,
a:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section.af-footer-new {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

header.mpw-navbar {
  width: 100%;
  position: fixed;
  top: 58px;
  background-color: transparent;
  padding: 15px 0;
  z-index: 100;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  max-width: 1170px;
  border-radius: 50px;
}

header.mpw-navbar.fixed-header {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  top: 0;
  background-color: #fff;
  border-radius: 50px;
}

header.mpw-navbar.opened {
  position: sticky;
  top: 52px !important;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(0px);
  padding: 0;
  z-index: 100;
}

nav.navWrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.navbarBrand {
  max-width: 200px;
  width: 100%;
}

.navbarBrand a {
  display: block;
}

.navbarBrand a img {
  display: block;
  max-width: 162px;
  max-height: 28px;
  width: 100%;
  height: 100%;
}

.banner-btn .pulseanim {
  position: absolute;
  content: '';
  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%);
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #233f8c;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.navPages {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

.pagesCentered {
  margin: 0 auto;
}
.lvChatDesk .underline{
  text-decoration: none;
}
.lvChatDesk .underline:hover{
  text-decoration: underline;
}
.pagesCentered ul {
  display: flex;
  list-style: none;
  margin: 0;
  position: relative;
  top: 3px;
}

.pagesCentered ul li {
  display: block;
  padding-right: 22px;
}

.pagesCentered ul li.has-dropdown {
  padding-right: 40px;
}

.pagesCentered ul .navItems .navLinks,
.service-nav-dd-title {
  display: block;
  font-size: 14px;
  font-weight: 450;
  line-height: 120%;
  text-align: left;
  /* color: #1B1A2E; */
  color: #231f20;
  cursor: pointer;
  position: relative;
  font-family: 'CircularStd' !important;
}

.pagesCentered ul .navItems .navLinks:hover,
.service-nav-dd-title:hover {
  color: #233f8c;
}

.navNewBtns {
  display: flex;
  column-gap: 10px;
  align-items: center;
  position: relative;
}

.newOrderBtn a {
  display: block;
  border-radius: 6px;
  background-color: #233F8C;
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  max-width: max-content;
  padding: 8px 12px 6px;
  position: relative;
  color: white;
  font-family: 'CircularStd' !important;
  /* border: 1px solid #233f8c; */
}
.newOrderBtn .navBtn-link{
  border: unset;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 100%;
  background-color: unset;
  color: #233F8C;
  font-family: 'CircularStd' !important;
  text-decoration: underline;
}
.newOrderBtn .navBtn-link:hover{
  text-decoration: none;
}
.newOrderBtn .navBtn-link span{
  margin-top: 0px;
}
/* .newOrderBtn a:hover {
  background-color: #233f8c;
  color: #fff;
} */

.newOrderBtn .navBtn-link:hover{
  background-color: unset;
  color: #233f8c;
}
.newLoginBtn .userIcon {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  width: 33px;
  height: 33px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  outline: none;
}

.newLoginBtn.loggedIn .userIcon {
  background-color: #e5efff;
}

.userIcon img {
  display: block;
  width: 15px;
  height: 15px;
}

/*
button.userIcon::after {
  position: absolute;
  right: -15px;
  height: 7px;
  width: 12px;
  content: "";
  background-image: url(/images/down-arrow-nav.svg);
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  bottom: 30%;
  pointer-events: none;
  transform: translateY(-50%);
} */

.new-session-wraper {
  width: 100%;
  margin-left: auto;
  position: absolute;
  top: 50px;
  right: -10px;
  border: 1px solid #cee4fd;
  border-radius: 10px;
  background-color: #fff;
}

.session_links ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #cee4fd;
}

.session_links ul li a {
  font-size: 15px;
  font-weight: 450;
  line-height: 19px;
  padding: 10px 15px;
  color: #01305c;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.session_links ul li:first-child {
  border-radius: 10px 10px 0 0;
}

.session_links ul li:last-child {
  border-radius: 0 0 10px 10px;
}

.session_links ul li:first-child a {
  border-radius: 9px 9px 0px 0px;
}

.session_links ul li:last-child a {
  border-radius: 0px 0px 9px 9px;
}

.info-head {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  column-gap: 15px;
  border-bottom: 1px solid #ccc;
}

.session_links ul li:last-child {
  border-bottom: none;
}

/* ai essay writer button style */
.btnsWrap {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.aiEssayWriterWrapper {
  position: relative;
  width: auto;
  max-width: 241px;
  height: 42px;
  margin: 0 auto;
}
.newOrderBtn a:last-child{
  position: relative;
}
.newOrderBtn a:last-child::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: shine-nav 1s 
linear infinite;
  content: '';
}

@keyframes shine-nav {
  0% {
    left: -10px;
  }

  100% {
    left: 100px;
  }
}
/* .newOrderBtn a.ai-essaywriter {
  border: none;
  padding: 7px 15px;
  border-radius: 6px;
  font-size: 13px;
  color: #1B1A2E;
  border-radius: 7px;
  background: linear-gradient(90deg, #F3CC30 0%, #F7C23B 52.08%, #FFAF51 100%);
  position: relative;
  font-size: 15px;
  background-size: 400%;
  animation: animate 10s linear infinite;
} */
.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: animate 10s linear infinite;
  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: none;
  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: animate 8s linear infinite;
}

.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: 2;
}

.ctaNewblinkText span {
  font-size: 7px;
  font-family: cursive;
  color: white;
  animation: blink 1s linear infinite;
  position: relative;
  top: 0px;
  right: -5px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* .newOrderBtn a.ai-essaywriter:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #F3CC30 0%, #F7C23B 52.08%, #FFAF51 100%);
  background-size: 600%;
  border-radius: 7px;
  opacity: 0;
  transition: .5s;
}

.newOrderBtn a.ai-essaywriter:hover:before {
  filter: blur(5px);
  opacity: 1;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

/* ai essay writer button style ends*/

.newLoginBtn.loggedIn .session_links ul {
  padding-top: 10px;
}

.session_links ul {
  list-style: none;
  margin: 0;
}

.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-family: 'GT-Walsheim-Pro-Medium';
  font-size: 17px;
  color: #000;
  display: flex;
  flex-direction: column;
}

.session_links ul li:hover {
  background-color: #f4f8ff;
}

.new-session-wraper.userMenu {
  max-width: 125px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}

.new-session-wraper.loggedUser {
  min-width: 260px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}

.newLoginBtn:hover .new-session-wraper.userMenu {
  visibility: visible;
  opacity: 1;
}

.newLoginBtn:hover .new-session-wraper.loggedUser {
  visibility: visible;
  opacity: 1;
}

.newLoginBtn button img:last-child {
  display: none;
}

.newLoginBtn.loggedIn button img:first-child {
  display: none;
}

.newLoginBtn.loggedIn button img:last-child {
  display: block;
}

/********** nav dropdown service *************/

.navItems .dropdown-menu.services {
  min-width: 270px;
  width: 100%;
}
 
.navItems .dropdown-menu.bestOffers {
  min-width: 201px;
  width: 100%;
  z-index: 2;
  top: 45px;
}

.navItems .dropdown-menu.whyUs {
  min-width: 165px;
  width: 100%;
}

.navItems .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  /* background-color: #fff; */
  border-radius: 10px;
  border: 1px solid #cee4fd;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(15, 56, 112, 0.15);
  column-gap: 30px;
  align-items: flex-start;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  height: auto;
}

.navItems .dropdown-menu li a {
  padding: 10px;
  padding-right: 0 !important;
  font-size: 14px;
  /* border-bottom: 1px solid #cee4fd; */
  display: block;
  width: 100%;
  color: #01305c;
  transition: unset;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.has-dropdown:hover  .dropdown-menu {
  visibility: unset;
}
.has-dropdown .divider:hover + .dropdown-menu {
  visibility: unset;
}
.has-dropdown:hover .hover {
  color: #233f8c;
}
.navItems .divider{
  position: absolute;
    height: 0px;
    width: 100px;
    z-index: 12;
    top: 8px;
    left: -15px;
    background: unset;
    margin: 0;
}
.has-dropdown:hover .divider   {
  height: 45px;
  visibility: unset;
}
.navItems .dropdown-menu li a:hover {
  color: #233f8c;
  border-color: #233f8c;
}

.navItems .dropdown-menu li {
  padding: 0 !important;
  display: block;
  max-width: 100%;
  width: 100%;
}

.navItems .dropdown-menu.bestOffers li,
.navItems .dropdown-menu.whyUs li {
  max-width: 100%;
}

.service-nav-dd {
  position: relative;
  display: flex;
}

.service-nav-dd::before {
  position: absolute;
  right: 25px;
  height: 5px;
  width: 5px;
  content: '';
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  top: 3px;
  pointer-events: none;
  border-left: 1px solid #585858;
  border-bottom: 1px solid #585858;
  transform: rotate(-45deg);
}


.service-nav-dd.open:hover::before {
  transform: rotate(136deg);
}

li.service-nav-dd .service-nav-dd-title.hover {
  position: relative;
}

li.service-nav-dd .service-nav-dd-title.hover:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  border-radius: 15px;
  transition: width 0.2s;
}

li.service-nav-dd .service-nav-dd-title.hover:hover:after {
  width: 100%;
  transition: width 0.2s;
}

li.service-nav-dd {
  padding-right: 40px;
}

/********** Mega Menu Services *************/
.navItems .dropdown-menu.mega-menu-services {
    min-width: max-content;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 20px 0;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    margin-top: 0;
}

.navItems .dropdown-menu.mega-menu-services::before {
    content: '';
    position: absolute;
    top: -45px;
    left: -50px;
    right: -50px;
    height: 45px;
    background: transparent;
}

.mega-menu-column {
    flex: 1;
    padding: 20px 11px;
    border-right: none;
    min-width: 0;
    max-width: max-content;
}

.mega-menu-column:first-child {
  padding-left: 25px;
}

.mega-menu-column:last-child {
  border-right: none;
  padding-right: 25px;
}

.mega-menu-column .headMega {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  padding: 0 10px;
  line-height: 1.3;
  border-bottom: none;
  letter-spacing: -0.2px;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mega-menu-column ul li {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

.mega-menu-column ul li a {
  padding: 6px 10px !important;
  font-size: 13px;
  color: #5469d4;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: none !important;
  display: inline-block;
  transition: all 0.15s ease;
  position: relative;
  text-decoration: none;
  width: auto;
}

.mega-menu-column ul li a:hover {
  background-color: transparent !important;
  color: #1e3a8a !important;
  /* padding-left: 0 !important; */
  border-color: transparent !important;
  text-decoration: underline;
}

.mega-menu-column ul li a:hover::after {
  display: none;
}

.mega-menu-column ul li:last-child a {
  border-bottom: none !important;
}

.mega-menu-column .popular-badge {
    background: #5469d4;
    color: white;
    font-size: 10px;
    padding: 5px 7px 4px;
    border-radius: 3px;
    margin-left: 8px;
    display: inline-block;
    white-space: nowrap;
    line-height: 125%;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .81px;
    position: relative;
    z-index: 2;
}

.mega-menu-column .popular-badge::before {
    content: '🔥';
    margin-right: 4px;
}

@keyframes fireGlow {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.mob-only,
.pagesCentered ul li.mob-only {
  display: none;
}
.online-dot{
      width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation: blinkDot 2s 
ease-in-out infinite;
}
@keyframes blinkDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .navItems .dropdown-menu.mega-menu-services{
        transform: unset;
  }
  .service-nav-dd .divider{
    display: none;
    height: 0px;
  }
  .mob-only.navItems{
      display: block !important;
  }
  .livCht{
    padding: 15px;
    
  }
  .livCht a{
    font-size: 16px;
        color: #3f3f3f;
        width: 100%;
        display: flex;
        align-items: center; 
        font-size: 14px;
        display: flex;
        align-items: center;
        column-gap: 8px;
        font-weight: 450 !important;
        font-family: 'CircularStd' !important;
  }
  .livCht a span img{
    display: block;
    width: 18px;
    height: 18px;
  }
  .mob-only {
    display: block;
  }
  .pagesCentered ul li.mob-only.service-nav-dd.has-dropdown {
    display: block;
  }

  nav.navWrapper {
    justify-content: space-between;
  }

  .contactBtns a img {
    display: block;
    width: 14px;
    height: 14px;
  }
.online-dot{
      margin-top: -2px;
}
  button.navToggler {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
  }

  button.navOpenBtn img {
    display: block;
    width: 20px;
    height: 20px;
  }

  .navPages {
    display: flex;
      align-items: unset;
      flex: 1;
      justify-content: unset;
      position: fixed;
      top: -52px;
      height: 100vh;
      right: 0px;
      flex-direction: column;
      width: 0;
      background-color: #fcfdff;
      transition: 0.3s ease all;
      overflow-y: auto;
      z-index: 11;
      overflow-x: hidden;
  }

  .pagesCentered ul {
    flex-direction: column;
  }

  .navMobHead {
    padding: 28px 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pagesCentered {
    margin: 0;
    padding: 15px 0px;
  }

  .desktop-only {
    display: none;
  }

  .service-nav-dd {
    display: block;
  }

  .pagesCentered ul li.has-dropdown {
    padding-right: 0;
  }

  .service-nav-dd::before {
    top: 17px;
    bottom: unset;
  }

  .service-nav-dd.open::before {
    z-index: 1;
    border-color: #fff;
  }
  .service-nav-dd:hover::before{
    top: 22px;
  }
  .service-nav-dd-title {
    display: flex;
    align-items: center;
  }

  .navItems .dropdown-menu.services {
    min-width: unset;
  }

  .service-nav-dd .navItems .dropdown-menu {
    width: 100% !important;
    position: relative;
    z-index: 9999999;
    left: 0;
    top: 5px;
    padding: 0;
    border: unset;
    transform: translateX(0);
    visibility: unset;
    display: none;
    box-shadow: none;
  }
  li.service-nav-dd .service-nav-dd-title.hover{
    border-bottom: 1px solid #dae5f5;
  }
  .navItems .dropdown-menu{
    border-radius: unset;
    position: unset;
    border: unset;
    box-shadow: unset;
    visibility: visible;
    transform: unset;
    padding: 5px 0;
    background: unset;
    display: none;
  }
  li.service-nav-dd .service-nav-dd-title.hover{
     border-bottom: none;
  }
  .has-dropdown.open .dropdown-menu {
    display: block;
    visibility: visible;
  }
  .service-nav-dd.open::before {
    top: 23px;
    bottom: unset;
    transform: rotate(136deg);
}

  .navItems .dropdown-menu li a{
    padding: 10px 15px;
    font-size: 13px;
    color: #696B81;
    border-color: #dae5f5;
  }
  .navItems .dropdown-menu li:last-child a{
    border-bottom: none;
  }
  .has-dropdown.open .navItems .dropdown-menu {
    display: flex;
  }

  .navItems .dropdown-menu li {
    max-width: 100%;
  }

  li.service-nav-dd .service-nav-dd-title.hover:hover:after {
    width: 0;
    display: none;
  }

  li.service-nav-dd.has-dropdown,
  .navItems {
    position: relative;
    border-bottom: 1px solid #dae5f5;
  }

  /* li.service-nav-dd.has-dropdown.open {
    border-bottom: 0;
  } */

  li.service-nav-dd.has-dropdown.open .service-nav-dd-title {
    background-color: #233f8c;
    color: #fff;
  }

  .service-nav-dd .navItems .dropdown-menu li {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e6f3ff;
  }

  .service-nav-dd .navItems .dropdown-menu li a {
    padding: 10px 15px;
    border: unset;
  }

  header.mpw-navbar .navItems .navLinks,
  .service-nav-dd .service-nav-dd-title {
    font-size: 16px;
    color: #231F20;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-weight: 450 !important;
  }

  .white {
    display: none;
  }

  .service-nav-dd.has-dropdown.open .white {
    display: block;
  }

  .service-nav-dd.has-dropdown.open .dark {
    display: none;
  }

  .service-nav-dd .navItems .dropdown-menu li a {
    font-size: 13px;
    color: #3f3f3f;
  }

  .service-nav-dd .navItems .dropdown-menu li:last-child {
    border-bottom: 1px solid #e6f3ff;
    border-radius: 0;
  }

  /********** Mobile Mega Menu Services *************/
  .navItems .dropdown-menu.mega-menu-services {  
    grid-template-columns: 1fr;
    min-width: unset;
    width: 100%;
    gap: 0;
    padding: 0;
    display: none;
    flex-direction: column;
  }

  .has-dropdown.open .dropdown-menu.mega-menu-services {
    display: flex;
  }
  /* .has-dropdown.open .mob-only img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(5deg) brightness(102%) contrast(100%);
  } */
  .mega-menu-column .popular-badge{
    font-size: 9px;
    margin-left: 4px;
  }
   .mega-menu-column {
        border-bottom: 1px solid #dae5f5;
        padding: 0;
        margin-bottom: 10px;
        max-width: 100%;
        padding-bottom: 10px;
        min-width: 100%;
    }

  .mega-menu-column:last-child {
    border-bottom: none;
  }

  .mega-menu-column .headMega,
  .mega-menu-column h3 {
    font-size: 15px;
        font-weight: 500;
        color: #01305c;
        margin: 0;
        padding: 12px 15px;
        background-color: unset;
        border-bottom: unset;
        cursor: pointer;
  }
.mega-menu-column:first-child {
    padding-left: 0px;
}
  .mega-menu-column ul li a {
    padding: 10px 15px !important;
    font-size: 13px;
    color: #696B81;
    border-bottom: 1px solid #dae5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mega-menu-column ul li a:hover {
    background-color: transparent;
    color: #233f8c;
    padding-left: 15px !important;
  }

  .mega-menu-column ul li a:hover::after {
    display: none;
  }

  .mega-menu-column ul li:last-child a {
    border-bottom: 1px solid #dae5f5;
  }

  .popular-badge {
    font-size: 9px;
    padding: 2px 6px;
  }

  .popular-badge::before {
    content: '🔥';
    margin-right: 3px;
  }

  .signUp--Btn {
    padding: 15px 0 30px;
    border-bottom: 1px solid #e6f3ff;
  }
  .signUp--Btn .nav-SignUp {
    display: block;
    padding: 11px 32px;
    color: #233f8c;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 175px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #233f8c;
    margin: 0 auto;
  }

  .signUp--Btn .nav-ordernow {
    background-color: #233f8c;
    color: #fff !important;
    text-align: center;
    padding: 11px 0;
    font-weight: 500;
    max-width: 175px;
    width: 100%;
    display: block;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
  }
  .signUp--Btn .nav-ordernow::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: shine 1s linear infinite;
    content: '';
  }

  .ai-essay-writer-mob {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .ai-essay-writer-mob 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: animate 10s linear infinite;
    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: none;
    cursor: pointer;
    margin-left: 12px;
    text-align: center;
    max-width: 175px;
    margin: 0 auto;
  }

  @keyframes shine {
    0% {
      left: -10px;
    }

    100% {
      left: 100px;
    }
  }

  .signUp--Btn a.nav-viewAcc {
    display: block;
    max-width: 175px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid #117bd4;
    border-radius: 7px;
    text-align: center;
    padding: 10px 32px;
    background-color: #fff;
    color: #117bd4;
    margin: 15px auto 0;
    font-weight: 500;
    background-image: url(/images/viewAccountCtaIcon.svg);
    background-repeat: no-repeat;
    background-position: 16% 42%;
  }

  .contactBtns {
    padding: 15px;
  }

  .contactBtns a {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #0b2330;
  }

  .navLinks span img,
  .service-nav-dd-title span img {
    display: block;
    width: 18px;
    height: 18px;
  }

  .navMobHead .sidebar-logo {
    display: block;
    width: 132px;
    height: 26px;
  }

  .navbarBrand a img{
    width: unset;
    max-width: 130px;
  }

  header.mpw-navbar{
    width: calc(100% - 15px);
  }

}
