/* LP_C css */

.lp_c, .mbCointainer {
    width: 100%;
    height: 100%;
}
.lp_g_mbCointainer {
    width: 97% !important;
    height: 100%;
    margin-left:1.5%
}
#background-wrap{
    overflow: hidden;
}
.lp_c .smileCar {
    display: block;
    position: static;
}
.first_lp_screen {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    padding: 0 20px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
}
.first_lp_screen p {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
}
body {
    background-color: #60c7ef;
}
.smileCar{
    margin-top: 50px;
}
.smileCar img {
    max-width: 100%;
}
.lpc_loader_outer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #fff;
    height: 100vh;
    background-color: #60c7ef;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 9;
}
.elementToFadeInAndOut {    
   color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    display: block;
    font-weight: 300;
}
.elementToFadeInAndOut:hover{
    color: #fff;
    text-decoration: none;
}
.lpc_hide{
    display: none;
}
.lpc_mt{
    margin-top: 60px;
}
.second_lp_screen{
    text-align: center;
    z-index: 9;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
}
.lp_g_second_lp_screen {
    margin-top: 30%;
}
.second_lp_screen h3{
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.zip_code{
    width: 100%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin-bottom: 12px;
}
.lp_g_zip_code {
    width: 100%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 30px;
    margin-bottom: 12px;
}
.zip_title{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: block;
}
.lp_g_zip_title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.zip_error{
    font-size: 12px;
    text-align: center;
    color: #d0021b;
    display: block;
    margin-bottom: 10px;
}
.zip_no {
    width: 171px;
    height: 65px;
    border-radius: 3px;
    border: solid 1px #ccc;
    background-color: #ffffff;
    margin: 5px 0 10px;
    padding: 0;
    font-size: 36px;
    color: #000;
    text-align: center;
    letter-spacing: 0px;
}
.smileCar{
    cursor: pointer;
}
a.click_car {
    display: block;
    cursor: pointer;
}
input[type="number"]:focus{
    outline: 0;
}
.check_rates {
    padding: 0 36px 0 17px;
    background-color: #00A460;
    color: #ffffff;
    text-shadow: 0 0.3px 0 #767676;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    font-weight: 300;
    cursor: pointer;
    background-image: url(/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 20px 24px;
    line-height: 1;
    background-position: center right 8px;
    height: 37px;
}
.second_lp_screen p{
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
}
.second_lp_screen p small{
    display: block;
    font-size: 18px;
    font-weight: 300; 
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}
/* Safari */


/* Start KEYFRAMES */
@-webkit-keyframes animateCloud {
    0% {
        margin-right: -200px;
    }
    100% {
        margin-right: 100%;
    }
}
@-moz-keyframes animateCloud {
    0% {
        margin-right: -200px;
    }
    100% {
        margin-right: 100%;
    }
}
@keyframes animateCloud {
    0% {
        margin-right: -200px;
    }
    100% {
        margin-right: 100%;
    }
}
/* End KEYFRAMES */
.lp_c .x1 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
.lp_c .x2 {
    -webkit-animation: animateCloud 25s linear infinite;
    -moz-animation: animateCloud 25s linear infinite;
    animation: animateCloud 25s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
.lp_c .x3 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
.lp_c .x4 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
.lp_c .x5 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
.lp_c .x6 {
    -webkit-animation: animateCloud 40s linear infinite;
    -moz-animation: animateCloud 40s linear infinite;
    animation: animateCloud 40s linear infinite;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}
#loader {
    position: absolute;
    color: #FFF;
    z-index: 1;
    left: 50%;
    top: 30%;
    margin: 0 0 0 -77px;
    width: 154px;
    text-align: center
}
#loader h1 {
    font-weight: 300;
    font-size: 36px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -moz-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    -moz-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.second_lp_screen p > a {
    font-size: 26px;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

/* End ANIMATIONS */
/* car_form_section css start */
.mbCointainer .carCheckSection {
    padding: 40px 15px 30px;
    background: rgba(127,202,234,.9);
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.carCheckSection .insuranceRatesCheckForm {
    background: #fff;
    padding: 30px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0px rgba(0,0,0,.3);
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.carCheckSection a {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.carCheckSection a.mLogo {
    padding: 0 50px ;
    margin: 0px ;
}
.carCheckSection img-fluid {
    max-width: 100%;
    height: auto;
}
.carCheckSection .insuranceRatesCheckForm h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0px;
    color: #212529;
    font-weight: 600;
    text-shadow: none;
    padding: 0 9px;
}

.carCheckSection .insuranceRatesCheckForm .ratesCheckForm {
    padding: 0px 30px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol, 
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol:nth-child(2n) {
    margin-bottom: 20px;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol {
    width: calc(51% - 4%);
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
form.form-group.ratesCheckForm .formCol:nth-child(2n+1) {
    margin-right: 0 !important;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: .5rem;
    text-align: left;
    display: block;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol input[type="tel"],
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol select {
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    padding: 0 10px 0 7px;
    font-weight: 600;
    border: 1px solid #767676;
    border-radius: 0px;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol .selectCustom {
    position: relative;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol .selectCustom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol .selectCustom label.selectArrow {
    margin-bottom: 0px;
    position: absolute;
    content: "";
    top: 6px;
    right: 10px;
    width: 0;
    height: 0;
    border: solid #9b9b9b;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    pointer-events: none;
}

.carCheckSection .insuranceRatesCheckForm .ratesCheckForm .mobileGreenBtn {
    border: none;
    outline: none;
    background: #1da55c;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topHeader .rightContant {
    font-size: 20px;
    line-height: 20px;
    margin: 25px 0px 25px;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #092954;
}
.topHeader .rightContant a {
    font-size: 30px;
    margin-top: 5px;
    line-height: 40px;
    color: #092954;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.rightContant a:hover {
    color: #fff;
}
.topHeader{
    background-color: #c0eafa;
}
.second_lp_screen.d_blade {
    margin: 0;
}
.carCheckSection .copyRight {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 500;
    text-shadow: none;
    text-align: left;
    margin-bottom: 20px;
}
.carCheckSection p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #000;
    font-weight: 300;
    text-shadow: none;
    text-align: left;
}
.carCheckSection a {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #2e619c;
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    text-align: left;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
::-moz-placeholder { /* Firefox 18- */
  color: #000;
}
#lp_bg_cloud #background-wrap{
    top: 80px;
}
@media(max-width: 399px){
    .topHeader .rightContant {
        font-size: 20px;
        line-height: 20px;
        margin: 20px 0px 20px;
    }
    .topHeader .rightContant a {
        font-size: 30px;
        margin-top: 5px;
        line-height: 40px;
    }
    .carCheckSection{
        padding: 30px 5px 30px;
    }
    .carCheckSection .insuranceRatesCheckForm h3{
        font-size: 15px;
        line-height: 24px;
        margin: 15px 0px;
    }
    .carCheckSection .copyRight {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: normal;
        letter-spacing: 0;
        font-weight: 400;
    }
    .carCheckSection a {
        margin-top: 10px;   
    }
     .carCheckSection .insuranceRatesCheckForm .ratesCheckForm {
        padding: 0px 20px;
    }
     .carCheckSection .insuranceRatesCheckForm .ratesCheckForm .formCol label{
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .mbCointainer .carCheckSection {padding: 30px 5px 30px;}
}