/* Global */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.screen-reader {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
/* End - Global */

/* Grid System */
.content-wrap {
    max-width: 1170px;
    margin: auto;
}

.content-wrap .fxg-pad {
    margin-left: 10px;
    margin-right: -15px;
}

.fxg-pad {
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

[class*=fxg-1-] {
    padding-right: 15px;
}

.nopadding [class*=fxg-1-] {
    padding-right: 0;
}

.nopadding.fxg-pad {
    padding: 0 !important;
    margin: 0 !important;
}

.fxg-1-1 { width: 8.3333333333%; }
.fxg-1-2 { width: 16.6666666667%; }
.fxg-1-3 { width: 25%; }
.fxg-1-4 { width: 33.3333333333%; }
.fxg-1-5 { width: 41.6666666667%; }
.fxg-1-6 { width: 50%; }
.fxg-1-7 { width: 58.3333333333%; }
.fxg-1-8 { width: 66.6666666667%; }
.fxg-1-9 { width: 75%; }
.fxg-1-10 { width: 83.3333333333%; }
.fxg-1-11 { width: 91.6666666667%; }
.fxg-1-12 { width: 100%; }

/* End Grid System */
/* Elements */

html {
    /*font-size: 18px;*/
}

@media screen and (max-width: 1023px) {
    html {
        /*font-size: calc(14px + 6 * ((100vw - 320px) / 680));*/
    }
}

body {
    /*font-size: 1rem;*/
    /*line-height: 1.45;*/
    color: #707070;
    font-weight: 300;
    overflow-x: hidden !important;
}

/* End - Elements */

.big-text {
    font-size: 1.5rem;
}

.text-strong {
    font-weight: 600;
}

.call-button-menu a,
.cc-button,
.action-start-my-demo a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 14px 28px;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'proxima_novabold';
    font-weight: 600 !important;
}

.cc-button-green {
    background: #93DC28;
    border: 1px solid #93DC28;
    color: white;
}

.cc-button-green:hover,
.cc-button-green:active,
.cc-button-green:focus {
    color: white;
    padding: auto;
}

.cc-button-white,
.call-button-menu a {
    background: white;
    border: 1px solid #2A2D34;
    color: #2A2D34 !important;
}

.cc-button-white:hover,
.cc-button-white:active,
.cc-button-white:focus,
.call-button-menu a:hover,
.call-button-menu a:active,
.call-button-menu a:focus {
    color: #2A2D34;
    padding: auto;
}
/**
 * Header
 */
 @font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNova-Extrabld.eot');
    src: url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 900;
    font-style: normal;
 }

#main-header {
    padding: 25px 30px;
    background: #2A2D34;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1200px) {
    #main-header {
        padding: 25px 40px;
    }
}

#main-header .content-wrap {
    max-width: 100%;
}

.header-bar [class*='fxg-1-'] {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.logo-wrap {
    line-height: 1;
}

.logo-wrap a {
    display: inline-block;
}

/* Menu */
#cc-primary-menu {
    text-align: center;
}

#cc-primary-menu ul {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    font-size: 0;
}

#cc-primary-menu ul li {
    display: inline-block;
    padding-right: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    #cc-primary-menu ul li {
        padding-right: 20px;
    }
}

#cc-primary-menu ul li:last-child {
    padding-right: 0;
}

#cc-primary-menu ul li a {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
}

#cc-primary-menu ul li a:hover,
#cc-primary-menu ul li a:active,
#cc-primary-menu ul li a:focus {
    color: #93DC28;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    #cc-primary-menu {
        white-space: nowrap;
    }
}

/* Action Links */
.cc-action-links {
    text-align: right;
}

.cc-action-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cc-action-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.cc-action-links ul li:last-child {
    margin-right: 0;
}

.cc-action-links ul li a {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}

li.action-login-link a {
    background: transparent;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    .cc-action-links ul li a {
        padding: 10px 14px;
    }
}

a.action-start-my-demo,
li.action-start-my-demo a {
    background: #93DC28 !important;
}

a.action-login-link,
li.action-login-link a {
    border: 1px solid #4C4E54;
    background: #2A2D34;
}

#cc-primary-menu li.action-start-my-demo,
#cc-primary-menu li.action-login-link {
    display: none;
}

/* Mobile Menu */

#mobile-menu {
    text-align: center;
    background: #2A2D34;
    border-top: 1px solid #54575C;
    padding: 10px !important;
    position: absolute;
    width: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

#mobile-menu.toggle-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-menu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}

#mobile-menu ul li a:hover,
#mobile-menu ul li a:active,
#mobile-menu ul li a:focus {
    color: #93DC28;
}

#mobile-menu .cc-action-links,
#mobile-menu .action-start-my-demo {
    /*max-width: 250px;*/
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

#mobile-menu .action-start-my-demo a:hover,
#mobile-menu .action-start-my-demo a:active,
#mobile-menu .action-start-my-demo a:focus {
    color: white;
}

#mobile-menu .cc-action-links:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

/* MENU TOGGLER */

.menu-toggler {
    position: absolute;
    top: 50%;
    right: 20px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.menu-toggler-bars {
    width: 28px;
    height: 20px;
    position: relative;
    display: inline-block;
}

.menu-toggler-bars > span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
}

.menu-toggler-bars > span:nth-child(1) {
    top: 0;
}

.menu-toggler-bars > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-toggler-bars > span:nth-child(3) {
    bottom: 0;
}

.menu-toggler-text {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    color: white;
    padding-left: 15px;
    margin-top: -2px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .cc-action-links-wrap,
    .main-menu-wrap {
        display: none;
    }

    .logo-wrap {
        width: 100%;
        text-align: center;
    }

    .logo-wrap img {
        max-width: 300px;
    }

    .menu-toggler {
        visibility: visible;
        opacity: 1;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .cc-action-links-wrap,
    .main-menu-wrap {
        display: none;
    }

    .logo-wrap {
        width: 100%;
        text-align: left;
    }

    .logo-wrap img {
        max-width: 300px;
    }

    .menu-toggler {
        visibility: visible;
        opacity: 1;
    }

    .menu-toggler-text {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .logo-wrap img {
        max-width: 82%;
    }

    .menu-toggler-bars {
        width: 20px;
        height: 15px;
    }

    #main-header {
        padding: 15px ;
    }
    .logo {
        padding: 5px 10px;
    }

}

#cc-primary-menu li.call-button-menu {
    display: none;
}

.header-bar {
    white-space: nowrap;
}

.header-bar .logo-wrap {
    width: 100%;
    max-width: 250px;
    min-width: 150px;
}

.header-bar .main-menu-wrap {
    width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    .header-bar .main-menu-wrap {
        width: 42%;
        width: 100%;
        max-width: 100%;
    }
}

.header-bar .cc-action-links-wrap {
    width: auto;
    margin-left: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1160px) {
    .header-bar .logo-wrap {
        max-width: 170px;
        padding-right: 0;
    }
    .header-bar .cc-action-links-wrap {
        width: auto;
        margin-left: auto;
    }
    .main-menu-wrap {
        margin: auto;
        width: auto;
        max-width: 410px;
    }
    #cc-primary-menu ul li {
        padding-right: 12px;
    }
    #cc-action-links li {
        margin-right: 3px;
    }
    #cc-action-links li a {
        padding-right: 10px;
        padding-left: 10px;
    }
    #main-header .content-wrap .fxg-pad {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/**
 * Edit: 23rd August, 2017
 */

.fxg-pad.header-bar {
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
    #main-header .content-wrap .fxg-pad {
        margin-left: 0;
        margin-right: -20px;
    }
}

@media screen and (max-width: 1023px) {
    #main-header {
        padding: 30px;
    }
}

@media screen and (max-width: 470px) {
    .cc-hero-title-wrap h2 {
        font-size: 1.6rem !important;
    }
}

#wistia_48\.big_play_button_background,#wistia_47\.big_play_button_background {
    background-color: rgb(147, 220, 40) !important;
}

/**
 * Date: 25th August, 2017
 * Description: Made sticky header
 */

#main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

@media screen and (min-width: 1024px) {
    #main-header:not(.bigger-header) {
        padding: 10px 40px;
    }
}

/* Hero Image */
#cc-hero-section {
    height: 500px;
    background: #2A2D34;
    background-position: 16px 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    #cc-hero-section {
        /*background-size: 104% 105%*/
    }
}

/* Hero Text */
.cc-hero-title-wrap {
    position: absolute !important;
    width: 100% !important;
    top: 8%;
    text-align: center;
}

.cc-hero-title-wrap h1,
.cc-hero-title-wrap h2 {
    color: white;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 3rem;
}

.cc-hero-title-wrap h1 {
    font-family: 'Proxima Nova Th' !important;
    font-weight: 900 !important;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1;
}

.cc-hero-title-wrap h2 {
    font-weight: 400 !important;
    font-family: 'proxima_novaregular'!important;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .cc-hero-title-wrap h1,
    .cc-hero-title-wrap h2 {
        /*font-size: 2.0rem;*/
    }
    .cc-hero-title-wrap {
        /*top: 15%;*/
    }
}

@media screen and (max-width: 820px) {
    .cc-hero-title-wrap {
        top: 7%;
    }
}

@media screen and (max-width: 767px) {
    .cc-hero-title-wrap h1,
    .cc-hero-title-wrap h2 {
        font-size: 2rem;
    }
    #cc-hero-section {
        height: 500px;
    }
    .cc-hero-title-wrap {
        top: 15%;
    }
}

/* Hero - Wide/Compact Devices */
.cc-wide-device,
.cc-compact-device {
    max-width: 888px;
    margin: -309px auto 0 !important;
    position: relative;
    z-index: 1;
}

.cc-compact-device {
    display: none;
}

@media screen and (max-width: 1023px) {
    .cc-wide-device {
        margin-top: -240px !important;
    }
}

@media screen and (max-width: 710px) {
    .cc-wide-device {
        /*margin-top: -220px !important;*/
    }
}

@media screen and (max-width: 640px) {
    .cc-wide-device {
        display: none;
    }
    .cc-compact-device {
        max-width: 100%;
        width: 100%;
        display: block;
        position: relative;
        margin-top: -50% !important;
    }
    #cc-hero-section {
        height: 500px;
    }
    .cc-hero-title-wrap {
        top: 10%;
    }
}

@media screen and (max-width: 600px) {
    #cc-hero-section {
        height: 470px;
    }
    .cc-compact-device img {
        max-height: 400px;
    }
}

@media screen and (max-width: 450px) {
    #cc-hero-section {
        height: 430px;
    }
}

@media screen and (max-width: 360px) {
    #cc-hero-section {
        height: 400px;
    }
}

/* Hero Icons */

#cc-hero-icons {
    position: relative;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    max-width: 700px;
    margin-top: 10px;
    margin: 10px auto 0;
}

#cc-hero-icons li {
    margin: auto;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px;
}

#cc-hero-icons li span.cc-seo-hidden {
    visibility: hidden;
    opacity: 0;
}

#cc-hero-icons li.cc-slider-icon-1 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-1.png);
}

#cc-hero-icons li.cc-slider-icon-2 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-2.png);
}

#cc-hero-icons li.cc-slider-icon-3 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-3.png);
}

#cc-hero-icons li.cc-slider-icon-4 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-4.png);
}

#cc-hero-icons li.cc-slider-icon-5 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-5.png);
}

#cc-hero-icons li.cc-slider-icon-6 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-6.png);
}

#cc-hero-icons li.cc-slider-icon-7 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-7.png);
}

#cc-hero-icons li.cc-slider-icon-8 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-8.png);
}

#cc-hero-icons li.cc-slider-icon-9 {
    background-image: url(http://coconstruct.staging.wpengine.com/wp-content/uploads/2017/07/Icon-9.png);
}

#cc-hero-icons li a {
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #cc-hero-icons {
        display: none;
    }
}

#cc-wide-devices-row .vc_column_container > .vc_column-inner {
    padding: 0;
}

/* Hero Video */

.cc-hero-video {
    position: absolute;
    width: 150px;
    height: 100px;
    top: -325px;
    left: 50%;
    margin-left: -40px !important;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    .cc-hero-video {
        top: -250px;
    }
}

@media screen and (max-width: 700px) {
    .cc-hero-video {
        top: -270px;
    }
}

.wistia_responsive_wrapper img {
    display: none !important;
}

[id="wistia_48.big_play_button_background"],
[id="wistia_47.big_play_button_background"] {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}

.cc-hero-title-wrap .big-text {
    color: white;
    max-width: 900px;
    margin: auto;
}

.cc-hero-title-wrap .big-text:nth-child(2) {
    padding-top: 14px !important;
}

.cc-hero-title-wrap .big-text {
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .cc-hero-title-wrap .big-text {
        display: none;
        /*font-size: 90%;
        line-height: 1.2;*/
    }
}

[id="wistia_47.big_play_button_graphic"] {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAYAAABzwahEAAABQklEQVR4nOXabQ6CMBCEYWo8mEfzaHiyisbBEGvTlna7u/Mm/IZnYvwAlxjjuh23ha34jWuA+BvHAAk4xwAZuO8BCuA+B6iA+xqgAe5jgBNw2wN0gNscoCPc1gAD4DYGGAjXPYAAXOcAgnBdA0yA6xhgIhxNGSC8zix90j89tuMeQlglTqYJjkQG0AhHQwfQDEdDBrAAR10HsARHXQawCEenBrAMR00DeICjqgE8wVHRAB7hKDuAZzhKDsAAR4cBmODoPcBl9lXM6jr7AgQ7vNQZ4Mk3N8/w7MeZR3jRFxhP8KqvrB7gTT9SLMNP/Sy1CO9yI8ISvOutJwvwITcbNcOH3l7WCBd5oKAJLvoISQNcFLwn8jw0Hd1jYro/BugAIzowogMjOjCiAyM6MKIDIzowogMjOjCiAyM6MKIDIzrwpyeEP05/JfThfgAAAABJRU5ErkJggg==") no-repeat center center !important;
    background-size: 31px !important;
}

@media screen and (max-width: 640px) {
    .cc-hero-video {
        top: -280px;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0 !important;
    }
}

.cc-hero-title-wrap {
    top: 10% !important;
}

@media screen and (max-width: 767px) {
    .cc-hero-title-wrap {
        text-align: center !important;
        min-width: 100vw !important;
    }
    .cc-hero-title,
    .cc-hero-title-sub {
        max-width: 550px;
        margin: 0 auto !important;
    }
    .cc-hero-title {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    .cc-hero-title {
        font-size: 2.5rem !important;
    }
    .cc-hero-title-sub {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .cc-hero-title-wrap {
        top: 11% !important;
    }
    .cc-wide-device {
        margin-top: -310px !important;
        top: 0 !important;
    }
    .video.mvid {
        top: -65px;
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .cc-wide-device {
        margin-top: -240px !important;
    }
    .video.mvid {
        top: 0;
    }
    .cc-hero-title-wrap {
        top: 17% !important;
    }
}

@media screen and (max-width: 750px) {
    .cc-wide-device {
        margin-top: -220px !important;
        top: 0 !important;
    }
    .video.mvid {
        top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .video.mvid {
        top: 50px;
    }
}

@media screen and (max-width: 400px) {
    .video.mvid {
        top: 80px;
    }
}

.cc-hero-title-wrap {
    padding: 0 10px;
}

@media screen and (max-width: 890px) {
    .cc-hero-title-wrap {
        font-size: 2rem;
    }
    .cc-hero-title {
        font-size: 3.0rem !important;
    }

    .cc-hero-title-sub {
        font-size: 2.1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .cc-hero-title-wrap {
        top: 10% !important;
    }
}

@media screen and (max-width: 640px) {
    .cc-hero-title-wrap {
        top: 5% !important;
    }

    .cc-hero-title {
        font-size: 1.8rem !important;
    }

    .cc-hero-title-sub {
        font-size: 1.8rem !important;
    }
}

#cc-customer-contact {
    border-bottom: 4px solid #93DC28 !important;
}

@media screen and ( min-width: 1500px ){
    #cc-hero-section {
        height: 600px;
    }
    .cc-hero-title-wrap {
        top: 18% !important;
    }
}

/**
 * Date: 23rd August, 2017
 */

@media screen and (max-width: 767px) {
    .cc-hero-title-wrap {
        margin-top: 33px;
    }
    .cc-hero-title-wrap h1,
    .cc-hero-title-wrap h2 {
        font-size: 2.1rem !important;
    }
}

@media screen and (max-width: 640px) {
    .cc-hero-title-wrap {
        margin-top: 25px;
    }
    .cc-hero-title-wrap h1,
    .cc-hero-title-wrap h2 {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 470px) {
    .cc-hero-title-wrap {
        margin-top: 32px;
        /*max-width: 300px;*/
    }
    .cc-hero-title-wrap h1,
    .cc-hero-title-wrap h2 {
        font-size: 1.8rem !important;
    }
}

.cc-custom-contact-text {
    padding: 0;
}

.cc-custom-contact-text p {
    text-align: center;
    color: #2A2D34;
    font-size: 1.45rem;
    line-height: 1.15;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.cc-custom-contact-text p.text-strong {
    font-family: 'proxima_novabold';
    margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
    .cc-custom-contact-text {
        /*display: none;*/
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
}

/* Customer contact buttons */

.cc-customer-buttons {
    text-align: center;
    margin-bottom:10px !important;
    font-size: 0;
}

.cc-customer-buttons .cc-button {
    font-size: 0.9rem !important;
}

.cc-customer-buttons .cc-button:nth-child(1) {
    margin-right: 10px;
}

.cc-customer-buttons .cc-button:nth-child(2) {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .cc-customer-buttons {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .cc-customer-buttons .cc-button {
        display: block;
        margin: 0 auto !important;
        max-width: 300px;
    }

    .cc-customer-buttons .cc-button:nth-child(1) {
        margin-bottom: 15px !important;
    }
}

#has-testimonials .qodef-testimonial-content-inner {
    height: 350px !important;
}

#has-testimonials .qodef-testimonial-author {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
}

.others-cell {
    min-height: 180px;
}

.satisfaction-column .satisfaction-rating {
    margin: -86px 0 0 -50px
}

