@font-face {
    font-family: "MeganDisplay";
    src: url("../fonts/Megan Display.otf") format("opentype");
}
#hamburger-1
 {
    display: none;
 }
.specialNote {
    font-size: 17px;
    line-height: 26px;
    color: #c10a0a;
    font-weight: 600;
    font-style: italic;
}

/* .jerHighlightsSec{
    display:none;
} */
.jerCalltoActionBtn {
    display: none;
}

.wtexpectCardInfo {
    display: none;
}

/* .jerWrapper.fixedHeader .headerFrontLeft a {
    padding-left: 0px !important;
} */

/*Hide css*/
header {
    background: #483865;
    transition: all 0.3s ease;
}

.headerFrontFlex {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 15px;
    align-items: center;
}

.headerFrontRight ul {
    display: flex;
    list-style: none;
}

.headerBtn {
    padding: 18px 32px 15px;
    border-radius: 10px;
    background: transparent;
    color: #55C2F4;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #55C2F4;
    margin-left: 24px;
    transition: 0.3s all;
    text-transform: uppercase;
    font-weight: 500;
}

.headerBtn.jerBtn_two,
.headerBtn:hover {
    background: #55C2F4;
    color: #fff;
}

.headerBtn.jerBtn_two:hover {
    background: transparent;
    color: #55C2F4;
}


/*hamberger Menu*/
.headerFrontLeft {
    display: flex;
}

.hamburger {
    position: relative;
    z-index: 99999999;
    margin-right: 27px;
}

.hamburger .line {
    width: 2.2rem;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 9px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger span:nth-of-type(3) {
    width: 1.5rem;
    margin: 0;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);

}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
    width: 2.2rem;
}

/*hamberger Menu*/

.jerWrapper.fixedHeader {
    background: #483865;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    /* border-bottom: 1px solid #483865; */
    transition: all 0.3s ease-in-out;
	padding:0px;
}

.jerWrapper.fixedHeader .hamburger {
    position: fixed;
}

.jerWrapper.fixedHeader .headerFrontLeft a {
    padding-left: 0px;
}

.mainMenu {
    position: fixed;
    width: 100%;
    left: 0px;
    height: 100vh;
    background: #483865;
    z-index: 9999999;
    top: 0px;
}
nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.mainMenu nav ul {
    list-style: none;
}

.mainMenu nav ul li a {
    color: #FFD5AB;
    padding: 22px 0px;
    display: block;
    text-transform: uppercase;
    transition: all 0.4s;
    font-size: 34px;
    line-height: 46px;
    font-family: 'MeganDisplay';
}

.mainMenu nav ul li a span {
    text-transform: capitalize;
}

.mainMenu nav ul li a:hover {
    color: #fff;
    position: relative;
}

.mainMenu nav ul li a:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #6e5377;
    left: 0px;
    top: 0px;
}

.mainMenu nav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #6e5377;
    bottom: 0px;
    left: 0px;
}

/*For Archive Menu*/
.archive-menu {
  position: relative;
  display: inline-block;
}

/* Button */
.archive-btn {
  display: block;
  background: #55c2f4;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px 8px;  
  text-decoration: none;
}

/* Dropdown */
.archive-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #e9e9e9;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  opacity: 999;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display:block !important;
  z-index:999;
}

/* List items */
.archive-dropdown li {
  padding: 10px 20px;
}

.archive-dropdown li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.archive-dropdown li:hover {
  background: #dcdcdc;
}

/* Hover effect */
.archive-menu:hover .archive-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.archive-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media(max-width:767px)
{
	.archive-btn {
    display: block;
    background: #55c2f4;
    color: #fff;
    padding: 8px 22px;
    border-radius: 8px 8px;
    text-decoration: none;
    font-size: 14px;
}
}
/*For Archive Menu*/
@media(max-width:1400px) {
    .container {
        padding: 0px 50px;
    }
}

@media(max-width:1199px) {
    .container {
        padding: 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .headerBtn {
        padding: 18px 24px 15px;
    }

    .jerWhattoExpectSec.jerWrapper {
        padding: 60px 24px;
    }

    .headerFrontFlex {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 550px) {
    .headerFrontRight ul li:nth-child(2) {
        display: none;
    }
    .headerFrontLeft img {
        width: 100px;
    }
    .headerBtn {
        padding: 10px 12px;
        font-size: 14px;
    }
    .hamburger .line {
        margin-top: 0;
    }
    .mainMenu nav ul {
        width: 85%;
        margin: 0px;
        padding: 0px;
    }
    .mainMenu nav ul li a {
        font-size: 24px;
        line-height: 28px;
        padding: 18px 0px;
    }
    .hamburger {
        margin-right: 20px;
        top: 12px;
    }
    .jerWrapper.fixedHeader .hamburger {
        position: fixed;
        top: 22px;
    }
    
}