body {
'Lato', sans-serif;
}

@media screen and (min-width: 1200px) {


    /*header .container{
        max-width: 1460px;

    }*/
    .container.small {
        max-width: 1100px;
    }
}

.mrgbm_35 {
    margin-bottom: 35px;
}

.mrgtp_60 {
    margin-top: 60px;
}

.pric_stage_box {

    padding-top: 50px;
}

.pric_stage_box .text_un, .pric_stage_box .btn_un {
    display: inline-table;
    vertical-align: top;
}

.pric_stage_box .text_un {
    padding-left: 35px;
    padding-top: 8px;
}

.pric_stage_box .text_un p {
    font-size: 18px;
    color: #7c7d7f;
    line-height: 1.8;
    margin-bottom: 0;

}
.pric_stage_box .text_un p a {
    color: #7c7d7f;
    font-weight: 400;
}
.stagebox_text h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 65px;
    color: #273a6c;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: left;
}
.stagebox_text h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    color: #273a6c;
    font-weight: 300;
    text-align: left;
}
h2.titlium {
    font-family: 'Titillium Web', Lato, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    color: #4b6cb7;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 40px;
    text-align: left;
}

.flex {
    display: flex;
}

.btn_green {
    /*background: rgb(86,163,85);
    background: -moz-linear-gradient(top, rgba(86,163,85,1) 0%, rgba(86,163,85,1) 50%, rgba(83,163,85,1) 100%);
    background: -webkit-linear-gradient(top, rgba(86,163,85,1) 0%,rgba(86,163,85,1) 50%,rgba(83,163,85,1) 100%);
    background: linear-gradient(to bottom, rgba(86,163,85,1) 0%,rgba(86,163,85,1) 50%,rgba(83,163,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a355', endColorstr='#53a355',GradientType=0 );*/
    background: #eb284f;
    border: 1px solid #eb284f;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    padding: 20px 50px;
    border-radius: 5px;
    /*text-shadow: 1px 2px 2px #50944e;*/
    text-shadow: 1px 2px 2px #c51337;
    display: inline-block;
}
.btn_green:hover {
    /*background: #54b153;*/
    background: #ea1a44;
    border: 1px solid #ea1a44;
    color: #fff;
}

.customers {
    padding: 75px 0;
}

.customers img {
    max-height: 94px;
    margin: 0 10px 10px;
}
.customers p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #636363;
}
.pric_stage_box .stagebox_img {

    bottom: -32px;
}
.price_features_box {
    padding-top: 68px;
    padding-bottom: 68px;
    background: #182848;

    /* margin-top: -50px;
     z-index: -1;*/

}
.price_features_box .prc_sub_box .icon {
    display: inline-table;
}
.prc_sub_box .media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.prc_sub_box .media {
    margin-top: 0;
}

.prc_sub_box .media:first-child {
    margin-top: 0;
}

.prc_sub_box .media-left, .media>.pull-left {
    padding-right: 20px;
}

.prc_sub_box .media-body {
    width: 10000px;
}
.prc_sub_box .media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.prc_sub_box .media-object {
    margin: 0 auto;
    display: block;
    max-width: inherit;
}
.prc_sub_box .media-heading {
    margin-bottom: 5px;
    margin-top: 28px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.prc_sub_box .media p {
    font-size: 20px;
    color: #fff;
}
.bottom_box .prc_sub_box .media-heading {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}
.bottom_box .prc_sub_box .media p {
    font-size: 20px;
    color: #fff;
}
.pricing_tables_box {
    background: url("../img/image-3.jpg") no-repeat bottom;
    background-size: cover;
    padding-bottom: 298px;
    padding-top: 85px;
}

.customers_new {
    background: #273b6c;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    vertical-align: middle;
    margin-bottom: 75px;
}

.customers_new ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 115px;
}

.customers_new .title_holder {
    background: url("../img/image-1.png") no-repeat;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    width: 20%;
    min-width: 257px;
    max-width: 257px;
}
.customers_new ul li{ display: inline-block; list-style: none; vertical-align: super; margin-right: 100px;}
.customers_new ul li:last-child{ margin-right: 0;}

.customers_new ul li {
    display: inline-block;
    list-style: none;
    vertical-align: super;
    margin-right: 100px;
}

.customers_new ul li:last-child {
    margin-right: 0;
}

.pricing_tables {
    padding-top: 70px;
    padding-bottom: 50px;
}

.pricing_tables h1 {
    margin-bottom: 70px;
    font-size: 36px;
    color: #283b6d;
    font-weight: 300;
}
.pricing_tables .inner_box{

    border-radius: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 100%;

}
.pricing_tables .inner_box .heading{
    background-repeat: repeat-x;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-top-right-radius: 10px;
    -moz-top-right-radius: 10px;

}

.pricing_tables .inner_box .heading img{
    max-width: 75px !important;
}

.pricing_tables .inner_box .heading h3 {
    color: #eb284f;
    font-size: 36px;
    margin-top: 30px;
    font-weight: 100;
}
.pricing_tables .inner_box ul {
    padding: 0;
    margin: 0;
    margin-bottom: 52px;
}
.pricing_tables .inner_box ul li, .pricing_tables .inner_box ul li a {
    display: block;
    list-style: none;
}

.faqs {
    background: #121b32;
    padding-top: 100px;
    padding-bottom: 100px;
}
.faqs .panel-title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.38);
    height: 1px;
    top: 34px;
}
.faqs .panel-heading .accordion-toggle:after {

    content: '';
    background: url("../img/icon-13.png") no-repeat;
    width: 38px;
    height: 19px;
    margin: 0 auto;
    margin-top: 12px;
    display: block;
    color: #e8e8e8;
    transform: rotate(0deg);
    transition: .2s ease-in-out;
}
.faqs .panel-heading .accordion-toggle.collapsed:after {

    /*content: "\f107";*/
    transform: rotate(180deg);
}
.faqs .panel-default, .faqs .panel-default > .panel-heading {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    position: relative;
}
.faqs .panel-title > a {
    font-size: 36px;
    font-weight: 100;
    background: #121b32;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    color: #fff;
}
.faqs .panel-default > .panel-heading + .panel-collapse .panel-body, .faqs .panel-default > .panel-heading + .panel-collapse .panel-body p {
    border: none;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}
.faqs .panel-default > .panel-heading + .panel-collapse .panel-body a, .faqs .panel-default > .panel-heading + .panel-collapse .panel-body p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}

.footer_new_design {
    background: #fff;
    padding: 0;
    text-align: left;
}

.footer_new_design .container {
    max-width: 1020px;
    padding-top: 70px;
    background: url("../img/image-2.png") no-repeat right bottom;
}

.footer_new_design .container .btn_green {
    margin-bottom: 18px;
    margin-top: 10px;
}

.footer_new_design .container h1 {
    font-size: 34px;
    color: #121b32;
    text-align: left;
}

.text_un p {
    font-size: 16px;
    color: #121b32;
    line-height: 20px;
}

.text_un p a {
    text-decoration: underline;
    color: #121b32;
}

.footer_new_design .container .col-sm-6 {
    padding-bottom: 40px;
}

.new_design_ftr {
}

.new_design_ftr p {
    color: #fff;
}

@media screen and (max-width:1500px) {

    .btn_green {
        font-size: 22px;
        padding: 15px 28px;
    }

    .stagebox_text h1 {
        margin-top: 58px;
    }
}

@media screen and (max-width:1370px) {

    .stagebox_text h1 {
        font-size: 48px;
        margin-top: 35px;
    }

    .btn_green {
        font-size: 24px;
        padding: 15px 32px;
    }

    h2.titlium {
        font-size: 28px;
    }

    .price_features_box {
        margin-top: 0;
    }

    .customers_new ul li {
        margin-right: 50px;
    }
}

@media screen and (max-width:1200px) {

    .pricing_tables .container {
        max-width: 100%;
    }

    .stagebox_text h1 {
        margin-top: 0;
    }

    .pric_stage_box .container {
        max-width: 100%;
    }
    .btn_green {
        font-size: 22px;
        padding: 15px 22px;
    }

    .customers_new ul {
        padding-left: 35px;
    }

    .customers_new ul li {
        margin-right: 24px;
    }

    .pric_stage_box .text_un p {
        font-size: 16px;
    }

    .pric_stage_box .stagebox_img {
        bottom: -60px;
    }
}

@media screen and (max-width:991px) {

    .stagebox_text h1 {
        margin-top: 0;
    }

    .customers_new ul {
        padding-left: 0;
        text-align: center;
        width: 100%;
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .customers_new ul li {
        margin-right: 15px;
    }

    .customers_new .title_holder {
        width: 100%;
        min-width: 165px;
        max-width: 100%;
        background: #121c33;
        line-height: 60px;
        border-top-left-radius: 9px;
        -webkit-border-top-left-radius: 9px;
        -moz-border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        -webkit-top-right-radius: 9px;
        -moz-top-right-radius: 9px;
    }

    .pricing_tables_box {
        /*background: url(../img/image-3.jpg) no-repeat bottom;*/
        background: url(../img/image-3.jpg) no-repeat bottom, -moz-linear-gradient(left, rgba(91, 170, 149, 1) 0%, rgba(138, 183, 124, 1) 100%);
        background: url(../img/image-3.jpg) no-repeat bottom, -webkit-linear-gradient(left, rgba(91, 170, 149, 1) 0%, rgba(138, 183, 124, 1) 100%);
        background: url(../img/image-3.jpg) no-repeat bottom, linear-gradient(to right, rgba(91, 170, 149, 1) 0%, rgba(138, 183, 124, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#459c94', endColorstr='#83ab62', GradientType=1);
    }

    .pricing_tables_box .flex {
        display: block;
    }

    .pricing_tables_box .columns {
        margin-bottom: 30px;
        min-height: 565px;
    }

    .faqs .panel-title > a {
        font-size: 28px;
    }

    .faqs .panel-default > .panel-heading + .panel-collapse .panel-body {
        font-size: 18px;
    }

    .pric_stage_box .stagebox_img {
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width:780px) {
    .prc_sub_box .media-object {
        max-width: inherit !important;
    }
}

@media screen and (max-width:767px) {

    .prc_sub_box .media-left, .media>.pull-left {
        min-width: 84px;
    }

    .prc_sub_box {
        margin-bottom: 15px;
    }

    .pricing_tables_box .columns {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing_tables_box {
        padding-top: 45px;
    }

    .customers_new {
        margin-bottom: 25px;
    }

    .pricing_tables h1 {
        margin-bottom: 40px;
    }

    .footer_new_design .container {
        background: #fff;
    }
    .pricing_tables .columns {
        min-height: inherit;
    }
}

@media screen and (max-width:590px) {

    .faqs .panel-title > a {
        font-size: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .faqs .panel-default > .panel-heading + .panel-collapse .panel-body {
        font-size: 15px;
    }

    .faqs .panel-title:before {
        top: 22px;
    }

    .faqs .panel-heading .accordion-toggle:after {
        background-size: 22px;
        width: 22px;
    }

    .pric_stage_box .text_un, .pric_stage_box .btn_un {
        display: block;
    }

    .pric_stage_box .text_un {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media screen and (max-width:480px) {

    .customers_new ul li {
        width: 50%;
        margin-right: 0;
        float: left;
        margin-bottom: 15px;
    }

    .faqs .panel-title:before {
        content: none;
    }
}






















