/* ----------------------Start OT-cmsoffer --------------------------*/
#otcmsoffer {
  text-align: center;
  margin: 0;
  float:none;
  width:21%;
  display:inline-block;
  vertical-align:top;
}
#otcmsoffer .otcmsoffer {
    float: left;
    width: 100%;
}
#otcmsoffer .offer-image {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#otcmsoffer .offer-image a {
    display: block;
    overflow: hidden;
}
#otcmsoffer .offer-image:last-child {
	border: none;
}
#otcmsoffer .otcmsoffer .offer-title {
    float: left;
    width: 100%;
    padding: 20px 0;
    font: 400 18px/20px var(--primary-font);
    color: var(--primary-text-color);
    background: var(--primary-bg-color);
}
#otcmsoffer .otcmsoffer .cmsoffer {
    float: left;
    width: 100%;
	max-height: 407px;
    overflow-x: hidden;
    overflow-y: auto;
}
#otcmsoffer .otcmsoffer .cmsoffer::-webkit-scrollbar {
    width: 5px;
}
#otcmsoffer .offer-image img {
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#otcmsoffer .offer-image:hover img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
}
#otcmsoffer .otcmsoffer .cmsoffer::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
}
#otcmsoffer .otcmsoffer .cmsoffer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
}
@media (max-width: 1199px) {
#otcmsoffer .otcmsoffer .offer-title {
    padding: 16px 0;
    font-size: 14px;
    line-height: 18px;
}
}

/* ----------------------End OT-cmsoffer --------------------------*/