
*,body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'CircularStd';
}
header .container {
  max-width: 1170px;
}
body.transFromLeft{
  transform: translateX(-266px);
}


a,a:hover {

  text-decoration: none
}
.navItems li a.hover{
  position: relative;
}
.navItems li a.hover:after {
  content: '';
  width: 0;
  height: 1.5px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 15px;
  transition: width 0.2s;
}
.fixed-header .navItems li a.hover:after {
  background: #000;
}
.navItems li a.hover:hover:after {
  width: 100%;
  transition: width 0.2s;
}
.navItems li a.active.hover:hover:after {
  display: none;
}
.mob__only,.new_closeBTN {
  display: none;
}

.container {

  max-width: 1170px;

  width: 100%;

  margin: 0 auto;

  padding: 0 15px
}


 .logo-m{
        width: 55px;
        margin-right: 140px;
}




.custom-container {

  max-width: 1520px;

  width: 100%;

  margin: 0 auto;

  padding: 0 15px
}



.nav-order a {

  z-index: 1
}



header.mpw-navbar.fixedheader {

  background: #fff
}



section.af-footer-new {

  display: none
}



.overlay {

  position: fixed;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, .2);

  z-index: 2;

  display: none
}



.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: #1276CE;

  position: sticky;

  top: 0;

  z-index: 2;

  padding: 10px 0
}



.blink {

  animation: blink 1s linear infinite
}



@keyframes blink {

  0% {

    opacity: 0
  }

  50% {

    opacity: .5
  }

  100% {

    opacity: 1
  }

}



.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: all .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: all 1.35s cubic-bezier(.19, 1, .22, 1)
}



.btns-right .order {

  border-radius: 12px;

  color: #1276CE;

  background-color: #fff;



  position: relative;

  transition: .2s all ease
}



.rippleAnim {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  width: 100%;

  height: 100%;

  z-index: 0;

  border-radius: 100px
}



.rippleAnim:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  left: 0;

  top: 0;

  background-color: #fff;
  border-radius: 20px;

  animation: rippleEffect 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}



.rippleAnim:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;
  border-radius: 20px;

  height: 100%;

  background-color: #fff;

  -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 .8rem rgb(0 0 0 / 30%);

  box-shadow: 0 0 .8rem rgb(0 0 0 / 30%);

  animation: rippleEffect 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite;

  opacity: 1%
}



@keyframes rippleEffect {

  0% {

    transform: scale(.33)
  }

  80%,

  to {

    opacity: 0
  }

}



header.mpw-navbar {
  display: flex;
  width: 100%;
  align-items: center;
  background: 0 0;
  position: fixed;
  z-index: 2;
  top: 5px;
  padding: 5px 0;
  transition: 0.3s ease all;
  background: transparent;
  height:75px;

}



.nav-wraper {

  width: 100%
}



.nav-wraper nav {

  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  position: relative
}



nav .siteLogo {
  max-width: 200px;
  width: 100%;
  display: block;
  height: auto;
  margin-left: -70px;
}

.cat-pages {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom:15px;

}

.cat-pages .navItems {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  margin-left: auto;
  padding-right:60px;
}



.navItems a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  padding: 5px 0;
  font-family: CircularStd;
}
ul.nav__btns {
  display: flex;
  align-items: center;
  list-style: none;
  max-width: max-content;
  width: 100%;
  margin-left: 50px;
  column-gap: 15px;
  justify-content: flex-end;
  margin-right: 15px;
}
.nav__btns  li a{
  min-width:79px;
  width:100%;
  padding:6px 0;
  color: #fff;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  justify-content:flex-end;
  display: block;
  font-family: CircularStd;
}
.nav__btns .new-login a{
  border: 1px solid #FFFFFF;
}
.nav__btns .new-signup a{
  border: 1px solid #1276CE;
  background-color: #1276CE;
  position: relative;
  min-width: 100px;
}
.navItems .dropdown {

  color: #fff;

  position: relative;

}



.navItems a.active {
  color: #1276CE
}
.navItems a.active span svg path, .navItems a.active span svg g rect {
  fill: #117BD4;
}



/* .navItems li a:hover,

header.mpw-navbar.fixed-header .navItems li a:hover {

color: #1276CE

} */



.navItems li {
  cursor: pointer;
  padding-right: 28px;
}

li.nav-btn.order-nav {

  position: relative;

  padding: 0;

}


.chose-package {

  display: block;

  background: #1276CE;

  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: 8;
}
/* header.mpw-navbar.sticked {
  transform: translateY(0px);
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%);
  z-index: 8;
} */


.dropdown-content {

  position: absolute;

  width: 150px;

  padding: 20px 0;

  background-color: rgba(0, 0, 0, 0.75);

  left: -10px;

  display: none;

  top: 45px;

  transition: all ease 0.3s;

}

.dropdown.show .dropdown-content {

  display: block;

}

li.dropdown::before {

  position: absolute;

  content: '';

  right: -2px;

  font-size: 12px;

  bottom: 8px;

  color: #1276CE;

  border-top: 10px solid #1276CE;

  border-right: 5px solid transparent;

  border-left: 5px solid transparent;

  transform: rotate(0deg);

  transition: all ease 0.3s;

}

li.dropdown.show::before {

  transform: rotate(180deg);

  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: #1276CE;

  text-decoration: underline;

}

header.mpw-navbar.fixed-header .navItems a.active {

  color: #1276CE
}





header.mpw-navbar.fixed-header .navItems a,
.fixed-header .navItems .dropdown, 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;
  width: 270px;
  height: 70px;
  padding-left: 170px;
  padding-right: 20px;
}



nav .siteLogo.logo-bg {

  display: none
}



nav .siteLogo.logo-bg svg path {

  fill: #1276CE
}



.d-hidden,

.aj-loggedIn .d-hidden {

  display: none
}



 .new-login-btns .mob-order {
  background-color: #1276CE;
  color: #fff !important;
  text-align: center;
  padding: 11px 0;
  font-weight: 500;
  max-width: 185px;
  width: 100%;
  display: block;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
}

.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: shine 1s linear infinite;
  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 #233f8c54
}



.nav-order::before {

  position: absolute;

  content: "";

  width: 0;

  height: 0;

  left: 0;

  bottom: 0;

  border: 3px solid transparant;

  box-sizing: border-box
}



.nav-order::after {

  position: absolute;

  content: "";

  width: 0;

  height: 0;

  top: 0;

  right: 0;

  border: 3px solid transparant;

  box-sizing: border-box
}



.nav-order:hover::before {

  width: 100%;

  height: 100%;

  border: 3px solid #1276CE;

  border-right: none;

  border-bottom: none;

  transition: height .3s linear, width .3s linear .3s
}



.nav-order:hover::after {

  width: 100%;

  height: 100%;

  border: 3px solid #1276CE;

  border-left: none;

  border-top: none;

  transition: height .3s linear, width .3s linear .3s
}



.nav-order {

  background: #fff
}



.nav-order a,

header.mpw-navbar.fixed-header .nav-order a {

  color: #1276CE
}



.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 0px #1276CE;

  }

  100% {

    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);

  }

}

.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;

}

.session-inner li {

  padding: 5px;

}

.session-inner li a {

  font-size: 11px;

}

header.mpw-navbar.fixed-header .session-inner li a {

  color: #fff;

}

.navItems .session-inner a {

  color: #fff;

}

.navItems .session-inner a.active {

  color: #1276CE;

}

.navItems a.session-btn {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

p.greetings {
  padding-left: 15px;
  font-family: 'GT-Walsheim-Pro-Medium';
  font-size: 17px;
  color: #000;
  display: flex;
  flex-direction: column;
}

.navItems li.first {

  padding-top: 10px;

}


.fixed-header .navItems .new-login a svg path {
  stroke: #000;
}

.navItems .new-login a svg path {
  fill: #fff;
}

.custom-login g path {

  fill: #fff;

}

.user_avatar {
  max-width: 40px;
  width: 100%;
  border-radius: 100px;
  background-color: #1276CE;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav__btns .new-login a {
  border: 1px solid #1276ce;
}
.nav__btns .new-login a:hover{
  background: rgba(255, 255, 255, 0.3);
}
.user-info::before {
  position: absolute;
  bottom: -5px;
  right: -19px;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  content: "";
  background-image: url(../images/down-arrow.svg);

}

.banner-wraper .banner-head span {
    color: #117BD4;
}

.sticked .user-info::before,.fixed-header .user-info::before {
  background-image: url(../images/down-arrow-blue.svg);
}
.sticked .nav__btns .user-info svg path,.fixed-header .nav__btns .user-info svg path {
  fill: #117bd4;
}

.user-info {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
a.newlogOutBtn {
  min-width: 79px;
  /* width: 100%; */
  padding: 6px 0;
  color: #fff;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100px;
  text-align: center;
  justify-content: flex-end;
  display: block;
  border: 1px solid #FFFFFF;
}
.new-session-wraper {
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  background-color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 53px;
  display: none;
  right: -14px;
  backdrop-filter: blur(20px);
  border-radius: 5px;
  box-shadow: 0 0 60px rgb(14 42 71 / 25%);
}
.fixed-header a.newlogOutBtn {
color: #000;
border-color: #000;
}
header.mpw-navbar.fixed-header .new-session-wraper {
  top: 59px;
}

.new-session-wraper::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  content: '';
  top: -10px;
  right: 18px;

}

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

.session_links ul {
  padding-left: 20px;
  list-style: none;
  padding-top: 10px;
}

.session_links ul li {
  padding: 10px 0;
  display: block;
}

.session_links ul li a {
  color: #000;
  font-size: 16px;
  font-family: 'CircularStd';
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 100%;
  justify-content: flex-start;
}

.session_links ul li a:hover {
  color: #1276CE;
  transition: 0.3s ease all;
}

.session_links ul li a svg {
  margin-right: 15px;
}

.session_links ul li a svg path {
  fill: #000000;
}

li.new_logoutBTn {
  display: none;
}
.mpw_info {
  padding: 15px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  display:none;
}
.mpw_info a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0B2330;
}
.mpw_info a:first-child {
  padding-bottom: 15px;
}
@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 {
    font-size: 14px;
  }
  .nav__btns li a {
    font-size: 14px;
  }

}



@media (max-width:991px) {

  .navItems li a.hover:after {
 display: none;
}
header.mpw-navbar.fixed-header.opened,  header.mpw-navbar.opened {
  background-color: transparent;
  box-shadow: none;
}
li.nav-btn.order-nav.ex-order {
  display: none;
}
.nav-toggel svg path {
  fill: #fff;
}

.mpw-navbar.sticked .nav-toggel svg path,
.mpw-navbar.fixed-header .nav-toggel svg path  {
  fill: #000;
}
  header.mpw-navbar.fixed-header {

    background-color: #fff;

    top: 0;

  }
  nav .siteLogo,
  .siteLogo.logo-bg svg {

    max-width: 170px;

  }
  .cat-pages {

    width: 0;

    position: fixed;

    right: -266px;

    background-color: #fff;

    top: 0;

    height: 100vh;
z-index: 9999999;
    overflow-y: scroll;

    transition: .4s ease all;
    padding-bottom: 160px;
  }
  .cat-pages {
    display: block;
  }


  .email svg,

  .phone svg {

    margin: 0 10px
  }

  .top-wraper ul {

    max-width: unset;

    width: unset
  }

  .navItems li {

    padding: 6px;

  }

  .navItems a {

    font-size: 13px;

  }

  li.dropdown {

    font-size: 14px;

    padding: 6px 12px;

  }

  nav .m-order .rippleAnim:before {

    background-color: #fff
  }

  nav .m-order {

    position: relative;

    background-color: #1276CE;

    display: block;

    padding: 7px;

    border-radius: 20px;

    color: #fff;

    font-size: 16px;

    line-height: 17px;

    margin-left: auto;

    margin-right: 15px
  }
  .d-hidden {

    display: block !important
  }

  .cat-pages .navItems {
    padding: 20px 32px;
    flex-direction: column;
    border-bottom: 1px solid #DAE5F5;
  }

  .navItems li {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
  .navItems li:last-child{
    margin-bottom: 0px;
  }

  .new-login-btns {
      padding: 15px 32px;
      border-bottom: 1px solid #DAE5F5;
      list-style: none;
  }
  .navItems a {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .new_closeBTN {
    width: 100%;
    display: flex;
    top: 25px;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #DAE5F5;
  }
  .mob__only {
    display: block;
    margin-right: 30px;
  }
  .new-login-btns .sh-login {
    display: block;
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
    background: #FFFFFF;
    border: 1px solid #117BD4;
    border-radius: 100px;
  }
  .new-login-btns .sh-login a {
    color: #117bd4;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
  }
  a.aj-account {
    display: flex;
    max-width: 185px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #117BD4;
    border-radius: 30px;
    text-align: center;
    padding: 9px 0;
    background-color: #fff;
    color: #117BD4;
    margin-bottom: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
  }

  .m-none {
    display: none;
  }


  li.new_logoutBTn {
    display: block;
  }
  ul.nav__btns {
    display: none;
  }
}



@media (max-width:767px) {

  .user-info,
  .new-session-wraper {
    display: none;
  }
  .new_closeBTN{
    display:flex;
  }

  .top-wraper .icons-left {
    width: 100%;
    justify-content: space-between
  }
  .nav-order {
    display: none
  }
  .top-wraper .btns-right {

    display: none
  }

  .top-wraper .icons-left {

    width: 100%
  }

  .icons-left .email {

    display: none
  }

  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 {

    margin: 0
  }

  nav .siteLogo {

    max-width: 150px
  }

  .icons-left a,

  .icons-left li {

    font-size: 14px;

    letter-spacing: 0
  }

  .top-wraper .icons-left li {

    margin: 0
  }

  .icons-left a {

    margin-right: 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;
  }

}
