/* Change background color of search button */
.commonStyle__zt3BrandBg {
    background-color: #4c5aff !important;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: rgb(76, 90, 255, 0.9) !important;
}

.Header__homeNavbarFixed .SearchContainer__searchIcon {
    padding: 0rem 1rem 0 !important;
}

.Header__homeNavbarFixed .Input__headerSearch {
    padding: 0.5rem .75rem !important;
   
}

.Header__globalSearch, .Header__globalSearchAlt {
    width: 50% !important;  
}

.Header__logo img {    
    max-width: 3.5rem !important;  
}

.Header__homeNavbarFixed .SearchContainer__moduleChangePopup {
    margin: 0.3rem 0 .500rem .125em !important;
    padding: .25rem .625rem 0;
}

.Header__name{
  display:none !important;
}

.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before {
    background-color: #fff !important;
}

.Header__container {
    min-height: 64px !important;
}

.SearchContainer__downArrow{
border-top-color:#4c5aff !important;
}

h2.Header__searchTitle {
    margin-top: 60px !important;
    margin-bottom: 0 !important;
    /* line-height: 20px; */
    font-weight: 700 !important;
    font-size: 35px !important;
}

p.Header__description{
margin:0 auto !important;
  padding:0 0 20px 0 !important;
}

.ContentBox__headerMid {
    margin: 1rem 0 0 0;
  font-weight:600;
}

.ContentBox__alignCenter p {
    margin: 4px 0 0 0;
}

.Button__footerBtn {
    background: #4c5aff !important;
  font-size:14px !important;
  font-weight:600 !important;
  padding: 12px 25px !important;
}

.Button__footerBtn:hover {
    background: #124acc !important;
}

.Footer__footerInfo{
padding:0 20px !important;
  text-align:left !important;
  width:100% !important;
  justify-content:space-between
}

.Footer__footerQus{
  font-size:25px !important;
font-weight:600 !important
}

.Footer__footerCopyrigt {
    background-color: #0B273B !important;
}

.Footer__container2{
display:none;
}

.cw_moduleLink{
    display: inline-block;
    width: auto;
    height: 65px
}
.cw_moduleLink img{
    width: 100%;
    height: 100%;
    display: inline-block
}

.cw_module_widget {
    display: flex;
}
.cw_module_widget br{
    display: none
}
@media (max-width: 768px){
    .cw_module_widget{
        flex-direction: column
    }
    .cw_module_widget .ContentBox__boxThree{
        width: 100%;
    } 
}


