body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.light {
    font-weight: 300;
}
section {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.container {
    max-width: 1240px;
    width: 100%;
}
ul, ol {
	padding: 0;
	margin: 0;
}
p {
    line-height: 1.6;
}
.blue-bck {
	background-color: #0179e1;
}
.blue {
	color: #0179e1;
}
.yellow-bck {
	background-color: #fed343;
}
.yellow {
	color: #fed343;
}
.white {
    color: #ffffff;
}
.m0a {
	margin: 0 auto;
	display: block;
}
.logo-area{
    position: initial;
    padding-top: 28px !important;
    padding-bottom: 26px !important;
}
.header-top-right:after {
    position: absolute;
    background-color: #0179e1;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    left: 100%;
    width: 1000%;
}
.header-top {
    background-color: #ffffff;
    overflow: hidden;
}
.header-top .row > div{
    padding-top: 30px;
    padding-bottom: 32px;
}
.header-top-right ul li {
    display: inline-block;
    background-image: url(../images/Location.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 45px;
    padding-right: 25px;
}
.header-top-right ul li:nth-child(2n){
	background-image: url(../images/Watch.png);
}
.header-top-right ul li:nth-child(3n){
	background-image: url(../images/Email.png);
}
.header-top-right ul li:nth-child(4n){
	background-image: url(../images/Phone.png);
}
.header-top-right ul li p, .header-top-right ul li p > a{
	margin-bottom: 0;
	color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
}
.header-top-right ul li p > a span {
    font-weight: 300;
}
.header-top-right ul li p span {
	margin-bottom: 0;
	color: #fed343;
	font-weight: 300;
	font-size: 13px;
    display: block;
    margin-top: 6px;
}
.header-menu {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    background-color: #fcfcfc;
    padding: 13px 0px;
}
.header-top-right ul{
    padding-left: 30px;
}
.header-menu nav.navbar {
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    padding-top: 0;
    min-height: 100%;
    border: none;
}
.navbar-nav {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
}
.header-menu .navbar-nav > li{
    padding: 0px 10px;
    float: none;
    display: inline-block;
}
.header-menu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2e333b;
    font-weight: 700;
    line-height: 1;
}
.header-menu .navbar-nav > li > a:hover, .header-menu .navbar-nav > li.active > a {
	background-color: #fed343;
}
.slider-form-area {
    text-align: center;
    width: 345px;
    background-color: #fff;
    padding: 20px 30px 40px;
    border-radius: 15px;
    margin-bottom: -15px;
    -webkit-box-shadow: -2px 22px 20px -23px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 22px 20px -23px rgba(0,0,0,0.4);
    box-shadow: -2px 22px 20px -23px rgba(0,0,0,0.4);
}
.slider-form-area p{
    font-size: 18px;
    color: #454c58;
    line-height: 23px;
}
.slider-form-area p b{
    display: block;
}
.slider-form-area .form-group {
	margin-bottom: 0;
}
.slider-form-area .form-group .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #e6e6e6;
    margin-bottom: 2px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
}
.slider-form-area input.submit.yellow-bck {
    width: 100%;
    display: block;
    height: 55px;
    font-size: 16px;
    color: #252b30;
    line-height: 55px;
    padding-top: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    border:none;
}
.slider-form-area img {
    margin: -40px auto 10px;
    max-width: auto !important;
    width: auto !important;
}
.new-items .item {
	padding-top: 70px;
    margin-bottom: 25px;
}
.content-area .left-content {
    padding-top: 110px;
    padding-bottom: 180px;
}
.left-content img{
    width: auto !important;
}
.content-area h2 {
	color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    padding: 15px 0px 0px 70px;
}
span.square {
    padding: 17px 25px;
    background: #fed343;
    color: #1b1f24;
    font-size: 20px;
    text-align: center;
    height: 100%;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    margin-right:0px;
    font-weight: 800;
}
span.square:first-child{
    background: #017de6;
    color: #ffffff;
}
.content-area .left-content p{
    color: #fff;
    padding-left: 70px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}
span.square i{
    font-weight: 300;
    font-style: normal;
}
.content-area a.blue-bck.btn {
    color: #fff;
    border-radius: 0;
    padding: 15px 25px;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1;
    height: 100%;
    font-size: 23px;
    margin-top: 5px;
}
.superstock-title h2 span.light {
 font-weight: 300;
 color: #ffffff;
}
.superstock-title h2 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 32px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 55px;
	height: 422px;
}
.superstock-title h2 span {
    color: #fed343;
}
.superstock .col-sm-8 {
    background-image: url(../images/Img-1.png);
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    background-position: right top;
    background-size: auto;
}
.recallsuper.superstock .col-sm-8 {
    background-image: url(../images/Img-2.png);
}
.supercheck.superstock .col-sm-8 {
    background-image: url(../images/supercheckbg.png);
}
.supercheck.superstock .superstock-content {
    height: 360px;
}
.supercheck.superstock .superstock-title h2{
	height: 360px;
}
.super-logo {
    padding: 15px 0;
}
.superstock {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}
.superstock-content {
    padding: 0px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 17px 5px rgba(237,225,237,0.5);
    -moz-box-shadow: 0px 1px 17px 5px rgba(237,225,237,0.5);
    box-shadow: 0px 1px 17px 5px rgba(237,225,237,0.5);
    height: 422px;
    display: table-cell;
    vertical-align: middle;
}
.superstock-content p:first-child {
    color: #272d34;
    font-weight: 900;
    font-size: 16px;
}
.superstock-content p {
   color: #4d5865;
   font-weight: 300;
   font-size: 16px;
}
.superstock-content p:last-child{
    margin-bottom: 0;
}
.superstock-title {
    display: table;
    background-color: rgba(1, 121, 225, 0.9);
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
}
.superstock > div{
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.owl-nav > div{
    position: absolute;
    top: 50%;
    background-image: url(../images/navleft.png) !important;
    left: 0;
    margin: -80px 0px 0px !important;
    padding: 0 !important;
    background-color: transparent !important;
    text-indent: -9999px;
    height: 92px;
    width: 40px;
}
.owl-nav > div.owl-next{
    background-image: url(../images/navright.png) !important;
    right: 0;
    left: auto;
    margin-right: 5% !important;
}
.owl-nav > div.owl-prev{
    margin-left: 5% !important;
}
/*.superstock-block {
    display: table;
    height: 100%;
    padding-bottom: 10px;
}

.superstock-block-right {
    display: table-cell;
    vertical-align: middle;
    }*/
	textarea#message {
    height: 140px;
    padding: 20px;
}
    section.reduce-latigation {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .reduce-latigation-title {
        padding-bottom: 10px;
    }
    .reduce-latigation-title h2:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        content: "";
        border: 1px solid #dddddd;
        margin-left: -14px;
    }
    .reduce-latigation-title h2 {
        font-size: 26px;
        color: #000000;
        font-weight: 300;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 30px;
        position: relative;
    }
    .reduce-latigation-title h2 span {
       font-weight: 900;
   }
   .reduce-latigation-box {
    display: table;
    height: 150px;
    padding: 0;
}
.reduce-latigation-image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.reduce-latigation-image {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
    box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
}
.reduce-latigation-image:after{
    content: '';
    background-image: url(../images/rightarrow.png);
    display: inline-block;
    width: 10px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-right: 15px;
}
.reduce-latigation-image img {
    margin: 0 auto;
}
.reduce-latigation-content {
    background-color: #ffffff;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
    box-shadow: 0px 0px 13px 0px rgba(221,221,221,1);
}
.reduce-latigation-content p {
    color: #474c52;
    font-size: 16px;
    margin-bottom: 0;
}
.new-items.owl-theme .owl-nav + .owl-dots {
    margin-bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonial-items {
    margin-top: 50px;
    overflow: visible;
}
.bannerform{
    position: absolute;
    z-index: 99;
    right: 0;
    margin-top: -430px;
    top: 0;
}
/*.testimonial-items .owl-stage-outer {
    overflow: visible !important;
    }*/
    .testimonial-area {
        text-align: center;
        padding-bottom: 135px;
    }
    .testimonial-area h1 {
        color: #fed343;
        font-weight: 900;
        padding-bottom: 50px;
    }
    .testimonial-items .item {
        background-position: center 40px !important;
    }
    .testimonial-items img {
        margin: 0px auto 10px;
        max-width: auto !important;
        width: auto !important;
    }
    .testimonial-area p {
        color: #dcdfe4;
        font-size: 19px;
        letter-spacing: 1.2px;
        padding-bottom: 40px;
        width: 53%;
        text-align: center;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .testimonial-area .btn {
        padding: 12px 12px;
        font-size: 18px;
        line-height: 1.2;
        color: #000;
    }
    .testimonial-items .owl-dots {
        margin-bottom: 15px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    footer.footer {
        float: left;
        width: 100%;
    }
    footer.footer .header-top{
        background-color: #353c44;
    }
    .header-top-right ul {
        padding-left: 15px;
    }
    .header-top-right ul li:nth-child(4n) {
        padding-right: 0;
    }
    .header-top-right ul li {
        padding-left: 40px;
        padding-right: 20px;
        background-position: left top;
        padding-bottom: 2px;
    }
    .logo-area {
        width: 31%;
    }
    .col-sm-9.header-top-right.blue-bck{
        width: 69%;
        padding-top: 36px;
    }
    .pl0{
        padding-left: 0;
    }
    .pr0{
        padding-right: 0;
    }
    #homeform{
        background-image: url(../images/formbg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 90px 0px;
    }
    .formbox{
        background-color: #fff;
        padding: 40px;
        border-radius: 8px;
    }
    .formbox .col-sm-4.pl0 span{
        display: inline-block;
        vertical-align: middle;
    }
    .formbox .col-sm-4.pl0 span:first-child{
        width: 120px;
    }
    .formbox .col-sm-4.pl0 span:last-child{
        width: 62%;
        font-size: 15px;
        color: #4c5865;
        font-weight: 300;
        line-height: 21px;
    }
    .formbox .col-sm-4.pl0 span:last-child b{
        font-size: 16px;
        line-height: 24px;
        color: #2c3138;
        display: block;
        font-weight: 900;
    }
    .formbox .form-group {
        margin-bottom: 0;
        display: inline-block;
        width: 33%;
    }
    .formbox .form-group .form-control{
        background-color: #e3e4e8;
        border:none;
        border-radius: 3px;
        height: 55px;
        padding: 0px 20px;
        box-shadow: none;
    }
    .button-group {
        margin-top: 3px;
    }
    .button-group .submit{
        width: 100%;
        height: 55px;
        border-radius: 3px;
        background-color: #017ce5;
        border:none;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1px;
    }
    #titlearea{
        background-image: url(../images/contactbg.png);
        background-repeat: no-repeat;
        padding: 40px 0px;
        background-size: cover;
    }
    #titlearea h1{
        font-size: 32px;
        text-transform: uppercase;
        line-height: 1;
        color: #fff;
        font-weight: 300;
        margin:0;
    }
    #titlearea h1 b{
        font-weight: 900;
    }
    #titlearea .breadcrumb {
        background: none;
        padding: 0;
        margin: 0;
        border-radius: 0px;
    }
    .breadcrumb{
        background-color: #f2f2f2;
        border-bottom: 1px solid #fff;
        padding: 15px 0px;
        box-shadow: 0px 8px 13px 5px rgba(246,246,246,0.6);
    }
    .breadcrumb a:after{
        content: '';
        background-image: url(../images/breadcrumbarrow.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 8px;
        height: 7px;
        vertical-align: middle;
        margin:0px 10px;
    }
    .breadcrumb span{
        color: #343b44;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 900;
        display: inline-block;
    }
    .contactside{
        background-image: url(../images/contactsidebg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 455px;
    }
    .contactside h3 {
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        line-height: 1;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        border-bottom: 1px solid #1b94f2;
        padding: 20px 0px;
    }
    .contactside h3 b{
        color: #ffc700;
        font-weight: 900;
    }
    .contactside ul{
        list-style: none;
        padding: 0px 25px;
    }
    .contactside ul p span{
        display: block;
        font-size: 11px;
        color: #ffc926;
        font-weight: 900;
        text-transform: uppercase;
    }
    .contactside ul p{
        margin-bottom: 0;
        display: inline-block;
    }
    .contactside ul p, .contactside ul p a{
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        line-height: 20px;
    }
    .contactside ul li{
        padding-top: 25px;
    }
    .contactside ul li:before{
        content: '';
        display: inline-block;
        width: 31px;
        height: 35px;
        vertical-align: top;
        margin-right: 10px;
    }
    .contactside ul li:nth-child(1):before{
        background-image: url(../images/Phone.png);
    }
    .contactside ul li:nth-child(2):before{
        background-image: url(../images/Watch.png);
    }
    .contactside ul li:nth-child(3):before{
        background-image: url(../images/Email.png);
    }
    .contactside ul li:nth-child(4):before{
        background-image: url(../images/Location.png);
    }
    .contactside ul li p{
        display: inline-block;
    }
    .faqbg h3{
        color: #fff;
        border-bottom: 0px;
    }
    .faqbg h3 a{
        color: #fff;
        display: block;
    }
    .faqbg h3 a:hover{
        text-decoration: none;
    }
    .faqbg.text-center {
        margin-top: 30px;
    }
    #contactform .reduce-latigation-title h2{
        margin-top: 0;
        padding-right: 50px;
        margin-bottom: 25px;
    }
    #contactform .reduce-latigation-title h2 b{
        display: block;
        color: #d8a700;
    }
    #contactform .reduce-latigation-title h2::before {
        left: 100%;
        width: 1px;
        margin-left: -25px;
        transform: rotate(30deg);
        background: #ddd;
    }
    #contactform .reduce-latigation-title span{
        color: #4d5865;
        font-weight: 300;
    }
    #contactform .formbox {
        background-color: #fff;
        padding: 0;
        border-radius: 0;
    }
    #contactform .formbox .form-group{
        width: 100%;
        margin-bottom: 20px;
    }
    #contactform #textarea {
        height: 140px;
        padding: 20px;
    }
    #contactform .button-group {
        margin-top: -3px;
    }
    #contactform .button-group .submit{
        height: 60px;
        background-color: #ffc801;
        font-size: 18px;
        color: #2f343c;
        line-height: 60px;
    }
    #map{
        border-top: 5px solid #e7e7e7;
    }
    .mt50{
        margin-top: 50px;
    }
    #faqtext p{
        font-size: 15px;
        line-height: 24px;
        color: #4c5865;
        font-weight: 300;
    }
    #faqtext p b{
        font-weight: 900;
    }
    #faqtext img{
        margin-top: 5px;
    }
    #seperater {
        background-image: url(../images/shadow.png);
        background-repeat: no-repeat;
        height: 40px;
        margin: 50px 0px 20px;
    }
    #faqlist .reduce-latigation-title h2{
        margin: 0;
    }
    #faqlist .panel-default > .panel-heading {
        background-color: #f2f2f2;
        border: none;
        padding: 0;
        border-radius: 0px;
    }
    #faqlist h4.panel-title{
        position: relative;
    }
    #faqlist .panel-title a{
        display: block;
        padding: 22px 0px 22px 85px;
        font-size: 16px;
        color: #262c2d;
        font-weight: 900;
        line-height: 1;
        position: relative;
    }
    #faqlist .panel-title a:hover{
        text-decoration: none;
    }
    #faqlist .panel-title a[aria-expanded="true"]{
        color: #0179e1;
    }
    #faqlist .panel-title a::before {
        content: '';
        background-color: #fece2c;
        width: 60px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/faqhide.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #faqlist .panel-title a[aria-expanded="true"]::before{
        background-color: #0179e1;
        background-image: url(../images/faqshow.png);
    }
    #faqlist .panel-collapse{
        position: relative;
        padding-left: 85px;
        font-size: 16px;
        color: #555555;
        line-height: 27px;
        font-weight: 300;
    }
    #faqlist .panel-collapse:before{
        content: '';
        background-color: #0096ff;
        width: 60px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    #faqlist #accordion .panel-body{
        border:none;
        padding: 30px 30px 30px 10px;
    }
    #faqlist .panel.panel-default {
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    #faqlist .panel-group .panel + .panel {
        margin-top: 1px;
    }
    #faqlist .reduce-latigation-title {
        padding-bottom: 30px;
        margin-left: 13px;
    }
    .mt40{
        margin-top: 40px;
    }
    .mt30{
        margin-top: 30px;
    }
    .mobilemapphone{
        display: none;
    }
	@media only screen and (min-width: 1200px){
		.new-items .item {
		    height: 550px;
		}
	}
    @media only screen and (min-width: 1800px) and (max-width: 5000px){
        .bgimg{background-size: 63% auto;background-position: left 30%;}
    }
    @media only screen and (min-width: 1701px) and (max-width: 5000px){
        .owl-nav > div.owl-next{
            margin-right: 12% !important;
        }
        .owl-nav > div.owl-prev{
            margin-left: 12% !important;
        }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1700px){
        .owl-nav > div.owl-next{
            margin-right: 10% !important;
        }
        .owl-nav > div.owl-prev{
            margin-left: 10% !important;
        }
    }
    @media only screen and (min-width: 1101px) and (max-width: 1279px){
        .reduce-latigation-title h2 {
            display: block;
            padding-right: 0;
            position: relative;
            padding-left: 20px;
            margin: 0px 0px 10px;
        }
        .reduce-latigation-title h2::before {
            margin-left: 0px;
        }
        .superstock-block {
            display: block;
            height: 100%;
            padding-bottom: 0;
        }
        .reduce-latigation .reduce-latigation-title + .row{
            margin-right: 0px;
            margin-left: 0px;
        }
        #homeform {
            padding: 40px;
        }
        .formbox {
            padding: 30px;
            text-align: center;
        }
        .formbox .col-sm-4.pl0 span:first-child, .formbox .col-sm-4.pl0 span:last-child {
            width: 100%;
        }
        .formbox .col-sm-4.pl0 span:last-child{
            margin: 20px 0px;
        }
        .formbox .form-group {
            margin-bottom: 3px;
            display: block;
            width: 100%;
        }
        .header-top-right ul {
            padding-left: 0px;
        }
        .header-top-right ul li {
            padding-left: 40px;
            padding-right: 13px;
            padding-bottom: 1px;
        }
        .header-top-right ul li p, .header-top-right ul li p > a {
            font-size: 14px;
        }
        .bgimg{
            background-size: 68% 100%;
        }
        .superstock-content, .bgimg, .superstock-title{
            height: 421px;
        }
        #contactform .col-sm-3{
            width: 30%;
        }
        #contactform .col-sm-9{
            width: 70%;
        }
        .reduce-latigation-title > .col-sm-12{
            padding: 0;
        }
        #contactform .formbox form > div{

        }
        #contactform .reduce-latigation-title h2 {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-left: 15px;
        }
        #contactform .reduce-latigation-title span{
            padding-left: 15px;
            margin:10px 0px;
            display: block;
        }
        #contactform .reduce-latigation-title h2::before{
            content: none;
        }
    }
    @media only screen and (min-width: 960px) and (max-width: 1100px){
        .reduce-latigation .reduce-latigation-box {
            width: 33.3333%;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 1100px){
		.supercheck.superstock .superstock-title {
    position: relative;
    float: left;
}
        .header-menu .navbar-nav > li {
            padding: 0px 5px;
            float: none;
            display: inline-block;
        }
        .col-sm-9.header-top-right.blue-bck {
            padding-top: 0px;
            padding-bottom: 10px;
        }
        .header-top-right ul li {
            width: 49%;
            margin-top: 10px;
            vertical-align: top;
        }
        .logo-area {
            padding-top: 29px !important;
        }
        .slider-form-area {
            width: 264px;
            padding: 20px 20px 40px;
        }
        .superstock-block-right {
            display: block;
            vertical-align: middle;
            float: left;
            width: 100%;
            margin-left: 0;
        }
        .superstock-content {
            padding: 20px 20px;
            height: 100%;
            display: block;
            vertical-align: middle;
        }
        .superstock > div.col-sm-4{
            padding-left: 0;
        }
        .reduce-latigation-title h2 {
            display: block;
            padding-right: 0;
            position: relative;
            padding-left: 20px;
            margin: 0px 0px 10px;
        }
        .reduce-latigation-title h2::before {
            margin-left: 0px;
        }
        .superstock-block {
            display: block;
            height: 100%;
            padding-bottom: 0;
        }
        .reduce-latigation .reduce-latigation-title + .row{
            margin-right: 0px;
            margin-left: 0px;
        }
        #homeform {
            padding: 40px;
        }
        .formbox {
            padding: 30px;
            text-align: center;
        }
        .formbox .col-sm-4.pl0 span:first-child, .formbox .col-sm-4.pl0 span:last-child {
            width: 100%;
        }
        .formbox .col-sm-4.pl0 span:last-child{
            margin: 20px 0px;
        }
        .formbox .form-group {
            margin-bottom: 3px;
            display: block;
            width: 100%;
        }
        .header-top-right ul {
            padding-left: 0px;
        }
        .reduce-latigation-image{
            width: 150px;
        }
        .reduce-latigation-content {
            width: 58%;
            padding: 0 10px;
        }
        .reduce-latigation-image::after{
            content: none;
        }
        .reduce-latigation-box{
            width: 50%;
        }
        #faqlist .reduce-latigation-title {
            padding-bottom: 30px;
            margin-left: 0;
        }
        #contactform .col-sm-3{
            width: 40%;
        }
        #contactform .col-sm-9{
            width: 60%;
        }
        .reduce-latigation-title > .col-sm-12{
            padding: 0;
        }
        #contactform .formbox form > div{
            padding: 0;
            width: 100%;
        }
        #contactform .reduce-latigation-title h2 {
            margin-top: 0px;
            margin-bottom: 0px;
            padding-left: 0;
        }
        #contactform .reduce-latigation-title h2::before{
            content: none;
        }
        .superstock .col-sm-8 {
            background-size: cover;
            width: 40%;
        }
        .superstock-title h2 {
            padding-left: 35px;
        }
        #recall .superstock-content{
            height: 422px;
        }
        #superstock  .superstock-content{
            height: 443px;
        }
        #superstock .superstock-title h2{
            height: 443px;
        }
        /* #superstock .superstock-title h2{
            height: 444px;
        }
        #recall .superstock > div {
            height: 418px;
        }
        #recall .superstock-title h2{
            height: 418px;
        } */
        section.reduce-latigation.superreduce > .container > .row{
            margin: 0;
        }
    }
    @media only screen and (max-width: 767px){
		.superstock-title h2{
			height: 340px;
		}
		.superstock-title {
		    right: 0;
		}
        #superstock .superstock-title {
			margin-right: 20px;
		}
        #recall .superstock .col-sm-8,
        #superstock .superstock .col-sm-8{
            background: none !important;
        }
        .superreduce > .container > .row{
            margin: 0;
        }
        section.reduce-latigation.superreduce {
            padding-top: 0;
        }
        .mobilemapphone{
            display: block;
        }
        .reduce-latigation-title > .col-sm-12{
            padding: 0;
        }
        #contactform .reduce-latigation-title h2::before{
            content: none;
        }
        #contactform .reduce-latigation-title h2 {
            margin-top: 25px;
            margin-bottom: 0px;
            padding-left: 0;
        }
        #contactform .formbox form > div{
            padding: 0;
        }
        .mt50 {
            margin-top: 25px;
        }
        #faqtext img {
            margin-top: 5px;
            margin-bottom: 10px;
        }
        #seperater {
            margin: 20px 0px 0px;
        }
        #faqlist .reduce-latigation-title {
            padding-bottom: 10px;
            margin-left: 0;
        }
        #faqlist .reduce-latigation-title h2 {
            margin: 0px 0px 10px;
        }
        #faqlist .panel-title a {
            padding: 22px 10px 22px 70px;
        }
        #faqlist .panel-collapse {
            padding-left: 70px;
        }
        .col-sm-9.header-top-right.blue-bck{
            display: none;
        }
        .logo-area {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 20px !important;
            padding-bottom: 28px !important;
            height: 90px;
        }
        .container {
            width: 100% !important;
        }
        .header-menu, .header-menu nav.navbar{
            position: static;
        }
        .navbar-toggle {
            padding: 0;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 0;
            border: none;
            border-radius: 0;
            background: #ffc801;
            width: 90px;
            height: 90px;
            position: absolute;
            top: 0;
            right: 0;
        }
        .navbar-toggle .icon-bar {
            display: block;
            width: 35px;
            height: 2px;
            border-radius: 1px;
            background: #2e3436;
            margin: 8px auto;
        }
        #bs-example-navbar-collapse-1 {
            padding: 0;
            margin-left: -15px;
            margin-right: -15px;
            margin-top: -1px;
        }
        .header-menu .navbar-nav > li {
            padding: 0px 0;
            float: none;
            display: block;
        }
        .header-menu .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            color: #2e333b;
            font-weight: 700;
            line-height: 1;
            border-top: 1px solid #ddd;
        }
        .header-menu .navbar-nav > li:first-child > a {
            border-top: none;
        }
        .header-menu{
            padding: 0;
        }
        .bannerform{
            position: relative;
            margin-top: -50px;
        }
        .slider-form-area {
            width: 100%;
            box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.5);
            padding: 20px 20px 13px;
        }
        .content-area .left-content {
            padding-top: 0px;
            padding-bottom: 120px;
        }
        .new-items.owl-theme .owl-nav.disabled + .owl-dots {
            margin-bottom: 80px;
        }
        .content-area h2 {
            line-height: 34px;
            font-size: 26px;
        }
        span.square {
            padding: 15px 20px;
            font-size: 16px;
        }
        .content-area a.blue-bck.btn{
            font-size: 16px;
        }
        .superstock-block-right {
            display: block;
            vertical-align: middle;
            float: left;
            width: 100%;
        }
        .superstock-content {
            padding: 30px 20px 0;
            background-color: transparent;
            box-shadow: none;
            height: 100%;
            display: block;
            vertical-align: middle;
        }
        .bgimg {
            background-image: url(../images/mobtopbg.png);
            background-size: auto 100%;
            height: 340px;
            background-repeat: no-repeat;
        }
		.supercheck .bgimg {
			background: none;
		}
        .reduce-latigation-title h2 {
            display: block;
            padding-right: 0;
            position: relative;
            padding-left: 20px;
            margin: 0px 0px 10px;
        }
        .reduce-latigation-title h2::before {
            margin-left: 0px;
        }
        .superstock-block {
            display: block;
            height: 100%;
            padding-bottom: 0;
        }

		.supercheck.superstock .superstock-title {
    position: relative;
    float: right;
}
.supercheck.superstock .superstock-content {
    height: 100%;
}
        .superstock-title h2 {
            font-size: 21px;
            line-height: 27px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .reduce-latigation-box {
            display: block;
            height: 100%;
            padding: 0;
            box-shadow: 0px -1px 6px -3px rgba(0,0,0,0.5);
        }
        .reduce-latigation .reduce-latigation-title + .row{
            margin-right: 0px;
            margin-left: 0px;
        }
        .reduce-latigation-image {
            width: 80px;
            padding: 15px 0px;
            box-shadow: none;
            border:none;
        }
        .reduce-latigation-image img {
            margin: 0 auto;
            width: 50px;
        }
        .reduce-latigation-image::after{
            content: none;
        }
        .reduce-latigation-content {
            width: 85%;
            border: none;
            box-shadow: none;
        }
        section.reduce-latigation {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .recallsuper .bgimg {
            background-image: url(../images/mobsecondbg.png);
        }
        #homeform {
            padding: 40px;
        }
        .formbox {
            padding: 30px;
            text-align: center;
        }
        .formbox .col-sm-4.pl0 span:first-child, .formbox .col-sm-4.pl0 span:last-child {
            width: 100%;
        }
        .formbox .col-sm-4.pl0 span:last-child{
            margin: 20px 0px;
        }
        .formbox .form-group {
            margin-bottom: 3px;
            display: block;
            width: 100%;
        }
        footer .logo-area {
            width: 100%;
            padding: 30px 15px !important;
            height: 100% !important;
        }
        footer .logo-area img{
            margin: 0 auto;
        }
        footer .col-sm-9.header-top-right.blue-bck {
            display: block;
            width: 100%;
        }
        footer .header-top-right ul li {
            display: block;
            margin-bottom: 20px;
        }
        footer .header-top-right ul li:last-child{
            margin-bottom: 0;
        }
        footer .header-top-right ul li p{
            display: flex;
            flex-flow: column;
        }
        footer .header-top-right ul li p span{
            order:1;
            margin-top: 0;
            margin-bottom: 5px;
        }
        footer .header-top-right ul li p b, footer .header-top-right ul li p a{
            order:2;
            display: block;
        }
        #faqlist #accordion .panel-body {
            padding: 20px 10px 30px 10px;
        }
        .mobile-top {
            background: #008cf5;
            float: left;
            display: block;
            padding: 0px;
            text-align: left;
            width: 100%;
        }
        .mobile-top > div {
            padding: 0px 10px;
        }
        .mobile-top > div:first-child {
            border-bottom: 1px solid #1a9af8;
        }
        .mobile-phone {
            padding: 0;
            float: left;
            margin-right: 9px;
            z-index: 999;
            position: relative;
            margin-left: 0px;
            margin-top: 7px;
            background-position: center;
            background-repeat: no-repeat;
            width: 31px;
            height: 35px;
            background-size: 79%;
        }
        .mobile-top a {
            color: #fff;
            font-size: 15px;
            font-weight: 900;
            line-height: 28px;
            z-index: 999;
            position: relative;
            padding-top: 10.5px;
            display: inline-block;
            padding-bottom: 10.5px;
            border-left: 1px solid #1a9af8;
            padding-left: 15px;
            padding-right: 15px;
            width: 86%;

        }
        .mobile-top > div:first-child .mobile-phone.sprite{
            background-image: url(../images/Phone.png);
        }
        .mobile-top > div:last-child .mobile-phone.sprite{
            background-image: url(../images/Location.png);
        }
        .superstock > div {
            display: block;
            background-image: none;
        }
    }
    @media only screen and (max-width: 479px){
        .logo-area {
            width: 73%;
            padding-top: 20px !important;
        }
        .reduce-latigation-content {
            width: 80%;
        }
        .left-content img{
            width: 100% !important;
        }
        .content-area h2, .content-area .left-content p{
            padding-left: 0;
        }
        .content-area .left-content p b{
            display: none;
        }
    }
    @media only screen and (max-width: 400px){
        .logo-area {
            width: 73%;
            padding-top: 30px !important;
        }
        .mobile-top a {
            font-size: 12px;
        }


    }
