/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.text-left{text-align:left !important;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.white-col{color:#FFF !important;}
.opacity05{opacity: 0.50}
.opacity08{opacity: 0.80;}



.fusion-mobile-menu-design-modern .fusion-header {
    padding-top   : 10px !important;
    padding-bottom: 10px !important;
}

.fusion-is-sticky .fusion-header {
    padding-top   : 0px !important;
    padding-bottom: 0px !important;
}

.fusion-menu li>.sub-menu {
    border-radius: 5px !important;
    box-shadow   : 0 50px 100px rgba(50, 50, 93, .1),
        0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1) !important;
    top: 75px;
}

.fusion-is-sticky .fusion-main-menu li>.sub-menu {
    top: 60px;
}

.fusion-is-sticky .fusion-header .fusion-logo {
    margin-top: 2.5px !important;
}

ul.sub-menu::before {
    position     : absolute;
    content      : '';
    border       : 13px solid transparent;
    border-bottom: 17px solid #fff;
    top          : -25px;
    left         : 30px;
}

.fusion-menu li>.sub-menu>li:last-child a {
    border-bottom: none !important;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover {
    /* color: #4d39e9; */
    color: #e66336;
}

.fusion-main-menu .current-menu-parent>a .fusion-is-sticky .fusion-main-menu>ul>li.current_page_item>a {
    /* color: #15181f !important; */
    color: #4d39e9 !important;
}

.fusion-main-menu>ul>li:last-child a.fusion-bar-highlight {
    position     : relative;
    height       : 38px !important;
    margin-top   : 23px;
    border       : 0;
    line-height  : 24px !important;
    background   : #f7c765;
    color        : #e66738;
    padding      : 0 14px;
    border-radius: 3px;
}

.fusion-main-menu>ul>li:last-child a.fusion-bar-highlight:hover {
    background: #202020;
    color     : #fff !important;
}

/* .fusion-main-menu > ul > li:last-child a.fusion-bar-highlight:hover{
    background-color: blue !important;
} */
.fusion-is-sticky .fusion-main-menu>ul>li:last-child a.fusion-bar-highlight {
    margin-top   : 13px !important;
    /* background: blue;
    color        : white !important; */
}

.fusion-is-sticky .fusion-main-menu>ul>li>a {
    color: rgba(39, 45, 58, 0.7) !important;
}

.fusion-is-sticky .fusion-main-menu>ul>li.current_page_item>a,
.fusion-is-sticky .fusion-main-menu>ul>li>a:hover {
    color: #272d3a !important;
}

.fusion-is-sticky .fusion-main-menu>ul>li:last-child>a,
.fusion-is-sticky .fusion-main-menu>ul>li:last-child>a:hover {
    color: #e66738 !important;
}

.fusion-main-menu>ul>li:last-child .menu-text {
    z-index : 9;
    position: relative;
    display : flex;
}


/* .fusion-main-menu > ul > li:last-child .menu-text:after {
    content: '';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f061";
    margin-left: 10px;
    margin-top: 1px;
} */

.fusion-body.page-id-860 .fusion-main-menu .current-menu-parent>a,
.page-id-860 .fusion-main-menu>ul>li>a,
.fusion-body.page-id-1154 .fusion-main-menu .current-menu-parent>a,
.page-id-1154 .fusion-main-menu>ul>li>a {
    color: #82868d;
}

.page-id-1154 .fusion-logo a.fusion-logo-link,
.page-id-860 .fusion-logo a.fusion-logo-link {
    display: none !important;
}

.fusion-body.page-id-860 .fusion-main-menu .current-menu-parent>a:hover,
.page-id-860 .fusion-main-menu>ul>li>a:hover,
.fusion-body.page-id-1154 .fusion-main-menu .current-menu-parent>a:hover,
.page-id-1154 .fusion-main-menu>ul>li>a:hover {
    color: #272d3a !important;
}


.title-main {
    position   : relative;
    padding-top: 14px;
}

.title-main::before {
    position  : absolute;
    content   : '';
    background: #0761bd;
    height    : 9px;
    width     : 15%;
    top       : 0;
}

.title-main.title-main-white::before {
    background-color: white;
}

@media only screen and (max-width: 1000px) {
    .fullwidth-box {
        background-image: none !important;
    }

    .fusion-mobile-menu-design-modern .fusion-header {
        padding-top: 8px !important;
    }

    .fusion-mobile-menu-design-modern .fusion-logo-link {
        max-width: 100px;
    }

    .fusion-mobile-menu-design-modern .fusion-icon-bars {
        margin-top: 12px;
    }

    .hm-banner .fusion-column-wrapper {
        background-image: none !important;
    }
    .abt-banner .fusion-column-wrapper {
        background-image: none !important;
    }

    .hm-banner .fusion-column-wrapper .bnr-left-port {
        max-width : 100% !important;
        margin-top: 35px !important;
    }
    .abt-banner .fusion-column-wrapper .bnr-left-port {
        max-width : 100% !important;
        margin-top: 35px !important;
    }
}

@media only screen and (max-width: 1060px) {
    ul.sub-menu::before {
        display: none;
    }

    .fusion-mobile-menu-design-modern {
        background-color: orange !important;
    }

    .fusion-mobile-nav-item a {
        line-height: 45px !important;
    }

    .fusion-menu li>.sub-menu {
        box-shadow   : none !important;
        border-radius: 0px !important;
    }
}

/* Home Customer Stories */

.hm-cust-stories-carousel {
    box-shadow: 0px 10px 35px 0px rgba(31, 37, 87, 0.16);

    margin: 0 auto;
}

.hm-cust-stories-carousel .cust-story-box {
    display: flex;
}

.cust-story-box .cust-img {
    display: flex;
    width  : 45%;
}

.cust-story-box .cust-conten {
    width  : 55%;
    padding: 0 25px 20px;
    color  : rgba(0, 0, 0, 0.9);
}

.cust-story-box .cust-conten h3 {
    font-size    : 32px;
    margin-bottom: 12px;
}

.cust-conten .btn-story {
    float         : right;
    color         : #fff !important;
    text-transform: uppercase;
    background    : #0761bd;
    padding       : 6px 11px;
}

.cust-conten .btn-story:hover {
    background: #e66336;
    color     : #fff !important;
}

.hm-one-solution {
    float: right !important;
}

.hm-cust-stories-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position  : absolute;
    bottom    : -45px;
    right     : 0;
}

.hm-cust-stories-carousel.owl-carousel .owl-nav button.owl-prev,
.hm-cust-stories-carousel.owl-carousel .owl-nav button.owl-next {
    width     : 25px;
    height    : 25px;
    background: #ccc;
    outline   : none;
}

.hm-cust-stories-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.hm-cust-stories-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #0761bd;
}

.hm-cust-stories-carousel.owl-carousel .owl-nav button span {
    color     : white;
    font-size : 27px;
    display   : block;
    margin-top: -11px;
    outline   : none;
}

.hm-cust-stories-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom  : -40px;
    left    : 0;
}

.hm-cust-stories-carousel.owl-theme .owl-dots .owl-dot span {
    width : 25px;
    height: 4px;
    margin: 2px 4px;
}

.hm-cust-stories-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #0761bd;
}

.owl-theme .owl-dots .owl-dot,
.owl-theme .owl-dots .owl-dot span {
    outline: none;
}


@media only screen and (max-width:800px) {
    .hm-cust-stories-carousel .cust-story-box {
        flex-direction: column;
    }

    .cust-story-box .cust-img {
        width: 100%;
    }

    .cust-story-box .cust-conten {
        width  : 100%;
        padding: 0 15px 20px;
    }
}

@media only screen and (max-width:640px) {
    html.avada-is-100-percent-template #main.width-100 {
        padding-left : 0px !important;
        padding-right: 0px !important;
    }

    .fullwidth-box {
        background-attachment: scroll !important;
        margin-left          : -15px !important;
        margin-right         : -15px !important;
        /* padding-left      : 15px !important;
        padding-right        : 15px !important; */
    }

    .cust-conten .btn-story {
        float: none;
    }

    .fusion-mobile-menu-design-modern .fusion-header {
        padding-left : 15px !important;
        padding-right: 15px !important;
    }
}


/* Home Contact Form */
.home-contact {
    color    : white;
    max-width: 850px;
    margin   : 50px auto 0;
}

.home-contact .wpcf7-form-control {
    background-color: transparent !important;
    border          : none !important;
    border-bottom   : 1px solid #fff !important;
    color           : #fff !important;
    padding         : 0 !important;
    border-radius   : 0 !important;
}

.home-contact .wpcf7-form-control:-ms-input-placeholder,
.home-contact .wpcf7-form-control::-ms-input-placeholder,
.home-contact .wpcf7-form-control::placeholder {
    color  : #c4c2d2 !important;
    padding: 0px !important;
}

.home-contact .wpcf7-textarea {
    height: 70px;
}

.home-contact .wpcf7-submit {
    border   : 1px solid white !important;
    padding  : 14px 40px !important;
    font-size: 18px !important;
    float    : right;
}

.home-contact .wpcf7-submit:hover {
    background-color: white !important;
    color           : #2f2d42 !important;
}

.home-contact .wpcf7-select-parent .select-arrow {
    background-color: transparent !important;
    border-left     : none !important;
    color           : white !important;
    font-size       : 16px !important;
}

.home-contact .wpcf7-select option {
    color: #272d3a !important;
}

.home-contact .cont-row-marg {
    margin-bottom: 40px;
}


.user-frnd-box .user-friend-row {
    display      : flex;
    margin-bottom: 15px;
    min-height   : 145px;
}

.user-frnd-icon {
    margin-right   : 10px;
    background     : #0761bd;
    width          : 65px;
    height         : 55px;
    border-radius  : 50%;
    align-self     : auto;
    display        : flex;
    justify-content: center;
    align-items    : center;
    color          : white;
}

.user-frnd-icon .fb-icon-element {
    color: white !important;
}

.user-frnd-det {
    width: 100%;
}

.user-frnd-det h3 {
    font-size: 20px !important;
    margin   : 0 0 6px 0;
}

.user-frnd-det p {
    line-height: 23px;
}

.hm-banner .fusion-column-wrapper {
    background-size    : 800px !important;
    background-position: right 0px !important;
    max-width          : 1360px;
    margin             : 0 auto !important;
}

.hm-banner .fusion-column-wrapper .bnr-left-port {
    max-width : 40%;
    margin-top: 35px;
}
.abt-banner .fusion-column-wrapper .bnr-left-port {
    max-width : 40%;
    margin-top: 35px;
}
.abt-banner .fusion-column-wrapper .bnr-left-port h1{
    color: white;
    font-size: 48px !important;
    line-height: 1.25 !important;
}

.hm-banner .fusion-column-wrapper h1 {
    font-size  : 35px;
    color      : white;
    line-height: 1.25;
    margin     : 0 0 25px;
}

.hm-banner .fusion-column-wrapper .btn-qoute {
    background   : #ffffff;
    padding      : 13px 29px;
    line-height  : 17px;
    font-size    : 14px !important;
    color        : #272d3a !important;
    margin-top   : 35px;
    font-weight  : 600;
    border-radius: 3px;
    transition   : all 0.3s ease !important;
}

.hm-banner .fusion-column-wrapper .btn-qoute:hover {
    background: #272d3a;
    color     : #fff !important;
}

/* .hm-banner .fusion-column-wrapper .btn-qoute .button-icon-right{
    transition: margin 0.8s ease !important;
}
.hm-banner .fusion-column-wrapper .btn-qoute:hover .button-icon-right{
    margin-left: 15px !important;
} */

.fuel-solution-bnr {
    background-size    : 942px !important;
    background-position: right 120px !important;
    max-width          : 1360px;
    margin             : 0 auto !important;
}

.cooking-bnr {
    background-size    : 750px !important;
    background-position: right 200px !important;
    max-width          : 1360px;
    margin             : 0 auto !important;
}

@media only screen and (max-width:1360px) {
    .cooking-bnr {
        background-size    : 695px !important;
        background-position: right 110px !important;
    }

    .fuel-solution-bnr {
        background-size: 782px !important;
    }

    .hm-banner .fusion-column-wrapper {
        background-size    : 690px !important;
        background-position: right 0px !important;
    }
    .abt-banner .fusion-column-wrapper {
        background-size    : 690px !important;
        background-position: right 0px !important;
    }
}

.manage-cooking-box {
    display  : flex;
    flex-flow: row wrap;
}

.manage-cooking-box .user-friend-row {
    width  : 50%;
    padding: 0 10px;
}

.faq-section {}

.faq-section h4 a,
.faq-section h4 a.fusion-toggle-heading {
    color      : #2a3039 !important;
    font-weight: normal !important;
}

.faq-section .title-main::before {
    width: 12%;
}

.faq-section .fusion-accordian .fusion-panel {
    border-color: #d8d8d8 !important;
}

@media only screen and (max-width:767px) {
    .manage-cooking-box {
        flex-direction: column;
    }

    .manage-cooking-box .user-friend-row {
        width: 100%;
    }
}

.measure-gas-level-box {
    max-width: 900px;
    margin   : 0 auto !important;
}

.cooking-mesure-gas {
    float       : right !important;
    margin-right: 0px !important;
}


/* Blog Page CSS */
.avada-blog-layout-grid .fusion-page-title-wrapper {
    justify-content: center !important;
}

.blog-box {}

.blog-box .fusion-post-grid .fusion-post-wrapper {
    /* border: 1px solid #ebeaea !important;
    border-bottom-width: 3px !important; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.blog-box .fusion-post-content-wrapper {
    padding: 30px 25px !important;
}

.single-post .post .fusion-carousel-item .fusion-carousel-title a,
.hm-news-title .columns .column h4 a,
.blog-box .blog-shortcode-post-title a,
.blog-box .blog-shortcode-post-title {
    font-size  : 19px !important;
    color      : #272d3a !important;
    font-weight: 300 !important;
}

.single-post .post .fusion-carousel-item .fusion-carousel-title a:hover,
.hm-news-title .columns .column h4 a:hover,
.blog-box .blog-shortcode-post-title a:hover {
    color: #4d39e9 !important;
}

.blog-box .fusion-blog-layout-grid .fusion-post-content-container {
    margin-top: 5px !important;
}

.blog-box .fusion-blog-layout-grid .fusion-post-content-container p {
    font-size  : 16px;
    line-height: 22px;
}

.blog-box .fusion-content-sep {
    display: none;
}

.single-post .post {
    max-width: 800px !important;
    margin   : 0 auto;
}

.single-post .fusion-page-title-bar {
    height: 340px;
}

.single-post .fusion-page-title-bar .fusion-page-title-captions {
    text-align: center;
    width     : 100%;
}

.single-post .fusion-meta-info {
    display: none !important;
}

.single-post .post .share-box {
    background-color : transparent;
    position         : fixed;
    top              : 50%;
    margin-top       : 0px;
    text-align       : center;
    left             : 0px;
    width            : 50px;
    border-radius    : 4px;
    overflow         : hidden;
    padding          : 0px;
    height           : auto;
    cursor           : pointer;
    z-index          : 2;
    transform        : translateY(-50%);
    -moz-transform   : translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.single-post .post .share-box h4 {
    margin  : 0px;
    display : none !important;
    overflow: hidden;
}

.single-post .post .share-box .fusion-social-networks a {
    /* background-color: #938fad !important; */
    display       : block;
    color         : #FFF !important;
    text-align    : center;
    font-size     : 17px;
    font-family   : inherit;
    padding       : 0px;
    text-transform: capitalize;
    width         : 50px;
    height        : 50px;
    white-space   : nowrap;
    line-height   : 50px;
    margin        : 0px;
    padding       : 0 15px;
    overflow      : hidden;
    transition    : width 0.3s ease-in-out, text-align 0.1s ease-in-out;
}

.single-post .post .share-box .fusion-icon-facebook {
    background-color: #325c94 !important;
}

.single-post .post .share-box .fusion-icon-twitter {
    background-color: #00abdc !important;
}

.single-post .post .share-box .fusion-icon-linkedin {
    background-color: #0073b2 !important;
}

.single-post .post .share-box .fusion-icon-pinterest {
    background-color: #d9031f !important;
}

.single-post .post .share-box .fusion-social-networks a:hover {
    width  : 160px;
    opacity: 1;
}

.single-post .blog-content {
    border-bottom : 1px solid #d5d2ec;
    padding-bottom: 15px;
    margin-bottom : 10px;
}

.single-post .blog-content p {
    font-size  : 20px;
    line-height: 30px;
    font-weight: 300;
}

.single-post .blog-content h2 {
    font-size    : 30px !important;
    position     : relative;
    padding-top  : 15px;
    margin-bottom: 15px;
    margin-top   : 15px;
    color        : #272d3a !important;
}

.single-post .blog-content h3 {
    font-size    : 24px !important;
    position     : relative;
    padding-top  : 15px;
    margin-bottom: 15px;
    margin-top   : 15px;
    color        : #0761bd !important;
}

/*.single-post .blog-content h2::before {
    position        : absolute;
    content         : '';
    left            : 0;
    width           : 15%;
    height          : 5px;
    top             : 0;
    background-color: #0761bd;
}*/

.single-post .blog-content ul {
    margin    : 15px 0;
    padding   : 0;
    list-style: none;
}

.single-post .blog-content ul li {
    position    : relative;
    padding-left: 20px;
    margin-bottom: 10px !important;
}

.single-post .blog-content ul li::before {
    position        : absolute;
    content         : '';
    width           : 9px;
    height          : 9px;
    background-color: #0761bd;
    left            : 0;
    top             : 11px;
    border-radius   : 50%;
}

.single-post .blog-content .blog-read-also {
    background-color: #f3f1ff;
    padding         : 15px 15px;
    font-size       : 20px;
    border-left     : 4px solid #0761bd;
    margin          : 25px 0;
    border-radius   : 0 3px 3px 0;
}
.single-post .description{
    font-size:     15px;
}

.blog-read-also p {
    margin-bottom: 0px;
}

.blog-read-also p a {
    color         : #0761bd;
    position      : relative;
    padding-bottom: 5px;
}

.blog-read-also p a::after {
    position        : absolute;
    content         : '';
    width           : 100%;
    height          : 1px;
    background-color: #0761bd;
    left            : 0;
    bottom          : 0;
    transition      : all 0.2s ease-in;
    transform       : scaleX(0);
}

.blog-read-also p a:hover::after {
    transform: scaleX(1);
}

.blog-content .blog-link {
    position      : relative;
    padding-bottom: 5px;
}

.blog-content .blog-link::after {
    position        : absolute;
    content         : '';
    width           : 100%;
    height          : 1px;
    background-color: #0761bd;
    left            : 0;
    bottom          : 0;
    transition      : all 0.2s ease-in;
    transform       : scaleX(0);
}

.blog-content .blog-link:hover::after {
    transform: scaleX(1);
}




.about-author {
    padding-bottom: 40px;
    margin-top    : 0px;
}

.about-author .about-author-container {
    display   : table;
    width     : 100%;
    margin-top: 0px;
}

.about-author div.avatar {
    width        : 72px;
    height       : 72px;
    overflow     : hidden;
    border-radius: 100%;
    border       : 1px solid #F9F9F9;
}

.about-author .author-content {
    overflow      : hidden;
    display       : table-cell;
    width         : 100%;
    vertical-align: middle;
}

.client-satisfaction-box .fusion-column-wrapper {
    /* background-size: 70%; */
    max-width    : 800px;
    margin       : 0 auto;
    height       : 480px !important;
    padding      : 5px 86px 45px 79px !important;
    position     : relative;
    overflow     : hidden;
    border-radius: 15px 15px 0 0;
}

.client-satisfaction-box .fusion-column-wrapper iframe {
    border-radius: 15px 15px 0 0;
}

@media screen and (max-width:799px) {
    .client-satisfaction-box .fusion-column-wrapper {
        height : 480px !important;
        padding: 5px 40px 45px 29px !important;
    }
}

@media screen and (max-width:640px) {
    .client-satisfaction-box .fusion-column-wrapper {
        /* height: 440px !important;
        padding: 2px 1px 48px 1px!important; */
        height   : 200px !important;
        padding  : 1px 29px 22px 25px !important;
        max-width: 320px;
    }
}


.custom-tab-menu {
    padding-bottom: 0px;
    border-bottom : 1px solid #ebeaea;
    width         : 70%;
    margin        : 0 auto;
}

.custom-tab-menu ul {
    padding   : 0px;
    list-style: none;
    margin    : 0px -3.90%;
    text-align: center;
}

.custom-tab-menu li {
    display       : inline-block;
    vertical-align: middle;
    padding       : 5px 2.80%;
    margin-bottom : 10px;
    position      : relative;
    transition    : all .3s;
}

.custom-tab-menu li a {
    color    : #1d2b36 !important;
    font-size: 18px;
}

.custom-tab-menu li:after {
    content   : '';
    display   : block;
    width     : 100%;
    height    : 1px;
    background: #0071f4;
    position  : absolute;
    bottom    : -11px;
    left      : 0;
    transition: all .5s;
    transform : scale(0);
}

.custom-tab-menu li.active a,
.custom-tab-menu li:hover>a {
    color: #0071f4 !important;
}

.custom-tab-menu li:hover:after,
.custom-tab-menu li.active:after {
    transform : scale(1);
    transition: all .5s;
}

.custom-tab {
    display: none;
}

.custom-tab.active {
    display: block !important
}

.blog-case-studies article {
    position: relative !important;
}

@media screen and (max-width:640px) {
    .custom-tab-menu {
        width: 100%;
    }

    .custom-tab-menu ul {
        margin: 0px 0;
    }

    .custom-tab-menu li {
        width: 48%;
    }
}

.btn-efct {
    position: relative;
}

/* .btn-efct::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: red;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
.btn-efct:hover::before{
    transform: scale(1);
} */


.abt-client-box .fusion-builder-row {
    display: flex;
}

/* .fuel-user-friendly-box{
    background-size: 540px !important;
}
.drive-you-away-box{
    background-size: 441px !important;
    background-position: center 20px !important;
}

@media screeen and (max-width:1000px){
    .fuel-user-friendly-box{
        background-image: none !important;
    }
    .drive-you-away-box{
        background-image: none !important;
    }
} */
.footer-about-us {
    max-width: 820px;
    margin   : 0px auto;
}

.footer-about-us p {
    margin: 15px 0;
}

.footer-menu {
    text-align: center;
    background: transparent;
    padding   : 0;
    margin    : 0;
}

.footer-menu li {
    display   : inline-block;
    list-style: none;
    padding   : 0px 8px;
    margin    : 0;
}

.footer-menu li a {
    position : relative;
    padding  : 0px;
    font-size: 13px;
    color    : #bfbdbd !important;
    padding  : 10px 20px 10px 14px;
}

.footer-menu li a:before {
    font-family: "Font Awesome 5 Free";
    font-style : normal;
    font-size  : 8px;
    content    : "\f111";
    position   : absolute;
    font-weight: 900;
    left       : 0px;
    top        : 15px;
    color      : #f57c00 !important;
}

.footer-menu li a:hover {
    color: #f57c00 !important;
}

.d-none {
    display: none !important;
}

.benifit-box .fusion-column-wrapper {
    min-height: 256px !important;
    height    : 100% !important;
}

.wpcf7-form input[type="submit"],
.wpcf7-submit {
    background-color: #0761bd !important;
}

/*** Thank You Page ****/
.thanks-box {
    max-width       : 660px;
    margin          : 0 auto;
    padding         : 30px 30px 15px;
    text-align      : center;
    background-color: white;
    box-shadow      : 0 0px 15px rgba(0, 0, 0, 0.15);
    border-radius   : 3px;
}

.thanks-box .icon-thank {
    display: block;
    width  : 120px;
    height : 120px;
    margin : 0 auto 15px;
}

.thanks-box .icon-thank .fontawesome-icon {
    border-color    : #e66336 !important;
    background-color: #e66336 !important;
    font-size       : 60.84px !important;
    line-height     : 100px !important;
    height          : 100px !important;
    width           : 100px !important;
    color           : #ffffff;
    margin-right    : 0px !important;
}

.thanks-box h2 {
    margin     : 0 0 35px;
    font-size  : 26px !important;
    color      : #0761bd !important;
    line-height: 34px !important;
}

.thanks-box h4 {
    margin     : 0 0 25px;
    font-size  : 20px !important;
    line-height: 26px !important;
    /* color   : #846b7c !important; */
    color      : #000 !important;
    font-weight: normal !important;
}