/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /* custome dropdown */
 .quote-form-container .input-container .form-control {
  margin-bottom: 0px !important;
  border: 0;
  border-bottom: 1px solid #a0a7ab;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  -moz-box-shadow: 0 0 0 1e3px #fff inset;
  -ms-box-shadow: 0 0 0 1e3px #fff inset;
  -o-box-shadow: 0 0 0 1e3px #fff inset;
  border-radius: 0px;
  padding: 0px;
  height: 25px;
  font-size: 16px;
  font-weight: normal;
}

.quote-form-container .input-container .form-control:disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0px !important;
}
#quotemsform{
  padding-top: 0rem;
  padding-bottom: 3rem;
}
.myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown-content {
  position: relative;
}

.dropdown-content::after {
  content: "";
  width: 3px;
  height: 3px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
  /* margin-left: 30px; */
  top: 0px;
  /* position: absolute; */
  border-top: 1px solid #34467a;
  border-left: 1px solid #34467a;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  /* display: block; */
  /* position: relative; */
  padding: 4px;
  margin: 0px 15px;
  border-bottom: 0px solid #fff0;
  border-right: 0px solid #fff0;
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  left: 0;
  margin-left: auto;
}

.custome-dropdown {
  position: relative;
  display: block;
}

.dropdown-content input {
  padding-right: 40px !important;
}

.dropdown-content {
  display: block;
  background-color: #ffffff00;
  border: 0px solid #ddd;
  position: relative;
  width: 100%;
  z-index: initial;
}

.dropdown-content i {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #12355c;
}

.quote-control:focus,
.quote-control:active {
  outline: 0px;
}

.error-text {
  color: #972a2a !important;
}

.vin-notify .error-text.err {
  color: #972a2a !important;
}

.vin-notify .error-text {
  color: #ffffff !important;
}

.quote-control:focus {
  border: 0px;
}

.whats-covered {
  align-items: center;
  color: #12355c;
  font-size: 20px;
  position: relative;
  justify-content: center;
  margin-top: 7px !important;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whats-covered .quote-control {
  border: 0px;
}

.whats-covered input {
  border: 0px !important;
  outline: none;
  padding: 0px !important;
  max-width: 200px !important;
  margin-bottom: 0px !important;
}

.whats-covered i {
  margin-left: 0px;
  top: 7px;
  position: absolute;
  right: 0;
}

.whats-covered * {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

header .getFromStorage .elementor-button-wrapper {
  display: none;
}

.dropdown-content li {
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  margin-top: 0px !important;
  margin-top: 0px !important;
  font-size: 15px;
  margin: 0px;
  border-bottom: 1px solid #f3f3f3;
}

.dropdown-content li.active-li {
  background-color: #f3f3f3 !important;
}

.dropdown-content li:hover,
.dropdown-content li:active,
.dropdown-content li:focus {
  background-color: #e9ecef !important;
  color: inherit !important;
  cursor: pointer;
}

.custome-dropdown a:hover {
  background-color: #ddd;
}
.email-popup .swal2-title, .mail-popup .swal2-title{
  display: block;
  color: #018FD6;
  font-family: "MarlinGeoSQ-BlackItalic", Sans-serif;
  font-size: 26px;
}
.email-popup .swal2-confirm, .email-popup .swal2-cancel,.mail-popup .swal2-confirm{
 font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  background-color: #018FD6 !important;
  border-radius: 28px !important;
  padding: 9px;
  color: #ffffff;
  border: 0px;
  width: 120px;
  font-family: "MarlinGeoSQ-BlackItalic", sans-serif;
  cursor: pointer;
}
.email-popup .swal2-confirm{
  width: 160px;
}
.email-popup .swal2-cancel, .mail-popup .swal2-cancel{
  background-color: #e9e9e9 !important;
  color: #4e4e4e !important;
}
.email-popup .swal2-html-container{    
      display: block;
      color: #05416B;
      font-family: "MarlinGeoSQ-ExtraBold", Sans-serif;
      margin:0px;
      padding: 1rem;
  }
.mail-popup .swal2-title{
  padding: 0em 1em 0;
  padding-bottom: 1rem;
}
.mail-popup .swal2-actions{
  margin-top: 0px;
}
.content-list {
  position: absolute;
  top: 100%;
  z-index: 9;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0px !important;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(99, 58, 58, 0.18);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100% !important;
  max-height: 225px;
  overflow-y: auto;
  left: auto;
}

.dropdown-content .content-list {
  display: none;
  border-radius: 11px;
}

.dropdown-content .content-list.list-show {
  display: block;
  width: 100%;
  max-height: 142px;
  overflow-y: auto;
}

.quote-rate-form {
  min-height: 300px;
}

.selecteditem .selected-list p.item-title {
  width: 150px;
}

.selecteditem .selected-list p.price {
  width: auto;
  text-align: right;
}
.quote-form-container .input-container.quote-group.quote-4 {
  width: 15%;
}
.quote-form-container #step1{
  border: 0px;
}
.quote-title{
  color: #018FD6;
  font-family: "MarlinGeoSQ-BlackItalic", Sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
}
.quote-p{
  font-size: 24px;
  text-align: center;
  color: #05416B;
  font-family: "MarlinGeoSQ-ExtraBold", Sans-serif;
  margin-bottom: 3rem;
  margin-top: 0px;
}
.quote-row{
  display: flex;
  flex-wrap: wrap;
  column-gap: 11px;
}
.quote-row .quote-3{
  width: 32.3%;
  margin-bottom: 15px;
}
.quote-row .quote-control{
  border: 1px solid #ADDFE6;
  padding: 13px 13px;
  width: 100%;
  border-radius: 11px;
  height: 46px;
  font-size: 16px;
  /* font-family: 'GothamBook'; */
}
.row-center{
  justify-content: center;
}
#step2{
  border: 0 none;
  border-radius: 3px;
  padding: 10px 10px;
  box-sizing: border-box;
  margin: auto;
  max-width: 1200px;
  position: relative;
}
#zoho-payment-iframe {
  width: 100% !important;
  margin-top: 15px;
  height: 950px;
}
.quote-row .quote-control:focus-visible{
  outline: 1px solid #ADDFE6;
}
.form-notes p {
  color: #C6CED4;
  margin-bottom: 7px;
  font-size: 12px;
  font-family: Gotham-Medium;
}
.form-notes p a{
  color: #3F8DA4;
  font-weight: 500;
}
.quote-purchase{
  background-color: #E0F0F2;
  padding: 1rem;
  width: 99%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.purchase-price{
  font-size: 50px;
  font-family: "MarlinGeoSQ-BlackItalic", Sans-serif;
  color: #018FD6;
}
.purchase-title{
  font-size: 24px;
  color: #05416B;
  font-family: "MarlinGeoSQ-ExtraBold", Sans-serif;
  line-height: 1.5;
}
.purchase-title span{
  display: block;
  line-height: 1;
}
.purchase-btn,.back-btn{
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  background-color: #018FD6;
  border-radius: 28px;
  padding: 15px;
  color: #ffffff;
  border: 0px;
  width: 350px;
  font-family: "MarlinGeoSQ-BlackItalic", sans-serif;
  cursor: pointer;
}
.purchase-btn:disabled{
  background-color: #829699;
  cursor: not-allowed;
}
_::-webkit-full-page-media, _:future, :root .purchase-btn
{
  padding-top:17px;
}
.plan-section,.purchase-btn,.back-btn {
  transition: 0.35s ease-in;
  -ms-transition: 0.35s ease-in;
  -o-transition: 0.35s ease-in;
  -webkit-transition: 0.35s ease-in;
  -moz-transition: 0.35s ease-in;
  -webkit-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -ms-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -moz-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -o-box-shadow: 3px 3px 3px 3px #b7b7b724;
}
.plan-section:hover,.purchase-btn:hover, .back-btn:hover  {
  background-color: #84afb7 !important;
  box-shadow: 3px 3px 3px 3px #b7b7b724;
  -webkit-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -ms-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -moz-box-shadow: 3px 3px 3px 3px #b7b7b724;
  -o-box-shadow: 3px 3px 3px 3px #b7b7b724;
   transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  cursor: pointer;
}
.purchase-btn:hover, .back-btn:hover{
  background-color: #018FD6 !important;
  box-shadow: 1px 1px 3px 3px #5e5e5e54;
  -webkit-box-shadow: 1px 1px 3px 3px #5e5e5e54;
  -ms-box-shadow: 1px 1px 3px 3px #5e5e5e54;
  -moz-box-shadow: 1px 1px 3px 3px #5e5e5e54;
  -o-box-shadow: 1px 1px 3px 3px #5e5e5e54;
}
.loading {
min-height: 100%;
min-width: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 9;
background-color: #ffffffb8;
}
.loading img{
  left: 0px;
  right: 0px;
  top:0px;
  bottom: 0px;
  margin: auto;
  width: 45px;
  position: absolute;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.dowc-custom-error1, .iframe-error{
  color: #bf0000;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.purchase-details{
  display: flex;
  column-gap: 30px;
  align-items: center;
}
@media (max-width:992px) {
  .purchase-btn, .back-btn{
  padding: 10px 19px 10px 20px;
  font-size: 14px;
  }
  .purchase-price {
      font-size: 35px;
  }
  .purchase-title {
      font-size: 16px;
  }
  .quote-purchase{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
  }
  .purchase-details{
      column-gap: 15px;
  }
  .purchase-btn, .back-btn{
    width: 225px;
  }
}
@media (max-width:768px) {
  .quote-row .quote-3 {
      width: 48%;
  }
  .purchase-btn,.back-btn{
      padding: 7px 7px 7px 7px;
      font-size: 12px;
      width: 180px;
  }
  .purchase-price {
      font-size: 30px;
  }
  .purchase-title {
    font-size: 14px;
}
.quote-title{
  font-size: 30px;
}
.quote-p {
  font-size: 16px;
}
}
@media (max-width:567px) {
  .quote-row .quote-3 {
      width: 100%;
  }
  .quote-purchase{
      justify-content: center;
  }
  .purchase-btn,.back-btn{
      width: 300px;
  }
}