
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap');
@import url('../fonts/azo-sans.css');

@font-face {
    font-family: 'Neue Helvetica Light';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Light'), url('../fonts/helvetica/helvetica-neue-light.woff') format('woff');
    }

@font-face {
    font-family: 'Neue Helvetica Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Medium'), url('../fonts/helvetica/helvetica-neue-medium.woff') format('woff');
    }
@font-face {
    font-family: 'Neue Helvetica Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Bold'), url('../fonts/helvetica/helvetica-neue-bold.woff') format('woff');
    }
@font-face {
    font-family: 'Neue Helvetica Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Heavy'), url('../fonts/helvetica/helvetica-neue-heavy.woff') format('woff');
    }
@font-face {
    font-family: 'Neue Helvetica Black';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Black'), url('../fonts/helvetica/helvetica-neue-black.woff') format('woff');
    }

    @font-face {
        font-family: 'BentonSans';
        src: url('../fonts/BentonSans-Bold.woff2') format('woff2'),
            url('../fonts/BentonSans-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'BentonSans-Black';
        src: url('../fonts/BentonSans-Black.woff2') format('woff2'),
            url('../fonts/BentonSans-Black.woff') format('woff');
        font-weight: normal;
      font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'BentonSans';
        src: url('../fonts/BentonSans-Bold.eot');
        src: url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/BentonSans-Bold.ttf') format('truetype'),
            url('../fonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }



    @font-face {
        font-family: 'BentonSans-Black';
        src: url('../fonts/BentonSans-Black.eot');
        src: url('../fonts/BentonSans-Black.eot?#iefix') format('embedded-opentype'),
            url('../fonts/BentonSans-Black.ttf') format('truetype'),
            url('../fonts/BentonSans-Black.svg#BentonSans-Black') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'BentonSans-Medium';
        src: url('../fonts/BentonSans-Medium.otf');

        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
      font-family: 'Cafe Nero';
      src: url('../fonts/Cafe-Nero-M54.eot');
      src: url('../fonts/Cafe-Nero-M54.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Cafe-Nero-M54.ttf') format('truetype'),
          url('../fonts/Cafe-Nero-M54.woff') format('woff'),
           url('../fonts/Cafe-Nero-M54.woff') format('woff2');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }
  
    li.menu-item{
margin: 10px 0;
display: block;
font-family: 'BentonSans-Medium' !important;
font-weight: 100;
}
li.menu-item a{
color:#000;
/* font-family: 'Archivo', sans-serif; */
font-family: 'BentonSans-Medium' !important;
font-weight: 100;
}
.menu-item--expanded .menu{
display: none;
}



.menu-item--expanded:hover .menu{
display: block;
}



ul.menu a.is-active{
color:#1d58a8;
}
.menu-item--expanded > a:after{
content:'\f0d7';
font-family: FontAwesome;
display: inline-block;
margin-left:10px;
}







img{
	max-width: 100%;
}
.site-header {
    position: relative;
    z-index: 99999;

}
.main-bar {
    background: #062145;
    width: 100%;
    /* position: relative; */
    position: fixed;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%);
}
.logo-header{
	display: table;
    float: left;
    vertical-align: middle;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 80px;
    position: relative;
    z-index: 9;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.logo-header a{
	display: table-cell;
    vertical-align: middle;
}
.logo-header img {
    height: auto;
    width: 100%;
    max-width: 80px;
    vertical-align: middle;
    border:2px solid #fff;
    border-radius: 50px;
}

.menu-header{
	float: right;
    position: relative;
    height: 80px;
    z-index: 1;
    width: 400px;
    background: #fff;
    margin-right: -15px;
    /*box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);*/
}

.menu-header:before {
    left: -50px;
    width: 20%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.menu-header:after, .menu-header:before {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
/*.menu-header:after {
    right: 10%;
    width: 200px;
}*/
.mb-35 {
margin-bottom:35px;
}
.allison-logo{
	display: inline-block;
	    vertical-align: middle;
	    margin: 19px 0px;
}
.allison-logo img{
	width: 180px;
}
.navbar-toggler-menu{
	display: inline-block;
	    vertical-align: middle;
	    /* margin-left: 15px; */
      margin-left: 33px;
}

.menu-header .navbar-toggler-menu:hover + .header-nav {
     height: auto !important;
}
.navicon {
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.navbar-toggler {
    border: 0 solid #efbb20;
    /* font-size: 16px;
    line-height: 24px; */
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    border-radius: 50px;
    background: #EE3426;

}

.navicon span {
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggler span {
    background: #fff;
}
/*.navicon span:nth-child(1) {
    margin-top: 0;
}*/
.navicon span:nth-child(2) {
    margin-top: 3px;
    margin-bottom: 3px;
}

.navicon[aria-expanded="true"] span:nth-child(1) {
    top: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navicon[aria-expanded="true"] span:nth-child(2){
display: none;
}
.navicon[aria-expanded="true"] span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.call-button{
	/* margin-left: 15px; */
  margin-left: 33px;
	width: 35px;
    height: 35px;
    position: relative;
    font-size: 16px;
    line-height:35px;
   /* padding: 10px;*/
   text-align: center;
    border-radius: 50px;
    background: #EE3426;
    display: inline-block;
    vertical-align: middle;
}
.call-button a{
	color: #fff;
}
/*.navbar-toggler.collapsed:after{
	content: '';
	display: none;
}
.navbar-toggler:after {
    background-color: rgba(0,0,0,.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all .5s;
    transform-origin: top right;
    margin: 0 0 0 20px;
    -webkit-box-shadow: 0 0 0 1000px rgb(0 0 0 / 60%);
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 60%);
}*/

.header-nav {
    position: fixed;
    width: 60px;
    right: -280px;
    /*height: 100vh!important;*/
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    top: 82px;
    background-color: #fff;
    margin: 0;
    z-index: 99;
    box-shadow: 0 0 10px #ccc;
    padding: 0;
}


.header-nav.in {
    right: -1px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    margin: 0;
    /* width: 400px; */
    width: 15%;
}
.header-nav .navbar-nav{
	float: none;
}
.header-nav .nav>li {
	float: none;
	display: block;
}
.header-nav .nav>li>a{
	color: #000;
	padding: 10px 15px;
}
.header-nav .nav>li>a:focus, .nav>li>a:hover{
	background: transparent;
}

/*Slider css*/

.main-slide-area{
	position: relative;
}
.slide-item-wrap {
    padding: 150px 0px 150px;
    position: relative;
    z-index: 10;
}
.slide-item-wrap .slider-overlay {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    position: absolute;
    background-color: #1b212f;
}
.slider-bg-img{
	position: absolute;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.slider-content{
	position: relative;
	z-index: 12;
	text-align: center;
}
.slider-img img{
	width: 250px!important;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.slider-content .slider-heading {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.071;
}
.slider-content .slider-subheading {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.071;
    padding-bottom: 15px;
}

.slider-content p {
    color: #fff;
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
}


.main-slide-area .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-slide-area .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.main-slide-area .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #9b9b9b;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.main-slide-area .owl-dots .owl-dot.active span{
	 background-color: #fff;
}

.why-section{
    position: relative;
    z-index: 10;
    background: #062145;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
/*.why-section:after{
	content:url('../images/shape_down.png');
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	bottom: 0;
	z-index: -9

}*/

.why-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-left: 1920px solid #fff;
    border-bottom: 0 solid #fff;
}
.why-section-img{
	position: relative;
}
.why-section-img img{
	max-width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.rts-title-right{
	text-align: right;
}
.rts-title{
	font-size: 70px;
	color: #000;
	font-weight: 800;
	font-family: 'Neue Helvetica Bold';
	letter-spacing: 3px;
}
.rts-title-white{
	font-size: 70px;
	color: #fff;
	font-weight: 800;
	font-family: 'Neue Helvetica Bold';
	letter-spacing: 3px;
}
.why-section-title{
	margin-bottom: 30px;
}

.rts-subtitle-white{
	font-size: 25px;
	color: #fff;
	font-weight: 600;

}

.rts-subtitle{
	font-size: 25px;
	color: #9A9A9A;
	font-family: 'Neue Helvetica Medium';
	line-height: 1.3;
}
.normal-para-text-white{
	font-size: 18px;
	display: block;
	font-weight: 400;
}
.bold-para-text-white{
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.why-section-search{
	width:50%;
	margin:50px auto;
}
.search-input-red{
	outline: 0;
    height: 50px;
    width: 90%;
    padding: 13px 16px 0px 16px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 0;
    font-size: 20px;
    float: left;
    font-weight: 600;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Archivo', sans-serif;
}
.search-button-red{
outline: 0;
  background: none;
  background-color: #EE3426;
  float: left;
  height: 50px;
  width: 10%;
  padding: 0 10px 0 15px;
  text-align: center;
  line-height: 58px;
  border: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'Archivo', sans-serif;
}


.service-section{
	background: #fff;
	padding: 30px 0 0px 0;
}

.our-support{
	margin-top:-90px;
}
.our-support-box{
	padding: 30px 30px 20px 50px;
	position: relative;
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	font-family: 'Archivo', sans-serif;
}

.our-support-box::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #ee3426;
}


.our-service-row{
	width: 70%;
	margin: 50px auto;
}
.our-service-row [class*=col-]{
	padding: 0;
}

.our-service-content{
	padding: 0px 60px;
	min-height:260px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our-service-content-title{
	font-family: 'Neue Helvetica Bold';
	font-size: 22px;
	color: #000;
}

.our-service-content-para{
	font-size: 18px;
	margin-bottom: 25px;

}

.our-service-content-button{
	padding: 10px 35px 4px 15px;
    position: relative;
    font-size: 13px;
    color: #fff!important;
    font-weight:400;
    font-family: 'Neue Helvetica Medium';
    z-index: 10;
}
.our-service-content-button:hover{
	text-decoration: none!important;
}

.our-service-content-button:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    background: #ee3426;
}
.alloson-transmission-section{
	position: relative;
}
.alloson-transmission-section:after {
    content: "";
    position: absolute;
    bottom:0px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-left: 1920px solid #062145;
    border-bottom: 0 solid #fff;

}

.export-section{
	background: #062145;
	position: relative;
	padding-bottom: 50px;
}

/*.export-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-right: 1920px solid #fff;
    border-bottom: 0 solid #fff;
}
*/

.lightblue-subtitle{
	color:#8ABCDB;
	font-size: 23px;
	margin-bottom: 20px;
}

.export-section .lightblue-subtitle span{
	display: block;
}

.export-wrap-item-content{
	padding: 10px 30px;
	font-family: 'Neue Helvetica Medium';
	font-size: 16px;
	color: #fff;
}
.export-wrap-item-content p{
	margin-bottom: 3px;
}

.export-wrap-item-town{
	color: #DC3328;
	font-size: 25px;
	margin-bottom: 10px;
}

.export-search-answer{
	width: 50%;
	margin: 30px auto;
	background: #1D58A7;
	padding:50px 50px;
}

.export-search-subtitle{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.export-search-title{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	color: #fff;
}
.red-button{
	padding: 10px 35px 4px 25px;
    position: relative;
    font-size: 15px;
    color: #fff!important;
    font-weight: 400;
    font-family: 'Neue Helvetica Medium';
    z-index: 10;
    text-align: center;
    display: inline-block;
}
.red-button:hover{
	text-decoration: none;
}
.red-button:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    background: #ee3426;
}
.red-button a{
	color: #fff;
	padding-left: 5px;
	text-decoration: underline;
}
.display-full{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.mr-b-10{
	margin-bottom: 10px;
}


.technician-section{
	position: relative;
	background: url('../images/technician-bg.jpg') no-repeat right;
	padding-top: 198px;
	z-index: 10;
	overflow: hidden;

}

.technician-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0 solid #062145;
    border-left: 1920px solid #062145;
    border-bottom: 200px solid transparent;
}

.technician-section:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
}
.technician-wrap{
	padding-top: 100px;
}
.technician-man-img{
	position: absolute;
	top: 0;
	right:0;
	left:0;
	width: 100%;
	z-index: 9;
}
.technician-man-img img{
	display: block;
	margin: 0 auto;
	width: 600px;
}
.technician-wrap-img{
	position: relative;
	z-index: 99;
	text-align: right;
	margin-top: 50px;
}
.technician-wrap-img img{
	width: 150px;
	text-align: right;
}
.technician-wrap-content{
	color: #fff;
	z-index: 99;
	position: relative;
	padding-bottom: 30px;
}
.technician-wrap-content-title{
	font-size: 30px;
	color: #fff;
	font-family: 'Neue Helvetica Bold';
	line-height: 1.4;
	display: block;
	margin-bottom: 25px;
}

.mr-b-5{
	margin-bottom: 5px!important;
}
.careers-red-button{
	padding: 13px 70px 4px 25px;
    position: relative;
    font-size: 18px;
    color: #fff!important;
    font-weight: 400;
    font-family: 'Neue Helvetica Medium';
    z-index: 10;
    margin-bottom: 25px;
    display: inline-block;
    line-height: initial;

}
.careers-red-button:hover{
	text-decoration: none;
}
.careers-red-button:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    background: #ee3426;
}

/*footer section */

.newsletter-section{
background: #EE3426;
padding: 40px 0;
position: relative;
}
.newsletter-text{
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
    line-height: 1.1;
}
.newsletter-text span{
	display: block;
}

.newsletter-search-input{
outline: 0;
    height: 50px;
    width: 90%;
    padding: 13px 16px 0px 16px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 0;
    font-size: 20px;
    float: left;
    font-weight: 600;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Archivo', sans-serif;
}
.newsletter-search-button{
  padding: 1px 6px;
outline: 0;
  background: none;
  background-color: #1D58A7;
  float: left;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 58px;
  border: 0;
  color: #FFF;
  font-size: 20px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'Archivo', sans-serif;
}

.footer{
	background:#062145;
	padding: 60px 20px 0px 20px;
}

.footer-title{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.footer-listing{
	padding: 0;
	list-style: none;
	color: #fff;
}
.footer-listing li{
	margin-bottom: 5px;
}
.footer-listing li a{
	color: #fff;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.footer-listing li a:hover{
	text-decoration: none;
}
.footer-logo-listing{
	padding: 0;
	text-align: center;
}
.footer-logo-listing li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	padding: 0 20px;

}
.footer-logo-listing li:first-child{
	padding: 0;
}
.footer-logo-listing li:first-child img{
	width: 100px;
}
.footer-logo-listing li:last-child{
	border-left:1px solid #fff;
	margin: 0;
}
.footer-logo-listing li:last-child img{
	width: 50px;
}


.footer-social-listing{
	margin-top: 30px;
	list-style: none;
	padding: 0;
	text-align: center;
}
.footer-social-listing li{
	display: inline-block;
	margin: 0 5px;
}
.footer-social-listing li a{
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #000;
	border-radius: 50px;
	background: #fff;
}
.copy-right{
	text-align: center;
	color: #fff;
	padding: 50px 0 20px 0;
}

/*by Suriya */
/* About Us page */

/* .pl-10 {
  padding-left: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
} */

.pl-10 {
  padding-left: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}



.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px  !important;
}
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}


.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

a.home-support-links {
  color: #fff;
  text-decoration: none;
}
.about-banner-section {
  position: relative;
}
img.about-banner-img {
  z-index: -1;

}
img.allison-img {
    width: 25%;
   /* margin-top: -15%; */
    z-index: 9999;
    position: absolute;
    right: 15%;
    top: 60%;

}

.about-rts-title {
  z-index: 9999;
  position: absolute;
  left: 15%;
  top: 55%;

}

#parallelogram {
  width: 70px;
  height: 20px;
  margin-left: 15px;
    background:#ee3426;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.about-rts-title h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: bolder;
    font-family: 'BentonSans';
}

.about-rts-para {
    font-size: 17px;
    padding-bottom: 3%;
    /* font-family: Helvetica Neue, Medium; */
  }
.about-rts-para-color {
    color: #9A9A9A;
    font-weight: bolder;
}

#small-parallelogram {
  width: 35px;
  height: 10px;
    margin-left: 15px;
    background:#ee3426;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    display: inline-block;
}

.about-rts-row{
	width: 70%;
	margin: 30px auto;
}

.about-rts-row [class*=col-]{
	padding: 0;
}

.about-service-section{
	background: #fff;
	padding: 10px 0 0px 0;
}

.about-logo-img {
  width: 40%;
  margin: 0 auto;
  display: block;
}

/* expert.html */
.black-banner {
  background-color: black;

}

.dark-img {
  opacity: 0.5;
  margin-top: -8%;
}

.expert-content-section {
  padding: 20px 30px 30px 30px;
}

.rts-half-width-para {
  width: 70%;
}

.expert-content-section img {
  margin-top: 25%;
  width:70%;
  float: right;
}

.about-rts-para-line-spacing {
  line-height: 1.7;
}

.expert-rts-title {
  font-size: 50px;
  color: #000;
  font-weight: 800;
  font-family: 'Neue Helvetica Bold';
  letter-spacing: 1px;
  float: right;
}

.expert-rts-row{
	width: 80%;
	margin: 30px auto;
}

.expert-rts-row [class*=col-]{
	padding: 0;
}

.expert-training-section {
  font-family: BentonSans;
}

.expert-training-title {
    font-size: 30px;
    /* font-weight: 800; */
    text-align: center;
      margin-bottom: 0;
    color: #fff;
  }
  .expert-training-subtitle {
    font-size: 20px;
    font-weight: 100 !important;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

/* Trucks Page */
.dark-img-opacity {
  opacity: 0.5;
}

.trucks-content {
  margin: 0 auto;
  width: 35%;
  text-align: center;
  display: block;
}

/* Locations Page */

#location {
  width: 100%;
margin: 0 auto;
display: block;
padding: 10px;
}

/* Locations Map Page */
a.locations-link, a.locations-link:hover {
  color: #007FFF;
  margin: 0 auto;
  font-weight: bolder;
  text-decoration: underline;
}

/*.contact-address{
    margin-top: 15px;
}*/


.contact-address p {
    padding-bottom: 10px;
    line-height: 1.5;
    font-family: 'Neue Helvetica Medium';
    color: #000;
    font-size: 15px;
}
.contact-address p strong{
    display: inline-block;
    vertical-align: top;
}
.contact-address p span{
    color: #1D58A8;
    white-space: nowrap;
    padding-right: 2px;
}
.contact-address .phone, .contact-address .website, .contact-address .address, .contact-address .hours {
  padding-bottom: 0;
}

.contact-address p i{
    color: #1D58A8;
    padding-right: 8px;
    font-size: 20px;
}

/*
.website, .address {
  text-decoration: underline;
}*/

.testimonial-section {
  background-color: #EBEBEB;
  padding: 40px 30px 70px 30px;
}

.testimonial-section img, .rts-service-section img {
  margin: 0 auto;
  display: block;
}

.location-img{
    margin-bottom: 10px;
}
.location-img img{
    max-width: 100%;
    object-fit: fill;
}

.contact-address-head h5{
    margin-bottom: 8px;
    font-family: 'BentonSans';
    font-size: 20px;
    color: #1d58a8;
}
.contact-address-head p{
    margin-bottom:8px;
     font-family: 'Neue Helvetica Medium';
}
/* Service Page */
.rts-service-section {
  /* padding: 30px 50px 200px 50px; */
  padding: 30px 50px;
  position: relative;
}

.why-rts-heading {
  font-size: 50px;
  font-weight: bolder;
}

.testimonial-content-col {
  width: 19% !important;
}

.rts-service-section img {
  width: 60%;
}
.testimonial-content {
  margin: 0 auto;
  padding-top: 25px;
  font-weight: bolder;
  font-size: 12px;
}

.rts-service-section-para {
  padding-top: 75px;
  padding-bottom: 20px;
  font-size: 18px;
}

.rts-service-section-para-2 {
  line-height: 1.7;
  font-size: 16px;
}

/* .rts-service-section:after {
  content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 300px solid transparent;
    border-left: 1920px solid #062145;
    border-bottom: 0 solid #fff;
} */
.why-rts-services-section {
  /* background: #062145; */
  background-image: url('../images/service/rts-service-bg-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 10%;
  padding-top: 15%;
    padding-left: 15%;
    color: #fff;
}

.why-rts-title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bolder;
}

.why-rts-hr-line {
    border: 0;
    margin-left: -30px;
    margin-top: 0px;
    border-top: 1px solid #eee;
  }

  .why-rts-para {
    font-size: 16px;
    color: #9A9A9A;
    font-weight: bolder;
  }

.rts-features-row {
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 20%;
}
  .rts-features {
    padding-right: 8%;
  }

  /* Partner Program Page */
  .rts-program-para {
    font-weight: bolder;
    line-height: 1.7;
    padding-bottom: 3%;
    font-size: 20px;
  }

  .partner-program-bg-right {
    position:absolute;
     top:10%;
     right: 0;
     z-index:-1;
   }

   .partner-program-para {
     font-size: 20px;
     color: #8ABCDB !important;
   }
   .partner-program-para-grey {
     font-size: 20px;
   color: #9A9A9A !important;
 }
   .partner-program-hr-line {
       border: 0;
       margin-bottom: 0px !important;
       margin-top: 0px;
       /* border-top: 1px solid #eee; */
       border-top: 1px solid #8ABCDB;
     }

  .partner-program-contact-section {
    position: absolute;
    /* margin-left: 12%; */
    margin-left: 10%;
  }

  .partner-program-newsletter-section {
    margin-top: 20%;
  }

  /* Common Title and Subtitle */
  /* Warranty */
  .rts-common-subtitle {
    font-weight: 700;
    line-height: 1.7;
    padding-bottom: 2%;
    font-size: 23px;
  }
  .rts-common-para {
    font-weight: 600;
    line-height: 1.7;

    font-size: 20px;
  }

  /*Warranty Page other CSS */
  .warranty-para {
    padding-left: 12%;
    padding-top: 1%;
  }

  .warranty-image {
    position: absolute;
    left: 0;
    top: 85%;
  }

  .warranty-para-content {
    font-size: 18px !important;
  }

  .warranty-content-section {
        background-image: url('../images/service/rts-service-bg-img.png');
        background-repeat: no-repeat;
        position: relative;
        padding-top: 15%;
        padding-bottom: 0;
        padding-left: 12%;
          color: #fff;
          margin-bottom :-33%;

  }

  .test-section {
    margin-left: -18%;
    margin-top: 5%;
  }

  .warranty-newsletter-section {
    margin-top: -35%;
  }

  /* Remanufacturing Page */
  .rts-para-blue-color  {
  color: #8ABCDB;
  }

  .rts-process-small-heading {
    padding-left: 5%;
    font-size: 35px;
  }

  .remanufacturing-process-col {

    margin-right: 8%;
  }

  .remanufacturing-proess-para {
    padding-top: 10%;
  }

  .transmission-img {
    background-color: #EBEBEB;
    padding-left: 30px;
    padding-right: 30px;
    width: 90%;
  }

  /* Careers Page */
  .careers-testimonial-section {
    position:relative;
    /* background-image:url('../images/careers/careers-bg-color.png'); */
    background-image:url('../images/careers/careers-new-bg.png');
    margin-left:-18%;
      margin-bottom:-18%;
  }

  .careers-testimonial-para {
    position:absolute;
    font-size:21px;
    top: 35%;
    left: 10%;
    font-weight: bolder;
  }

  .careers-testimonial-details {
    font-style: italic;
    opacity: 0.5;
    font-size: 18px;
    margin-left: 8%;
  }

  .white-parallelogram {
    margin: 10px auto !important;
    background: #fff !important;
  }

  .careers-pro-section {
    z-index: -1;
  }

  .apply-section {
    /* margin-top: -16%; */
  z-index: 9999;
  background-color: #fff;
  position: relative;
  }
  .careers-apply-subtitle {
    font-weight: bolder;
    font-size: 16px;
    padding-top: 8%;
    padding-bottom: 3%;
  }

  /* Careers-1 Page */
  form.careers-form select, form.careers-form  select#location, form.careers-form  input {
      padding: 18px 270px 15px 25px;
        margin-bottom: 4%;
        border-radius: 15px;
        background-color: #F3F3F3;
        opacity: 0.7;
        width: 100%;
      border: 0;
  }


  .selectdiv {
    position: relative;
  }

  .selectdiv:after {
      content: '\f078';
      font: normal normal normal 17px/1 FontAwesome;
      color: red;
      right: 11px;
      top: 6px;
      height: 34px;
      padding: 15px 0px 0px 8px;
      font-size: 18px;
      position: absolute;
      pointer-events: none;
  }

  /* IE11 hide native button (thanks Matt!) */
  select::-ms-expand {
  display: none;
  }

  .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    /* max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px; */
    font-size: 16px;
    line-height: 1.75;
    /* color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
  }

  .form-close-btn {
    font-size: 80px;
      position: absolute;

      top: 150px;
      cursor: pointer;
      left: 80px;
  }

  /* Learning Center Page */
  /* .topnav .search-container {
    float: right;
  } */

  .topnav-rts input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-right: none;
    margin-right: -4px;
    width: 80%;
  }

  .topnav-rts .search-container button {
    /* float: right; */
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #fff;
    font-size: 17px;

    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
  }

  .topnav-rts .search-container button:hover {
    background: #ccc;
  }

  .tutorial-img {
    margin-left: 5%;
    padding-bottom: 5%;
  }

  .tutorial-filter {
    padding-left: 3%;
  }

  .learning-center-form label {
    font-weight: normal;
  }

  .learning-center-form-header {
    font-weight: 800;
  }


  .contact-loc-section {
margin-top: 10%;
margin-bottom: 5%;
}

.region.region-content {
 padding-top: 80px;
}

.view-filters {
  margin: 0 auto;
    display: block;
    width: 85%;
}

.rts-locations-row-responsive {
    margin-left: 20%;
    margin-right:0px!important ;
}

.views-field-title {
    padding-bottom: 5px!important;
}

.views-field-field-store-descritpion {
    padding-bottom: 10px!important;
}

#edit-field-store-address-geo-proximity {
    width: 100%!important;
}

#edit-field-store-address-geo-proximity div.proximity-filter-summary {
    display: none!important;
}

#edit-field-store-address-geo-proximity .form-item-field-store-address-geo-proximity-value {
    display: none!important;
}

.form-item-field-store-address-geo-proximity-source-configuration-origin-address label {
    display: none!important;
}

#views-exposed-form-location-page-1 .js-form-type-textfield .address-input {
  width: 100% !important;
display: block !important;
/* padding: 10px !important; */
padding: 5px !important;
}

.form-item-field-store-address-geo-proximity-source-configuration-origin-address {
    width: 100%!important;
}

#edit-submit-location {
    border:0px!important;
    background-color: #ee3426 !important;
    /* padding: 5px 20px !important; */
    padding: 7px 25px !important;
    position: relative;
    font-size: 13px;
    color: #fff!important;
    font-weight: 400;
    font-family: 'Neue Helvetica Medium';
    z-index: 10;
    text-align: center!important;
}

#views-exposed-form-location-page-1 legend {
    border-bottom: 0px !important;
    margin-bottom: 11px !important;
}

#views-exposed-form-location-page-1 span.fieldset-legend {
    border-bottom: 0px !important;
}

/* menu hover */
.navbar-toggler-menu:hover  .header-nav {
    display: block;
}

.navbar-toggler-menu:hover .header-nav.in {
  right: -1px;
  -webkit-transition: all .8s;
  margin: 0;
  width: 15%;
}

.navicon[aria-expanded="true"]:hover span:nth-child(1) {
    top: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navicon[aria-expanded="true"]:hover span:nth-child(2){
display: none;
}
.navicon[aria-expanded="true"]:hover span:nth-child(3) {
    top: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Locations Page Search button */
fieldset#edit-field-store-address-geo-proximity {
  margin: 0px;
}
fieldset#edit-field-store-address-geo-proximity-wrapper {
  width: 80%;
  display: inline-block;
}
div#edit-actions {
    width: 15%;
    display: inline-block;
}
input#edit-submit-location {
    /* margin-top: 70px; */
    margin-top: 65px;
    margin-left: 20px;
}

/* Home Page Slider Slider */
.slide-item-wrap, .slider-overlay, .slider-bg-img {
  height: 800px !important;
}
.slider-static-content-container {
    position: absolute;
    top: 150px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }

  #block-mycustomblock-2 {

    background: #062145!important;
    margin-top: -30px;
    padding-bottom:30px;
}

/*Home Page Learn from the Experts */
.rts-coming-soon-txt {
  font-size: 35px;
    color: #fff;
    font-weight: 800;
    font-family: 'Neue Helvetica Bold';
    letter-spacing: 3px;
}
.messages--error{
    display: none !important;
}


/*****************Learning center****************************/

.learning_center-block sup {
        top: -1em;
        font-size: 40%;
        font-weight:500;
    }
        .learning_center-block {
            display: block;
            position: relative;
            margin:0;
            padding: 0;
            box-sizing: border-box;
            background: rgb(79,154,207);
            background: linear-gradient(0deg, rgba(79,154,207,1) 0%, rgb(122 179 219 / 17%) 39%, rgba(255,255,255,0.04245448179271705) 79%, rgba(255,255,255,0.04245448179271705) 100%);
        }
        .learning_center-block::after {
                content: '';
                background: url(../images/comingsoon_bg.png) no-repeat;
                position: absolute;
                left: 0;
                top: 12%;
                width: 40%;
                height: 100%;
                background-size: contain;
        }
        .learning_center-block-title {
                font-family:"azo-sans-uber";
                font-size: 8rem;
                font-weight: 800;
                color: #ef3525;
                text-align: center;
                text-transform: uppercase;
        }
        .learning_center-comingsoon-text {
            position: relative;
            margin: 0;
            padding: 0;
            display: block;
                font-size: 14px;
                line-height: 1.75;
                color: #333;
                text-align: justify;
                padding-left: 36%;
                padding-right: 5%;
                padding-bottom:50px;
        }
        .learning_center-comingsoon-img {
            margin:0px;
            padding: 0;
        }
        .learning_center-comingsoon-img img {
            width: 75% !important;
            border:2px solid #231f20;
            border-radius: 10px;
            text-align: center;
            margin:0px auto;
        }
        .fs-15 {
            font-size: 2.5rem;
        }
        .fs-1 {
            font-size: 1rem;
        }

        .learning_center-comingsoon-title {
            padding: 0;
            display: block;
            font-size: 3rem;
            font-weight: 800;
            color: #1d58a8;
            line-height: 1;
            text-align: center;
            margin:10px 0;
             text-shadow: 1px 2px 2px #00000059;
        }
        .learning_center-comingsoon-subtitle {
            font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 1.25;
        text-transform: uppercase;
        text-shadow: 1px 2px 2px #00000059;
        }
        .learning_center-comingsoon-subtitle img {
         width:100px;
         display: block;
         margin:0px auto;
         text-align: center;
         margin-bottom: -15px;
     }

     @media only screen and (min-width:1401px) {
	.learning_center-block::after {
top: 10%;
}
}
     @media only screen and (min-width:1501px) {
	.learning_center-block::after {
top: 5%;
}
}
@media only screen and (min-width:1801px) {
	.learning_center-block::after {
top: 1%;
}
}
     @media only screen and (max-width:550px) {
.learning_center-comingsoon-text {
	padding-left:23%;
	padding-right:2%;
}
     .learning_center-block::after {
         top: 7%;
         width:28%;
         height:35%;
     }
     .learning_center-block-title {
         font-size: 2rem;
     }
.fs-15 {
  font-size:1rem;
}
.learning_center-comingsoon-title, .learning_center-comingsoon-subtitle {
	font-size: 1.25rem;
}
.learning_center-block {
	padding:0 2%;
}
.learning_center_block {
	padding:0px;
margin-top:10px;
                     margin-bottom:10px;	
}
 }
@media only screen and (max-width:400px) {
.learning_center-comingsoon-text {
	padding-left:20%;
	padding-right:5%;
}
}

 

 /* promotion page css*/


 .rts-program-para {
  font-weight: bolder;
  line-height: 1.7;
  padding-bottom: 3%;
  font-size: 20px;
}

.promotion-section{
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  background: url(../images/website-promo-shape.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}


.promotion-box-row{
  display: flex;
}


.promotion-box-left, .promotion-box-right{
  width: 30%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;

}
.promotion-box-center{
  width: 40%;
  float: left;
   padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto

  
}


.promotion-box{
  padding: 10px;
  background-color: #ee3426;
  border-radius: 10px;
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
 color: #fff;
 text-align: center;
font-family: 'BentonSans-Black';
 
}
.promotion-box-center .promotion-box{
  width: 70%;
  margin: 20px auto;
}
.promotion-box-blue{
   background-color: #1d58a8;
}
.promotion-box-inner{
  border:1px solid #fff;
  padding: 5px;
  border-radius: 10px;
   height: 95px;
   position: relative;
       display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promotion-box a{
  color: #fff;
  text-decoration: none;
}
.promotion-info{
  font-size: 18px;
  text-shadow:0.1px 0.4px 0px #fff;
  color: #1d58a8;
   font-weight: 700;
    font-style: italic;
}

.promotion-box h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.8px;
  -webkit-text-stroke: 0.5px #1d58a8;
}
.promotion-box h3 a{
  color: #fff;
  text-decoration: none;
}
.promotion-box h3 a:hover{
  color: #fff;
  text-decoration: none;
}
.promotion-box-blue .promotion-info{
  text-shadow:0.1px 0.4px 0px #fff;
  color: #ee3426;
}
.promotion-box-blue h3{
 -webkit-text-stroke: 0.5px #ee3426;
}


.promotion-bottom-title{
  font-size: 28px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.8px;
  line-height: 1;
  position: relative;
  z-index: 999;
  text-align: center;
  color: #fff;
  padding-top:30px;
  -webkit-text-stroke: 0.5px #fff;
  font-style: italic;
}
/*.promotion-section{
position: relative;
background-color: #fff;
background-image: url(../images/service/rts-service-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  padding-top: 185px;
}*/

.promotion-image{
  position: relative;
  z-index: 99;
  margin-top: -50px;
}
.new-header{
 display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  justify-content: space-between;

}

.promotion-video{
  position: relative;
  z-index: 99;
  margin-top: 0;
}

.allison-button{
  position: relative;
  z-index: 999;
  margin-top: 10px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  background: #062145;
  /*clip-path: polygon(0% 0%,90% 0,100% 30%,100% 100%,0 100%);*/
  border-radius: 10px;
  color: #fff;
  border:3px solid #062145;
  box-shadow: 0 0 0;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 0 1.5px #fff;
  letter-spacing: .5px;
  font-size: 16px;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
  background-size: 4px 4px;
}
.play-allison a{
  float: left;
  text-align: center;
  color: #EE3426;
  font-size: 20px;
  padding: 20px 5px;
  line-height: 1;
  text-shadow:0px 0.5px 0px #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;

}
.play-allison a:hover{
  text-decoration: none;
}
.play-allison span{
  display: block;
}


.admin-button {
  margin-left: 30px;
  width: 35px;
  height: 35px;
  position: relative;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background: #EE3426;
  display: inline-block;
  vertical-align: middle;
}



.play-btn {
  top: 50%;
  line-height: 90px;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  cursor: pointer;
}
.play-btn img{
  width: 150px;
}
.fancybox-container{
  z-index: 9999999!important;
}

.game-rules-content-para{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.game-rules-content-title{
  font-family: 'Neue Helvetica Bold';
  font-size: 22px;
  color: #000;
  margin-top: 25px;
}

.game-rules-section{
  background: #fff;
  padding: 30px 0 30px 0;
}


.promotion-blue-title{
  font-size: 28px;
  text-shadow:0px 2px 4px rgb(0 0 0 / 54%);
  color: #1d58a8;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.promotion-red-title{
  font-size: 28px;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 54%);
  color: #ee3426;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.promotion-how-to-play-box{
  margin-top: -30px;
}
.promotion-how-to-play-box img{
  width: 300px;
  text-align: center;
  display: block;
  margin: 10px auto;
}

.promotion-how-to-play-box-list{
 margin-top: 15px;
 margin-bottom: 150px;
}
.promotion-how-to-play-box-list li{
 list-style: decimal;
 font-size: 13px;
 line-height: 18px;
 margin-bottom: 5px;
}

.promotion-weekly-clue{
  margin-top: -30px;
  font-style: italic;
}

.promotion-weekly-clue-box{
  width: 430px;
  background-color: #ee3426;
 /* background-color: #1d58a8;*/
  margin: 10px auto;
  padding: 20px 8px 5px 8px;
  text-align: center;

}

.promotion-weekly-clue-box h3{
  color: #fff;
  font-size: 35px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: 'Cafe Nero';
  font-weight:bold;
  letter-spacing: 5px;

}

.promotion-weekly-clue-box p{
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;

}
.promotion-weekly-clue-logos{
  width: 400px;
      margin: 10px auto;
  text-align: center;
  margin-bottom:100px;
}

.promotion-weekly-clue-logos img{
  width: 60px;
}
.promotion-weekly-clue-content{
  padding: 0 50px;
  display: inline-block;
  text-align: center;
  font-weight:bold;
  color: #ee3426;
  vertical-align: middle;
}
.promotion-weekly-clue-content h4{
  margin-bottom: 0;
  font-size: 28px;
  font-family: 'Cafe Nero';
  font-weight:bold;
   text-shadow:0px 2px 4px rgb(0 0 0 / 54%);
}
.promotion-weekly-clue-content p{
   text-shadow:0px 2px 4px rgb(0 0 0 / 54%);
  font-size: 15px;
}

.prize-section{
  padding-top: 30px;
}
.prize-box-center .promotion-weekly-clue{
 font-style: italic;
 margin-bottom: 10px;
}

.promotion-weekly-prizes-box{
  border:1px solid #ee3426;
  border-radius: 5px;
  padding: 10px 50px;
  text-align: center;
}

.weekly-prizes-title{
  font-size: 33px;
  font-family: 'Cafe Nero';
  font-weight:bold;
  color: #ee3426;
  margin-top: 5px;
  text-shadow: 0px 3px 1px rgb(0 0 0 / 20%);
}
.promotion-box-small{
  margin-bottom: 20px;
  z-index: auto;
  padding: 4px;
}
.promotion-box-small .promotion-box-inner {
  height: auto;
}
.promotion-box-small .promotion-info {
  font-size: 9px;
  text-shadow: 0.1px 0.2px 0px rgb(255 255 255 / 40%);
  color: #1d58a8;
  font-weight: 700;
  font-style: normal;
}
.promotion-box-small h3 {
  font-size: 13px;
  line-height: initial;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -0.8px;
  -webkit-text-stroke: 0.5px #1d58a8;
}
.promotion-box-small.promotion-box-blue .promotion-info {
 text-shadow: 0.1px 0.2px 0px rgb(255 255 255 / 40%);
  color: #ee3426;
}


.prize-box-left, .prize-box-right {
  width: 35%;
}
.prize-box-center{
   width: 30%;
}
.promotion-weekly-grand-prizes-text{
  position: relative;
}

.promotion-weekly-grand-prizes-text img{
  width: 200px;
  float: left;
  margin-left: -25px;
}
.promotion-weekly-grand-prizes-text p{
  text-align: left;
  font-size: 11px;
}
.gerstner-logo{
  text-align: center;
}
.gerstner-logo img{
  width: 70px;
  margin: 0 auto;
  float: none;
}
.gerstner-logo h6{
  font-weight: 600;
  color: #1d58a8;
  font-size: 16px;
  margin-top: 0;
}

.weekly-prizes-popup{
  position: absolute;
  top: -30px;
  left: 100px;
  z-index: 999999;
  width: 400px;
  display: none;
}


.weekly-prizes-row{
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.weekly-prizes-col{
  width: 38%;
display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 8%;
}
.weekly-prizes-col:last-child{
  margin-right: 0;
}

.weekly-prizes-box:hover .weekly-prizes-popup{
display: block;
}
.promotion-winner-box-row{
  margin-top: 20px;
}



.winner-prizes-col{
  width: 200px;
  margin: 0 auto;
}

.promotion-box-shape{
 position: relative;
  background-color: transparent;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px;
  cursor:pointer;
}

.promotion-box-shape:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #ee3426;
}

.promotion-box-shape .promotion-box-inner{
  border:0;
}
.promotion-box-blue.promotion-box-shape:before {
  background: #1d58a8;
}

.promotion-box-shape .promotion-box-inner:before{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border:1px solid #ccc;
}


.promation-popup{
  z-index: 999999!important;

}
.promation-popup .modal-title{
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.promation-popup .modal-header{
  text-align: center;
  border:0;
}
.promation-popup .modal-content{
      background-color: #9bc8e5;
      position: relative;
}
.promation-popup button.close{
      opacity: 1;
  position: absolute;
  right: 8px;
  top: 4px;
  font-size: 25px;
}

.promation-popup.weekly-clues-popup button.close, .promation-popup.winner-popup button.close {
  opacity: 1;
  position: absolute;
  right: -9px;
  top: -7px;
  font-size: 25px;
  /*background: #ef3526;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
   vertical-align:baseline;
   line-height: 1;*/
}
.promation-popup.winner-popup button.close span{
    width: 30px;
  height: 32px;
  line-height: 1.2;
    display:block;
  border-radius: 50px;
  color: #fff;
  background: #ef3526;
  vertical-align:baseline;
   line-height: 1;
}
.modal-header-border{
  border:1px solid #ee3526;
  padding: 6px;
}
.grand-prize-winner-box{
  float: right;
}
.weekly-clues-box .weekly-prizes-popup{
  position: absolute;
  top: 50px;
  left: 150px;
  z-index: 999999;
  width: 600px;
}
.weekly-clues-box:hover .weekly-prizes-popup {
  display: block;
}

.weekly-clue-weeks-section, .prize-section{
	background:transparent;
}
.promotion-section.weekly-clue-weeks-section:after, .promotion-section.prize-section:after{
	content: "";
    width: 100%;
    height: 450px;
    background: url("https://rtsallison.com/themes/RTS/images/website-promo-shape.png") no-repeat;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
    background-position: center;
}
 .how-to-play-section{
        background:transparent;
    }
    .promotion-section.how-to-play-section:after {
    content: "";
    width: 100%;
    height: 450px;
    background: url("https://rtsallison.com/themes/RTS/images/website-promo-shape.png") no-repeat;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
    background-position: center;
}



.winner-box-center{
    width: 50%;
}

.winner-box-left{
    width: 30%;
}
.winner-box-right{
     width: 30%;
}

.winner-section .weekly-prizes-popup{
    top: auto;
}

.winner-section .promotion-box-small h3{
    font-size: 14px;
}
.winner-section .promotion-box-small .promotion-info{
    font-size: 10px;
}

.winner-section .weekly-prizes-popup{
    width: 500px;
}


.allison-warranty {
    position: relative;
}

.allison-warranty-popup {
    position: absolute;
    width: 620px;
    background: #ffffff;
    background-image: linear-gradient(#ffffff, #9bc7e1);
    /*top: auto;
    left: auto;*/
    padding: 10px;
    display:none;
    z-index: 9999;
   top: 320px;
    right: 0;
}
.allison-warranty-popup-inner{
    border: 1px solid #ee3526;
    padding: 15px;
}
.allison-warranty-popup p{
color: #2158a8;
font-family: 'BentonSans';
    font-size: 18px;
    margin-bottom: 0;
/*    text-shadow: 0px 2px 4px rgb(0 0 0 / 54%);*/
 }

.allison-warranty:hover .allison-warranty-popup{
    display:block;
}

.winner-section{
    background:transparent;
    padding-top: 30px;
}
.promotion-section.winner-section:after{
    content: "";
    width: 100%;
    height: 450px;
    background: url("https://rtsallison.com/themes/RTS/images/website-promo-shape.png") no-repeat;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
    background-position: center;
}
.winner-box-center .promotion-video img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) and (max-width: 1030px){
	.promotion-box-small.promotion-box-blue .promotion-info {
    text-shadow: 0 0 0;
    color: #ee3426;
    letter-spacing: .5px;
     font-weight: 500; 
}
}

@media (min-width: 768px){
.promation-popup .modal-dialog {
  width: 700px;
  margin: 50px auto;
  top: 20%;
}
.weekly-clues-popup.promation-popup .modal-dialog {
  width: 650px;
  margin: 10px auto;
  top: 0%;
}


}

@media (max-width: 1000px){
  .promotion-box-row{
      display: block;
  }
  .promotion-box-left, .promotion-box-right{
      width: 100%;
  }
  .promotion-box-center{
      width: 100%;
  }
  .promotion-video img{
      width: 80%;
      display: block;
      margin: 0 auto;
  }
  .promotion-how-to-play-box-list{
  		margin-bottom:50px;
  }
  .promotion-bottom-title{
        display: inline-block;
        width:100%;
        text-align: center;
    }
     .how-to-play-section{
        background:transparent;
    }
    .promotion-section.how-to-play-section:after {
    content: "";
    width: 100%;
    height: 450px;
    background: url("https://rtsallison.com/themes/RTS/images/website-promo-shape.png") no-repeat;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
    background-position: center;
}
.weekly-clue-weeks-section, .winner-section{
	background:transparent;
}
.promotion-section.weekly-clue-weeks-section:after, .promotion-section.winner-section:after{
	content: "";
    width: 100%;
    height: 450px;
    background: url("https://rtsallison.com/themes/RTS/images/website-promo-shape.png") no-repeat;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
    background-position: center;
}

.prize-box-center .promotion-weekly-clue{
        margin-top: 10px;
    }
    .promotion-weekly-grand-prizes-text img{
    	float: none;
    	margin-left: 0;
    }
    .prize-box-right .promotion-weekly-prizes-box{
    	margin-top: 25px;
    }
    .weekly-clue-weeks-section, .prize-section{
	background: url(../images/website-promo-shape.png) no-repeat;
	background-position: bottom;
}
.promotion-section.prize-section:after{
	content: '';
	display: none;
}

.winner-box-right{
    width: 100%;
}
.winner-box-left{
    width: 100%;
}
.winner-box-center{
    width: 100%;
    margin-bottom: 20px;
}
}

.game-btn, .game-close-btn, .game-btn:hover, .game-close-btn:hover {
      background-color: #ee3426;
      border-color: #ee3426;
  }
 
  .error_msg {
      display: none;
  }
  .popup-top-section img{
  /*  width: 400px;*/
      display: block;
      margin: 0 auto;
  }

  .promation-popup .modal-content{
  background-image: linear-gradient(#fff, #9bc8e5);
/*        background-color: #9bc8e5;*/
      position: relative;
}
  .promation-popup.view-price-form-popup .modal-header{
      padding: 0;
  }
  .promation-popup.view-price-form-popup .modal-body{
      padding: 8px;
      position: relative;
  }
  .promation-popup.view-price-form-popup button.close{
  opacity: 1;
  position: absolute;
  right: -9px;
  top: -7px;
  font-size: 25px;
  background: #ef3526;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.promation-popup.view-price-form-popup .modal-content {
  padding: 10px 10px 50px 10px;
  position: relative;
}
.promation-popup.view-price-form-popup .modal-border {
  border: 1px solid #ee3526;
  padding: 6px 6px 165px 6px;
}
.popup-footer-section {
  position: absolute;
  bottom: -215px;
  left: 0;
}
.popup-footer-section img{
  width: 600px;
}

.view-price-form-popup .form-group label{
   font-family: 'BentonSans';
   text-transform: uppercase;
   font-size: 16px;
}
.view-price-form-popup .form-group .form-control{
  border:0;
  border-bottom: 1px solid #000;
  box-shadow: 0 0 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  color: #000;
}
.view-price-form-popup .form-group .form-control::placeholder{
  color: #000;
opacity: 1; /* Firefox */
}
.view-price-form-popup .form-group .form-control::-ms-input-placeholder { /* Edge 12-18 */
color: #000;
}
.view-price-form-popup .para-text{
font-family: 'BentonSans';
  font-size: 16px;
}

.promotion-back{
float: right;
    text-align: center;
    font-family: 'BentonSans-Black';
    padding: 5px 15px;
    background: #1d58a8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
    font-style: italic;
}
a.promotion-back:hover {
    text-decoration:none;
    color:#fff;
}
.promotion-weekly-clue-weeks h5{
    font-size: 20px;
    font-style: italic;
    font-family: 'BentonSans-Black';
    color: #1d58a8;
    text-align: center;
}
.promotion-weekly-clue-weeks img{
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px){

.view-price-form-popup.promation-popup .modal-dialog {
  margin: 10px auto;
  top: 0%;
}

.promotion-box.promotion-box-small.promotion-box-blue.weekly-prizes-box {
  margin-bottom: 50px;
}
.winner-popup.promation-popup .modal-dialog {
  margin: 10px auto;
  top: 0%;
}
}

@media (max-width: 768px){
.play-allison{
            display: inline-block;
    width: 100%;
    text-align: center;
        vertical-align: top;
    }
    .play-allison a{
        float: none;
        padding: 0;
    }
    .new-header{
        display: block;
    }
    .promotion-bottom-title{
        display: inline-block;
        width:100%;
        text-align: center;
    }
    .weekly-prizes-col{
        width: 100%;
    }
    .promotion-box.promotion-box-small.promotion-box-blue.weekly-prizes-box{
        margin-bottom: 20px;
    }
    .prize-box-center .promotion-weekly-clue{
        margin-top: 10px;
    }
    .promotion-weekly-grand-prizes-text{
        color: #fff;
    }
    .promotion-video{
        margin-bottom: 20px;
    }
    .weekly-prizes-popup{
        width: auto;
        top: 30px;
        left: 0;
    }
    .promotion-how-to-play-box-list{
        margin-bottom: 30px;
    }
    .how-to-play-section{
        background:transparent;
    }

    .region.region-content{
    padding-top: 220px!important;
}
#main-wrapper-location .region.region-content{
    padding-top: 0px!important;
}
#main-wrapper-location .black-banner{
     padding-top: 220px!important;
}
#main-wrapper-location .dark-img{
    margin-top: 25% !important;
}
.about-banner-section.black-banner{
    position: relative!important;
     top: 0px!important;
}
.dark-img{
    margin-top: 0;
}
.about-rts-title{
    left: 8%;
    top: 10%!important;
}
.about-rts-title h1{
    margin-top: 7px;
}
.promotion-weekly-clue-box{
    width:100%;
}
.promotion-weekly-clue-logos {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    margin-bottom: 10px;
}
.promotion-weekly-clue-content{
        padding: 0 20px;
}
.winner-popup.promation-popup .modal-dialog {
  margin: 50px auto;
  top: 0%;
  width: 90%;
}
.weekly-clues-box .weekly-prizes-popup {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999999;
    width: 100%;
}
.winner-section .weekly-prizes-popup{
    width: 100%;
    left: 0;
    z-index: 999999;
}
.winner-prizes-col{
    width: 80%;
}
}

@media (max-width: 600px){
    .promotion-box h3{
        font-size: 20px;
    line-height: 23px;
    }
    .promotion-info {
    font-size: 15px;
}
.promotion-box-inner{
    height: auto;
}
.promotion-section{
    background-size: cover;
    padding-bottom: 40px;
}
.winner-prizes-col{
    width: 100%;
}
.warranty-content-section{
     padding-left: 0px;
     text-align: center;
}
.warranty-para-content{
    font-size: 25px!important;
    margin-top: 15px;
}
.allison-warranty-popup{
        width: 100%;
        z-index: 999;
            left: auto;
    top: auto;
}
.warranty-para{
    padding-left: 15px;
}
}
  @media (min-width: 768px) and (max-width:860px) {
.play-allison{
    margin-right: 50px;
  }
}




@media (max-width: 425px){
#main-wrapper-location section.section {
    padding-top: 10% !important;
}
.promotion-weekly-clue{
    margin-top: 10px;
}
}

.error {
  color: #ee3426;
}

.error_msg {
  color: red !important;
  display: block !important;
}

.view-price-form-button {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.applyrts{
  padding: 8px 20px 7px 20px;
    position: relative;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    font-family: 'Archivo', sans-serif;
}

.applyrts::before{
  position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #ee3426;
    transform: skew(-30deg);
}

.servicepagecode{
  font-weight: 500;
    background: #ee3426;
    margin-top: 10px;
    padding: 4px 9px 4px  9px;
    color: #fff;
    border-radius: 5px;
    float: inherit;
    letter-spacing: 0.2px;
    margin-right: 12px;
}

.dropdown-menu.hamburger {
  top:auto;
  left:auto;
}
.dropdown-menu.call-icon {
  top:auto;
  left:-60px;
}
.dropdown-menu.admin-icon {
  top:auto;
  left:-125px;
}

.navbar-toggler i {
  color: #fff !important;
}
.simplelogin .region{
    padding-top: 10px;
}
.simplelogin-logo img {
  max-width: 100%;
  width: 100px !important;
  height: 100px !important;
}

.flefts{
  float: left;
  width: 30%;
  text-align: center;
  border-right: 2px solid #1eb1c4;
}
.frights{
  float: right;
  width: 70%;
}


.conference {
  font-family: 'BentonSans-Medium' !important;
  color: #1eb1c4;
  font-size: 17px;
  padding-left: 15px;
}
.las{
  font-family: 'BentonSans-Medium' !important;
  color: #1eb1c4;
  font-size: 21px;
  padding-left: 15px;
}
.centers{
  text-transform: uppercase;
 
  color: #1d58a8;
  font-size: 30px;
}


  @font-face {
    font-family: 'BentonSans-Black';
    src: url('../fonts/BentonSans-Black.ttf');

    font-weight: normal;
    font-style: normal;
    font-display: swap;

  }
  .attend{ 
    font-family: 'BentonSans-Black' !important;
}
.attend1{ 
    font-family: 'BentonSans' !important;
}
.forms{
  border: none;
  background: transparent;
}
.forms2{
  border: none;
}
.homepopup > input{
  font-family: 'BentonSans-Medium' !important;
}
@font-face {
  font-family: 'BentonSans-BlackItalic_T';
  font-style: normal;
  font-weight: normal;
  src: local('Neue Helvetica Light'), url('../fonts/BentonSans-BlackItalic_T.ttf') format('ttf');
  }

  .banner_slow.blink {
    display: block;
    animation: blinkAnimation 1s linear;
  }

  @keyframes blinkAnimation {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
  }







/* Design start */

.black-banner {
    background-color: black;
}

.about-banner-section {
    position: relative;
}

.dark-img {
    opacity: 0.5;
    margin-top: -8%;
    width: 100%;
    vertical-align: middle;
}

.about-rts-title {
    z-index: 9999;
    position: absolute;
    left: 15%;
    top: 55%;
}

#parallelogram {
    width: 70px;
    height: 20px;
    margin-left: 15px;
    background: #ee3426;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

.about-rts-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bolder;
    font-family: "Archivo", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.privacy-policy {
    margin-top: 30px;
    text-align: center;
}

.privacy-policy h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Archivo", sans-serif;
    color: #06213B;
}

.privacy-policy-content {
    margin-top: 20px;
}

.privacy-policy-content p{
    line-height: 23px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.policy-list-content ul {
    list-style: none;
}

.policy-list-content ul li {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #000;
    padding-left: 20px; 
    font-weight: 300;
}

.policy-list-content ul li {
    position: relative;
}
.policy-list-content ul li::before{
    position: absolute;
    content: url(../images/tick.png);
    top: 2px;
    left: 0;
}

.privacy-policy-bg .information-collect h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Archivo", sans-serif;
    color: #fff;
    font-weight: 500;
}
.privacy-policy-bg .information-collect {
    line-height: 23px;
    font-size: 15px;
    color: #ffffff;
}

.information-collect p {
   font-weight: 300;
}

.privacy-policy-bg .information-collect .policy-list-content ul li{
    color: #ffffff;
    font-weight: 300;
}

.privacy-policy-nonbg .information-collect h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Archivo", sans-serif;
    color: #062145;
    font-weight: 500;
}
.privacy-policy-nonbg .information-collect {
    line-height: 23px;
    font-size: 15px;
    color: #000000;
}

.privacy-policy-nonbg .information-collect .policy-list-content ul li{
    color: #000000;
    font-weight: 300;
}
.privacy-policy-bg {
    background: #062145;
    padding-top: 30px;
    padding-bottom: 30px;
}

.privacy-policy-nonbg{
    margin-top: 20px;
}

.privacy-policy-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.privacy-policy-contact .email , .privacy-policy-contact .telephone-number , .privacy-policy-contact .address {
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px #ddd9d9;
    width: 300px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.privacy-policy-contact .email .mail-icon , .privacy-policy-contact .telephone-number .phone-icon , .privacy-policy-contact .address .address-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
}


.privacy-policy-contact .mail-icon .mail-p , .privacy-policy-contact .phone-icon img .phone-p , .privacy-policy-contact .address-icon .address-p {
     font-weight: 500;
     margin-bottom : 0px;
}

.privacy-policy-contact .mail-icon img , .privacy-policy-contact .phone-icon img , .privacy-policy-contact .address-icon img {
    background: #062145;
    padding: 8px;
    border-radius: 11px;
    margin-bottom: 2px;
    width: 40px;
}

.privacy-policy-contact p {
    font-size: 15px;
    color: #000;
    font-weight: 400
}

.privacy-policy-contact p a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 400
}

.privacy-policy-contact p a:hover{
    color: #ee3426;
    font-weight: 400
}



/* term service css start */

.terms_service h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Archivo", sans-serif;
    color: #06213B;
}

.terms_service_content h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Archivo", sans-serif;
    color: #06213B;
}

.terms_service p {
    line-height: 23px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.terms_service_content li strong {
    font-weight: 500;
}

.terms_service_content ul {
    list-style: none;
    padding-left: 15px;
}

.terms_service_content li {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #000;
    padding-left: 20px;
    font-weight: 300;
    position: relative;
}
 
.terms_service_content ul li::before {
    position: absolute;
    content: url(../images/tick.png);
    top: 2px;
    left: 0;
}
.path-location .slider-static-content-container.container {
    display: none;
}
div#edit-field-store-address-geo-proximity-source-configuration-origin-address--description {
    visibility: hidden;
}
#edit-field-store-address-geo-proximity-source-configuration-origin-address--description::before {
  content: "City, Zip-Code, Country"!important;
  visibility: visible;
}
img.about-banner-img.dark-img{
  margin-top: -9.3%!important;
}