﻿@font-face {
  font-family: 'CFDinCnBold';
  src: url('../webfonts/CFDinCnBold.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/CFDinCnBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/CFDinCnBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/CFDinCnBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../webfonts/CFDinCnBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/CFDinCnBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'CFDinCnLg';
  src: url('../webfonts/CFDinCnLg.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/CFDinCnLg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/CFDinCnLg.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/CFDinCnLg.woff') format('woff'), /* Pretty Modern Browsers */
       url('../webfonts/CFDinCnLg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/CFDinCnLg.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'CFDinCnBold', serif;
    letter-spacing: 1px;
}
.light {
    font-family: 'CFDinCnLg', serif;
}
img {
    /*image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;  */
}
.padding-3 {
	padding-left: 3px;
	padding-right: 3px;
}
.padding-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.padding-7 {
	padding-left: 7px;
	padding-right: 7px;
}
.padding-8 {
	padding-left: 8px;
	padding-right: 8px;
}
.padding-9 {
	padding-left: 9px;
	padding-right: 9px;
}
.padding-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.no-padding {
	padding: 0;
}
.no-padding-l {
	padding-left: 0;
}
.no-padding-r {
	padding-right: 0;
}
.no-margin {
    margin: 0;
}
.text-center {
	text-align: center;
}
.img-center {
	margin: auto;
}
.img-full img {
	width: 100%;
}
.col-center {
	float: none;
	margin: auto;
}
.transition {
    transition: all 0.2s ease-in-out;
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.opacity:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.unopacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.unopacity:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vertical-align-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.vertical-align-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.clearfix {
	clear: both;
}
textarea {
    resize: none;
}

/* SLICK DEFAULTS */
.slider-wrap {
    display: none;
}
.slick-arrow {
    z-index: 9;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

/* CUSTOM CHECKBOX */
.custom-checkbox {
	float: left;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 1px;
    background: url("../img/checkbox.png") no-repeat;
    background-size: 40px;
	margin-right: 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.custom-checkbox:hover {
    background: url("../img/checkbox.png") no-repeat;
    background-size: 40px;
}
.custom-checkbox.selected {
    background: url("../img/checkbox.png") no-repeat;
    background-size: 40px;
    background-position: 0 -40px
}
.has-error .custom-checkbox {
    background: url("../img/checkbox.png") no-repeat;
    background-size: 40px;
}
.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.checkbox-group .fv-plugins-message-container {
    position: relative;
}
.checkbox-group .fv-plugins-message-container .help-block {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
}

/* FOOTER */
.container-holder {
    overflow: hidden;
}
.container-alt {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#footer {
    color: #ffffff;
}

.pre-footer-awards {
    background-color: #393b42;
    padding-block: 30px;
}

.pre-footer-awards h3 {
    font-size: 58px;
}

@media (max-width: 1400px) { 
    .pre-footer-awards h3  {
        font-size: 34px;
    }
}

.pre-footer-awards span {
    font-size: 18px;
}

.pre-footer-awards img {
    max-height: 100px;
}

.pre-footer-awards-left {
    max-width: 700px;
    display: flex;
    flex-direction: column;
}

.pre-footer-awards-right {
    display: flex;
}

@media (max-width: 1200px) {
    #footer #footer-top .container-holder .pre-footer-awards .container-alt .row {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 1200px) { 
    .pre-footer-awards-left {
        padding-block: 10px;
        padding-inline: 30px;
    }
}

@media (max-width: 1200px) { 
    .pre-footer-awards-right  {
        display: grid;
        padding-block: 10px;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}

@media (max-width: 1200px) { 
    .vertical {
        grid-column: 1/3;
        width:73%;
    }
}

@media (max-width: 1600px) { 
    .pre-footer-awards img  {
        margin-bottom: 20px;
    }
}

.pre-footer-awards .slim {
    margin-inline: 5px;
}

.pre-footer-awards .fat {
    margin-inline: 10px;
}

#footer #footer-top .container-holder .pre-footer-awards .container-alt .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-inline:25px;
}

@media (max-width: 1600px) { 
    #footer #footer-top .container-holder .pre-footer-awards .container-alt .row  {
        padding-inline:10px;
    }
}

#footer h2 {
    font-size: 28px;
    margin-top: 0;
}
#footer-top .footer-left .footer-left-inside {
    background-color: #26262f;
    /* background-color: #2a2a33; */
    padding: 0 15px 9999px 9999px;
    margin: 0 -15px -9999px -9999px;
}
#footer-top .footer-left .footer-left-inside .footer-inside {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 460px;
    width: 100%;
    _margin-left: auto;
    margin-right: auto;
}
#footer-top .footer-right .footer-right-inside {
    background-color: #24242a;
    padding: 0 9999px 9999px 15px;
    margin: 0 -9999px -9999px -15px;
}
#footer-top .footer-right .footer-right-inside .footer-inside {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1000px;
    _margin-right: auto;
    margin-left: auto;
}
#footer-copyright .footer-left img {
    width: 149px;
}
#footer-copyright .footer-right img {
    width: 210px;
}
.footer-left h2, .footer-right h2 {
    margin-bottom: 50px;
}
.form-control {
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
    border-bottom: 2px solid #cacaca !important;
    background-color: transparent !important;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 0;
    color: #cacaca !important;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cacaca !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #cacaca !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #cacaca !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #cacaca !important;
}
.form-group {
    margin-bottom: 40px;
}
.form-bottom {
    /* padding-top: 40px; */
    padding-top: 20px;
    font-size: 13px;
}
.form-bottom a {
    color: #808080;
    text-decoration: underline;
}
.form-btn {
    text-align: right;
}
.fv-plugins-bootstrap .fv-help-block {
    position: absolute;
    font-size: 12px;
}
.footer-right ul {
    padding-top: 5px;
    padding-left: 0;
    list-style-type: none;
    padding-left: 5px;
}
.col-list {
    border-left: 2px solid #cacaca;
}
.col-list li a {
    font-family: 'CFDinCnBold', serif;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}
.col-list li a:hover {
    text-decoration: none;
    color: #cacaca;
}
.col-list li {
    margin-bottom: 20px;
}
.btn-footer {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: 'CFDinCnBold', serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    max-width: 210px;
    display: inline-block;
    margin-right: 30px;
    text-decoration: none !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.btn-footer:hover {
    color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}
.btn-footer:last-child {
    margin-right: 0;
}
.btn-footer-blue {
    background: #323d77;
    background: -moz-linear-gradient(45deg, #323d77 0%, #1882b9 50%, #04b8ec 100%);
    background: -webkit-linear-gradient(45deg, #323d77 0%,#1882b9 50%,#04b8ec 100%);
    background: linear-gradient(45deg, #323d77 0%,#1882b9 50%,#04b8ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323d77', endColorstr='#04b8ec',GradientType=1 );
}
.btn-footer-red {
    background: #7b0008;
    background: -moz-linear-gradient(45deg, #7b0008 0%, #9a0910 50%, #ba1118 100%);
    background: -webkit-linear-gradient(45deg, #7b0008 0%,#9a0910 50%,#ba1118 100%);
    background: linear-gradient(45deg, #7b0008 0%,#9a0910 50%,#ba1118 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0008', endColorstr='#ba1118',GradientType=1 );
}
.footer-menu {
    margin-bottom: 50px;
}
.footer-inside-left {
    padding-right: 0;
}
.footer-right ul.footer-contact {
    list-style-type: none;
    padding: 0;
    margin-bottom: 50px;
}
.footer-contact li img {
    width: 24px;
    margin-right: 15px;
}
.footer-inside-right {
    padding-right: 0;
}
.footer-contact li {
    margin-bottom: 15px;
    display: flex;
}
.footer-contact .list-img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    background-image: url(../img/footer-contact.png);
    background-repeat: no-repeat;
    background-size: 24px;
}
.footer-contact .list-img.list-img-pin {
    background-position: 0 0;
}
.footer-contact .list-img.list-img-phone {
    background-position: 0 -24px;
}
.footer-contact .list-img.list-img-fax {
    background-position: 0 -48px;
}
.footer-contact .list-img.list-img-phones {
    background-position: 0 -72px;
}
.footer-social {
    overflow: hidden;
    align-self: center;
}
.footer-social-link {
    float: left;
    margin-right: 9px;
    display: flex;
    height: 60px;
    line-height: 53px;
    width: 60px;
    text-align: center;
    border: 1px solid #cacaca;
}
.footer-social-link .footer-social-bg {
    width: 24px;
    height: 20px;
    margin: auto;
    background-image: url(../img/footer-social.png);
    background-size: 24px;
    background-repeat: no-repeat;
}
.footer-social-link .footer-social-bg.fb-bg {
    background-position: center 0;
}
.footer-social-link .footer-social-bg.yt-bg {
    background-position: center -20px;
}
.footer-social-link .footer-social-bg.in-bg {
    background-position: center -40px;
}
.footer-social-link .footer-social-bg.insta-bg {
    background-position: center -60px;
}
.footer-social-link:last-child {
    margin-right: 0;
}
.footer-social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#footer-copyright {
    background-color: #ffffff;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}
#footer-copyright .footer-right {
    font-size: 13px;
}
.copyright-text {
    align-self: center;
    text-align: right;
    color: #808080;
}
.copyright-text span {
    margin-left: 7px;
    margin-right: 7px;
}
.copyright-text a {
    color: #0d1e3f;
    text-decoration: none;
}
span.copyright {
    margin-left: 0;
    margin-right: 0;
}
.copyright-text a:hover {
    color: #808080;
}
.footer-inside-right-bottom {
    display: flex;
}
.form-control, .was-validated .form-control {
    background-image: none !important;
}

/* (xs) Mobile */
@media (max-width: 575px) {
    #footer-top .footer-left .footer-left-inside .footer-inside {
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        padding-bottom: 0px;
        max-width: 260px;
    }
    #footer-top .footer-right .footer-right-inside {
        background-color: #1c1c23;
    }
    #footer-top .footer-left .footer-left-inside {
        background-color: #26262f;
    }
    .footer-left h2, .footer-right h2 {
        margin-bottom: 25px;
    }
    .form-bottom {
        padding-top: 0;
    }
    .form-bottom label {
        display: flex;
    }
    .form-bottom label a {
        align-self: center;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .custom-checkbox {
        width: 41px;
    }
    .form-control {
        border-bottom: 2px solid #ba1017 !important;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .form-btn {
        text-align: left;
    }
    .footer-right ul.footer-contact {
        margin-bottom: 30px;
    }
    .footer-contact li {
        margin-bottom: 8px;
    }
    .footer-menu-wrap, .footer-inside-right h2 {
        display: none;
    }
    #footer-top .footer-inside-right-bottom.footer-inside-right {
        order: 1;
        padding-left: 0;
        margin-bottom: 35px;
    }
    #footer-top .footer-inside-left {
        order: 2;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .list-text {
        font-size: 14px;
    }
    .btn-footer-blue {
        order: 2;
    }
    .btn-footer-red {
        order: 1;
        _margin-right: 20px;
    }
    .btn-footer:last-child {
        margin-right: 20px;
    }
    .btn-footer {
        width: 100%;
        margin-right: auto;
        max-width: none;
        flex: 1;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 110%;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer-top .footer-inside-right {
        order: 3;
        padding-left: 0;
    }
    #footer-top .footer-right .footer-right-inside .footer-inside {
        padding-top: 20px;
        max-width: 290px;
        margin-right: auto;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .fv-plugins-bootstrap .fv-help-block {
        font-size: 11px;
    }
    .fv-plugins-bootstrap .form-bottom .fv-help-block {
        margin-top: -5px;
    }
    .footer-contact {
        color: #ba1017;
    }
    .footer-social {
        display: flex;
        width: 100%;
    }
    .footer-social-link {
        flex: 1;
        height: 70px;
        display: flex;
    }
    /* .footer-social-link img {
        align-self: center;
        margin: auto;
        width: 18px;
    } */
    .footer-social-link .footer-social-bg {
        width: 18px;
        height: 15px;
    }
    .footer-social-link .footer-social-bg {
        background-size: 18px;
    }
    .footer-social-link .footer-social-bg.yt-bg {
        background-position: center -15px;
    }
    .footer-social-link .footer-social-bg.in-bg {
        background-position: center -30px;
    }
    .footer-social-link .footer-social-bg.insta-bg {
        background-position: center -45px;
    }
    #footer-copyright .footer-inside {
        text-align: center;
    }
    #footer-copyright .footer-left img {
        width: 190px;
    }
    #footer-copyright .footer-left {
        margin-bottom: 25px;
    }
    #footer-copyright .footer-right img {
        width: 160px;
        margin-bottom: 30px;
    }
    #footer-copyright .footer-right {
        font-size: 12px;
    }
    .copyright-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .copyright-text span {
        display: none;
    }
    .copyright-text a {
        display: block;
        order: 1;
        margin-bottom: 3px;
    }
    span.copyright {
        display: block;
        order: 2;
        padding-top: 20px;
    }
    #footer-copyright {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
/* sm Mobile and md lg Desktop */
@media (min-width: 576px) and (max-width: 1199px) {
    #footer-top .footer-left .footer-left-inside .footer-inside {
        margin-left: auto;
        margin-right: auto;
        padding-top: 75px;
        padding-bottom: 0px;
    }
    #footer-top .footer-left .footer-left-inside, #footer-top .footer-right .footer-right-inside {
        background-color: #1c1c23;
    }
    .footer-left h2, .footer-right h2 {
        margin-bottom: 40px;
    }
    .form-bottom {
        padding-top: 0;
    }
    .form-bottom label {
        display: flex;
    }
    .form-bottom label a {
        align-self: center;
    }
    .form-bottom .form-group {
        _margin-bottom: 20px;
    }
    .form-control {
        border-bottom: 2px solid #ba1017 !important
    }
    .form-btn {
        text-align: left;
    }
    .footer-menu-wrap, .footer-inside-right h2 {
        display: none;
    }
    #footer-top .footer-inside-right-bottom.footer-inside-right {
        order: 1;
        padding-left: 0;
        margin-bottom: 30px;
    }
    #footer-top .footer-inside-left {
        order: 2;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 50px;
    }
    .btn-footer-blue {
        order: 2;
    }
    .btn-footer-red {
        order: 1;
        _margin-right: 20px;
    }
    .btn-footer:last-child {
        margin-right: 20px;
    }
    .btn-footer {
        width: 100%;
        margin-right: auto;
        max-width: none;
        flex: 1;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer-top .footer-inside-right {
        order: 3;
        padding-left: 0;
    }
    #footer-top .footer-right .footer-right-inside .footer-inside {
        padding-top: 40px;
        max-width: 460px;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .footer-contact {
        color: #ba1017;
    }
    .footer-social {
        display: flex;
        width: 100%;
    }
    .footer-social-link {
        flex: 1;
        height: 130px;
        display: flex;
    }
    .footer-social-link .footer-social-bg {
        width: 28px;
        height: 22px;
    }
    .footer-social-link .footer-social-bg {
        background-size: 28px;
        background-position: center 0;
    }
    .footer-social-link .footer-social-bg.yt-bg {
        background-position: center -24px;
    }
    .footer-social-link .footer-social-bg.in-bg {
        background-position: center -48px;
    }
    .footer-social-link .footer-social-bg.insta-bg {
        background-position: center -72px;
    }
    #footer-copyright .footer-inside {
        text-align: center;
    }
    #footer-copyright .footer-left img {
        width: 260px;
    }
    #footer-copyright .footer-left {
        margin-bottom: 30px;
    }
    #footer-copyright .footer-right img {
        width: 210px;
        margin-bottom: 30px;
    }
    #footer-copyright .footer-right {
        font-size: 16px;
    }
    .copyright-text {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .copyright-text span {
        display: none;
    }
    .copyright-text a {
        display: block;
        order: 1;
        margin-bottom: 5px;
    }
    span.copyright {
        display: block;
        order: 2;
        padding-top: 20px;
    }
    #footer-copyright {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
/* sm Mobile */
@media (min-width: 576px) and (max-width: 767px) {

}
/* all Mobile */
@media (max-width: 767px) {

}
/* md Desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
/* lg Desktop */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* xl Desktop */
@media (min-width: 1200px) {

}
@media (min-width: 1200px) and (max-width: 1799px){
    .footer-right-inside .footer-inside-left {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }
    .footer-right-inside .footer-inside-right {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
    .footer-right ul {
        padding-left: 0;
    }
    .footer-contact img {
        margin-right: 8px;
    }
    #footer-top .footer-left .footer-left-inside .footer-inside {
        _max-width: 400px;
        padding-left: 25px;
        padding-right: 25px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 95px;
        padding-bottom: 95px;
    }
    #footer-top .footer-right .footer-right-inside .footer-inside {
        _max-width: 800px;
        padding-left: 25px;
        padding-right: 25px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .btn-footer {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        max-width: 190px;
        margin-right: 25px;
    }
    .footer-right ul.footer-contact {
        margin-bottom: 50px;
    }
    #footer-copyright .footer-left-inside {
        padding-left: 25px;
    }
    #footer-copyright .footer-right-inside {
        padding-left: 10px;
    }
    #footer-copyright .footer-right {
        font-size: 12px;
    }
    .copyright-text {
        padding-left: 0;
        padding-right: 25px;
    }
    .copyright-text span {
        margin-left: 5px;
        margin-right: 5px;
    }
}
/* xxl Desktop */
@media (min-width: 1800px) {
    .footer-right-inside .footer-inside-left {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
    .footer-right-inside .footer-inside-right {
        -ms-flex: 0 0 18%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}
.iemessage{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: rgba(255, 255, 255, 0.856);
    justify-content: center;
    align-items: center;
    padding: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        overflow: hidden;
    }
    .iemessage{
        display: flex;
    }
 }

 .click-to-call-new {
    position: relative !important;
 }

 .click-to-call-new img {
    position: absolute !important;
    width: 20%;
    top: -10px;
 }

 .ektheths-new {
    position: relative;
 }

 .ektheths-new img {
    position: absolute;
    width: 20%;
    top: -30px;
}

/* ESPA banner */

#footer-copyright .espa-banner {
    position: absolute;
    width: min(182px, max(152px, 9.479166666vw));
    right: 0;
    top: 50%;
    transform: translate(-25%, -50%);
}

@media (min-width: 1600px) and (max-width: 2099px) {
    #footer #footer-copyright .container-holder .footer-right .footer-right-inside .row {
        justify-content: space-around;
    }
}

@media (min-width: 2100px) {
    #footer #footer-copyright .container-holder .footer-left,
    #footer #footer-copyright .container-holder .footer-right .footer-right-inside .row .col-xl-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #footer #footer-copyright .container-holder .footer-left,
    #footer #footer-copyright .container-holder .footer-right .footer-right-inside .row .col-xl-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #footer-copyright .espa-banner {
        transform: translate(-25%, 70%);
    }
}

@media (max-width: 1199px) {
    #footer-copyright .espa-banner {
        position: relative;
        width: 182px;
        right: 0;
        left: 50%;
        transform: translate(-50%, 25%);
    }
}