@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

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: 50%;
    transform: translateY(-50%);
    max-width: 570px;
    position: absolute;
}
footer {
    color: #fff;
    position: relative;
    z-index: 9;
    background: #19377c;
}
.footer-sec {
    padding: 25px 0;
}
.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: 36px;
}
/*--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;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.detail-form {
    /* border: 1px solid #FFFFFF; */
    /* border-radius: 15px; */
    /* background: #2C8FF8; */
    /* padding: 25px; */
    margin: 40px 0 0;
}
.lp-section-title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.small-container{
    max-width: 1080px;
}
p.lp-desc {
    color: #707070;
    font-size: 20px;
    text-align: center;
    max-width: 910px;
    margin: -30px auto 30px;
}
.lp-description-wrapper p {
    font-size: 20px;
    color: #ffffff;
}
.drfixit-work {
    color: #0068D7;
 }
.drfixit-work .advantage-card h3 {
    color: #0068D7;
}
.drfixit-why {
    background: #19377C;
    color: #fff;
}
.advantage-card {
    text-align: center;
    background-color: #FFFFFF;
    padding: 45px 24px 34px 24px;
}
.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: 22px;
    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: 30px;
    margin: 0;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    font-weight: 500;
    min-height: 60px;
}

.advantage-card1 p {
    text-align: left;
    color:#ffffff;
    font-size: 18px;
}

ul {
    list-style: none;
}
li.faq-question {
    margin-bottom: 20px;
}
.lp-accordian-toggle {
    color: #000000;    
    cursor: pointer;
    font-weight: 500;    
    background-color: #FFDE00;   
    position: relative;
    padding: 15px 50px 15px 15px;
    font-size: 18px;
    line-height: normal;
}

/*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;
  padding-bottom: 0;
}
.testimonial-section {
    text-align: center;
  background: #19377C;
  color: #fff;
/*  border-top: 50px solid #F5F3F3;*/
}
.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: -10%;
    width: 30px;
    height: 35px;
}
.slick-next {
    z-index: 1;
    right: -10%;
    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-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-next,
.slick-next:focus, 
.slick-next:hover {
    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-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: 35px 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;
    text-align: right;
    display: inline-block;
   /* margin-right: 10px;*/
}

.copyrightdesgn {
    text-align: right;
}

.copyrightdesgn a.contentFont {
    color: #fff;
}

.copyrightdesgn a.contentFont {
    color: #fff;
    text-decoration: none;
}


.lp-prod-card {
    cursor: pointer;
    margin-bottom: 35px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    border: 1px solid #D4D2D2;
    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;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 15px;
    margin-bottom: 0;
}
.lp-prod-card-caption h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    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;
}
.form-group label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.form-group label img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    max-width:24px;
}
.form-control {
    background: #072A65;
    border-radius: 15px;
    padding: 15px;
    border: none;
    color: #ffff;
}
.form-control:focus {
    color: #fff;
    background: #072a65;
}
.form-group {
    margin-bottom: 25px;
}
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;
}
.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: #3160AF;
    font-weight:500;
}
.form-control:-ms-input-placeholder {
  color: #3160AF;
  font-weight:500;
}
.form-control::placeholder {
  color: #3160AF;
  font-weight:500; 
}

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;
    position: relative;
}
form.dealer-form .custom-radio-small input {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
}

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: #19377C;
    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;*/
    background: #19377C;
    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 {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}

/*.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 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}



#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.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;
}

.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
}

#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;
}
.form-control:disabled, .form-control[readonly] {
    background: #072a65;
}

#dealer-form-saction .dealer-form .row {
  margin: 0;
  padding: 0 10px;
}  

#dealer-form-saction .col-md-12.dealer-title {
  padding-left: 0;
}

li.faq-question.active .lp-accordian-toggle:after {

    background-size: 14px !important;
}
/*------------ Media Css ----------*/
@media only screen and (max-width: 1199px){
    .slick-next{
        right: 0;
    }
    .slick-prev{
        left: 0;
    }
    h1.lp-form-title{
        font-size: 24px;
    }
    header > .navbar {
        position: relative;
        background: #19377c;
    }
    .nav-item.dropdown.language-translator a[role="button"]:after{
        right: 0px;
    }

}
@media only screen and (max-width: 991px){
    form.dealer-form .custom-radio-small label {
        font-size: 12px;
    }
    .inner-wrapper {
        max-width: 50%;
    }
    .form-group label{
        font-size: 15px;
    }
    ul.navbar-nav {
        flex-direction: row;
    }
    span.radio-text{
        font-size: 14px;
    }
    .form-control{
        padding: 10px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .detail-form{
        margin-top: 20px;
    }
    h1.lp-form-title {
        font-size: 20px;
    }
    .icon-grid img {
        max-width: 40px;
    }
}
@media only screen and (max-width: 767px){
    header > .navbar {
        position: relative;
        background: #19377C;
    }
    .inner-wrapper {
        background: #19377C;
        padding: 20px;
        margin: 0 -12px;
        position: relative;
        top: 0;
        transform: none;
        max-width: initial;
    }
    .detail-form{
        margin: 0;
        padding: 0 10px;
    }
    .bannerDesc {
        position: absolute;
        left: 12px;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .lp-banner-slider {
        position: relative;
    }
    .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: 20px;
    }
    .lp-section-title {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .sec_padd {
        padding: 30px 0;
    }
    h2.lp-section-title-small {
        margin-bottom: 10px;
        text-align: left;
    }
    .advantage-card {
        margin-bottom: 15px;
        padding: 0px 20px 0px 20px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
   /* .lp-accordian-toggle {
        padding: 15px 50px 15px 15px;
        font-size: 18px;
        line-height: normal;
    }*/
    .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;
    }
    .show_mb{
        display: block;
    }
    .hide_mb{
        display: none;
    }
    .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 {
        display: none;
        position: relative;
    }
    .form_top > div {
        width: 50%;
    }
    .lp-description-wrapper p {
        font-size: 18px;
    }
    .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 span.radio-text {
        padding-left: 25px;
        font-size: 14px;
    }
    .detail-form .nature-of-site h3.titleFont {
        font-size: 14px;
        margin-top: 5px
    }
    .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: 90%;
    }
    .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;
    }
   /* .getotpbtn{
        margin-top:90px;
    }*/
}


/*New Lading page start*/

.form-group.col-md-6.cus-mrgn {
    margin-bottom: 5px;
}

/*.nature-of-site {
    margin-bottom: 15px;
}*/

.nature-of-site.fullwidth .icon-grid {
    width: auto;
    padding-left: 65px;
    position: relative;
    text-align: left;
}

.nature-of-site.fullwidth .icon-grid img {
    position: absolute;
    left: 0;
    top: 0;
}


.lp-prod-card .lp-prod-card-caption a {
  padding-bottom: 0;
}

.drfixit-why .lp-section-title, .product-section .lp-section-title  {
  margin-bottom: 30px;
}



.video-section .lp-section-title {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: normal;
}


.drfixit-work{
    overflow: hidden;
}
/*.testimonial-section .slick-arrow*/
 .drfixit-work .slick-prev.slick-arrow, .testimonial-section .slick-prev.slick-arrow, .video-section .slick-prev.slick-arrow, .product-section .slick-prev.slick-arrow {
  left: -40px;
  right: auto;
}
.drfixit-work .slick-prev.slick-arrow::after,
 .testimonial-section .slick-prev.slick-arrow::after,
 .video-section .slick-prev.slick-arrow::after,
  .product-section .slick-prev.slick-arrow::after
{
 position: absolute;
content: "";
top: 0;
left: 0;
bottom: 0;
margin: auto;
border-right: 25px solid #0068D7;
border-bottom: 17px solid transparent;
border-top: 17px solid transparent;
}


.drfixit-work .slick-next.slick-arrow,
 .testimonial-section  .slick-next.slick-arrow,
 .video-section .slick-next.slick-arrow,
  .product-section .slick-next.slick-arrow {
  right: -35px;
  left: auto;
}


.lp-profile-name {
  line-height: 30px;
}
.drfixit-work .slick-next.slick-arrow::after,
 .testimonial-section .slick-next.slick-arrow::after,
 .video-section .slick-next.slick-arrow::after, 
 .product-section .slick-next.slick-arrow::after {
position: absolute;
content: "";
width: 14px;
height: 14px;
top: 1px;
left: 0;
border-left: 0px solid red;
border-top: 17px solid transparent;
border-bottom: 17px solid transparent;
border-left: 25px solid #0068D7;
}

.drfixit-work .slick-arrow:hover,
.testimonial-section .slick-arrow:hover,
.product-section .slick-arrow:hover,
.video-section .slick-arrow:hover,
.testimonial-section .slick-arrow:hover
{
    background-image: none;

}
.testimonial-section .lp-testimonial-slider .slick-arrow:hover {
  background: none !important;
}


.testimonial-section .lp-section-title {
  margin-bottom: 30px;
}

.product-section .lp-section-title {
  margin-bottom: 50px;
}


.testimonial-section .slick-next.slick-arrow {
  right: -50px;
  left: auto;
}


.testimonial-section .slick-prev.slick-arrow{
  left: -50px;
  right: auto;
}

/*.video-section .slick-next.slick-arrow {
  left: 0;
  right: auto;
}*/


.video-section .slick-prev.slick-arrow{
  right:0;
  left: auto;
}



.testimonial-section .slick-next.slick-arrow::after {
  border-left: 25px solid #FFDE00;
  border-top: 17px solid transparent;
border-bottom: 17px solid transparent;
}

.testimonial-section .slick-prev.slick-arrow::after {
  border-right: 25px solid #FFDE00;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}


.form-control#dl_email::placeholder, #lp_email::placeholder{
  text-transform: uppercase;
}

.lp-prod-card-caption a.read_more {
  font-weight: 600;
  margin: 8px 0;
  font-size: 14px;
}

/*.lp-prod-card-caption h3 {
  font-size: 20px;
}
*/
/*.lp-prod-card-caption h2
{
    font-size: 18px;

}*/

.flexigrid .main-table-box div.bDiv table td div.tools {
  text-align: center;
  margin-top: 0;
  min-width: 111px;
}



/*section.faq-section .faq-accordian .lp-accordian-toggle 
    {
      padding: 20px 50px 20px 24px;
    }*/


form.dealer-form .custom-radio-small label {
    display: inline-block;
    padding-left: 25px;
    margin-bottom: 0px;
}

.share-title {
    margin-top: 30px;
    margin-bottom: 0;
}


h2.contentFont2 {
    color: #fff;
    margin-top: 15px;
    display: block;
    font-size: 26px;
}

#getintouch-form .dl-error, #getintouch-form .error, form.dealer-form .dl-error {
   color: yellow;
  font-weight: bold;
  font-size: 16px;
}
.success-msg{
   font-weight: bold;
   font-size: 32px; 
}

.video-section .slick-next.slick-arrow {
    left: auto;
    right: 0;
    top: 36%;
}

.video-section .slick-prev.slick-arrow {
    right: auto;
    left: 0;
    top: 36%;
}

.nature-of-site {
    /*margin-bottom: 30px;*/
    margin-top: 10px;
    display: flex;
    /*justify-content: space-between;*/
}

.prod_desc ul {
  font-size: 15px;
}

.lp-description-wrapper ul li {
  list-style: inside;
}

.drfixit-why h2.lp-section-title {
    text-align: center;
    margin-bottom: 0;
}

.advantage-card1 {
    display: flex;
    padding: 0;
    border: none;
    text-align: left;
    margin: 0;
}
.advantage-card1 .embedpicture img {
    max-width: 100%;

}
.advantage-card1 .embedpicture {
    /*width: 200px;*/
    min-width: 75px;
    margin-right: 15px;
}

.drfixit-why .row.card_slider1 {
    margin-top: 40px;
}
    
.drfixit-why h5 {
  font-size: 18px;
  text-align: center;
} 
/*add css in max-width:767p*/

.share-title {
  margin-top: 40px;
}

#getintouch-form {
  margin-top: 15px;
}

#getintouch-form .dl-error,
 #getintouch-form .error,
  form.dealer-form .dl-error,
.dl-error, .error
   {
  color:#fdfd02 !important;

}



.sec_padd .qus, .qus {
  font-family: 'Roboto', sans-serif;
}

.advantage-card1 .embedimgblock {
    margin: auto;
    text-align: center;
    /*text-align: right;*/
}



.product-img {
  margin-right: 20px;
}

/*.drfixit-why, .drfixit-work {
  font-family: 'Roboto', sans-serif;
}*/


.form-group.text-end.text-white.mnd-field-top {
    margin-top: 0;
    margin-bottom: 0;
}

.mrg-btm{
    margin-bottom: 5px;
}

li.faq-question span {
  font-family: 'futura-pt', sans-serif !important;
  font-size: 20px !important;
  color: #404040 !important;
  line-height: 28px;
}



section.keyword-section h3 {
    display:block;
    /*font-weight: normal;*/
    font-size: 18px;
    margin-right: 5px;
}



/*============*/

@media only screen and (min-width:991px)
{

    .inner-wrapper {
      left: 0;
      right: 0;
      margin: auto;
      max-width: 1200px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .lp-banner-content {
      max-width: 570px;
    }
}


/*@media only screen and (min-width:1200px)
{

    .inner-wrapper {

  left: 70px;
}

}
*/

@media only screen and (min-width: 991px) and  (max-width: 1024px)
{
    .lp-banner-content {
        max-width: 540px;
        padding-left: 30px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1024px) and  (max-width: 1299px)
{
    .lp-banner-content {
        max-width: 570px;
        padding-left: 50px;
    }
}



@media only screen and (min-width: 767px)
{
   
  /*  .row.card_slider1 {
      margin: 0 -45px;
    }*/

   /* .advantage-card1 {
      margin: 0 30px;
    }
*/
    section.faq-section .faq-accordian .lp-accordian-toggle {
      padding: 20px 30px 20px 24px;
    }

    .video-section.sec_padd .lp-section-title {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .inner-wrapper {
      margin-top: 30px;
    }

}


@media only screen and (min-width: 767px) and  (max-width: 991px){

.banner-background.hide_mb {
  display: none;
}

.banner-background.show_mb {
  display: block;
}

.banner-background.show_mb .bannerDesc {
  display: none;
}

.nature-of-site {
  display: block;
}

.inner-wrapper {
  left: 40px;
  margin-top: 0;
}

.mobile-banner-icon {
  display: block;
  margin-top: 15px;
}

.nature-of-site.fullwidth .icon-grid {
  padding-left: 50px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nature-of-site.fullwidth .icon-grid img {
  top: -5px;
}

.banner-background.show_mb .bannerDesc {
  display: none;
}

.banner-background.show_mb img {
  width: 100%;
}

.inner-wrapper {
  margin-top: 0;
  left: 40px;
}
.mobile-banner-icon {
  display: block;
  margin-top: 15px;
}

.icon-grid span.icon-text {
  font-size: 16px;
}

}





@media only screen and (max-width: 767px)
{
    .success-msg{
       font-weight: bold;
       font-size: 20px; 
    }

    .bannerDesc .btn_common
       {
      display: none;
    }


    #getintouch-form button.getintouch-btn {
      font-size: 16px;
    }

    .detail-form .nature-of-site .custom-radio {
      margin-left: 15px;
    }
    .prod_desc ul {
      font-size: 14px;
    }


    .custom-row .product-img {
      margin: auto;
      width: 100%;
    }

    .custom-row .embedpicture {
        margin-right: 35px;
    }

    .drfixit-work .advantage-card img {
      max-width: 160px;
      width: auto;
    }
    .advantage-card1 {
      margin: 0 10px;
    }

    .detail-form .nature-of-site .custom-radio {
      margin-left: 0;
      margin-right: 15px;
    }

    .detail-form .nature-of-site {
      display: block;
    }

    .video-section {
      padding: 30px 10px;
    }
    form.dealer-form .form-group.text-end.text-white {
        font-size: 12px;
        margin: 0;
    }

    .product-img {
      margin-right: 0px;
    }
    .mobile-banner-icon {
      display: block;
      margin-top: 15px;
    }
    .nature-of-site.mobile-banner-icon .icon-grid span {
        font-size: 16px;
        font-weight: normal;
        padding-left: 8px;
        display: inline-block;
    }
    .nature-of-site.mobile-banner-icon .icon-grid {
      padding-left: 0px;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    


    .nature-of-site.mobile-banner-icon .icon-grid img {
      max-width: 30px;
      vertical-align: top;
    }
    .bannerDesc .lp-form-title {
      font-size: 20px;
    }

    .bannerDesc {
      width: 55%;
/*      left: 30px;*/
    }

    .advantage-card1 .embedpicture img {
        max-width: 100%;
        width: auto !important;
    }


    .custom-row .embedpicture {
  margin: auto !important;
}
.share-title, .share-title  h3{
    margin-top: 0;
}


.detail-form .form-group .label_title, form.dealer-form .form-group .label_title  {
  display: none;
}

.detail-form .form-group, form.dealer-form .form-group {
  position: relative;
  padding-left: 35px;
}

.detail-form .form-group label, form.dealer-form .form-group > label{
  position: absolute;
  left: 0;
  top: 10px;
}

h2.contentFont2 {
  margin-top: 0;
}

#getintouch-form {
  margin-top: 0;
}

form.dealer-form .lp-section-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}


form.dealer-form .custom-radio-small input {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
}
#getintouch-form .dl-error, #getintouch-form .error, form.dealer-form .dl-error{
    font-size: :14px;
}

}

@media only screen and (max-width: 480px){

    .mobile-banner-icon {
      display: block;
      margin-top: 15px;
    }

    .nature-of-site.mobile-banner-icon .icon-grid span {
      font-size: 13px;
      line-height: normal;
      display: inline-block;
      font-weight: normal;
    }
   .nature-of-site.mobile-banner-icon .icon-grid {
  padding-left: 0px;
  margin-top: 4px;
  margin-bottom: 4px;}

  .mobile-banner-icon {
  display: block;
  margin-top: 15px;
    }

    .nature-of-site.mobile-banner-icon .icon-grid img {
      max-width: 28px;
    }
    .bannerDesc .lp-form-title {
      font-size: 16px;
    }





}
/*New Lading page end*/


