.request_demo .modal-content .row {
  align-items  : start;
}

.request_demo .modal-content {
  border-radius: 22px;
  height       : 700px;
  overflow     : hidden;
}

.request_demo .modal-dialog {
  max-width   : 990px;
  width       : 990px;
  position    : absolute;
  top         : 50%;
  left        : 50%;
  transform   : translate(-50%, -50%) !important;
}

select, .request_demo .right_side #popForm :where(input, textarea, select), .contact .form form :where(input, textarea), .get_in_touch .form form :where(input, textarea, #countrySelect, #select) {
    height: 41px;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1.5px solid #cdcdcf;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}
.request_demo .right_side #popForm input, .request_demo .right_side #popForm select, .request_demo .right_side #popForm textarea, .contact .form form input, .contact .form form textarea, .get_in_touch .form form input, .get_in_touch .form form textarea {
    font-size: 13px;
}

.request_demo .right_side #popForm textarea, .contact .form form textarea, .get_in_touch .form form textarea {
    height: 90px;
    resize: none;
    line-height: 18px;
}
.request_demo .right_side #popForm input::placeholder,
.request_demo .right_side #popForm select::placeholder,
.request_demo .right_side #popForm textarea::placeholder,
.formselectdropdown-toggle,
.contact .form form input::placeholder,
.contact .form form textarea::placeholder,
.get_in_touch .form form input::placeholder,
.get_in_touch .form form select,
/* .get_in_touch .form form #countrySelect, */
.get_in_touch .form form textarea::placeholder {
  font-size  : 12px;
  font-weight: 400;
  line-height: 18px;
  color      : #a8a8a8;
}

.get_in_touch .form form select {
  position  : relative;
  appearance: auto;
  color     : #000;
}

.contact .form form label,
.get_in_touch .form form label {
  font-size    : 13px;
  font-weight  : 500;
  line-height  : 21px;
  margin-bottom: 8px;
}

.request_demo .right_side #popForm textarea,
.contact .form form textarea,
.get_in_touch .form form textarea {
  height     : 90px;
  resize     : none;
  line-height: 18px;
}

.request_demo .right_side #popForm :where(input:focus-visible, textarea:focus-visible),
.contact .form form :where(input:focus-visible, textarea:focus-visible),
.get_in_touch .form form :where(input:focus-visible, textarea:focus-visible, #select:focus-visible, #countrySelect:focus-visible) {
  border : 2px solid #427fd0 !important;
  outline: none;
}

.request_demo .right_side #popForm .captcha_submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.captcha-btn {
    height: 50px;
    width: 198px;
    position: relative;
}
.btn_left_right {
    border-radius: 10px;
    color: #ffffff;
    background-color: #da3f3b;
    display: flex;
    align-items: center;
    border: none;
    padding: 16px 5px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    font-weight: 700;
	margin-top: 25px;	justify-content: center;
}


.request_demo .right_side .message label.error {
  bottom: 5px;
  left  : 10px;
}

.request_demo .right_side .phone label.error {
  bottom: -20px;
  left  : 0;
}
.request_demo .right_side .message,
.request_demo .right_side :where(.name, .email, .phone, .interest, .company, .message) {
  position: relative;
}

.request_demo .right_side :where(.name, .email, .company, .message) input {
  margin: 0;
}

.request_demo .right_side :where(.name, .email, .company) label.error {
  font-size : 10px !important;
  color     : #f14d59 !important;
  margin-top: 5px;
  position  : absolute;
  bottom    : -5px;
  left      : 13px;
}


.platform_page .request_demo .right_side .phone label.error {
  bottom: -20px;
  left  : 15px;
}

#captcha-error-msg-popForm.error-msg {
  font-size: 10px !important;
  color    : #f14d59 !important;
  position : absolute;
  bottom   : -34px;
}


.platform_page .phone input {
  position: relative;
  top     : -10px;
}

.request_demo .right_side .section_head {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
  margin: 0px 0px 10px 0px;
}
.request_demo button.close {
    position: absolute;
    right: 3px;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: -2px;
    filter: brightness(0) invert(1);
}

.request_demo .modal-content .section_head span {
  background             : linear-gradient(to right, #af1bf5 0%, #076aff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.request_demo .left_side h4 {
  font-size  : 38px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom:15px
}

.request_demo .left_side p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 24px;
  margin:0px;
  padding-bottom: 5px;
}
.request_demo .left_side ul{
	display:flex;
	flex-wrap: wrap;
}
.request_demo .left_side li{
	width:100%;
	background-position:left center;
	background-repeat:no-repeat;
	font-size:15px;
	line-height:26px;
	margin:10px 0px;
	padding-left: 40px;

}
.request_demo .modal-content{
	background:#da3f3b;
}

.request_demo .left_side {
	font-size:15px;
	line-height:26px;
	margin:0px;
	padding-left: 0px;
}

.request_demo .right_side {
    font-size: 28px;
    font-weight: 700;
    padding: 20px 40px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 30px;
    width: 46%;
    height: 91.5%;
	margin-left: 15px;
}

.request_demo .right_side #popForm label {
  font-size     : 14px;
  font-weight   : 500;
  line-height: 21px;
  color: #000;
  padding-bottom: 5px;
}
.asterisk{
	color:red;
}
.popup-img img{
	width:100%;
}



@media only screen and (max-width: 992px) {
  .contact .contact_form {
    justify-content: center;
    margin-top     : 50px;
  }

  .contact p,
  .get_in_touch p {
    width: 100%;
  }

  .request_demo .left_side {
    display: none;
  }

  .request_demo .modal-dialog {
    max-width: 450px;
    width    : 95%;
  }

  .request_demo .modal-content {
    padding: 20px;
    height : auto;
  }

  .request_demo .right_side {
    padding: 0 10px 30px 10px;
	margin: 0;
	border-radius: 5px;
    margin: 0;
    width: 93%;
    height: 91.5%;
    margin-left: 10px;
  }

  .request_demo .right_side .section_head {
    font-size: 20px;
  }
   .request_demo .modal-content {
    padding: 20px;
    height : auto;
  }  .btn_left_right{	      margin-top: 58px;  }
}


@media only screen and (max-width: 375px) {
  .request_demo .right_side .section_head {
    font-size: 16px;
  }
}