/*---------------------------- Start OT - CMS Services block ----------------------------*/
#otcmsservice {
    float: left;
    width: 100%;
    margin: 0 0 50px;
}
#otcmsservice .service-offer {
    display: flex;
    align-items: center;
    justify-content: right;
}
#otcmsservice .service-offer .offer-img {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 16px 23px 35px;
    position: relative;
	background:var(--secondary-bg-color);
}
#otcmsservice .service-offer .offer-img::after {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;
    content: "";
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: calc(2 * 14px * .866) solid #2f3f63;
    border-top: 20px solid transparent;
}
#otcmsservice .service-offer .title {
    float: none;
    display: inline-block;
    vertical-align: top;
    font: italic 500 13px/18px var(--primary-font);
    padding: 0 0 0 15px;
    width: 35%;
	color:#fff;
}
#otcmsservice .otcmsservices {
    float: left;
    width: 100%;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
#otcmsservice .otcmsservices .owl-item.lastactiveitem  .otservice {
    border-right: none;
}
#otcmsservice .otcmsservices .otservice {
    float: left;
    width: 100%;
    text-align: center;
    padding: 28px 0;
    border-right: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
#otcmsservice .cmsservices .owl-item.lastactiveitem .otservice::after {
	display: none;
}
#otcmsservice .otcmsservices .otservice .service-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 45px;
    background: var(--primary-bg-color);
    line-height: 40px;
    -webkit-transition: transform .4s ease-in-out 0s;
    -moz-transition: transform .4s ease-in-out 0s;
    -ms-transition: transform .4s ease-in-out 0s;
    -o-transition: transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s;
}
#otcmsservice .otcmsservices .otservice:hover .service-icon  {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
#otcmsservice .otcmsservices .otservice .service-content {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding:0 0 0 15px;
}
#otcmsservice .otcmsservices .otservice .service-content .service-title {
    font: 500 16px/18px var(--primary-font);
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin: 0 0 7px;
    color: var(--secondary-bg-color);
}
#otcmsservice .otcmsservices .otservice .service-content .service-desc {
    font: italic 400 14px/16px var(--secondary-font);
    color: #666666;
}
#otcmsservice .otcmsservices .otservice .service-icon.otshop_img {
    mask-image: url(../../../../assets/img/services.png);
    -webkit-mask-image: url(../../../../assets/img/services.png);
    mask-position: -22px -28px;
    -webkit-mask-position: -22px -28px;
}
#otcmsservice .otcmsservices .otservice .service-icon.otsave_img   {
    mask-image: url(../../../../assets/img/services.png);
    -webkit-mask-image: url(../../../../assets/img/services.png);
    mask-position: -22px -129px ;
    -webkit-mask-position: -22px -129px;
}
#otcmsservice .otcmsservices .otservice .service-icon.otsupport_img  {
    mask-image: url(../../../../assets/img/services.png);
    -webkit-mask-image: url(../../../../assets/img/services.png);
    mask-position: -22px -229px;
    -webkit-mask-position: -22px -229px;
}
#otcmsservice .otcmsservices .otservice .service-icon.otreturn_img  {
    mask-image: url(../../../../assets/img/services.png);
    -webkit-mask-image: url(../../../../assets/img/services.png);
    mask-position: -22px -329px;
    -webkit-mask-position: -22px -329px;
}
@media (max-width: 1299px) {
    #otcmsservice .otcmsservices .otservice .service-content .service-title {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 15px;
    }
    #otcmsservice .otcmsservices .otservice .service-content .service-desc {
        font-size: 11px;
        line-height: 13px;
    }
    #otcmsservice .otcmsservices .otservice .service-content {
        padding: 0 0 0 5px;
    }
    #otcmsservice .service-offer .title {
        padding: 0 0 0 10px;
        font-size: 11px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    #otcmsservice .service-offer .title {
        width: 60%;
        font-size: 10px;
        line-height: 14px;
    }
    #otcmsservice .service-offer .offer-img {
        padding: 8px 12px 22px;
    }
    #otcmsservice .service-offer .offer-img::after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: calc(2 * 10px * .866) solid #2f3f63;
    }
    #otcmsservice .otcmsservices .otservice {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    #otcmsservice .service-offer {
        width: 100%;
    }
    #otcmsservice .otcmsservices {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #otcmsservice .otcmsservices .otservic{
        border: none;
    }
}
@media (min-width: 481px) {
#otcmsservice .otcmsservices .otservice::after {
    position: absolute;
    top: 0;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    height: 50%;
    width: 1px;
    background: rgba(255,255,255,.1);
}
#otcmsservice .otcmsservices .owl-item:last-child .otservice::after {
    display: none;
}
}