/*header*/
.sticky-header {
    background: #fff
}

.bottom-menu > ul > li > ul {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 56px;
	left: calc(50% - -56px);
	transform: translateX(-50%);
	min-width: 236px;
	display: none;
	z-index: 1;
	background: #ffffff;
	border-top: solid 3px #dd8951;
}

.home-banner .banner-text {
    top: 50%;
    transform: translateY(-50%);
}

.search_product {
  position: absolute;
  right: 219px;
  width: 29px;
  display: flex;
  justify-content: center;
  top: 16px;
  /* background: #56ccf2; */
  border-radius: 40px;
  height: 29px;
  /* border: solid 1px #56ccf2; */
}
.search_product button {
  background: none;
  border: none;
  padding: 0 10px;
  margin: 0 6px 0px;
  color: #5db6cc;
  /*! border: none !important; */
  /*! border: solid 1px #5db6cc; */
  border-radius: 42px;
  width: 35px;
  height: 33px;
  background: #fff;
}
.search_product .inp {
  font-size: 14px;
  padding: 0 5px;
  width: 230px;
}
.bottom-menu > ul > li > ul a {
    padding: 9px 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    /* background: #06667c; */
    text-decoration: none;
    font-size: 14px;
    border: none;
}

.bottom-menu > ul > li > ul a:hover {}

.bottom-menu > ul > li:hover > ul {
    display: block
}


.sticky-header .search {

    top: 22px;
}

.top-menu .Pay-Online {
    position: absolute;
    right: 0;
    top: -2px;
    background: #000;
    color: #fff;
    padding: 2px 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom-menu {
    position: relative;
    padding-right: 0;
}

.top-menu {
    position: relative;
    padding-right: 116px;
}

.top-menu > ul + a {
    display: none
}

.bottom-menu .apply-now {
    position: absolute;
    right: 50px;
    top: -7px;
    background: transparent;
    color: #ed3237;
    padding: 4px 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: solid 2px #000;
    transition: all 0.5s;
    text-decoration: none;
    font-weight: 600;
}

.bottom-menu .apply-now:hover {
    color: #fff;
    border: solid 2px #ed3237;
    background: #ed3237
}


/*stickty-header*/

/* RESET RULES
Ã¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œÃ¢â‚¬â€œ */
:root {
    --white: #fff;
    --black: #221f1f;
    --lightpurple: #000;
    --darkgray: #1e1f26;
}
.page-header.sticky-header .logo .img-fluid {
	width: 120px;
}
.page-header.sticky-header .trigger-menu-wrapper { 
	padding: 4px 0 0; 
}
.social-links a{text-decoration: none}
.trigger-menu-wrapper {
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	justify-content: center;
	transition: transform 0.4s;
	z-index: 999;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	background: #fff;
	padding: 8px 0;
}

.page-header .trigger-menu svg {
    fill: var(--white);
    margin-right: 8px;
    transition: transform 0.3s;
}

.page-header .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    text-align: center;
    padding: 15vh 0 5vh;
    overflow: auto;
    z-index: 1;
    background: var(--lightpurple);
}


.scroll-down .trigger-menu-wrapper {
    transform: translate3d(0, -100%, 0);
}

.scroll-up .trigger-menu-wrapper {
    transform: none;
}



/*stickty-header end*/






header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;

    /** box-shadow: 0px -9px 20px #000;**/
}

header .header {
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px 0 2px;
    z-index: 9;
    transition: all 0.5s;
}

.bottom-menu {
    margin-top: 0;
    margin-right: 30px;
}


.logo img {
    width: 166px;
    transition: all 0.5s;
    margin-bottom: 10px;
}


.bottom-menu > ul > li a:hover {
    color: #fcb712;
    border-bottom-color: #fcb712;
}
 
.bottom-menu > ul > li:hover > a  {
	color: #cd5c35;
	border-bottom-color: #cd5c35;
}
.top-menu > ul,
.bottom-menu > ul {
    display: flex;
    list-style: none;
    margin: -1px 0 0;
    padding-left: 0;
    justify-content: flex-end;
    padding-right: 0;
}

.top-menu > ul > li,
.bottom-menu > ul > li {
    padding-right: 20px;
    font-size: 13px;
    color: #7e7e7e;
    line-height: 15px;
    position: relative;
}

.bottom-menu > ul > li > a {
    position: relative;
}

.bottom-menu > ul > li > a::before {
    display: none
}

.bottom-menu > ul > li.sub-menu > a::before {
    content: "";
    position: relative;
    background-image: url(../images/menu-arrow.png);
    width: 10px;
    height: 5px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 9px;
    display: block;
    right: -11px;
    top: 10px;
}

.top-menu > ul > li:first-child,
.bottom-menu > ul > li:first-child {
    margin-left: 0
}

.top-menu > ul > li a {
    color: #fff;
    font-size: 12px;
}

.top-menu > ul > li {
    text-transform: uppercase
}

.bottom-menu > ul > li a {
    padding: 5px 0;
    border-bottom: solid 0px #0c7d9f;
    font-size: 15px;
    display: block;
    transition: all 0.36s;
    color: #45596a;
    text-decoration: none;
}

.scroll-up .top-social {
    display: none;
}

.Apply-Now-btn a {
    background: #f2353a;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.main-menu {
    position: relative;
    padding-left: 132px;
    margin-bottom: 10px;
}

.search-now {
    position: absolute;
    right: 2px;
    top: -5px;
    width: 31px;
    cursor: pointer;
    border: solid 2px #ed3237;
    border-radius: 60px;
    text-align: center;
    height: 31px;
    line-height: 27px;
    cursor: pointer;
}














/*footer-css*/
footer {
	background-image: url(../images/footer-vector.png);
	padding: 15px 0 10px 0;
	display: inline-block;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000;
}
.linksmenu h3 {
    color: #ee495c;
    font-size: 18px;
}

.linksmenu ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

.linksmenu ul a {
    color: #fff;
}

.follow ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
}

.social-links img {
    width: 25px;
}

.social-links-wrap {
    display: flex;
    align-items: center;
}

.social-links-wrap p {
    margin: 0 13px;
    color: #fff;
}

.follow ul li {
    width: 76px;
    margin-right: 23px;
    margin-bottom: 27px;
}

.follow ul li span {
    color: #fffcfc;
    font-size: 15px;
    display: block;
    text-align: center;
}

.follow ul li img {
    width: 29px;
    height: 24px;
    object-fit: scale-down;
    margin: auto auto 6px;
    display: block;
}

.follow h4 {
    color: #fff;
    font-size: 18px;
}

.follow {
    margin-top: 0;
}

.bottom-logo {

    padding: 11px;
    width: 207px;
    background: #fff;
}

.bottom-logo img {
    width: 205px;
}


hr {
    border-top: solid 2px #ee495c;
    margin: 20px 0;
}

.bootom-menu li {
    margin: 0 10px;
}

.icontab {
    background-image: url(../images/call-back.png);
    background-repeat: no-repeat;
    background-size: 35px;
    color: #fff;
    background-position: 0 5px;
    line-height: 21px;
    font-size: 16px;
    padding: 2px 0 2px 44px;
}

.call-whatsup {
    margin-top: 20px;
}

.call-whatsup > div {
    border-right: solid 2px #18b8ed;
    /*! max-width: 247px; */
    margin-right: 0;
    padding: 0 20px 0 20px;
}

.call-whatsup {
    margin-top: 20px;
    margin: 20px 0 22px
}

.call-whatsup > div:last-child {
    margin-right: 0px;
    border: none;
    padding: 0;
}

.call-whatsup .footerlogo img {}

.footerlogo {
    text-align: right;
}

.footerlogo img {
    width: 135px;
}

.icontab a {
    color: #fff;
}

.call-whatsup > div:first-child {
    padding-left: 0
}

.icontab a span {
    width: 21px;
    display: inline-block;
    position: relative;
    left: 49px;
    top: -4px;
}

.Copyright p {
    color: #fff;
    font-size: 15px;
    margin: 20px 0 10px;
}

.bootom-menu p {
    color: #fff;
}

.bootom-menu {
    margin: 21px 0px;
}

.bootom-menu .linksmenu {}

.bootom-menu .linksmenu ul {
    display: flex;
    justify-content: center;
}




.toggle-button {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-right: 0;
    z-index: 99;
    top: 36px;
    right: 14px;
    transition: all 0.5s;
     cursor: pointer;
    background: #fcb712;
    border-radius: 60px;
    text-align: center;
}

.toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 17px;
    top: 7px;
    transition: .5s;
    border: 3px solid #fff;
    border-bottom: none;
    background-color: #fff;
    left: 7px;
}

.toggle-button .menu-bar-middle {

    top: 13px;
}

.toggle-button .menu-bar-bottom {


    top: 18px;
    accent-color: ;
}

.toggle-button.button-open {
    /*! right: 7px; */
    /*! top: 14px; */
}

.button-open .menu-bar-top {
    transform: rotate(49deg) translate(4px, 5px);
    transition: .5s;
}

.button-open .menu-bar-middle {
    transform: translate(222px);
    transition: .1s ease-in;
    opacity: 0;
}

.toggle-button.button-open .menu-bar.menu-bar-bottom {
    transform: rotate(-45deg) translate(2px, -4px);
}

.search-now img {
    width: 11px;
}

.bottom-menu > ul > li > ul > li > ul {
    padding: 0 0 10px 13px;
    /*! list-style: none; */
    display: none;
}

.bottom-menu > ul > li > ul > li > ul > li > a {
    border: none;
    padding: 0;
    white-space: nowrap;
}

.viewbtn.SeeMore2::before {
	content: "-";
	font-size: 20px;
}
.viewbtn.SeeMore2  {
 	font-size:  0px;
}
.bottom-menu > ul > li > ul > li {
  position: relative;
  border-bottom: solid 1px #ccb57d;
}
.bottom-menu > ul > li > ul > li span {
  position: absolute;
  right: -4px;
  top: 4px;
  color: #fff;
  font-size: 18px;
  width: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.bottom-menu > ul > li:last-child{padding-right: 0}

.sidemenu {
	position: fixed;
	right: 0;
	width: 100%;
	background: #0c7d9f;
	top: 0;
	padding-top: 50px;
	height: auto;
	transform: translateX(100%);transition: all 0.3s;
	max-width: 23%;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.sidemenu.show {
 
	transform: translateX(0%);
}


.sidemenu > ul {
  padding: 20px;
  list-style: none;
}
.sidemenu > ul > li
{ border-bottom: solid 1px #ccb57d;
    
}
.sidemenu > ul > li > a {
  color: #fff;
  width: 100%;
  padding: 6px 0;
  display: block;
 
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.sidemenu > ul > li:last-child a{border: none}

.sidemenu > ul > li > ul {
	padding: 0 0 10px 15px;
	list-style: none;
 }
.sidemenu > ul > li > ul > li > a {
	border: none;
	padding: 0;
	color: #fcb712;
	font-size: 13px;
    font-weight: 700;
}
.sidemenu > ul > li > ul > li {
	list-style: outside;
}
.sticky-header .toggle-button {
	top: 15px;
}
.sidemenu > ul > li:last-child{border: none;}



.language_icon {
  position: absolute;
  right: -14px;
  top: 30px;
  width: 50px;
}
.page-header {
}
.page-header .container {
  position: relative;
}
.language_icon a {
  color: #0e70bb;
  font-weight: 600;
}
.language_icon img {
  max-width: 23px;
}
footer h4 {
	font-size: 15px;
	color: #fff;margin: 8px 0 0;
	font-weight: 400;
}





footer {
  background-color: #000;
  padding: 70px 0 0px;
  display: inline-block;
  width: 100%;
}
.linksmenu h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.linksmenu ul {
  list-style: none;
  padding: 0;
}
.linksmenu ul a {
  color: #bdb0b0;
  font-size: 13px;
}
.follow ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
.follow ul li {
  width: 64px;
  margin-right: 13px;
  margin-bottom: 24px;
}
.follow ul li span {
  color: #fffcfc;
  font-size: 11px;
  display: block;
  text-align: center;
}
.follow ul li img {
  width: 29px;
  height: 24px;
  object-fit: scale-down;
  margin: auto auto 6px;
  display: block;
}
.follow h4 {
  color: #fff;
  font-size: 18px;
}
.follow {
  margin-top: 0;
}
.bottom-logo {
  padding-bottom: 25px;
  width: 100%;
}
.bottom-logo img {
  width: 205px;
}
hr {
  border-top: solid 2px #4f4f4f;
  margin: 20px 0;
}
.bootom-menu li {
  margin: 0 10px;
}
.icontab {
  background-image: url(../images/call-back.png);
  background-repeat: no-repeat;
  background-size: 35px;
  color: #fff;
  background-position: 0 5px;
  line-height: 21px;
  font-size: 16px;
  padding: 2px 0 2px 44px;
}
.call-whatsup {
  margin-top: 20px;
}
.call-whatsup > div {
  border-right: solid 2px #18b8ed;
  margin-right: 0;
  padding: 0 20px 0 20px;
}
.call-whatsup {
  margin-top: 20px;
  margin: 20px 0 22px 
}
.call-whatsup > div:last-child {
  margin-right: 0px;
  border: none;
  padding: 0;
}
.call-whatsup .footerlogo img {
}
.footerlogo {
  text-align: right;
}
.footerlogo img {
  width: 135px;
}
.icontab a {
  color: #fff;
}
.call-whatsup > div:first-child {
  padding-left: 0 
}
.icontab a span {
  width: 21px;
  display: inline-block;
  position: relative;
  left: 49px;
  top: -4px;
}
.Copyright p {
  color: #fff;
  font-size: 15px;
  margin: 27px 0 0;
}

.loginlink {
    position: absolute;
    right: 0;
    top: 21px;
}

.loginlink a {
    background: #5db6cc;
    padding: 8px 22px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}
.loginlink a:first-child {
    background: transparent;
    color: #45596a;
    border: solid 0px #2f80ed;
}
.jeg_footer_secondary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    text-align: left !important;
}




@media screen and (min-width:0) and (max-width:991px) {
    .bottom-menu > ul > li > ul > li {
	border: none;
	list-style: disc;
	padding-left: 0;
}
     .loginlink {
	display: block;
	position: static;
	margin-top: 80px;
	background: #3e3e3e;
	padding: 20px;
	text-align: center;
} 
    
   .loginlink a {
  /*! display: block; */
  background: transparent;
  color: #fff !important;
  border: solid 1px !important;
}
    .bottom-menu {
        position: fixed;
        padding-right: 0;
        width: 100% !important;
        height: 100%;
        background: #000;
        transition: all .5s;
        top: 0;
        bottom: 0;
        right: -100%;
        margin: 0;
        z-index: 9;
    }

    .bottom-menu .apply-now {
        position: absolute;
        right: auto;
        top: 12px;
        /* background: transparent; */
        /* color: #ed3237; */
        padding: 4px 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* border: solid 2px #000; */
        transition: all 0.5s;
        text-decoration: none;
        font-weight: 600;
        color: #fff;
        border: solid 2px #ed3237;
        background: #ed3237;
        left: 10px;
        border-radius: 3px;
    }

    .bottom-menu.show {
        width: 100%;
        right: 0;
        max-height: 100%;
        overflow: auto;
    }

    .top-menu > ul,
    .bottom-menu > ul {
        margin: 0;
        padding-left: 0px;
        flex-wrap: wrap;
        padding-top: 26px;
    }

    .bottom-menu > ul > li {
        padding-right: 0px;
        font-size: 16px;
        width: 100%;
        padding-bottom: 11px;
        border-bottom: solid 1px;
    }

    .scroll-down .trigger-menu-wrapper {
        transform: translate(0, 0);
        height: 100%;
    }



    .bottom-menu > ul > li > a {
        width: 100%;
        border-bottom: solid 0px #fff;
        padding: 10px 10px 0;
        color: #fff;
        text-transform: uppercase;
    }

    .bottom-menu > ul > li:last-child {
        /*! border-bottom: none */
    }

    .bottom-menu > ul > li > ul {
        position: static;
        display: block;
        padding-top: 0;
        background: transparent;
        min-height: auto;
        list-style: none;
        color: #fff;
        padding: 3px 0 10px 25px;
        transform: inherit;
        border: none;
    }

    .bottom-menu > ul > li > ul > li {
        width: 100%;
    }

   .bottom-menu > ul > li > ul a {
	color: #ccc;
	border-bottom: none;
	padding: 10px 0 0;
	background: transparent;
}

    .toggle-button {
        top: 15px;
        display: block !important;
        right: 3px;
    }

    .toggle-button.button-open .menu-bar {


        border: 1px solid #fff;

        background: #fff;
    }

    .bottom-menu > ul > li > ul::before {
        display: none
    }

    .trigger-menu-wrapper {
        padding: 0;
    }

    .search-now {
        right: 30px;
        top: -24px;
        width: 33px;
        cursor: pointer;
        height: 33px;
    }
.search_product {
	 
	right: 42px;
	width: 32px;
	 
	top: 15px;
	 
	border-radius: 30px;
	height: 32px;
	border: solid 1px #e3e3e3;
}
    .search_product button {
	 
	padding: 0 8px;
	margin: 0 13px 0p 0x;
 
	width: 29px;
	height: 29px; 
}
    
    header {
        padding: 0;
    }

    .logo img {
        margin-bottom: 7px;
        margin-top: 5px;
        width: 128px;
    }




}
