html body{
  font-family: Inter, sans-serif;
}
.free_m_form{
  padding: 72px 0;
  position: relative;
  z-index: 99;
}
.form_box{
  max-width: 750px;
  margin: 0 auto;
  background-color: #f8f7f5 !important;
  border-radius: 4px;
}
.form_box_top{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
  border-bottom: 1px solid #FF97BC;
  padding: 30px 38px;
}
 .form_box_top img{
  max-width: 400px;
  height: 100px;
  object-fit: contain;
}
.form_box_top h2{
  color: #962D53;
  font-weight: 600;
  line-height: 1.45;
  font-size: 2em;
  margin: 0;
  white-space: nowrap;
}
.form_box_center{
  padding: 30px 38px;
}
.form_box_center label{
  font-size: 16px;
  color: #962D53;
  margin-bottom: 14px;
  font-weight: 500;
  margin-left: 2px;
}
 .form_box_center .form-control {
  border: 1px solid #dc2626;
  font-size: 1em;
  border-radius: 4px;
  height: 2.5em;
  background-color: #fff;
  transition: 0.5s;
  width: 100%;
  max-width: 320px;
  color: #212529 !important;
}
.form_box_center .form-control:hover,.form_box_center .form-control:focus{
  border-color: #fe8e92;
  box-shadow: 0 0 0 2px #ffa5a5;
}
.form_box_center .form_required{
  color: #dc2626;
}
.form_box_center .label_bottom{
  color: #962D53;
  font-size: .75em;
  margin-top: 11px;
  word-break: break-word;
  min-height: 13px;
  margin-left: 2px;
  display: block;
}
.form_box_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
  border-top: 1px solid #FF97BC;
  margin: 30px 0 0 0;
}
.fb_row{
  display: flex;
  gap: 30px;
  row-gap: 5px;
}
.form_group{
  width: 100%;
}
body .btn.btn-primary{
  color: #d7292f;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 3em;
  font-size: 1.5em;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 900;
  transition: 0.5s;
  background-color: #f8f7f5 !important;
  border-color: #962D53;
  min-width: 180px;
}
body .btn.btn-primary:hover{
  background-color: #5A1B32;
  border-color: #5A1B32;
}
.error-navigation-message{
  color: #fff;
  background-color: #dc2626;
  background-image: url(../images/error_icon.svg);
  font-size: .75em;
  border-radius: 4px;
  background-size: 0.875em;
  background-position: 0.375em;
  margin: 5px 0 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  padding: 0.25em 0.5em 0.25em 1.625em;
}
@media screen and (max-width: 1400px){
  html body .container{
   max-width: 1400px !important;
 }
}
@media screen and (max-width: 991px){
  .form_box_top img{
   max-width: 300px;
 }
  .form_box_top{
   flex-direction: column;
 }
}
@media screen and (max-width: 767px){
  .fb_row{
   flex-direction: column;
 }
}
.mainscreen {
  position: relative;
}
.coverbg {
  position:absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.valid_bg {
  background-color: #f2f1ef;
}
.error {
  background-color: #dc2626;
  color: #fff !important;
  font-size: .75em !important;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 5px;
  display: block;
  width: fit-content;
}
.warn_line {
  width: 100%;
  top: 0;
  position: fixed;
  background-color: #DC2626;
}
.warn_line_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 10px;
  max-width: 750px;
  margin: 0 auto;
}
 .warn_line_inner p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}
body .btn.btn-secondary {
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 3em;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 500;
  transition: 0.5s;
  background-color: #fff;
  border-color: #fff;
  min-width: 140px;
}
body .btn.btn-secondary:hover {
  background-color: #5A1B32;
  border-color: #5A1B32;
  color: #fff;
}
.order_detail_box {
  background-color: #fff;
  padding: 50px;
  max-width: 500px;
  margin: 30px auto;
}
.order_detail_box h2 {
  font-weight: 600;
  line-height: 1.45;
  font-size: 1.3em;
  margin: 0 0 15px 0;
  white-space: nowrap;
}
.order_detail_box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
 .order_detail_box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 .order_detail_box ul li h5, .order_detail_box ul li span, .order_detail_box p {
  font-size: 16px;
  font-weight: 400;
}
.order_detail_box ul li span {
  font-weight: 600;
  text-align: end;
}
.od_btn {
  display: flex;
  justify-content: end;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .order_detail_box {
   padding: 20px;
 }
}
.wel_col {
  min-height: 100vh;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFF8FA;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px 50px 10px;
  position: relative;
  z-index:99;
}
.wel_logo img {
  height: 220px;
  object-fit: contain;
  width: 100%;
}
.wel_logo {
  margin: 0 0 10px 0;
}
.wel_text_logo {
  max-width: 450px;
  margin: 0 auto 15px;
}
 .wel_text_logo img{
  width: 100%;
  height: 100%;
}
 .wel_col h2 {
  font-size: 40px;
  color: #962D53;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.wel_col p {
  color: #BA738C;
  font-size: 30px;
  font-weight: 600;
}
 .wel_col p span {
  color: #F07BF8;
  margin: 10px;
}
.wel_btm_logo img {
  max-width: 130px;
}
body {
  position: relative;
}
body #loader {
  display:block !important;
  border: 16px solid #4b3838;
 /* Light grey */
  border-top: 16px solid #dc2626;
 /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
 /* Half of width */
  margin-left: -60px;
 /* Half of height */
  z-index: 9999;
 /* Make sure it stays on top */
}
.loadercls {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vh;
  position: absolute;
  z-index: 1024;
  opacity: 0.5;
}
@keyframes spin {
  0% {
   transform: rotate(0deg);
 }
  100% {
   transform: rotate(360deg);
 }
}
@media screen and (max-width: 1400px) {
  .wel_col h2 {
   font-size: 35px;
 }
  .wel_col p {
   font-size: 22px;
 }
}
