*{
  font-family: 'AvenirNextLTPro-Regular',Arial;
}
*:focus {
  outline: none;
}

.placeme{
  position: absolute;
  line-height: 1.24;
  font-size: 18px;
  color: black;
  
}


/*
font-family: "SF Pro Text","Myriad Set Pro",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","SF Pro Icons","Apple Legacy Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
*/

@media (min-width: 767px) {
.lb-index-tile{
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.lb-index-tile-by3{
width: 32.8%;
box-sizing: border-box;
position: relative;
}
.lb-index-tile-by3 img{
  width: 100%;
  box-sizing: border-box;
}

.lb-index-content-by3{
position: absolute;
width: 100%;
padding-left: 5%;
padding-right:5%;
top: 8%;
}
.lb-index-title-by3{
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
  font-size: 2vw;
  color: #000;
}
.lb-index-title-by3.white{
  color: #fff;
}
.lb-index-desc-by3{
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
  font-size: 1.4vw;
  color: #000;
}
.lb-index-linkcontain-by3{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.lb_icon {
  width: 1em;
  height: 1em;
    font-size: 1em;
vertical-align: middle;
    font-weight: lighter;
}
.lb-index-link-by3{
  display: flex;
  align-items: center;
  font-size: 1.2vw;
  color: #000;
}

.lb-index-btn-by3{
background-color: #fd8501;
padding: 2% 8%;
font-size: 1.2vw;
color: #fff;
border-radius: 2vw;
}

.user-login-prof{
  margin-left: 15px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  color: #e2202c;
  display: flex;
  align-items: center;
  justify-content: center;
}

}
@media (max-width: 767px) {
  .lb-index-tile{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .lb-index-tile-by3{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  }
  .lb-index-tile-by3 img{
    width: 100%;
    box-sizing: border-box;
  }

  .lb-index-content-by3{
    position: absolute;
    width: 100%;
    padding-left: 5%;
    padding-right:5%;
    top: 8%;
    }
    .lb-index-title-by3{
      position: relative;
      display: block;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5%;
      font-size: 6vw;
      color: #000;
    }
    .lb-index-title-by3.white{
      color: #fff;
    }
    .lb-index-desc-by3{
      width: 100%;
      display: block;
      text-align: center;
      position: relative;
      margin-bottom: 5%;
      font-size: 3.4vw;
      color: #000;
    }
    .lb-index-linkcontain-by3{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
    }
    
    .lb_icon {
      width: 1em;
      height: 1em;
        font-size: 1em;
    vertical-align: middle;
        font-weight: lighter;
    }
    .lb-index-link-by3{
      display: flex;
      align-items: center;
      font-size: 3.2vw;
      color: #000;
    }
    
    .lb-index-btn-by3{
    background-color: #fd8501;
    padding: 2% 8%;
    font-size: 3.2vw;
    color: #fff;
    border-radius: 4vw;
    }
    .user-login-prof{
      display: none;
      margin-left: 15px;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #fff;
      color: #e2202c;
 
    }
}


@media (min-width: 767px) {
  .sticky-desktop-nonsticky-mobile{
    position: sticky !important;
  }
  .sticky-all{
    position: sticky !important;
  }


}
@media (max-width: 767px) {
  .sticky-desktop-nonsticky-mobile{
    position: relative !important;
  }
  .sticky-all{
    position: sticky !important;
  }
}




.lbc-section{
  width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box
}
html{
  scroll-behavior: smooth;
  /*
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  */
  -webkit-tap-highlight-color: transparent

}
@-ms-viewport {
  width: device-width;
}
a{
  text-decoration: none;
}
body{
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fbfbfb;
  padding: 0;
  margin: 0;

}
.body-control{
  overflow: hidden !important;
  height: 100% !important;
}
p{
  padding: 0;
  margin: 0;
}
.lbc-blue{
  color: #2199e8 !important;
}
.lbc-blue-marg5{
    color: #2199e8 !important;
    margin-left: 5px;
}
.lbc-arrow-link__icon {
    font-size: .7em;
    font-weight: lighter;
    margin-left: 5px;
}

.lbc-arrow-color{
  color: #fc8300;
}

.lbc-arrow-icon {
    width: 1em;
    height: 1em
}

/**main nav**/



@media (min-width: 767px) {

  .lbc-mainnav-input::placeholder{
    color: #fff;
    font-size: 16px;
    opacity: 0.8;

  }
  .lbc-mainnav-input::-moz-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

  .lbc-mainnav-input::-webkit-input-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

  .lbc-mainnav-input:-ms-input-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

}
@media (max-width: 767px) {

  .lbc-mainnav-input::placeholder{
    color: #fff;
    font-size: 16px;
    opacity: 0.8;
  }
  .lbc-mainnav-input::-moz-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

  .lbc-mainnav-input::-webkit-input-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

  .lbc-mainnav-input:-ms-input-placeholder {
      color: #fff;
      font-size: 16px;
      opacity: 0.8;
  }

}




.lbc-input-mag{
  position: absolute;
  font-size: 18px;
font-weight: lighter;
margin-left: 10px;
}

.lbc-input-mag-color{
  color: #fff;
}

.lbc-right-ulli li{
display: inline-block;
color: #FFF9D5;
font-size: 10.0pt;
margin-left: auto;
margin-right: auto;
word-wrap: normal;
}
.lbc-right-ulli li:last-child{
margin-right: 10px;
}

.lbc-right-ulli li a{
  color: #FFF9D5;
  font-size: 10.0pt;
}

.userlogin-img{
  width: 20px;
margin-left: 15px;
}





.lbc-text-box-align-center{
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 11pt;
}


.lbc-container{
min-height:100vh;
width:100%;
}

.lbc-mainnav-btn{
  background: #f32e33;
}

.lbc-chk-btn input {
    display: none;
}


.lbc-login-btn input {
    display: none;
}



@media (min-width: 767px) {
  .lbc-mainnav-980{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .lbc-mainnav-input{
    font-size: 16px;
    border-radius: 6px;
    width:100%;
    min-width: 100px;
    border:none;
  outline: 0;
  color: #fff;
    -webkit-appearance: none;
    background: #FD9727;
    padding: 8px 8px 8px 35px;
  }

  .mainnav-sub-drop{
    width: 100%;
    position: absolute;
  padding-left: 15px;
  padding-right: 12px;
  top:40px;
    box-sizing: border-box;
display: none;
  }

  .mainnav-sub-drop-conetent{
    min-width: 500px;
    width: 100%;
    padding: 50px 15px 30px 15px;
    background: #fff;
    border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
  }

.clear-input-main-nav{
  display: none;
}
.clear-hide-mobile{

}

.mainnav-login-drop{
  position: absolute;
top:40px;
  box-sizing: border-box;
display: none;
}
.mainnav-login-drop-conetent{
  padding: 15px;
  background: #fff;
border-radius: 8px;
}


}
@media (max-width: 767px) {
  .lbc-mainnav-980{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
  }

  .lbc-mainnav-input{
    border-radius: 6px;
    font-size: 16px;
    width:100%;
    min-width: 100px;
    border:none;
  outline: 0;
  color: #fff;
    -webkit-appearance: none;
    background: #FD9727;
    padding: 8px 10px 8px 35px;
  }


  .lbc-mainnav-input.paddright{
padding: 8px 22% 8px 35px !important;
  }

.clear-input-main-nav{
  position: absolute;
  color: #fff;
  display: none;
  font-size: 12pt;
  cursor: pointer;
  right: 15px;
}
.clear-input-main-nav.activateclear{
  display: block !important;
}
  .mainnav-sub-drop{
  display: none !important;

  }

  .mainnav-login-drop{
    z-index: 1027;
    position: absolute;
  top:55px;
  margin-left: -8%;
    box-sizing: border-box;
  display: none;
  }
  .mainnav-login-drop-conetent{
    padding: 15px;
    background: #fff;
  border-radius: 8px;
  }






  .lbc-mainmobile-nav-border{
    border-top: 1px solid #ffffff75;
   width: 95%;
   padding-top: 15px;
     margin-left: auto;
     margin-right: auto;
  }
.clear-hide-mobile{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 2px;
}
.clear-hide-mobile.activatehide{
display: none;
}


}


/*
.lbc-chk-btn input[type=checkbox]:checked + label {
    color: blue;
    background: #f32e33;
}
*/

.lbc-mainnav-drop-arrow{
width: 10px;
height: auto;
margin-left: 8px;
}
.lbc-chk-btn input + label > .lbcmainnav-for-drop{
  display: flex;
  align-items: center;
padding: 5px 10px;
    color: #fff;
    background: #f32e33;
    cursor: pointer;
    border-radius: 3px;

}

.lbc-chk-btn input[type=checkbox]:checked  + label > .lbcmainnav-for-drop{
padding: 5px 10px;
    color: #fff;
    background: #bb2730;
      cursor: pointer;
      border-radius: 3px;
}

.lbc-chk-btn input[type=checkbox]:checked  + label > .lbcmainnav-for-drop > .lbc-mainnav-drop-arrow{
    transform: rotate(-180deg);
}



.lbc-login-btn input + label > .lbcmainnav-for-drop{
  display: flex;
  align-items: center;
    color: #fff;
    cursor: pointer;
}






.lbc-mainnav-logo{
  width: 40px;
}

@media (min-width: 767px) {
  .lbcmenubar {
  display: none;
  }
}
@media (max-width: 767px) {
  .lbcmenubar {
    width: 24px;
    height: 42px;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
  }
}

.lbcmenubar label {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.35s;
  cursor: pointer;
}

.lbcmenubar input[type=checkbox] {
  display: none;
}


.bar {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 10px;
  transition: all 0.35s;
  pointer-events: none;
}

.bar-1 {
  /*
  top: 12px;
  */
  top: 16px;
}

.bar-2 {
  top: 20px;
}

.bar-3 {
  /*
  top: 28px;
  */
  top: 24px;
}


/* ===------ Burger 1 ------=== */
.lbcmobilemenu-1 input:checked ~ label .bar-1 {
  top:20px;
  transform: rotate(45deg);
}
.lbcmobilemenu-1 input:checked ~ label .bar-2 {
  left: -100%;
}
.lbcmobilemenu-1 input:checked ~ label .bar-3 {

  top: 20px;
  transform: rotate(-45deg);
}

/* ===------ Burger 2 ------=== */
@-webkit-keyframes a-burger2bar1 {
  0% {
    top: 4px;
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(45deg);
  }
}
@keyframes a-burger2bar1 {
  0% {
    top: 4px;
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes a-burger2bar2 {
  100% {
    opacity: 0;
  }
}
@keyframes a-burger2bar2 {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes a-burger2bar3 {
  0% {
    top: 32px;
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(-45deg);
  }
}
@keyframes a-burger2bar3 {
  0% {
    top: 32px;
  }
  50% {
    top: 18px;
    transform: rotate(0);
  }
  100% {
    top: 18px;
    transform: rotate(-45deg);
  }
}
.burger-2 input:checked ~ label .bar-1 {
  -webkit-animation: a-burger2bar1 0.35s forwards;
          animation: a-burger2bar1 0.35s forwards;
}
.burger-2 input:checked ~ label .bar-2 {
  -webkit-animation: a-burger2bar2 0.35s forwards;
          animation: a-burger2bar2 0.35s forwards;
}
.burger-2 input:checked ~ label .bar-3 {
  -webkit-animation: a-burger2bar3 0.35s forwards;
          animation: a-burger2bar3 0.35s forwards;
}

/* ===------ Burger 3 ------=== */
.burger-3 input:checked ~ label {
  transform: rotate(90deg);
}
.burger-3 input:checked ~ label .bar-1 {
  top: 18px;
  transform: rotate(45deg);
}
.burger-3 input:checked ~ label .bar-2 {
  left: 100%;
}
.burger-3 input:checked ~ label .bar-3 {
  top: 18px;
  transform: rotate(-45deg);
}


@media (min-width: 767px) {
  .lbc-mainnav-2022{
    position: sticky;
    display: block;
    width: 100%;
    top: 0;
    background: #e2202c;
    z-index: 1025;
    box-sizing: border-box;
padding: 5px 15px;
  }

  .lbc-right-ulli{
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    white-space: nowrap;
    margin: 0;

  }
  .lbc-mainnav-left{
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
    min-width: 200px;
  }
  .lbc-mainnav-right{
    width: 100%;
    display: flex;
    align-items: center;

    position: relative;
  }
  .lbc-mainnav-input-div{
    max-width: 340px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .lbc-mainnav-2022{
    display: block;
    width: 100%;
    background: #be1d1d;
padding: 10px 15px;
box-sizing: border-box;
  }

  .lbc-right-ulli{
display: none;
  }
  .lbc-mainnav-left{
    display: flex;
    align-items: center;

    width: 80%;

  }
  .lbc-mainnav-right{
    width: 100%;
    display: flex;
    align-items: center;

  }
  .lbc-mainnav-input-div{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
}

/**end main nav**/





.lbc-2022-box-white{
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
}





/**tab nav**/


@media (min-width: 767px) {
  .lbc-nav-tab-container{
  display: none !important;
  }
  .full-top{
    /*
    position: sticky;
    */
    position: relative;
    top: 0;
    z-index: 1025;
    box-sizing: border-box;
  }






    .mobile-lbc-tabs-2{
      display: flex;
    }
    .lbc-tab-2-set-1{
      width: 50%;
      padding-right: 15px;
      border-right: 1px solid #9a9a9a70;
    }
    .lbc-tab-2-set-2{
      width: 50%;
      padding-left: 15px;
    }

    .lbc-set-left-ulli{
      list-style-type: none;
      padding-left: 0;

    }
    .lbc-set-left-ulli li{

      padding-left: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
    border-bottom: 1px solid #ffffff70;
    color: #000;
    font-size: 11pt;
    }
  .lbc-set-left-ulli li a{
color: #000;
  }


    .lbc-set-left-ulli li:last-child{
      border-bottom:none;
    }

    .lbc-set-left-span{
      font-size: 12px;
      padding-left: 5%;
      color: #638190;
    }

    .lbc-tab-2-title-left{
      display: block;
      width: 100%;
      text-align: left;
      color: #C0C2C3;
      font-size: 18pt;
    }
    .lbc-tab-2-title-left span{
  color: #DD0E16;
  font-size: 20pt;
  font-weight: bold;
    }


    .lbc-tab-2-title-right{
      display: block;
      width: 100%;
      text-align: left;
      color: #C0C2C3;
      font-size: 18pt;
    }

    .lbc-tab-2-title-right span{
  color: #DD0E16;
  font-size: 20pt;
  font-weight: bold;
    }


    .lbc-set-right-ulli{
      list-style-type: none;
      padding-left: 0;
    }
    .lbc-set-right-ulli li{
      padding-left: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #c6c4c470;
      color: #000;
      font-size: 11pt;
    }

    .lbc-set-right-ulli li a{
color: #000;
    }


    .lbc-set-right-ulli li:last-child{
      border-bottom:none;
    }
.desktop-lbc-tabs-2-contain{
  width:60%;
  margin-left: auto;
  margin-right: auto;
}



}

@media (max-width: 767px) {
.hotlinenumber{
  color: #2199e8;
}

  .lbc-nav-tab-container{
    display: none;
    background: #be1d1d;
    width: 100%;
    position: absolute;
    z-index: 1037;
    height: 100%;
    box-sizing: border-box;
  }
  .tabs-container{
    position: relative;
    border:1px solid #ffffff7a;
    width: 380px;
  border-radius: 6px;
    display: flex;

  }
  .tabs * {
    z-index: 2;
  }


  .tabs {
    width: 100%;
    background: #be1d1d;
    display: flex;
    flex-wrap: wrap;
     position: relative;
  justify-content: center;
  box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;

  }
  .quicklinks-ul{
    padding-left:0px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
      list-style-type: none;
  }
  .quicklinks-ul li{

font-size: 12.5pt;
  color: #F6F2F2;
    padding-left: 33%;
    padding-top: 1rem;
    padding-bottom: 1rem;

  }
  .quicklinks-ul li a{
    color: #F6F2F2;
  }



  .tabs .quicklinks {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: block;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #fff;
  }

  .tabs .serviceslink {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding:30px 15px 15px 15px;
    color: #fff;
  }



  .tabs input[type=radio] {
    display: none;
  }

 input#tabone[type=radio]:checked + label,  input#tabtwo[type=radio]:checked + label{
    color: rgba(255,249,213,0.96);;
  }


  .input-tab-set{
    width: 100%;
    display: flex;
  }


  .glider {
    position: absolute;
    display: flex;
    height: 29px;
    width: 190px;
    background-color: #e82e2e;
    z-index: 1;
    border-radius: 6px;
    transition: 0.55s ease-out;
    top: 1px;
  }



  .tabula {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 190px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.15s ease-in;
  }





  input[id=tabone]:checked ~ .glider {
    transform: translateX(0);
  }

  input[id=tabtwo]:checked ~ .glider {
    transform: translateX(100%);
  }



  .mobile-lbc-tabs-2{
    display: flex;
    padding-top: 1rem;
  }
  .lbc-tab-2-set-1{
    width: 50%;
    padding-right: 15px;
    border-right: 1px solid #ffffff70;
  }
  .lbc-tab-2-set-2{
    width: 50%;
    padding-left: 15px;
  }

  .lbc-set-left-ulli{
    list-style-type: none;
    padding-left: 0;

  }
  .lbc-set-left-ulli li{
    padding-left: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff70;
  font-size: 11pt;
  color: #F6F2F2;
  }

.lbc-set-left-ulli li a{
    color: #F6F2F2;
}

  .lbc-set-left-ulli li:last-child{
    border-bottom:none;
  }

  .lbc-set-left-span{
    font-size: 12px;
    padding-left: 5%;
    color: #E7E3CA;
  }

  .lbc-tab-2-title-left{
    display: block;
    width: 100%;
    text-align: left;
    color: #C6CACC;
    font-size: 12.5pt;
  }
.lbc-tab-2-title-left span{
  font-size: 15pt;
  color: #fff;
  font-weight: bold;
}

  .lbc-tab-2-title-right{
    display: block;
    width: 100%;
    text-align: left;
    color: #C6CACC;
    font-size: 12.5pt;
  }
  .lbc-tab-2-title-right span{
    font-size: 15pt;
    color: #fff;
    font-weight: bold;
  }

  .lbc-set-right-ulli{
    list-style-type: none;
    padding-left: 0;
  }
  .lbc-set-right-ulli li{
    padding-left: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff70;
    color: #F6F2F2;
  }
  .lbc-set-right-ulli li a{
    color: #F6F2F2;
  }


  .lbc-set-right-ulli li:last-child{
    border-bottom:none;
  }
}

/**end tab nav mobile**/

/**nav white drop down mobile**/

@media (min-width: 767px) {
  .lbc-dropdown-white{
    display: none;
  }
}
@media (max-width: 767px) {

  .lbc-dropdown-white{

    z-index: 1025;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {


  ul.dropdown-ul-lbc-2022{
    max-width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dropdown-ul-lbc-2022 li{
    list-style-type: none;
    border-bottom: 1px solid rgba(207,192,192,0.5);
  }

  .dropdown label.dropdown--label {
    position: relative;
    /*height: 45px;*/
    width: 100%;
    line-height: 46px;
    display: inline-block;
  }
  .dropdown label.dropdown--label .dropdown--checkbox {
    position: absolute;
    left: -2000000px;
  }
  .dropdown label.dropdown--label .dropdown--text {
    cursor: pointer;


    display: block;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    color: #134056;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .dropdown label.dropdown--label .dropdown--text .dropdown--arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fd0000;
    border-bottom: 2px solid #fd0000;
    margin-left: auto;
    transform: rotate(45deg);
    transition: all ease-in 0.3s;
    position: relative;
    top: -2px;
  }
  .dropdown label.dropdown--label .dropdown--list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transition: all ease-out 0.3s;

    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
  }
  .dropdown label.dropdown--label .dropdown--list::-webkit-scrollbar {
    width: 10px;
  }
  .dropdown label.dropdown--label .dropdown--list::-webkit-scrollbar-track {
    backrgound: #fff;
    border-left: 1px solid #DEE5FF;
  }
  .dropdown label.dropdown--label .dropdown--list::-webkit-scrollbar-thumb {
    background: #DEE5FF;
    border-radius: 5px;
  }
  .dropdown label.dropdown--label .dropdown--list::-webkit-scrollbar-thumb:hover {
    background: #cfd8f7;
  }
  .dropdown label.dropdown--label .dropdown--list ul {
    padding: 0;
    margin: 0;
  }
  .dropdown label.dropdown--label .dropdown--list ul li a {
    white-space: nowrap;
    text-decoration: none;
    color: #fd0000;
    display: block;
    padding: 5px 0px;
    font-size: 12pt;
  }
  .dropdown label.dropdown--label .dropdown--list ul li a:hover {
    background: #F7F9FD;
  }
  .dropdown label.dropdown--label .dropdown--checkbox:checked ~ .dropdown--list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.3s;
  }
  .dropdown label.dropdown--label .dropdown--checkbox:checked ~ .dropdown--text .dropdown--arrow {
    transform: rotate(-135deg);
    top: 5px;
  }


}

/**end nav white drop down mobile**/

/**footer**/


footer {
  z-index: 1;
  background-color: #f2f2f2;
  padding: 0 22px;
  padding-bottom: 21px;
  overflow: hidden;
  position: relative;
  display: block;
}

.footer-content {
  max-width: 70%;
  margin: 0 auto;
}


.footer-col {
  width: 20%;
  float: left;
}

.item input[type="checkbox"] {
    display: none;
}

@media (min-width: 767px) {
  .footer-get-help{
    color: #21C0C0 !important;
  }

  .footer-menu {
    padding-top: 21px;
    overflow: hidden;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-get-help{

  }

  .footer-menu {
    padding-top: 21px;
    overflow: hidden;
    padding-bottom: 5px;
  }
}




.footer-title {
    color: #333;
    font-weight: bold;
    font-size: 11pt;
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    margin-bottom: 10px;
    margin-top: 0;
}

.product-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-list li {
  margin-bottom: 15px;
  line-height: 1;
}

.product-list li a img{
  width: 100px;
  height: auto;
}

.product-list a {
  color: #666;
  display: inline-block;
  font-size: 10pt;
}

.product-list a:hover {
  color: #333;
}

.item input[type="checkbox"]:checked+.col-section .product-list {
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    visibility: visible;
    position: static;
    transform: none;
}

.item input[type="checkbox"]:checked+.col-section .footer-title::after {
    transform: rotate(45deg) scale(1.08);
}
.item input[type="checkbox"]:checked+.col-section .footer-title.alter-v2::after {
    transform: rotate(90deg) scale(1.08);
}

.footer-base {
  padding-top: 34px;
  padding-bottom: 21px;
  color: #888;
  font-size: 12px;
}

.footer-more-ways {
  margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6d6d6;
}

.nowrap {
    white-space: nowrap;
}
.quick-links{
  color: #1EAAF1 !important;
}

.lbc-v2-container-1{
  padding: 15px;
  min-height: 660px;
  position: relative;
}


@media (min-width: 767px) {

  .test-img-1{
    z-index: -1;
    background-position-x:center;
    background-position-y:top;
    background-attachment:scroll;
    background-size:cover;
    opacity:1;
  background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/lbcv2/webp/test-img-2.webp');
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  pointer-events:none;
  }


  .test-img-2{
    z-index: -1;
    background-position-x:center;
    background-position-y:top;
    background-attachment:scroll;
    background-size:cover;
    opacity:1;
  background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/lbcv2/webp/lbc-test-img-2.webp');
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  pointer-events:none;
  }
}
@media (max-width: 767px) {

  .test-img-1{
    z-index: -1;
    background-position-x:center;
    background-position-y:top;
    background-attachment:scroll;
    background-size:cover;
    opacity:1;
  background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/lbcv2/webp/test-img-2-mobile.webp');
  position: absolute; width: 100%; height: 100%; top:0; left:0;pointer-events:none;
  }

  .test-img-2{
    z-index: -1;
    background-position-x:center;
    background-position-y:top;
    background-attachment:scroll;
    background-size:cover;
    opacity:1;
  background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/lbcv2/webp/lbc-test-img-2-mobile.webp');
  position: absolute; width: 100%; height: 100%; top:0; left:0;pointer-events:none;
  }
}





.div-1-title{
  font-size: 28pt;
  font-weight: bold;
  color: #000;
  z-index: 1024;
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}
.div-1-text{
  font-size: 16pt;
  color: #000;
  z-index: 1024;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.div-1-link{
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #1190D2;
  font-size: 16pt;

  text-shadow: 0px 1px 2px #fff;
}
.div-2-link{
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 16pt;
  margin-bottom: 20px;

}

.div-1-btn{
  background: #FD9727;
margin-bottom: 15px;
  padding: 8px 40px;
  font-size: 14pt;
  color: #fff;
  border-radius: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 833px) {
  .lbc-v2-container-1{
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    min-height: 460px;
    position: relative;
  }
  .footer-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .quick-links{
    color: #FD8400 !important;
  }
  footer {
    padding: 0 16px;
    padding-bottom: 21px;
  }

  .footer-col {
    width: 100%;
  }

  .item {
    border-bottom: 1px solid #d6d6d6;
  }

  .footer-title {
    color: #5b5454;
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    font-size: 10pt;
  }

  .footer-title::after {
    /*
    content: '+';
    */
    background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/revamp/assets/lbc-new-img/plus-svg.svg');

    background-size: 13px 23px;
    width: 13px;
    height: 23px;
    content:"";

    float: right;
    font-size: 10pt;
    font-weight: bold;
    margin-top: -2px;
    margin-right: 8px;
    transition: transform .3s ease
  }

  .footer-title.alter-v2::after {
    /*
    content: '+';
    */
    background-image: url('https://cdnlbcwwwstorage.blob.core.windows.net/lbcv2/webp/0001.webp');

    background-size: 9px 16px;
    width: 9px;
    height: 16px;
    content:"";

    float: right;
    font-size: 10pt;
    font-weight: bold;
    margin-top: -2px;
    margin-right: 8px;
    transition: transform .3s ease
  }

  .product-list {
    visibility: hidden;
    position: absolute;
    transform: translateY(-100px);
    z-index: 1;
    padding: 5px 0 16px 0;
  }

  .product-list li {
    margin: 0;
  }

  .product-list a {
    color: #400D0F;
    display: block;
    padding: 8px 14px;
  }

  .footer-col {
    overflow: hidden;
  }
}

@media only screen and (min-width: 833px) {
  .item-padding-top {
    padding-top: 24px;
  }
}

.footer-legal-copyright {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
}

.footer-legal-links {
  float: left;
}

.footer-legal-links a {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
  display: inline-block;
  margin-top: 3px;
  white-space: nowrap;
  color: #555;
}

.footer-legal-links a:last-child {
  border-right: none;
}

.footer-legal-links a:hover {
  color: #333;
}





@media (min-width: 767px) {

  .footer-last{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;

  }
  .footer-last-left{
    width: 40%;
    color: #638190;
    font-size: 9pt;
    padding-right: 15px;
  }
  .footer-last-center{
    width: 40%;
    display: flex;
    align-items: center;
    color: #638190;
    font-size: 9pt;
    padding-right: 15px;
  }
  .footer-last-righ{
    width: 20%;
    color: #638190;
    font-size: 9pt;
  }
  .footer-last-border{
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ababab;
  }
  .footer-last-right{
    color: #638190;
font-size: 9pt;
  }
}



@media (max-width: 767px) {

  .footer-last{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;

  }
  .footer-last-left{
    order: 3;
    width: 100%;
    color: #638190;
    font-size: 9pt;
    margin-bottom: 15px;
  }
  .footer-last-center{
    order:1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #400D0F;
    font-size: 9pt;
    margin-bottom: 15px;
  }
  .footer-last-right{
    order: 2;
    width: 100%;
    color: #400D0F;
    font-size: 9pt;
    margin-bottom: 15px;
  }
  .footer-last-border{

  }
}
/** end footer**/


.lbc-v2-division{
  width: 100%;
  display: block;
background: #fff;
height: 20px;
}
.lbc-v2-c-1-absolute{
  width: 100%;
  position: absolute;
  bottom: 5%;
display: flex;
padding-left: 15px;
padding-right: 15px;
justify-content: center;
  color:#EAE3DB;
  font-size:13pt;
  font-weight: 600;
}
