/* font-family */
@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-webfont.woff') format('woff'),
         url('../fonts/muli-bold-webfont.ttf') format('truetype'),
         url('../fonts/muli-bold-webfont.svg#mulibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-regular-webfont.woff2') format('woff2'),
         url('../fonts/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mulisemibold';
    src: url('../fonts/muli-semibold-webfont.woff2') format('woff2'),
         url('../fonts/muli-semibold-webfont.woff') format('woff'),
         url('../fonts/muli-semibold-webfont.ttf') format('truetype'),
         url('../fonts/muli-semibold-webfont.svg#mulisemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mulilight';
    src: url('../fonts/muli-light-webfont.woff2') format('woff2'),
         url('../fonts/muli-light-webfont.woff') format('woff'),
         url('../fonts/muli-light-webfont.ttf') format('truetype'),
         url('../fonts/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'muliitalic';
    src: url('../fonts/muli-italic-webfont.woff2') format('woff2'),
         url('../fonts/muli-italic-webfont.woff') format('woff'),
         url('../fonts/muli-italic-webfont.ttf') format('truetype'),
         url('../fonts/muli-italic-webfont.svg#muliitalic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'bebas_neue_probold';
    src: url('../fonts/bebas_neue_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebas_neue_pro_bold-webfont.woff') format('woff'),
         url('../fonts/bebas_neue_pro_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebas_neue_pro_bold-webfont.svg#bebas_neue_probold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* General styling */
body{
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #4D505C;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
}
p {
    font-size: 16px;
    color: #4D505C;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}
ul, ol{ 
    padding-left: 0; margin-left: 0;
}
ul li, ol li{ 
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a{
    color: #181e28; 
    outline: none; 
}
a:hover, a:focus{
    text-decoration: none;
    box-shadow: none;
}

/**transitions for all hover elements**/
a,button,.btn, .transition{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
/* .common-styling */
.text-green{
    color: #108631;
}
.container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}
.ff-bn{
    font-family: 'bebas_neue_probold', Arial, Helvetica, sans-serif;
}
.ff-mb{
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.btn-theme{
    background: #FED12F;
    font-size:36px;
    line-height: 62px;
    font-family: 'bebas_neue_probold', Arial, Helvetica, sans-serif;
    color: #090B15;
    text-transform: uppercase;
    overflow: hidden;
    height: 80px;
    padding: 10px 10px;
    position: relative;
    transition: background-color 0.6s ease;
    display: inline-block;
    text-align: center;
}
.btn-theme::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform-style: flat;
    transform: translate3d(-50%, -50%, 0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    transition: width 0.3s ease, height 0.3s ease;
}
.btn-theme:hover {
    background: #fff;
    color: #090B15;
}
.section-padding{
    padding: 100px 0;
}
.content-align-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
label {
    color: #090B15;
    font-size: 14px;
    margin-bottom: 3px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
input, select, textarea {
    font-size: 24px;
    line-height: 48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C !important;
    background: #fff;
    height: 80px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
    border: none !important;
}
.form-control:focus {
    border: 1px solid #108631 !important;
    box-shadow: 0 0 6px rgb(16 134 49);
}
.form-control::placeholder {
    color: #6A6D7C;
    opacity: 1; /* Firefox */
  }
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6A6D7C;
} 
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #6A6D7C;
}
.state-select-des .css-yk16xz-control, .css-1pahdxg-control{  
    font-size: 23px;
    line-height:48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
    height: 80px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
    border: none !important;
    box-shadow: none !important;
}
.account-setting-form .state-select-des .css-yk16xz-control, .css-1pahdxg-control{  
    padding: 10px 10px;
}
.state-select-des  .css-1uccc91-singleValue{
    font-size: 23px;
    line-height:48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
}
.state-select-des .css-yk16xz-control:focus, .css-1pahdxg-control:hover, .css-yk16xz-control:hover{
    border: 1px solid #108631 !important;
    box-shadow: 0 0 6px rgb(16 134 49) !important;
}
.state-select-des .css-g1d714-ValueContainer{
    position: relative;
}
.state-select-des .css-g1d714-ValueContainer:before{
    content: '';
    position: absolute;
    background: url(../images/down-icon.svg) no-repeat;
    right: 20px;
    width: 24px;
    height: 13px;
    cursor: pointer;
    top: 25px;
    /* z-index: 999; */
}
.state-select-des .css-1hb7zxy-IndicatorsContainer{
    display: none;
}
.state-select-des .css-1wa3eu0-placeholder,.state-select-des .css-b8ldur-Input{
    margin-left: 0;
    margin-right: 0;
    color: #090B15;
    font-size: 23px;
    line-height: 48px;
    padding-bottom: 0;
    padding-top: 0;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    text-align: left;
}
.state-select-des .css-g1d714-ValueContainer{
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
}
.state-select-des .css-1wa3eu0-placeholder{
    position: absolute;
    top: 5px;
}
.state-select-des .css-b8ldur-Input{
    width: 90% !important;
    margin: 0;
}
.state-select-des .css-b8ldur-Input div,.state-select-des .css-b8ldur-Input div input{
    width: 100% !important;
    height: 100%;
}
.state-select-des .css-2b097c-container {
    text-align: left;
}
.css-1wa3eu0-placeholder {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    box-sizing: border-box;
}
textarea.form-control {
    resize: none;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus,.btn-success.focus, .btn-success:focus {
    box-shadow: none !important;
}
/* End */
 /* header styling */
 .site-header .navbar-expand-lg{
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
 }
.site-header .contact-wrapper .icon-wrapper{
    background: #108631;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .contact-wrapper .icon-wrapper img{
    width: 20px;
}
.site-header .contact-wrapper .contact-detail span{
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height: 28px;
    color: #fff;
}
.site-header .contact-wrapper .contact-detail a{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}
.site-header .contact-wrapper .contact-detail a:hover {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #FED12F;
}
@keyframes wobble-vertical {
    16.65% {
      transform: translateY(8px);
    }
    33.3% {
      transform: translateY(-6px);
    }
    49.95% {
      transform: translateY(4px);
    }
    66.6% {
      transform: translateY(-2px);
    }
    83.25% {
      transform: translateY(1px);
    }
    100% {
      transform: translateY(0);
    }
  }
.site-header .contact-wrapper .contact-detail{
    margin-left: 20px;
}
.site-header .contact-wrapper .inner-wrapper:nth-child(2){
    margin-left: 30px;
}
 .site-header{
    background: #090B15;
    position: relative;
}
.site-header .main-menu {
    padding-top: 0;
}
.site-header .navicon{
    display: none;
}
.site-header .masthead-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.site-header .masthead-des .navbar-expand-lg .navbar-collapse{
    -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
.site-header .masthead-des .navbar-expand-lg .navbar-nav{
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.site-header .navbar {
    width: 100%;
    padding: 10px 0 40px;
}
.site-header .navbar .navbar-brand{
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    line-height: inherit;
    white-space: nowrap;
}
.site-header .logo-img{
    width: 200px;
}
.site-header .masthead-des ul li {
    padding: 0 15px 0 40px;
}
.site-header .masthead-des ul li:last-child{
    padding-right: 30px;
}
.site-header .toggle{
    background-color: #FED12F;
    position: absolute;
    bottom: -35px;
    padding: 8px 0;
}
.site-header .navbar li.nav-item a {
   font-size:20px;
   line-height: 30px;
   color: #090B15 !important;
   text-transform: uppercase;
   font-family: 'mulibold', Arial, Helvetica, sans-serif;
   padding: 10px 0;
   position: relative;
}
.site-header .navbar li.nav-item a:after {
    content: '';
    display: block;
    width: 0;
    height: 6px;
    background: #108631;
    transition: width .3s;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-header .navbar li.nav-item a:hover:after {
    width: 100%;
}
.site-header .navbar li.nav-item a.active:after {
    width: 100%;
}
.site-header .navbar li.nav-item a.search-image:after{
    display: none;
}
.site-header  .searchBox {
    position: absolute;
    top:7px;
    right: 30px;
    transform: none;
    background: transparent;
    height: 54px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #090B15;
    font-size: 16px;
    transition: 0.4s;
    line-height: 54px;
    width: 0px;
    height: 54px;
}
.site-header .searchButton {
    color: white;
    float: right;
    background: #FED12F;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
    height: 54px;
}
.site-header .searchBox:hover > .searchInput {
    width: 240px;
    padding: 4px 6px;
    background: #fff;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.site-header .searchBox:hover > .searchButton {
    background: #fff;
    height: 54px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;
}
/* banner css */
.main-banner{
    background: url(../images/home-page-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 827px;
}
.main-banner .container-fluid{
    height: 100%;
}
.main-banner .banner-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.main-banner .banner-content h2{
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    margin: 0;
}
.main-banner .banner-content h2:last-child{
    font-family: 'muliitalic', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}
.main-banner .banner-content h1{
    font-size: 172px;
    line-height: 150px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
/* contact form css */
.contact-form{
    margin-top: -80px;
}
.contact-form .form-wrapper{
    background: #090B15;
    padding: 50px;
    text-align: center;
}
.contact-form .form-wrapper h3{
    font-size: 72px;
    line-height:86px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-form form input, .contact-form form select{  
    font-size: 23px;
    line-height:48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
    height: 80px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
    border: none;
}

.contact-form form .form-control:focus{
    border-color: #108631;
    box-shadow: 0 0 6px rgb(16 134 49);
}
.contact-form form .form-group {
    margin-bottom: 30px;
}
.contact-form .btn-wrapper{
    margin-top: 20px;
    display: inline-block;
}
.contact-form .btn-theme{
    width: 400px;
    display: inline-block;
}
/* State sec css */
.state-sec h2{
    font-size: 96px;
    line-height: 96px;
    text-transform: uppercase;
    color: #090B15;
}
/* Help sec css */
.help-sec {
    background: url(../images/Image.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 850px;
}
.help-sec .left-content h2{
    font-size: 36px;
    line-height: 48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    margin-bottom: 8px;
    padding-right: 20px;
}
.help-sec .left-content h1{
    font-size: 148px;
    color: #FED12F;
    text-transform: uppercase;
    width: 80%;
    line-height: 120px;
    position: relative;
}
.help-sec .left-content h1 span{
    width: 314px;
    height: 16px;
    background: #fff;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 20px;
}
.help-sec .right-content ul li{
    font-size: 30px;
    line-height: 68px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    color: #fff;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.help-sec .right-content ul li::before {
    content: "\2022";
    color: #FED12F;
    font-weight: bold;
    display: inline-block; 
    width: 11px;
    height: 11px;
    margin-right: 20px;
}
.help-sec .right-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* got lemon css */
.got-a-lemon{
    background: #090B15;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.got-a-lemon .lemon-holder{
    background: #FED12F;
}
.got-a-lemon .call-no-holder{
    width: 75%;
}
.got-a-lemon h2{
    font-size: 84px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.got-a-lemon .call-no-holder h2,.got-a-lemon .call-no-holder a{
    color: #fff;
}
.got-a-lemon .call-no-holder h2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.got-a-lemon .call-no-holder a{
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    padding-left: 15px;
}
.got-a-lemon .call-no-holder a:hover{
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #FED12F;
}
.got-a-lemon .lemon-holder{
    width: 25%;
    position: relative;
    padding: 30px 0 30px 100px;
}
.got-a-lemon .lemon-holder:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-left: 60px solid #FED12F;
    border-bottom: 80px solid transparent;
    position: absolute;
    right: -60px;
    top: 0;
}
/* about sec css */
.about-sec{
    padding: 120px 0 80px;   
}
.about-sec span.tagline{
    font-size: 30px;
    line-height: 78px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    letter-spacing: 6px;
    color: #A5A8B7;
    text-transform: uppercase;
    padding-left: 125px;
}
.about-sec h1{
    font-size: 120px;
    text-transform: uppercase;
    color: #090B15;
    line-height: 105px;
    margin-top: -10px;
    padding-left: 125px;
    margin-bottom: 0;
}
.about-sec .heading-holder{
    position: relative;
    margin-bottom: 30px;
}
.about-sec .heading-holder:before{
    content: '';
    position: absolute;
    border-left: 70px solid #FED12F;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
}
.about-sec p{
    font-size: 30px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #4D505C;
    margin-bottom: 15px;
}
.about-sec .btn-wrapper{
    margin-top: 20px;
}
.about-sec .btn-theme{
    width: 300px;
}
.about-sec .btn-theme:hover {
    background: #090B15;
    color: #fff;
}
/* stsus sec css */
.status-sec{
    padding: 47px 0;
    border-top: 1px solid #D3D6E2;
    margin: 0 100px;
}
.status-sec .status-wrapper span{
    font-size: 120px;
    text-align: center;
    display: block;
    border-right: 1px solid #C4C4C4;
}
.status-sec .status-wrapper .br-n{
    border: none;
}
.status-sec h3{
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #4D505C;
}
.state-sec .status-wrapper{
    text-align: center;
}
/* consultation-sec css */
.consultation-sec{
    background: #090B15;
    padding: 75px 0;
    position: relative;
}
.consultation-sec:before{
    content: '';
    position: absolute;
    background: url(../images/Car.png) no-repeat;
    background-position: left;
    background-size: cover;
    height: 743px;
    width: 1129px;
    left: 0;
    top: 200px;
}
.consultation-sec .heading-wrapper{
    padding-left: 150px;
    padding-top: 40px;
}
.consultation-sec .heading-wrapper h2{
    font-size: 108px;
    line-height: 105px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.consultation-sec .heading-wrapper h2 span{
    background: #fff;
    line-height: 100px;
    display: inline-block;
}
.consultation-sec form input,
.consultation-sec form select,
.consultation-sec form textarea{
    font-size: 20px;
    line-height: 48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
    height: 80px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
}
.consultation-sec form .form-control:focus {
    border-color: #108631;
    box-shadow: 0 0 6px rgb(16 134 49);
}
.consultation-sec form .form-group {
    margin-bottom: 20px;
}
.consultation-sec .btn-wrapper{
    margin-top: 30px;
}
.consultation-sec .btn-wrapper .btn-theme{
    width: 100%;
}
.consultation-sec textarea.form-control {
    height: 200px;
    line-height: 30px;
}
.consultation-sec .state-select-des .css-1wa3eu0-placeholder, .state-select-des .css-b8ldur-Input{
    font-size: 20px;
}
/* Newsletter sec css */
.newsletter {
    background: #090B15;
    padding: 0 0 86px;
}
.newsletter .heading-wrapper h2{
    font-size: 84px;
    line-height: 84px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff;
}
.newsletter .form-wrapper form input{
    font-size: 24px;
    line-height: 48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
    height: 80px;
    padding: 25px 30px;
    width: 100%;
    border-radius: 0;
    width: 480px;
}
.newsletter .btn-wrapper{
    margin-left: 30px;
    height: 80px;
}
.newsletter form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.newsletter form .form-group {
    margin-bottom: 0;
}
.newsletter .btn-theme{
    width: 280px;
}
.newsletter  form .form-control:focus {
    border-color: #108631;
    box-shadow: 0 0 6px rgb(16 134 49);
}
/* footer css */
.footer{
    background: #090B15;
    padding: 55px 0 0;
    position: relative;
}
.footer .footer-content p{
    font-size: 30px;
    line-height: 48px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 60px 180px 0 0;
}
.footer .footer-content a{
    color: #FED12F;
}
.footer .footer-links h2{
    font-size: 48px;
    line-height: 58px;
    color: #FED12F;
    text-transform: uppercase;
    height: 104px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer .footer-links ul{
    margin-top: 60px;
}
.footer .footer-links ul li a,
.footer .footer-links ul li p{
    font-size: 30px;
    line-height: 38px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #fff;
}
.footer .footer-links ul li a{
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}
.footer .footer-links ul li a:hover{
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #FED12F;
}
.footer .footer-links ul li{
    margin-bottom: 28px;
}
.footer .footer-links ul li:last-child{
    margin-bottom: 0;
}
.footer .footer-content a{
    display: inline-block;
}
.copyright{
    border-top: 1px solid #C2C5C7;
    margin-top: 80px;
    padding: 55px 0;
}
.copyright p{
    font-size: 30px;
    line-height: 48px;font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
}
.footer .right-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* About page css */
.inner-page-banner {
    background: url(../images/about-banner.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.inner-page-banner .banner-content{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.inner-page-banner .banner-content h1{
    font-size: 144px;
    line-height: 120px;
	color: #fff;
	text-transform: uppercase;
    margin: 0;
}
.inner-page-banner .breadcrumb li a{
    text-decoration: underline;
    font-size: 24px;
    line-height: 48px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #A5A8B7;
    padding: 0;
}
.inner-page-banner .breadcrumb li a:hover{
    color: #FED12F;
}
.inner-page-banner .breadcrumb li.active{
    font-size: 24px;
    line-height: 48px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #A5A8B7;
}
.inner-page-banner .breadcrumb{
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;
    display: none;
}
.inner-page-banner .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 25px;
    color: #A5A8B7;
    content: ">>";
}
.inner-page-banner .breadcrumb-item{
    margin-right: 25px;
}
.inner-page-banner .breadcrumb-item:last-child{
    margin-right: 0;
}
.inner-page-banner .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
/* .ready-to-help sec css */
.ready-to-help h1, .law-wrapper h1{
    font-size: 120px;
    line-height: 108px;
    text-transform: uppercase;
    color: #090B15;
    margin-bottom: 50px;
}
.ready-to-help .content-wrapper{
    padding-right: 40px;
}
.ready-to-help .content-wrapper p,.ready-to-help p{
    font-size: 30px;
    margin-bottom: 25px;
}
.ready-to-help .content-wrapper a, .ready-to-help a{
    font-size: 30px;
    color: #4D505C;
}
.ready-to-help .content-wrapper a.text-green {
    color: #108631;
}
.ready-to-help .content-wrapper a:hover, .ready-to-help a:hover{
    color: #FED12F;
}
.ready-to-help.section-padding{
    padding: 120px 0;
}
.ready-to-help h1.attorneys-text{
    margin-top: 35px;
    margin-bottom: 30px;
}
/* partners page css */
.inner-page-banner.partner-banner {
    background: url(../images/partners-banner.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.contact-attorney .container-fluid{
    padding-right: 0;
}
.contact-attorney .content-wrapper{
    padding-top: 120px;
    width: 85%;
}
.contact-attorney p , .lemon-sec .lemon-content p, .lemon-law p{
    font-size: 30px;
    margin-bottom: 25px;
}
.contact-attorney a.contact-no{
    font-size: 84px;
    line-height: 60px;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
} 
.contact-attorney a.contact-no:hover{
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #FED12F;
}
.contact-attorney .attorney-form{
    background: #090B15;
    padding: 100px 85px 200px 85px;
}
.contact-attorney .attorney-form h3{
    font-size: 54px;
    line-height: 65px;
   text-transform: uppercase;
   margin-bottom: 40px;
}
.contact-attorney .attorney-form form input, .contact-attorney .attorney-form form select, .contact-attorney .attorney-form form textarea {
    font-size: 24px;
    line-height: 48px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
    height: 80px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 0;
}
.contact-attorney .attorney-form textarea.form-control {
    height: 155px;
    line-height: 25px;
}
.contact-attorney .attorney-form form .form-group {
    margin-bottom: 20px;
}
.contact-attorney .attorney-form .btn-wrapper {
    margin-top: 20px;
}
.contact-attorney .attorney-form .btn-wrapper .btn-theme {
    width: 100%;
}
.contact-attorney .form-padding{
    padding: 0;
}
.contact-attorney .row{
    margin-right: 0;
}
/* General law page css */
.inner-page-banner.general-banner{
    background: url(../images/law-banner.svg) no-repeat;
    background-position: center !important;
    background-size: cover !important;
    height: 600px;
}
.law-attorney .content-wrapper {
    padding: 120px 0;
}
.contact-attorney h1{
    margin: 0;
    font-size: 120px;
    color: #090B15;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 108px;
}
/* Lemon sec css */
.lemon-sec{
    padding: 0;
}
.lemon-sec .lemon-content{
    background: #FFF7D9;
    padding: 150px;
}
.law-wrapper .lemon-sec h1, .lemon-law h1 {
    margin-bottom: 30px;
}
.lemon-sec .lemon-content p:last-child{
    margin: 0;
}

/* Lemon law css */
.lemon-law .top-img{
    margin: 80px 0;
}
.lemon-law .row-wrapper{
    padding: 25px 0 150px;
}
.lemon-law .img-wrapper{
    text-align: right;
}
.lemon-law .list-wrapper{
    background: #F4DBDB;
    padding: 100px;
}
.lemon-law .list-wrapper.do-list-wrapper{
    background: #E1EDE4;
    height: 100%;
}
.lemon-law .list-wrapper h2{
    font-size: 84px;
    line-height: 60px;
    color: #090B15;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.lemon-law .list-wrapper ul li{
    font-size: 30px;
    line-height: 48px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #4D505C;
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.lemon-law .list-wrapper ul li::before {
    content: "\2022";
    color: #090B15;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 40px;
}
.lemon-law .list-wrapper ul{
    padding-right: 60px;
}
.lemon-law .list-wrapper .law-case-list{
    padding-left: 0;
}
/* state page css */
.inner-page-banner.state-banner{
    background: url(../images/state-banner.svg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
}
.contact-attorney.state-attorney h1{
    width: 80%;
    padding-top: 100px;
}

/* california-sec css */
.california-sec{
    /* background: #090B15; */
    padding: 0 0 120px;
}
.california-sec .content-wrapper h1{
    color: #fff;
}
.california-sec .content-wrapper p, .california-sec p, .california-sec li{
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}
.california-sec p{
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 25px !important;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}
.california-sec li{
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 0 !important;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}
.california-sec p:last-child{
    margin-bottom: 0 !important;
}
.california-sec .content-wrapper{
    margin-bottom: 60px;
}
/* Lemon Car Section css */
.lemon-car{
    padding: 100px 0 0;
}
.lemon-car p,.lemon-car ul li {
    font-size: 30px;
    margin-bottom: 50px;
    color: #4D505C;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
}
.lemon-car ul li::before {
    content: "\2022";
    color: #090B15;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 50px;
}
.lemon-car ul{
    padding-left: 60px;
}
.lemon-car ul li{
    margin-bottom: 0;
    display: -webkit-box;display: -ms-flexbox;display: flex;
}
.lemon-car ul{
    margin-bottom: 50px;
}
.lemon-car .ca-law-heading{
    padding-top: 50px;
}
.lemon-car .documentation-wrapper{
    border: 1px solid #A5A8B7;
    padding: 80px 40px;
    height: 100%;
}
.lemon-car .documentation-wrapper h2{
    font-size: 54px;
    line-height:60px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.lemon-car .documentation-wrapper p{
    margin-bottom: 30px;
}
.lemon-car .documentation-wrapper ul{
    padding-left: 0;
    margin: 0;
}
.lemon-car h3{
    font-size: 48px;
    line-height: 72px;
    font-family: 'mulilight', Arial, Helvetica, sans-serif;
    color: #090B15;
    margin: 100px 0;
    border-left: 10px solid #FED12F;
    padding: 38px 200px 38px 100px;
    font-weight: 300;
}
.california-sec ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 40px;
}
.california-sec li{
    display: -webkit-box;display: -ms-flexbox;display: flex;
    margin: 0;
}
.california-sec ul{
    padding-left: 40px;
}
.california-sec.remedies-sec .content-wrapper {
    margin-bottom: 0;
}
.california-sec.remedies-sec .content-wrapper{
   width: 50%;
}
.california-sec .remedies-bottom-content ul li.incidental-list-head{
    margin-bottom: 50px !important;
}
.california-sec .remedies-bottom-content .incidental-list li:first-child{
    margin: 0;
}
.california-sec .remedies-bottom-content .incidental-list {
    margin-bottom: 50px;
}
.california-sec .remedies-bottom-content .incidental-list li{
    margin-bottom: 0 !important;
}
.california-sec .remedies-bottom-content .incidental-list{
    list-style-type: circle;
}
.california-sec .remedies-bottom-content .incidental-list li{
    position: relative;
    padding-left: 40px;
}
.california-sec .remedies-bottom-content .incidental-list li:before{
    content: "";
    position: absolute;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    border: 2px solid #fff;
    margin-right: 0;
    top: 17px;
    left: 0;
}
.california-sec.remedies-sec, .remedies-sec-des{
    position: relative;
    overflow: hidden;
}
.remedies-sec-des:before {
    content: '';
    position: absolute;
    background: url(../images/remedies-car-img.png) no-repeat;
    background-position: right;
    background-size: cover;
    height: 645px;
    width: 1090px;
    top: 140px;
    right: -250px;
}
.claim-sec{
    padding: 0 0 100px;
    position: relative;
}
/* .claim-sec:before{
    content: '';
    position: absolute;
    background: #F2F2F2;
    height: 1010px;
    width: 995px;
    right: 0;
    top: 25%;
} */
.claim-sec-des:before{
    content: '';
    position: absolute;
    background: #F2F2F2;
    height: 970px;
    width: 995px;
    right: 0;
    top: 25%;
}
.claim-sec h1{
    margin-bottom: 20px;
}
.claim-sec h3{
    font-size: 36px;
    line-height: 72px;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding: 0;
    border: none;
    margin-top: 0;
}



.claim-sec .text-green {
    color: #108631 !important;
}
.claim-sec .claim-content h2 {
    font-size: 84px;
    line-height: 60px;
    color: #090B15;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.claim-sec .claim-content p, .claim-sec p {
    font-size: 30px;
    margin-bottom: 25px;
}
.claim-sec .claim-content{
    padding: 100px 80px 100px 0;
    margin-bottom: 0;
}
.claim-sec .claim-content.filing-wrapper{
    padding: 100px 80px 200px;
}
.claim-sec .claim-content.filing-wrapper a{
    font-size: 84px;
    line-height: 60px;
    color: #108631;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
}
.claim-sec .claim-content.filing-wrapper a:hover{
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    color: #FED12F !important;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
    text-align: left;
}
/* signin page css */
.entry-pages{
    width: 100vw;
    /* min-height: 100vh; */
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-modal-dialogue {
    width: 100%;
    max-width: 1070px;
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    margin: 80px 0 50px;
}
.entry-modal-dialogue.forget-modal {
    max-width: 750px;
    margin: 0px auto;
    margin-top: 80px;
    margin-bottom: 50px;
}
.entry-modal-dialogue.forget-modal .login-form {
    max-width: 100%;
    padding: 40px 30px;
}
.entry-modal-dialogue .login-decoration {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    background-image: url(/public/images/login-img.jpeg);
    background-position: center;
    background-size: cover;
}
.entry-modal-dialogue.forget-modal .login-form .btn-theme {
    width: 240px;
    height: 60px;
}
.login-form{
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 55%;
    background-color: #fff;
    padding: 60px 30px;
}
.login-form form h2 {
    font-size: 40px;
    line-height: 55px;
    color: #090B15;
    margin-bottom: 40px;
    display: inline-block;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.login-form form input{
    height:60px;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    outline: none;
    font-size: 20px;
    padding: .375rem .75rem;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6A6D7C;
    background: #fff;
}
.login-form form .form-group{
    margin-bottom: 20px;
}
.login-form .login-icon{
    color: #108631;
    display: inline-block;
    margin-right: 10px;
    font-size: 40px;
}
.login-form .forget-wrapper {
    width: 100%;
    display: block;
    margin: 15px 0 30px;
}
.login-form .forget-link {
    color: #6c757d;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 10px;
    padding: 0;
}
.login-form .fa-lock{
    font-size: 23px;
}
.login-form label{
    color: #6c757d;
    font-size: 22px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}
.login-form .btn-wrapper{
    text-align: center;
}
.login-form .btn-theme{
    width: 100%;
    border: none;
    height: 55px;
    line-height: 23px;
    border-radius: 50px;
}
.login-form .btn-theme:hover {
    background: #090B15;
    color: #fff;
}
.login-form .btn-theme:focus{
    outline: none;
}
/* after login pages css */
.main-head.page-two-header{
    background: #090B15;
    position: relative;
}
.main-head.page-two-header .logo-img {
    width: 200px !important;
}
.main-head .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}
.main-head .navbar-collapse .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.main-head .navbar li.nav-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    letter-spacing: 0.2px;
}
.main-head .navbar li.nav-item .dropdown-menu a{
    padding: 8px 10px;
}
.main-head  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 200px;
    left: 0;
}
.main-head .navbar-light .navbar-nav .nav-link:focus,.main-head .navbar-light .navbar-nav .nav-link:hover,.main-head .navbar-light .navbar-nav .nav-link.active {
    color: #FED12F;
}
.main-head .navbar li.nav-item a.btn-des-user {
    padding-right: 0;
}
.main-head .user-profile-logged {
    border-left: 1px solid #c3c1c1;
    padding-left: 10px;
}
.main-head .user-profile-logged > .user-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
.main-head .user-profile-logged > .user-picture {
    background: transparent;
    border: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.main-head .user-profile-logged > .user-picture > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
}
.main-head .dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0px 1px 6px 1px rgb(0 0 0 / 10%);
}
.main-head .navbar li.nav-item .dropdown-menu a {
    width: 100%;
}
.main-head .dropdown-toggle::after{
    display: none;
}
.main-head .dropdown-menu a{
    color: #090B15 !important;
    font-size: 22px !important;
}
.main-head .dropdown-item.active,.main-head .dropdown-item:active,
.main-head .dropdown-item:hover{
    background: #FED12F;
}
.search-input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}
.search-input-holder .input-search-des {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ced4da !important;
    border-right: none;
    height: 60px;
    font-size: 22px;
}
.search-input-holder .input-search-des:focus{
    border-color: #090b15 !important;
    box-shadow: 0 0 4px rgb(9 11 21);
}
.search-input-holder .btn.btn-success {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 60px;
    width: auto;
    background: #090b15;
    border: none;
    font-size: 20px;
}
.cloud-section{
    padding: 70px 0;
}
.cloud-section .btn-success:not(:disabled):not(.disabled).active,.cloud-section .btn-success:not(:disabled):not(.disabled):active,.cloud-section .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #FED12F;
    border-color: #FED12F;
}
.cloud-section h2{
    font-size: 70px;
    text-transform: uppercase;
    color: #090B15;
    line-height: 70px;
    margin-bottom: 40px;
    font-family: 'bebas_neue_probold', Arial, Helvetica, sans-serif;
}
.cloud-section .btn-theme,.contact-box form .btn-theme{
    border: none;
    height: 70px;
    line-height: 21px;
    padding: 15px 20px;
    border-radius: 5px;
}
.cloud-section .btn-theme:hover, .contact-box form .btn-theme:hover {
    background: #090B15;
    color: #fff;
}
.cloud-section .btn-theme:focus{
    outline: none;
}
.cloud-section .form-inline{
    width: 100%;
    /* padding: 0 15px; */
    display: block;
    margin: 10px 0;
}
.cloud-section .table-responsive{
    margin-top: 20px;
    margin-bottom: 10px;
}
.cloud-section table{
    margin-bottom: 0;
    border-top: none;
    width: 100% !important;
}
.cloud-section .table-bordered thead td,.cloud-section .table-bordered thead th {
    border-bottom-width: 0px;
}
.cloud-section .table-bordered thead tr {
    height: 70px;
    background: #090B15;
}
.cloud-section .table-bordered thead th{
    color: #fff;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    font-size: 23px;
}
.cloud-section tbody tr:nth-child(odd) {
    background-color: #fff;
}
.cloud-section .dataTables_scrollHead{
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.cloud-section .dataTables_scrollHeadInner{
    width: 100% !important;
}
.cloud-section tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
.cloud-section .table-bordered td, .cloud-section .table-bordered th {
    border: none;
}
.cloud-section .table-bordered tr td {
    font-size: 20px;
}
.cloud-section  .table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none!important;
}
.cloud-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: #090B15;
    border: none;
}
.cloud-section  .table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none!important;
}
.cloud-section  .dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none!important;
}
.cloud-section .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #090B15;
    border: none;
    border-radius: 10px;
}
.cloud-section  .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none!important;
}

.account-setting-wrapper {
    padding: 60px 20px;
}
.account-box {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgb(0 0 0 / 10%);
}
.account-setting-form .setting-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}
.account-setting-form .setting-sty span {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.account-setting-form .setting-sty span {
    color: #333;
    font-size: 25px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.account-setting-form .btn-toggle.btn-lg {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.account-setting-form .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle.active {
    background-color: #FED12F;
}
.account-setting-form .btn-toggle.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.account-setting-form .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.active > .handle {
    left: 2.5rem;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.27rem;
    left: 0.4rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50px;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active > .handle {
    left: 2.8rem;
    transition: left 0.25s;
}
.account-setting-form h2{
    text-align: center;
}
.account-setting-form{
    padding: 30px 30px;
}
.account-setting-form .state-select-des .css-yk16xz-control,.account-setting-form .css-1pahdxg-control,
.profile-box .profile-setting-form .css-yk16xz-control, .profile-box .profile-setting-form .css-1pahdxg-control{
    border-radius: 5px;
    border: 1px solid #ced4da !important;
}
.account-setting-form .state-select-des .css-yk16xz-control:focus,
.account-setting-form .state-select-des .css-yk16xz-control:focus,.account-setting-form .css-1pahdxg-control:hover,
.account-setting-form .css-yk16xz-control:hover, .account-setting-form select:focus,.account-setting-form .form-control:focus,
.profile-box .profile-form .form-control:focus{
    border-color: #090b15 !important;
    box-shadow: 0 0 4px rgb(9 11 21) !important;
}
.profile-box .profile-setting-form .css-yk16xz-control:focus,.profile-box .profile-setting-form .css-1pahdxg-control:hover,.profile-box .profile-setting-form .css-yk16xz-control:hover, .lead-detail-wrapper input:focus, .lead-detail-wrapper select:focus, .lead-detail-wrapper input:focus-visible, .lead-detail-wrapper select:focus-within,
.checkout-des .form-control:focus {
    border-color: #090b15 !important;
    box-shadow: 0 0 4px rgb(9 11 21) !important;
    outline: none !important;
}
.profile-box .profile-setting-form  .state-select-des .css-1wa3eu0-placeholder,.profile-box .profile-setting-form  .state-select-des .css-b8ldur-Input {
    height: 60px;
    padding: 0 15px !important
}
.profile-box .profile-setting-form  .state-select-des.profile-zipcode .css-1wa3eu0-placeholder,.profile-box .profile-setting-form  .state-select-des.profile-zipcode .css-b8ldur-Input {
   padding: 0 !important;
}
.profile-box .profile-setting-form  .state-select-des.profile-zipcode .css-b8ldur-Input input{
    padding: 0 15px !important;
    height: 100% !important;
}
.profile-box .profile-setting-form .state-select-des .css-1uccc91-singleValue {
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
    top: 2px !important;
}
.profile-box .profile-setting-form  .state-select-des .css-g1d714-ValueContainer:before {
    top: 22px;
}
/* .account-setting-form .state-select-des .css-1wa3eu0-placeholder {
    position: absolute;
    top: 0;
    left: 0;
} */
.account-setting-form  .css-26l3qy-menu,
.profile-box .profile-setting-form .css-26l3qy-menu{
    margin: 0 !important;
}
.profile-setting-form .css-26l3qy-menu{
    z-index: 999999999;
}
.account-setting-wrapper.cloud-section .btn-theme,
.lead-detail-wrapper .btn-theme,
.checkout-des .btn-theme,.profile-box .profile-setting-form .form-action-btn .btn-theme{
    width: 300px;
}
.contact-form-info .contact-box form .btn-theme{
    width: 300px;
    height: 80px;
}
.account-setting-wrapper.cloud-section .form-action-btn{
    margin-top: 0;
}
.lead-detail-wrapper .form-action-btn{
    margin-top: 40px;
}
.account-setting-form .css-12jo7m5,
.profile-box .profile-setting-form  .css-12jo7m5{
    font-size: 20px;
    color: #212529;
}
.profile-box .profile-setting-form  .css-xb97g8:hover {
    background-color: #090b15;
    /* color: #fff; */
}
.account-setting-form .css-xb97g8:hover,
.profile-box .profile-setting-form  .css-xb97g8:hover {
    background-color: transparent;
}
.account-setting-form .css-1rhbuit-multiValue, .profile-setting-form .profile-state .css-1rhbuit-multiValue,
.profile-setting-form .profile-zipcode .css-1rhbuit-multiValue {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 7px;
    z-index: 99999;
    border: 1px solid #e1e3ea;
    background-color: #f2f2f5;
    color: #7f7f9c;
    border-radius: 3px;
}
.profile-setting-form .profile-state .css-1rhbuit-multiValue ,
.profile-setting-form .profile-zipcode .css-1rhbuit-multiValue{
    margin-top: 7px;
}
.account-setting-form select, .account-setting-form .form-control,
.profile-box .profile-form .form-control, .lead-detail-wrapper input, .lead-detail-wrapper select,
.checkout-des .form-control{
    font-size: 20px;
    line-height: 30px;
    color: #6c757d !important;
    background: #fff;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0;
    border: none !important;
    border-radius: 5px;
    border: 1px solid #ced4da !important;
    height: 60px;
}
.account-setting-form .form-group,.profile-box .profile-form .form-group{
    margin-bottom: 25px;
}
.dashboard-wrapper{
    padding-bottom: 0;
}
.dashboard-states .states-wrapper{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px 20px;
    width: 70%;
    margin: 0 auto;
}
.dashboard-states.cloud-section{
    padding:0;
}
.dashboard-states .states-wrapper .inner-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dashboard-states .states-wrapper .inner-wrapper h3{
    font-size: 23px;
    line-height: 28px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #4D505C;
    margin: 0;
}
.dashboard-states .states-wrapper .inner-wrapper h2{
    color: #090B15;
    font-size: 27px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    margin: 0;
}
.noster-content-wrap.cloud-section h2{
    margin: 0;
    font-size: 40px;
}
.noster-content-wrap.cloud-section .table-responsive {
    margin-top: 0;
}
.pay-sec-des h3{
    font-size: 35px;
    line-height: 45px;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    color: #4D505C;
   font-weight: bold;
    margin-bottom: 20px !important;
}
.pay-sec-des .detail-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;
}
.pay-sec-des .detail-wrapper .date-detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pay-sec-des .detail-wrapper p{
    margin: 0;
    font-size: 25px;
}
.pay-sec-des .inner-wrapper{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 80%;
}
.pay-sec-des .detail-wrapper .date-des {
    font-weight: 600;
    font-size: 22px;
}
.pay-sec-des .payment-detail h4{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.pay-sec-des .payment-detail{
    width: 50%;
}
.pay-sec-des .payment-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pay-sec-des .payment-wrapper .card-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pay-sec-des .payment-wrapper .card-wrapper p{
    font-size: 14px;
    margin: 0;
    margin-left: 20px;
}
.pay-sec-des .detail-wrapper i{  
    margin-left: 5px;
}
.pay-sec-des.cloud-section{
    padding-top: 50px;
    padding-bottom: 0;
}
.pay-sec-des .pay-sec-pages{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px 20px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.pay-sec-des .pay-sec-pages a{
    color: #108631;
    text-align: center;
    display: block;
    font-size: 25px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.pay-sec-des .pay-sec-pages a:hover{
    color: #FED12F;
}
.noster-content-wrap.cloud-section{
    padding-top: 50px;
}
#payments-datatable  tbody{
    border: 1px solid #dee2e6;
}
.site-header .btn-wrapper{
    margin-left: 20px;
}
.site-header .btn-login {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: block;
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 10px 10px;
    margin-right: 10px;
    width: 130px;
    height: 55px;
    text-align: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.site-header .btn-login{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    display: block;
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 8px 10px;
    margin-right: 10px;
    width: 130px;
    height: 55px;
    text-align: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.site-header .btn-login:hover{
    background: #FED12F;
    color: #090B15;
    border: 3px solid #FED12F;
}
.profile-setting-wrapper h2{
    font-size: 70px;
    text-transform: uppercase;
    color: #090B15;
    line-height: 70px;
    margin-bottom: 40px;
    font-family: 'bebas_neue_probold', Arial, Helvetica, sans-serif;
    text-align: center;
}
.state-select-des .css-1uccc91-singleValue{
    margin: 0 !important;
    font-size: 23px;
    line-height: 48px;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 7px !important;
    transform: none !important;
    color: #090B15 !important;
}
.profile-box{
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 40px 40px;
    margin-top: 90px;
}
.profile-box .profile-pic{
    width: 100%;
    margin: 0 auto;  
    margin-top: -130px;
    text-align: center;
}
.email-profile .profile-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    vertical-align: middle;
}
.profile-box .profile-setting-form form{
  position: relative;
}
.email-profile .btn-default {
    background: #efefef !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 3px;
    border-color: #efefef;
    margin-top: 15px;
}
.email-profile .btn-default:hover {
    border-color: #8c8c8c;
}
.profile-box .upload-img-des{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.profile-box .profile-setting-form form .form-control{
    height: 60px;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    outline: none;
    font-size: 20px;
    padding: .375rem .75rem;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    color: #6c757d !important;
    background: #fff;
}
.profile-box .profile-setting-form .form-action-btn {
    margin-top: 40px;
}
.profile-box .profile-setting-form .form-action-btn .btn-theme{
    height: 70px;
    line-height: 21px;
    padding: 15px 20px;
    border-radius: 5px;
}
.profile-box .profile-setting-form .css-yk16xz-control, .profile-box .profile-setting-form .css-1pahdxg-control{
    height: auto;
    position: relative;
    max-width: 100%;
    padding: 0;
}
.profile-box .profile-setting-form .css-g1d714-ValueContainer,
.profile-box .profile-setting-form  .css-1hb7zxy-IndicatorsContainer{
    align-items: flex-start;
}
.profile-box .profile-setting-form  .css-b8ldur-Input{
    padding: 0 !important;
    margin: 0 !important;
}
.profile-box .profile-setting-form .profile-zipcode .css-b8ldur-Input input{
    height: auto !important;
    font-size: 14px !important;
}

.profile-box .profile-setting-form .css-1wa3eu0-placeholder {
    color: #6A6D7C !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: 4px !important;
    font-size: 20px;
}
.profile-box .profile-form{
    width: 90%;
    margin: 0 auto;
}
.swal2-styled.swal2-confirm, .swal-button.swal-button--confirm{
    background: #108631 !important;
    width: 100px !important;
}
.swal-overlay{
    z-index: 999999;
}


.swal2-styled.swal2-deny, .swal2-styled.swal2-cancel{
    width: 100px !important;
}
.swal-button.swal-button--confirm:focus, .swal2-close:focus, .swal2-styled.swal2-confirm:focus, .swal2-styled.swal2-deny:focus, .swal2-styled.swal2-cancel:focus{
    box-shadow: none !important;
}
.cloud-section.report  a:hover{
    color: #FED12F;
}

.email-view-content.email-border {
    border-right: 2px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.email-view-content .inner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.email-view-content .content-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.email-view-content .inner-wrapper h1 {
    font-size: 35px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    color: #108631;
    margin: 0;
    width: 350px;
}
.email-view-content .inner-wrapper span {
    font-size: 22px;
    color: #090B15;
}
.email-view-content {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.email-report-detail .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.email-view-content {
    background: #fafafa;
    padding: 50px;
   height: 100%;
}
.lead-detail-wrapper .inner-wrapper{
    margin-bottom: 25px;
}
.lead-detail-wrapper{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding: 2rem;
    width: 70%;
    margin: 0 auto;
    border-radius: 6px;
}
.payment-checkout-wrapper.cloud-section h2{
    margin: 0;
    font-size: 60px;
}
.payment-checkout-wrapper.cloud-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.payment-checkout-wrapper.cloud-section .btn-theme {
    padding: 10px 20px;
    width: 130px;
    height: 70px;
    line-height: 45px;
}
.checkout-des{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding: 2rem;
    width: 70%;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 70px;
}
.checkout-des .inner-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-des .inner-des.total-text-des{
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 10px 0;
}
.checkout-des .inner-des.total-text-des p{
    margin: 0;
}
.checkout-des .radio-btn-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
     padding-top: 20px;
}
.checkout-des .radio-btn-des .form-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 30px;
}
.checkout-des .radio-btn-des .form-control{
    width: 40px;
    background-color: transparent;
    background: transparent;
}
.checkout-des .radio-btn-des .form-control:focus {
    border: none !important;
    box-shadow: none !important;
}
.checkout-des .radio-btn-des label {
    margin-right: 10px;
    font-size: 30px;
}
.checkout-des .btn-wrapper{
    text-align: center;
    margin-top: 40px;
}
.account-setting-form .css-b8ldur-Input,
.profile-setting-form .css-b8ldur-Input{
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 0 15px !important;
    height: 100% !important;
}
.cloud-section .pagination.pagination-lg{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    float: right;
}

.cloud-section .pagination.pagination-lg li {
    border-right: 1px solid #dee2e6;
    padding: 15px 20px;
}
.cloud-section .pagination.pagination-lg li:last-child{
    border-right: none;
}
.cloud-section .pagination li.disabled a{
    opacity: 0.3;
}
.cloud-section .desktop-view{
    display: block;
}
.cloud-section .mobile-view{
    display: none;
}
.site-header .dropdown {
    position: relative;
    display: inline-block;
  }  
.site-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #090B15;
    min-width: 300px;
    z-index: 1;
    top: 67px;
    right: 0;
    left: 0;
    max-height: 330px;
    overflow-y: scroll;
}
.site-header .dropdown-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: none!important;
}
.site-header .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #fed12f;
    border: none;
}
.site-header .dropdown-content::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none!important;
}


.site-header .navbar li.nav-item .dropdown-content a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 20px;
}

.site-header .dropdown-content a:hover {background-color: #FED12F;}
.site-header .navbar li.nav-item .dropdown-content a:hover{
    color:#090B15 !important;
}
.site-header .dropdown:hover .dropdown-content {display: block;}
.site-header .navbar li.nav-item .dropdown-content a:after{
    display: none;
}
.account-setting-form h2 {
    margin-bottom: 20px;
    text-align: left;
}
.map-hover{
    fill: rgb(224, 243, 255);
    stroke: #090B15;
}
.map-hover:hover{
    fill: rgb(143, 190, 232);
}
.map-default{
    fill: rgb(191, 191, 191);
    stroke: #090B15;
}
.account-setting-form .state-select-des .css-yk16xz-control,.account-setting-form  .css-1pahdxg-control,
.profile-setting-form .state-select-des.profile-state .css-yk16xz-control,.profile-setting-form .state-select-des.profile-state .css-1pahdxg-control,
.profile-setting-form  .profile-zipcode .css-yk16xz-control,.profile-setting-form .profile-zipcode .css-1pahdxg-control  {
    height: 60px;
}
.profile-setting-form .profile-zipcode .css-1laao21-a11yText{
    position: absolute;
    top: 10px;
}
.account-setting-form .state-select-des .css-g1d714-ValueContainer:before {
    top: 13px;
}
.contact-form-info  h1 {
    margin: 0;
    font-size: 120px;
    color: #090B15;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 108px;
}

.contact-form-info {
    padding: 140px 0;
}
.contact-form-info p {
    margin-bottom: 5px;
    font-size: 22px;
}
.contact-form-info .cont-box-wrap{
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    width: 70%;
    background: #fff;
    border-radius: 6px;
    padding: 50px 60px 50px 40px;
    margin: 0 auto;
    margin-top: 40px;
}
.contact-form-info .cont-inner-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-form-info .contact-info{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    position: relative;
}
.contact-form-info .contact-info:before{
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}
.contact-form-info .contact-box{
    width: 75%;
    margin-left: 75px;
}
.contact-form-info .info-holder{
    margin: 14px 14px 20px;
    text-align: center;
}
.contact-form-info .info-holder .fa{
    font-size: 55px;
    color: #108631;
    margin-bottom: 10px;
}
.contact-form-info .info-holder h3{
    font-size: 36px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
}
.contact-form-info .info-holder p{
    color: #6c757d;
    font-family: 'muliregular', Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.contact-form-info .contact-box h2{
    font-size: 35px;
    font-family: 'mulibold', Arial, Helvetica, sans-serif;
    color: #108631;
    margin-top: 30px;
}
.contact-form-info .contact-box form .form-control{
    height: 55px;
    border: none;
    border-radius: .25rem;
    outline: none;
    font-size: 20px;
    padding: .375rem .75rem;
    font-family: 'mulisemibold', Arial, Helvetica, sans-serif;
    background: #F0F1F8;
    color: #6c757d !important;
}
.contact-form-info .contact-box form textarea{
    height: 150px !important;
}
.contact-form-info .contact-box form{
    margin-top: 30px;
}
.showing-text{
    font-size: 20px;
}
.cloud-section .pagination li a {
    font-size: 24px;
}
.lead-detail-wrapper label,
.profile-setting-form label, .checkout-des label, .account-setting-form label{
    font-size: 22px;
}
.profile-button-des p{
    font-size: 23px;
}
.invalid-feedback {
    font-size: 18px;
}
.checkout-des .inner-des span, .checkout-des .inner-des p{
    font-size: 25px;
}
.pay-sec-des.cloud-section .payment-wrapper p{
    font-size: 25px;
}
.contact-attorney.law-attorney ul li:before{
    content: "\2022";
    color: #090B15;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 20px;
}
.site-header .contact-wrapper.mbl-contact-wrapper  .inner-wrapper{
    display: none !important;
}


/* Responsive Querries */
@media (max-width:1600px){
    .site-header .contact-wrapper .icon-wrapper img {
        width: 17px;
    }
    .help-sec .left-content h1 span {
        width: 120px;
        height: 10px;
    }
    .entry-modal-dialogue.forget-modal .login-form .btn-theme {
        width: 260px;
        height: auto;
    }
    .login-form form h2 {
        font-size: 50px;
    }
    .entry-modal-dialogue.forget-modal {
        max-width: 500px;
    }
    .account-setting-wrapper.cloud-section .form-action-btn{
        margin-top: 20px;
    }
    .account-setting-form .state-select-des .css-yk16xz-control, .css-1pahdxg-control{  
        padding: 10px 30px;
    }
    .account-setting-form .css-1rhbuit-multiValue, .profile-setting-form .profile-state .css-1rhbuit-multiValue,
    .profile-setting-form .profile-zipcode .css-1rhbuit-multiValue {
        height: 40px;
    }
    .account-setting-form .btn-toggle.btn-lg.active > .handle {
        left: 1.6rem;
    }
    .account-setting-form .btn-toggle.btn-lg > .handle {
        width: 1.2rem;
        height: 1.2rem;
        left: 0.2rem;
    }
    .account-setting-form .btn-toggle.btn-lg {
        height: 1.7rem;
        width: 3rem;
    }
    .account-setting-form .setting-sty span {
        font-size: 16px;
    }
    .account-box {
        max-width: 750px;
    }
    .pay-sec-des .pay-sec-pages a{
        font-size: 16px;
    }
    .pay-sec-des .pay-sec-pages{
        padding: 10px 20px;
    }
    .pay-sec-des .detail-wrapper p{
        font-size: 14px;
    }
    .pay-sec-des .detail-wrapper .date-des,.pay-sec-des.cloud-section .payment-wrapper p {
        font-size: 16px;
    }
    .pay-sec-des h3{
        font-size: 20px;
        line-height: 28px;
    }
    .dashboard-states .states-wrapper .inner-wrapper h3{
        font-size: 17px;
    }
    .email-view-content .inner-wrapper span {
        font-size: 16px;
    }
    .email-view-content .inner-wrapper h1 {
        font-size: 20px;
        width: 225px;
    }
    .checkout-des .btn-wrapper{
        margin-top: 20px;
    }
    .checkout-des .radio-btn-des .form-control{
        width: 30px;
    }
    .checkout-des .radio-btn-des label, .checkout-des label, .account-setting-form label {
        font-size: 16px;
    }
    .checkout-des .inner-des span,.checkout-des .inner-des p{
        font-size: 16px;
    }
    .payment-checkout-wrapper.cloud-section .btn-theme {
        padding: 10px 20px;
        width: 100px;
        height: 50px;
        line-height: 30px;
    }
    .payment-checkout-wrapper.cloud-section h2{
        margin: 0;
        font-size: 40px;
    }
    .search-input-holder .btn.btn-success {
        font-size: 16px;
    }
    .invalid-feedback {
        font-size: 14px;
    }
    .account-setting-form .css-1rhbuit-multiValue, .profile-setting-form .profile-state .css-1rhbuit-multiValue,
    .profile-setting-form .profile-zipcode .css-1rhbuit-multiValue {
        height: 30px;
        margin-left: 2px;
    }
    .profile-setting-form .profile-state .css-1rhbuit-multiValue ,
    .profile-setting-form .profile-zipcode .css-1rhbuit-multiValue{
        margin-top: 3px;
    }
    .account-setting-form .css-12jo7m5,
    .profile-box .profile-setting-form  .css-12jo7m5{
        font-size: 14px;
    }
    .state-select-des .css-g1d714-ValueContainer:before{
        right: 0;
    }
    .profile-box .profile-setting-form  .state-select-des .css-g1d714-ValueContainer:before {
        top: 14px;
    }
    .profile-box .profile-setting-form .css-1wa3eu0-placeholder {
        font-size: 14px;
    }
    .profile-box .profile-setting-form  .state-select-des .css-1wa3eu0-placeholder,.profile-box .profile-setting-form  .state-select-des .css-b8ldur-Input {
        height: 38px;
    }
    .profile-box .profile-setting-form .css-1wa3eu0-placeholder {
        top: 4px !important;
    }
    .account-setting-form .state-select-des .css-yk16xz-control,.account-setting-form  .css-1pahdxg-control,
    .profile-setting-form .state-select-des.profile-state .css-yk16xz-control,.profile-setting-form .state-select-des.profile-state .css-1pahdxg-control,
    .profile-setting-form  .profile-zipcode .css-yk16xz-control,.profile-setting-form .profile-zipcode .css-1pahdxg-control  {
        height: 40px;
    }
    .account-setting-form .form-group,.profile-box .profile-form .form-group{
        margin-bottom: 10px;
    }
    .profile-box .profile-setting-form .form-action-btn {
        margin-top: 20px;
    }
    .profile-box .profile-setting-form form .form-control{
        height: 40px;
        font-size: 14px;
    }
    .profile-button-des p{
        font-size: 16px;
    }
    .email-profile .btn-default {
        font-size: 14px;
        margin-top: 5px;
    }
    .profile-box .upload-img-des{
        width: 200px;
        height: 200px;
    }
    .profile-box{
        width: 70%;
    }
    .profile-setting-wrapper h2{
        font-size: 50px;
        line-height: 60px;
    }
    .lead-detail-wrapper label, .profile-setting-form label{
        font-size: 14px;
    }
    .account-setting-wrapper.cloud-section .btn-theme,
    .lead-detail-wrapper .btn-theme,
    .checkout-des .btn-theme{
        width: 200px;
    }
    .lead-detail-wrapper .inner-wrapper{
        margin-bottom: 15px;
    }
    .account-setting-form select, .account-setting-form .form-control,
    .profile-box .profile-form .form-control, .lead-detail-wrapper input, .lead-detail-wrapper select,
    .checkout-des .form-control{
        font-size: 14px;
        line-height: 18px;
        height: 40px;
    }
    .main-head.page-two-header .logo-img {
        width: 150px !important;
    }
    .main-head .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 160px;
        left: 0;
    }
    .main-head .dropdown-menu a{
        font-size: 15px !important;
    }
    .main-head .user-profile-logged > .user-picture {
        width: 40px;
        height: 40px;
    }
    .main-head .user-profile-logged > .user-name {
        margin-right: 8px;
        font-size: 16px;
    }
    .main-head .navbar li.nav-item a {
        font-size: 17px;
        line-height: 20px;
        padding: 5px 16px;
    }
    .cloud-section .pagination.pagination-lg li{
        padding: 10px;
    }
    .cloud-section .pagination li a {
        font-size: 16px;
    }
    .showing-text{
        font-size: 16px;
    }
    .cloud-section .table-bordered tr td {
        font-size: 14px;
    }
    .cloud-section .table-bordered thead th{
        font-size: 16px;
    }
    .cloud-section .table-bordered thead tr {
        height: 50px;
    }
    .search-input-holder .input-search-des {
       font-size: 14px;
        height: 40px;
    }
    .search-input-holder .btn.btn-success {
        height: 40px;
        width: auto;
    }
    .cloud-section .btn-theme,.contact-box form .btn-theme{
        height: auto;
    }
    .cloud-section h2{
        font-size: 40px;
        line-height: 50px;
    }
    .profile-box .profile-setting-form .profile-state .css-1wa3eu0-placeholder,
    .profile-box .profile-setting-form .profile-zipcode .css-1wa3eu0-placeholder{
        position: absolute;
        top: 0 !important;
        left: 15px;
        height: 100%;
        line-height: 36px;
        padding: 0 !important;
    }
    .login-form .fa-lock {
        font-size: 17px;
    }
    .entry-pages{
        padding: 30px 15px;
    }
    .login-form .btn-theme {
        height: 45px;
    }
    .login-form .forget-link{
        font-size: 15px;
        margin-left: 5px;
    }
    .login-form .forget-wrapper{
        margin: 10px 0 30px;
    }
    .login-form form input{
        height: 38px;
        font-size: 14px;
    }
    .login-form label{
        font-size: 14px;
    }
    .login-form .login-icon{
        font-size: 25px;
    }
    .login-form form h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .entry-modal-dialogue {
        width: 100%;
        max-width: 800px;
    }
    .site-header .dropdown-content {
        min-width: 250px;
        top: 80px;
        max-height: 250px;
    } 
    .site-header .navbar li.nav-item .dropdown-content a {
        font-size: 14px;
    }
    .site-header .dropdown-content {
        top: 45px;
    }
    .contact-form-info .contact-box form .btn-theme{
        width: 200px;
        height:  auto;
    }
    .contact-form-info .contact-box form .form-control{
        height: 50px;
        font-size: 14px;
    }
    .contact-form-info .contact-box h2{
        font-size: 23px;
    }
    .contact-form-info .cont-box-wrap{
        padding: 20px 60px 30px 40px;
    }
    .contact-form-info .info-holder p{
        font-size: 14px;
    }
        .contact-form-info .info-holder h3 {
        font-size: 20px;
    }
    .contact-form-info .info-holder .fa{
        font-size: 30px;
    }
    .contact-form-info .cont-box-wrap{
        width: 80%;
    }
    .contact-form-info p{
        font-size: 16px;
    }
    .contact-form-info {
        padding: 100px 0;
    }
    .contact-form-info {
        padding: 80px 0;
    }
    .site-header .btn-login{
        font-size: 14px;
        line-height: 22px;
        border: 2px solid #fff;
        padding: 8px 10px;
        width: 100px;
        height: 42px;
    }
    .site-header .btn-login:hover{
        border: 2px solid #FED12F;
    }
    .state-select-des .css-1uccc91-singleValue{
        font-size: 17px;
        line-height: 35px;
        padding: 0 15px;
        top: 10px !important;
    }
    .site-header .btn-login {
        border: 3px solid #fff;
    }
    .site-header .btn-login:hover{
        border: 3px solid #FED12F;
    }
    .california-sec .remedies-bottom-content ul li.incidental-list-head {
        margin-bottom: 20px !important;
    }
    .california-sec .remedies-bottom-content .incidental-list li:before {
        top: 7px;
    }
    .california-sec .img-wrapper{
        text-align: center;
    }
    .california-sec .img-wrapper img{
        width: 450px;
    }
    .california-sec {
        padding: 0 0 70px;
    }
    .lemon-car {
        padding: 70px 0 0;
    }
    .ready-to-help .img-wrapper{
        text-align: right;
    }
    .ready-to-help .img-wrapper img{
        width: 440px;
    }
    .footer .footer-content p, .footer .footer-links ul {
        margin-top: 40px;
    }
    .state-select-des .css-g1d714-ValueContainer {
        height: auto;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
    .state-select-des .css-b8ldur-Input{
        width: 90% !important;
        margin: 0;
    }
    .state-select-des .css-1wa3eu0-placeholder {
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .account-setting-form .state-select-des .css-1wa3eu0-placeholder {
        position: absolute;
        top: 0;
        left: 15px;
        height: 100%;
        line-height: 36px;
    }
    .account-setting-form .state-select-des .css-g1d714-ValueContainer,
    .profile-setting-form .state-select-des .css-g1d714-ValueContainer{
        height: 100%;
    }
    .state-select-des .css-g1d714-ValueContainer:before {
        height: 18px;
        top: 23px;
        background-size: 70%;
        right: 10px;
    }
    .state-select-des .css-yk16xz-control, .css-1pahdxg-control{
        height: 55px;
        position: relative;
    }
    .claim-sec .claim-content {
        padding: 50px 50px 50px 0;
        margin-bottom: 60px;
    }
    .claim-sec .claim-content.filing-wrapper {
        padding: 50px 50px 0;
    }
    .claim-sec-des:before {
        height: 62%;
        width: 50%;
        top: 25%;
    }
    .claim-sec-des{
        margin-bottom: 60px;
    }
    .claim-sec .claim-content.filing-wrapper a{
        font-size: 40px;
        line-height: 50px;
    }
    .california-sec .remedies-bottom-content ul li:first-child {
        margin-bottom: 30px;
    }
    .claim-sec h3 {
        font-size: 25px !important;
        line-height: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .claim-sec .claim-content h2 {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .claim-sec {
        padding: 0;
    }
    .lemon-car .documentation-wrapper h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .remedies-sec-des:before {
        height: 400px;
        width: 680px;
        top: 60px;
        right: -70px;
    }
    .lemon-car h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 80px 0;
        padding: 30px 0px 30px 40px;
    }
    .lemon-car .documentation-wrapper {
        padding: 40px 20px;
    }
    .lemon-car ul li::before {
        margin-right: 20px;
    }
    .contact-attorney.state-attorney h1 {
        padding-top: 80px;
    }
    .lemon-law .bottom-img-row{
        -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
    }
    .lemon-law .bottom-img-row .img-wrapper{
        text-align: right;
    }
    .lemon-law .bottom-img-row .img-wrapper img{
        width: 400px;
    }
    .lemon-law .top-img {
        margin: 50px 0;
    }
    .lemon-sec .lemon-content {
        padding: 50px;
    }
    .lemon-law .row-wrapper {
        padding: 25px 0 70px;
    }
    .lemon-law .list-wrapper h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .lemon-law .list-wrapper {
        padding: 50px;
    }
    .lemon-law .list-wrapper ul li::before {
        margin-right: 20px;
    }
    .contact-attorney h1,.ready-to-help h1, .law-wrapper h1,.contact-form-info  h1 {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .contact-attorney.law-attorney .content-wrapper {
        padding: 50px 0;
    }
    .contact-attorney .content-wrapper {
        padding-top: 100px;
    }
    .contact-attorney .attorney-form h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .contact-attorney .attorney-form {
        padding: 50px 40px 70px 40px;
    }
    .contact-attorney a.contact-no {
        font-size: 60px;
        line-height: 60px;
    }
    .inner-page-banner .banner-content h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .inner-page-banner, .inner-page-banner.partner-banner, .inner-page-banner.general-banner , .inner-page-banner.state-banner{
        height: 350px;
    }
    .ready-to-help.section-padding {
        padding: 80px 0;
    }
    .ready-to-help .content-wrapper p,.ready-to-help .content-wrapper a,
    .ready-to-help p,.ready-to-help a, .contact-attorney p, .lemon-sec .lemon-content p, .lemon-law p, .california-sec .content-wrapper p, .california-sec  p,.lemon-car p, .lemon-car ul li, .california-sec .content-wrapper p, .california-sec p, .california-sec li,.claim-sec .claim-content p, .claim-sec p{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .ready-to-help ul,  .contact-attorney  ul{
        margin-bottom: 25px;
    }
    .ready-to-help ul li,  .contact-attorney ul li{
        font-size: 18px;
    }
    .california-sec li,.lemon-car ul li{
        margin-bottom: 0;
    }
    .lemon-law .list-wrapper ul li{
        font-size: 18px;
        line-height: 28px;
    }
    /* .ready-to-help h1 , .law-wrapper h1{
        font-size: 70px;
        line-height: 70px;
    } */
    .inner-page-banner .breadcrumb li a,.inner-page-banner .breadcrumb li.active {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
    }
    .ready-to-help .content-wrapper{
        padding-right: 0;
    }
    .site-header .contact-wrapper .contact-detail a {
        font-size: 25px;
        line-height: 30px;
    } 
    .site-header .contact-wrapper .contact-detail span {
        font-size: 16px;
        line-height: 20px;
    }
    .logo-img{
        width: 140px !important;
    }
    .site-header .contact-wrapper .inner-wrapper:nth-child(2) {
        margin-left: 20px;
    }
    .site-header .navbar li.nav-item a {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
    }
    .site-header .masthead-des ul li {
        padding: 0 10px 0 25px;
    }
    .site-header .searchBox {
        top: 5px;
        right: 25px;
    }
    .searchButton img{
        width: 17px;
    }
    .site-header .searchInput,.site-header .searchBox:hover > .searchButton, .site-header .searchBox,.site-header .searchButton {
        height: 40px;
    }
    .site-header .navbar {
        padding: 10px 0px 30px;
    }
    .site-header .toggle {
        padding: 5px 0;
        bottom: -25px;
    }
    .site-header .navbar li.nav-item a:after {
        bottom: -5px;
        height: 4px;
    }
    .site-header .contact-wrapper .icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .site-header .icon-wrapper img{
        width: 20px;
    }
    .main-banner .banner-content h1 {
        font-size: 110px;
        line-height: 100px;
    }
    .main-banner .banner-content h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .main-banner {
        height: 620px;
    }
    .contact-form .form-wrapper h3 {
        font-size: 60px;
        line-height: 70px;
    }
    .contact-form {
        margin-top: -30px;
    }
    .contact-form .form-wrapper {
        padding: 40px;
    }
    .contact-form form input, .contact-form form select, .consultation-sec form input, .consultation-sec form select, .consultation-sec form textarea, .newsletter .form-wrapper form input,.contact-attorney .attorney-form form input, .contact-attorney .attorney-form form select, .contact-attorney .attorney-form form textarea,.contact-form .state-select-des .css-yk16xz-control {
        font-size: 17px;
        line-height: 35px;
        height: 55px;
        padding: 10px 15px;
    }
     .css-1pahdxg-control{
        padding: 10px 15px;
    }
    .state-select-des .css-yk16xz-control{
        padding: 10px 0;
    }
    .state-select-des .css-1wa3eu0-placeholder, .state-select-des .css-b8ldur-Input{
        font-size: 18px;
        line-height: 35px;
        height: 55px;
        padding: 10px 15px;
    }
    .state-select-des .css-1wa3eu0-placeholder{
        padding: 0;
        width: 100%;
        /* height: 100%; */
    }
    .btn-theme {
        font-size: 22px;
        line-height: 40px;
        height: 60px;
    }
    .contact-attorney .attorney-form .btn-wrapper{
        text-align: center;
    }
    .contact-form .btn-theme {
        width: 320px;
    }
    .contact-attorney .attorney-form .btn-wrapper .btn-theme{
        width: 100%;
    }
    .state-sec h2 {
        font-size: 60px;
        line-height: 55px;
    }
    .help-sec .left-content h1 {
        font-size: 110px;
        line-height: 90px;
    }
    .help-sec .left-content h2 {
        font-size: 22px;
        line-height: 28px;
        padding-right: 40px;
    }
    .help-sec .right-content ul li {
        font-size: 20px;
        line-height: 45px;
    }
    .help-sec {
        height: 530px;
    }
    .got-a-lemon h2 {
        font-size: 50px;
    }
    .got-a-lemon .lemon-holder {
        width: 30%;
        padding: 20px 0 20px 100px;
    }
    .got-a-lemon .lemon-holder:before {
        border-top: 50px solid transparent;
        border-left: 40px solid #FED12F;
        border-bottom: 50px solid transparent;
        right: -40px;
    }
    .about-sec span.tagline {
        font-size: 24px;
        line-height: 40px;
    }
    .about-sec h1 {
        font-size: 80px;
        line-height: 70px;
        margin-top: 0;
        margin-right: 40px;
    }
    .about-sec span.tagline, .about-sec h1 {
        padding-left: 70px;
    }
    .about-sec .heading-holder:before {
        border-left: 40px solid #FED12F;
        width: 40px;
    }
    .about-sec p {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .about-sec .btn-theme {
        width: 250px;
    }
    .about-sec .img-wrapper img{
        width: 420px;
    }
    .status-sec .status-wrapper span {
        font-size: 80px;
        line-height: 80px;
    }
    .status-sec h3 {
        font-size: 24px;
    }
    .consultation-sec .heading-wrapper h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .consultation-sec .heading-wrapper h2 span {
        line-height: 70px;
    }
    .consultation-sec:before {
        height: 460px;
        width: 680px;
        left: 0;
    }
    .consultation-sec textarea.form-control, .contact-attorney .attorney-form textarea.form-control {
        height: 120px;
        line-height: 25px;
    }
    .newsletter .heading-wrapper h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .newsletter .form-wrapper form input{
        width: 100%;
    }
    .newsletter .btn-theme {
        width: 100%;
    }
    .newsletter .btn-theme,.newsletter .btn-wrapper{
        height: 55px;
    }
    .newsletter .btn-theme{
        line-height: 36px;
    }
    .newsletter .btn-wrapper {
        margin-left: 10px;
        width: 30%;
    }
    .footer .footer-content img{
        width: 120px;
    }
    .footer .footer-content p {
        font-size: 18px;
        line-height: 30px;
    }
    .footer .footer-links h2 {
        font-size: 35px;
        line-height: 40px;
        height: 67px;
    }
    .footer .footer-links ul li a, .footer .footer-links ul li p {
        font-size: 18px;
        line-height: 25px;
    }
    .footer .footer-links ul li {
        margin-bottom: 20px;
    }
    .copyright p {
        font-size: 18px;
        line-height: 20px;
    }
    .footer .right-img img{
        width: 60px;
    }
    .copyright {
        padding: 20px 0;
    }
    .newsletter form .form-group{
        width: 50%;
    }
}
@media (max-width: 1440px){
    .ready-to-help .content-wrapper{
        padding-right: 60px;
    }
    .contact-form form input, .contact-form form select, .consultation-sec form input, .consultation-sec form select, .consultation-sec form textarea, .newsletter .form-wrapper form input, .contact-attorney .attorney-form form input, .contact-attorney .attorney-form form select, .contact-attorney .attorney-form form textarea, .contact-form .state-select-des .css-yk16xz-control,
    .state-select-des .css-1wa3eu0-placeholder, .state-select-des .css-b8ldur-Input,
    .consultation-sec .state-select-des .css-1wa3eu0-placeholder, .state-select-des .css-b8ldur-Input {
        font-size: 15px;
    }
    .help-sec .left-content h1:after {
        width: 210px;
        height: 10px;
        bottom: 9px;
        right: -30px;
    }
    .main-banner {
        height: 540px;
    }
    .help-sec .left-content h1 {
        font-size: 95px;
    }
    .about-sec h1{
        font-size: 70px;
        line-height: 60px;
    }
}
@media (max-width: 1199px){
    .dashboard-wrapper.cloud-section h2{
        margin-bottom: 0;
    }
    .dashboard-states .states-wrapper {
        width: 80%;
    }
    .checkout-des.cloud-section{
        padding: 30px 20px;
    }
    .cloud-section {
        padding: 50px 0;
    }
    .entry-modal-dialogue {
        margin: 60px 0 50px;
    }
    .contact-form-info .cont-box-wrap {
        width: 100%;
    }
    .site-header .masthead-des ul li {
        padding: 0 10px 0 25px;
    }
    .claim-sec .claim-content {
        margin-bottom: 0;
    }
    .claim-sec-des:before{
        height: 63%;
        width: 48%;
        top: 25%;
    }
    .california-sec ul {
        padding-left: 20px;
    }
    .california-sec ul.incidental-list {
        padding-left: 40px;
    }
    .remedies-sec-des:before {
        height: 400px;
        width: 750px;
        top: 140px;
        right: -190px;
    }
    .law-wrapper .state-attorney h1 {
        font-size: 45px;
        line-height: 48px;
    }
    .contact-attorney .content-wrapper {
        padding-top: 80px;
    }
    .ready-to-help h1,.law-wrapper h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .ready-to-help.section-padding {
        padding: 80px 0;
    }
    .logo-img {
        width: 150px !important;
    }
    .site-header .contact-wrapper .contact-detail a {
        font-size: 25px;
        line-height: 30px;
    }
    .site-header .contact-wrapper .icon-wrapper {
        width: 35px;
        height: 35px;
        border-radius: 35px;
    }
    .site-header .icon-wrapper img {
        width: 16px;
    }
    .site-header .contact-wrapper .inner-wrapper:nth-child(2) {
        margin-left: 20px;
    }
    .site-header .navbar li.nav-item a {
        font-size: 15px;
        line-height: 20px;
    }
    .contact-form form input, .contact-form form select, .consultation-sec form input, .consultation-sec form select, .consultation-sec form textarea, .newsletter .form-wrapper form input, .contact-attorney .attorney-form form input, .contact-attorney .attorney-form form select, .contact-attorney .attorney-form form textarea {
        font-size: 16px;
        line-height: 30px;
        height: 45px;
        padding: 10px 10px;
    }
    .contact-form .form-wrapper {
        padding: 30px 20px;
    }
    .state-sec h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .section-padding {
        padding: 80px 0;
    }
    .help-sec .left-content h2 {
        font-size: 16px;
        line-height: 23px;
        padding-right: 0;
    }
    .help-sec .left-content h1 {
        font-size: 80px;
        line-height: 70px;
        width: 100%;
    }
    .help-sec .right-content ul li {
        font-size: 15px;
        line-height: 40px;
    }
    .help-sec .right-content ul li::before {
        margin-right: 10px;
    }
    
    .help-sec .left-content h1:after {
        width: 150px;
        height: 10px;
        bottom: 6px;
        right: 190px;
    }
    .help-sec {
        height: 450px;
    }
    .got-a-lemon h2 {
        font-size: 35px;
    }
    .got-a-lemon .lemon-holder:before {
        border-top: 41px solid transparent;
        border-left: 40px solid #FED12F;
        border-bottom: 41px solid transparent;
    }
    .about-sec span.tagline {
        font-size: 20px;
        line-height: 35px;
    }
    .about-sec h1 {
        font-size: 50px;
        line-height: 45px;
        margin-right: 0;
    }
    .about-sec .heading-holder {
        margin-bottom: 40px;
    }
    .about-sec .img-wrapper img {
        width: 100%;
    }
    .about-sec .row{
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    }
    .about-sec {
        padding: 80px 0 80px;
    }
    .status-sec {
        margin: 0 50px;
    }
    .status-sec h3 {
        font-size: 18px;
    }
    .consultation-sec .heading-wrapper h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .consultation-sec .heading-wrapper h2 span {
        line-height: 50px;
    }
    .consultation-sec:before {
        height: 330px;
        width: 500px;
    }
    .consultation-sec .heading-wrapper {
        padding-left: 40px;
        padding-top: 60px;
    }
    .consultation-sec {
        padding: 60px 0;
    }
    .newsletter .heading-wrapper h2 {
        font-size: 35px;
        line-height: 38px;
    }
    .newsletter .btn-theme, .newsletter .btn-wrapper {
        height: 45px;
    }
    .newsletter .btn-theme {
        line-height: 26px;
    }
    .footer .footer-content p {
        font-size: 16px;
        line-height: 25px;
        margin: 40px 60px 0 0;
    }
    .footer .footer-links ul {
        margin-top: 40px;
    }
    .footer .footer-links ul li a, .footer .footer-links ul li p {
        font-size: 16px;
        line-height: 25px;
    }
    .copyright p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media(max-width:991px){
    .help-sec .left-content h1 span {
        width: 200px;
        height: 10px;
    }
    .entry-modal-dialogue.forget-modal {
        margin-top: 50px;
    }
    .pay-sec-des.cloud-section {
        padding-top: 30px;
    }
    .pay-sec-des .pay-sec-pages{
        margin-bottom: 30px;
    }
    .noster-content-wrap.cloud-section {
        padding-top: 10px;
    }
    .dashboard-states .states-wrapper {
        width: 100%;
    }
    .pay-sec-des .inner-wrapper {
        height: auto;
    }
    .email-report-detail .email-column{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .email-view-content {
        width: 70%;
        margin: 0 auto;
       padding-top: 0;
       padding-bottom: 10px;
    }
    .email-view-content.email-border{
        padding-bottom: 0;
        padding-top: 40px;
    }
    .payment-checkout-wrapper.cloud-section,.checkout-des, .profile-box,.lead-detail-wrapper  {
        width: 90%;
    }
    .main-head .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .main-head .navbar li.nav-item a {
        padding: 10px 16px;
    }
    .main-head .navbar-collapse{
        display: none !important;
    }
    .main-head.page-two-header .logo-img {
        width: 120px !important;
    }
    .main-head .navbar-light .navbar-toggler-icon{
        background-image: url(/public/images/download_3_.svg);
    }
    .main-head .navbar-light .navbar-toggler {
        border-color: #fff;
    }
    .main-head button:focus{
        outline: none;
    }
    .main-head .navbar-collapse.show {
        display: block !important;
        position: relative;
        width: 100%;
    }
    .main-head .navbar-collapse .navbar-nav{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        position: absolute;
        background: #090B15;
        width: 100%;
        left: 0;
        right: 0;
        top: 8px;
        padding: 20px 0;
        z-index: 999999;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }    
    .main-head .nav-item.dropdown.show{
        width: 100%;
    }
    .main-head .dropdown-menu {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .main-head .dropdown-menu{
        position: absolute;
        left: -60px;
    }
    .contact-form-info {
        padding: 50px 0;
    }
    .contact-form-info .cont-inner-wrap{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .contact-form-info .contact-info, .contact-form-info .contact-info  ul{
        display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
        width: 100%;
    }
    .contact-form-info .contact-info  ul li{
        width: 33.33%;
    }
    .contact-form-info .contact-box {
        width: 100%;
        margin-left: 0;
    }
    .contact-form-info .contact-info:before{
        display: none;
    }
    .site-header .btn-login {
        margin-right: 0;
    }
    .site-header .btn-login {
        border: 2px solid #fff;
        height: 40px;
    }
   
    .cloud-section .pagination.pagination-lg {
        -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    .copyright {
        margin-top: 50px;
    }
    .about-sec .heading-holder {
        width: 60%;
    }
    .consultation-sec .btn-wrapper{
        text-align: center;
    }
    .consultation-sec .btn-wrapper .btn-theme {
        width: 320px;
    }
    .about-sec h1 {
        width: 100%;
        font-size: 50px;
        line-height: 42px;
    }
    .remedies-sec-des:before {
        height: 360px;
        width: 600px;
        top: 100px;
        right: -150px;
    }
    .claim-sec-des:before {
        height: 33%;
        width: 100%;
        top: 56%;
    }
    .lemon-car h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 60px 0;
        padding: 20px 0px 20px 30px;
    }
    .lemon-car .documentation-wrapper h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .lemon-car .documentation-wrapper {
        padding: 20px 15px;
    }
    .lemon-car ul {
        padding-left: 30px;
    }
    .california-sec .content-wrapper {
        margin-bottom: 25px;
    }
    .california-sec .img-wrapper img{
        width: 600px;
    }
    .california-sec .img-wrapper{
        text-align: center;
    }
    .california-sec {
        padding: 0 0 50px;
    }
    .lemon-law .bottom-img-row{
        -webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;
    }
    .lemon-law .bottom-img-row p:last-child{
        margin: 0;
    }
    .lemon-law .list-wrapper ul {
        padding-right: 0;
    }
    .lemon-law .list-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .lemon-law .list-wrapper {
        padding: 30px 15px;
    }
    .lemon-law .row-wrapper {
        padding: 0 0 50px;
    }
    .lemon-law .img-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-attorney.law-attorney .content-wrapper {
        padding: 50px 0;
    }
    .lemon-sec {
        padding: 50px 0;
    }
    .contact-attorney .form-padding{
        padding: 0 15px;
    }
    .contact-attorney .row{
        margin-right: -15px;
    }
    .contact-attorney .container-fluid {
        padding-right: 100px;
    }
    .contact-attorney .content-wrapper {
        width: 100%;
    }
    .contact-attorney .attorney-form {
        padding: 50px 40px 50px 40px;
    }
    .ready-to-help h1, .law-wrapper h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .ready-to-help .img-wrapper{
        text-align: center;
        margin-top: 30px;
    }
    .ready-to-help .content-wrapper p, .ready-to-help .content-wrapper a, .ready-to-help p, .ready-to-help a {
        margin-bottom: 15px;
    }
    .ready-to-help.section-padding {
        padding: 50px 0;
    }
    .main-banner .banner-content h1 {
        font-size: 90px;
        line-height: 75px;
    }
    .main-banner .banner-content h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .main-banner ,.inner-page-banner, .inner-page-banner.partner-banner {
        height: 400px;
    }
    .contact-form .form-wrapper h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .contact-form form .form-group {
        margin-bottom: 10px;
    }
    .state-sec h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .help-sec .left-content h2 {
        width: 50%;
    }
    .help-sec .left-content h1 {
        width: 50%;
    }
    .help-sec .right-content{
        -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    }
    .help-sec .right-content ul{
        margin: 0 50px;
    }
    .help-sec {
        height: 500px;
    }
    .got-a-lemon .lemon-holder {
        width: 40%;
    }
    .about-sec .img-wrapper{
        text-align: center;
    }
    .about-sec .img-wrapper img {
        width: 430px;
        margin: 0 auto;
    }
    .about-sec .about-content{
        margin-top: 40px;
    }
    .about-sec h1 {
        width: 100%;
        font-size: 40px;
        line-height: 36px;
    }
    .status-sec {
        margin: 0 10px;
    }
    .status-sec .status-wrapper span {
        font-size: 70px;
        line-height: 70px;
    }
    .status-sec h3 {
        font-size: 16px;
    }
    .consultation-sec .heading-wrapper {
        padding-left: 40px;
        padding-top: 0;
    }
    .consultation-sec:before {
        height: 400px;
        width: 620px;
        top: 110px;
        left: 30px;
    }
    .got-a-lemon .lemon-holder:before {
        border-left: 41px solid #FED12F;
    }
    .consultation-sec form{
        margin-top: 40px;
    }
    .newsletter {
        padding: 0px 0 50px;
    }
    .newsletter .heading-wrapper h2 {
        font-size: 40px;
        line-height: 40px;
        width: 60%;
    }
    .newsletter form .form-group {
        width: 100%;
    }
    .btn-theme {
        font-size: 18px;
    }
    .newsletter .btn-theme {
        width: 160px;
    }
    .footer .footer-links ul {
        margin-top: 30px;
    }
    .copyright p {
        font-size: 14px;
        line-height: 18px;
    }
    .site-header .container-fluid{
        padding:0;
    }
    .site-header .w-100 {
        padding: 0 100px;
    }
    .site-header .searchBox {
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .site-header .searchBox .searchButton {
        background: #fff;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        outline: none;
    }
    .site-header .masthead-des ul li:last-child {
        padding-right: 0;
        position: relative;
        padding-bottom: 20px;
        width: 100%;
    }
    .site-header .searchBox .searchInput {
        width: 240px;
        padding: 4px 6px;
        background: #fff;
        border-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .site-header .searchBox .searchInput {
        width: 240px;
    }
    .site-header .masthead-des ul li {
        padding: 0 0px 0 0px;
    }
    .site-header .toggle {
        bottom:-397px;
    }
    .site-header .navbar {
        padding: 10px 0px 20px;
    }
    .site-header .contact-wrapper .contact-detail a {
        font-size: 24px;
        line-height: 25px;
    }
    .site-header .contact-wrapper .contact-detail span {
        font-size: 14px;
        line-height: 18px;
    }
    .site-header .contact-wrapper .contact-detail {
        margin-left: 10px;
    }
    .logo-img {
        width: 120px !important;
    }
    .site-header .navicon {
        width: 100%;
        background: transparent;
        margin: 20px 30px 0;
        position: relative;
        height: 30px;
        width: 6%;
        display: block !important;
        z-index: 99;
        -webkit-transition: linear 0.5s all;
        transition: linear 0.5s all;
    }
    .site-header .navicon:before,.site-header .navicon:after {
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        content: "";
        height: 3px;
        left: 0;
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease;
        width: 26px;
    }
    .site-header .navicon:before {
        box-shadow: #fff 0 14px 0 0;
        position: absolute;
        top: 0;
    }
    .site-header .navicon:after {
        position: absolute;
        top: 7px;
    }
    .site-header .navicon--active {
        margin-top: 10px;
        -webkit-transition: linear 0.5s all;
        transition: linear 0.5s all;
    }
    .site-header .navicon--active:before {
        box-shadow: transparent 0 0 0 0;
        top: 14px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .site-header .navicon--active:after {
        top: 15px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .site-header .toggle {
        display: block;
        margin: 0;
        width: 100%;
        background-color: rgb(9 11 21);
        padding: 15px;
        display: block;
        opacity: 0;
        -webkit-transition: ease-in 0.5s all;
        transition: ease-in 0.5s all;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        min-width: 320px;
    }
    .site-header .toggle--active {
        display: block;
        opacity: 1;
        -webkit-transition: ease-in 0.5s all;
        transition: ease-in 0.5s all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }
    .site-header .toggle__menu {
        margin-bottom: 25px;
    }
    .site-header .toggle__menu li {
        margin: 5px 0;
        width: auto;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .site-header .navbar li.nav-item a {
        color: #fff !important;
    }
    .site-header .toggle__menu li a {
        text-decoration: none;
        color: #000;
        display: block;
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        -webkit-transition: linear 0.5s all;
        transition: linear 0.5s all;
        font-weight: 500;
        padding: 5px 0;
    }
    .site-header .toggle__menu li a span {
        text-transform: lowercase;
    }
    .claim-sec .claim-content {
        padding: 50px 50px 0px 0;
        margin-bottom: 0;
    }
    .claim-sec .claim-content.filing-wrapper {
        padding: 30px 0px 0;
        margin-bottom: 60px;
    }
    .claim-sec h3 {
        margin-bottom: 0;
    }
    .site-header .contact-wrapper .inner-wrapper{
        display: none !important;
    }
    .site-header .contact-wrapper.mbl-contact-wrapper  .inner-wrapper{
        display: flex !important;
    }
    .site-header .btn-wrapper {
        margin-left: 45px;
    }
}
@media (max-width: 768px){
    .contact-form .form-wrapper h3 {
        margin-bottom: 20px;
    }
    .state-sec h2 {
        font-size: 60px;
        line-height: 52px;
        width: 50%;
    }
    .help-sec .left-content h2 {
        width: 70%;
    }
    .help-sec .left-content h1 {
        width: 70%;
    }
    .about-sec h1 {
        width: 100%;
    }
    .newsletter .heading-wrapper h2 {
        width: 80%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .main-banner{
        display: none;
    }
    .contact-form {
        margin-top: 0;
    }
    .dashboard-states .states-wrapper .inner-wrapper{
        -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;
    }
    .dashboard-states .states-wrapper .inner-wrapper h3 {
        text-align: center;
    }
    .dashboard-states .states-wrapper .inner-wrapper .btn-theme{
        width: 300px;
        margin-top: 30px;
    }
    .lead-detail-wrapper .btn-theme,
    .checkout-des.cloud-section .btn-theme{
        width: 300px !important;
    }
    .cloud-section .pagination.pagination-lg,.cloud-section .pagination.pagination-lg li{
        border: none;
    }
    .cloud-section .pagination.pagination-lg {
        float: none;
    }
    .login-form .btn-theme {
        width: 250px;
    }
    .entry-modal-dialogue .login-decoration{
        display: none;
    }
    .entry-modal-dialogue {
        margin: 40px 0 50px;
    }
    .entry-modal-dialogue {
        width: 100%;
        max-width: 70%;
    }
    .login-form {
        max-width: 100%;
        padding: 40px 30px;
    }
    .contact-form-info .contact-info ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact-form-info .contact-info ul li {
        width: 100%;
    }
    .contact-form-info .info-holder {
        margin: 14px 14px 0px;
    }
    .contact-form-info .cont-box-wrap {
        padding: 20px 20px 20px 20px;
    }
    .cloud-section .desktop-view{
        display: none;
    }
    .cloud-section .mobile-view{
        display: block;
    }
    .inner-page-banner, .inner-page-banner.partner-banner, .inner-page-banner.general-banner, .inner-page-banner.state-banner {
        height: 340px;
        display: none;
    }
    .footer {
        padding: 30px 0 0;
    }
    .about-sec .heading-holder {
        width: 70%;
    }
    .contact-attorney.state-attorney h1 {
        width: 100%;
    }
    .claim-sec .claim-content {
        padding: 50px 0px 0px 0;
    }
    .lemon-car h3 {
        font-size: 20px;
    }
    .claim-sec-des:before{
        height: 34%;
        top: 54%;
    }
    .california-sec.remedies-sec .content-wrapper {
        width: 100%;
        padding-top: 400px;
    }
    .remedies-sec-des:before {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50px;
    }
    .law-wrapper h1 {
        margin-bottom: 30px;
    }
    .lemon-car .documentation-wrapper {
        margin-bottom: 20px;
        height: auto;
    }
    .lemon-car .documentation-wrapper h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .lemon-car {
        padding: 50px 0 0;
    }
    .lemon-car .ca-law-heading {
        padding-top: 30px;
    }
    .claim-sec {
        padding:0;
    }
    .lemon-law .list-wrapper.do-list-wrapper {
        height: auto;
        margin-bottom: 40px;
    }
    .lemon-sec .lemon-content {
        padding: 40px 15px;
    }
    .contact-attorney .container-fluid {
        padding-right: 30px;
    }
    .ready-to-help .content-wrapper {
        padding-right: 0;
    }
    .status-sec .status-wrapper span {
        border-right: none;
    }
    .about-sec .btn-wrapper{
        text-align: center;
    }
    .container-fluid {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .site-header .w-100 {
        padding: 0 30px;
    }
    .site-header .contact-wrapper .contact-detail a {
        font-size: 20px;
    }
    .site-header .contact-wrapper .icon-wrapper {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }
    .site-header .icon-wrapper img {
        width: 13px;
    }
    .help-sec .left-content{
        padding-top: 40px;
    }
    .help-sec .left-content h1 {
        width: 70%;
    }
    .got-a-lemon h2 {
        font-size: 25px;
    }
    .got-a-lemon .lemon-holder:before {
        border-top: 35px solid transparent;
        border-left: 40px solid #FED12F;
        border-bottom: 36px solid transparent;
        right: -39px;
    }
    .consultation-sec:before {
        height: 320px;
        width: 500px;
        top: 90px;
    }
    .consultation-sec .heading-wrapper {
        padding-left: 0;
    }
    .california-sec ul li::before {
        margin-right: 20px;
    }
    .cloud-section .btn-theme, .contact-box form .btn-theme{
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(max-width:575px){
    .dashboard-wrapper.cloud-section{
        padding: 50px 0 20px;
    }
    .email-view-content .content-holder{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .email-view-content .inner-wrapper h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .email-view-content {
        width: 90%;
    }
    .profile-box {
        width: 90%;
        padding: 40px 10px;
    }
    .entry-modal-dialogue {
        max-width: 90%;
    }
    .contact-form-info .contact-box .col-md-12{
        padding-right: 0;
    }
    .claim-sec .claim-content {
        padding: 30px 0px 0px 0;
    }
    .claim-sec-des{
        margin-top: 40px;
    }
    .lemon-car ul {
        margin-bottom: 30px;
    }
    .got-a-lemon {
        margin-bottom: 40px;
    }
    .lemon-car {
        padding: 0;
    }
    .law-wrapper .lemon-sec h1, .lemon-law h1 {
        margin-bottom: 15px;
    }
    .contact-attorney h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .inner-page-banner, .inner-page-banner.partner-banner, .inner-page-banner.general-banner, .inner-page-banner.state-banner {
        height: 350px;
    }
    .help-sec .right-content ul {
        margin: 0;
    }
    .help-sec .right-content ul:first-child {
        margin-right: 30px;
    }
    .about-sec h1 {
        width: 100%;
    }
    
    .main-banner .banner-content h1 {
        font-size: 70px;
        line-height: 60px;
    }
    .california-sec ul {
        padding-left: 0;
    }
    .claim-sec-des:before {
        height: 38%;
        top: 47%;
    }
    .california-sec .remedies-bottom-content .incidental-list {
        margin-bottom: 30px;
    }
    .claim-sec h3 {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .claim-sec .claim-content.filing-wrapper {
        margin-bottom: 80px;
    }
    .remedies-sec-des:before {
        height: 360px;
        width: 100%;
        background-size: 100%;
    }
    .lemon-car ul {
        padding-left: 0;
    }
    .contact-attorney .attorney-form h3 {
        margin-bottom: 20px;
    }
    .ready-to-help h1, .law-wrapper h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .about-sec .heading-holder {
        width: 100%;
    }
    .about-sec {
        padding: 80px 0 50px;
    }
    .email-view-content {
        padding: 0 20px 20px;
    }
}
@media (max-width: 480px){
    .site-header .icon-wrapper img {
        width: 12px;
    }
    .site-header .contact-wrapper.mbl-contact-wrapper{
        margin-bottom: 10px;
    }
    .site-header .contact-wrapper .contact-detail a {
        font-size: 12px;
        font-family: 'muliregular', Arial, Helvetica, sans-serif !important;
    }
    .site-header .contact-wrapper .icon-wrapper {
        width: 25px;
        height: 25px;
        border-radius: 25px;
    }
    .site-header .contact-wrapper .contact-detail {
        margin-left: 5px;
    }
    .entry-pages {
        padding: 30px 0;
    }
    .entry-modal-dialogue.forget-modal {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .entry-modal-dialogue.forget-modal .login-form {
        padding: 40px 20px;
    }
    .entry-modal-dialogue.forget-modal .login-form .btn-theme {
        width: 100%;
    }
    .account-setting-form .css-1rhbuit-multiValue{
        height: 35px;
        margin-left: 2px;
        margin-top: 1px;
    }
    .dashboard-states .states-wrapper .inner-wrapper .btn-theme {
        width: 100%;
    }
    .dashboard-states .states-wrapper .inner-wrapper h3 {
        font-size: 15px;
    }
    .email-view-content .inner-wrapper h1 {
        font-size: 17px;
    }
    .payment-checkout-wrapper.cloud-section{
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
    .payment-checkout-wrapper.cloud-section .payment-checkout-btn{
        width: 100%;
    }
    .payment-checkout-wrapper.cloud-section .btn-theme{
        width: 100%;
        margin-top: 10px;
    }
    .payment-checkout-wrapper.cloud-section, .checkout-des, .profile-box, .lead-detail-wrapper {
        width: 100%;
    }
    .profile-button-des p {
        font-size: 14px;
        margin-top: 5px;
    }
    .profile-box .upload-img-des {
        width: 150px;
        height: 150px;
    }
    .profile-box .profile-setting-form .form-action-btn .btn-theme{
        width: 100%;
        height: auto;
    }
    .checkout-des.cloud-section .btn-theme{
        width: 100% !important;
    }
    .lead-detail-wrapper {
        width: 100%;
        padding: 2rem 1rem;
    }
    .lead-detail-wrapper .btn-theme{
        width: 100% !important;
    }
    .main-head .navbar li.nav-item a {
        padding: 6px 16px;
        font-size: 15px;
    }
    .main-head .navbar-collapse .navbar-nav {
        padding: 10px 0;
    }
    .login-form .btn-theme {
        width: 100%;
    }
    .contact-form-info .contact-box form .btn-theme {
        width: 100%;
    }
    .site-header .btn-wrapper {
        margin-left: 40px;
    }
    .ready-to-help h1, .law-wrapper h1 {
        font-size: 28px;
        line-height: 33px;
    }
    .state-attorney p:last-child{
        margin: 0;
    }
    .ready-to-help .content-wrapper p, .ready-to-help .content-wrapper a, .ready-to-help p, .ready-to-help a, .contact-attorney p, .lemon-sec .lemon-content p, .lemon-law p, .california-sec .content-wrapper p, .california-sec p, .lemon-car p, .lemon-car ul li, .california-sec .content-wrapper p, .california-sec p, .california-sec li, .claim-sec .claim-content p, .claim-sec p {
        font-size: 16px;
    }
    .ready-to-help ul li,  .contact-attorney ul li{
        font-size: 16px;
    }
    .help-sec .right-content ul:first-child {
        margin-right: 0;
    }
    .about-sec span.tagline, .about-sec h1 {
        padding-left: 40px;
    }
    .help-sec .right-content{
        -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
    }
    .help-sec .right-content ul {
        margin: 0;
    }
    .help-sec .right-content ul {
        padding-bottom: 0;
    }
    .help-sec .right-content ul:last-child {
        padding-bottom: 30px;
    }
    .about-sec .heading-holder:before {
        border-left: 20px solid #FED12F;
        width: 20px;
    }
    .main-banner .banner-content h2 {
        font-size: 14px;
        line-height: 25px;
    }
    .consultation-sec .btn-wrapper .btn-theme, .about-sec .btn-theme,.contact-attorney .attorney-form .btn-wrapper .btn-theme {
        width: 100%;
    }
    .claim-sec-des:before {
        height: 36%;
        width: 100%;
        top: 49%;
    }
    .claim-sec .claim-content.filing-wrapper a {
        font-size: 30px;
        line-height: 40px;
    }
    .remedies-sec-des:before {
        height: 230px;
        width: 100%;
    }
    .california-sec.remedies-sec .content-wrapper {
        padding-top: 300px;
    }
    .contact-attorney a.contact-no {
        font-size: 50px;
        line-height: 50px;
    }
    .contact-attorney .attorney-form {
        padding: 30px 15px 80px 15px;
    }
    .inner-page-banner .breadcrumb-item {
        margin-right: 10px;
    }
    .inner-page-banner .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px;
    }
    .inner-page-banner .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
    }
    .inner-page-banner .breadcrumb li a, .inner-page-banner .breadcrumb li.active {
        font-size: 14px;
        line-height: 30px;
    }
    .lemon-car h3 {
        margin: 30px 0;
    }
    .logo-img {
        width: 110px !important;
    }
    .site-header .navbar {
        padding: 10px 0px 15px;
    }
    .main-banner .banner-content h1 {
        font-size: 60px;
        line-height: 53px;
    }
    .main-banner, .inner-page-banner, .inner-page-banner.partner-banner, .inner-page-banner.general-banner, .inner-page-banner.state-banner{
        height: 300px;
    }
    .contact-form .form-wrapper h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .contact-form .btn-wrapper {
        width: 100%;
    }
    .contact-form .btn-wrapper .btn-theme, .help-sec .left-content h2, .help-sec .left-content h1,.about-sec h1,.newsletter .heading-wrapper h2{
        width: 100%;
    }
    .state-sec h2 {
        font-size: 50px;
        line-height: 52px;
        width: 100%;
    }
   .got-a-lemon .call-no-holder {
        width: 100%;
    }
    .got-a-lemon .lemon-holder{
        width: 90%;
    }
    .got-a-lemon {
        -ms-flex-wrap: wrap;flex-wrap: wrap;
    }
    .help-sec {
        height: auto;
    }
    .got-a-lemon .lemon-holder,.got-a-lemon .call-no-holder {
        padding: 15px 0 15px 0;
    }
    .got-a-lemon .lemon-holder:before {
        border-top: 30px solid transparent;
        border-left: 35px solid #FED12F;
        border-bottom: 30px solid transparent;
        right: -35px;
    }
    .got-a-lemon h2 {
        text-align: center;
    }
    .footer .footer-content p {
        margin: 40px 0px 0 0;
    }
    .copyright p {
        font-size: 12px;
        line-height: 16px;
    }
    .site-header .contact-wrapper .inner-wrapper:nth-child(2) {
        margin-left: 5px;
    }
    .site-header .searchBox .searchInput {
        width: 100%;
    }
    .site-header .contact-wrapper .contact-detail span{
        display: none;
    }
    
    .site-header .contact-wrapper .inner-wrapper:nth-child(1) {
        margin-right: 10px;
    }
    .btn-theme {
        font-size: 20px;
        line-height: 30px;
        height: 50px;
    }
    .consultation-sec:before {
        height: 200px;
        width: 310px;
    }
    .help-sec .left-content h1 span {
        width: 110px;
        margin-left: 10px;
    }
    .consultation-sec .heading-wrapper {
        padding-left: 0;
    }
    .newsletter form{      
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
        }
        .newsletter .btn-wrapper {
            margin-left: 0;
            margin-top: 10px;
            width: 100%;
        }
        .newsletter .btn-theme{
            width: 100%;
        }
}
@media(max-width:375px){
    .entry-pages {
        padding: 30px 0px;
    }
    .login-form form h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .dashboard-wrapper.cloud-section h2{
        font-size: 30px;
    }
    .login-form {
        padding: 30px 20px;
    }
    .claim-sec-des:before {
        height: 34%;
        width: 109%;
        top: 49%;
    }
    .contact-attorney .attorney-form h3 {
        font-size: 33px;
        line-height: 38px;
    }
    .help-sec .left-content h1 {
        font-size: 60px;
        line-height: 65px;
    }
    .about-sec p {
        margin-bottom: 20px;
    }
    .about-sec .btn-theme {
        width: 100%;
    }
    .consultation-sec .heading-wrapper h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .copyright {
        text-align: center;
    }
    
}
@media (max-width: 370px){
    .help-sec .left-content h1 span {
        width: 100px;
        margin-left: 10px;
    }
    .lemon-car .documentation-wrapper h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .claim-sec-des:before {
        height: 36%;
        width: 109%;
        top: 49%;
    }
    .contact-attorney h1 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .inner-page-banner .banner-content h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .contact-attorney .container-fluid {
        padding-right: 20px;
    }
    .ready-to-help h1, .law-wrapper h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .consultation-sec .heading-wrapper {
        padding-left: 0;
    }
    .main-banner .banner-content h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .contact-form .form-wrapper h3 {
        font-size: 35px;
    }
    .contact-form form input, .contact-form form select, .consultation-sec form input, .consultation-sec form select, .consultation-sec form textarea, .newsletter .form-wrapper form input {
        font-size: 14px;
        padding: 8px 10px;
    }
    .got-a-lemon .lemon-holder {
        width: 80%;
    }
    .about-sec span.tagline, .about-sec h1 {
        padding-left: 40px;
    }
    .about-sec h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .about-sec .heading-holder:before {
        border-left: 20px solid #FED12F;
        width: 20px;
    }
    .site-header .w-100 {
        padding: 0 20px;
    }
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    .main-banner .banner-content h2 {
        font-size: 15px;
        line-height: 25px;
    }
}

/* path {
    fill: rgb(191, 191, 191);
    stroke: rgb(107, 139, 158);
    vector-effect: non-scaling-stroke;
    d: path("M 138.479 60.727 c 1.776 2.311 3.712 0.295 5.337 7.321 c 0.702 3.034 0.355 5.285 4.056 5.085 c 3.7 -0.199 2.098 4.123 0.133 6.543 c -3.976 4.897 3.772 3.257 -2.152 9.553 c -1.083 1.152 1.696 4.413 3.993 2.019 c 2.298 -2.393 5.555 -0.113 3.679 4.742 s 4.583 0.647 2.355 6.497 c -1.333 3.505 5.305 -0.355 3.618 7.789 c -0.938 4.529 2.291 -2.722 6.314 0.777 c 4.023 3.5 5.824 -3.55 8.766 -0.179 c 3.542 4.058 5.916 -0.615 7.135 2.558 l 1.029 -7.954 c 12.564 2.378 68.381 7.27 79.229 7.656 c 0.254 -5.355 0.507 -10.702 0.749 -15.89 c 1.1 -23.655 1.975 -44.044 1.858 -47.021 c -46.349 -2.502 -90.437 -8.556 -126.32 -15.131 c 0 0 -1.828 9.99 -2.466 15.066 C 140.603 55.867 136.703 58.416 138.479 60.727 Z");
    cursor: default;
} */