/*Header*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");

body { font-family: 'Open Sans', sans-serif !important;
 }



.headerBand {
    height: 70px;
    width: 100%;
    background: #CE2127;
    display: table;
    padding: 0 0 0 25px;
    line-height: 70px;
}

.innerPage .headerBand {
    border-bottom: 5px solid #fff;
}

.avislogo img {
    width: 95px;
}

.headerBand .avisSocial {
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: space-around;
    height: 70px;
    line-height: 70px;
    width: 100%;
}

.headerBand .avisSocial li {
    list-style: none;
    display: inline-block;
    border-right: 2px solid #c9001b;
    text-align: center;
    width: 100%;
}

.headerBand .avisSocial li a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.headerBand .avisSocial li a:hover {
    text-decoration: underline;
}

.headerBand .avisSocial li.international-login {
    position: relative;
    right: -20px;
    background: #a81e2a;
}

.headerBand .avisSocial li.international-login li {
    border-right: 0;
    width: 100%;
}

.headerBand .avisSocial li.store {
    width: 10%;
    border-right: 0;
}

.headerBand .avisSocial li:last-child {
    border-right: 0;
}

.headerBand .avisSocial li img {
    margin-left: 20px;
}

.headerBand .avisSocial li.helpNo .fa {
    background: #fff;
    color: #ce2127;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 5px;
}

.headerBand .login-menu {
    top: 50px !important;
    left: 30px;
}

.headerBand .login-menu li {
    line-height: 30px;
}

.headerBand .login-menu a {
    color: #494848 !important;
}

.headerBand .login-menu a:hover {
    color: #ce2127 !important;
}

.headerBand .login li .caret {
    border-top: 4px solid #fff;
}









/*Footer New*/

.avisFooter {
    background: #d4002a;
    padding: 50px 0px 40px;
}

.avisFooterSec {
    margin-right: 30px;
}

.avisFooterSec h2 {
    text-transform: uppercase;
    color: #fff;
    font: 12px/28px 'Open Sans';
    letter-spacing: 0.6px;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #ba090f;
    padding: 10px 0px;
}

.avisFooterSec h2 a {
    color: #fff;
    display: block;
}

.avisFooterSec h3 {
    text-transform: uppercase;
    color: #fff;
    font: 14px/28px 'Open Sans';
    letter-spacing: 0.6px;
    margin: 0 0 30px 0;
}

.avisFooterSec .panel-group {
    margin: 0;
}

.avisFooterSec .panel-group .panel {
    border: 0;
    background: no-repeat;
}

.avisFooterSec .panel-group .panel+.panel {
    margin-top: 0px;
}

.avisFooterSec .panel-group h4 {
    margin: 0 0px 0;
    border-bottom: 1px solid #ba090f;
    padding: 10px 0px;
}

.avisFooterSec .panel-group h4 a {
    text-transform: uppercase;
    color: #fff;
    font: 12px/28px 'Open Sans';
    display: block;
}

.avisFooterSec .panel-group h4 a:hover,
.avisFooterSec h2 a:hover {
    text-decoration: underline;
}

.avisFooterSec .panel-group h4 a .fa {
    float: right;
    margin-top: 2px;
    font-size: 24px;
}

.avisFooterSec ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/*.avisFooterSec ul li {
    border-top: 1px solid #ba090f;
}*/

/*.avisFooterSec ul li:first-child {
    border-top: 0;
}*/

/*.avisFooterSec ul li:last-child {
    border-bottom: 1px solid #ba090f;
}*/

.avisFooterSec ul li a {
    color: #fff;
    font: 12px/50px 'Open Sans';
    letter-spacing: 0.25px;
    text-transform: uppercase;
    display: block;
    /* background: url(../images/footerarrow.png) no-repeat 98% center; */
}


.getInTouch {
    margin-bottom: 20px;
}

.getInTouch a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.getInTouch .fa {
    background: #a81e2a;
    font-size: 16px;
    padding: 0px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 30px;
    text-align: center;
}

.getInTouch a.footerCall {
    margin-left: 40px;
    letter-spacing: 0.5px;
}

.footerContactForm .footerInput {
    font-size: 12px;
    padding: 0 10px 0px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: 0 0;
    color: #fdd2d2;
    font-weight: 300;
    letter-spacing: .6px;
}

.footerContactForm .footerInput:focus {
    outline: 0
}

.footerContactForm select.footerInput option {
    color: #333;
}

.footerContactForm label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.footerContactForm .bar {
    position: relative;
    display: block;
    width: 100%;
    top: 2px
}

.footerContactForm .bar:after,
.footerContactForm .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #a81e2a;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.footerContactForm .bar:before {
    left: 50%
}

.footerContactForm .bar:after {
    right: 50%
}

.footerContactForm .footerInput:focus~.bar:after,
.footerContactForm .footerInput:focus~.bar:before {
    width: 50%
}

.footerContactForm .footerInput:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #ce2127
    }
    to {
        width: 0;
        background: 0 0
    }
}

@keyframes inputHighlighter {
    from {
        background: #ce2127
    }
    to {
        width: 0;
        background: 0 0
    }
}

.footerContactForm .countryCode select {
    position: absolute;
    width: 67px !important;
    top: 36px;
}

.footerContactForm .mobilenumber {
    padding-left: 67px;
    margin-top: 1px;
}

.footerContactForm .footersend {
    float: right;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .6px;
    padding: 8px 40px;
    outline: 0;
    margin-top: 0px;
    display: inline-block;
}

.footerContactForm .form-group {
    margin-bottom: 40px;
}

.footerContent {
    background: #eeeeee;
}

.footercontSec {
    padding: 20px 0px;
    position: relative;
}

.footercontSec h2 {
    font: 20px/36px 'Open Sans';
    color: #868383;
    text-transform: uppercase;
}

.footercontSec p {
    color: #969696;
    line-height: 24px;
}

.footercontSec.dividetop:after {
    content: "";
    border-top: 1px solid #d1d1d1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: -170px 0px 0 0 #d1d1d1, 170px 0px 0 0 #d1d1d1;
}

.footerseeMoreLink {
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
}

.footerseeMoreLink .fa {
    display: block;
    font-size: 14px;
}

.footerseeMoreLink:hover,
.footerseeMoreLink:focus,
.footerseeMoreLink:visited {
    color: #fff;
}

.footer-error {
    color: #fff!important;
    position: absolute!important;
    font-size: 14px;
}

.getInTouch .footerCall {
    margin-left: 40px;
    letter-spacing: .5px;
    color: #fff;
}

@media(max-width: 767px) {
    .mobile_footer {
        background: #ce2127;
        height: 20px;
    }
    .headerBand {
        height: 42px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .avis-mobile-offer-icon {
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        text-align: center;
        padding: 2px 7px;
        font-size: 12px;
        margin: 8px 0px 0;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        float: right;
        line-height: 14px;
        border-radius: 4px;
    }
    .mobileHome {
        font-size: 30px;
        line-height: 7px;
        display: block;
        color: #fff;
        margin: 5px 0px 0px 35px;
    }
    .mobileHome:hover,
    .mobileHome:visited,
    .mobileHome:focus {
        color: #fff
    }
    .menubgoverlay {
        position: relative;
        overflow-y: hidden;
    }

    .menubgoverlay:after {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        visibility: visible;
        content: "";
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
}
#es_msg {
    color: #fff !important;
}