@font-face {
    font-family: 'open_sansbold';
    src: url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.eot');
    src: url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.woff') format('woff'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.eot');
    src: url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.woff') format('woff'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('https://www.jleindustries.com/Professional_Drivers/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'SofiaProBold';
  src:url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_0_0.eot');src: 
      url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_0_0.eot#iefix') format('embedded-opentype'),
      url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_0_0.woff2') format('woff2'),
      url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_0_0.woff') format('woff'),
      url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_0_0.ttf') format('truetype');
}
 
  
@font-face {
    font-family: 'SofiaProRegular';
    src: url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_1_0.eot');src: url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_1_0.eot#iefix') format('embedded-opentype'),url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_1_0.woff2') format('woff2'),url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_1_0.woff') format('woff'),url('https://www.jleindustries.com/Professional_Drivers/webfonts/305791_1_0.ttf') format('truetype');}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}
a {
    color: #ed1c24;
}
a:hover {
    color: #ed8d1c;
    text-decoration: none;
}
body {
    font-family: 'open_sansregular';
    padding-top:0px;
}
img {
  max-width: 100%;
}
.header {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/header.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}

.dropdown-menu { left:auto; }

.navbar-default {
    background-color: #434343;
    border-color: transparent;
    margin-bottom: 0;
    font-family: 'SofiaProRegular';
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
  color:#fff;
}
.navbar-brand {
    height: auto;
    padding: 20px 15px;
}
.navbar-nav > li > a {
  padding: 20px 10px;
  position: relative;
}
.navbar-default .navbar-nav > li > a {
  color:rgba(255,255,255,.75);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  font-family: 'SofiaProBold';
}
.navbar-nav > li.active > a:after {
  position: absolute;
  left: 10px;
  bottom: -1px;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #ed1c24;
  content: "";
}

h1, h2, h3, h4 {
  font-family: 'SofiaProBold';
  color: #333;
}
.banner {
  padding-bottom: 50px;
}
.banner h1 {
  font-size: 62px;
}
.banner h2 {
  font-size: 26px;
  font-family: 'SofiaProRegular';
  color: #7a7b7b;
  margin: 5px 0 30px;
}
.banner h2 span {
  font-size: 26px;
  font-family: 'SofiaProBold';
  border-bottom: 2px solid #d8d9d9;
}
.banner-block {
  border-radius: 10px;
  padding-bottom: 55px;
  overflow: hidden;
  background-color: #fff;
  margin: 20px 0;
  position: relative;
}
.banner-block img {
  width: 100%;
}
.banner-content {
  padding: 5px 30px;
}
a.learn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  font-size: 12px;
  font-family: 'SofiaProBold';
  font-weight: bold;
  color: #666;
  line-height: 38px;
  transition: all 0.5s ease-in-out;
}
a.learn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: #7a7b7b;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  transition: all 0.5s ease-in-out;
}
.banner-block:hover a.learn span {
  background-color: #ed1c24;
}
.banner-block:hover a.learn {
  color: #ed1c24;
}
a.learn span i {
  vertical-align: text-bottom;
}
.banner-content h3 {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.banner-content p {
  color: #969797;
  font-size: 14px;
  line-height: 24px;
}
.section  {
  padding: 20px 0;
}
h2 {
  font-size: 24px;
}
h2.title1 {
  font-size: 24px;
  font-family: 'SofiaProRegular';
}
h2.title5 {
  font-size: 24px;
  font-family: 'SofiaProBold';
  font-weight: bold;
  text-transform: uppercase;
}
h2.title2 {
  font-size: 34px;
  font-family: 'SofiaProRegular';
  color: #7a7b7b;
  padding-top: 2px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
h4.title4 {
  font-size: 18px;
  font-family: 'SofiaProRegular';
}
h4.title4 span {
  font-family: 'SofiaProBold';  
}
h4.title4 a {
  text-decoration: underline;
}
.red {
  color: #ed1c24;
}
.post {
  padding: 20px 0;
}
.post h3 {
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
}
.post .date {
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'SofiaProBold';
  color: #666;
}
p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 28px;
}
/* Footer */
.home .footer {
    margin-top:-11px;
}
.footer {
  padding: 50px 0;
  color: #666;
  font-family: 'SofiaProRegular';
  border-top: 1px solid #f1f1f1;
}
.footer.border0 {
  border: 0px solid;
}
.footer span {
  font-family: 'SofiaProBold';
}

.innerbanner {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/bg1.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 90px;
}
.innerbanner.big {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/bg2.jpg);
}

.innerbanner.machining {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/banner-section-bg-shaded-thin.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 90px;
}
.innerbanner.machining.big {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/banner-section-bg-shaded.jpg);
}

.innerbanner.work {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/Work-BG1-thin.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 90px;
}
.innerbanner.work.big {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/Work-BG1.jpg);
}

.innerbanner.inspection {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/Inspection-BG1-thin.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 90px;
}
.innerbanner.inspection.big {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/Inspection-BG1.jpg);
}


.innerbanner h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
}
.midline {
  height: 22px;
  width: 100%;
  margin-top: -11px;
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/midline.png);
  background-position: center;
    z-index: 2;
    position: relative;
}
.breadcrumbwrap {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.breadcrumb {
  padding:5px 0;
  margin-bottom: 0;
}
.breadcrumb > li + li::before {
  font-family: 'FontAwesome';
  color: #ccc;
  content: "\f105 ";
  padding: 0 5px;
  font-size: 14px;
}

.leftmenu ul {
  list-style: none;
  padding: 5px 0 0 0;
}
.leftmenu ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  position: relative;
  font-family: 'SofiaProRegular';
}
.leftmenu ul li a {
  color: #666;
}
.leftmenu ul li.active {
  font-weight: bold;
  font-family: 'SofiaProBold';
}
.leftmenu ul li.active:after {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 80%;
  height: 4px;
  background-color: #ed1c24;
  content: "";
}
.leftmenu ul li.active a {
  color: #333;
}
.leftmenu ul li:hover a {
  color: #ed1c24;
}
/* Buttons */
.btn {
  font-family: 'SofiaProBold';
  text-transform: uppercase;
  margin-bottom:10px;
}
.btn-lg {
    font-size:12px;
    padding:15px 30px;
}
.btn-primary {
  color: #fff;
  background: #ed1c24;
  border-color:#ed1c24;
}
.btn-primary:hover {
  background:#ed1c24;
  border-color:#ed1c24; 
  box-shadow: 0 5px 15px rgba(237,28,36,.4);
}
.btn-default {
  color:#fff;
  background:rgba(245,130,57,.5);
  border-color:#f58239;
}
.btn-default:hover {
  color:#fff;
  background:rgba(245,130,57,1);
  border-color:#f58239;
}
.button {
  height: 50px;
  border-radius: 5px;
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0 20px; 
  font-family: 'SofiaProBold';
  line-height: 46px;
  transition: all 0.3s ease-in-out;
  min-width: 130px;
  margin: 0 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.button:hover {
  color: #fff;
  background-color: #d51219;
  border-color: #d51219
}
.button.ghost {
  background-color: transparent;
}
.button.ghost:hover {
  background-color: #ed1c24;
  border-color: #ed1c24
}
.ban-btn {
  padding: 27px 0;
  text-align: right;
}
.sidebar-right {
  padding-top: 14px;
}
.icon {
  width: 40px;
  float: left;
  color: #bebebe;
  font-size: 30px;
}
.icontext {
  margin-left: 40px;
  padding-top: 7px;
  padding-bottom: 20px;
}
.icontext span {
  font-family: 'SofiaProBold';  
    font-size: 18px;
}
a.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bebebe;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
a.social:hover {
  background-color: #ed1c24;
}

/* Lists */
.list-checks {
  padding:0;
}
.list-checks li {
  background: url(https://www.jleindustries.com/Professional_Drivers/images/red-bullet.png) left 5px no-repeat;
  padding: 0px 0px 0px 27px;
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color:#666;
}
.list-checks li ul {
  margin:20px 0;
}
.list-checks li ul li {
  background: url(https://www.jleindustries.com/Professional_Drivers/images/grey-bullet.png) left 5px no-repeat;
  padding: 0px 0px 0px 27px;
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 28px;
  color:#666;
}
/* Images */
.img-full {
  width:100%;	
  margin:10px 0 10px 0;
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .navbar-nav > li > a {
      padding: 16px 6px;
  }
}
@media (max-width: 1023px) {
  .navbar-nav > li > a {
      padding: 10px 15px;
  }
  #navbar {
  }
}
@media (max-width: 767px) {
  .banner h1 {
      font-size: 42px;
      font-weight: bold;
  }
  .innerbanner h1 {
    font-size: 32px;
  }
  .innerbanner {
    text-align: center;
  }
  .bbox {
    display:none;
  }
  .ban-btn {
    text-align: center;
    padding: 15px 0;
  }
  .footer {
    padding: 0px 0 50px;
  }

}


/*
|----------------------------------------------------------------------------
| GLOBAL STYLES
|----------------------------------------------------------------------------
*/
html {
  font-size: 14px;
}

body {
  line-height: 1.57;
  font-size: 14px;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.45;
}

p {
  font-size: 1rem;
}

a {
  color: #ed1c24;
  transition: all 0.35s;
}

a:hover {
  text-decoration: none;
}

/*
|----------------------------------------------------------------------------
| MISC
|----------------------------------------------------------------------------
*/
.mb_30 {
  margin-bottom: 30px;
}

/*
|----------------------------------------------------------------------------
| FOOTER STYLES
|----------------------------------------------------------------------------
*/
.footer {
  font-family: "Open Sans", sans-serif;
  background: #f1f1f1 url(https://www.jleindustries.com/Professional_Drivers/images/footer-patern.jpg) repeat left top;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer .logo {
  margin-bottom: 15px;
}

.footer .social-icons {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer img {
    margin-left: auto;
    margin-right: auto;
  }
}

.social-icons {
  list-style-type: none;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

.social-icons .fa {
  background-color: rgba(0, 0, 0, 0.3);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s;
}

.social-icons .fa:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.copyright p {
  margin-bottom: 5px;
  font-size: 12px;
}

/*
|----------------------------------------------------------------------------
| FOOTER WIDGET
|----------------------------------------------------------------------------
*/
.widget-footer-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.widget-footer-nav ul li {
  line-height: 2;
}

.widget-footer-nav ul li a {
  color: #7a7b7b;
}

.widget-footer-nav ul li a:hover {
  color: #ed1c24;
}


.bannernew {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/banner.jpg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 35px;
  background-repeat: no-repeat;
}
.bannernew h1 {
  color: #fff;
  font-size: 40px;
  margin-top:0;
  margin-bottom: 70px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: -0.5px;
  padding-top: 0;
  text-align:center;
}
.bannernew h2 {
  color: #434343;
  font-size: 20px;
  margin-top:0;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'SofiaProBold';
}
.bannernew h2 span {
  font-family: 'SofiaProBold';
  font-weight: bold;
}
.bannernew p small {
    font-size:12px;
    text-transform: uppercase;
    font-family: 'SofiaProBold';
    font-weight: bold;
    letter-spacing: 1px;
}
/* Homepage Boxes */
.top-box {
    background-color: rgba(255,255,255,.9);
    box-shadow:10px 10px 50px rgba(0,0,0,.75);
    display:inline-block;
    transition: background 0.2s;
    transform: skew(-20deg);
    padding:40px;
    z-index: 1;
    position:relative;
}
.top-box span {
    display:block;
    transform: skew(20deg);
}
.top-box .btn {
    margin-right:10px;
}
.top-box img {
    float:left;
    margin:0 30px 0 -60px;
    max-width:300px;
    border:solid 3px #fff;
    box-shadow:0 0 25px rgba(0,0,0,.25);
}
.bottom-box {
    padding:110px 40px 10px 40px;
    background-color: rgba(255,255,255,.1);
    margin: -70px auto 70px auto;
    box-shadow:10px 10px 50px rgba(0,0,0,.75);
    display:inline-block;
    transition: background 0.2s;
    transform: skew(-20deg);
    z-index:0;
}
.bottom-box span {
    display:block;
    transform: skew(20deg);
}
.bottom-box img {
    float:left;
    margin: 0 30px 30px -60px;
    max-width:210px;
    border:solid 3px #fff;
    box-shadow:0 0 25px rgba(0,0,0,.25);
}
.bottom-box h2, .bottom-box p {
    color:#ccc;
}
.bottom-box ul {
    margin-bottom:30px;
}
.bottom-box ul li {
    list-style: none;
}
/* End Homepage Boxes */
.bbox {
  width: 614px;
  height: 168px;
  padding: 20px 60px 0 300px;
  margin-left: 55px;
  margin-bottom: 57px;
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/bbox1.png);
}
.bbox2 {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/bbox2.png);
  margin-left: -38px;
}
.bbox3 {
  background-image: url(https://www.jleindustries.com/Professional_Drivers/images/bbox3.png);
  margin-left: -130px;
}
.bbox p {
  color: #666;
}
/*  COMMENTED OUT TO MAKE HOME PAGE BLOCKS CLICKABLE
a.learnmore {
  font-size: 12px;
  font-family: 'SofiaProBold';
  color: #fff;
  background: #f58239;
  padding: 10px 20px;
  float: right;
  transform: skewX(-23deg);
  transition: all 0.5s ease-in-out;
  margin-right:7px;
}
a.learnmore span {
  display:block;
  transform: skewX(23deg);
}
a.learnmore:hover {
  background:#ed1c24;
} */

.learnmore {
  font-size: 12px;
  font-family: 'SofiaProBold';
  color: #fff;
  background: #f58239;
  padding: 10px 20px;
  float: right;
  transform: skewX(-23deg);
  transition: all 0.5s ease-in-out;
  margin-right:7px;
}
.learnmore span {
  display:block;
  transform: skewX(23deg);
}
.learnmore:hover {
  background:#ed1c24;
}
h3.title6 {
  font-size: 16px;
  font-family: 'SofiaProBold';
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #3e3e3e;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .bannernew h1, .bannernew h2 {
    padding: 0;
  }
  .bbox {
    margin-left: 255px;
  }
  .bbox2 {
    margin-left: 163px;
  }
  .bbox3 {
    margin-left: 69px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .bannernew h1, .bannernew h2 {
    padding: 0;
    text-align: center;
  }
  .bbox, .bbox2, .bbox3 {
    margin-left: 54px;
  }
}
@media (max-width: 767px) {
    .top-box, .top-box span, .bottom-box, .bottom-box span {
        transform: skew(0deg);
    }
    .top-box img, .bottom-box img {
        max-width:100%;
        float:none;
        margin: 0 0 20px 0;
    }
    .top-box .btn {
        width:100%;
    }
    .bottom-box {
        margin-bottom:31px;
    }
    .bottom-box ul {
        padding:0;
    }
  .bannernew {
    padding:0;
  }
  .bannernew h1, .bannernew h2 {
    padding: 0;
    text-align: center;
  }
  .bannernew h2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .bannernew h1 {
    font-size: 34px;
    line-height: 34px;
    margin:20px 0 20px 0;
  }
  .bbox {
    background-position: center;
    width: auto;
    padding-left: 48%;
    padding-right: 3%;
    background-repeat: no-repeat;
    min-height: 168px;
    height: auto;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .bbox, .bbox2, .bbox3 {
    margin: 0 auto 30px;
  }
  .bbox p {
    line-height: 20px;
  }
}

.imagelabel {
	text-align: center; 
	font-weight: bold;
}

.jle-table-st thead{ background: #434343; text-align: center;  }
.jle-table-st th{ text-align: center; width: 33.333333%; border:1px solid #ccc; padding: 10px 0px; color: #fff; }


.jle-table-st tbody tr td{ padding:10px 0px; border:1px solid #ccc; }

.jle-table-st tbody tr:nth-child(even){ background: #eee; text-align: center;  }
.jle-table-st tbody tr:nth-child(odd){ background: #fff; text-align: center; }

a.btn-01{ background: #000; padding: 12px 25px; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; -o-border-radius: 12px; color: #fff; font-size: 18px; display: table; }

a.btn-02{ background: #d51219; padding: 12px 25px; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; -o-border-radius: 12px; color: #fff; font-size: 18px; margin-top:50px; display: table; }

.green-t{background: #1caa18!important;
    color: #fff;}

.left-tarp{ margin-left: 10px; }

.desk-view{ display: block; }
.mob-view{ display: none; }

@media only screen and (min-width:320px) and (max-width:767px) {

.jle-table-st tbody tr td{ font-size:12px; }
.fst-t{ text-align: left; padding-left: 10px!important; }
.desk-view{ display: none; }
.mob-view{ display: block; }
.left-tarp{ float: right; display: table; max-width: 40% }
}


/*  FAQ CSS START */
    .faq-btn{
          border-radius: 5px; -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          background-color: #ed1c24;
          border: 2px solid #ed1c24;
          display: block;
          color: #fff;
          font-size: 15px;
          padding: 0 20px;
          font-family: 'SofiaProBold';
          line-height: 46px;
          transition: all 0.3s ease-in-out;
          min-width: 130px;
          margin: 0 10px 12px 0;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 1px;
      }

      .faq-btn:hover{ background: #434343; border: 2px solid #434343; color: #fff; }


      .accordion-toggle {border-bottom: 1px solid #cccccc;cursor: pointer;margin: 0;padding: 10px 0;position: relative;}
      .accordion-toggle.active:after{content:"";position:absolute;right:10px;top:17px;width:0;height:0;border-bottom:5px solid #f00;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
      .accordion-toggle:before{content:"";position:absolute;right:10px;top:17px;width:0;height:0;border-top:5px solid #000;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
      .accordion-toggle.active:before{display:none;}
      .accordion-content {display: none;}
      .accordion-toggle.active {color: #ff0000;}

      #myTab{ margin-top: 50px; }

      .faq-c .tab-content{ border-right: 1px solid #ddd; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 25px; }

      .faq-c .accordion-toggle {
        border-bottom: 1px solid #cccccc;
        cursor: pointer;
        margin: 10px 0px 0px;
        padding: 10px 10px;
        position: relative;
        background: #f5f5f5;
        border:1px solid #ddd;
      }

      .faq-c .accordion-content{ border:1px solid #ddd; border-top: none; padding: 12px; }
      .faq-buffer{ margin-bottom: 10px; }
      .faq-c .nav-item a{ font-weight: bold; }
      .faq-c li.nav-item a:hover{ color: #f00!important; }

      @media only screen and (min-width:320px) and (max-width:767px) {

        .faq-c .nav-item{ font-size: 11px; }
        .nav > li > a{ padding: 10px 6px; }
        .faq-c .accordion-toggle{ padding: 10px 20px 10px 10px; }
      }





/*  FAQ CSS END */



/*  CSS for google form */

.web-logo{ padding-top: 30px; padding-bottom: 30px; }
.no-padding-left{ padding-left: 0px; }
.check-control{ border:1px solid #eee; }
.container-c {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 24px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 22px;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-c:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-c input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-c input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-c .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.f-submit{ border-radius: 5px; -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          background-color: #ed1c24;
          border: 2px solid #ed1c24;
          display: block;
          color: #fff;
          font-size: 15px;
          padding: 0 20px;
          font-family: 'SofiaProBold';
          line-height: 46px;
          transition: all 0.3s ease-in-out;
          min-width: 130px;
          margin: 0 10px 12px 0;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 1px; }


@media only screen and (min-width:320px) and (max-width:767px) {
.no-padding-left{ padding-left: 15px; padding-bottom: 20px; }

}