body {
    overflow-x: hidden;
    overflow-y: scroll;
}

:root {
    --scale-factor: 1;
    /* Define your scaling factor here */
}

.lf-cta {
    margin: 0 auto 40px auto;
}

.videos-top-bar {
    position: relative;
}

.videos-top-bar a {
    float: left;
    text-decoration: none;
    color: #14456b;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-top: 8px;
}

.videos-top-bar .icon-back:before {
    content: '\f177';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
}

.search-foodeos {
    width: 100%;
    max-width: 300px;
    color: #14456b;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    margin: 0 0 10px auto;
}

.search-foodeos label {
    display: inline-block;
    font-weight: bold;
}

.search-foodeos input[type="text"] {
    max-width: 210px;
    margin-left: 10px;
    padding: 10px 15px !important;
    height: auto !important;
    border-color: #3da3ca;
    font-size: 20px;
}

.title-image {
    margin: 30px auto;
    display: block;
}

.video-like span {
    font-size: 15px;
    font-weight: bold;
    color: #14456b;
    position: relative;
    top: -2px;
}

.video-ability {
    position: relative;
}

.video-like,
.video-share {
    display: inline-block;
    width: 49%;
    position: relative;
    vertical-align: middle;
}

.video-like .like,
.video-like .dislike {
    /* width: 48%; */
    display: inline;
    text-align: center;
    padding: 0 10px;
}

.video-share .share-me {
    font-size: 15px;
    font-weight: 600;
    color: #14456b;
    cursor: pointer;
}

.like .hand-like:after,
.dislike .hand-dislike:after,
.like .hand-liked:after,
.dislike .hand-disliked:after,
.icon-close:after,
.icon-share:after {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #14456b;
    cursor: pointer;
    ;
}

.like .hand-like:after {
    content: '\f087';
}

.dislike .hand-dislike:after {
    content: '\f088';
}

.like .hand-liked:after {
    content: '\f164';
}

.dislike .hand-disliked:after {
    content: '\f165';
}

.icon-close:after {
    content: '\f00d';
}

.icon-share:after {
    content: '\f1e0';
}

.disabled.hand-like:after,
.disabled.hand-dislike:after {
    opacity: .5;
    cursor: auto;
}


/* .share-us {
    display: none;
    border: 1px solid #14456b;
    padding: 7px 0px 0;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    background: white;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
} */

.share-us a svg {
    width: 30px;
    height: 25px;
    fill: #14456b;
    padding: 0 3px;
}

.share-us .icon-close:after {
    color: black;
    font-size: 14px;
    position: absolute;
    cursor: pointer;
    top: -5px;
    right: 5px;
}

.share-us a img {
    display: none;
}

.cook-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.cook-row>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.cook-row .col-4 {
    width: 33.333333%;
}

.video-box {
    margin-bottom: 35px;
}

.video-box a {
    text-decoration: none;
}

.video-box .video-item {
    background-color: #f2f2f2;
    height: 0 !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 56.25%;
    position: relative;
}

.video-box .wrap-video {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-box h4 {}

.video-box p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.wrap-video .play {
    position: absolute;
    width: 81px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) scroll 0 0 no-repeat;
    cursor: pointer;
    z-index: 10;
}

.wrap-video iframe {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wrap-video>video {
    width: 100%;
    height: 100%
}

.lightbox.thecookscook .lightbox-content .lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #01589b;
    display: block;
    width: 40px;
    height: 40px;
    text-align: left;
}

.lightbox.thecookscook .lightbox-content .lightbox-close svg {
    width: 24px;
    height: 24px;
    margin-top: 0;
    fill: #fff;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.foodeos-content {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    position: relative;
}

.foodeos-content .foodeos-footer {
    background-color: #03579c;
    padding: 30px 15px;
}

.foodeos-content .foodeos-footer a {
    color: #00599b;
    background: white;
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    max-width: 290px;
    margin: 0 auto;
}

.button-sign-up {
    background: #14456b;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
    text-transform: uppercase;
    border: 2px solid #14456b;
}

.button-sign-up:hover {
    background-color: white;
}


/*Featured*/

.featured-item-recipe {
    padding: 7px 14px;
    background-color: #3ea3ca;
    text-align: center;
    font: bold 15px 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.featured-item-recipe.recipe-in-list {
    font-size: 12px;
}

.featured_o_i {
    margin-bottom: 0;
    max-height: 30px;
    margin: 5px auto !important;
    display: block;
}

.content-grid--single-item .featured_o_i_list,
.content-grid--single-item--thumbnail .featured_o_i_list {
    max-height: 20px;
    width: auto !important;
    margin: 5px auto 0 !important;
    max-width: 100%;
}

.callout-side-by-side .zzz a>img:first-child {
    margin-bottom: 0;
    display: block;
}

.foodeos-form {
    color: #14456b;
    text-decoration: none;
}

.videos-top-bar .button-sign-up {
    margin-top: 0;
    color: white;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 300px;
}

.videos-top-bar .button-sign-up:hover {
    color: #14456b;
}

.form-with-loader {
    position: relative;
}

.form-with-loader:after {
    content: '';
    -webkit-transition: .5s cubic-bezier(.075, .82, .165, 1);
    transition: .5s cubic-bezier(.075, .82, .165, 1);
}

.form-with-loader.sending:after {
    content: '';
    background-image: url(loader.gif);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100px auto;
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: center 80%;
    top: 0;
    left: 0;
}

.form-with-loader.sending:before {
    content: 'Checking and sending...';
    position: absolute;
    z-index: 99;
    font-weight: bold;
    font-size: 15px;
    color: #14456b;
    left: 50%;
    top: 80%;
    transform: translate3d(-50%, calc(-50% + 50px), 0);
}

.thecookscook_comment .foodeos-content img.logo-cook {
    max-width: 600px !important;
    width: 100%;
    padding: 22px 15px 35px 15px;
}

.single-recipe .comments-area {
    display: block;
}

.single-recipe .comments-area .comment-form {
    position: relative;
}

.single-recipe .comments-area .comment-form:after {
    /*content: "";*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /*background-color: rgba(0,0,0,0.2);*/
}

.blocked-form {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#gform_ajax_frame_2 {
    max-width: 25px;
}

.lightbox.active {
    overflow-x: scroll;
}

/* Recipes */
.wprm-recipe * {
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.embed-youtube {
    display: initial !important;
}

.embed-youtube iframe {
    width: 100% !important;
}

.tooltipster-sidetip .tooltipster-box {
    background: #ffffff !important;
    border: 1px solid #00589c !important;
    border-radius: 0px !important;
}

.tooltipster-sidetip .tooltipster-content {
    color: white !important;
    line-height: 13px !important;
    padding: 7px 10px !important;
}

input[type=range].wprm-recipe-servings-slider::-webkit-slider-thumb {
    box-shadow: none !important;
    border: 1px solid #00589c !important;
    height: 19px !important;
    width: 9px !important;
}

input[type=range].wprm-recipe-servings-slider::-webkit-slider-runnable-track {
    width: 100% !important;
    height: 7px !important;
    cursor: pointer !important;
    box-shadow: 1px 1px 1px #00589c, 0px 0px 1px #01589c !important;
    background: #00589c !important;
    border-radius: 1.3px !important;
    border: 0.2px solid #ffffff !important;
}

.wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
    fill: #f9df00 !important;
}

html body .wprm-recipe-container svg polygon {
    stroke: #ead620 !important;
}

.wprm-recipe-rating .wprm-rating-star.wprm-rating-star-selecting-filled svg polygon {
    fill: #ead620 !important;
}

.wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg *,
.wprm-recipe-rating .wprm-rating-star.wprm-rating-selecting-empty svg * {
    fill: #ead620 !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 9px !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #00589c !important;
}

.wprm-recipe-image img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.wprm-recipe-template-classic,
.wprm-recipe-template-compact {
    font-size: 0.8em !important;
    max-width: 750px !important;
    background-color: #ffffff !important;
    border-top-color: #ffffff !important;
}

.wprm-recipe-container h2,
.wprm-recipe-template-classic h3 {
    font-family: "Playfair Display", serif !important;
    color: #14456b !important;
}

.wprm-recipe-notes span,
.wprm-recipe-container .wprm-recipe-summary span {
    font-family: "Crimson Text", serif !important;
    line-height: 30px;
}

.wprm-recipe-template-compact h3.wprm-recipe-header,
.wprm-recipe-template-classic h3.wprm-recipe-header {
    margin-top: 0.5em !important;
    margin-bottom: 8px !important;
}

.wprm-recipe-container {
    overflow-x: scroll;
}

.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded {
    font-size: 12px;
}

.wprm-recipe-container h2 {
    font-size: 35px !important;
}

.wprm-recipe-notes,
.wprm-recipe-container .wprm-recipe-summary {
    font-size: 22px !important;
    margin-bottom: 15px;
    margin-top: 5px;
}

.wprm-recipe .wprm-spacer {
    height: 0;
}

.wprm-recipe-rating .wprm-rating-star svg {
    font-size: 15px !important;
}

.wprm-recipe svg {
    font-size: 11px !important;
}

.wprm-recipe-container .wprm-recipe svg path {
    fill: #14456b !important;
}

.wprm-nutrition-label-text-nutrition-label,
.wprm-recipe-details-label,
.wprm-block-text-normal {
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

.wprm-nutrition-label-text-nutrition-value,
.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit {
    color: #2a7bb9 !important;
}

.wprm-nutrition-label-text-nutrition-label {
    color: #444444 !important;
}

.wprm-recipe-details-label {
    color: #00589c;
    margin-left: 5px;
}

.wprm-recipe-cost-container,
.wprm-recipe-author-container,
.wprm-recipe-servings-container,
.wprm-recipe-time-container,
.wprm-recipe-tag-container {
    margin-bottom: 5px;
}

/* Icons */
.search-box-button .icon {
    background-color: #14456b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}

.search-box-button .icon img {
    max-width: 12px;
}

/* Recipes */
.single-recipe.exist-recipe .wrap .row .recipe-details,
.single-recipe.exist-recipe .wrap .row .preparation-list,
.single-recipe.exist-recipe .wrap .row .ingredient-list,
.single-recipe.exist-recipe .wrap .row .content-slider,
.single-recipe.exist-recipe .wrap .row .author-bio-short,
.single-recipe.exist-recipe .wrap .entry-title {
    display: none;
}

.single-recipe.exist-recipe .share-links {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* -- LANDING FORM DISCLAIMER -- */
.landing-disclaimer {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-transform: none;
}

/* -- END LANDING FORM DISCLAIMER -- */

/* Form Subscibe */
.wrap-content {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 20px 180px 20px;
}

.wrap-form {
    display: flex;
    background-color: #0f4b7d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-form .wrap-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-form .gform_footer,
.wrap-form form .ginput_container,
.wrap-form form li input,
.wrap-form form li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    list-style-type: none !important;
}

.wrap-form .gfield_html {
    color: #fff;
}

.wrap-form .gform_footer {
    padding-top: 10px !important;
}

.wrap-form .form {
    padding: 15px;
}

.wrap-form .gform_wrapper {
    margin: 0px;
}

.wrap-form form input[type="submit"] {
    color: #3b92d9;
    background-color: #fff;
}

.wrap-form .validation_message {
    padding-top: 0 !important;
}

.wrap-form form input[type="email"],
.wrap-form form input[type="submit"],
.wrap-form form input[type="text"] {
    text-transform: uppercase;
    width: 100% !important;
    max-width: 100% !important;
    height: 40px !important;
    font-size: 14px !important;
    padding: 6px 10px !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.wrap-form ::-webkit-input-placeholder {
    color: #2b2b2b;
}

.wrap-form .gfield_html,
.wrap-form form li input[type="text"] {
    margin-bottom: 15px !important;
}

.form-landing h2,
.form-landing h1 {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    font-size: 2rem;
}

.form-landing .heading-2 {
    display: none;
}

/*  Gravity Forms
************************************* */
.wrap .gform_wrapper .top_label .gfield_label,
.wrap .gform_wrapper legend.gfield_label,
.wrap .gform_wrapper label.gfield_label,
.wrap .gform_wrapper legend.gfield_label {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Crimson Text";
}

.wrap .gform_wrapper .gform_footer input.button,
.wrap .gform_wrapper .gform_footer input[type=submit],
.wrap .gform_wrapper .gform_page_footer input.button,
.wrap .gform_wrapper .gform_page_footer input[type=submit] {
    max-width: 100%;
    width: auto;
    height: 47px;
    padding: 12px 28px;
    background-color: #64849d;
    border: 0;
    border-radius: 0;
    font: bold 15px "Rubik", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

@media screen and (max-width: 1100px) {
    .membership-links img {
        max-width: 80px;
    }

    .site-header-top ul.membership-links li a {
        text-decoration: none;
        color: #14456b;
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .site-header-top ul.membership-links {
        display: block !important;
        position: absolute;
        right: 100px;
        top: 20px;
    }

    .site-header-top ul.membership-links:nth-child(4) li {
        font-size: 10px;
    }

    .site-header-top ul.membership-links:nth-child(4) {
        top: 75px;
    }

    .site-header-top ul.membership-links:nth-child(4) a {
        font-size: 10px;
    }

    .site-header-top ul.membership-links:nth-child(4) {
        top: 75px;
    }
}

@media screen and (max-width: 768px) {
    .cook-row .col-4 {
        width: 50%;
    }

    .foodeos-content {
        max-width: 350px;
    }

    .foodeos-content img {
        max-width: 250px;
    }

    .foodeos-content .foodeos-footer {
        padding: 20px 15px;
    }

    .foodeos-footer p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .foodeos-content .foodeos-footer a {
        font-size: 15px;
        letter-spacing: 0px;
        padding: 10px;
        max-width: 230px;
    }

    .videos-top-bar .button-sign-up {
        width: auto;
    }

    .gform_body {}

    .lightbox.thecookscook_comment .gform_wrapper ul.gform_fields li.gfield {
        max-width: 100% !important;
        width: 100% !important;
    }

    .single-recipe .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
        width: 100% !important;
    }

    .gform_wrapper div.validation_error {
        font-size: 0.6em !important;
        line-height: 1.4;
    }

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        padding-top: 7px;
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 550px) {
    .membership-links img {
        max-width: 60px;
    }

    .site-header-top ul.membership-links {
        right: 90px;
        top: 35px;
    }

    .site-header-top ul.membership-links:nth-child(4) {
        display: none !important;
    }

    .site-header-top .site-logo {
        width: 180px !important;
        top: 8px;
        position: relative;
    }

    .site-header-top ul.membership-links {
        right: 18px;
        top: 6px;
    }

    .admin-bar ul.membership-links {
        right: 18px;
        top: 55px;
    }

    .videos-top-bar .button-sign-up {
        font-size: 18px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    /* Form SLide */
    .wrap-form {
        flex-direction: column;
        padding: 15px;
    }

    .wrap-form form li {
        padding-left: 0 !important;
    }

    .wrap-form .form {
        padding: 0px;
    }

    .wrap-form .wrap-img img {
        max-width: 150px;
    }

    .wrap-form form input[type="email"],
    .wrap-form form input[type="submit"],
    .wrap-form form input[type="text"] {
        font-size: 12px !important;
    }

    .form-landing h2,
    .form-landing h1 {
        font-size: 1.5rem;
    }

    .wrap-form .wrap-img {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .cook-row .col-4 {
        width: 100%;
    }

    .search-foodeos {
        max-width: 250px;
    }

    .search-foodeos label {
        font-size: 15px;
    }

    .search-foodeos input[type="text"] {
        max-width: 180px;
    }

    .videos-top-bar a {
        margin-top: 11px;
        font-size: 15px;
    }

    .membership-links img {
        max-width: 50px;
    }

    /* .site-header-top ul.membership-links {
        top: 40px;
    }
    .site-header-top .site-logo {
        width: 150px !important;
        top: 12px;
    } */
}

.testclass {
    color: blue;
}

.editProf {
    transition: box-shadow ease 0.1s !important;
}

.editProf:hover {
    box-shadow: 0px 0px 0px 3px #14456b !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.tab-button {
    transition: box-shadow ease 0.1s !important;
    border-radius: 0 !important;
}

.tab-button:hover {
    box-shadow: 0px 0px 0px 3px #14456b !important;
    color: #fff !important;
}

.ui-menu.ui-widget {}

.ui-menu.ui-widget .ui-menu-item {}

.ui-menu.ui-widget .ui-menu-item .ui-menu-item-wrapper {}


.competition-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .competition-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .competition-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .competition-container {
        width: 1170px;
    }
}

.competition-container header {
    margin: 40px 0px;
}


.competition-container header .site-logo {
    width: 300px;
}

.competition-wrap footer {
    background-color: #eee;
}

.competition-wrap footer .footer-bottom {
    padding: 40px 0px;
}


.competition-wrap .lf-member-form-wrap {
    width: 60%;
    padding: 0px;
}

.competition-wrap .lf-member-form-wrap .co-form {
    padding: 10px 0px;
}

.competition-wrap .wrap {
    width: 100%;
}

.competition-wrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.content-section .col-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 45px;
}

.content-section .inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.content-section .inner-row .col-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.content-section .inner-row img {
    width: 100%;
    max-width: 100%;
}

.content-section .inner-row h2 {}

.content-section .col-8 .flex {
    display: none;
}

.content-section .col-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.content-section .lf-member-form-wrap {
    width: 100% !important;
    padding: 0px !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important;
}

.content-section .lf-member-form-wrap .co-form {
    padding: 0 !important;
    margin: 0 !important;
}

.bgGray {
    background: #dedede !important;
    margin-bottom: 50px !important;
}

.regSec {
    padding: 45px 30px !important;
}

.regSec h1 {
    font-size: 24px !important;
}

.regSec p {
    font-size: 18px !important;
    font-family: "Rubik", sans-serif !important;
}

.regSec a {
    font-size: 18px !important;
    font-family: "Rubik", sans-serif !important;
}

.content-section .inner-row .col-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.content-section .inner-row .col-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

@media(min-width: 991px) and (max-width:1024px) {
    .content-section .col-8 .inner-row .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-section .col-8 .inner-row .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .content-section .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-section .col-8 .inner-row .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-section .col-8 .inner-row .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-section .col-8 .inner-row .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-section .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    .bgGray {
        margin: auto;
        max-width: calc(100% - 30px) !important;
        margin-top: 30px;
    }
}