.logo a > img{
    max-height: 50px;
}
/* .main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a, .main-header .sticky-header .main-menu .navigation > li.current > a {
    color: #eb0028;
} */
.main-menu .navigation > li > a{
    font-size: 16px;
}
.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: #eb0028;
    background-color: inherit !important;
}
.header-top .top-right .right-list li .icon {
    color: white;
}
.banner-form input[type="text"], .quote-form-box input[type="text"]{
    width: 1%;
}
.banner-section {
    padding: 200px 0px 125px;
}
.ui-datepicker {
    margin: 20px;
  }
  .ui-widget.ui-widget-content{
margin: 0px;
}
.quote-form-box .form-group .theme-btn {
    max-width: 100%;
    display: inline;
}
.about-widget .phone-number {
    font-size: 18px;
}
.about-widget .about-email {
    padding-left: 35px;
    margin-left: 0px;
    color: #eb0028;
    font-size: 18px;
}
.about-widget .about-email:before {
    position: absolute;
    content: "\f19c";
    left: 0px;
    top: 3px;
    font-family: 'flaticon';
}
.thm-txt-clr .inner-box .icon-box{
	color:#eb0028 !important;
}
.services-block .inner-box{
	background-color:#eb0028 !important;
}
.services-block-two .inner-box:before{
    color:#eb0028 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: transparent;
    border-bottom: transparent;
}
.nav-tabs {
    border-bottom: transparent;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 1px solid white;
}
.testimonial-block .inner-box .author-info .info-inner {
    padding: 0px;
}
.main-header .header-upper .upper-right .header-lower {
    margin-top: 0px;
}
@media screen and (min-width: 1024px) and (max-width: 1090px){
    .main-menu .navigation > li{
        margin-right: 20px;
    }
}
@media screen and (max-width: 900px){
    .logo a > img {
        max-width: 150px;
    }
    .main-menu .navigation > li {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px){
    .logo a > img {
        max-width: none;
    }
.main-header .header-upper .upper-right {
    width: auto;
}
}
.main-menu .navigation > li > a{
    text-transform: none;
}