/* ===========================================================
-- Author: Saquib Patwa
-- Create date: 09/23/2019
-- Last Modified Date: 09/24/2019
-- Description: Contact form for IT Help Desk/Phoenix and HR
-- =========================================================== */

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: Montserrat-Regular, sans-serif;
}


body {
  background: url('/helpdesk/Images/BGForm.jpg') no-repeat center center fixed;
  background-size: cover;
  /* background-attachment: fixed; */
}

/*---------------------------------------------*/
a {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  margin: 20px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
}

sub {
  font-size: 12px;
  text-align: left !important;
  /*font-weight: 700;*/
  bottom: 10px;
}

p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  margin: 0px;
}

ul, li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

/* textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
} */

/* Personnel Notice Form Placeholders */
input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}


/* Helpdesk Forms Placeholder  */
/* .form-control::-webkit-input-placeholder { color: #C6C6C6; }
.form-control:-moz-placeholder { color: #C6C6C6; }
.form-control::-moz-placeholder { color: #C6C6C6; }
.form-control:-ms-input-placeholder { color: #C6C6C6; }

.form-control::-webkit-input-placeholder { color: #C6C6C6; }
.form-control:-moz-placeholder { color: #C6C6C6; }
.form-control::-moz-placeholder { color: #C6C6C6; }
.form-control:-ms-input-placeholder { color: #C6C6C6; } */



/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
  /* width: 100%; */
  /* height: 100%; */
  padding: 20px;
  /* background: url('/helpdesk/Images/BGForm.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  /* background-attachment: fixed; */
/*  background: #009bff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: -o-linear-gradient(left, #0072ff, #00c6ff);
  background: -moz-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(left, #0072ff, #00c6ff);*/
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
}

.container-contact1 {
  /*width: 75%;*/
  /*background: #fff;*/
  /*background:url(../Images/Container4.png) no-repeat;*/
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*padding: 20px 100px 55px 168px;*/
  /*padding: 50px 20px 0px 10px !important;*/
}

.logo {
  max-width: 100%;
  width: 389px !important;
  height: auto;
  text-align: center;
  /*padding:20px;*/
}

.container-contact1 .logo {
  /*margin: -80px 0px 0px 10px !important;*/
  /*margin:0 auto !important;*/
  /*background:url(../Images/STR-LOGO-SM.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  background-image: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  /*display: block;*/
  /*width: 220px;*/
}



/*------------------------------------------------------------------
[  ]*/
.container-contact1-pic {
  width: 396px;
}

.container-contact1-pic img {
  max-width: 100%;
  text-align: center;
}


/*------------------------------------------------------------------
[  ]*/

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  /*font-size: 24px;*/
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding: 25px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 20px;
}

input.input1 + .shadow-input1 {
  border-radius: 25px;
}

select.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 20px;
  border: 1px solid #ccc;
}

select.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 20px;
}

textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  /* margin-bottom: 20px; */
  margin:15px 0;
  text-align: left;
}

.input1 {
  display: block;
  width: 100%;
  /* background: #e6e6e6; */
  background: #fafafa;
  font-family: Montserrat-Bold;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  border: 1px solid rgba(0,0,0,.15);
}

/*.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(102, 102, 102, 0.5);
}*/

/*.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}*/

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  /*background: #57b846;*/
  background: #282828;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  /*background: #333333;*/
  background: #23538a;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (min-width: 1200px) {
  .container-contact1-pic {
    width: 40%;
  }

/*  .contact1-form {
    width: 100%;
  }*/

/*.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;
  background:url(../Images/BGForm.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}*/




  .container-contact1 {
  /*width: 70%;*/
  /*background: #fff;*/
  /*background:url(../Images/Container4.png) no-repeat;*/
/*  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 0px;*/
    width: 70% !important;
    /*background: #fff;*/
    /*background:rgba(192,192,192,0.1);*/
    padding: 20px 25px 0px 10px !important;
    /*opacity:0.9;*/
  }

  .container-contact1 .logo {
  /*margin: -80px 0px 0px 10px !important;*/
  /*margin:20px auto !important;*/
  /*background:url(../Images/STR-LOGO-SM.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
    background-image: none;
    max-width: 100%;
  /*width:396px;*/
    height: auto;
  }

  .contact1-form {
    width: 90% !important;
    /*padding:20px;*/
  }
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .container-contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 100% !important;
    /*padding:30px;*/
  }

/*    .btnHR, .btnIT, .btnPH{
    display:inline-block;
  }*/



  .container-contact1 {
    width: 75%;
    background: #fff;
  /*background:url(../Images/Container4.png) no-repeat;*/
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 55px 0px !important;
  }



/*  .container-contact1 .logo {

    max-width: 100% !important;
    width:100%;
    display:block;

    height: auto !important;
 }*/


  .container-contact1-pic {
    /*display: none;*/
    width: 50%;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 20px 0 20px 0;
  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

  .container-contact1 {
    width: 75% !important;
    background: #fff;
    /*background:rgba(192,192,192,0.1);*/
    /*padding: 20px 10px 20px 10px !important;*/
    padding: 20px !important;
    /*opacity:0.9;*/
  }

  .container-contact1-pic {
    /*display: none;*/
/*    max-width:85% !important;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin:0 auto !important;
    padding: 50px 0 10px 0;
    height:auto;*/
    max-width: 100% !important;
    width: 80%;
    display: block;
    margin: 0 auto !important;
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
    padding: 0 20px 10px 20px;
  }

  .contact1-form {
    width: 90% !important;
  }

  .container-contact1 .logo {
    /*max-width: 100% !important;*/
    /*display:block;*/
    /*margin:0 auto !important;*/
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
      /*padding:50px !important;*/
/*    text-align: center !important;
    align-content: center !important;
    align-items: center !important;*/
  }
}

@media only screen
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 2) {

  .container-contact1 {
    width: 100% !important;
    background: #fff;
    /*background:rgba(192,192,192,0.1);*/
    padding: 10px 10px 20px 10px !important;
    /*opacity:0.9;*/
  }

  .container-contact1-pic {
    /*display: none;*/
/*    max-width:85% !important;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin:0 auto !important;
    padding: 50px 0 10px 0;
    height:auto;*/
    max-width: 100% !important;
    width: 80%;
    display: block;
    margin: 0 auto !important;
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
    padding: 0 20px 10px 20px;
  }

  .contact1-form {
    width: 90% !important;
  }

  .container-contact1 .logo {
    /*max-width: 100% !important;*/
    /*display:block;*/
    /*margin:0 auto !important;*/
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
      /*padding:50px !important;*/
/*    text-align: center !important;
    align-content: center !important;
    align-items: center !important;*/
  }



/*  .btnHR, .btnIT, .btnPH{
    display:block;
  }*/
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
}








/*Form 2 */


/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/


#div2 {
  margin: auto;
  width: 100%;
}


/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

/* .contact2 {
  width: 100%;
  min-height: 100%;
  padding: 20px;
  position: absolute;
} */

.container-contact2 {
  /*width: 75%;*/
  /* background: #fff; */
  /* background:url(../Images/Container4.png) no-repeat; */
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
  /*padding: 20px 100px 55px 168px;*/
  /*padding: 50px 20px 0px 10px !important;*/
}

#container-contact2 {
  width: 75%;
  background-color: #fff;
  /* background:url(../Images/Container4.png) no-repeat; */
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*padding: 20px 100px 55px 168px;*/
  /*padding: 50px 20px 0px 10px !important;*/
}

.logo {
  max-width: 100%;
  width: 389px !important;
  height: auto;
  text-align: center;
  /*padding:20px;*/
}

.container-contact2 .logo {
  /*margin: -80px 0px 0px 10px !important;*/
  /*margin:0 auto !important;*/
  /*background:url(../Images/STR-LOGO-SM.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  background-image: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  /*display: block;*/
  /*width: 220px;*/
}



/*------------------------------------------------------------------
[  ]*/
.container-contact2-pic {
  width: 396px;
}

.container-contact2-pic img {
  max-width: 100%;
  text-align: center;
}


/*------------------------------------------------------------------
[  ]*/
.contact2-form {
  width:650px;
}

.contact2-form-title {
  display: inline-block;
  font-family: Montserrat-ExtraBold;
  /*font-size: 24px;*/
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
}

.contact2-form-title-confidential {
  display: inline-block;
  font-family: Montserrat-ExtraBold;
  /*font-size: 24px;*/
  font-size: 20px;
  color: red;
  line-height: 1.2;
  text-align: center;
  /* padding: 25px; */
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact2-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  /*background: #57b846;*/
  background: #282828;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn i {
  margin-left: 7px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn:hover {
  /*background: #333333;*/
  background: #23538a;
}

.contact2-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (min-width: 1200px) {
  .container-contact2-pic {
    width: 40%;
  }

/*  .contact1-form {
    width: 100%;
  }*/

/*.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;
  background:url(../Images/BGForm.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}*/




  .container-contact2 {
  /*width: 70%;*/
  /*background: #fff;*/
  /*background:url(../Images/Container4.png) no-repeat;*/
/*  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 0px;*/
    width: 70% !important;
    /*background: #fff;*/
    /*background:rgba(192,192,192,0.1);*/
    padding: 20px 25px 0px 10px !important;
    /*opacity:0.9;*/
  }

  .container-contact2 .logo {
  /*margin: -80px 0px 0px 10px !important;*/
  /*margin:20px auto !important;*/
  /*background:url(../Images/STR-LOGO-SM.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
    background-image: none;
    max-width: 100%;
  /*width:396px;*/
    height: auto;
  }

  .contact2-form {
    width: 75% !important;
    /*padding:20px;*/
  }
}

@media (max-width: 992px) {
  .container-contact2 {
    padding: 90px 80px 88px 90px;
  }

  .container-contact2-pic {
    width: 35%;
  }

  .contact2-form {
    width: 100% !important;
    /*padding:30px;*/
  }

/*    .btnHR, .btnIT, .btnPH{
    display:inline-block;
  }*/



  .container-contact2 {
    width: 75%;
    background: #fff;
  /*background:url(../Images/Container4.png) no-repeat;*/
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 55px 0px !important;
  }



/*  .container-contact2 .logo {

    max-width: 100% !important;
    width:100%;
    display:block;

    height: auto !important;
 }*/


  .container-contact2-pic {
    /*display: none;*/
    width: 50%;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 20px 0 20px 0;
  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

  .container-contact2 {
    width: 100% !important;
    background: #fff;
    /*background:rgba(192,192,192,0.1);*/
    /*padding: 20px 10px 20px 10px !important;*/
    padding: 20px !important;
    /*opacity:0.9;*/
    margin:auto;
    text-align: center;
  }

  .container-contact2-pic {
    /*display: none;*/
/*    max-width:85% !important;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin:0 auto !important;
    padding: 50px 0 10px 0;
    height:auto;*/
    max-width: 100% !important;
    width: 80%;
    display: block;
    margin: 0 auto !important;
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
    padding: 0 20px 10px 20px;
  }

  .contact2-form {
    width: 90% !important;
  }

  .container-contact2 .logo {
    /*max-width: 100% !important;*/
    /*display:block;*/
    /*margin:0 auto !important;*/
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
      /*padding:50px !important;*/
/*    text-align: center !important;
    align-content: center !important;
    align-items: center !important;*/
  }

  #EmpOrCust {
    /* padding-right: 50px; */
    margin: auto;
    text-align: left;
    display: inline;
    margin: 0 auto
  }
}

@media only screen
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 2) {

  .container-contact2 {
    width: 100% !important;
    background: #fff;
    /*background:rgba(192,192,192,0.1);*/
    padding: 10px 10px 20px 10px !important;
    /*opacity:0.9;*/
  }

  .container-contact2-pic {
    /*display: none;*/
/*    max-width:85% !important;
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    margin:0 auto !important;
    padding: 50px 0 10px 0;
    height:auto;*/
    max-width: 100% !important;
    width: 80%;
    display: block;
    margin: 0 auto !important;
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
    padding: 0 20px 10px 20px;
  }

  .contact2-form {
    width: 97% !important;
  }

  .container-contact2 .logo {
    /*max-width: 100% !important;*/
    /*display:block;*/
    /*margin:0 auto !important;*/
    height: auto !important;
    /*padding:0 !important;*/
    background: rgba(255,255,255,0) !important;
      /*padding:50px !important;*/
/*    text-align: center !important;
    align-content: center !important;
    align-items: center !important;*/
  }



/*  .btnHR, .btnIT, .btnPH{
    display:block;
  }*/



  #newhireSection{
    margin: 0 5px;
  }

  #changeSection{
    margin: 0 5;
  }

  #separationSection{
    margin: 0 5px;
  }


  .form-check-inline {
      display: inline-block !important;
      margin: 15px auto !important;
      /* float:left; */

  }
}




@media (max-width: 576px) {
  .container-contact2 {
    padding: 90px 15px 88px 15px;
  }

  .form-check-inline {
      margin: 5px auto !important;
      float:left;

  }
}









/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  pointer-events: none;
  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 37px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.errordiv {
  font-weight: bold;
  color: red;
}

.succdiv {
  font-weight: bold;
  color: green;
  line-height: 1.5em;
  text-align: justify;
/*  text-justify: none;
  text-align-last: left;*/
  /*word-spacing: -2.2px;*/
  text-justify: inter-word;
  font-size: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.meter {
  height: 20px;
  /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
  display: block;
  height: 100%;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f1a165;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
  background-image: -webkit-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -ms-linear-gradient(top, #f1a165, #f36d0a);
  background-image: -o-linear-gradient(top, #f1a165, #f36d0a);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }

  p.loginName{
    font-size: 1.3rem;
    display: block;
    font-family: Montserrat-Bold;
    color: #333333;
    line-height: 1.3;
    text-align: center;
    /* margin: 12px auto; */
    margin: 0 auto;
    text-align: left;
  }
}




/* Progress bar */

/* IE and EDGE */
progress {
            /* RESETS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
/*            width: 300px;
            height: 15px;*/
  border-radius: 10px;
  background-color: #fff;
  color: rgb(20, 240, 221);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

        /* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
progress::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 10px;
}

progress::-webkit-progress-value {
  background-color: rgb(87,184,70);
  border-radius: 10px;
}

        /* MOZILLA FIREFOX */
progress::-moz-progress-bar {
  background-color: rgb(87,184,70);
  border-radius: 10px;
}


        /* MICROSOFT EDGE & IE */
.custom-progress::-ms-fill {
  border-radius: 10px;
           /*background: repeating-linear-gradient(45deg, #1abc9c, #1abc9c 10px,#3498db 10px, #3498db 20px);*/
  background-color: rgb(87,184,70);
}


       /*@-webkit-keyframes animate-stripes {
   100% { background-position: -100px 0px; -webkit-animation: animate-stripes 5s linear infinite;
        animation: animate-stripes 5s linear infinite;}
}

@keyframes animate-stripes {
   100% { background-position: -100px 0px; -webkit-animation: animate-stripes 5s linear infinite;
        animation: animate-stripes 5s linear infinite;}
}
*/



.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.75rem center,center right 2.25rem;
    background-size: 16px 15px,calc(.75em + .375rem) calc(.75em + .375rem);
    background-repeat: no-repeat;
}


/* .form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
  background-repeat: no-repeat;
} */

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}



/* FIELDSET CODE */
fieldset.scheduler-border {
  border: 1px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-radius: 25px;
}

legend.scheduler-border {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color:#666;
}


#Calendar fieldset label {
  display: block;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.25rem;
  padding: 0 20px;
}


/* checkboxes */
.form-check-label {
  /* padding:0 2rem; */
  /* padding:0 2rem; */
  margin: 0 1.25rem;
  color: #666;
}

.form-check-inline {
    display: inline-block;
    padding: 0 10px;
}




input[type="radio"], input[type="checkbox"] {
  margin: 0;
    /* margin-top: 1px \9; */
    /* line-height: normal; */
    /* margin: 20px 0 0; */
    /* margin-top: 1px \9; */
  line-height: normal;
    /* font-size: ; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  /* box-shadow: 0 1px 10px 0; */
}

.loginName {
  font-size: 1.8rem;
  display: block;
  font-family: Montserrat-Bold;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  margin: 20px auto;
  text-align: left;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1;
}





 /* table tr:nth-child(odd) td{
           background:#eeeeee;
}

 table tr:nth-child(even) td{
            background:#ffffff;
} */

/*
.odd {
     background-color: green;
}

.even {
     background-color: blue;
}
 */


select::-ms-expand {
    display: none;
}



.justifyText {
   text-align: justify;
   /* word-spacing:-2px; */
   /* line-height: 1; */
   /* width:408px; */
}

.justifyText:after {
   content: "";
   display: inline-block;
   /* width: 100%; */
}


.attachments{
  padding: 13px 20px !important;
}






/* #address, #city, #state, #zip, #telephone{
  display:block;
} */

/* #showHideAddressandCity{
  display:block;
}

#showHideStateandZip{
  display:block;
} */


#address{
  display:block;
}

#city{
  display:block;
}

#state{
  display:block;
}

#zip{
  display:block;
}



/* #telephone{
  display:block;
} */


.input-group-addon {
    display: none!important;
}

/* label{margin-left: 20px;} */
/* .date-withicon{width:180px; margin: 0 20px 20px 20px;} */
/* .date-withicon > span:hover{cursor: pointer;} */




/* Approval button for email body */

.button {
   border-radius: 2px;
}

.button a {
   padding: 8px 12px;
   border: 1px solid #ED2939;
   border-radius: 2px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   display: inline-block;
}




/* .box{
        color: #fff;
        padding: 20px;
        display: none;
        margin-top: 20px;
    } */





    /* .floating-label {
      position: absolute;
      pointer-events: none;
      left: 35px;
      top: 15px;
      transition: 0.2s ease all;
      color:#777;
      font-family: montserrat-bold;
    }

    input:focus ~ .floating-label,
    input:not(:focus):valid ~ .floating-label{
      top: 8px;
      bottom: 10px;
      left: 35px;
      font-size: 11px;
      opacity: 1;
    }

    .inputText {
      font-size: 14px;
      width: 200px;
      height: 35px;
    } */






/* On focus of textfields placeholder text in a span goes to the top left corner like a label of textfield */

.text-field {
        position: relative;
        /* margin: 10px 2.5px 20px 2.5px; */
    }

input {
        display: inline-block;
        border: thin solid #fafafa;
        border-bottom: solid medium #999;
        color: #444;
        background-color: #fafafa;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    /* input:focus {
                border: thin solid #32cd32;
                border-bottom: solid medium #32cd32;
                background-color:#fff;




            } */



  /* THIS CODE FOR TITLE TO SHOW ON TOP LEFT CORNER OF EACH TEXT BOX LIKE A FIELDSET LENGEND  */

   .placeholder {
            color: #777;
            position: absolute;
            pointer-events: none;
            left: 35px;
            top: 15px;
            transition: 0.2s;
            font-family: montserrat-bold;
            font-size: 13px;
        }


  input:focus, textarea:focus, select:focus {
    outline: 0;

  }


/* input:active ~ .placeholder */
    input:focus ~ .placeholder, input:not(:focus):valid ~ .placeholder,
    select:focus ~ .placeholder, select:not(:focus):valid ~ .placeholder,
    textarea:focus ~ .placeholder, textarea:not(:focus):valid ~ .placeholder {
            top: -10px;
            left: 35px;
            font-size: small;
            color: #777;
            background-color: #fff;
            padding: 0 2.5px 0 2.5px;
        }
/* ---------------------------------------------------------------------------------------- */


/* CHANGE SECTION TEXTAREA PLACEHOLDER IN RED */
/* Modern browsers */
#Change_Remarks::placeholder {
    color: red;
}

/* Firefox 19+ */
#Change_Remarks::-moz-placeholder {
    color: red;
}

/* IE 10+ */
#Change_Remarks:-ms-input-placeholder {
    color: red;
}

/* Chrome, Safari, Opera */
#Change_Remarks::-webkit-input-placeholder {
    color: red;
}












              /* NEW STR CSS CODE */


              :root{
                --landing-ink:#f5f2ec;
                --landing-muted:#aab2c6;
                --landing-ember:#e9a86a;
                --landing-amber:#f4b860;
                --landing-ember-soft:#f0c79a;
                --landing-red:#c0202f;
                --landing-stroke:rgba(255,255,255,.16);
                --landing-stroke-strong:rgba(255,255,255,.30);
                /* --landing-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; */
              }
              body.contact1.landing-enabled{
                background:#0c1020 !important;
                color:var(--landing-ink);
                min-height:100vh;
                overflow-x:hidden;
                -webkit-font-smoothing:antialiased;
              }
              .landing-scene{
                position:fixed;
                inset:0;
                z-index:0;
                overflow:hidden;
                pointer-events:none;
                background:#0c1020;
              }
              .landing-sky{
                position:absolute;
                inset:0;
                background:linear-gradient(180deg,#1b2350 0%,#2a2f63 30%,#4a4377 55%,#6e5573 74%,#3a2f44 88%,#141019 100%);
              }
              .landing-bg-video{
                position:absolute;
                inset:0;
                width:100%;
                height:100%;
                object-fit:cover;
                opacity:.82;
                filter:saturate(.95) brightness(1) contrast(1.01);
              }
              .landing-video-tint{
                position:absolute;
                inset:0;
                background:linear-gradient(180deg,rgba(20,24,46,.14) 0%,rgba(16,18,36,.18) 55%,rgba(8,9,18,.34) 100%);
              }
              .landing-veil{
                position:absolute;
                inset:0;
                background:linear-gradient(180deg,rgba(8,10,20,.36) 0%,rgba(8,10,20,.06) 20%,transparent 58%,rgba(8,10,20,.34) 100%);
              }
              .landing-page-wrap{
                position:relative;
                z-index:2;
                margin:auto;
                width:100%;
              }
              .landing-shell{
                position:relative;
                z-index:2;
                /* min-height:min(760px,100vh); */
                display:flex;
                flex-direction:column;
                align-items:center;
                justify-content:flex-start;
                /* padding:calc(14vh + 24px) 26px 38px; */
                padding:calc(9vh + 20px) 26px 30px;
                gap:42px;
                font-family:var(--landing-body);
              }
              .landing-brand img{
                height:88px;
                width:auto;
                max-width:92vw;
                display:block;
                filter:drop-shadow(0 4px 14px rgba(0,0,0,.5));
              }
              .landing-title{
                position:absolute;
                width:1px;
                height:1px;
                overflow:hidden;
                clip:rect(0 0 0 0);
                white-space:nowrap;
              }
              /* .landing-buttons{
                display:grid;
                grid-template-columns:repeat(8,minmax(0,1fr));
                gap:14px;
                width:100%;
                max-width:1780px;
              } */

              .landing-buttons{
                  display:grid;
                  grid-template-columns:repeat(5,minmax(0,1fr));
                  gap:14px;
                  width:100%;
                  max-width:1200px;
                  margin:0 auto;
              }

              /* 4 button on each row */
              /* .landing-buttons{
                display:grid;
                grid-template-columns:repeat(4,minmax(0,1fr));
                gap:14px;
                width:100%;
                max-width:883px;
                margin: 0 auto;
              } */

              .landing-card{
                appearance:none;
                -webkit-appearance:none;
                cursor:pointer;
                color:var(--landing-ink) !important;
                font-family:var(--landing-body) !important;
                text-decoration:none !important;
                background:rgba(15,19,32,.46) !important;
                backdrop-filter:blur(14px) saturate(140%);
                -webkit-backdrop-filter:blur(14px) saturate(140%);
                border:1px solid var(--landing-stroke) !important;
                border-radius:18px !important;
                display:flex !important;
                flex-direction:column;
                align-items:center;
                justify-content:center;
                gap:12px;
                text-align:center;
                /* padding:22px 12px !important;
                min-height:122px; */
                padding:16px 10px !important;
                min-height:100px;
                line-height:1.2;
                position:relative;
                overflow:hidden;
                box-shadow:none;
                transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s,background .22s,box-shadow .22s;
              }
              button.landing-card{
                width:100%;
              }
              .landing-card::after{
                content:"";
                position:absolute;
                inset:0;
                border-radius:inherit;
                background:radial-gradient(120% 80% at 50% -10%,rgba(244,184,96,.18),transparent 60%);
                opacity:0;
                transition:opacity .25s;
              }
              .landing-card:hover,
              .landing-card:focus-visible,
              .landing-card.current{
                /* transform:translateY(-4px); */
                /* border-color:var(--landing-stroke-strong) !important; */
                background:rgba(28,34,54,.6) !important;
                box-shadow:0 20px 36px -18px rgba(0,0,0,.7);
                outline:none;
              }
              .landing-card:hover::after,
              .landing-card:focus-visible::after,
              .landing-card.current::after{
                opacity:1;
              }
              .landing-card:focus-visible{
                box-shadow:0 0 0 3px rgba(244,184,96,.55),0 20px 36px -18px rgba(0,0,0,.7);
              }
              /* .landing-ico{
                width:46px;
                height:46px;
                border-radius:12px;
                display:grid;
                place-items:center;
                background:linear-gradient(160deg,rgba(244,184,96,.22),rgba(192,32,47,.18));
                border:1px solid var(--landing-stroke);
                flex:0 0 auto;
              } */


              .landing-ico
               {
                  /* width: 46px;
                  height: 46px; */
                  width:40px;
                  height:40px;
                  border-radius: 12px;
                  display: grid;
                  place-items: center;
                  background: #272727;
                  border: 1px solid var(--landing-stroke);
                  flex: 0 0 auto;
              }


              /* .landing-ico svg{
                width:24px;
                height:24px;
                stroke:var(--landing-ember-soft);
                fill:none;
                stroke-width:1.7;
                stroke-linecap:round;
                stroke-linejoin:round;
              } */

              .landing-ico svg {
                  /* width: 24px;
                  height: 24px; */
                  width:20px;
                  height:20px;
                  stroke: #b3b3b3;
                  fill: none;
                  stroke-width: 1.7;
                  stroke-linecap: round;
                  stroke-linejoin: round;
              }


              .landing-label{
                font-size:11.5px;
                font-weight:600;
                /* letter-spacing:.02em; */
                line-height:1.2;
                position:relative;
                z-index:1;
              }
              #scroll_div{
                position:relative;
                z-index:3;
                width:100%;
                padding-bottom:50px;
              }
              #container-contact1,
              #container-contact2{
                position:relative;
                z-index:4;
              }
              .modal{
                z-index:1050;
              }
              .modal-backdrop{
                z-index:-99999;
              }
              /* Glass styling for expanded forms so they match the landing cards */
              body.contact1.landing-enabled #scroll_div{
                max-width:1180px;
                margin:0 auto;
                padding:0 18px 70px;
              }
              body.contact1.landing-enabled #container-contact1,
              body.contact1.landing-enabled #container-contact2{
                width:min(1120px,calc(100% - 24px)) !important;
                max-width:1120px !important;
                margin:0 auto 54px !important;
                padding:34px 36px 32px !important;
                color:var(--landing-ink) !important;
                background:linear-gradient(135deg,rgba(15,19,32,.74),rgba(28,34,54,.58)) !important;
                border:1px solid rgba(255,255,255,.18) !important;
                border-radius:24px !important;
                box-shadow:0 30px 72px -34px rgba(0,0,0,.78), inset 0 1px 0 rgba(255,255,255,.08) !important;
                backdrop-filter:blur(18px) saturate(145%);
                -webkit-backdrop-filter:blur(18px) saturate(145%);
                overflow:visible !important;
                align-items:stretch !important;
                justify-content:center !important;
              }
              body.contact1.landing-enabled #container-contact1{
                border-top-color:rgba(244,184,96,.32) !important;
              }
              body.contact1.landing-enabled #container-contact2{
                border-top-color:rgba(240,199,154,.34) !important;
              }
              body.contact1.landing-enabled #container-contact1 .targetDiv,
              body.contact1.landing-enabled #container-contact2 > .container,
              body.contact1.landing-enabled #container-contact2 .contact2-form{
                width:100% !important;
                max-width:100% !important;
              }
              body.contact1.landing-enabled #container-contact2 > .container{
                padding-left:0 !important;
                padding-right:0 !important;
              }
              body.contact1.landing-enabled #container-contact2 .row{
                margin-left:0 !important;
                margin-right:0 !important;
              }
              /* body.contact1.landing-enabled #container-contact2 .col-8{
                width:100% !important;
                max-width:100% !important;
                flex:0 0 100% !important;
              } */
              body.contact1.landing-enabled .contact1-form,
              body.contact1.landing-enabled .contact2-form{
                width:100% !important;
                max-width:100% !important;
                color:var(--landing-ink) !important;
                font-family:var(--landing-body) !important;
              }
              body.contact1.landing-enabled .contact1-form-title,
              body.contact1.landing-enabled .contact2-form-title{
                color:var(--landing-ink) !important;
                font-family:var(--landing-body) !important;
                font-size:22px !important;
                font-weight:700 !important;
                letter-spacing:.035em;
                text-transform:uppercase;
                text-shadow:0 2px 12px rgba(0,0,0,.42);
                padding:8px 10px 22px !important;
              }
              body.contact1.landing-enabled .contact2-form-title-confidential{
                color: var(--landing-red) !important;
                font-family:var(--landing-body) !important;
                letter-spacing:.08em;
                text-shadow:0 2px 12px rgba(0,0,0,.42);
                font-weight: 600;
              }
              body.contact1.landing-enabled #container-contact1 h1,
              body.contact1.landing-enabled #container-contact1 h2,
              body.contact1.landing-enabled #container-contact1 h3,
              body.contact1.landing-enabled #container-contact1 h4,
              body.contact1.landing-enabled #container-contact1 h5,
              body.contact1.landing-enabled #container-contact1 h6,
              body.contact1.landing-enabled #container-contact2 h1,
              body.contact1.landing-enabled #container-contact2 h2,
              body.contact1.landing-enabled #container-contact2 h3,
              body.contact1.landing-enabled #container-contact2 h4,
              body.contact1.landing-enabled #container-contact2 h5,
              body.contact1.landing-enabled #container-contact2 h6,
              body.contact1.landing-enabled #container-contact1 label,
              body.contact1.landing-enabled #container-contact2 label,
              body.contact1.landing-enabled #container-contact1 p,
              body.contact1.landing-enabled #container-contact2 p,
              body.contact1.landing-enabled #container-contact1 td,
              body.contact1.landing-enabled #container-contact2 td,
              body.contact1.landing-enabled #container-contact1 th,
              body.contact1.landing-enabled #container-contact2 th,
              body.contact1.landing-enabled #container-contact1 .form-check-label,
              body.contact1.landing-enabled #container-contact2 .form-check-label{
                color:#eef2ff !important;
              }
              body.contact1.landing-enabled #container-contact1 h4,
              body.contact1.landing-enabled #container-contact2 h4{
                font-weight:700;
                letter-spacing:.02em;
              }
              body.contact1.landing-enabled fieldset.scheduler-border{
                background:rgba(255,255,255,.055) !important;
                border:1px solid rgba(255,255,255,.16) !important;
                border-radius:20px !important;
                box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
                padding:18px 18px 20px !important;
                margin:18px 0 24px !important;
              }
              body.contact1.landing-enabled legend.scheduler-border{
                color:var(--landing-ember-soft) !important;
                background:rgba(15,19,32,.72);
                border:1px solid rgba(255,255,255,.14);
                border-radius:999px;
                padding:7px 16px !important;
                font-family:var(--landing-body) !important;
                font-size:14px !important;
                font-weight:800 !important;
                letter-spacing:.08em;
                text-transform:uppercase;
              }
              body.contact1.landing-enabled .wrap-input1{
                margin:12px 0;
              }
              body.contact1.landing-enabled .input1,
              body.contact1.landing-enabled .form-control,
              body.contact1.landing-enabled .form-select,
              body.contact1.landing-enabled .multi-list,
              body.contact1.landing-enabled .wrap-input1 .dropdown-toggle{
                background:rgba(255,255,255,.11) !important;
                color:#ddd !important;
                border:1px solid rgba(255,255,255,.20) !important; /* THIS IS THE ONE causing error border not showing */
                border-radius:16px !important;
                box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px -24px rgba(0,0,0,.85) !important;
                font-family:var(--landing-body) !important;
                font-weight:600 !important;
                transition:border-color .18s, background .18s, box-shadow .18s;
              }


              /* ==========================================================================
               UNIFIED HIGH-SPECIFICITY FORM VALIDATION
               (TEXTBOXES + SELECTS + RADIOS + CHECKBOXES)
               ========================================================================== */

               /* ==========================================================================
                1. INVALID STATE (RED)
                ========================================================================== */

               body.contact1.landing-enabled .was-validated .form-control:invalid,
               body.contact1.landing-enabled .was-validated .form-select:invalid,
               body.contact1.landing-enabled .was-validated select:required:invalid,
               body.contact1.landing-enabled .was-validated .input1:invalid,
               body.contact1.landing-enabled .was-validated .multi-list:invalid,
               body.contact1.landing-enabled .was-validated .wrap-input1 .dropdown-toggle:invalid,

               body.contact1.landing-enabled .form-control.is-invalid,
               body.contact1.landing-enabled .form-select.is-invalid,
               body.contact1.landing-enabled select.is-invalid,
               body.contact1.landing-enabled .input1.is-invalid,
               body.contact1.landing-enabled .multi-list.is-invalid,
               body.contact1.landing-enabled .wrap-input1 .dropdown-toggle.is-invalid {
                 border-color: #ff4d4d !important;
                 box-shadow: none !important;
               }

               /* ==========================================================================
                RADIO + CHECKBOX INVALID STATE (FIXED - NO SQUARE OUTLINE)
                ========================================================================== */

               /* body.contact1.landing-enabled .was-validated .form-check-input:invalid,
               body.contact1.landing-enabled .form-check-input.is-invalid { */
                 /* accent-color: #ff4d4d !important; */

                 /* ❌ removed square outline */
                 /* outline: none !important; */

                 /* ✅ circular highlight instead */
                 /* box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.35) !important; */

                 /* border-color: #ff4d4d !important; */

               /* } */


               body.contact1.landing-enabled .was-validated .form-check-input:invalid,
                body.contact1.landing-enabled .form-check-input.is-invalid {
                 accent-color: #ff4d4d !important;
                 outline: none !important;
                 border-color: #ff4d4d !important;

                 /* 🌐 FORCES CHROME TO DISABLE NATIVE INLINE RENDERING */
                 -webkit-appearance: none !important;
                 appearance: none !important;
                 display: inline-block !important;

                 /* 🔘 FORCES THE ELEMENT QUANTUM SLOTS TO BE ROUND */
                 border-radius: 50% !important;

                 /* 🎨 RENDERS THE CIRCULAR HALO SHADOW PERFECTLY */
                 /* box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.35) !important; */

                 /* ℹ️ Keeps the default background logic clean if using Bootstrap 5 */
                 background-clip: padding-box !important;

                /* 🌟 THE SAFEST FIX: Uses an internal inset shadow layered with a clean outer glow */
                box-shadow: 0 0 0 2px rgba(255, 77, 77, 0.45), inset 0 0 0 2px rgba(255, 77, 77, 0.2) !important;


                }

                /* 🔄 Ensures the custom element can still visually process check marks */
                body.contact1.landing-enabled .was-validated .form-check-input:invalid:checked,
                body.contact1.landing-enabled .form-check-input.is-invalid:checked {
                 background-color: #ff4d4d !important;
                 background-image: url("data:image/svg+xml,%3csvg xmlns='http://w3.org' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='4' fill='%23fff'/%3e%3c/svg%3e") !important;
                }




               /* Label turns red for invalid radio/checkbox */
               body.contact1.landing-enabled .was-validated .form-check-input:invalid + label,
               body.contact1.landing-enabled .form-check-input.is-invalid + label,
               body.contact1.landing-enabled .was-validated .form-check-input:invalid + .form-check-label,
               body.contact1.landing-enabled .form-check-input.is-invalid + .form-check-label {
                 color: #ff4d4d !important;
                 font-weight: 600;
               }

               /* ==========================================================================
                2. VALID STATE (GREEN)
                ========================================================================== */

               body.contact1.landing-enabled .was-validated .form-control:valid,
               body.contact1.landing-enabled .was-validated .form-select:valid,
               body.contact1.landing-enabled .was-validated select:required:valid,
               body.contact1.landing-enabled .was-validated .input1:valid,
               body.contact1.landing-enabled .was-validated .multi-list:valid,
               body.contact1.landing-enabled .was-validated .wrap-input1 .dropdown-toggle:valid,

               body.contact1.landing-enabled .form-control.is-valid,
               body.contact1.landing-enabled .form-select.is-valid,
               body.contact1.landing-enabled select.is-valid,
               body.contact1.landing-enabled .input1.is-valid,
               body.contact1.landing-enabled .multi-list.is-valid,
               body.contact1.landing-enabled .wrap-input1 .dropdown-toggle.is-valid {
                 border-color: #2ecc71 !important;
                 box-shadow: none !important;
               }

               /* ==========================================================================
                RADIO + CHECKBOX VALID STATE (CIRCULAR GREEN)
                ========================================================================== */


               /* Label valid state */
               body.contact1.landing-enabled .was-validated .form-check-input:valid + label,
               body.contact1.landing-enabled .form-check-input.is-valid + label,
               body.contact1.landing-enabled .was-validated .form-check-input:valid + .form-check-label,
               body.contact1.landing-enabled .form-check-input.is-valid + .form-check-label {
                 color: #2ecc71 !important;
               }

               /* Keep dropdown options readable */
               body.contact1.landing-enabled .was-validated .form-select option {
                 color: #333333 !important;
               }






              body.contact1.landing-enabled .input1:focus,
              body.contact1.landing-enabled .form-control:focus,
              body.contact1.landing-enabled .form-select:focus,
              body.contact1.landing-enabled .multi-list:focus,
              body.contact1.landing-enabled .wrap-input1 .dropdown-toggle:focus{
                background:rgba(255,255,255,.16) !important;
                border-color:rgba(244,184,96,.55) !important;
                color:#ffffff !important;
                box-shadow:0 0 0 3px rgba(244,184,96,.20),inset 0 1px 0 rgba(255,255,255,.12) !important;
                outline:none !important;
              }
              body.contact1.landing-enabled input.input1,
              body.contact1.landing-enabled select.input1{
                height:48px !important;
                padding:0 18px !important;
              }
              body.contact1.landing-enabled textarea.input1{
                min-height:142px !important;
                padding:14px 18px !important;
              }
              body.contact1.landing-enabled input[type="file"].input1,
              body.contact1.landing-enabled input[type="file"].form-control,
              body.contact1.landing-enabled .attachments{
                height:58px !important;
                min-height:58px !important;
                padding:10px 14px !important;
                line-height:36px !important;
              }
              body.contact1.landing-enabled input[type="file"]::file-selector-button{
                height:36px;
                margin:0 14px 0 0;
                padding:0 16px;
                color:#ffffff;
                background:linear-gradient(160deg,rgba(244,184,96,.34),rgba(192,32,47,.30));
                border:1px solid rgba(244,184,96,.45);
                border-radius:12px;
                font-family:var(--landing-body);
                font-weight:800;
                letter-spacing:.02em;
                vertical-align:middle;
              }
              body.contact1.landing-enabled input[type="file"]::-webkit-file-upload-button{
                height:36px;
                margin:0 14px 0 0;
                padding:0 16px;
                color:#ffffff;
                background:linear-gradient(160deg,rgba(244,184,96,.34),rgba(192,32,47,.30));
                border:1px solid rgba(244,184,96,.45);
                border-radius:12px;
                font-family:var(--landing-body);
                font-weight:800;
                letter-spacing:.02em;
                vertical-align:middle;
              }
              body.contact1.landing-enabled .input1::placeholder,
              body.contact1.landing-enabled .form-control::placeholder{
                color:rgba(238,242,255,.72) !important;
                opacity:1;
              }
              body.contact1.landing-enabled select.input1 option,
              body.contact1.landing-enabled .form-select option,
              body.contact1.landing-enabled .multi-list option{
                color:#111827 !important;
                background:#ffffff !important;
              }
              body.contact1.landing-enabled .dropdown-menu{
                background:rgba(15,19,32,.96) !important;
                border:1px solid rgba(255,255,255,.18) !important;
                border-radius:16px !important;
                box-shadow:0 18px 36px -20px rgba(0,0,0,.85) !important;
              }
              body.contact1.landing-enabled .dropdown-menu label,
              body.contact1.landing-enabled .dropdown-menu li,
              body.contact1.landing-enabled .dropdown-menu a{
                color:#eef2ff !important;
              }
              body.contact1.landing-enabled input[type="radio"],
              body.contact1.landing-enabled input[type="checkbox"]{
                accent-color:var(--landing-amber);
              }
              body.contact1.landing-enabled .form-check-inline{
                background:rgba(255,255,255,.07);
                /* border:1px solid rgba(255,255,255,.13); */
                border-radius:999px;
                padding:9px 14px !important;
                /* margin:6px 6px 10px; */
              }
              /* body.contact1.landing-enabled .form-check-label{
                padding:0 8px !important;
                margin:0 !important;
                font-weight:700;
                letter-spacing:.02em;
              } */
              body.contact1.landing-enabled .contact1-form-btn,
              body.contact1.landing-enabled .contact2-form-btn{
                min-width:210px;
                height:52px;
                color:var(--landing-ink) !important;
                background:linear-gradient(160deg,rgba(244,184,96,.30),rgba(192,32,47,.28)) !important;
                border:1px solid rgba(244,184,96,.40) !important;
                border-radius:16px !important;
                box-shadow:0 18px 34px -22px rgba(0,0,0,.85),inset 0 1px 0 rgba(255,255,255,.10) !important;
                font-family:var(--landing-body) !important;
                font-weight:800 !important;
                letter-spacing:.05em;
                text-transform:uppercase;
              }
              body.contact1.landing-enabled .contact1-form-btn:hover,
              body.contact1.landing-enabled .contact2-form-btn:hover,
              body.contact1.landing-enabled .contact1-form-btn:focus-visible,
              body.contact1.landing-enabled .contact2-form-btn:focus-visible{
                background:linear-gradient(160deg,rgba(244,184,96,.42),rgba(192,32,47,.36)) !important;
                border-color:rgba(244,184,96,.68) !important;
                box-shadow:0 22px 42px -24px rgba(0,0,0,.9),0 0 0 3px rgba(244,184,96,.20) !important;
                outline:none;
              }
              body.contact1.landing-enabled .close{
                position:absolute !important;
                top:14px;
                right:16px;
                z-index:6;
                display:flex !important;
                align-items:center;
                justify-content:center;
                color:#ffffff !important;
                opacity:.88 !important;
                background:rgba(255,255,255,.10) !important;
                border:1px solid rgba(255,255,255,.22) !important;
                border-radius:12px !important;
                width:35px;
                height:35px;
                padding:0 !important;
                line-height:1 !important;
                text-shadow:none !important;
                box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
              }
              body.contact1.landing-enabled .close:hover,
              body.contact1.landing-enabled .close:focus{
                color:#ffffff !important;
                opacity:1 !important;
                background:rgba(244,184,96,.22) !important;
                border-color:rgba(244,184,96,.50) !important;
              }
              body.contact1.landing-enabled .statusMsg{
                color:#ffffff !important;
                background:rgba(15,19,32,.72);
                border:1px solid rgba(255,255,255,.16);
                border-radius:16px;
                padding:12px 14px;
              }
              @media(max-width:700px){
                body.contact1.landing-enabled #container-contact1,
                body.contact1.landing-enabled #container-contact2{
                  width:calc(100% - 20px) !important;
                  padding:24px 16px 26px !important;
                  border-radius:20px !important;
                }
                body.contact1.landing-enabled #scroll_div{
                  padding-left:0;
                  padding-right:0;
                }
                body.contact1.landing-enabled .contact1-form-title,
                body.contact1.landing-enabled .contact2-form-title{
                  font-size:18px !important;
                }
              }
              @media(max-width:1200px){
                .landing-buttons{grid-template-columns:repeat(4,minmax(0,1fr));
                  max-width:760px;
                }

                .landing-shell
                {
                  padding-top:9vh;
                }
              }
              @media(max-width:640px){
                .landing-buttons{grid-template-columns:repeat(2,minmax(0,1fr));}
                .landing-brand img{height:58px;}
                /* .landing-shell{gap:30px;padding:34px 16px 20px;min-height:100vh;} */
                .landing-bg-video{opacity:.7;}
              }

              @media(max-width:900px){
                  .landing-buttons{
                      grid-template-columns:repeat(3,minmax(0,1fr));
                  }
              }

              @media(prefers-reduced-motion:reduce){
                .landing-bg-video{display:none;}
                .landing-card{transition:none;}
              }







              /* HIERARCHY WARNING MESSAGE WHEN CLICKED ON HIERARCHY CHECKBOX ON CHANGE FORM */
              /* We added the IDs and classes to out-score the competing stylesheet */
              body.contact1.landing-enabled #container-contact1 p.HierarchyWarningMessage,
              body.contact1.landing-enabled #container-contact2 p.HierarchyWarningMessage {
                display: none;
                text-align: justify;
                margin-top: 5px;
                font-size: 12px;
                line-height: 1.5;
                padding: 10px;
                max-width: 300px;

                /* Fixed color syntax and kept !important to ensure victory */
                color: #e9a86a !important;

                background: rgba(255, 255, 255, 0.06) !important;
                border: 1px solid rgba(255, 255, 255, .20) !important;
                border-radius: 16px !important;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 28px -24px rgba(0, 0, 0, .85) !important;

                font-weight: 700 !important;
                transition: border-color .18s, background .18s, box-shadow .18s;
              }



              /* LOGOUT BUTTON ON PAN */
              body.contact1.landing-enabled .contact1-form-btn, body.contact1.landing-enabled .contact2-form-btn.successLogout {
                min-width: 90px !important;
                height: 35px;
                color: var(--landing-ink) !important;
                background: linear-gradient(160deg,rgba(244,184,96,.30),rgba(192,32,47,.28)) !important;
                border: 1px solid rgba(244,184,96,.40) !important;
                border-radius: 10px !important;
                box-shadow: 0 18px 34px -22px rgba(0,0,0,.85),inset 0 1px 0 rgba(255,255,255,.10) !important;
                font-family: var(--landing-body) !important;
                font-weight: 800 !important;
                letter-spacing: .05em;
                text-transform: uppercase;
                text-align: center;
                font-size: 1.35rem;
                margin: 0 auto;
                /* background: rgba(255,255,255,.07) !important; */
              }



              /* ============================================================
                 VEHICLE REQUEST FORM STYLES
                 Used by vehicle_request.php
                 Keep edits for the vehicle request experience here.
                 ============================================================ */
              body.contact1.landing-enabled .vehicle-request-shell{
                width:100%;
                padding:4px 0 0;
              }
              body.contact1.landing-enabled .vehicle-request-shell .row{
                margin-left:-10px;
                margin-right:-10px;
              }
              body.contact1.landing-enabled .vehicle-request-shell .wrap-input1,
              body.contact1.landing-enabled .vehicle-request-shell .form-group{
                padding-left:10px;
                padding-right:10px;
              }
              body.contact1.landing-enabled .vehicle-request-shell .form-label{
                display:block;
                margin-bottom:8px;
                font-size:12px;
                text-transform:uppercase;
                letter-spacing:.08em;
                color:#eef2ff;
              }
              body.contact1.landing-enabled .vehicle-request-actions{
                display:flex;
                justify-content:flex-end;
                gap:12px;
                margin-top:22px;
                flex-wrap:wrap;
              }
              body.contact1.landing-enabled .vehicle-request-actions .contact1-form-btn{
                width:100%;
                max-width:260px;
              }
              body.contact1.landing-enabled .vehicle-progress{
                display:grid;
                grid-template-columns:repeat(4, minmax(0, 1fr));
                gap:10px;
                margin:6px 0 24px;
              }
              body.contact1.landing-enabled .vehicle-step{
                text-align:center;
                padding:12px 8px;
                border:1px solid rgba(255,255,255,.18);
                border-radius:14px;
                background:rgba(255,255,255,.07);
                color:#eef2ff;
                font-weight:700;
                font-size:13px;
                line-height:1.25;
              }
              body.contact1.landing-enabled .vehicle-step.active{
                background:linear-gradient(160deg,rgba(244,184,96,.22),rgba(192,32,47,.24));
                border-color:rgba(244,184,96,.55);
              }
              body.contact1.landing-enabled .vehicle-step.done{
                border-color:rgba(46,204,113,.45);
                background:rgba(46,204,113,.14);
              }
              body.contact1.landing-enabled .vehicle-step-panel{display:none;}
              body.contact1.landing-enabled .vehicle-step-panel.active{display:block; animation: none !important;}
              body.contact1.landing-enabled .vehicle-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:6px;}
              body.contact1.landing-enabled .toggle-option{position:relative;display:flex;flex-direction:column;align-items:center;padding:16px 12px;border:2px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.06);cursor:pointer;transition:all .2s ease;overflow:hidden;}
              body.contact1.landing-enabled .toggle-option input[type="radio"]{
                position:absolute;
                opacity:0;
                width:1px;
                height:1px;
                pointer-events:none;
              }
              body.contact1.landing-enabled .toggle-option.is-invalid {
                border-color:#dc3545 !important;
                background:rgba(220,53,69,.15);
              }
              body.contact1.landing-enabled .pill.is-invalid {
                border-color:#dc3545 !important;
                background:rgba(220,53,69,.15) !important;
                color:#fff;
              }
              body.contact1.landing-enabled .toggle-option.selected{border-color:rgba(244,184,96,.55);background:linear-gradient(160deg,rgba(244,184,96,.22),rgba(192,32,47,.24));}
              body.contact1.landing-enabled .toggle-icon{font-size:28px;margin-bottom:6px;}
              body.contact1.landing-enabled .toggle-title{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;color:#fff;margin-bottom:4px;}
              body.contact1.landing-enabled .toggle-desc{display:block;font-size:11px;color:#aab0ba;font-weight:500;}
              body.contact1.landing-enabled .feature-pills,
              body.contact1.landing-enabled .condition-pills,
              body.contact1.landing-enabled .urgency-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;}
              body.contact1.landing-enabled .pill{position:relative;display:inline-flex;align-items:center;padding:8px 14px;border:1px solid rgba(255,255,255,.20);border-radius:20px;background:rgba(255,255,255,.08);color:#eef2ff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;}
              body.contact1.landing-enabled .pill input{position:absolute;opacity:0;}
              body.contact1.landing-enabled .pill.selected{background:linear-gradient(160deg,rgba(244,184,96,.22),rgba(192,32,47,.24));border-color:rgba(244,184,96,.55);color:#fff;}
              body.contact1.landing-enabled .tradein-toggle{display:flex;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.20);border-radius:12px;background:rgba(255,255,255,.08);cursor:pointer;transition:all .3s ease;margin-top:8px;user-select:none;}
              body.contact1.landing-enabled .tradein-toggle:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.12);}
              body.contact1.landing-enabled .tradein-toggle.active{background:rgba(46,204,113,.18);border-color:rgba(46,204,113,.55);}
              body.contact1.landing-enabled .tradein-toggle-left{flex:1;}
              body.contact1.landing-enabled .tradein-toggle-title{color:#eef2ff;font-weight:700;font-size:13px;}
              body.contact1.landing-enabled .switch{width:50px;height:28px;background:rgba(255,255,255,.16);border-radius:14px;position:relative;margin-left:12px;transition:all .3s ease;}
              body.contact1.landing-enabled .switch::after{content:'';position:absolute;width:24px;height:24px;border-radius:12px;background:#fff;top:2px;left:2px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.3);}
              body.contact1.landing-enabled .tradein-toggle.active .switch{background:#2ecc71;}
              body.contact1.landing-enabled .tradein-toggle.active .switch::after{left:24px;}
              body.contact1.landing-enabled .tradein-section{display:none;max-height:0;opacity:0;overflow:hidden;transition:all .4s ease;margin-top:0;}
              body.contact1.landing-enabled .tradein-section.visible{display:block;max-height:3000px;opacity:1;margin-top:16px;overflow:visible;}
              body.contact1.landing-enabled .photo-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;margin:20px auto;}
              body.contact1.landing-enabled .photo-zone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 12px;border:2px dashed rgba(244,184,96,.35);border-radius:12px;background:rgba(244,184,96,.08);cursor:pointer;transition:all .2s ease;min-height:120px;}
              body.contact1.landing-enabled .photo-zone:hover{border-color:rgba(244,184,96,.55);background:rgba(244,184,96,.12);}
              body.contact1.landing-enabled .photo-zone.has-file{border-color:rgba(46,204,113,.45);background:rgba(46,204,113,.08);}
              body.contact1.landing-enabled .photo-zone input{display:none;}
              body.contact1.landing-enabled .photo-zone-icon{font-size:28px;margin-bottom:6px;}
              body.contact1.landing-enabled .photo-zone-label{font-size:12px;font-weight:600;color:#aab0ba;}
              body.contact1.landing-enabled .review-summary-block{
                background:rgba(255,255,255,.06);
                border:1px solid rgba(255,255,255,.16);
                border-radius:16px;
                padding:14px 16px;
                margin-bottom:12px;
                color:#eef2ff;
                text-align:left;
              }
              body.contact1.landing-enabled .review-summary-block strong{display:block;margin-bottom:6px;color:#fff;}
              body.contact1.landing-enabled .vehicle-submit{display:none;}
              body.contact1.landing-enabled .vehicle-prev{display:none;}
              @media (max-width:700px){
                body.contact1.landing-enabled .vehicle-progress{grid-template-columns:1fr 1fr;}
                body.contact1.landing-enabled .photo-grid{grid-template-columns:1fr;}
                body.contact1.landing-enabled .vehicle-type-toggle{grid-template-columns:1fr;}
                body.contact1.landing-enabled .vehicle-request-actions{flex-direction:column-reverse;}
                body.contact1.landing-enabled .vehicle-request-actions .contact1-form-btn{max-width:none;width:100%;}
              }
