﻿/* Company -- Book a meeting */
.bookMeeting .bookMeetingCalendar { width: 50%; }
.bookMeeting .bookMeetingCalendarBox { width: 620px; margin-right: 14%; }
.bookMeeting .bookMeetingTopInput { background: #323234; color: #ffffff; }
.bookMeeting .bookMeetingInputBox { padding-top: 40px; padding-bottom: 80px; }
.bookMeeting .bookMeetingForm .basicFormGroup { display: inline-block; float: left; }
    .bookMeeting .bookMeetingForm .basicFormGroup.oneline { display: block; width: 100%; }
    .bookMeeting .bookMeetingForm .basicFormGroup .basicFormInput { font-size: 14px; height: 60px; color: #323234; border-radius: 0; width: 550px; padding: 10px 20px; font-family: Oswald-Regular; }
    .bookMeeting .bookMeetingForm .basicFormGroup .iti { font-size: 14px; }
    .bookMeeting .bookMeetingForm .basicFormGroup .iti__selected-flag { padding: 0 15px 0 12px; }
    .bookMeeting .bookMeetingForm .basicFormGroup #Requirement { height: 180px; }
    .bookMeeting .bookMeetingForm .basicFormGroup input:focus, .bookMeeting .bookMeetingForm .basicFormGroup textarea:focus, .bookMeeting .bookMeetingForm .basicFormGroup select:focus { box-shadow: none; border-color: #323234; }
    .bookMeeting .bookMeetingForm .basicFormGroup .selectPlaceholder { color: #757575; }
        .bookMeeting .bookMeetingForm .basicFormGroup .selectPlaceholder option { color: #323234; }
            .bookMeeting .bookMeetingForm .basicFormGroup .selectPlaceholder option:first-child { color: #999; }
.basicFormGroup .errorMsg { display: none; position: absolute; margin: 0; color: #dc061a; font-size: 14px; line-height: 24px; }
.bookMeeting .timeInputChoose .utcSpan { font-size: 18px; height: 54px; line-height: 54px; display: inline-block; vertical-align: top; margin-right: 5px; }
#needCallBack { font-size: 18px; margin: 0; text-align: right; }
#isNeedCallBack { width: 18px; height: 18px; vertical-align: top; margin-top: 6px; }
#bookMeetingButton { display: inline-block; padding: 0 25px !important; border: 0; outline: none; font-size: 16px !important; text-align: center; cursor: pointer; color: #fff !important; background: #fe8e14 !important; font-family: Oswald-Regular; vertical-align: top; height: 50px !important; line-height: 50px !important; }
#txtPreferredTime, #selectHour, #selectUTC { border: 1px solid #ddd; height: 50px; line-height: 50px; color: #323234; padding: 8px; font-size: 18px; width: 180px; box-shadow: none; background: #ffffff; vertical-align: middle; font-family: Oswald-Regular; }
#txtPreferredTime { margin-right: 50px; }
#selectHour, #selectUTC { width: 100px; }
#selectHour { margin-right: 20px; }
    #txtPreferredTime:focus, #selectHour:focus, #selectUTC:focus { box-shadow: none; }

@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#submitLoading { width: 48px; height: 48px; border: 5px solid #fe8e14; border-bottom-color: transparent; border-radius: 50%; display: none; box-sizing: border-box; animation: rotation 1s linear infinite; }

/* Company -- Contact */
.company-contact .basicForm .basicFormGroup .basicFormInput { padding: 10px 20px; }
.company-contact .basicForm .basicFormGroup .selectPlaceholder { color: #757575; }
    .company-contact .basicForm .basicFormGroup .selectPlaceholder option { color: #323234; }
        .company-contact .basicForm .basicFormGroup .selectPlaceholder option:first-child { color: #999; }
.company-contact .messageBox .orangeTitle { color: #FE8E14; margin-bottom: 30px; }
.company-contact .contactMainCon .contactList .iconItem .icon-chat { display: inline-block; width: 100%; height: 100%; background: url(../../images/company/chat-icon.png) no-repeat center center; }
.company-contact .contactMainCon .contactList .iconItem .icon-phone { display: inline-block; width: 100%; height: 100%; background: url(../../images/company/phone-actions-smile.png) no-repeat center center; }
.company-contact .contactMainCon .contactList .iconItem .icon-email { display: inline-block; width: 100%; height: 100%; background: url(../../images/company/email-action-at.png) no-repeat center center; }
.company-contact .contactMainCon .contactList .iconItem .icon-meeting { display: inline-block; width: 100%; height: 100%; background: url(../../images/company/meeting-monitor.png) no-repeat center center; }
.company-contact .contactMainCon .contactList .iconItem .icon-address { display: inline-block; width: 100%; height: 100%; background: url(../../images/company/email-action-unread.png) no-repeat center center; }

/* MsgDialog */
#msgDialog { display: none; position: fixed; z-index: 1; top: 110px; left: 50%; margin-left: -220px; padding: 35px 55px 35px 45px; width: 440px; height: auto; background: #fff; border: solid 1px #ddd; border-radius: 4px; box-shadow: 0 0 0 #eee, 0 0 0 #fff, 0 4px 6px #e8e8e8, 0 0 0 #eee; -webkit-box-shadow: 0 0 0 #eee, 0 0 0 #fff, 0 4px 6px #ddd, 0 0 0 #eee; -moz-box-shadow: 0 0 0 #eee, 0 0 0 #fff, 0 4px 6px #ddd, 0 0 0 #eee; }
    #msgDialog:after { display: block; content: ''; clear: both; }
    #msgDialog .content-lt { float: left; margin-right: 45px; }
    #msgDialog .content-rt { float: left; width: 198px; }
    #msgDialog p.title { color: #444; font-family: OpenSans-Semibold; font-size: 18px; font-size: 1.8rem; line-height: 27px; }
    #msgDialog p { margin-bottom: 3px; }
    #msgDialog a.closeDialog { position: absolute; top: 8px; right: 20px; cursor: pointer; }
    #msgDialog input[type='button'] { margin-top: 15px; padding: 0 30px; font-size: 14px; width: auto; height: 28px; border-radius: 4px; background: #fe8e14; color: #fff; outline: none; border: none; }
        #msgDialog input[type='button']:hover { background: #ff9f1f; }
        #msgDialog input[type='button']:active { background: #f99d31; }

/* Dymansoft Checkbox And Select */
.d-checkbox { display: inline-block; margin-right: 60px; }
    .d-checkbox input[type=checkbox] { position: relative; appearance: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; margin: 0; outline: none; }
        .d-checkbox input[type=checkbox]:active, input[type=checkbox]:focus { box-shadow: 0; border: 0; }
        .d-checkbox input[type=checkbox]:before { display: inline-block; content: ""; color: #999999; font-size: 14px; width: 23px; height: 23px; line-height: 21px; text-align: center; border-radius: 2px; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; vertical-align: middle; border: 1px solid #999; }
        .d-checkbox input[type=checkbox]:hover:before { border-color: #FE8E14; }
        .d-checkbox input[type=checkbox]:checked:after { position: absolute; top: 11px; left: 5px; display: table; border: 2px solid #FE8E14; border-top: 0; border-left: 0; transform: rotate(45deg) scale(1) translate(-50%, -50%); opacity: 1; transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; content: ' '; width: 8px; height: 14px; }
    .d-checkbox label { margin-bottom: 0; height: 23px; line-height: 23px; font-size: 18px; vertical-align: middle; margin-left: 10px; }

.d-select { display: inline-block; margin-left: 100px; position: relative; }
    .d-select .d-select-main { cursor: pointer; }
        .d-select .d-select-main label { cursor: pointer; margin-bottom: 0; height: 23px; line-height: 23px; font-size: 18px; vertical-align: middle; margin-right: 10px; }
        .d-select .d-select-main i { color: #FE8E14; font-size: 20px; vertical-align: middle; }
    .d-select .d-select-options { position: absolute; top: 30px; right: 0; background: #f5f5f5; z-index: 12; display: none; }

#MoneyBack .right-container { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 30px; }
    #MoneyBack .right-container a { display: block; background-color: white; padding: 30px 20px; transition: all .2s ease-in-out; }
        #MoneyBack .right-container a:hover { transform: translate(8px, -8px); box-shadow: -8px 8px 0 0 #323234; }
        #MoneyBack .right-container a img { max-width: 100%; }

@media (max-width: 1679px) {
    #MoneyBack .right-container a img { height: 30px; }
}

@media (max-width: 1199px) {
    #MoneyBack .right-container a img { height: 28px; }
}

@media (max-width: 767px) {
    /* Company -- Book a meeting */
    .bookMeeting .bookMeetingCalendar { width: 100%; background: #323234; color: #ffffff; }
    .bookMeeting .bookMeetingCalendarBox { width: 100%; margin-right: 0%; display: block; }
    .bookMeeting .bookMeetingInputBox { padding-top: 20px; }
    .bookMeeting .bookMeetingCalendarBox h1 { margin-bottom: 20px; color: #ffffff; }
    .bookMeeting .bookMeetingForm .basicFormGroup { width: 100%; }
        .bookMeeting .bookMeetingForm .basicFormGroup .basicFormInput { width: 100%; height: 46px; }
        .bookMeeting .bookMeetingForm .basicFormGroup .iti { font-size: 14px; width: 100%; }
    #needCallBack { font-size: 14px; margin: 0; }
    #isNeedCallBack { width: 16px; height: 16px; }
    #bookMeetingButton { height: 40px !important; line-height: 40px !important; }
    .bookMeeting .timeInputChoose { width: 100%; margin-bottom: 40px; }
        .bookMeeting .timeInputChoose .txtPreferredTimeDiv { position: relative; }
        .bookMeeting .timeInputChoose .calenderSetting { position: absolute; right: 15px; top: 10px; }
    #txtPreferredTime, #selectHour, #selectUTC { float: left; border: 1px solid #ddd; height: 46px; line-height: 46px; color: #323234; padding: 8px; font-size: 14px; width: 100%; box-shadow: none; background: #ffffff; border-radius: 0; }
    #txtPreferredTime { margin-right: 0px; margin-bottom: 20px; width: 100%; }
    #selectHour, #selectUTC { width: 43%; }
    .bookMeeting .timeInputChoose .utcSpan { float: left; width: 12%; text-align: right; font-size: 14px; height: 46px; line-height: 46px; }
    #selectHour { margin-right: 0px; }

    /* Company -- Contact */
    .company-contact { margin-bottom: 100px; }
        .company-contact p { font-size: 14px; }
        .company-contact .contactMainCon .availableTime span { font-size: 12px; }
        .company-contact .contactMainCon .contactList .iconItem { width: 72px; height: 72px; border: 2px solid #323233; margin-bottom: 10px; }
        .company-contact .contactMainCon .contactList .contactItem .title { font-size: 18px; line-height: 28px; margin-bottom: 0px; }
        .company-contact .contactMainCon .contactList .contactItem .desc { margin-top: 10px; }
        .company-contact .contactMainCon .messageBox { width: 100%; margin-left: 0px; background: #f5f5f5; padding: 46px 28px 36px; }
            .company-contact .contactMainCon .messageBox .errorMsg { display: none; }
        .company-contact .basicForm .basicFormGroup .basicFormInput { font-size: 14px; height: 42px; }
        .company-contact .contactMainCon .contactList .iconItem i { background-size: 40px !important; }

    /*  money back  */
    #MoneyBack .grey-box { padding: 55px 0px 73px 0px; }
    #MoneyBack .icon-block { padding: 30px 50px 30px 0px; width: 257px; height: 108px; position: relative; text-align: center; width: 100%; }

        #MoneyBack .icon-block i { top: 50%; position: absolute; transform: translateY(-50%); left: 50%; transform: translate(-50%, -50%); }

    #MoneyBack .pl80 { padding-left: 80px; }

    #MoneyBack .font-grey { color: #707070; }

    #MoneyBack .mb140 { margin-bottom: 140px; }

    #MoneyBack .right-container { grid-template-columns: 1fr; }
        #MoneyBack .right-container a img { height: 35px; }
}

@media (min-width: 768px) {
    /* Company -- Book a meeting */
    .bookMeeting .bookMeetingTopInput { padding: 35px 0; }
    .bookMeeting .bookMeetingInputBox { padding-top: 40px; padding-bottom: 80px; }
    .bookMeeting .timeInputChoose { margin: 0; width: auto; padding: 0 20px; }
        .bookMeeting .timeInputChoose .utcSpan { font-size: 16px; height: 50px; line-height: 50px; display: inline-block; vertical-align: top; margin-right: 5px; }
    .bookMeeting .bookMeetingForm { padding: 0 35px; }
        .bookMeeting .bookMeetingForm .basicFormGroup:nth-child(2n+1) { margin-right: 30px; }
        .bookMeeting .bookMeetingForm .basicFormGroup { margin-bottom: 28px; }
            .bookMeeting .bookMeetingForm .basicFormGroup.phoneGroup { margin-bottom: 0; }
            .bookMeeting .bookMeetingForm .basicFormGroup .basicFormInput { font-size: 16px; height: 50px; line-height: 48px; width: 310px; border: 1px solid #AAAAAA; }
            .bookMeeting .bookMeetingForm .basicFormGroup.oneline .basicFormInput { width: 100%; }
            .bookMeeting .bookMeetingForm .basicFormGroup .iti { font-size: 14px; width: 310px; }
            .bookMeeting .bookMeetingForm .basicFormGroup .iti__selected-flag { padding: 0 15px 0 12px; }
            .bookMeeting .bookMeetingForm .basicFormGroup #Requirement { height: 180px; }
    .bookMeeting .basicFormGroup .errorMsg { font-size: 12px; }
    .bookMeeting .timeInputChoose .txtPreferredTimeDiv { display: inline-block; float: left; position: relative; }
    .bookMeeting .timeInputChoose .calenderSetting { position: absolute; right: 40px; top: 12px; pointer-events: none; }
    #needCallBack { font-size: 14px; }
    #isNeedCallBack { width: 16px; height: 16px; }
    #bookMeetingButton { height: 50px !important; line-height: 50px !important; }
    #txtPreferredTime, #selectHour, #selectUTC { height: 50px; border: 1px solid #707070; line-height: 48px; padding: 0 20px; font-size: 16px; box-shadow: none; background: #ffffff; color: #323234; border-radius: 0; }
    #txtPreferredTime { margin-right: 30px; width: 310px; margin-bottom: 0; }
    #selectHour, #selectUTC { width: 125px; }
    #selectHour { margin-right: 20px; }
        #txtPreferredTime:focus, #selectHour:focus, #selectUTC:focus { box-shadow: none; }

    /* Company -- Contact */
    .company-contact { margin-bottom: 100px; }
        .company-contact p { font-size: 14px; }
        .company-contact .contactMainCon .availableTime span { font-size: 12px; }
        .company-contact .contactMainCon .contactList .iconItem { width: 72px; height: 72px; border: 2px solid #323233; margin-bottom: 10px; }
        .company-contact .contactMainCon .contactList .contactItem .title { font-size: 18px; line-height: 28px; margin-bottom: 0px; }
        .company-contact .contactMainCon .contactList .contactItem .desc { margin-top: 10px; }
        .company-contact .contactMainCon .messageBox { width: 100%; margin-left: 0px; background: #f5f5f5; padding: 74px 40px 60px; }
            .company-contact .contactMainCon .messageBox .errorMsg { display: none; }
        .company-contact .basicForm .basicFormGroup .basicFormInput { font-size: 14px; }
        .company-contact .contactMainCon .contactList .iconItem i { background-size: 40px !important; }

    /*  money back  */
    #MoneyBack .right-container { padding-left: 0px; }
    #MoneyBack .grey-box { padding: 65px 40px 73px 60px; }

    #MoneyBack .icon-block { padding: 30px 50px 30px 0px; width: 257px; height: 108px; position: relative; text-align: center; width: 100%; }

        #MoneyBack .icon-block i { top: 50%; position: absolute; transform: translateY(-50%); left: 50%; transform: translate(-50%, -50%); }

    #MoneyBack .pl80 { padding-left: 80px; }

    #MoneyBack .font-grey { color: #707070; }

    #MoneyBack .mb140 { margin-bottom: 140px; }
}

@media (max-width: 991px) {
    .pcContactList { display: none; }
    /* Dymansoft Checkbox And Select */
    .d-checkbox { margin-right: 40px; }
        .d-checkbox input[type=checkbox]:before { width: 18px; height: 18px; line-height: 16px; }
        .d-checkbox input[type=checkbox]:checked:after { top: 8px; left: 4px; width: 7px; height: 12px; }
        .d-checkbox label { height: 18px; line-height: 18px; font-size: 16px; margin-left: 6px; }

    .d-select { display: inline-block; margin-left: 60px; position: relative; }
        .d-select:first-child { margin-left: 0px; }
        .d-select .d-select-main label { height: 18px; line-height: 18px; font-size: 16px; margin-right: 6px; }
        .d-select .d-select-main i { font-size: 18px; }
        .d-select .d-select-options { top: 30px; }
}

@media (min-width: 992px) {
    /* Company -- Book a meeting */
    .bookMeeting .timeInputChoose { margin: 0; width: auto; padding: 0 20px; }
        .bookMeeting .timeInputChoose .utcSpan { font-size: 18px; height: 54px; line-height: 54px; }
    .bookMeeting .bookMeetingForm .basicFormGroup:nth-child(2n+1) { margin-right: 30px; }
    .bookMeeting .bookMeetingForm .basicFormGroup { margin-bottom: 28px; }
        .bookMeeting .bookMeetingForm .basicFormGroup.phoneGroup { margin-bottom: 0; }
        .bookMeeting .bookMeetingForm .basicFormGroup .basicFormInput { font-size: 16px; height: 54px; line-height: 50px; width: 350px; border: 2px solid #AAAAAA; }
        .bookMeeting .bookMeetingForm .basicFormGroup.oneline .basicFormInput { width: 100%; }
        .bookMeeting .bookMeetingForm .basicFormGroup .iti { font-size: 14px; width: 350px; }
        .bookMeeting .bookMeetingForm .basicFormGroup .iti__selected-flag { padding: 0 15px 0 12px; }
        .bookMeeting .bookMeetingForm .basicFormGroup #Requirement { height: 180px; }
    .bookMeeting .basicFormGroup .errorMsg { font-size: 14px; }
    #needCallBack { font-size: 16px; }
    #isNeedCallBack { width: 16px; height: 16px; }
    #bookMeetingButton { height: 50px !important; line-height: 50px !important; }
    #txtPreferredTime, #selectHour, #selectUTC { height: 54px; border: 1px solid #707070; line-height: 52px; padding: 0 20px; font-size: 16px; box-shadow: none; background: #ffffff; color: #323234; }
    #txtPreferredTime { margin-right: 30px; width: 350px; margin-bottom: 0; }
    #selectHour, #selectUTC { width: 143px; }
    #selectHour { margin-right: 20px; }
        #txtPreferredTime:focus, #selectHour:focus, #selectUTC:focus { box-shadow: none; }

    /* Company -- Contact */
    .company-contact { margin-bottom: 100px; }
        .company-contact p { font-size: 14px; }
        .company-contact .contactMainCon .availableTime span { font-size: 12px; }
        .company-contact .contactMainCon .contactList .iconItem { width: 72px; height: 72px; border: 2px solid #323233; margin-bottom: 10px; }
        .company-contact .contactMainCon .contactList .contactItem .title { font-size: 18px; line-height: 28px; margin-bottom: 0px; }
        .company-contact .contactMainCon .contactList .contactItem .desc { margin-top: 10px; }
        .company-contact .contactMainCon .messageBox { width: 100%; margin-left: 0px; background: #f5f5f5; padding: 74px 40px 60px; }
            .company-contact .contactMainCon .messageBox .errorMsg { display: none; }
        .company-contact .basicForm .basicFormGroup .basicFormInput { font-size: 14px; height: 46px }
        .company-contact .contactMainCon .contactList .iconItem i { background-size: 40px !important; }

    /*  money back  */
    #MoneyBack .grey-box { padding: 65px 40px 73px 60px; }

    #MoneyBack .icon-block { padding: 30px 50px 30px 0px; width: 257px; height: 108px; position: relative; text-align: left; }

        #MoneyBack .icon-block i { top: 50%; position: absolute; transform: translateY(-50%) scale(0.8); left: 0px; }

    #MoneyBack .pl80 { padding-left: 80px; }

    #MoneyBack .font-grey { color: #707070; }

    #MoneyBack .mb140 { margin-bottom: 140px; }
    #MoneyBack .right-container { padding-left: 80px; text-align: left; }
}

@media (min-width: 1200px) {
    /* Company -- Book a meeting */
    .bookMeeting .bookMeetingTopInput { padding: 35px 0; }
    .bookMeeting .bookMeetingInputBox { padding-top: 40px; padding-bottom: 80px; }
    .bookMeeting .timeInputChoose { margin: 0; width: auto; padding: 0; }
        .bookMeeting .timeInputChoose .utcSpan { font-size: 18px; }
    .bookMeeting .bookMeetingForm { padding: 0 15px; }
        .bookMeeting .bookMeetingForm .basicFormGroup { margin-bottom: 30px; }
            .bookMeeting .bookMeetingForm .basicFormGroup.phoneGroup { margin-bottom: 0; }

    /* Company -- Contact */
    .company-contact { margin-bottom: 100px; }
        .company-contact p { font-size: 14px; }
        .company-contact .contactMainCon .availableTime span { font-size: 12px; }
        .company-contact .contactMainCon .contactList .iconItem { width: 72px; height: 72px; border: 2px solid #323233; margin-bottom: 10px; }
        .company-contact .contactMainCon .contactList .contactItem .title { font-size: 18px; line-height: 28px; margin-bottom: 0px; }
        .company-contact .contactMainCon .contactList .contactItem .desc { margin-top: 10px; }
        .company-contact .contactMainCon .messageBox { width: 450px; margin-left: 80px; background: #f5f5f5; padding: 74px 40px 60px; }
            .company-contact .contactMainCon .messageBox .errorMsg { display: none; }
        .company-contact .basicForm .basicFormGroup .basicFormInput { font-size: 14px; }
        .company-contact .contactMainCon .contactList .iconItem i { background-size: 40px !important; }

    /*  money back  */
    #MoneyBack .grey-box { padding: 85px 50px 73px 100px; }

    #MoneyBack .icon-block { padding: 30px 50px 30px 26px; width: 307px; height: 108px; position: relative; }

        #MoneyBack .icon-block i { top: 50%; position: absolute; transform: translateY(-50%); left: 30px; }

    #MoneyBack .pl80 { padding-left: 80px; }

    #MoneyBack .font-grey { color: #707070; }

    #MoneyBack .mb140 { margin-bottom: 140px; }
}

@media (min-width: 1680px) {
    /* Company -- Book a meeting */
    .bookMeeting .timeInputChoose { padding: 0 30px; }
    .bookMeeting .bookMeetingForm { padding: 0 45px; }
        .bookMeeting .bookMeetingForm .basicFormGroup:nth-child(2n+1) { margin-right: 25px; }
        .bookMeeting .bookMeetingForm .basicFormGroup .basicFormInput { width: 350px; }
        .bookMeeting .bookMeetingForm .basicFormGroup .iti { width: 350px; }
    #needCallBack { font-size: 18px; }
    #isNeedCallBack { width: 18px; height: 18px; }
    #txtPreferredTime, #selectHour, #selectUTC { font-size: 18px; }
    #txtPreferredTime { width: 350px; margin-right: 25px; }
    #selectHour, #selectUTC { width: 144px; }

    /* Company -- Contact */
    .company-contact { margin-bottom: 100px; }
        .company-contact .container { max-width: 1640px }
        .company-contact p { font-size: 18px; }
        .company-contact .contactMainCon .availableTime span { font-size: 14px; }
        .company-contact .contactMainCon .contactList .iconItem { width: 92px; height: 92px; border: 2px solid #323233; margin-bottom: 10px; }
        .company-contact .contactMainCon .contactList .contactItem .title { font-size: 20px; line-height: 30px; margin-bottom: 0px; }
        .company-contact .contactMainCon .contactList .contactItem .desc { margin-top: 10px; }
        .company-contact .contactMainCon .messageBox { width: 658px; margin-left: 100px; background: #f5f5f5; padding: 74px 40px 60px; }
            .company-contact .contactMainCon .messageBox .errorMsg { display: none; }
        .company-contact .basicForm .basicFormGroup .basicFormInput { font-size: 14px; height: 50px; }
        .company-contact .contactMainCon .contactList .iconItem i { background-size: auto !important; }

    /* money back */
    #MoneyBack .icon-block { padding: 30px 50px 30px 47px; width: 422px; height: 108px; position: relative; }
}
