/* .topbarrow { border: 1px dashed yellow;}
.topcol1 { border: 1px dashed cyan;}
.topcol2 { border: 1px dashed white;}
.topcol3 { border: 1px dashed lightgreen;} */

.navbar {
  max-width: 1140px;
  margin: 20px auto;
}
@media screen and ( min-width: 992px ) {
  .navbar {
    margin: 0px auto;
  }
}

.navbar-light .phonetop {
  display: none;
}

.what-is-container {
  display: flex;
  flex-direction: column;
}
a.readmorebtn {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  p.topbarp {
    font-size: 18px;
  }
  .phonetop {
    font-size: 40px;
  }
  h2.warnh2 {
    /* font-size: 30px; */
  }
  h2.warnpara {
    font-size: 16px;
  }
  .warningmsg {
    flex: 1 1 50%;
  }
  .textalignimg {
    flex: 0 0 85px;
  }
  .members-video-col h2.videotitle {
    margin-top: 10px;
  }
  img.facebookimg {
    margin-left: -90px;
  }
  .request-info-button {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  /* top bar */
  .nav-container {
    max-width: none;
    padding: 0;
  }
  p.topbarp {
    font-size: 13px;
    line-height: 1.3em;
    /* margin-left: -20%; */
  }
  img.logotop {
    width: 100%;
  }
  .topcol3 .phonetop {
    font-size: 32px;
  }
  .navbar-expand-lg .navbar-nav {
    justify-content: space-evenly;
  }
  .headernav {
    border-radius: 0;
    padding: 6px 14px;
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    background: linear-gradient( #656565, black );
    background-size: cover;
  }
  .headernav button {
    padding: 0;
    filter: brightness(0) invert(1);
  }
  .headernav ul {
    width: 100%;
    margin-top: 0;
  }
  .headernav ul li {
    width: 100%;
    border-bottom: dashed 1px #fff;
  }
  .headernav ul li:last-child {
    border: 0;
  }
  li.nav-item a {
    text-decoration: none;
    text-align: left;
  }
  .navbar .dropdown:hover > ul {
    position: relative;
    margin-bottom: 10px;
  }

  /* .navbar .dropdown:hover > ul {
    opacity: 0;
    visibility: hidden;
  }
  .navbar .dropdown ul.show-nav-dropdown,
  .navbar .dropdown ul.show-nav-dropdown li 
  .navbar .dropdown:hover ul.show-nav-dropdown,
  .navbar .dropdown:hover ul.show-nav-dropdown li {
    opacity: 1;
    visibility: visible;
  } */
}

@media screen and ( min-width: 769px ) and ( max-width: 991px) {
  section.topbar {
    max-width: 100vw;
  }
  /*.page .header-transparent, .single-post .header-transparent, .home .header-transparent, .search .header-transparent, .index-page .nav-container, .main_site .nav-container,
  .archive .header-transparent, .category .header-transparent {
    padding-top: 118px !important;
  }*/
  .row.sidebyside .col-md-12.sbs_image {
    text-align: center;
  }
  .row.sidebyside .col-md-12.videocol {
    text-align: center;
    height: 340px;
  }
  .row.sidebyside .col-md-12.videocol iframe {
    height: 100%;  
  }
  .row.sidebyside .col-md-12.sbs_image img.whatisimg,
  .row.sidebyside .col-md-12.sbs_image img.tfmimage {
    width: 72%;
    height: auto;
    margin: 0px auto;
  }
  .row.sidebyside .col-md-12.sbs_image img.meterimage {
    height: auto;
    width: 50%;
    margin: 0px auto;
  }
}
@media screen and ( min-width: 992px ) and ( max-width: 1199px) {
  section.topbar {
    max-width: 100vw;
  }
  .row.sidebyside .col-lg-6.sbs_image,
  .row.sidebyside .col-lg-6.sbs_text,
  .row.sidebyside .col-lg-4.sbs_image,
  .row.sidebyside .col-lg-8.sbs_text,
  .row.sidebyside .col-lg-5.sbs_image,
  .row.sidebyside .col-lg-7.sbs_text  {
    max-width: 100% !important;
    flex: auto !important;
  }
  .row.sidebyside .col-lg-6.sbs_image,
  .row.sidebyside .col-lg-4.sbs_image,
  .row.sidebyside .col-lg-5.sbs_image {
    text-align: center;
  }
  .row.sidebyside .col-lg-6.videocol {
    text-align: center;
    min-height: 400px;
  }
  .row.sidebyside .col-lg-6.videocol iframe {
    height: 100%;  
  }
  .row.sidebyside .col-lg-6.sbs_image img.whatisimg,
  .row.sidebyside .col-lg-6.sbs_image img.tfmimage,
  .row.sidebyside .col-lg-4.sbs_image img.whatisimg,
  .row.sidebyside .col-lg-4.sbs_image img.tfmimage {
    height: auto;
    max-height: 100%;
    width: 72%;
    margin: 0px auto;
  }
  .row.sidebyside .col-lg-5.sbs_image img.meterimage {
    height: auto;
    width: 45%;
    margin: 0px auto;
  }
  .sbsrev .order-lg-2 {
    order: 1;
  }
  .sbsrev .order-lg-1 {
    order: 2;
  }
}

@media (max-width: 768px) {
  .row > * {
    width: 100%;
    max-width: 100vw;
  }
  #desktop-top {
    max-width: none;
  }
  /* top bar */
  .topbarrow {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .topcol1 {
    flex: 1 1 33%;
  }
  .topcol2 {
    flex: 0 0 200px;
  }
  .topcol3 {
    display: none;
  }
  .navbar a {
    font-size: unset;
  }
  .navbar-light .phonetop {
    display: block;
    font-size: 18px;
  }
  img.logotop {
    width: 100%;
    max-width: 200px;
  }
  h2.warnh2 {
    /* font-size: 28px; */
  }
  h2.warnpara {
    font-size: 16px;
  }
  .warnsp {
    font-weight: 500;
  }
  .what-is-container {
    flex-direction: column-reverse;
  }
  section.whatissec {
    /* padding: 0; */
  }
  section.redcarsec {
    padding: 60px 0;
  }
  .how-do-i-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .index-page .videocol {
    margin: 0 auto 20px;
  }
  .movingimage {
    max-width: 350px;
    margin: 30px auto 30px;
    display: flex;
    order: -1;
  }
  .members-video-col {
    margin-bottom: 45px;
  }
  img.bbbimg {
    width: auto;
    display: inline-block;
  }
  img.checkurimg {
    margin: 0 auto 15px;
    display: block;
    max-width: 300px;
  }
  .bordercoll {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .requestiul.imagefliect {
    margin-bottom: 10px;
    padding: 0;
  }
  .requestiul.imagefliect .title {
    font-size: 20px;
  }
  .request-info-container {
    width: 100%;
  }
  .testimonial-image {
    order: -1;
    margin-bottom: 10px;
  }
  a.footera {
    font-size: 12px;
  }
  .whatisimg {
    display: block;
  }
  .move-up-768 {
    order: -1;
    margin-bottom: 10px;
    text-align: center;
  }

  .contactform {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .navbar-light .phonetop {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (min-width: 576px) {
  /* .index-page .container, 
    .index-page .container-sm {
        max-width: none;        
    } */
}

@media (max-width: 455px) {
  .topbarp {
    font-size: 12;
    font-weight: 400;
  }
  .topcol1 {
    padding: 0;
  }
  .topcol2 {
    padding: 0 0 0 5px;
  }
  body.index-page .videocol {
    margin: -5vw auto -3vw;
  }
  .warningmsg {
    padding: 0;
    flex: 1 1 80px;
  }
  .warnalign1, .warnalign2 {
    width: auto;
  }
  body.about-us-page .videocol {
    margin-top: -40px;
    margin-bottom: -40px;
  }

}

@media (max-width: 420px) {
  .topcol2 {
    flex: 0 0 160px;
  }
  img.logotop {
    max-width: 150px;
    margin-left: 0;
  }
  .navbar-light .phonetop {
    font-size: 14px;
    font-weight: 400;
  }
  img.facebookimg {
    max-width: 60%;
  }
  img.bbbimg {
    max-width: 30%;
  }
 
}

.float_right_img {
  float: right;
  margin-left: 30px !important;
  width: 35% !important;
}
.float_left_img {
  float: left;
  margin-right: 30px !important;
}
/*@media screen and ( max-width: 768px ) {
  .float_right_img, .float_left_img {
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }
}*/
@media screen and ( max-width: 590px ) {
  .float_right_img, .float_left_img, .float_left_img.img_full {
    float: none;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: auto !important;
    max-width: 100% !important;
  }
}
@media screen and ( min-width: 591px ) and ( max-width: 767px ) {
  .float_right_img {
   margin-top: 20px;
  }
  .float_left_img.img_full {
    float: none;
    width: 100%;
    max-width: 100% !important;
    margin-right: 0px !important;
  }
}