/*---------------------------- Start TT - CMS Services block ----------------------------*/
#ttcmsservice {
    float: left;
    width: 100%;
}
#ttcmsservice .service-offer {
    display: flex;
    align-items: center;
    justify-content: right;
}
#ttcmsservice .service-offer .offer-img {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 16px 23px 35px;
    position: relative;
	background:var(--secondary-bg-color);
}
#ttcmsservice .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;
}
#ttcmsservice .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;
}
#ttcmsservice .ttcmsservices .ttservice {
    float: left;
    width: 100%;
    text-align: center;
	margin: 24px 0;
}
#ttcmsservice .ttcmsservices .ttservice .service-icon {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -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;
}
#ttcmsservice .ttcmsservices .ttservice .service-content {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 10px;
}
#ttcmsservice .ttcmsservices .ttservice .service-content .service-title {
    font: 500 14px/16px 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 10px;
	color:var(--secondary-bg-color);
}
#ttcmsservice .ttcmsservices .ttservice .service-content .service-desc {
    font: 400 14px/16px var(--secondary-font);
	color:#fff;
}
#ttcmsservice .ttcmsservices .ttservice .service-icon.ttsecure_img {
	background-image: url(../../../../themes/Warehouse/assets/img/01.png);
}
#ttcmsservice .ttcmsservices .ttservice .service-icon.ttdelivery_img {
	background-image: url(../../../../themes/Warehouse/assets/img/02.png);
}
#ttcmsservice .ttcmsservices .ttservice .service-icon.ttshipping_img {
	background-image: url(../../../../themes/Warehouse/assets/img/03.png);
}
#ttcmsservice .ttcmsservices .ttservice .service-icon.ttsupport_img {
	background-image: url(../../../../themes/Warehouse/assets/img/04.png);
}
@media (max-width: 1299px) {
    #ttcmsservice .ttcmsservices .ttservice .service-content .service-title {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 15px;
    }
    #ttcmsservice .ttcmsservices .ttservice .service-content .service-desc {
        font-size: 11px;
        line-height: 13px;
    }
    #ttcmsservice .ttcmsservices .ttservice .service-content {
        padding: 0 0 0 5px;
    }
    #ttcmsservice .service-offer .title {
        padding: 0 0 0 10px;
        font-size: 11px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    #ttcmsservice .service-offer .title {
        width: 60%;
        font-size: 10px;
        line-height: 14px;
    }
    #ttcmsservice .service-offer .offer-img {
        padding: 8px 12px 22px;
    }
    #ttcmsservice .service-offer .offer-img::after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: calc(2 * 10px * .866) solid #2f3f63;
    }
    #ttcmsservice .ttcmsservices .ttservice {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    #ttcmsservice .service-offer {
        width: 100%;
    }
    #ttcmsservice .ttcmsservices {
        width: 100%;
    }
}