header {
    background-color: #ce0000 !important;
}
.main_sidebar ul li:hover {
    background-color: #ce0000 !important;
}
.user_popup {
    background-color: #ce0000 !important;
}

/*Header Component*/

.logo-div {
  width: 180px;
      height: 60px;
    margin: 15px 0;
    
    display: flex;
    align-content: center;
}
.header-image {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
 }
/*slick Component*/
.purchaseProducts .WLModuleBlock {
    /*width: 90% !important;
    height:270px !important;
    margin: 15px !important;
    word-wrap: break-word;*/

}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 63px;
    line-height: 1;
    color: #696969;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev:before { content: "�"; }
[dir="rtl"] .slick-prev:before { content: "�"; }
/*.slick-prev { left: -10px; }*/
.slick-next { right: -10px; }
.slick-next:before { content: "�"; }
[dir="rtl"] .slick-next:before { content: "�"; }
.slick-prev, .slick-next { position: absolute;
    top: 40%; }


/*.slider.purchaseProducts {
    margin-left: 75px;
}*/

 .sectionTopMargin {
     top:130px;
  }
 .nav-options {
     display: none;
}

 /*-- Before login css starts --*/
 .LoginContainer #confirmpassword-error {
    display: block;
    width: 94%;
 }
.LoginContainer #requiredNote {
    /*padding-left: 30px;
    color: #ce0000;
    font-family: Helvetica;
    font-size: 12px;
    margin-left: -16px;*/
 }
  .LoginContainer #username-error, #GDCNumber-error, #password-error, #Fname-error,
 .LoginContainer #cellNo-error, .LoginContainer #confirmpassword-error {
    padding-left: 30px;
    color: #ce0000;
    font-family: Helvetica;
    font-size: 12px;
    margin-left: -16px;
 }
  /*-- Before login css ends --*/

@media only screen and (max-width:767px) {
    .header-options {
        display: none;
    }
    .nav-options {
        display: block;
    }
    .logo-div {
        height: 40px;
        margin: 14px 0;
        width: 135px;
    }
    .login-logo-div {
        margin-left: 10px;
        display: inline-block;
    }
    .login-header, #burger_menu, .inner-header {
        height: 65px;
    }
    .nav-icon {
        z-index: 2;
    }
    .welcome-msg {
        position: relative;
        bottom: 78px;
    }
    .help-logo li {
        margin-right: 0;
    }
    .sm-font {
        font-size: 12px!important;
    }
    .md-font {
        font-size: 15px!important;
    }
    .slick-prev, .slick-next { position: absolute;
    top: 30%; }

     .sectionTopMargin {
     top:60px;
  }
}
@media only screen and (min-width: 768px) {
    .help-logo p {
        width: 200px;
    }
    .login-logo-div {
        margin-left: 10px!important;
    }
     .sectionTopMargin {
     top:90px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .login-logo-div{
        margin-left: 30px!important;
    }
    .footer-wrapper {
        width: 101%;
    }
}

/*Global CSS*/
.pad-zero{
    padding-left: 0;
}
.pad-zero-v2 {
  padding-left: 0 !important;
}
.section-heading {
    font-size: 30px;
    font-weight: bold;
}
