.form-initiated .form-initiated-hide-class {
    display: none;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
header {
    display: none;
}
.webform-component-date {
    display: none;
}
.container {
    width: 1200px;
}
.navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
}
.navbar-header {
    margin: 15px 0px 10px;
}
.header-main .nav > li > a {
    color: #111;
    font-weight: bold;
}
.header-main .nav > li > a:hover,
.header-main .nav > li > a:focus {
    background: transparent;
}
.full-width-wrapper .pane-content {
    padding: 0px 15px;
}
.normal-container {
    max-width: 1080px;
    margin: 0px auto;
}
.header-top {
    background-color: #ccc;
}
.header-top .normal-container {
    padding: 10px;
}
.header-middle {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px;
}
.float-right-left {
    float: none;
    text-align: center;
}
.nav li {
    display: inline-block;
}
.nav-secondary {
}
.nav-secondary li {
}
.nav-secondary li a {
    padding: 5px 15px;
    color: #480c7d;
}
.nav-primary {
    margin-top: 0px;
    font-size: 110%;
}
.alert {
    position: fixed;
    top: 20%;
    left: 5%;
    right: 5%;
    z-index: 9999999;
    max-width: 480px;
    margin: 0px auto;
}
.page-element-item {
    margin: 0 -15px;
}
body.admin-menu {
    margin-top: 30px !important;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
h1,
.h1 {
    font-size: 40px;
}
h2,
.h2 {
    font-size: 32px;
}
h3,
.h3 {
    font-size: 22px;
}
h4,
.h4 {
    font-size: 19px;
}
h5,
.h5 {
    font-size: 17px;
}
h6,
.h6 {
    font-size: 15px;
}
textarea,
textarea.form-control,
input.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
[type="text"].form-control,
[type="password"].form-control,
[type="email"].form-control,
[type="tel"].form-control,
[contenteditable].form-control {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    color: #2686ab;
    max-width: 100px;
    font-weight: bold;
    text-align: center;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    max-width: 100px;
    text-align: center;
}
.txt-xs {
    font-size: 80%;
}
.txt-sm {
    font-size: 110%;
}
.txt-md {
    font-size: 120%;
}
.txt-lg {
    font-size: 130%;
}
.txt-xlg {
    font-size: 150%;
}
.text-align-center {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}
.text-align-right-center {
    text-align: right;
}
.text-align-left-center {
    text-align: left;
}
.red {
    color: #b3100b;
}
.webform-client-form {
}
.webform-client-form .form-group {
    margin-bottom: 6px;
}
.webform-component .form-type-radio {
    display: inline-block;
    margin-right: 10px;
}
.webform-datepicker {
}
.webform-datepicker .form-group {
    display: inline-block;
}
.webform-datepicker .form-group select.form-control {
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    width: 80px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.page-mn {
}
.page-mn .page-header {
    max-width: 960px;
    margin: 0px auto;
    text-align: center;
}
.page-mn .page-header {
    font-size: 24px;
    padding: 20px;
}
.page-mn .region-content {
    max-width: 960px;
    margin: 0px auto;
}
.mn-menu-bottom {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px -1px;
}
.mn-menu-bottom > ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.mn-menu-bottom > ul > li {
    display: inline-block;
    border-right: 1px solid #a9a9a9;
}
.mn-menu-bottom > ul > li a {
    padding: 10px 20px;
    display: inline-block;
}
.mn-menu-top {
    display: none;
}
.page-mn .mn-menu-top {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
}
.page-mn .mn-menu-top a {
    display: inline-block;
    padding: 3px 10px;
    background-color: #696969;
    color: #fff;
    border-radius: 50px;
    margin: 5px;
}
@media only screen and (max-width: 768px) {
    hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 25px;
    }
    h3,
    .h3 {
        font-size: 21px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
    .txt-xs {
        font-size: 70%;
    }
    .txt-sm {
        font-size: 105%;
    }
    .txt-md {
        font-size: 115%;
    }
    .txt-lg {
        font-size: 125%;
    }
    .txt-xlg {
        font-size: 135%;
    }
}
@media only screen and (max-width: 480px) {
    hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    h1,
    .h1 {
        font-size: 28px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 17px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
    .txt-xs {
        font-size: 60%;
    }
    .txt-sm {
        font-size: 100%;
    }
    .txt-md {
        font-size: 110%;
    }
    .txt-lg {
        font-size: 115%;
    }
    .txt-xlg {
        font-size: 125%;
    }
    .mob-hidden {
        display: none;
    }
    #about-us {
        background-position: bottom 0px right -250px;
    }
    #block-panels-mini-simple-banner .pane-webform-client-block-3 {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        max-width: 100%;
    }
    .slide-item .slide-item-cont {
        width: 100%;
        opacity: 0.95;
    }
    .slide-item-cont-inner {
        left: 10%;
        bottom: 15%;
        right: 15%;
    }
    .slide-item-cont-body {
        font-size: 80%;
        line-height: 1.3;
    }
    #block-views-testimonials-block-1 {
        background-blend-mode: soft-light;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .text-align-right-center {
        text-align: center;
    }
    .text-align-left-center {
        text-align: center;
    }
    .mn-menu-bottom > ul > li a {
        padding: 8px;
    }
}
.not-logged-in.page-user {
    background-color: #d4d4d4;
}
.not-logged-in.page-user .page-header {
    margin-top: 3%;
    text-align: center;
    font-size: 22px;
}
.not-logged-in.page-user .tabs--primary {
    max-width: 252px;
    margin: 0px auto;
}
#user-login {
    max-width: 360px;
    margin: 10px auto 50px;
    padding: 70px 50px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#user-pass {
    max-width: 360px;
    margin: 10px auto 50px;
    padding: 50px 50px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#user-login .form-actions,
#user-pass .form-actions {
    text-align: center;
}
.page-header-cover {
    position: relative;
    margin-bottom: 40px;
}
.page-header-cover .page-header-content {
    position: absolute;
    top: 25%;
    left: 12%;
    max-width: 580px;
}
.page-header-cover .page-header-content h1 {
    font-weight: bold;
}
.page-header-cover .page-header-content p {
    max-width: 480px;
    color: #909090;
}
.page-header-cover .page-header-image {
    text-align: right;
}
p {
    color: #818181;
}
body {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
}
h3 {
    font-size: 20px;
}
button#close-btn {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #fff;
    border: 0px;
}
.not-front .topbar-wrapper {
    margin-bottom: 50px;
}
.topbar-wrapper {
    border-top: solid 5px #e40806;
    position: relative;
    z-index: 9;
}
.header-main {
    padding: 10px 0 10px;
    box-shadow: 0 0 10px #ddd;
}
.header-main-menu {
    box-shadow: 0 0 10px #ddd;
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    border-left: solid 5px #e40806;
    border-right: solid 5px #e40806;
    border-radius: 7px;
}
.logo-left-section img {
    height: auto;
    padding: 10px 0;
}
.info-right-section {
    padding-top: 15px;
    text-align: center;
}

.email,
.phone-no {
    display: inline-block;
}
.email {
    border-right: solid 1px;
}
.header-main .header-main-item span.icon-wrapper {
    float: left;
}
.header-main .header-main-item span.icon-wrapper a {
    width: 42px;
    height: 42px;
    float: left;
}
.header-main .email.header-main-item span.icon-wrapper .diya-icon-img {
    background-position: -42px 0;
}
.header-main .phone-no.header-main-item span.icon-wrapper .diya-icon-img {
    background-position: 0px 0;
}
.header-main .header-main-item .content {
    float: left;
}
.email span.icon-wrapper,
.phone-no span.icon-wrapper {
    font-size: 40px;
    color: #5080bf;
    margin: 0px 0px 0px 10px;
}
.email p,
.phone-no p {
    margin: 0px 20px 0px 10px;
    color: #555;
    font-size: 13px;
    text-align: left;
}
.header-main .header-main-item .content p:last-child {
    font-weight: 700;
    color: #5080bf;
}
.header-main .header-main-item .content p:last-child a {
    color: #ec3238;
    text-decoration: none;
    cursor: pointer;
}
.timing p span,
.phone-no p span {
    float: left;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #999999;
    font-family: "Poppins", sans-serif;
}
.header-main-menu .right-menu {
    padding: 0;
}
nav .container-fluid {
    padding: 0;
}
.header-main-menu #myNavbar {
    text-align: left;
    padding: 0;
}
.header-main-menu .navbar {
    background: transparent;
    box-shadow: none;
}
.header-main-menu .nav li {
    display: inline-block;
    float: none;
}
.header-main-menu ul.nav.navbar-nav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.header-main-menu .navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #17376e;
}
.header-main-menu .navbar-inverse .navbar-nav > li > a:hover {
    color: #ec3238;
}
.navbar.navbar-inverse {
    margin-bottom: 0px;
    min-height: auto;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-main-menu a.dropdown-item {
    color: #17376e;
    font-size: 17px;
    display: block;
    width: 100%;
    padding: 0.75rem 1.6rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.header-main-menu a {
    text-decoration: none;
}
.header-main-menu a:hover {
    color: #333;
}
.header-main-menu .gate-quote {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 40px;
    background: #e40806;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.left-menu ul {
    list-style: none;
    text-align: right;
    margin: 0;
}
.left-menu ul li {
    display: inline-block;
}
.left-menu ul li:first-child {
    margin-right: 20px;
    display: none;
}
.left-menu a {
    font-size: 120%;
    color: #ec3238;
}
div#mini-panel-image_banner {
    background-image: url(../../../all/themes/boot7/images/bike-banner.jpg);
    background-size: cover;
    margin: 0 -15px;
}
@media screen and (min-width: 480px) {
    div#mini-panel-image_banner {
        background-image: url(../../../all/themes/boot7/images/bike-banner.jpg);
    }
}
.banner-1 {
    margin-top: 120px;
}
.bann-text {
    max-width: 660px;
    margin-bottom: 140px;
}
.bann-text h1.bann-head {
    font-weight: 700;
    color: #e40806;
    font-size: 350%;
    line-height: 45px;
    margin-bottom: 18px;
}
.bann-text h1.bann-head span {
    color: #222;
    font-size: 88%;
    font-weight: 600;
}
.bann-text p.bann-desc {
    font-size: 20px;
    line-height: 32px;
    color: #333;
}
.banner-form-wrapper-section {
    background: #e40806b8;
}
.banner-form-demo h2 {
    padding: 20px 25px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-top-left-radius: 7px;
    font-weight: 700;
}
.banner-form-demo .form-content {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 38px;
}
.banner-form-demo .form-item {
    width: 31%;
    display: inline-block;
    margin: 0 10px;
}
.banner-form-demo .form-item input {
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.5) inset 0px 0px 11px;
    background: #fff url(../../../all/themes/bootsub/images/pm-chennai-icon.html) no-repeat;
    padding: 0 30px 0 10px;
}
.banner-form-demo .form-item input::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 20px;
    padding: 0 15px;
}
.banner-form-demo .form-item input::-moz-placeholder {
    color: #cacaca;
    font-weight: 600;
}
.banner-form-demo .form-item input:-ms-input-placeholder {
    color: #cacaca;
    font-weight: 600;
}
.banner-form-demo .form-item input:-moz-placeholder {
    color: #cacaca;
    font-weight: 600;
}
.banner-form-demo .form-item.form-action {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    padding: 14px 0px;
    font-size: 128%;
    font-weight: 600;
    border-radius: 7px;
    cursor: pointer;
    background: #f3afad;
    letter-spacing: 0.6px;
}
.enquiry-form {
    display: none;
}
.form-img img {
    width: 100%;
    margin-top: 8rem;
}
#contact-form-x {
    background: #fff;
    margin-top: 11rem;
    padding: 30px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 25%);
}
.form_section{
    background: #ffe4e4;
    padding:2rem 0;
}
.form_section h2{
    font-weight: 700;
    font-size: 250%;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.contact textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 4%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #a20f0f !important;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
#mybutton {
    position: relative;
}
.feedback .whtsup_icon {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 6%;
    border-radius: 100%;
    -webkit-box-shadow: -2px 10px 22px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 10px 22px -4px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -4px rgb(0 0 0 / 75%);
}
.form-initiated .enquiry-form {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    overflow-y: scroll;
}
.pb {
   padding: 12px 10px !important;
    background: #a20f0f;
    font-size: 17px !important;
    text-align: center;
    border-bottom: 1px solid;
    border-radius: 15px;
    list-style: none;
    margin-bottom: 20px;
}
.pb:hover{
    cursor: pointer;
}
.pb > a {
    color: #fff;
}
a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.our_networrk{
    padding: 4rem 0;
    background: #ccc;
}
.our_networrk h2{
    font-weight: 700;
    font-size: 250%;
    margin-bottom: 2rem;
}
.image-div img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    display: block;
}
.enquiry-form h2 {
    border-bottom: 2px dashed #fff3;
    padding: 0px 26px 15px;
    margin: 0 -25px;
    color: #fff;
    margin-bottom: 30px;
}
.enquiry-form form#webform-client-form-3 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;
    background: #e40806b8 url(../../../all/themes/boot7/images/diya-form-back.png);
    border-radius: 20px;
}
.enquiry-form form#webform-client-form-3 button.close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    border: 0;
    padding: 5px 10px;
    font-weight: 600;
    color: #333;
    background-color: #fff000;
}
.enquiry-form #webform-client-form-3 .form-submit {
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    border: 0;
    color: #333;
    background-color: #fff000;
    letter-spacing: 0.6px;
    position: relative;
    box-shadow: inset 0 0 10px #827e3f;
    border-radius: 10px;
}
#webform-client-form-3 .webform-component input {
    background-color: #fff;
    border-radius: 5px;
    height: 46px;
    border: 1px solid #b8b8b8;
    border-bottom: solid 1px #777;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
    font-size: 14px;
    color: #111;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    border-top: 0px;
}
.section-wrapper {
    padding: 50px 0px;
}
.main-heading {
    margin-bottom: 30px;
    text-align: center;
}
.main-heading h2 {
    margin-top: 6px;
    line-height: 36px;
    font-weight: 700;
    font-size: 250%;
}
.main-heading p {
    font-size: 130%;
    color: #555;
    font-weight: 500;
    margin-top: 15px;
    max-width: 720px;
    margin: 0 auto;
}
.diya-icon-img {
    background-image: url(../../../all/themes/boot7/images/diya-icon.png);
}
#why-us-1 .why-us-item {
    border-bottom: solid 5px #b0b0b4f5;
    margin-bottom: 50px;
    text-align: center;
    height: 300px;
}
.bike-left-img{
    padding-top: 9rem;
}
.footer-wrapper p {
    color: #fff;
    font-size: 16px;
}
.why-us-icon-wrapper {
    padding: 10px;
    background-color: #b0b0b4f5;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
#why-us-1 .why-us-item:hover {
    border-bottom: solid 5px #e40806;
}
#why-us-1 .why-us-item:hover .why-us-icon-wrapper {
    background-color: #e40806;
}
.why-us-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
#why-us-icon-1 {
    background-position: 0px -42px;
}
#why-us-icon-2 {
    background-position: -64px -42px;
}
#why-us-icon-3 {
    background-position: -128px -42px;
}
#why-us-icon-4 {
    background-position: -192px -42px;
}
.why-us-item:hover #why-us-icon-1 {
    background-position: 0px -106px;
}
.why-us-item:hover #why-us-icon-2 {
    background-position: -64px -106px;
}
.why-us-item:hover #why-us-icon-3 {
    background-position: -128px -106px;
}
.why-us-item:hover #why-us-icon-4 {
    background-position: -192px -106px;
}
.why-us-content {
    padding: 10px 10px 30px;
}
#why-us-1 h3 {
    color: #1f223e;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
}
#why-us-1 p {
    color: #555;
}
#about-us-1 {
    background-color: #fdf2f2;
}
@media only screen and (max-width: 767px) {

    .info-right-section2{
    position: absolute;
    top: 0;
    text-align: right;
    width: 50% !important;
    right: 0;
}
    }
@media screen and (min-width: 900px) {
   
}
@media (max-width: 991px) {
    #st-contact-main {
    bottom: 6rem !important;
    }
  .feedback .whtsup-icon {
    width: 10% !important;
  }
  .feedback .whtsup_icon {
    width: 10%;
  }
    
}
#st-contact-main {
    position: fixed;
    bottom: 12rem;
    left: 0;
    z-index: 9999;
}
.feedback .whtsup-icon {
    width: 15%;
    border-radius: 100%;
    -webkit-box-shadow: -2px 10px 22px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 10px 22px -4px rgba(0, 0, 0, .75);
    box-shadow: -2px 10px 22px -4px rgb(0 0 0 / 75%);
}
.about-content-inner {
    width: 100%;
    font-size: 118%;
    text-align: justify;
}
.about-content-inner p {
    margin-bottom: 25px;
}
#service-1 .service-item {
    box-shadow: 0 0 8px #ddd;
    border-radius: 7px;
    padding: 20px 20px 25px;
    margin-bottom: 20px;
}
#service-1 .service-item-header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#service-1 .service-item-header .service-icon {
    width: 48px;
    height: 48px;
    float: left;
}
#service-item-1 .service-icon {
    background-position: 0px -170px;
}
#service-item-2 .service-icon {
    background-position: -48px -170px;
}
#service-item-3 .service-icon {
    background-position: -144px -170px;
}
#service-item-4 .service-icon {
    background-position: -96px -170px;
}
#service-1 .service-item-header h3 {
    float: left;
    width: 79%;
    margin: 3px 0;
    padding: 0 0 0 10px;
}
#service-1 .service-item .service-item-content {
    clear: both;
    text-align: justify;
}
#service-1 .service-item .service-item-content span a {
    background-color: #fff000;
    color: #e40806;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: inset 0px -3px 4px 0px #d3c70e;
}
.home-testimonial-section {
    margin: 0 -15px;
}
.front .view-id-testimonials {
    padding: 50px 0px;
    background-color: #fdf2f2;
    background-image: url(../../../all/themes/boot7/images/diya-testimonial-back-compressor.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 300px;
}
.test-item {
    background-color: #fff;
    padding: 15px;
    min-height: 210px;
    border-radius: 10px;
}
.front .view-id-testimonials .view-content {
    width: 1170px;
    margin: 0 auto;
}
.front .view-id-testimonials .view-content h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0px;
}
div#slick-views-testimonials-1 {
    max-width: 720px;
    margin-left: 350px;
    border-radius: 10px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}
.active .panel-heading {
    background-color: #ffcb00 !important;
}
.active a {
    color: #333 !important;
}
.active .more-less {
    color: #333;
}
.panel-title {
    font-size: 14px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #fff000;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: solid 1px #e40806;
    color: #777;
}
div#accordion {
    max-width: 920px;
    margin: 0 auto;
}
#our-faqs h3 {
    font-size: 69px;
    font-weight: 700;
    color: #1f223e;
    padding-left: 40px;
    padding-top: 19px;
}
#our-faqs #accordion .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #e40806;
}
#our-faqs .main-content a {
    color: #fff;
    font-weight: 600;
    font-size: 110%;
}
.footer {
    margin: 0px;
    background-color: #d50200;
    border-top: 0px;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../../../all/themes/boot7/images/diya-footer-back.png);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.footer .footer-wrapper {
    background: #2d2d2d;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-wrapper h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer a {
    color: #fff;
    font-weight: 500;
    font-size: 110%;
}
.footer a:hover {
    color: #ffc600;
    text-decoration: none;
}
.footer #block-views-page-elements-block-2 ul li {
    list-style: none;
    padding: 4px 0px;
}
.footer-wrapper ul {
    padding: 0;
}
.footer .serving-cities ul li,
.footer .services ul li {
    position: relative;
}
.footer .serving-cities ul li::before,
.footer .services ul li::before {
    content: "\00BB";
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 7px;
}
.footer .serving-cities ul li a,
.footer .services ul li a {
    padding-left: 18px;
}
.serving-cities li {
    width: 32%;
    display: inline-block;
}
.contact-us a {
    text-decoration: none;
}
.contact-us .foot-email a,
.contact-us .foot-phone a {
    font-size: 120%;
}
.contact-us .foot-email a i,
.contact-us .foot-phone a i {
    font-size: 88%;
}
.footer ul.social-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 11px;
}
.footer .fab {
    height: 36px;
    line-height: 36px;
    background: #ffc600;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #d50200;
    width: 36px;
}
.footer .fab:hover {
    color: #fff;
}
.footer .copy-right-wrapper {
    background: #4a4a4a;
    text-align: center;
    padding: 10px 0px;
}
.footer .copy-right-wrapper p {
    margin-bottom: 0px;
}
.page-mn .footer {
    margin-top: 160px;
}
.node-type-page #block-system-main {
    max-width: 1180px;
    margin: 0px auto;
}
.node-type-page .pane-node-body {
    font-size: 114%;
}
.node-type-page .pane-node-body p {
    text-align: justify;
}
.node-type-page .pane-node-body pa {
    margin-bottom: 25px;
}
.node-type-page h1 {
    margin: 20px 0 30px;
    font-size: 36px;
    font-weight: 700;
}
.node-type-page.page-node-95 #block-system-main {
    max-width: 100%;
}
.node-type-page.page-node-95 #block-system-main .pane-node-title h1 {
    display: none;
}
.page-upper,
.page-lower-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-upper {
    padding-bottom: 40px;
}
.page-content h1 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.pri-add {
    background: #fdf2f2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.pri-add .lebel {
    font-size: 130%;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.pri-contact {
    background: #fdf2f2;
    padding: 32px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.pri-contact a {
    text-decoration: none;
    color: #555;
}
.pri-contact a:hover {
    color: #0a6ebd;
}
.pri-contact a i {
    margin-right: 10px;
}
.page-lower {
    background: #f8f8f8;
    margin: 0 -15px;
    padding: 40px 0;
}
.page-lower h2 {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 6px;
    line-height: 36px;
    font-weight: 700;
    font-size: 250%;
    font-size: 32px;
}
.branch {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 240px;
}
.branch h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 600;
}
.branch .branch-details i {
    margin-right: 10px;
}
.branch .branch-details .address {
    margin-bottom: 15px;
}
.branch .branch-details a {
    text-decoration: none;
    color: #555;
}
.branch .branch-details a:hover {
    color: #0a6ebd;
}
.service-page-wrapper .left-content {
    margin-bottom: 20px;
    border-bottom: dashed 1px #ddd;
    padding: 10px 0px;
}
.service-page-wrapper .right-content {
    margin-bottom: 20px;
    border-bottom: dashed 1px #ddd;
    padding: 10px 0px;
}
.service-page-wrapper #warehouse {
    border: none;
}
.page-node-84 h1 {
    margin: 20px 0 0px;
}
.page-node-84 .field-type-text-with-summary .even .row {
    border-bottom: 3px dashed #ddd;
    padding: 30px 0px;
}
.page-node-84 .field-type-text-with-summary .even .row:last-child {
    border-bottom: 0px;
}
.page-node-84 h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 6px;
    line-height: 36px;
    font-weight: 700;
}
.page-node-85 #block-system-main {
    max-width: 100%;
}
.page-node-85 #block-system-main h1 {
    max-width: 1170px;
    margin: 20px auto;
}
.page-node-85 #block-system-main #about-us-1 {
    background-color: #fff;
    padding: 0px 0px 50px;
}
.page-node-85 #about-us-1 .about-us-content {
    background-size: 295px;
}
.page-node-85 #about-us-1 .about-us-content .about-content-inner {
    font-size: 100%;
}
.page-node-85 .mission-vission-wrapper {
    background: #fdf2f2;
    margin: 0 -15px;
    padding: 40px;
}
.page-node-85 h2 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 36px;
    font-weight: 700;
}
.page-node-85 .about-lower-wrapper {
    padding: 50px 0;
}
.page-node-85 .about-lower-wrapper .row {
    padding: 30px 0px;
}
.page-node-85 .about-lower-wrapper #quality {
    border-bottom: 3px dashed #ddd;
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .header-main .header-main-item .content {
        display: block;
        float: revert;
    }
    .email {
        border-right: 0;
    }
    .header-main-menu {
        width: 95%;
    }
    .navbar-toggle {
        float: left;
        padding: 4px 25px 0;
    }
    .navbar-header {
        position: relative;
    }
    .header-main-menu #myNavbar {
        position: absolute;
        border-color: transparent;
        width: 100%;
        background-color: rgb(228, 8, 6);
        left: 16px;
    }
    .header-main-menu .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .header-main-menu .navbar-inverse .navbar-nav > li > a:hover {
        color: #333;
    }
    .header-main-menu .nav li {
        display: block;
    }
    .navbar-header {
        margin: 0;
    }
    .header-main-menu .left-menu {
        padding: 0;
    }
    .banner-form-demo .form-item {
        width: 30%;
    }
    .section-wrapper {
        padding: 40px 0px;
    }
    .main-heading {
        margin-bottom: 40px;
        text-align: center;
    }
    .main-heading h2 {
        font-size: 200%;
        line-height: 32px;
    }
    .main-heading p {
        font-size: 110%;
        max-width: 650px;
    }
    .why-us-content .col-sm-3.col-xs-12 {
        width: 50%;
    }
    .about-content-inner {
        width: 100%;
        font-size: 100%;
    }
    .about-content-inner p {
        margin-bottom: 10px;
        text-align: justify;
    }
    .service-content .col-md-3.col-xs-12 {
        width: 50%;
    }
    #service-1 .service-item-header h3 {
        width: 82%;
        margin: 14px 0;
        padding: 0 0 0 10px;
        font-size: 18px;
    }
    .view-id-testimonials .view-content {
        width: 100%;
    }
    .view-id-testimonials {
        padding: 40px 0px;
        background-size: 220px;
    }
    div#slick-views-testimonials-1 {
        max-width: 440px;
        margin-left: 300px;
    }
    .footer .footer-wrapper {
        padding-top: 20px;
    }
    .page-node-84 h2 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 26px;
    }
    .page-node-85 .pane-node-body .container {
        padding: 0;
    }
    .page-node-85 #block-system-main #about-us-1 {
        padding: 0px 0px 20px;
    }
    .page-node-85 .mission-vission-wrapper {
        padding: 15px;
    }
    .mission-vission-item {
        margin-bottom: 20px;
    }
    .page-node-85 h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .page-node-85 .about-lower-wrapper {
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .not-front .topbar-wrapper {
        margin-bottom: 20px;
    }
    .logo-left-section {
        width: 100%;
    }
    .logo-left-section img {
        height: 55px;
    }
    .info-right-section {
        padding-top: 10px;
        width: 100%;
    }
    .header-main .header-main-item span.icon-wrapper a {
        width: 32px;
        height: 32px;
        background-size: 230px;
    }
    .header-main .email.header-main-item span.icon-wrapper .diya-icon-img {
        background-position: -32px 0;
    }
    .header-main {
        padding: 10px 0 30px;
    }
    .header-main-menu {
        bottom: -52px;
    }
    .navbar-toggle {
        padding: 4px 25px 0;
        margin: 10px 0;
    }
    .left-menu ul {
        padding: 0;
    }
    .header-main-menu .login {
        display: none;
    }
    .header-main-menu .gate-quote {
        font-size: 14px;
        padding: 10px 25px;
    }
    .banner-1 {
        margin-top: 75px;
    }
    .bann-text {
        max-width: 100%;
        margin-bottom: 50px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px 0 25px;
        border-radius: 10px;
    }
    .bann-text h1.bann-head {
        font-size: 220%;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .bann-text h1.bann-head span {
        font-size: 82%;
    }
    .bann-text p.bann-desc {
        font-size: 12px;
        line-height: 18px;
    }
    .banner-form-demo .form-item {
        width: 94%;
        margin: 0 10px;
        margin-bottom: 10px;
    }
    .banner-form-demo .form-item input {
        height: 45px;
    }
    .enquiry-form form#webform-client-form-3 {
        width: 90%;
    }
    .main-heading {
        margin-bottom: 20px;
    }
    .why-us-content .col-sm-3.col-xs-12 {
        width: 100%;
    }
    .service-content .col-md-3.col-xs-12 {
        width: 100%;
    }
    .front .view-id-testimonials {
        background-image: none;
    }
    .front .view-id-testimonials .view-content {
        width: 100%;
    }
    div#slick-views-testimonials-1 {
        max-width: 95%;
        margin: 0 auto;
    }
    .serving-cities li {
        width: 48%;
    }
    .node-type-page h1 {
        font-size: 24px;
    }
}
.footer .mn-menu-bottom > ul > li a {
    color: #888;
}
