body
{
    font-family: 'futura-pt', sans-serif;

}
.container {
    /*max-width: 1200px;*/
}
img {
    max-width: 100%;
}
.sec_padd {
    padding: 50px 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    max-width: 125px;
}
header > .navbar {
    padding: 15px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.head_content h3 {
    color: #17A9EC;
    font-size: 34px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav li {
    color: #fff;
}
.language-translator {
    border-left: 2px solid #fff;
    padding: 10px 0;
}
.language-translator .nav-link {
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    padding: 5px 35px 8px 15px;
}
.head_content p {
    color: #17A9EC;
    font-family: 'futura-pt', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.language-translator:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.language-translator .dropdown-menu li a {
    display: block;
    color: #fff;
    font-weight: 600;
    padding: .25rem 0;
}
.language-translator .dropdown-menu li:last-child a {
    border: none;
}
.language-translator a:hover, .language-translator  li a:hover {
    color: #19aaed;
    background: none;
}

.language-translator .dropdown-menu {
    position: absolute;
    right: 0;
    border: none;
    border-radius: 0;
    min-width: 200px;
    padding: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    top: 40px;
    opacity: 0;
    padding: 16px;
    min-width: 100%;
    position: absolute;
    visibility: hidden;
    background-color: #000000;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0px;
    display: block;
}
.form-box {
    background: #DDF2FC;
    padding: 20px;
    border: 1px solid #A3A3A3;
    border-radius: 15px;
    margin: 0;
}
.form-box .form-control {
    border: 1px solid #707070;
    border-radius: 14px;
    opacity: 1;
    height: 63px;
    /*background: #fff !important;*/
    box-shadow: none;
    outline: none;
    font-size: 18px;
    text-transform: unset;
    color: #6c757d;
    position: relative;
    z-index: 9;
}
section.home_page_banner_sec {
    /*background: #0068D7;*/
    padding-bottom: 0;
    position: relative;
}
.inner-wrapper {
    z-index: 2;
    top: 58%;
    transform: translateY(-50%);
    max-width: 640px;
    position: absolute;
}
footer {
    color: #fff;
    position: relative;
    z-index: 9;
    background: #212222;
}
.footer-sec {
    padding: 15px 0;
    font-size: 14px;
}
footer.footer-sec p {
    margin: 0;
    width: 100%
}
.footer-block ul {
  margin: 0;
}
.footer-block ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 0;
}
.footer-block > ul > li a:hover {
  color: #e03927;
}
.footer-block ul li {
    display: block;
    color: #fff;
}

.social_icon .nav-item a {
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 38px;
    padding: 0;
    border-radius: 50px;
    margin: 0 3px;
}

.social_icon .nav-item {
    display: inline-block;
}

.nav-item.facebook a {
    background: #3b5998;
}

.nav-item.twitter a {
    background: #1da1f2;
}
.nav-item.youtube a {
    background: #cd201f;
}

.nav-item.instagram a {
    background: #7C33B9;
}

.footer-bottom p {
    font-size: 12px;
    color: #8a8989;
}

.footer-bottom p {
    font-size: 12px;
    color: #8a8989;
    padding: 30px 0;
    margin-bottom: 0;
    border-top: 1px solid #595959;
}
.btn.video-btn {
    border: none;
    box-shadow: none;
    position: relative;
    padding: 0;
}

.video-box .play-icon {
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    border: 3px solid;
    z-index: 999;
    line-height: 90px;
    border-radius: 50px;
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
}

.video-box .play-icon i {
    margin-left: 8px;
}


/*=====================*/

.nav-item.dropdown.language-translator a[role="button"]{ 
    position: relative; 
    padding-right: 25px; 
}
.nav-item.dropdown.language-translator a[role="button"]:after {
    top: 7px;
    right: -10px;
    content: '';
    position: absolute;
    border-top: 15px solid #DADADA;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*Banner*/

h1.lp-form-title {
    color: #fff;
    font-size: 34px;
}
/*--CUSTOM RADIO--*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 60px;
    display: block;
    color: #fff;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 53px;
    height: 53px;
    border: 4px solid #ffde00;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 35px;
    height: 35px;
    background: #0068d7;
    position: absolute;
    top: 12px;
    left: 9px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
span.radio-text {
    padding-left: 70px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.custom-radio {
    width: 45%;
    display: inline-block;
}
/*--END CUSTOM RADIO--*/

.icon-grid {
    display: inline-block;
    color: #fff;
    margin-top: 10px;
}
.icon-grid span.icon-text {
    margin: 0 28px 0 15px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.detail-form {
    padding: 25px;
    margin:30px 0 0;
    background: rgb(255 255 255 / 15%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 0.99;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: black;
}
.lp-section-title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #0068D7;
}
.small-container {
    /* max-width: 1080px; */
    background: #F5F5F5;
    position: relative;
}
.small-container:before {
    content: '';
    background: #F5F5F5;
    position: absolute;
    width: 110%;
    height: 110%;
    left: -5%;
    top: 0;
    z-index: -1;
}
p.lp-desc {
    color: #707070;
    font-size: 20px;
    text-align: center;
    max-width: 910px;
    margin: -30px auto 30px;
}
.lp-description-wrapper p {
    font-size: 24px;
    font-weight: 500;
}
h2.lp-section-title-small {
    color: #0068D7;
    font-weight: 700;
}
.lp-description-wrapper ul {
    font-size: 24px;
    padding: 0;
}
.drfixit-work {
    color: #0068D7;
 }
.drfixit-work .advantage-card h3 {
    color: #0068D7;
}
.drfixit-why {
    background: #F5F5F5;
}
.advantage-card {
    text-align: center;
    background-color: #FFFFFF;
    padding: 45px 24px 34px 24px;
    height: 100%;
}
.advantage-card img {
    max-width: 90px;
    max-height: none;
    display: inline-block;
}
.drfixit-work .advantage-card img {
    max-width: 160px;
}
.advantage-card h3 {
    width: 100%;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 15px 0;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.advantage-card p {
    text-align: center;
    color:#707070;
    font-size: 18px;
}
.advantage-card1 {
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 10px 10px;
}
.advantage-card1 img {
    max-width: 90px;
    max-height: none;
    display: inline-block;
}
.advantage-card1 h3 {
    width: 100%;
    color: #ffde32;
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 15px 0;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
.advantage-card1 p {
    text-align: center;
    color:#ffffff;
    font-size: 20px;
}

ul {
    list-style: none;
}
li.faq-question {
    margin-bottom: 20px;
}
.lp-accordian-toggle {
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    font-weight: 500;
    line-height: 24px;
    background-color: #FFDE00;
    padding: 20px 100px 20px 24px;
    position: relative;
}
.lp-accordian-toggle:after {
    top: 50%;
    z-index: 2;
    width: 17px;
    content: '';
    right: 20px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    background: url(../../images/lp/arrow-down.svg) no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
li.faq-question:first-child .faq-answer {
    display: block;
}
.faq-answer {
    display: none;
    color: #404040;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 16px 5px 24px;
    background: #fff;
}
li.faq-question.active .lp-accordian-toggle:after {
    background: url(../../images/lp/arrow-up.svg) no-repeat;
    background-size: cover;
}
.faq-answer p {
    margin-bottom: 10px;
}
.faq-content-column {
    float: left;
    width: 100%;
    padding-right: 65px;
}

section.faq-section {
    background: #F5F3F3;
}
.testimonial-section {
    text-align: center;
    background: #19377C;
    color: #fff;
}
.lp-testimonial-slider {
    width: 100%;
    margin: 0 auto;
    max-width: 802px;
    position: relative;
}
img.lp-testimonial-image {
    display: block;
    max-width: 112px;
    max-height: 112px;
    border-radius: 100px;
    margin: 29px auto 20px auto;
}
.lp-testimonial-section h3.lp-section-title {
    font-size: 24px;
}
.lp-profile-name {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
}
.lp-profile-designation {
    color: #000000;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.lp-testimonial-slider .lp-description {
    margin-top: 15px;
    color: #707070;
    font-size: 20px;
}
.testimonial-section .lp-profile-name {
    color: #ffffff;
}
.testimonial-section .lp-testimonial-slider .lp-description {
    color: #ffffff;
}
.slick-prev {
    z-index: 1;
    left: -6%;
    width: 30px;
    height: 35px;
}
.slick-next {
    z-index: 1;
    right: -6%;
    width: 30px;
    height: 35px;
}
.lp-testimonial-slider-item {
    width: 100%;
    outline: none;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: url(../../images/lp/arrow-left.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-next,
.slick-next:focus, 
.slick-next:hover {
    background: url(../../images/lp/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonial-section .lp-testimonial-slider .slick-prev,
.testimonial-section .lp-testimonial-slider .slick-prev:focus,
.testimonial-section .lp-testimonial-slider .slick-prev:hover {
    background: url(../../images/lp/arrow-lefty.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-section .lp-testimonial-slider .slick-next,
.testimonial-section .lp-testimonial-slider .slick-next:focus, 
.testimonial-section .lp-testimonial-slider .slick-next:hover {
    background: url(../../images/lp/arrow-righty.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.video-section{
    text-align: center;
    padding: 0px 0 40px 0;
    background-color: #FFFFFF;
}
.video-section .lp-button-wrapper{
    margin-top: 27px;
}
.lp-video-wrapper {
    width: 75%;
    position: relative;
    margin: 0 auto 25px;
}
.lp-video-wrapper .playvideo-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.playvideo-icon img {
    width: auto;
    display: block;
    z-index: 1;
    position: relative;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.playvideo-icon span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    background-color: yellow;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.playvideo-icon span {
    z-index: 1;
}
p.copyrights-content {
    margin: 0;
}
.lp-prod-card {
   
    margin-bottom: 35px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    border: 1px solid #EFEFEF;
    margin: 0 15px;
}
.lp-prod-card-image img {
    margin: 0 auto;
}
.lp-prod-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 6px 10px 3px rgba(0,0,0,.2);
}
.lp-prod-card:nth-child(3n+3) {
    margin-right: 0;
}
.lp-prod-card-image {
    width: 100%;
    padding: 25px 0;
}
.lp-prod-card-caption {
    background: #fff;
}
.lp-prod-card-caption h3 {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0;
}
.lp-prod-card-caption h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    background: #FFDE00;
    padding: 10px;
}
.lp-prod-card-caption a {
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}
.lp-prod-wrapper.row {
    max-width: 1000px;
    margin: 0 auto;
}
button#getintouch-btn {
    background: #FFDE00;
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 5px 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 6px #00000029;
        cursor: pointer;
    color: #000000;
   /*   margin: 0 auto;
        display: block;*/
}

button#getintouch-btn:focus {
    outline: none;
}



.form-group label {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.form-group label span{
    font-size: 12px;
    font-weight: normal;
}
.form-group label img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    max-width:24px;
}
.form-control {
    padding: 10px;
    border: none;
    color: #212529;
    background: rgb(248 230 143 / 49%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 2px 6px #00000029;
    border-radius: 15px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(248 230 143);
    background: rgb(248 230 143);
}
.form-group {
    margin-bottom: 10px;
}
section.form-section {
    background: #19377C;
}
.detail-form .nature-of-site {
    display: flex;
}

.detail-form .nature-of-site h3.titleFont {
    color: #fff;
    font-size: 20px;
}

.detail-form .nature-of-site .custom-radio {
    width: auto;
    margin-left: 20px;
}
.detail-form .custom-radio [type="radio"]:checked + label:before, 
.detail-form .custom-radio [type="radio"]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
}
.detail-form span.radio-text {
    padding-left: 30px;
}
.detail-form .custom-radio [type="radio"]:checked + label,
.detail-form .custom-radio [type="radio"]:not(:checked) + label {
    line-height: 28px;
    color: #000000;
}
.detail-form .custom-radio [type="radio"]:checked + label:after, 
.detail-form .custom-radio [type="radio"]:not(:checked) + label:after {
    width: 12px;
    height: 12px;
    top: 7px;
    left: 4px;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
}
.form-control:-ms-input-placeholder {
  color: #000000;
}
.form-control::placeholder {
  color: #000000;
}
select.form-control {
    background-image: url(../../images/lp/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
form.dealer-form .lp-section-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
form.dealer-form .custom-radio-small {
    color: #fff;
    font-size: 20px;
}
form.dealer-form .custom-radio-small input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
form.dealer-form {
    max-width: 900px;
    margin: 0 auto;
}
form.dealer-form .form-group {
    padding: 0 35px;
}
ul.faq-accordian {
    padding: 0;
}
span.radio_text a {
    color: #ffde00;
}
.show_mb{
    display: none;
}
.slick-dots li button:before {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    margin-right: 0;
}

.slick-dots li.slick-active button:before {
    background: #ffde00;
}
ul.slick-dots {
    /*bottom: -35px;*/
    bottom: 0;
    position: relative;
}
/*.about_sec {
    background: ##F5F5F5;
    color: #fff;
}*/
.dealer-section .row {
    max-width: 850px;
    margin: 0 auto;
}
.dealer_box {
    background: #FFDE00;
    padding: 30px;
    width: 95%;
    margin: 0 auto 10%;
}
.dealer_box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}
.dealer_box p {
    margin: 0;
    max-width: 230px;
    font-size: 18px;
    font-weight: 500;
}
.dealer_box a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.prod_desc {
    background: #0068D7;
    color: #fff;
    text-align: left;
    padding: 10px;
    display: none;
}
.prod_desc ul {
    padding-left: 15px;
    font-size: 12px;
    list-style: disc;
}
.prod_desc h4 {
    font-size: 15px;
}
span.price small {
    font-size: 12px;
}

.lp-prod-card-caption a.read_more img ,.lp-prod-card-caption read_more img {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}
.lp-prod-card-caption .read_more{
    font-weight: 600;
    color: #007bff;
}

.lp-prod-card-caption a.read_more {
    font-weight: 600;
}
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f3f3f3;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-inner,.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    background-image: url(../../images/lp/fancybox_sprite.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close {
    background-image: url(../../images/lp/popup-close.png)
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../../images/lp/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
    height: 50px;
    right: -50px;
    width: 50px
}

.fancybox-close,.fancybox-nav {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 8040
}

.fancybox-nav {
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: transparent url(../../images/lp/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.fancybox-prev {
    left: -10px;
    background: url(../../images/lp/prev.png)
}

.fancybox-next,.fancybox-prev {
    width: 50px;
    height: 45px;
    top: 40%
}

.fancybox-next {
    right: -10px;
    background: url(../../images/lp/next.png)
}

.fancybox-nav span {
    position: absolute;
    top: 40%;
    width: 35px;
    height: 58px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: -257px -125px
}

.fancybox-next span {
    right: 10px;
    background-position: -305px -125px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock,.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../../images/lp/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    font-size: 15px;
    z-index: 1102;
    background: #383838;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: .8;
    padding: 10px 0;
    color: #fff;
    font-weight: 700
}

.fancybox-title span {
    padding-left: 10px
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(../../images/lp/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(../../images/lp/fancybox.png) -40px -90px no-repeat
}
.lp-prod-title.height-title {
    height: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: center;
    justify-content: center;
}
#fancybox-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 3px;
    background: url(../../images/lp/fancybox-x.png) 0 -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(../../images/lp/fancybox.png) -55px -90px no-repeat
}
.card_slider .slick-track{
    display: flex !important;
}
.card_slider .slick-slide{
    height: inherit !important;
    display: flex;
}
.slick-dots li button:before{
    content: "";
}
.btn_common {
    background: #FFDE00;
    font-weight: 700;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
}
.about_sec .embedimgblock {
    background: #FFD60C;
    padding: 0px 0px 20px 0px;
    margin-left: 20px;
}
.about_sec .embedimgblock img {
    margin-top: -20px;
    margin-left: -20px;
}
.slick-slide .col-md-4 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about_sec .embedimgblock.left {
    margin-left: 0px;
    margin-right: 20px;
    padding: 0px 0px 20px 0px;
}
.about_sec .embedimgblock.left img {
    margin-left: 20px;
}
.lp-description-wrapper ul li {
    position: relative;
}

.lp-description-wrapper ul li:before {
    content: url(../../images/lp/li.svg);
        margin-right: 10px;
}
.lp-testimonial-slider-item {
    position: relative;
}
.lp-testimonial-slider-item h3.lp-profile-name {
    position: absolute;
    color: #fff;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
}
div#otp-area {
    padding: 25px;
    margin: 40px 0 0;
    background: rgb(255 255 255 / 15%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 0.99;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}
h2.lp-form-title {
    color: #fff;
    font-size: 20px;
}
label#lp-enter-otp {
    width: 75%;
}
button#getintouch-otp-btn {
    display: block;
    font-size: 20px;
}
.about_sec.sec_padd + .about_sec.sec_padd {
    padding: 100px 0;
}
span#lp_category_error {
    padding-left: 15px;
}
span#lp_permission_error {
    padding-left: 15px;
}
.detail-form small {
    text-align: right;
    display: block;
    color: #fff;
}
.checkbox-checkbox label{
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
}
.custom-checkbox label:before {
    width: 19px;
    height: 19px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 0;
    vertical-align: -5px;
    content: '';
    display: inline-block;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom-checkbox input:checked+label:before {
    border: 1px solid #ffde00;
    background-color: #ffde00;
}
.custom-checkbox {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    position: relative;
}
.custom-checkbox label span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}
.custom-checkbox input[type=checkbox]:checked+label::after {
    opacity: 1;
}
input#lp-permission-check {
    opacity: 0;
    position: absolute;
    margin: 0;
    display: block;
}
.custom-checkbox input[type=checkbox]+label::after {
    opacity: 0;
    top: 5px;
    left: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.lp-prod-title {
    background: #fff;
    padding: 5px 5px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0;
}
p.lp-section-sub-title.wow.fadeInUp {
    margin-bottom: 40px;
    text-align: center;
    color: #707070;
    font-size: 24px;
}
img.footer_logo {
    max-width: 86px;
    display: block;
    margin: 0 auto;
}

/*.lang_tran a.btn.btn-secondary{
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 16px 18px;
    cursor: pointer;
    max-width: 190px;
    cursor: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 61px;
    margin-left: 10px;
    background-color: #0000;
    color: #fff;
    display: block;
}*/
.top_btns {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
        margin-right: -100px;
    margin-top: -10px;
}
#langSelector option {
    color: #333;
}
select#langSelector {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position-x: 82%;
    background-position-y: 47%;
     background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
#langSelector {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 40px 10px;
    cursor: pointer;
    max-width: 190px;
    cursor: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 62.5px;
    margin-left: 10px;
    background-color: #0000;
    color: #fff;
    display: block;
}
section.product-section.sec_padd .slick-slide {
    height: auto;
}
a.read_more1 img {
    display: inline-block;
}
h1.lp-form-heads {
    color: #fff;
    font-size: 45px;
}
p.parag {
    color: white;
    font-size: 30px;
}
.btn-texts{
    background: #FFDE00;
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 5px 25px;
    border-radius: 15px;
    box-shadow: 0px 5px 6px #00000029;
    color: #000000;
}
.lang_tran {
    display: -webkit-inline-box;
}
.lang_trans {
    display: -webkit-inline-box;
       margin-left: -51px;
}
section.home_page_banner_secs {
    margin-top: 100px;
    background: #004680;
  
    height: 500px;
}
.footer-sec-two {
    padding: 15px 0;
    font-size: 14px;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
}
.head {
    padding: 150px 0;
    text-align: center;
}
.valid-text{
    color: #000; 
    background: #ffffff73;
     padding: 0 5px 3px; 
     display: none;
       margin-left: 15px;

}

.valid-text.texttx {
    color: #000;
    background: #ffffff73;
    /* padding: 0 5px 3px; */
    display: none;
    margin-left: 0;
    font-size: 15px;
     
   
}

.selectize-input{
    min-height: 34px;
    padding: 15px !important;
    border: none !important;
    color: #000000 !important;
    background: rgb(248 230 143 / 49%) 0% 0% no-repeat padding-box !important;
    box-shadow: inset 0px 2px 6px #00000029 !important;
    border-radius: 15px !important;
}
select::placeholder {
    color: rgb(0, 0, 0) !important;
  }
  .form-control.selectize-control{
    z-index: 999;
  }

  .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
    background: #cab684 !important;
    padding: 6px !important;
}
input#lp_district-selectized:placeholder {
    color: #000 !important;
}
h3.lp-form-title {
    color: white;
}

.lang_tran a.btn.btn-secondary.dropdown-toggles {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 11px 35px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 48px;
    margin-left: 10px;
    background-color: #0000;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/*------------ Media Css ----------*/

@media (min-width: 230px) and (max-width: 767px){
#getintouch-btnRequest {
    background: #FFDE00;
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    box-shadow: 0px 5px 6px #00000029;
    right: 0;
    position: fixed;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    text-align: center;  
      top: inherit;
}
 
.fixed-top .col-md-5 {
    width: 54%;
}
 .fixed-top {
    position: relative; 
}
header.fixed-top.newClass { 
    position: fixed;
}
.advice-centers {
 padding: 5px 2px;
    cursor: pointer;
    min-width: 71px;
    top: 0px;
}
.advice-centers span {
    font-size: 6px;
   
}
/*.lang_tran a.btn.btn-secondary.dropdown-toggles {
   border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px 2px;
    cursor: pointer;
    width: 90px;
    cursor: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 35px;
    margin-left: 10px;
    background-color: #0000;
    color: #fff;
    display: block;
    font-size: 7px;
}*/
.top_btns {
        margin-right: -8px;
    margin-top: -2px;
}
.advice-centers a.number {
    font-size: 11px;
   
}

}
@media(min-width: 768px){
    /*.lang_tran a.btn.btn-secondary.dropdown-toggle {
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 11px 18px;
        cursor: pointer;
        max-width: 190px;
        cursor: auto;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        height: 48px;
        margin-left: 10px;
        background-color: #0000;
        color: #fff;
        display: block;*/

    }
    .lang_tran .dropdown-menu{
        left: 10px;
    }
/*.lang_tran a.btn.btn-secondary.dropdown-toggles {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 17px 3px;
    width: 175px;
    cursor: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    height: 50px;
    margin-left: 10px;
    background-color: #0000;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 12px;
}
*/

    }
@media(max-width: 1600px){
.banner-background img {
    min-height: 900px;
    object-fit: cover;
    object-position: right;
}
}

@media only screen and (max-width: 1439px){
.small-container:before{
    content: none;
}
.banner-background img {
    min-height: 888px;
    object-fit: cover;
}
}

@media (max-width: 1300px){
.advice-center {
    top: 0 !important;
    right: 0 !important;
}
.banner-background img {
    min-height: 770px;
}

.lp-section-title {
    font-size: 30px;
}
.about_sec .embedimgblock img {
    margin-top: -2px;
  
}
h2.lp-section-title-small {
    font-size: 24px;
}
/*.lang_tran a.btn.btn-secondary.dropdown-toggles {
    
    padding: 11px 5px;
    width: 170px;
    font-size: 14px;
    height: 44px;
}*/
}

@media only screen and (max-width: 1199px){
.width_full {
    padding: 0;
    max-width: 100%;
    margin-bottom: 40px;
}    
section.about_sec.sec_padd {
    padding-top: 0;
}
img.img_user {
    width: 100%;
}
.custom-checkbox label span {
    color: #000000;
}
.detail-form span.radio-text {
    padding-left: 25px;
    font-size: 14px;
    color: #000000;
}
.detail-form .nature-of-site h3.titleFont {
    font-size: 14px;
    margin-top: 5px;
    color: #000000;
} 
.detail-form h1.lp-form-title {
    padding-right: 0;
    color: #0068D7;
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
}
.bannerDesc img {
        /*width: 80px;*/
    min-height: auto;
}
.bannerDesc {
    position: absolute;
    left: 12px;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.detail-form small {
    color: #212529;
}
    .detail-form {
        background: transparent;
    }
    .form_top {
        display: none;
        position: relative;
    }
    .inner-wrapper {
        background: #EBEBEB;
        padding: 20px;
        margin: 0 0px;
        position: relative;
        top: 0;
        transform: none;
        max-width: initial;
    }
    .detail-form{
        margin: 0;
        padding: 0 10px;
    }
      .show_mb{
        display: block;
    }
    .hide_mb{
        display: none;
    }
    .lp-banner-slider {
        position: relative;
    }
    .inner-wrapper {
       /* top: 50%;*/
    }
    .about_sec.sec_padd + .about_sec.sec_padd {
        padding: 30px 0 50px;
    }
    .banner-background img {
        min-height: auto;
    }
    .slick-next{
        right: 0;
    }
    .slick-prev{
        left: 0;
    }
    h1.lp-form-title{
        font-size: 24px;
    }
    header > .navbar {
        position: relative;
        background: #212222;
    }
    .nav-item.dropdown.language-translator a[role="button"]:after{
        right: 0px;
    }
    .advice-centers {
    height: 45px;
}
h3.lp-form-title {
    color: rgb(0, 0, 0);
}

}
@media only screen and (max-width: 991px){
.row.card_slider1 .col-md-4 {
    display: block;
    max-width: 100%;
    flex: 100%;
    margin: 5px 0px;
}
.lp-prod-card {
    margin: 0;
}
    form.dealer-form .custom-radio-small label {
        font-size: 12px;
    }
    .inner-wrapper {
            max-width: 100%;
    width: 100%;
    margin: 0;
    }
    .form-group label{
        font-size: 15px;
        color: #0068D7;
    }
    ul.navbar-nav {
        flex-direction: row;
    }
    span.radio-text{
        font-size: 14px;
    }
    .form-control{
        background: rgb(255 214 12 / 43%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 2px 4px #4741411A, 0px 3px 6px #00000029;
        border-radius: 15px;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }
    .form-group {
        margin-bottom: 10px;
    }
    .detail-form{
        margin-top: 20px;
    }
    h1.lp-form-title {
        font-size: 20px;
    }
    .icon-grid img {
        /*max-width: 40px;*/
    }
    .inner-wrapper {
        /*max-width: 60%;*/
    }
    h2.lp-section-title-small {
        font-size: 24px;
    }
    .lp-description-wrapper p, .lp-description-wrapper ul {
        font-size: 18px;
    }.lp-description-wrapper p, .lp-description-wrapper ul {
        font-size: 18px;
    }
    .lp-section-title {
        font-size: 22px;
    }

}

@media only screen and (max-width: 767px){
.valid-text {
    width: 80%;
    margin-left: 45px;
}
.width_full {
    margin-bottom: 0;
}
    section.product-section.sec_padd .slick-slide {
        height: auto;
    }
    section.drfixit-why.sec_padd .slick-slide {
        height: auto;
    }
    
    .banner-background img {
        /*min-height: 280px;*/
        object-fit: cover;
        object-position: right;
    }
    
    h1.lp-form-heads {
        color: #fff;
        font-size: 24px;
    }
    
    .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
        width: 15px;
        height: 15px;
        top: 11px;
        left: 7px;
    }
    span.radio-text {
        padding-left: 45px;
    }
    .custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
        line-height: 35px;
    }
    .custom-radio [type="radio"]:checked + label:before, .custom-radio [type="radio"]:not(:checked) + label:before {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next{
        right: 0;
    }
    h1.lp-form-title {
      font-size: 16px;
    width: 80%;
    }
    .lp-section-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .sec_padd {
        padding: 30px 0;
    }
    h2.lp-section-title-small {
        margin-bottom: 40px;
        text-align: center;
        font-size: 20px;
    }
    .advantage-card {
        margin-bottom: 15px;
        padding: 20px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .lp-accordian-toggle {
        padding: 15px 50px 15px 15px;
        font-size: 18px;
    }
    .faq-answer {
        font-size: 15px;
        padding: 15px 15px 5px 15px;
        line-height: 22px;
    }
    .lp-testimonial-slider {
        padding: 0 25px;
    }
    .lp-testimonial-slider .lp-description {
        font-size: 15px;
    }
    .nav-item.dropdown.language-translator a[role="button"] {
        padding: 5px 15px 8px 10px;
    }
    a.navbar-brand img {
        width: 92px;
    }
    .navbar-expand-lg .navbar-nav li {
        font-size: 12px;
    }
    ul.navbar-nav {
        flex-direction: row;
    }
    .language-translator {
        padding: 0px 0;
    }
    .nav-item.dropdown.language-translator a[role="button"]:after {
        top: 8px;
        right: 0px;
        border-top: 10px solid #DADADA;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
  
    .form_top .custom-radio {
        width: 100%;
    }
    .form_top h1.lp-form-title {
        font-size: 15px;
        line-height: 20px;
    }
    .form_top img {
        position: absolute;
        right: 0;
        bottom: -45px;
        width: 55%;
    }
    
    .form_top > div {
        width: 50%;
    }
    .lp-description-wrapper p,
    .lp-description-wrapper ul {
        font-size: 16px;
    }
    .advantage-card p {
        font-size: 17px;
    }
    .advantage-card1 p {
        font-size: 18px;
    }
    .lp-profile-name{
        font-size: 18px;
    }
    .form-group {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    
    
    .detail-form .nature-of-site .custom-radio {
        margin-left: 5px;
    }
    .embedimgblock {
        margin: 15px 0;
    }
    .embedimgblock img {
        width: 100%;
    }
    .row.card_slider1 {
        padding: 0px 20px;
    }
    .slick-next{
        width: 20px;
        height: 24px;
    }
    .slick-prev{
        width: 20px;
        height: 24px;
    }
    .lp-video-wrapper{
        width: 100%;
    }
    .lp-prod-wrapper.row .col-md-4 {
    margin-bottom: 10px;
}
    .lp-video-wrapper .playvideo-icon{
        width: 40px;
        height: 40px;
    }
    .playvideo-icon span:after{
        width: 40px;
        height: 40px;
    }
    .testimonial-section .slick-arrow {
        display: none !important;
    }
    .video-section .slick-next,
    .video-section .slick-prev{
        top: 20%;
    }
    form.dealer-form .form-group {
        padding: 0 15px;
    }
    .small-container:before{
        content: none;
    }
    section.about_sec {
        background: #EBEBEB;
    }
    section.about_sec + section.about_sec {
        background: transparent;
    }
    .small-container {
        background: transparent;
    }
    .footer-sec {
        font-size: 10px;
    }
    .footer-sec img {
        width: 50px;
    }
    
 
    .footer-sec .col-md-auto.col-12 {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }
    .about_sec.sec_padd + .about_sec.sec_padd {
        padding: 30px 0;
    }
    .form-group {
        display: flex;
        align-items: center;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    .form-group label {
        margin-right: 10px;
        margin-bottom: 0;
    }
  /*  span#lp_name_error {
        width: 100%;
    }*/
.valid-text.texttx {
    width: 70%;
    margin-left: 40px !important;
}

    .form-control {
        width: 85%;
    }
   
    .banner-background > img {
        min-height: 280px;
    }
    .bannerDesc {
        /*width: 55%;*/
    }
    .detail-form h3.lp-form-title {
    padding-right: 0;
  color: #0068D7;
    text-align: center;
    padding-bottom: 0px;
    font-size: 19px;
}

.custom-checkbox label span {
    font-size: 12px;
}
button#getintouch-btn {
       font-size: 16px;
    padding: 11px 25px;
}
p.lp-section-sub-title.wow.fadeInUp {
    font-size: 18px;
}

    .icon-grid span.icon-text{
        font-size: 16px;
    }
    .lp-section-title {
       font-size: 18px;
    line-height: 30px;
    }
    .lp-testimonial-slider {
        padding: 0 0px;
    }
    .lp-profile-name {
        font-size: 15px;
    }
    .inner-wrapper {
        max-width: initial;
        margin: 0px;
    }
    .lp-testimonial-slider-item h3.lp-profile-name{
        display: none;
    }
.advantage-card {
    height: auto;
}
p.parag {
  
    font-size: 18px;
    line-height: 20px;
}


}      

@media (max-width: 350px){
.advice-center {
        padding: 10px 10px;
}    
}      

input#lp_district-selectized {
    width: 100% !important;
}
.followus{margin-top: 15px;}
a.socialmedia {
    font-size: 20px;
    margin: 0 5px;
    color: #fff;
}


@media (max-width: 500px){
.followus{margin-top: 0px;}  
.footer-sec .col-xs-6 {
    width: 50% !important;
    max-width: 50% !important;
}  
.footer-sec {
    padding-bottom: 60px;
}
.footer-sec .col-md-12.col-6 {
    margin-top: 10px;
}
}