/*---------------------------- Start OT - CMS Services block ----------------------------*/
#otcmsservice {
	float: left;
	width: 100%;
}
#otcmsservice .otcmsserviceblock {
	float: left;
	margin: 0 0 80px;
	width: 100%;
}
#otcmsservice .otcmstopservice-content .owl-item:last-child .service {
	border: none;
}
#otcmsservice .otcmstopservice-content .service {
	text-align: center;
	border-right: 1px solid #e7e7e7;
    float: left;
    width: 100%;
}
#otcmsservice .otcmstopservice-content .service .service-icon {
	float: left;
	height: 60px;
	width: 60px;
	transition:all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
}
#otcmsservice .otcmstopservice-content .service .otsupport_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -30px -12px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service:hover .otsupport_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -135px -12px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service .otshare_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -30px -108px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service:hover .otshare_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -135px -108px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service .otsaving_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -30px -202px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service:hover .otsaving_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -135px -202px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service .otsmart_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -30px -299px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service:hover .otsmart_img.service-icon{
	background:url("../img/store-services.png") repeat scroll -135px -299px;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0.1s;
    -moz-transition: all 500ms ease-in-out 0.1s;
    -o-transition: all 500ms ease-in-out 0.1s;
    -ms-transition: all 500ms ease-in-out 0.1s;
}
#otcmsservice .otcmstopservice-content .service .service-desc {
	color: #666666;
	font:400 14px/16px var(--secondary-font);
	width: auto;
	float: none;
    display: inline-block;
    vertical-align: top;
}
#otcmsservice .service .service-content .service-title {
	color: var(--primary-text-color);
    font: 600 17px/20px var(--primary-font);
    margin-bottom: 10px;
    text-transform: uppercase;
	transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
#otcmsservice .service:hover .service-content .service-title {
	color:#435652;
	transition: all 500ms ease-in-out 0.1s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
#otcmsservice .service .service-icon-background {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
  cursor:pointer;
}
#otcmsservice .service .service-content {
  cursor: pointer;
  float: left;
  padding: 10px 0 0;
  text-align: center;
  width:100%;
}
#otcmsservice .otcmstopservice-content .owl-item {
	float:left;
	position:relative;
}
#otcmsservice .otcmstopservice-content .owl-item:last-child::after {
  border-right: none;
}
@media(max-width:1200px){
	#otcmsservice .otcmstopservice-content .service {
	  padding: 0;
	}
}
@media(max-width:1199px){
	#otcmsservice .otcmsserviceblock{
		margin: 0 0 60px;
	}
	#otcmsservice .service .service-icon-background {
	  float: left;
	  text-align: center;
	  width: 100%;
	}
	#otcmsservice .otcmstopservice-content .service .service-icon {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	#otcmsservice .service .service-content {
	  float: none;
	  text-align: center;
	  width: 100%;
	}
	#otcmsservice .otcmstopservice-content .service::before {
	  top: 55px;
	}
	#otcmsservice .otcmstopservice-content .service{
		border-right: none;
	}
}
@media(max-width:991px){
	#otcmsservice .otshare.service{
		border: none;
	}
	#otcmsservice .otsaving.service{
		border: none;
	}
	#otcmsservice .otcmsserviceblock {
	    margin: 0 0 50px;
    }
}
@media(max-width:543px){
	
	#otcmsservice .otcmsserviceblock {
		margin: 0 0 35px;
	}
}
@media(max-width:320px){
#otcmsservice .otcmsserviceblock {
		margin: 0 0 20px;
	}
	}
/*---------------------------- End OT - CMS Services block ----------------------------*/