#freeship-section-bred {
    background: #8900ac !important;
    padding: 1px !important;
    color: #fff;
}
#breadcrumbs span a {
    color: #fff !important;
}
p#breadcrumbs span {
    color: #fff;
}
.top-bar {
    padding: 10px 0 10px;
    /*background: #f4f4f4;*/
    background: #020c18;
}
.mobile-version{
  display:none;
}
.sticky {
    display: block;
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 999;
        box-shadow: 0px 0px 10px #3333334d;
}
.sticky .header-sec {
    padding: 10px 0;
}

 
.separate {
    height: 9px;
    width: 1px;
    background: var(--greyv1);
    position: relative; 
}

 
 
.sub-menu li {
    margin: 0 !important;
        width: 100%;
}
/*<!--header-css-->*/

.header-menu li {
    display: flex;      align-items: center;
}
.input-menu {
    position: absolute;
    top: 11px;
    right: 7em;
    font-size: 13px;
    list-style: none;
}
.input-menu a {
    color: #222529;
    text-decoration: none;
}
.header-menu ul {
    padding: 0;    margin: 0;    display: flex;

}
.logo-wrp {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 7px 0 0px;
}
/*.logo-wrp img {
    width: 300px;
}*/
.header-menu a {
    color: var(--lightgrey);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.header-menu i {
    font-size: 25px;
        color: #777;
}
 
 
.header-menu li {
    padding: 1px 5px;
}
.header-menu img {
        max-width: 42px;
}

.header-sec {
    border-bottom: 2px solid #f4f4f4;
    padding: 20px 0;
}
.menu-item span {
    /*color: var(--green);*/
    color: #008dd2;
}
 
/*<!--primary-menu-sec-css-->*/
.primary-menu li {
    display: inline-block;
}
.primary-menu-sec li {
    display: inline-block;
    /*padding: 0 60px 0 0;*/
    padding: 25px 50px 0 0;
}
.primary-menu-sec {
    padding: 18px 0;
}
#primary-menu li .sub-menu li a {
    padding: 10px 0 10px 14px;
    width:100%;
}
#primary-menu .sub-menu {
    padding: 10px 0 0;
    margin-left: -20px;  min-width: 300px;
} 
.primary-menu-sec a {
    font-family: var(--poppins);
    text-decoration: none;
    color: var(--gray);
    font-weight: 400;
    outline: none;
    font-size: 15px;
}
#primary-menu li a:hover {
    cursor: Poppins;
    /*color: var(--green);*/
    color: #008dd2;
    transition: 0.5s;
}
 
 
#primary-menu li .sub-menu li a:hover {
    background: #f4f4f4;
    color:#f59800;
} 
#primary-menu li .sub-menu li{
   padding:0;
}
.header-menu {
    margin-top: 8px;
    margin-left: 30px;
}
.menu-item-has-children a:first-child { 
    color: var(--gray);
}
.login-wrp .menu-item {
    
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.login-wrp .menu-item span {
    font-size: 14px;
}
.login-wrp {
    position: relative; 
}
.open-menu-wrp, .close-menu-wrp, .menu-toggle{
   display:none;
}
.stiky.primary-menu-sec {
    padding: 15px 0 10px;
}
.sticky .header-sec {
    padding-bottom: 15px;
}
@media only screen and (max-width:1200px){
.header-menu li {
    padding: 1px 0px;
} 

}
@media only screen and (max-width:1029px){
.logo-wrp img {
    width: 100px;
}
.header-menu a {
    color: var(--grey);
    text-decoration: none;
    font-size: 12px;
    
}
.header-menu a {
    font-size: 12px;
    
}
.login-wrp {
    position: relative;
    top: -10px;
}
.primary-menu-sec li {
   padding: 0px 20px 0 0;
    display: block;
    margin: 0px 0 10px;
    padding-top: 14px;
}
}
@media only screen and (max-width:992px) {
.mobile-version li {
    border: 0 !important;
}
.top-bar-help-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu {
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    background-color: #f4f4f4;
}
.header-menu ul {
    padding: 4px 10px 0;
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.login-wrp .menu-item {
    min-height: 45px;
    padding-top: 7px;
}
.header-sec {
    padding: 10px 0 10px;
    margin: 40px 0 0;
}
#responsive-side-bar {
    position: absolute;
    top: 0;
    background: #1d1e20;
    z-index: 999;
    height: 100vh;
    width: 50%;
    /*left: -30em;*/
    left: 0em;
    transition: 0.7s;
    -webkit-animation: slide-in 0.5s forwards;
    box-shadow: 0px 0 5px #0000004f;
}
.close-menu-wrp p {
    font-size: 30px;
    cursor: Poppins;
}
.search-wrp-box {
    margin-top: 20px; 
}
.logo-wrp { 
    height: 50px;
    margin: 12px 0 0 !important;
}
.primary-menu-sec li {
       display: block;
    margin: 20px 0 0;
}
.primary-menu-sec li + li {
    border-top: 1px solid var(--greyv1);
}
.menu-item-has-children:hover:before {
    transform: rotate(92deg);
}
#primary-menu li .sub-menu li a:hover {
    background: transparent;
    color: var(--gray);
}
.primary-menu-sec a { 
    color: #ffff !important;
    font-weight: 300; 
    font-size: 14px;
}
.main-navigation ul ul {
    box-shadow: none;
    float: none;
    position: relative;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: none;
    background-color: transparent;
}
.menu-item-has-children:hover .sub-menu {
    display: block !important;
}
.primary-menu-sec li {
    padding: 0px 20px 0 0;
}
#primary-menu li .sub-menu li a {
    padding: 10px 0 10px 0px;
    width: 100%;
}
.menu-item-has-children:before {
    position: absolute; 
    right: 0;
    content: "\e91d";
    font-family: 'icomoon' !important;color: #fff;
}
#primary-menu .sub-menu {
       margin-left: 0;
    box-shadow: none;
    padding-left: 10px;
    background-color: transparent;
           
}
.main-navigation ul {
    display: block;
}
.open-menu-wrp {
    width: 50px;
    display: block;
    padding-top: 10px;
}

.open-menu-wrp p {
    font-size: 30px;
    position: relative;
    top: 0;
    margin: 0;
    cursor: Poppins;
    color: var(--light-black);
}
.menu-active {
    left: 0 !important;
}
.close-menu-wrp {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
    display:block;
}
.primary-menu {
    margin: 3em 0 0;
}
 
.mobile-version{
   display:block;
}
 

}

@media only screen and (max-width:768px){
.header-list {
    display: none !important;
}
.logo-wrp { 
    margin: 10px 0 0;
}
.primary-menu-sec li {
    display: block;
    margin: 0px 0 10px;
    padding-top: 14px;
} 
.header-menu li {
    padding: 1px 5px;
}
 
.login-wrp {
    top: 0;
}
.header-menu a {
    font-size: 13px;
}
 .header-sec .col-md-2 {
    min-width: 210px;
    padding-top: 4px;
}
}
@media only screen and (max-width:760px){
 
 
.search-wrp-box {
    margin-top: 5px;
}

}
@media only screen and (max-width:600px){
#responsive-side-bar {
    width: 70%;
}
.header-menu a {
    font-size: 10px;
}
#primary-menu .sub-menu { 
    min-width: auto;
}
}

.common-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 1em 0;
}

.orig::placeholder {
    filter: brightness(0.2);
    font-family: 'Poppins' !important;
    font-weight: 100 !important;
    letter-spacing: 0.2px;
    color: #000 !important;
    font-size: 12px;
}
 
.sticky .primary-menu-sec a {
    font-size: 14px;
}

.current-menu-item {
    color: #4dae65;
}

/*----custom-icons-code---*/
/*.icon-mail4:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}*/
/*----end-icons-code----*/
.custom-logo-link img{
	  width: 200px;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 5;
  /*height: 250px;*/
  height: auto;
  top: 0;
  left: 0;
  background-color: #00b4ff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 30px; 
}

.sidepanel a {
  /*padding: 8px 8px 8px 32px;*/
  padding: 15px 8px 8px 10px;
  font: normal normal 500 14px / 17px Poppins;
  text-decoration: none;
  font-size: 17px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
      text-align: left;
    font: normal normal 600 14px / 17px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    height: 48px;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: Poppins;
  background-color: #ffffff;
  color: #959595;
  padding: 25px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
/*new*/
ul.sub-menu {
    display: none;
}
ul#primary-menu {
    margin: 0 0 0em 0em;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.sidepanel ul li {
    cursor: Poppins;
    padding-left: 0px;
    text-transform: uppercase;
    list-style: none;
    background: #00b4ff;
}
.sidepanel ul li a:hover {
    color: #8c0e19 !important;
    background: #fff;
    font-weight: 600;
}