/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*-----------------------------------------------
/* WMIntro
--------------------------------------------------*/
#WMIntro{
	/* background:url(../img/warranty/intro/WMIntroB.jpg) fixed center center;
	background-size: cover;
	padding: 50px 0; */
	
	background:url(../img/warranty/intro/bg.webp) ;
	width: 100%;
	padding: 50px 0;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
#WMIntro h3{
	color: #000000;
}
#WMIntro a{
    color: #000000;
    font-weight: 400;
    cursor: pointer;
}
#WMIntro a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
}
.WMIntroBox h4 {
    margin-bottom: 15px;
    font-size: 20px;
	color: #0071b6;
	text-align: center;
}
#WMIntro p{
	color: #000000;
	font-weight: 300;
	margin: 0 0 25px 0;
	text-align:justify;
}
.introIconText{
	position: relative;
	height: 100%;
	text-align: center;
}
.introIconText p{
	margin-bottom: 90px !important;
}
.WMIntroBox{
	display: flex;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 20px 5px rgba(0,0,0,0.1);
}
.WMIntroBoxImg{
	width: 100%;
	position: absolute;
	bottom: 0;
}
@media (max-width: 767px) {
	.WMIntroBoxO{
		padding-bottom: 20px;
	}
}	
/*-----------------------------------------------
/* WMAdvantage
--------------------------------------------------*/
#WMAdvantage{
	padding-top: 50px;
}
#WMAdvantage h3{
	color: #000000;
}
.WMAdvantage-item{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	background: url(../img/warranty/advantage/bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#WMAdvantage  p{
	color: #fff;
	margin: 0;
	font-weight: 300;
	text-align:left;
}
.WMAdvantage-item h4{
	color: #fff;
	margin-bottom: 5px;
	font-size: 20px;
}
.WMAdvantage-item a h4:hover{
    color: #18d26e;
    transition:all 0.3s 0.3s;
	-webkit-transition:all 0.3s 0.3s;
}
.WMAdvantage-left{
	color: #fff;
	width: 66px;
	height: 100px;
	font-size: 48px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #fff;
	line-height: 90px;
	text-align: center;
	transition: 0.5s;
}
.WMAdvantage-right{
	color: #fff;
	min-height: 100px;
	padding-left: 80px;
}

/*-----------------------------------------------
/* WMProcess
--------------------------------------------------*/
#WMProcess{
	position: relative;
	background: url(../img/warranty/process/WMProcesB.webp) fixed center center;
	background-size: cover;
	padding: 80px 0 50px 0;
}
#WMProcess h3{
	color: #fff;
	margin: 0;
}
#WMProcess h5{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
#WMProcess .row{
	margin: 0;
}
.topImg{
	position: absolute;
	top: -1px;
	width: 100%;
}
.WMProcessBox{
	padding-top: 30px;
}
.box.wow.fadeInLeft{
	padding: 0;
}
.WMProcessArrow{
	    width: 0;
	    height: 0;
		position: relative;
		top: 90px;
		float: left;
		color: #fff;
}
/* .WMProcessBox-triangle{
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 20px 0 20px 20px;
	    border-color: transparent transparent transparent #ffffff;
		position: relative;
		top: 90px;
		float: left;
} */
.es_es .WMProcess{
	width: auto;!important;
	max-width: 350px;
}
.WMProcess{
	padding: 10px;
	/*height: 230px;*/
	text-align: center;
	position: relative;
	float: left;
	width: 202px;
	border-radius: 4px;
}
.WMProcess li{
	font-size: 30px;
	margin: 10px 0;
}
.WMProcess p{
	margin: 0;
	color: #fff;
	font-weight: 300
}
.WMProcess h4{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.WMProcess h6{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 5px 0 ;
}
@media (max-width: 2300px) {
.WMProcess {
        width: 162px;
    }
}
@media (max-width: 1500px) {
.WMProcess {
        width: 162px;
    }
}
@media (max-width: 1200px) {
.WMProcess {
        width: 130px;
		margin: 10px 0;
    }
}
@media (max-width: 980px) {
.WMProcess {
        width: 190px;
		margin: 10px 0;
    }
}
@media (max-width: 767px) {
	.es_es .WMProcess{
		max-width: none;
	}
	.WMProcess {
			height: 230px;
			width: 100%;
			margin:0;
			float: none;
		}
	.WMProcessArrow{
			top: -30px;
			left: 15px;
			float: none;
			margin: 0 auto;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			transform: rotate(90deg);
	}
	/* .WMProcessBox-triangle{
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 30px 25px 0 25px;
			border-color: #ffffff transparent transparent transparent;
			position: relative;
			top: 0px;
			float: none;
			margin: 0 auto;
	} */
}


/*-----------------------------------------------
/* WMFunction
--------------------------------------------------*/
.hvr-icon-rotate:hover .hvr-icon {
    transform:rotate(20deg) scale(0.7);
	-webkit-transform:rotate(20deg)  scale(0.7);
	-moz-transform:rotate(20deg)  scale(0.7);
	-o-transform:rotate(20deg)  scale(0.7);
	-ms-transform:rotate(20deg)  scale(0.7);
	margin-top: -5px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.hvr-icon-rotate:hover .hvr-icon img{
	margin-top: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.hvr-icon-rotate:hover .item-title-in{
	margin-top: -10px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.hvr-icon-rotate .hvr-icon img{
	margin-top: 10px;
}
.item-title-in{
	margin-top: 30px;
}
#WMFunction .container{
	margin-top: 0;
}
#WMFunction{
	background: #f0f3f7;
	padding: 50px 0;
}
#WMFunction h3{
	color: #000000;
}
#WMFunction h4{
	font-size: 20px;
	color: #000000;
	margin: 0 0 10px 0;
}
.WMFunctionList{
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	padding-bottom: 20px;
}
.WMFunctionTitle{
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	padding: 0 25px;
	padding-bottom: 10px;
	cursor: pointer;
}
.WMFunctionList .active{
	border-bottom: 5px solid #428BFF;
}
.WMFunctionLine{
	width: 100%;
	display: table;
	border-bottom: 1px solid;
	border-bottom: 1px solid #cccccc;
}
.WMFunction-box-list{
	display: inline-block;
}
.WMFunction-item{
	width: 100%;	
	color: #000000;
	padding: 0 20px 10px;
	min-height: 70px;
}
.es_es .WMFunction-item{
	padding: 0 15px 10px;
}
.WMFunction-box-item{
	height: 210px;
	text-align: center;
}
.WMFunction-box-item:hover{
	z-index: 1;
}
.WMFunction-box-item0{
	display: block;
}
.WMFunction-box-item .item-title button{
    background-color: transparent;
    border: none;
}
.WMFunction-box-item .item-title {
	position: relative;
	margin-top: 15px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}
.WMFunction-box-item:hover .item-title{
	margin-top: 0px;
}
.WMFunction-box-item .item-text {
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}
.WMFunction-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}
#WMFunction .hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover{
	box-shadow:0 5px 20px 5px rgba(0,0,0,0.1);
	background: #fff;
}

.hvr-sweep-to-top:before{
	background-color: #e7e7e7;
}

.WMFunction-item  p{
	margin: 0;
	font-weight: 300
}
.WMFunction-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
@media (max-width: 767px) {
	.WMFunction-item{
		padding:0 0 10px 0;
		height: auto;
	}
	.WMFunction-box-item:hover .item-title{
		margin-top: 5px;
	}
	#WMFunction {
	    padding-bottom: 80px;
	}
}
@media (max-width: 991px) {
    #banner h1{
        font-size: 40px !important;
    }
    #banner h2{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    #banner .carousel-item{
        height: 400px;
    }
    #banner{
        height: 400px;
    }
    #banner .carousel-container .fadeInLeft{
        margin-top: 20%;
    }
}

