body {
    background-color: #ececec !important;
}

.header .menu a {
	width: initial !important;
}

.cust-logo {
    /* left: 155px !important; */
    border-right: 2px solid lightgray !important;
    /* background-position-x: 10px !important; */
}

/* .inpu:invalid {
	color: red !important;
	border-color: red!important;
} */

.send_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    height: 32px;
    background-color: #c62026;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    margin-top: 18px;
    margin-bottom: 15px;
    border: 0;
	 /* background: none; */
	 box-shadow: none;
	 border-radius: 0px;
	 cursor: pointer;
}

.call_btn {
    z-index: 2147483000;
    position: fixed;
    bottom: 20px;
    right: 100px;
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
    border-radius: 50%;
    background: rgb(201, 48, 43);
    animation: 250ms ease 0s 1 normal none running fadeInFromNone;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16pt;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .IeHidden {
    	display: none !important;
    }

    .IeVisible {
    	display: unset !important;
    }

    #map_icon, #list_icon {
    	background-position-x: -40px;
    }
}

#headerDropdown > li {
  list-style-type: none;
}