/* Scroll popup */
.scroll-desktop-text .red-text{
	color: #D83742;
}

#scroll-btn-modal-container-desktop {
	background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/scroll_popup_new_ae.webp);
}

.scroll-desktop-text .black-text{
	color: #1E1F1C;
}

.scroll-popup-para{
	color: #1E1F1C;
}

#scroll-popup-desktop .book-demo-btn{
	background-color: #D83742;
	color: #FFF;
	border-radius: 13px;
	font-weight: 600;
	height: max-content;
}


/* form modal */
#lead_form .modal-dialog{
  margin: 0.8rem auto !important;
}

#lead_form .modal-dialog{
  max-width: 503px;
}

.modal-open {
  overflow: hidden !important;
}

#lead_form .close{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  margin: 0;
  z-index: 10;
	padding: 0;
}

#lead_form .close:hover {
  background-color: #fff;
}

#lead_form .close span {
  display: block;
  font-weight: 500;
  color: #2e2e2e;
}

.lead-modal-content {
  max-width: 503px;
  border-radius: 24px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lead-modal-body {
  padding: 0;
  text-align: left;
}

.lead-logo-image-container {
  margin-top: 20px !important;
}

.lead-logo-image-container .logo {
  width: 133.33px;
  height: 30px;
  margin-bottom: 11px;
}

.lead-popup-header {
  display: flex;
  flex-direction: column;
  align-items: center;
	border-bottom: none;
	padding: 0;
}

.lead-popup-header .lead-heading {
  margin: 20px 0 0 !important;
  font-weight: 600;
  font-size: 26.57px !important;
  line-height: 39.86px;
  letter-spacing: 0.19px;
  font-family: Poppins;
  color: #333232;
}

.lead-input-group {
  display: block;
  margin: 0 10px 10px 0;
}

.lead-interest-group{
  margin-right: 0;
}

.lead-label {
  font-size: 13.23px;
  font-weight: 500;
  line-height: 19.85px;
  color: #252525;
  margin-bottom: 0;
}

.lead-name-label {
  margin-bottom: 8px;
}

.lead-interest-label {
  margin-bottom: 10px;
}

.lead-submit-heading {
	font-size: 15.17px !important;
	font-weight: 500;
	line-height: 22.75px;
	color: #000;
	margin: 15px 0 20px;
}

.lead-call-text {
  margin-bottom: 18px;
}

.options-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.option {
  padding: 9px 0 9px 15px;
  color: #7b7b7b;
  cursor: pointer;
  border-radius: 10.76px;
  min-height: 36px;
  font-size: 12.3px;
  font-weight: 500;
  line-height: 18.45px;
  background: #fffefe;
  box-shadow: 0px 0px 3.7px 0px #00000040 !important;
}

.timing-options{
  margin-right: 25px;
}

.timing-options .option {
  text-align: center;
}

.option.active {
  background: #ffe1e6;
  border: 1px solid #ed1a3b;
}

#lead_form .error-message{
  color: #ed1a3b;
  font-size: 11px;
  margin-bottom: 0;
}

.demo-btn{
  margin:10px 0 31px;
}

/* Form section */
.form-card {
	background: #fff;
	padding: 29px 32px 41px;
	width: 465px;
	margin: auto;
}

.form-heading {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 100%;
    letter-spacing: 0.2px;
    margin: 0 0 37px !important;
    color: #000;
}


.form-card input, select {
  background-color: transparent !important;
  height: 42px !important;
  font-size: 16px !important;
	padding: 0;
	color: #7B7B7B;
}

.form-card input::placeholder{
	color: #7B7B7B;
}

.form-control-new,
.form-select-new {
	width: 100% !important;
	margin: 0 auto;
	border-radius: 10px !important;
	border: none !important;
	padding: 0;
}
	
.input-icon-container{
	background-color: #EFEFEF;
	border-radius: 12px;
	display: flex;
	align-items: center;
	margin-bottom: 34px;
}

.form-icon{
	height: 20px;
	padding-right: 15px;
	padding-left: 12px;
}

#submitBtn {
	width: 60%;
	margin: 16px 0 0;
	display: block;
	border-radius: 30px;
	background-color: #ed1a3b;
	color: white;
	border-color: #ed1a3b;
	font-size: 22px;
}

.text-danger{
	margin-top: 0 !important;
}

.text-danger:not(:empty) {
	margin-top: -16px !important;
}



@media screen and (max-width:768px) {
	/* Form modal */
	  #lead_form .modal-dialog {
      margin: 5.8rem auto !important;
  }

  p {
    padding-left: 0;
  }

  .lead-modal-content {
    width: auto;
  }

  .lead-modal-body{
    padding: 0 30px;
  }

  .option{
    display: flex;
    align-items: center;
  }

  #lead_form .close {
    margin-right: 5px;
  }

  #lead_submit_modal .modal-dialog {
    margin: 5.8rem auto !important;
  }

  .lead-submit-modal-body {
    padding: 0 15px   30px;
  }

  #lead_submit_modal .close span{
    margin-right: 5px;
  }
	
	/* From section */
	.form-card {
		max-width: 300px;
		margin: auto;
		padding: 20px 0 30px;
		height: auto;
	}
	
	.form-card input, select {
    background-color: transparent !important;
    height: 28px !important;
    font-size: 12px !important;
    /* padding: 0; */
	}
	
	.form-heading{
		font-size: 23px !important;
		margin-bottom: 24px;
	}
	
	.input-icon-container{
		margin-bottom: 23px;
	}
	
	.form-control-new,
    .form-select-new {
      width: 100% !important;
	}
	
	.form-icon {
    height: 11px;
    padding-right: 11px;
    padding-left: 8px;
	}
	
	.iti{
		font-size: 12px;
	}
	
	#submitBtn {
	margin: 16px 0 0;
	border-radius: 30px;
	font-size: 16px;
	}
	
	.text-danger{
		font-size: 11px;
	}
}