p{
    font-family: 'Nunito Sans-Light';
}
strong,b{
    font-family: 'Nunito Sans-Black', sans-serif;
}
.mwb_hub_ecom__glance a:first-child:hover,
.mwb_hub_ecom__glance a:first-child:focus{
    background: #2196F3;
    color: #fff;
}
.mwb_hub_ecom__glance a:nth-child(2):focus,
.mwb_hub_ecom__glance a:nth-child(2):hover{
    background: #2196F3;
    color: #fff;
}
.mwb_btn_fill:focus{
    background: #2196F3;
    color: #fff;
}
/*header*/
.site-inner {
    max-width: 100%;
    padding: 0;
}
.mwb_hub_ecom h1 {
    font-size: 70px;
    font-family: 'Nunito Sans-Black';
    color: #000;
    margin-bottom: 30px;
}
.mwb_hub_ecom p {
    color: #000;
}
.mwb_hub_ecom .mwb-col-3 {
    padding-bottom: 0;
}
a.mwb_hub_ecom_link {
    color: #2196F3;
}
.mwb_content_width {
    margin: 0 auto 20px auto !important;
    max-width: 992px;
    width: 100%;
}
.mwb_hub_ecom__wrap p {
    font-size: 22px;
}
.mwb_hub_ecom__sub-head{
    color: #ff7a59;
    font-family: 'Nunito Sans-SemiBold';
    font-size: 18px;
}
.mwb_hub_ecom__sub-head img{
    max-width: 22px;
    margin-right: 8px;
    vertical-align: middle;
}
.mwb_btn_fill {
    margin-top: 20px;
    background: #2196F3;
    border-radius: 46px;
    font-size: 14px;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    font-family: 'Nunito Sans';
    font-weight: normal;
    margin-right: 10px;
    display: inline-block;
    line-height: normal;
}
.mwb_services-page__cta-wrap .mwb_btn_fill, .mwb_hub_ecom__getQuote  .mwb_btn_fill{
    padding: 15px 20px;
    min-width: 170px;
}
.mwb_hub_temp_service .mwb_hub_temp_service__intro .mwb_btn_fill {
    font-size:18px;
    padding:12px 20px;

}
.mwb_hub_ecom__wrap {
    position: relative;
    overflow: hidden;
}
.mwb_hub_ecom__triangle {
    position: absolute;
    top: 120px;
    left: 82px;
    max-width: 120px;
    animation: rotate 8s infinite linear;
    z-index: -1;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.mwb_hub_ecom__heading-img {
    background-image: url(https://mwblive-0obrejwqde.netdna-ssl.com/wp-content/uploads/2019/10/dot-layout.png);
    position: absolute;
    background-repeat: repeat;
    height: 50vh;
    width: 11vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
    right: 0;
}
.mwb_hub_ecom__roundleft{
    bottom: -238px;
    left: 0;
    top: auto;
    z-index: -1;
    position: absolute;
}
.mwb_hub_ecom__circle{
    animation: bounce 8s infinite linear reverse;
    right: 18%;
    bottom: 100px;
    position: absolute;
    z-index: -1;
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.mwb_hub_ecom__fadeeffect {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #2196F3;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
    -webkit-animation: playBtn 3s infinite linear;
    animation: playBtn 3s infinite linear;
}
@keyframes playBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(33,150,243,.38);
        box-shadow: 0 0 0 0 rgba(33,150,243,.38);
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(33,150,243,0);
        box-shadow: 0 0 0 50px rgba(33,150,243,0);
    }
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(33,150,243,0);
        box-shadow: 0 0 0 50px rgba(33,150,243,0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(33,150,243,0);
        box-shadow: 0 0 0 0 rgba(33,150,243,0);
    }
}
/* plugin feature section */
.mwb_hub_mautic-feature {
    display: inline-block;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 16px;
    margin-right: 6%;
    vertical-align: top;
    border-radius: 4px;
    background: #fff;
    z-index: 9;
    position: relative;
    border-bottom: 2px solid #2196F3;
    min-height: 121px;
    display: flex;
    align-items: center;
}
.mwb_hub_mautic-feature_wrap{
    display: flex;
    padding: 0 20px;
    position: absolute;
}
.mwb_hub_mautic-feature::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -15px;
    height: 20px;
    width: 20px;
    background: #2196F3;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.mwb_hub_mautic-feature::after {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
    z-index: -1;
}
.mwb_hub_mautic-feature:nth-of-type(1) {
    transform: translateY(-116px);
}
.mwb_hub_mautic-feature:nth-of-type(2) {
    transform: translateY(-167px);
}
.mwb_hub_mautic-feature:nth-of-type(3) {
    transform: translateY(-199px);
}
.mwb_hub_mautic-feature:nth-of-type(4) {
    transform: translateY(-285px);
}
.mwb_hub_mautic-feature:nth-of-type(5) {
    transform: translateY(-350px);
    margin-right: 0;
}
.mwb_hub_mautic-feature:nth-of-type(1):before{
    top: -65px;
}
.mwb_hub_mautic-feature:nth-of-type(2):before{
    top: -45px;
}
.mwb_hub_mautic-feature:nth-of-type(3):before{
    top: -50px;
}
.mwb_hub_mautic-feature:nth-of-type(4)::before {
    top: -60px;
}
.mwb_hub_mautic-feature:nth-of-type(5)::before {
    top: -65px;
}
/*.mwb_hub_ecom.mwb_hub_temp_service{
    padding: 0 20px;
    }*/
    /* Additional services css */
    .mwb-hub-temp-service-img:hover {
        transform: translateY(-5px);
        transition: 0.2s linear all;
    }
    .mwb_hub_mautic-features img{
        width: 100%;
    }
    .mwb_mau_additional__services-cta {
        padding-top: 200px;
    }
    .mwb_mau_additional__service .mwb-col-4 {
        background: #ffffff;
        min-height: 362px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: -4px;
        width: 25%;
        position: relative;
    }
    .mwb_mau_additional__services h2 {
        margin-bottom: 50px !important;
    }
    .mwb_mau_additional__service .mwb-col-4::after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: -11px;
        bottom: 0;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(1):after{
        border: 4px solid #ff3600;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(2):after{
        border: 4px solid #ffbd00;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(1) {
        border: 3px solid #ff3600;
    }
    .mwb_mau_additional__service .mwb-col-4 i {
        position: absolute;
        bottom: -10px;
        right: 1px;
        color: #FF3600;
        background: #fff;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(2n) i {
        top: -11px;
        bottom: auto;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(2) i {
        color: #FFBD00;
    }

    .mwb_mau_additional__service .mwb-col-4:nth-of-type(2n) {
        transform: translateY(150px);
        /* transform: translateX(-20PX); */
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(2) {
        border: 3px solid #ffbd00;
    }
    .mwb_mau_additional__services {
        padding-bottom: 100px;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(3) {
        border: 3px solid #2d8c2d;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(3)::after {
        border: 4px solid #2d8c2d;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(3) i {
        color: #2d8c2d;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(4) {
        border: 3px solid #72e7d6;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(4):after{
        display: none;
    }
    .mwb_mau_additional__service .mwb-col-4:nth-of-type(4) i {
        display: none;
    }
    /* free mautic email section */
    .mwb-mau__free-points li::after {
        left: -24px;
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        top: 7px;
        bottom: 0;
        background: #fff;
        border-radius: 50%;
        z-index: 1;
        border: 3px solid #2196F3;
    }
    .mwb-mau__free-points li {
        position: relative;
        margin-bottom: 18px;
        color: #000000;
    }
    .mwb-mau__free-points::after {
        position: absolute;
        left: 11px;
        border-left: 2px solid #2196F3;
        content: "";
        top: 7px;
        bottom: 0;
        height: 90%;
    }
    .mwb-mau__free-points {
        position: relative;
        padding-left: 30px;
    }
    /*intro*/

    .mwb_hub_ecom-background {
        background: #f9f8fc;
    }
    .mwb_hub_ecom h2 {
        font-size: 46px;
        color: #000000;
        font-family: 'Nunito Sans-Black';
    }
    .mwb_hub_temp_service .mwb_hub_temp_service__intro h2
    {
        line-height: 1.5;
        letter-spacing: 0.02em;
    }
    .mwb_hub_temp_service .mwb_hub_temp_service__intro h2 span{
        font-family: 'Nunito Sans-Black';
        font-size: 56px;
        display: block;
    }
    .mwb_hub_ecom__intro .mwb_hub_ecom__heading-img {
        right: 51px;
        top: 50%;
        z-index: 1;
    }
    .mwb_hub_ecom__intro {
        position: relative;
    }
    .mwb_hub_ecom__intro .mwb-col-6 {
        text-align: left;
        /*padding-right: 60px;*/
        z-index: 2;
    }
    .mwb_hub_ecom__intro .mwb_services-page__cta-wrap {
        justify-content: left;
    }
    .mwb_services-page__cta-wrap {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .mwb_hub_ecom__intro .mwb-img-right {
        text-align: right !important;
    }

    /*services*/
    .mwb_hub_ecom h3 {
        font-family: 'Nunito Sans-Black';
        font-size: 20px;
        color: #000;
    }
    .mwb_hub_ecom__services-single ul li i {
        margin-right: 5px;
        font-size: 15px;
        color: #2196F3;
    }
    .mwb_hub_ecom__services-single ul li{
        text-align: left;
    }
/*.mwb_hub_ecom__services .mwb_services-page__cta-wrap .mwb_btn_fill{
padding: 10px 20px;
}*/
.mwb_hub_ecom__services-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mwb_services-page__services-box{
    display: flex;
    -webkit-box-shadow: 0px 0px 13px 0px #e7e7e7;
    box-shadow: 0px 0px 13px 0px #e7e7e7;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    border-bottom: 4px solid #2196F3;
    width: 30.333%;
    margin-top: 50px;
}
/*review*/

.mwb_front__review-section .owl-carousel-review-new-landing-pages .owl-item{
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    padding: 20px;
    min-height: 434px;
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages .mwb_front__photo img {
    max-width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages .mwb_front__quote h4 {
    font-family: 'Nunito Sans-Bold';
    color: #000000;
    font-size: 20px;
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages p {
    font-family: 'Nunito Sans-Light';
    color: #000000;
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages .owl-item {
    opacity: 0.4;
    margin: 30px 0;
/*width: 800px !important;
margin: 0 auto !important;*/
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages .owl-item.active.center {
    opacity: 1;
}
.owl-carousel-review-new-landing-pages.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
}
.owl-carousel-review-new-landing-pages.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel-review-new-landing-pages.owl-theme .owl-dots .owl-dot:hover span{
    background: #2196F3;
}
.mwb_hub_ecom .mwb_front__review-section{
    position: relative;
}
.mwb_front__review-section .owl-carousel-review-new-landing-pages .owl-item.active.center {
    opacity: 1;
}
.mwb_hub_ecom h2.mwb_front__top_heading.text-center.mwb_contnt_width {
    margin-bottom: 25px;
}
.mwb_services-page__ele3 {
    position: absolute;
    bottom: 0;
    left: 83px;
    opacity: 0.2 !important;
    transform: rotate(-20deg);
}
.mwb_front__review-third-wrap {
    justify-content: space-between;
}
.mwb_front__review-third-wrap .mwb_front__review-third img {
    max-width: 100px;
    /*filter: grayscale(100%);*/
}
.mwb_front__review-third p {
    margin-bottom: 0;
}
.mwb_front__review-star i {
    font-size: 14px;
    color: #fbcf13;
}
.mwb_front__review-rating-txt {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 0;
    font-family: 'Nunito Sans-Black';
}
.mwb_front__review-third .d-flex {
    align-items: center;
}
.mwb_front__review-star {
    text-align: center;
    line-height: normal;
}
.mwb_front__review-third-party {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mwb_front__featured-text h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    font-family: 'Nunito Sans-Black';
}
.mwb_front__featured-wrap {
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.mwb_front__featured-section {
    display: flex;
    align-items: center;
}
.mwb_front__featured:nth-of-type(3){
    padding-right: 0;
}
.mwb_front__featured:nth-of-type(3) img {
    width: 167px;
}
.mwb_front__featured{
    padding-right: 20px;
}
.mwb_front__featured-text {
    width: 200px;
}
.mwb_front__awards{
    padding-bottom: 0;
}
/* end changes in page */
.mwb_front__client-stories .mwb_front__client-story:nth-of-type(5) img {
    max-width: 80px;
}
.mwb_front__client-story {
    padding: 0 20px;
    width: 25%;
    align-items: center;
    min-height: 110px;
}
.mwb_front__client-story:nth-of-type(1),
.mwb_front__client-story:nth-of-type(2),
.mwb_front__client-story:nth-of-type(3),
.mwb_front__client-story:nth-of-type(4) {
    margin-bottom: 30px;
}
.mwb_front__client-stories {
    display: flex;
    flex-wrap: wrap;
}

.mwb_front__client-elem1 {
    position: absolute;
    left: 0;
}
.mwb_front__client-elem6 {
    position: absolute;
    left: 95px;
    top: -45px;
}
.mwb_front__client-elem5 {
    position: absolute;
    top: -50px;
    left: 76px;
    right: 0;
    margin: 0 auto;
}
.mwb_front__client-elem4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.mwb_front__client-elem2 {
    position: absolute;
    right: 0;
}
.mwb_front__client-elem3 {
    position: absolute;
    bottom: 0;
}
.mwb_front__section-right br {
    display: none;
}
.mwb_front__story{
    position: relative;
}
.mwb_front__client-story:nth-of-type(2n){
    margin-top: -35px;
}
.mwb_front__section-right {
    width: 65%;
    float: left;
    position: relative;
    margin-left: 60px;
}
.mwb_front__section-left {
    width: 35%;
    float: left;
}
/*get-quote*/
.mwb_hub_ecom__getQuote .mwb_front__section-blog {
    text-align: left;
}
.mwb_hub_ecom__getQuote h2.mwb_front__top_heading {
    color: #ffffff;
}
.mwb_hub_ecom__getQuote a{
    width: 260px;
    padding: 14px;
    font-size: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #2196F3;
    transition: 0.2s linear all;
}
.mwb_hub_ecom__getQuote.mwb_hub_ecom-background,  .mwb_hub_ecom__glance.mwb_hub_ecom-background{
    background-image: linear-gradient(to right,#4168F3,#47D1F8);
}
.mwb_btn_fill:hover {
    background: #2196F3;
}
.mwb_hub_ecom__getQuote .mwb-img-right{
    text-align: right;
}
.mwb_hub_ecom__getQuote .mwb_container {
    max-width: 1000px;
}
.mwb_hub_ecom__getQuote p{
    margin-bottom: 0;
}
/*success stroy*/
.mwb_front__review-third-wrap {
    justify-content: space-between;
}
.mwb_front__review-third-wrap .mwb_front__review-third img {
    max-width: 100px;
    /*filter: grayscale(100%);*/
}
.mwb_front__review-third p {
    margin-bottom: 0;
}
.mwb_front__review-star i {
    font-size: 14px;
    color: #fbcf13;
}
.mwb_front__review-rating-txt {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 0;
    font-family: 'Nunito Sans-Black';
}
.mwb_front__review-third .d-flex {
    align-items: center;
}
.mwb_front__review-star {
    text-align: center;
    line-height: normal;
}
.mwb_front__review-third-party {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mwb_front__featured-text h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    font-family: 'Nunito Sans-Black';
}
.mwb_front__featured-wrap {
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.mwb_front__featured-section {
    display: flex;
    align-items: center;
}
.mwb_front__featured:nth-of-type(3){
    padding-right: 0;
}
.mwb_front__featured:nth-of-type(3) img {
    width: 167px;
}
.mwb_front__featured{
    padding-right: 20px;
}
.mwb_front__featured-text {
    width: 200px;
}
.mwb_front__awards{
    padding-bottom: 0;
}
/* end changes in page */
.mwb_front__client-stories .mwb_front__client-story:nth-of-type(5) img {
    max-width: 80px;
}
.mwb_front__client-story {
    padding: 0 20px;
    width: 25%;
    align-items: center;
    min-height: 110px;
}
.mwb_front__client-story:nth-of-type(1),
.mwb_front__client-story:nth-of-type(2),
.mwb_front__client-story:nth-of-type(3),
.mwb_front__client-story:nth-of-type(4) {
    margin-bottom: 30px;
}
.mwb_front__client-stories {
    display: flex;
    flex-wrap: wrap;
}

.mwb_front__client-elem1 {
    position: absolute;
    left: 0;
}
.mwb_front__client-elem6 {
    position: absolute;
    left: 95px;
    top: -45px;
}
.mwb_front__client-elem5 {
    position: absolute;
    top: -50px;
    left: 76px;
    right: 0;
    margin: 0 auto;
}
.mwb_front__client-elem4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.mwb_front__client-elem2 {
    position: absolute;
    right: 0;
}
.mwb_front__client-elem3 {
    position: absolute;
    bottom: 0;
}
.mwb_front__section-right br {
    display: none;
}
.mwb_front__story{
    position: relative;
}
.mwb_front__story::after {
    background-image: url("https://makewebbetter.com/wp-content/uploads/2019/10/dot-layout.png");
    content: "";
    /* left: 0; */
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    /* border-radius: 50%; */
}
.mwb_front__client-story:nth-of-type(2n){
    margin-top: -35px;
}
.mwb_front__section-right {
    width: 65%;
    float: left;
    position: relative;
    margin-left: 60px;
}
.mwb_front__section-left {
    width: 35%;
    float: left;
}
/*glance*/
.mwb_hub_ecom__glance a:first-child {
    width: 250px;
    padding: 14px;
    font-size: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #2196F3;
    transition: 0.2s linear all;
    margin-top: 0;
}
.mwb_hub_ecom__glance a:nth-child(2) {
    width: 335px;
    padding: 14px;
    font-size: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #2196F3;
    transition: 0.2s linear all;
    margin-top: 0;
}
.mwb_hub_ecom__glance .mwb_front__top_heading{
    color:#ffffff;
    margin-bottom: 0;
    text-align: left;
}

/*why mwb*/
.mwb_front__awards-wrap img {
    max-width: 200px;
}
.mwb_hub_ecom .mwb_front__awards{
    padding-bottom: 100px;
}
.mwb_front__awards-wrap .mwb_front__awards-wrap-img {
    width: 33.3%;
    float: left;
    text-align: center;
    border-right: 1px solid #ededed;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
    padding-top: 60px;
}
.mwb_front__awards-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.mwb_front__awards-wrap .mwb_front__awards-wrap-img:nth-of-type(3n) {
    border-right: 0;
}
.mwb_front__awards-wrap .mwb_front__awards-wrap-img:nth-of-type(4),
.mwb_front__awards-wrap .mwb_front__awards-wrap-img:nth-of-type(5),
.mwb_front__awards-wrap .mwb_front__awards-wrap-img:nth-of-type(6) {
    border-bottom: 0;
}
.mwb_front__awards h2{
    padding-bottom: 30px;
}
/*=====================================================
=            Hubspot Template and Services            =
=====================================================*/
.mwb_hub_temp_service .mwb_hub_temp_service-header .header-content-top {
    margin-bottom: 0 !important;
    font-size: 18px;
    color: #2196f3;
}
.mwb_hub_temp_service .mwb_hub_temp_service-header p:nth-of-type(2) {
    margin-bottom: 10px;
}
.mwb_hub_temp_service .mwb_hub_temp_service-header p.header-content-bottom {
    font-size: 20px;
    font-family: "Nunito Sans-Medium", sans-serif;
}
.mwb_hub_temp_service .mwb_hub_temp_service-header h1{
    font-size:90px;
}
.mwb_hub_temp_service a.button.mwb_btn_fill {
    font-size: 18px;
    padding: 12px 40px;
}
.mwb_hub_temp_service__services-center {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mwb-hub-temp-service-page__services-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align:center;
}
.mwb-hub-temp-service-page__services-box:nth-of-type(4),.mwb-hub-temp-service-page__services-box:nth-of-type(5),.mwb-hub-temp-service-page__services-box:nth-of-type(6)
{
    padding-bottom:0;
}
.mwb_hub_temp_service__services-wrap
{
    padding-top:60px;
}
.mwb-hub-temp-services-icon {
    box-sizing: content-box;
    width: 55px;
    height: 60px;
    position: relative;
    margin:auto;
    margin-bottom:25px;
    font-size: 24px;
    -webkit-border-radius: 50% / 14%;
    border-radius: 50% / 14%;
    color: white;
    text-align: center;
    line-height: 64px;
    -o-text-overflow: clip;
    text-overflow: clip;
    z-index: 1;
    background-image: linear-gradient(120deg, #89f7fe 0%, #2196f3 100%);
}
.mwb-hub-temp-services-icon:before
{
    background-image: linear-gradient(120deg, #89f7fe 0%, #2196f3 100%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    content: "";
    top: 10%;
    right: -5.5%;
    bottom: 10%;
    left: -5%;
    border: none;
    -webkit-border-radius: 7% / 50%;
    border-radius: 7% / 50%;
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: none;
    z-index: -1;
}
.mwb_hub_temp_service__services-top h3
{
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
    font-family: 'Nunito Sans-Bold';
}
.mwb_hub_temp_service__services-content p
{
    margin-bottom:0;
}
/*.mwb_hub_temp_service__services
{
    padding-bottom: 0;
    }*/
    .mwb-hub-temp-additional__services-box {
        border-radius: 10px;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        box-shadow: 0 5px 20px rgba(0,0,0,.15);
        background: #ffffff;
    }
    .mwb-additional-service-left {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mwb-additional-service-right{
        padding-right: 15px;
        padding-left: 15px;
    }
   /* .mwb-hub-temp-service-one {
        background-image: linear-gradient(50deg,#5e2ced,#9749f8);
    }
    .mwb-hub-temp-service-two {
        background-image: linear-gradient(50deg,#70bfec,#2784fc);
    }
    .mwb-hub-temp-service-three {
        background-image: linear-gradient(50deg,#e877cb,#a197fa);
        }*/
        .mwb-hub-temp-additional__services-single h3
        {
            font-size: 26px;
            font-family: 'Nunito Sans-Bold';
            margin-bottom:0;
        }
        .mwb-hub-temp-additional__services-single h3 a
        {
            color:#fff;
        }
        .mwb-hub-temp-service-img {
            width: 100%;
            margin: 0 auto;
            margin-bottom: 20px;
            transition: 0.2s linear all;
        }
        .mwb_hub_temp_additional__cta-wrap .mwb_btn_fill
        {
            font-size:18px;
            padding:10px 40px;
        }
        .mwb_hub_temp_additional__intro h2 {
            font-size: 48px;
        }
        .mwb-hub-temp-offer__services-box {
            width: 23.33%;
            display: block;
            border: 0;
            text-align: center;
            background: #fff;
            padding: 30px 15px 30px;
            -moz-transition: .4s;
            -webkit-transition: .4s;
            transition: .4s;
            -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
            box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
        }
        .mwb-hub-temp-offer__services-box:hover{
            box-shadow: 0 20px 8px rgba(0,0,0,.06);
            transform: translateY(-5px);
        }
        .mwb-hub-temp-offer__content h3 {
            font-family: "Nunito Sans-Bold", sans-serif;
            margin-bottom: 0;
            font-size: 20px;
            margin-top: 0px;
            text-transform: capitalize;
            font-weight: 700;
        }
        .mwb-hub-temp-offer__content h3 a{
            color:#000;
        }
        .mwb-hub-temp-offer-icon {
            font-size: 42px;
            color: #4ec0f8;
            font-family: "Nunito Sans-Black", sans-serif;
        }
        .mwb_hub_temp__better-temp {
            position: relative;
        }
/*=============================================
=            Featured-post-section            =
=============================================*/
#featured-post-6.featured-content {
    width: 65%;
    float: left;
}
#featured-post-6.widget.featured-content.featuredpost {
    padding-top: 0;
}
#featured-post-6.featured-content article {
    width: 32.6%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    border-radius: 3px;
    min-height: 345px;
    position: relative;
}
.mwb_services-page #featured-post-6.featured-content article {
    width: 31.6%;
}
#featured-post-6.featured-content article::before {
    content: "";
    position: absolute;
    background-image: url("https://makewebbetter.com/wp-content/uploads/2019/10/wave-6.png");
    left: 0;
    /* right: 12px; */
    bottom: -30px;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    background-color: transparent;
}
#featured-post-6.featured-content article::after {
    content: "";
    position: absolute;
    background-image: url("https://makewebbetter.com/wp-content/uploads/2019/10/wave-6.png");
    left: 0;
    right: 12px;
    top: -8px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
}
#featured-post-6.featured-content article .entry-header {
    padding: 10px;
}
#featured-post-6.featured-content article .entry-header .entry-title {
    font-size: 16px;
    color: #000;
    font-family: 'Nunito Sans-SemiBold';
    font-weight: normal;
    margin-bottom: 15px;
}
#featured-post-6.featured-content article:nth-of-type(3) {
    margin-right: 0;
}
#text-7 {
    width: 35%;
    float: left;
}
.mwb_front_section.mwb_front__blog {
    margin-left: 60px;
}
.mwb_front__blog {
    padding-top: 0;
}
.mwb_services-page .mwb_front__section-blog {
    position: relative;
    z-index: 9;
}

.mwb_front__section-blog .mwb_services-page__heading-img {
    right: -100px;
    z-index: -1;
}
.mwb_front__blog .mwb_front__top_heading {
    margin-bottom: 20px;
}
.mwb_services-page h2 {
    font-size: 46px;
    color: #000;
    font-family: 'Nunito Sans-Black';
}
/*=====  End of Featured-post-section  ======*/
/*.mwb_hub_temp__better-users h2
{
color:#fff;
text-align:center;
}*/
.mwb_hub_temp__better-users h2 span
{
    display: block;
    text-align: center;
}
.mwb_hub_temp__better-temp-img {
    max-width: 230px;
    margin: 0 auto;
}
.mwb_hub_temp__better-temp h2 {
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Nunito Sans-Bold';
}
.mwb_front_section.mwb_hub_temp__better-wrap
{
    margin-left:0;
}
.mwb_hub_temp-equal-one {
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(-45deg);
    width: 145px;
    margin-bottom: 30px;
}
.mwb_hub_temp-equal-two {
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(45deg);
    width: 145px;
    margin-bottom: 30px;
}
.mwb_hub_temp-better-content {
    display: inline-block;
    vertical-align: middle;
}
.mwb_hub_temp__better-user-img {
    max-width: 230px;
    margin: 0 auto;
}
.mwb_hub_temp__better-mkt-img {
    max-width: 230px;
    margin: 0 auto;
}
.mwb_hub_temp__better-mkt h2 {
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Nunito Sans-Bold';
}
.mwb_hub_temp__better-user h2 {
    font-size: 22px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Nunito Sans-Bold';
}
.mwb_hub_temp__better-mkt {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
}
.mwb_hub_temp__better-plus {
    display: inline-block;
    vertical-align: middle;
    width:20%;
}
.mwb_hub_temp__better-user {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
}
.mwb_hub_temp__better-plus h2 {
    color: #2196f3;
    font-family: 'Nunito Sans-Bold';
    font-size: 50px;
}
.mwb-hub-temp-certification__box {
    width: 16.33%;
    display: block;
    border: 0;
    text-align: center;
    background: #fff;
    padding: 15px 5px 15px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.mwb-hub-temp-certification__center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:50px;
}
.mwb_hub_temp_service__intro .mwb_hub_ecom__heading-img {
    right: 75px;
    top: 50%;
    z-index: 1;
}
.mwb_hub_temp__getquote .mwb_container {
    max-width: 1060px;
}
.mwb_hub_temp__getquote .mwb_front_section.mwb_front__blog
{
    margin-left:0;
}
/*=====  End of Hubspot Template and Services  ======*/

/*======================================
=            Responsive CSS            =
======================================*/
@media only screen and (max-width: 992px) {
    .mwb_front__client-story{
        width: 50%;
    }
    /* changes in site */
    .mwb_front__review-third-wrap {
        display: block;
    }
    .mwb_front__review-third .d-flex{
        justify-content: center;
    }
    .mwb_front__review-third {
        width: 33.3%;
        float: left;
        text-align: center;
    }
    .mwb_front__review-third-wrap::after {
        content: "";
        clear: both;
        display: table;
    }
    .mwb_front__review-third:nth-of-type(1),
    .mwb_front__review-third:nth-of-type(2),
    .mwb_front__review-third:nth-of-type(3) {
        margin-bottom: 30px;
    }
    .mwb_front__review-third p {
        margin-bottom: 0;
    }
    /* changes end */
    /*new-css*/
    .mwb_hub_temp_service #featured-post-6.featured-content article:nth-of-type(3){
        display: none;
    }
    .mwb_hub_temp_service #featured-post-6.featured-content article{
        width: 47.6%;
    }
    .mwb-hub-temp-service-page__services-box {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    /*.mwb_hub_temp_service__services-center {
        justify-content: flex-start;
        }*/
        .mwb_hub_temp_service .mwb_hub_temp_service-header h1 {
            font-size: 66px;
        }
        .mwb_hub_temp_service #text-7 .mwb_front_section.mwb_front__blog {
            margin-left:0;
        }
        .mwb_hub_temp_service #text-7 a.button.mwb_btn_fill {
            font-size: 16px;
            padding: 12px 20px;
        }
    }
    @media only screen and (max-width: 1270px) {
        .mwb_hub_ecom__glance a:nth-child(2){
            margin-top: 22px;
        }
    }
    @media only screen and (max-width: 992px) {
        .mwb_mau_additional__services-cta {
            padding-top: 30px;
        }
        .mwb_services-page__cta-wrap{
            display: block;
        }
        .mwb_hub_ecom__intro .mwb_services-page__cta-wrap a {
            margin-right: 15px;
        }
        .mwb-additional-service-left {
            margin-right: 30px;
        }
        .mwb_hub_ecom .section-pd-100 {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .mwb_hub_ecom__services.mwb_container.section-pd-100 {
            padding-right: 15px;
            padding-left: 15px;
        }
        .mwb_hub_ecom .section-pd-60 {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .mwb_services-page__services-box{
            padding:30px 20px;
        }
        .mwb_hub_temp_service__intro .clearfix {
            display: flex;
            align-items: center;
        }
        .mwb_hub_mautic-features img {
            display: none;
        }
        .mwb_hub_mautic-feature:nth-of-type(1),.mwb_hub_mautic-feature:nth-of-type(2),.mwb_hub_mautic-feature:nth-of-type(3),
        .mwb_hub_mautic-feature:nth-of-type(4),.mwb_hub_mautic-feature:nth-of-type(5) {
            transform: translateY(0px);
        }
        .mwb_hub_mautic-feature::before {
            display: none;
        }
        .mwb_hub_temp_additional__intro .clearfix{
            flex-direction: column;
        }
        .mwb_hub_temp_additional__intro .mwb_col-4{
            text-align: center;
            margin-bottom: 60px;
        }
        .mwb_hub_temp_additional__intro .mwb_col-4,.mwb_hub_temp_additional__intro .mwb_col-8,
        .mwb_hub_ecom__intro .mwb-col-6 {
            width: 100%;
        }
        .mwb_hub_ecom__intro .mwb-col-6{
            padding-right: 0;
            text-align: center;
        }
        .mwb_hub_ecom__intro-start .mwb-col-6 {
            margin-bottom: 30px !important;
        }
        .mwb_services-page__cta-wrap a {
            margin: 0 auto;
        }
        .mwb_mau_additional__service .mwb-col-4 {
            width: 49%;
            margin-right: 2%;

        }
        .mwb_mau_additional__service .mwb-col-4:nth-of-type(2n){
            margin-right: 0;
            transform: translateY(0px);
        }
        .mwb_hub_mautic-feature_wrap {
            position: static;
            margin-top: 60px;
        }
        .mwb_hub_ecom__intro {
            padding: 20px 0;
        }
        .mwb_hub_ecom__intro .clearfix {
            flex-direction: column;
        }
        .mwb_hub_ecom__intro .mwb-col-6:nth-of-type(1) {
            margin-bottom: 60px;
        }
        .mwb_hub_ecom__intro .mwb-col-6 img{
            margin: 0 auto;
            display: block;
        }
        .mwb-mau__free-points::after,.mwb-mau__free-points li::after,.mwb-mb-hide {
            display: none;
        }
        .mwb_hub_mautic-feature{
            margin-right: 2%;
        }
        .mwb-mau__free-points{
            padding-left: 0;
        }
        .mwb_mau__free-temp .mwb-col-6 {
            margin-bottom: 0 !important;
        }
        .mwb_hub_ecom__intro .mwb-col-6:nth-of-type(1){
            margin-bottom: 0px;
        }
        /*new-css*/
    }
    @media screen and (max-width:980px) and (min-width: 900px){
        .mwb-additional-service-left{
            margin-right: 0;
        }
        .mwb-hub-temp-certification__center {
            justify-content: flex-start;
        }
        .mwb-hub-temp-certification__box {
            width: 20%;
            padding: 10px;
        }
        .mwb_hub_temp-equal-one {
            width: 125px;
            margin-bottom:30px;
        }
        .mwb_hub_temp-equal-two {
            width: 125px;
            margin-bottom:30px;
        }
    }
    @media screen and (max-width:900px) and (min-width: 768px){ 
        .mwb_hub_temp_additional__intro h2 {
            font-size: 36px;
        }
        .mwb-additional-service-left{
            margin-right: 0;
        }
        .mwb-hub-temp-additional__services-single h3
        {
            font-size:22px;
        }
        .mwb-hub-temp-offer__content h3
        {
            font-size: 16px;
        }
        .mwb-hub-temp-offer-icon {
            font-size: 34px;
        }

        .mwb-hub-temp-certification__center {
            justify-content: flex-start;
        }
        .mwb-hub-temp-certification__box {
            width: 20%;
            padding: 10px;
        }
        .mwb_hub_temp-equal-one {
            position: absolute;
            bottom: 0;
            left: 180px;
            width: 105px;
        }
        .mwb_hub_temp-equal-two {
            position: absolute;
            bottom: 0;
            right: 180px;
            width: 105px;
        }
        .mwb-hub-temp-service-page__services-box {
            max-width: 49%;
            flex: 0 0 49%;
            margin-bottom: 20px;
        }

    }

    @media only screen and (max-width: 767px) {
        .mwb_hub_temp_additional__intro .mwb-col-6 {
            padding: 0;
        }
        .mwb_hub_mautic-feature{
            width: 33.3%;
            display: inline-block;
            margin-bottom: 20px;
        }
        .mwb_hub_mautic-feature_wrap{
            display: block;
        }
        .mwb_front__story .flex-box {
            display: block;
            text-align: center;
        }
        .mwb_front__story .mwb_front__section-left {
            margin-bottom: 40px;
        }
        .mwb-col-6.no-space {
            width: 100%;
        }
        .mwb_container {
            padding-left: 15px;
            padding-right: 15px;
        }
        .flex-box{
            display: block;
        }
        .mwb_hub_ecom__intro .mwb-col-6{
            padding-right: 0;
            text-align: center;
        }
        .mwb_hub_ecom__intro .mwb_services-page__cta-wrap {
            justify-content: center;
        }
        .mwb_front__awards-wrap .mwb_front__awards-wrap-img{
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .mwb_hub_ecom__getQuote .mwb_front__section-blog {
            text-align: center;
        }
        .mwb_hub_ecom__getQuote .mwb-img-right {
            text-align: center;
        }
        .mwb_front__awards-wrap img{
            max-width: 150px;
        }
        .mwb_hub_ecom__getQuote .mwb_btn_fill{
            margin-right: 0;
        }
        .mwb_hub_ecom__intro .mwb_hub_ecom__heading-img {
            right: 0;
        }
        .mwb_front__section-right,.mwb_front__section-left{
            width: 100%;
        }
        .mwb_front__section-right{
            text-align: center;
            margin-left: 0;
        }
        .mwb_hub_ecom__glance .mwb_front__top_heading{
            text-align: center;
        }
        .mwb_hub_ecom__getQuote a,
        .mwb_hub_ecom__glance a:first-child{
            width: 200px;
            font-size: 15px;
            margin-top: 22px;
            margin-right: 10px;
        }
        .mwb_hub_ecom__glance a:nth-child(2){
            width: 250px;
            font-size: 15px;
            margin-top: 22px;
            margin-right: 0;
        }
        .mwb_hub_ecom__getQuote p{
            margin-bottom: 30px;
        }
        .mwb_hub_ecom__intro .mwb_btn_fill{
            margin-top: 0;
            margin-bottom: 22px;
        }
        .mwb_front__review-section .owl-carousel-review-new-landing-pages .owl-item{
            opacity: 1;
        }
        /*new-css*/
        /*.mwb_hub_temp_service .mwb_hub_temp_service__intro h2 {
            font-size: 20px;
            }*/
            /*new-css*/
            .mwb_hub_temp__better h2{
                font-size:20px !important;
            }
            .mwb_hub_temp_service .mwb_hub_temp__better-plus h2 {
                font-size: 30px !important;
            }
            .mwb_hub_temp_additional__intro h2
            {
                text-align: center;
            }
            .mwb_hub_temp_additional__cta-wrap {
                text-align: center;
            }
            .mwb_hub_temp_additional__cta-wrap a {
                margin-top:0;
                margin-bottom:30px;
            }
            .mwb_hub_temp_service .mwb_hub_temp_service__intro h2 span {
                font-family: 'Nunito Sans-Black';
                font-size: 40px;
                display: block;
            }
            .mwb-hub-temp-offer__services-box
            {
                width:100%;
            }
            #featured-post-6.featured-content {
                width: 100%;
            }
            .mwb_hub_temp_service .mwb_front__section-right,
            .mwb_hub_temp_service .mwb_front__section-left,
            .mwb_hub_temp_service #text-7,
            .mwb_hub_temp_service #featured-post-6.featured-content {
                width: 100%;
            }
            .mwb_hub_temp_service #featured-post-6.featured-content article::before{
                display: none;
            }
            .mwb_hub_temp_service #text-7 .mwb_front_section.mwb_front__blog {
                margin-left: 0;
            }
            .mwb_hub_temp_service .mwb_front_section.mwb_front__blog {
                margin-left: 0px;
            }
            .mwb_hub_temp_service #text-7 .mwb_front__top_heading
            {
                margin-top:30px;
                text-align:center;
            }
            .mwb_hub_temp_service #text-7 .mwb_front_section{
                text-align:center;        
            }
            .mwb-hub-temp-certification__center {
                justify-content: flex-start;
            }
            .mwb-hub-temp-certification__box {
                width: 25%;
                padding: 10px;
            }
            .mwb_services-page__services-box {
                width: 31.33%;
            }
            .mwb-hub-temp-service-page__services-box {
                max-width: 45%;
                flex: 0 0 45%;
                padding: 10px;
                margin-bottom: 10px;
            }
            .mwb_hub_temp_service__services-center {
                justify-content: space-around;
            }
            .mwb_hub_temp-equal-one {
                position: absolute;
                bottom: 0;
                left: 150px;
                width: 95px;
            }
            .mwb_hub_temp-equal-two {
                position: absolute;
                bottom: 0;
                right: 150px;
                width: 95px;
            }
            .mwb_hub_temp_service .mwb_hub_temp_service-header h1 {
                font-size: 50px;
            }
        }
        @media screen and (max-width:700px) and (min-width: 601px){  
            .mwb_hub_temp-equal-one {
                position: absolute;
                bottom: 0;
                left: 115px;
                width: 95px;
            }
            .mwb_hub_temp-equal-two {
                position: absolute;
                bottom: 0;
                right: 115px;
                width:95px;
            }
        }
        @media only screen and (max-width: 600px) {
            .mwb_front__awards-wrap .mwb_front__awards-wrap-img{
                padding: 15px;
            }
            .mwb_front__awards-wrap img{
                width: 100%;
            }
            .mwb_hub_ecom h1{
                font-size: 38px;
            }
            .mwb_hub_ecom h2 {
                font-size: 26px;
            }
            .mwb_services-page__services-box {
                width: 49%;
            }
            .mwb_services-page__services-box h3{
                font-size:18px;
            }
            .mwb-hub-temp-certification__box {
                width: 33.33%;
                padding: 10px;
            }
            .mwb_hub_temp-equal-one {
                position: absolute;
                bottom: 0;
                left: 75px;
                width: 95px;
            }
            .mwb_hub_temp-equal-two {
                position: absolute;
                bottom: 0;
                right: 75px;
                width:95px;
            }
            .mwb_hub_temp_service .mwb_hub_temp_service-header h1 {
                font-size: 45px;
            }

        }
        @media only screen and (max-width: 500px) 
        {
            .mwb_front__review-third{
                width: 50%;
                margin-bottom: 30px;
            }
            .mwb_hub_temp_service #featured-post-6.featured-content article{
                width: 100%;
                margin-bottom: 30px;
            }
            .mwb_hub_temp-equal-one {
                position: absolute;
                bottom: 20px;
                left: 30px;
                width:90px;
            }
            .mwb_hub_temp-equal-two {
                position: absolute;
                bottom: 20px;
                right: 30px;
                width: 90px;
            }
            .mwb_hub_temp__better h2{
                font-size:18px !important;
            }
            .mwb-hub-temp-service-page__services-box{
                max-width:100%;
                flex: 0 0 100%;
                margin-bottom: 10px;
            }
        }
        @media only screen and (max-width: 479px) {
            .mwb_hub_ecom__glance a:first-child{
                margin-right: 0;
            }
            .mwb-hub-temp-certification__box {
                width: 49.5%;
                padding:10px;
            }
        }
        @media only screen and (max-width: 400px) {
            .mwb_services-page__cta-wrap {
                flex-direction: column;
            }
            .mwb_hub_mautic-feature,.mwb_mau_additional__service .mwb-col-4 {
                width: 100%;
                margin-right: 0;
                display: flex;
            }
            .mwb_front__awards-wrap .mwb_front__awards-wrap-img {
                width: 50%;
                border-right: 0;
                border-bottom: 0;
            }
            .mwb-hub-inbound__meeting-section iframe {
                min-width: 100% !important;
                max-width: 100% !important;
            }
            .mwb_hub_ecom .mwb_front__review-section blockquote::before {
                content: '';
            }
            .mwb_hub_ecom .mwb_front__review-section blockquote{
                margin: 0;
            }
            .mwb_services-page__services-box {
                width: 100%;
            }
            .mwb_hub_temp__better h2{
                font-size:16px !important;
            }
        }
/*=====  End of Responsive CSS  ======*/