﻿
.text-center {
    text-align: center;
}

body {
    margin: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', cursive;
    color: #14335B;
    background: #fff;
    font-weight: 300;
}

.container {
    width: 100%;
    max-width: 1146px;
}


header {
    background: #ffffff;
    border-bottom: solid 9px #F6F6F6;
    padding: 12px 0;
}

.header-row {
    display: flex;
    align-items: center;
}

.logo {
    width: 120px;
}

@media (min-width : 768px) {
    .logo {
        width: 150px;
    }
}

/*.header-contact {
    padding: 0 15px;
}

    .header-contact p {
        padding: 0;
        margin: 0;
        color: #318E3D;
    }

    .header-contact h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        line-height: 30px;
    }*/

.main-container {
    width: 100%;
    clear: both;
    padding: 10px 0px 34px 0px;
}

.bold-true {
    font-weight: 700;
}

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}

h2, h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

@media (min-width : 768px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        margin: 0;
        font-weight: 700;
        font-size: 22px;
    }
}

/*.supplierLogo {
    height: 53px;
    min-width: 85px;
    word-wrap: break-word;
    width: 85px;
    min-height: 53px;
    background-position-x: center;
}*/

/*.eon {
    background-image: url(/Furniture/images/eon.png);
    background-repeat: no-repeat;
}

.britishgas {
    background-image: url(/Furniture/images/britishgas.png);
    background-repeat: no-repeat;
}

.cng {
    background-image: url(/Furniture/images/cng.png);
    background-repeat: no-repeat;
}

.coop {
    background-image: url(/Furniture/images/coop.png);
    background-repeat: no-repeat;
}

.dualenergy {
    background-image: url(/Furniture/images/dual.png);
    background-repeat: no-repeat;
}

.scottishpower {
    background-image: url(/Furniture/images/scottish.png);
    background-repeat: no-repeat;
}

.npower {
    background-image: url(/Furniture/images/npower.png);
    background-repeat: no-repeat;
}

.opus {
    background-image: url(/Furniture/images/opus.png);
    background-repeat: no-repeat;
}

.crown {
    background-image: url(/Furniture/images/crown.png);
    background-repeat: no-repeat;
}

.ovoenergy {
    background-image: url(/Furniture/images/ovo.png);
    background-repeat: no-repeat;
}

.totalgp {
    background-image: url(/Furniture/images/total.png);
    background-repeat: no-repeat;
}

.sse {
    background-image: url(/Furniture/images/sse.png);
    background-repeat: no-repeat;
}

.edf {
    background-image: url(/Furniture/images/edf.png);
    background-repeat: no-repeat;
}

.extraenergy {
    background-image: url(/Furniture/images/extraenergy.png);
    background-repeat: no-repeat;
}*/

.rz-bubble {
    opacity: 0 !important;
}

.space_div {
    padding-top: 10px;
}

/*.table-wrapper .table thead > tr > th {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}*/

/*Grid section layout*/

.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.summary-col {
    order: 1;
}

.quotes-col {
    order: 2;
}

@media (min-width : 768px) {
    .summary-col {
        order: 3;
    }
}

hr.grey-bar {
    margin: 0;
    border: none;
    border-top: 3px solid #ddd;
    width: 30px;
}

.grey-box {
    padding: 20px;
    background: #F3F6F9;
}

.grey-box-rounded {
    padding: 20px;
    background: #F3F6F9;
    border-radius: 12px;
}

.info-row {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

    .info-row .info-field {
    }

    .info-row .info-value {
        margin-left: 10px;
        text-align: right;
    }

    .info-row strong {
        font-weight: 700;
        font-size: 16px;
    }

.tariff-and-costs {
    display: flex;
    gap: 15px;
}

    .tariff-and-costs > * {
        width: 50%;
    }

/*Desktop Results Table*/

.table.results-table {
    border: 5px solid #F3F6F9;
}

    /*.results-table .table thead > tr > th.text-right,
.results-table .table tbody > tr > td.text-right {
    text-align: right;
}

    .results-table .table thead > tr > th.text-left,
    .results-table .table tbody > tr > td.text-left {
        text-align: left;
    }*/

    .table.results-table thead {
        background-color: #F3F6F9;
    }

        .table.results-table thead tr th {
            border: none;
        }

            .table.results-table thead tr th a {
                color: #14335B;
                cursor: pointer;
                font-size: 13px;
                font-weight: 600;
            }

    .table.results-table tbody tr:not(.expanded) {
        border-bottom: 5px solid #F3F6F9;
    }

    .table.results-table tbody tr td {
        vertical-align: middle;
    }

    .table.results-table tbody tr td.supplierLogo {
        height: 53px;
        min-width: 85px;
        word-wrap: break-word;
        width: 115px;
        min-height: 53px;
        background-position-x: center;
    }

        .table.results-table tbody tr td.supplierLogo img {
            padding: 0;
        }

    .table.results-table tbody tr td .price-invalid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .table.results-table tbody tr td .price-invalid span {
            font-size: 15px;
            font-weight: 700;
        }

        .table.results-table tbody tr td .price-invalid .btn-green {
            font-size: 16px;
        }

    .table.results-table tbody tr td.wider-cell {
        min-width: 110px; /*Ensures enough space for table contents*/
    }

    .table.results-table tbody tr td h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

        .table.results-table tbody tr td h3.savings {
            color: #147B00;
        }

    .table.results-table tbody tr td h4 {
        font-size: 16px;
        margin: 0;
    }

    .table.results-table tbody tr td h5 {
        font-size: 12px;
        margin: 0;
    }

    .table.results-table tbody tr td hr {
        margin-top: 18px;
    }

    .table.results-table td.inner-table-wrapper {
        padding: 15px;
    }

.vat-radios {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.outline-panel {
    border-radius: 12px;
    border: 4px solid #F3F6F9;
    padding: 20px;
}


.table {
    border-radius: 4px;
    border: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

    /*    .table thead a, .table th {
        background: #75bf42;
        color: #ffffff !important;
    }*/

    .table tbody > tr > th,
    .table tfoot > tr > th,
    .table thead > tr > td,
    .table thead > tr > th,
    .table tbody > tr > td,
    .table tfoot > tr > td {
        /*vertical-align: middle;*/
        padding: 15px;
        color: #14335B;
    }

/*.inner-table-wrapper .nested-table-wrapper .nested-table {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(117,191,66,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(117,191,66,1);
    box-shadow: 0px 0px 5px 1px rgba(117,191,66,1);
}
*/
/*.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}*/

/*.table-inner {
    width: 100%;
    border-radius: 4px;
}
*/

/*.table td:nth-child(odd) {
    background: #EEEFF1;
    color: #333333;
}

.table td:nth-child(even) {
    background:#fff;
    color: #333333;
}*/

/*.table tbody > tr > td.nested-table-wrapper,
.nested-table-wrapper,
.nested-table-wrapper .table,
.nested-table-wrapper .table tbody > tr > td {
    background-color: #fff;
    color: #333;
}


    .nested-table-wrapper .table tbody > tr.nested-table-total,
    .nested-table-wrapper .table tbody > tr.nested-table-total td {
        border-top: 1px double #83bb58;
        background-color: #e8e8e8;
        padding: 5px 3px;
    }

    .nested-table-wrapper .nested-right-table,
    .nested-table-wrapper .nested-right-table tbody > tr > td {
        background-color: #e8e8e8;
    }


    .nested-table-wrapper .table > thead > tr > th, .table > tbody > tr > th,
    .nested-table-wrapper .table > tfoot > tr > th, .table > thead > tr > td,
    .nested-table-wrapper .table > tbody > tr > td, .table > tfoot > tr > td {
        border: none;
    }*/

/*.nested_details td {
    background: #3d3d3d !important;
    color: #83bb58 !important;
    border: none !important;
}*/


/*.table-inner thead > tr > th {
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.table-inner tbody > tr > th,
.table-inner tfoot > tr > th,
.table-inner thead > tr > td,
.table-inner tbody > tr > td,
.table-inner tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
    padding: 3px;
}*/

.expaded-reuslt {
    margin: 10px 0px 0px 0px;
}

    .expaded-reuslt .head-row {
        padding: 3px 3px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }


    .expaded-reuslt .row {
        margin: 0px;
        vertical-align: middle;
    }

        .expaded-reuslt .row div {
            padding: 10px 3px;
        }

.total-row {
    padding: 3px 3px;
}


/*Mobile Results*/

.blue-topper {
    padding: 10px;
    border-radius: 12px 12px 0px 0px;
    background: #14335B;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width : 768px) {
    .blue-topper {
        padding: 20px;
        font-size: 22px;
    }
}

.result-item {
    border: 3px solid #F3F6F9;
    padding: 15px 0;
}

    .result-item:not(.cheapest-quote) {
        margin: 10px 0;
        border-radius: 15px;
    }

    .result-item.cheapest-quote {
        border-radius: 0 0 15px 15px;
    }

    .result-item .white-inner {
        margin: 0 15px;
    }

        .result-item .white-inner.top-row {
            display: flex;
        }

        .result-item .white-inner .supplier-icon {
            border-radius: 3px;
            border: 1px solid #EEE;
            display: flex;
            align-items: center;
        }

            .result-item .white-inner .supplier-icon img {
                border: none;
                box-shadow: none;
            }

        .result-item .white-inner .data-info {
        }

            .result-item .white-inner .data-info .data-info-row {
                display: flex;
            }

                .result-item .white-inner .data-info .data-info-row .price-invalid {
                    font-size: 15px;
                    font-weight: 700;
                }

                .result-item .white-inner .data-info .data-info-row .info-item {
                    min-width: 85px;
                    margin-left: 15px;
                }

                    .result-item .white-inner .data-info .data-info-row .info-item .info-field {
                        color: #435C7C;
                        font-size: 12px;
                        font-weight: 400;
                    }

                    .result-item .white-inner .data-info .data-info-row .info-item .info-value {
                        color: #14335B;
                        font-size: 16px;
                        font-weight: 700;
                    }

                    .result-item .white-inner .data-info .data-info-row .info-item hr {
                        margin-top: 12px;
                    }

.radio-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-label {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

    .radio-label.radio-label-inline {
        display: inline-flex;
        margin-left: 10px;
    }

    .radio-label.radio-label-btn {
        margin-bottom: 15px;
        padding: 15px;
        display: flex;
        align-items: center;
        border-radius: 12px;
        border: 1px solid #D9D9D9;
        text-align: center;
    }

    .radio-label .radio-dot {
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #BDBDBD;
        margin-right: 10px;
    }

.radio-input:checked + .radio-label.radio-label-btn {
    border: 1px solid #74C042;
}

.radio-input:checked + .radio-label .radio-dot {
    border: 1px solid #74C042;
}

    .radio-input:checked + .radio-label .radio-dot:after {
        content: "";
        position: absolute;
        left: 22%;
        top: 22%;
        width: 10px;
        height: 10px;
        background-color: #74C042;
        border-radius: 50%;
    }

/*  Previous mobile results table
    .results-table-sm .table {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.results-table-sm .result-row .result-row-supplier {
    background-color: #fff;
}

.results-table-sm .table tbody > tr .td-xs-supplier {
    width: 40%;
}

.results-table-sm .table tbody > tr .result-data {
    width: 60%;
}

    .results-table-sm .table tbody > tr .result-data .title {
        font-weight: 500;
        font-size: 115%;
        border-bottom: 1px solid #333;
        padding-bottom: 3px;
    }

.results-table-sm .result-row .result-row-data {
    background-color: #e8e8e8;
}

.results-table-sm .expaded-reuslt {
    font-size: 85%;
}

    .results-table-sm .expaded-reuslt h4 {
        font-size: 100%;
    }

    .results-table-sm .expaded-reuslt .table {
        padding: 0px;
    }

.results-table-sm .separator {
    background-color: #999;
}

.results-table-sm.result-data {
    margin-bottom: 10px;
}

.results-table-sm.btn {
    margin: 3px 0px;
    padding: 5px 12px;
}

*/


/*.table > tbody > tr.fade_row td {
    opacity: 0.5;
}

.table-wrapper .table > tbody > tr.fade_row td:last-child {
    opacity: 1;
}
*/

.top_savings_row .btn {
    padding: 6px;
}

.td_more_info {
    width: 150px;
}

.pExpiredText {
    color: #000;
}

.pExpiredText-sm {
    color: #000;
    font-size: 14px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    font-weight: 600;
    border: 2px solid #C7C7C7;
}

    .btn:hover {
        color: #74c042;
    }

    .btn.btn-small {
        margin: 3px 0px;
        padding: 5px;
        border-radius: 8px;
        border: 2px solid #C7C7C7;
    }

    .btn.btn-green-outline {
        border: 2px solid #74C042;
    }

.btn-green {
    background-color: #74C042;
    border: none;
    color: white;
    font-size: 18px;
}

    .btn-green:hover {
        color: #14335B;
    }

/*.btn-one {
    background-color: white;
    color: #14335B;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #CCC;
}

    .btn-one:focus {
        outline: 5px auto #75c043;
        outline-offset: -2px;
    }

    .btn-one:hover, .btn-one:focus {
        color: #ffffff;
        text-decoration: none;
    }*/


/*.edf {
    background-image: url(/Furniture/images/edf.png);
    background-repeat: no-repeat;
    margin: 5px;
}*/

/* rzslider.css (64, 32) */
rzslider .rz-selection.rz-bar {
    z-index: 2;
    background: #75bf42;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* rzslider.css (72, 23) */
rzslider .rz-pointer {
    top: -14px;
    z-index: 3;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #75bf42;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

    rzslider .rz-pointer.rz-active:after {
        background-color: #ed1c24;
    }

/*.nested-table {
    width: 100%;
}*/

/*.nested-table-total {
    border-top: 1px double #83bb58 !important;
    background-color: #343434 !important;
    padding: 3px 3px !important;
    margin: 0px !important;
    vertical-align: middle !important;
}*/



/* New rules */
.Expand_Row {
    background-color: #75bf42;
    color: #fff;
    height: 30px;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #fff;
    cursor: pointer;
}

    /* New rules */
    .Expand_Row h3 {
        color: #fff !important;
    }

.fixed_slider {
    width: 117px;
}

.fixed_button {
    width: 150px;
}

/*Your Summary: in-page panel-specific (at top of page on mobile, to right on desktop)*/
.your-summary .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    font-size: 16px;
}

    /* .your-summary .panel .panel-heading {
        background-color: #75BF42;
        border-radius: 0px;
        padding: 5px 15px;
    }

        .your-summary .panel .panel-heading h4 {
            font-size: 18px;
            font-weight: 600;
        }*/

    .your-summary .panel .panel-body {
        padding: 0;
        background-color: #fff;
    }

@media (min-width : 768px) {

    .your-summary {
        height: 100%;
    }

        .your-summary .panel {
            position: sticky;
            top: 20px;
        }

            .your-summary .panel .panel-body {
                padding: 15px;
                border-radius: 12px;
                border: 1px solid #CDCDCD;
            }
}

.your-summary .panel .panel-body .view-your-details-link {
    display: inline-block;
    color: #006DFA;
    font-weight: 600;
}

/*Your summary: shared by panel and modal for mobile */
.your-summary h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.your-summary .summary-data-row {
    display: flex;
    justify-content: space-between;
}

    .your-summary .summary-data-row .data-field-bold {
        font-weight: 600;
    }

    .your-summary .summary-data-row .data-field {
        font-weight: 400;
    }

    .your-summary .summary-data-row .data-value {
        text-align: right;
    }

/*.your-summary .summary-table tbody > tr > td {
            background-color: #fff;
            border: none;
        }

            .your-summary .summary-table tbody > tr > td.align-right {
                text-align: right;
            }

            .your-summary .summary-table tbody > tr > td.vertical-align-top {
                vertical-align: top;
            }

            .your-summary .summary-table tbody > tr > td.align-left {
                text-align: left;
            }

        .your-summary .table tbody > tr > td.table-rates-wrapper,
        .your-summary .table tbody > tr > td.table-rates-wrapper > .table tbody > tr > td {
            background-color: #e8e8e8 !important;
        } */


.your-summary .summary-xs {
    color: #14335B;
}

    .your-summary .summary-xs .table tbody > tr > td {
        background-color: #fff;
        border: none;
    }

    .your-summary .summary-xs .table tbody > tr > td {
        background-color: #e8e8e8;
    }

        .your-summary .summary-xs .table tbody > tr > td.align-left {
            text-align: left;
        }

        .your-summary .summary-xs .table tbody > tr > td.align-right {
            text-align: right;
        }

.your-summary .supplier-box {
    display: flex;
    justify-content: center;
    margin: 5px 0;
    border-radius: 5px;
    border: 1.5px solid #EEE;
}

    .your-summary .supplier-box img {
        border: none;
        box-shadow: none;
    }

.your-summary .tariff-box {
    border-radius: 5px;
    border: 1.5px solid #EEE;
    padding: 20px;
}

.your-summary .tariff-box-grey {
    border-color: none;
    background-color: #F3F6F9;
}

.contact-box {
    position: relative;
    padding-left: 50px;
    float: left;
}

    .contact-box p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .contact-box:before {
        content: '';
        width: 38px;
        height: 31px;
        float: left;
        position: absolute;
        left: 0;
        top: 4px;
        background: url(/Content/images/phone-icon.png) no-repeat left top;
        background-size: 38px 31px;
    }


.contract-info.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}

.contract-info {
    color: #000;
}

.gas-reference-box {
    /*width: 100%;*/
    /*float: left;*/
    color: #333;
    line-height: 1em;
}

.electric-reference-box {
    width: 100%;
    float: left;
    border: solid 1px #75BF42;
    height: 51px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.electric-reference-left {
    width: 30%;
    float: left;
    height: 51px;
    line-height: 51px;
    font-size: 28px;
    font-weight: 700;
}

.electric-reference-right {
    width: 70%;
    float: left;
    height: 51px;
    border-left: solid 1px #75BF42;
}

.electric-reference-right-upper {
    width: 100%;
    float: left;
    height: 25px;
    border-bottom: solid 1px #75BF42;
}

.electric-reference-right-bottom {
    width: 100%;
    float: left;
    height: 26px;
}

.ref-upper-one {
    width: 30%;
    float: left;
}

.ref-upper-two {
    width: 40%;
    float: left;
    border-left: solid 1px #75BF42;
}

.ref-upper-three {
    width: 30%;
    float: left;
    border-left: solid 1px #75BF42;
}

.ref-lower-one {
    width: 20%;
    float: left;
}

.ref-lower-two {
    width: 34%;
    float: left;
    border-left: solid 1px #75BF42;
}

.ref-lower-three {
    width: 26%;
    float: left;
    border-left: solid 1px #75BF42;
}

.ref-lower-four {
    width: 20%;
    float: left;
    border-left: solid 1px #75BF42;
}

/*Modals*/

.btn-modal-close {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    padding: 20px;
    text-align: center;
    font-weight: 700;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #333;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 999;
}

#wait_msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    #wait_msg span {
        background-color: #75c043;
        color: #fff;
        -webkit-box-shadow: 0px 0px 9px -1px #fff;
        -moz-box-shadow: 0px 0px 9px -1px #fff;
        box-shadow: 0px 0px 9px -1px #fff;
        position: relative;
        top: 20%;
        width: 230px;
        padding: 25px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 18px;
    }

.big-modal {
    background-color: white;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: auto;
    box-sizing: border-box;
    flex-direction: column;
}

    .big-modal .modal-inner {
        width: calc(100% - 60px);
        margin: 30px 30px 20px 30px;
        flex: 1;
    }

    .big-modal .modal-inner-border {
        border-radius: 10px;
        border: 1px solid #CDCDCD;
        padding: 20px;
    }

    .big-modal .btn-modal-close {
        width: calc(100% - 60px);
        margin: 0 30px 30px 30px;
    }

#info_modal {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(190, 190, 190, 0.5);
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #info_modal .modal-inner {
        position: absolute;
        min-height: 100px;
        background-color: white;
        border-radius: 10px;
        border: 1px solid #CDCDCD;
        padding: 20px;
        z-index: 1000;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #info_modal .modal-inner p {
        font-size: 16px;
    }

.mobile-row {
    padding-left: 0px;
    padding-right: 0px;
}

.width-half {
    width: 50%;
}

.green-color {
    color: #147B00 !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-minus-10 {
    margin-left: -10px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.padding-zero {
    padding: 0px;
}

.padding-left-zero {
    padding-left: 0px;
}

.tp-reviews {
    border-top: solid 9px #F6F6F6;
}

.form-control {
    border-color: #CDCDCD;
}

    .form-control:focus {
        border-color: #75bf42;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #75bf42;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #75bf42;
    }

.first-form-control-holder {
    margin-bottom: 10px;
}

@media (min-width : 768px) {
    .first-form-control-holder {
        margin-bottom: 0;
    }
}

footer {
    padding: 0 0 30px 0;
}
