﻿#fh5co-hero-wrapper {
    border-radius: 0;
    background: #fff;
}

ul.RockNRalphBulletin a.handLink {
    cursor: pointer !important;
}

.handLink {
    cursor: pointer !important;
}

.otherSectionDiv{
    display: none;
    text-align:justify;
}

/*key feature style
 ------------------------------------------*/
ul.keyFeatureList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -10px 0;
}

    ul.keyFeatureList li {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        list-style: none;
        margin: 0 10px 10px;
        padding: 0;
        padding: 10px 8px 10px 25px;
        background: #fff;
        text-align: left;
        box-shadow: 2px 2px 0 0px rgb(0 0 0 / 5%);
        transition: all ease 0.4s;
        line-height: 1.40;
    }

        ul.keyFeatureList li:before {
            display: none;
        }

        ul.keyFeatureList li:after {
            display: block;
            content: "";
            position: absolute;
            left: 10px;
            top: 16px;
            border-style: solid;
            border-width: 5px 0 5px 6px;
            border-color: transparent transparent transparent #73bf43;
            transition: all ease 0.4s;
        }

ul.JKKeyFeatureList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -10px 0;
}

    ul.JKKeyFeatureList li {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
        list-style: none;
        margin: 0 10px 10px;
        padding: 0;
        padding: 10px 8px 10px 25px;
        background: #fff;
        text-align: left;
        box-shadow: 2px 2px 0 0px rgb(0 0 0 / 5%);
        transition: all ease 0.4s;
        line-height: 1.40;
    }

        ul.JKKeyFeatureList li:before {
            display: none;
        }

.rar_keyFeature {
    background: #f4f7fc;
}

    .rar_keyFeature h3 {
        text-transform: uppercase;
        margin: 0 0px 30px !important;
        color: #000;
        letter-spacing: 0.2px;
    }

@media only screen and (max-width: 1199px) {
    ul.keyFeatureList li {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    ul.JKKeyFeatureList li {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 767px) {
    ul.keyFeatureList li {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    ul.JKKeyFeatureList li {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

/*new
-------------------------------------*/
.rock_ralph_content h2.sec_title {
    color: #000;
    font-size: 26px;
}

.rock_ralph_block {
    padding: 20px 0;
}

    .rock_ralph_block h3 {
        margin: 0 0px -3px !important;
        font-size: 24px;
        border-bottom: 1px solid #6cb43f;
        position: relative;
        background: #fff;
    }

        .rock_ralph_block h3 span {
            border: 1px solid #6cb43f;
            padding: 5px 20px 5px;
            display: inline-block;
            color: #6cb43f;
            border-bottom: 0;
            position: relative;
        }

    .rock_ralph_block .row {
        padding: 0px 0;
        background: #f4f7fc;
        margin: 0;
        box-shadow: 2px 2px 0 0px rgb(0 0 0 / 10%);
    }

    .rock_ralph_block h3 span:after, .rock_ralph_block h3 span:before {
        display: block;
        content: "";
        position: absolute;
        right: -11px;
        top: 0;
        border-style: solid;
        border-width: 0 10px 36px 0px;
        border-color: transparent transparent #6db540 transparent;
    }

    .rock_ralph_block h3 span:before {
        left: -11px;
        right: auto;
        border-width: 0 0px 36px 10px;
    }

    .rock_ralph_block .imageBox {
        max-width: 380px;
        margin: 20px 0 20px auto;
        /* border-radius: 20px; */
        /* overflow: hidden; */
        position: relative;
    }

    .rock_ralph_block .order-2 .imageBox {
        margin: 20px 0;
    }

    .rock_ralph_block .imageBox:after {
        display: block;
        content: "";
        position: absolute;
        left: -10px;
        height: 100%;
        width: 100%;
        /*background: rgb(115 191 67 / 40%);*/
        top: 10px;
        border-radius: 20px;
    }

    .rock_ralph_block .imageBox img {
        position: relative;
        z-index: 1;
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }
    .rock_ralph_block .imageBox img.max_height {
        max-height: 300px;
    }

.imageBox_inner {
    border-radius: 15px;
    overflow: hidden;
}

.rock_ralph_block .order-2 .imageBox:after {
    left: auto;
    right: -10px;
}

.rock_ralph_block p {
    font-size: 16px;
}

.rock_ralph_block .row:last-child {
    padding-bottom: 20px;
}

.rr_c_block {
    width: 100%;
    max-width: 580px;
    margin: 20px auto;
}

@media only screen and (max-width: 991px) {
    .rock_ralph_block .order-2 .imageBox,
    .rock_ralph_block .imageBox {
        margin: 20px auto;
    }

    @media only screen and (max-width: 991px) {
        .rock_ralph_block h3 span {
            border: 0;
            padding: 5px 0px 5px;
        }

            .rock_ralph_block h3 span:after, .rock_ralph_block h3 span:before {
                display: none;
            }
    }
}

.custom_modal .modal-header {
    border-bottom: 0;
    background: #7ec240;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.custom_modal .modal-title {
    font-size: 19px;
    text-align: center;
    color: #fff;
}

.modal-header button.close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #fff;
    height: 28px;
    width: 28px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: -2px 2px 15px rgba(0, 0, 0,0.2);
    box-shadow: -2px 2px 15px rgba(0, 0, 0,0.2);
    color: #000;
}

.custom_modal .modal-body img {
    width: 100%;
    max-width: 100%;
}

.custom_modal .modal-body {
    padding: 5px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

/*others block css 
--------------------------------------*/
ul.keyFeatureList {
    padding: 0;
}
ul.JKKeyFeatureList {
    padding: 0;
}

#DivOthers h3 {
    margin: 0 0 30px !important;
    text-transform: uppercase;
}

ul.RockNRalphBulletin {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

    ul.RockNRalphBulletin li {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0 0 15px;
    }

        ul.RockNRalphBulletin li:before {
            display: block;
            content: "";
            position: absolute;
            left: 10px;
            top: 16px;
            border-style: solid;
            border-width: 5px 0 5px 6px;
            border-color: transparent transparent transparent #73bf43;
            transition: all ease 0.4s;
            width: auto;
            height: auto;
            border-radius: 0;
            background: transparent;
            top: 8px;
        }

    ul.RockNRalphBulletin li {
        padding-left: 25px;
    }


.rockandralph_banner .hero_banner_inner:after, .rockandralph_banner .hero_banner_inner:before {
    display: none;
}
.rockandralph_banner .banner_left_side h1 {
    color: #fff;
}
.rockandralph_banner .banner_left_side {
    padding: 30px;
    background: rgb(39 46 54 / 62%);
    border-radius: 10px;
}
.rockandralph_banner .banner_left_side h4 {
    color: #fff;
}

body div.main_banner_wrap.rockandralph_banner {
    background-position: right center !important;
}
.why_rock_ralph {
    display: none;
}
.why_rock_ralph a {
    text-align: center;
    display: block;
    background: #73bf43;
    color: #fff;
    padding: 10px 0;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}
.why_rock_ralph a i {
    margin: 0 0 0 8px;
    font-size: 14px;
}

.rockandralph_banner a.whyBtn  {
    text-align: center;
    outline: none;
    color: #fff !important;
    display: block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 40px 0 0;
    background: #4d9b1c;
    background: -moz-linear-gradient(left,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    background: -webkit-linear-gradient(left,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    background: linear-gradient(to right,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d9b1c',endColorstr='#73bf43',GradientType=1);
    line-height: 48px;
    height: 48px;
    width: 100%;
    max-width: 230px;
}
.rockandralph_banner a.whyBtn i {
    margin-left:5px;
}
.rockandralph_banner a.whyBtn:hover {
    color: #fff;
    background: #73bf43;
    background: -moz-linear-gradient(left,rgba(115,191,67,1) 0%,rgba(77,155,28,1) 100%);
    background: -webkit-linear-gradient(left,rgba(115,191,67,1) 0%,rgba(77,155,28,1) 100%);
    background: linear-gradient(to right,rgba(115,191,67,1) 0%,rgba(77,155,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bf43',endColorstr='#4d9b1c',GradientType=1);
}
.rockModalContent {
    padding: 15px 15px 15px;
    margin: 5px -5px 0;
    border-top: 1px solid #ddd;
}
.rockModalContent p {
    text-align: justify;
}
.rockandralph_banner {
 position:relative;
}
.rockandralph_banner .fh5co-hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.rockandralph_banner ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 35px;
    padding: 0;
    z-index:9;
}
    .rockandralph_banner ul.slick-dots li button {
        background: rgba(115,151,67,.5);
    }
    .rockandralph_banner ul.slick-dots li.slick-active button {
        background: rgba(115,151,67,1);
    }
.rockandralph_banner .hero_banner_inner {
    height: 100%;
    max-height: inherit !important;
}
.rock_ralph_main_slider .h_slide {
    height: auto;
}
.rock_ralph_main_slider .h_slide .rockandralphBanner {
    padding-bottom: 37%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*responsive style
=============================================================*/
@media only screen and (max-width: 1450px) {
    div#modalPopup .modal-lg {
        max-width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .rock_ralph_main_slider {
        margin: 0 0 10px;
    }
    .rockandralph_banner ul.slick-dots {
        bottom: -23px;
        margin: 0 auto 0px;
        padding: 0;
    }
    .rockandralph_banner ul.slick-dots li button {
        height: 10px;
        width: 10px;
        background: rgba(115,151,67,.4);
        padding: 0;
    }
    .rockandralph_banner ul.slick-dots li.slick-active button {
        background: rgba(115,151,67,1);
    }

    ul.RockNRalphBulletin li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .rockandralph_banner .hero_banner_inner {
        padding: 30px 0 30px;
        max-height: inherit !important;
        border-bottom: 0;
    }
    .why_rock_ralph {
        display: block;
    }
    .hero_banner_inner .container .banner_left_side {
        display: none;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 300px;
}

.flip {
    position: relative
}

.flipper {
    width: auto;
    height: auto;
    background: #4d9b1c;
    background: -moz-linear-gradient(left,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    background: -webkit-linear-gradient(left,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    background: linear-gradient(to right,rgba(77,155,28,1) 0%,rgba(115,191,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d9b1c',endColorstr='#73bf43',GradientType=1);
    display: inline-block;
    transition: all 2.5s ease;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    /*left: 5px;
    right: auto;*/
    left: auto;
    right: 15px;
    bottom: 5px;
    text-transform: uppercase;
    padding: 5px 12px;
    font-size: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    z-index: 98;
    letter-spacing: 1px;
}
.flip .flipper strong {
    font-size: 24px;
    line-height: 1;
    margin: 0px 0 0;
}
.flip .flipper.flip_front {
    z-index: 99;
}





/*new css*/

.name_your_jeep {
    max-width: 600px;
    margin: 0 auto;
}
ul.optionsList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 0;
}
ul.optionsList li {
    margin: 0 0 10px;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 7px;
}
ul.optionsList li label.checkbox_input {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    overflow:hidden;
}
ul.optionsList li label.checkbox_input input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
ul.optionsList li label.checkbox_input span {
    display: block;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    line-height: 1.27;
    font-size: 14px;
    box-shadow: 0 5px 12px rgb(0 0 0 / 65%);
    text-transform: uppercase;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
}
ul.optionsList li label.checkbox_input span:after {
    display: block;
    content: "";
    position: absolute;
    right: -36px;
    top: -30px;
    background: #fff;
    height: 60px;
    width: 80px;
    transform: rotate(45deg);
    opacity:0;
}

ul.optionsList li label.checkbox_input span:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: inline-block;
    border-style: solid;
    border-color: #a62d2c;
    height: 9px;
    width: 17px;
    right: 6px;
    top: 7px;
    border-top: transparent;
    border-right: transparent;
    transform: rotate(-45deg);
    opacity:0;
}
ul.optionsList li label.checkbox_input input[type='radio']:checked + span:after,
ul.optionsList li label.checkbox_input input[type='radio']:checked + span:before {
    opacity:1;
}
.name_your_jeep_page {
    background: #f3f3f3;
    min-height: calc(100vh - 68px);
}
ul.optionsList li label.checkbox_input input[type='radio']:checked + span {
    color: #fff;
    background: #d15453;
    border-color: #d15453;
    box-shadow: 4px 4px 1px rgba(167, 47, 47,0.15);
}
.name_your_jeep .form-group {
    margin: 0 0 20px;
    padding: 15px 15px 10px;
    border: 2px solid #fff;
    background: rgba(255,255,255,1);
    box-shadow: 0 5px 12px rgb(0 0 0 / 3%);
}
    .name_your_jeep .form-group > label {
        text-transform: uppercase;
        display: block;
    }
.name_your_jeep_page h2 {
    /*text-transform: uppercase;*/
    margin: 20px 0 50px !important;
    position: relative;
    padding-bottom: 15px;
}
.name_your_jeep_page h2:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 2px;
    background: #d15453;
}
.name_your_jeep .btn {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background: #a8302f;
    border-radius: 0;
    box-shadow: 0px 8px 14px rgba(168, 48, 47,0.2);
    margin: 0 0 10px;
}
.name_your_jeep .btn:hover {
    background: #8b2524;
}
@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}
.name_result {
    padding: 15px;
    margin: 40px 0 0;
    background: #fff;
    border: 2px dashed rgb(142 191 57);
    text-align: center;
    font-weight: bold;
    box-shadow: 0 5px 12px rgb(0 0 0 / 5%);
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.name_result .name_item {
    font-size: 32px;
    text-transform: uppercase;
    color: #709f1f;
    margin: 5px 0;
}
.name_your_jeep_page .row {
    display:flex;
    flex-wrap:wrap;
    /*align-items:center;*/
    justify-content:center;
}
.name_your_jeep_left figure {
    margin: 0 10px 10px;
}
.name_your_jeep_left {
    display: flex;
    flex-direction: column-reverse;
}
    .name_your_jeep_left figure img {
        max-width: 360px;
        margin: 0 auto;
        display: block;
        width:100%;
    }
.myNameIs {
    display: block;
    max-width: 100%;
    background: #a8302f;
    text-align: center;
    position: relative;
    margin: 10px auto 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    opacity: 1;
    width: 100%;
    padding: 15px 20px;
}
.suges_names_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
}
.myNameIs .bigTextName {
    font-size: 22px;
    background: #fff;
    color: #000;
    border: 0;
    padding: 12px 5px;
    font-weight: bold;
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 10px 10px 10px;
}
.myNameIs strong {
    display: block;
    font-size: 28px;
    line-height: 1.3;
}
span.findMyNameText {
    padding-bottom: 10px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.span.findMyNameText span {
    display: block;
    height: 5px;
    width: 20px;
    background: #fff;
}
span.findMyNameText span {
    display: block;
    height: 2px;
    width: 37px;
    background: #fff;
    position: absolute;
    right: 16px;
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}
span.findMyNameText span:after {
    display: block;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
    right: -7px;
    top: -4px;
}
@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-0.4em);
    }
}
.name_your_jeep_left {
    position: relative;
}


.rock_ralph_page .r_loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 99999;
    overflow: hidden;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    display: none;
    top: 0;
    left: 0;
}
.rock_ralph_page div#laadingImage {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rock_ralph_page #loader img {
    max-width: 80px;
}
iframe.bookAppointmentDiv {
    height: 1950px;
}

@media (max-width:1199px){
    .name_your_jeep {
        max-width: 100%;
    }
    .name_your_jeep_page .row {
        flex-direction: column;
    }
    .myNameIs > span {
        margin: 0 0 10px;
        display: block;
    }
}

@media (max-width:991px){
    
    .name_your_jeep_left {
        margin: 0 0 40px;
        position: relative;
    }
    span.findMyNameText span {
        display:none;
    }
}

@media (max-width:767px) {
    .name_result .name_item {
    font-size: 30px;
}
}

@media (max-width:639px) {
    .myNameIs .bigTextName {
        max-width: 100%;
        flex: 0 0 100%;
        font-size:18px;
    }
    .suges_names_list {
        margin: 0 0px;
    }
}

@media (max-width:479px) {
.name_your_jeep_left {
    display: flex;
    flex-direction: column-reverse;
}
ul.optionsList li {
    max-width: 100%;
    flex: 0 0 100%;
}

}