/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* import files */
@import url("../css/fonts.css");
@import url("../css/auth.css");
@import url("../css/header_footer.css");
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #131314;
  overflow-x: hidden;
}
a:hover{
  color: #ED1B24;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  /* padding: 100px 0 0; */
  padding: 0;
}
section{scroll-margin-top: 52px;}
/* ----------------- home ------------------- */
.home-blog{
  position: relative;
  background: url(../images/home/banner-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.banner-dtls-area{
  position: relative;
}
.brand-label{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 24px;
  color: #FFF;
  margin-bottom: 15px;
}
.banner-dtls-area h1{
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.banner-dtls-area p{
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.banner-dtls-area h1 span{
  color: #ED1B24;
}
.download-tab{
  margin-bottom: 45px;
}
.download-tab span{
  font-family: 'Arial Regular';
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #9AA8B1;
}
.download-tab .nav{
  width: fit-content;
  background: #FFFFFF1A;
  padding: 5px;
  border: 1px solid #FFFFFF33;
  backdrop-filter: blur(94px);
  border-radius: 90px;
}
.download-tab .nav-link{
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 3px 23px;
  border-radius: 90px;
  text-align: center;
}
.download-tab .nav-link.active{
  background: #ED1B24;
  color: #FFF;
}
.download-tab .tab-content{
  margin-top: 11px;
}
.store-app{
  display: flex;
  align-items: center;
  gap: 16px;
}
.store-app a img{
  border-radius: 9px;
  object-fit: contain;
}
.store-app a svg{
  border-radius: 9px;
}
.swiper {
  position: relative;
}
.banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.banner-swiper .swiper-pagination .pag-prev,
.banner-swiper .swiper-pagination .pag-next {
  cursor: pointer;
  padding: 4px 6px;
  font-size: 16px;
}
.banner-swiper .swiper-pagination .pag-prev:hover,
.banner-swiper .swiper-pagination .pag-next:hover {
  opacity: 0.8;
}
/* ---------------- explore-blog ---------------- */
.explore-blog{
  padding: 30px 0;
  position: relative;
  background: #EAF0F6;
}
.main-title-area{
  margin-bottom: 20px;
}
.sec-title{
  font-family: 'KnockoutForFanDuel-69';
  font-size: 46px;
  text-transform: uppercase;
  color: #131314;
  margin-bottom: 10px;
}
.sec-title span{
  color: #ED1B24;
}
.main-title-area p{
  font-weight: 400;
  font-size: 16px;
  color: #131314;
  margin-bottom: 0;
}
.explore-bx{
  position: relative;
  display: block;
}
.explore-main-img{
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.explore-txt{
  position: absolute;
  top: 0;
  left: 1.75rem;
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.explore-txt p{
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}
.explore-link:hover{
  text-decoration: underline;
}
/* --------------------- how works --------------- */
.work-blog{
  background: #FFFFFF;
  border-bottom: 25px solid #EAF0F6;
  padding: 30px 0;
  position: relative;
}
.work-bx{
  padding: 30px 34px;
  border-radius: 5px;
  background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ED1B24 0%, rgba(237, 27, 36, 0) 100%) border-box;
  border: 2px solid transparent;
  text-align: center;
}
.work-bx h4{
  font-weight: 700;
  font-size: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
} 
.work-bx h4 span{
  color: #ED1B24;
}
.work-bx p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
/* -------------- --------------- */
.play-blog{
  padding: 32px 0 75px;
  border-bottom: 25px solid #EAF0F6;
  position: relative;
}
.availble-area p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #445058;
  margin: 10px auto 30px;
  gap: 6px;
}
.availble-area p a{
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: underline;
  color: #0070EB;
}
.sec-tab .nav{
  border-bottom: 1px solid #C6D3E1;
  justify-content: center;
}
.sec-tab .nav-link{
  padding: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #131314;
  text-align: center;
  border-radius: 0;
}
.sec-tab .nav-link.active{
  color: #ED1B24;
  font-weight: 700;
  border-bottom: 2px solid #ED1B24;
  background: transparent;
}
.city-listing{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.city-listing ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.city-listing ul li{
  font-weight: 400;
  font-size: 16px;
  color: #131314;
  margin-bottom: 15px;
  display: block;
}
.how-play-blog{
  padding: 55px 0 50px;
  border-bottom: 25px solid #EAF0F6;
  position: relative;
}
.how-play-owl.owl-carousel .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 23px auto;
}
.how-play-owl.owl-carousel button.owl-dot span{
  width: 5px;
  height: 5px;
  min-width: 5px;
  border-radius: 90px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
}
.how-play-owl.owl-carousel button.owl-dot.active span{
  background: #000;
}
.how-play-owl .owl-item {
  text-align: center;
}
.how-play-owl .owl-item img {
  margin: 0 auto;
  width: unset !important;
}
/* play download app TAb [START]*/
.play-download-tab{
  margin-bottom: 0;
}
.play-download-tab .nav{
  justify-content: center;
  width: fit-content;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #DDDDDD;
  border-radius: 90px;
  margin: 0 auto;
}
.play-download-tab .nav-link{
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding: 3px 23px;
  border-radius: 90px;
  text-align: center;
}
.play-download-tab .nav-link.active{
  background: #ED1B24;
  color: #FFF;
}
.play-download-tab .tab-content{
  margin-top: 11px;
}
.play-download-tab .store-app{
  justify-content: center;
}
/* play download app  tab [END]*/
.play-box {
  position: relative;
  padding: 15px 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(232, 231, 231, 0.55) 5.32%, rgba(232, 231, 231, 0) 97.74%);
  z-index: 1;
  margin-bottom: 6px;
  cursor: pointer;
}
.play-box::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border width */
  border-radius: 12px; 
  background: linear-gradient(90deg, #ED1B24 0%, rgba(237, 27, 36, 0) 84.73%);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  opacity: 0;
}
.play-box:hover:before{
  opacity: 1;
}
.play-box.active::before{
  opacity: 1;
}
.play-box:first-child{margin-top: 30px;}
.play-box h4{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #000000;
}
.play-box:hover h4{
  color: #ED1B24;
}
.play-box p{
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
/* --------------- Why Americandream11? -------------*/
.why-dream11-blog{
  position: relative;
  padding: 30px 0;
}
.why-we-bx{
  padding: 0 15px;
  position: relative;
  height: 100%;
}
.wd-mb-24{
  margin-bottom: 24px;
}
.why-we-bx h5{
  font-family: 'KnockoutForFanDuel-69';
  font-size: 22px;
  text-transform: uppercase;
  color: #131314;
  margin-bottom: 10px;
}
.why-we-bx p{
  font-weight: 400;
  font-size: 16px;
  color: #131314;
}
.why-we-bx p a{
  color: #0070EB;
  text-decoration: underline;
}
.why-we-bx p a:hover{
  color: #ED1B24;
}
/* -------------- carrer [ START ]------------------*/
.banner-blog{
  background: url(../images/banner-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  position: relative;
}
.banner-blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(237, 27, 38, 0.84);
  width: 100%;
  height: 100%;
}
.page-title{
  position: relative;
  text-align: center;
}
.banner-blog h1{
  font-weight: 800;
  font-size: 50px;
  color: #FFF;
  margin-bottom: 0;
}
/* ----------- who we are -------- */
.who-we-blog, .about-blog, .inovation-partner-blog{
  position: relative;
  padding: 80px 0;
}
.who-we-text{
  text-align: center;
}
.who-we-text p, .carrer-txt-side p, .about-txt p{
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 16px;
  color: #131314;
}
.about-txt p:last-child,.carrer-txt-side p:last-child{
  margin-bottom: 0;
}
.who-we-text img{
  border-radius: 20px;
}
.invitation-blog{
  position: relative;
  padding: 0 0 80px;
}
.invitation-blog::before{
  content: '';
  position: absolute;
  bottom: 80px;
  left: 0;
  background: url(../images/career/shape-left.svg) no-repeat;
  background-size: contain;
  width: 212px;
  height: 493px;
}
.invitation-blog::after{
  content: '';
  position: absolute;
  bottom: 80px;
  right: 0;
  background: url(../images/career/shape-right.svg) no-repeat;
  background-size: contain;
  width: 392px;
  height: 416px;
}
/* -------------- about us [START] -------------- */
.about-img-side{
  text-align: center;
}
.about-img-side img{
  width: 100%;
  object-fit: cover;
  border-radius: 20px;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.location-tag{
  background: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin: -34px auto;
}
.transfer-blog{
  background: #F5F8FC;
  padding: 60px 0;
  position: relative;
}
.transfer-data-area{
  text-align: center;
}
.bank-wrapper {
  width: 100%;
  overflow: hidden;  
  padding: 50px 0;
}
.bank-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s  linear infinite;
  position: relative;
  overflow: hidden;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.transfer-banks{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 125px;
  padding-right: 125px;
}
.transfer-banks img, .innovation-brand img{
  object-fit: contain;
}
.transfer-data-area .store-app{
  margin: 0 auto;
  justify-content: center;
}
/* innovation partner */
.inovation-partner-blog{
  background: rgba(237, 27, 38, 0.03);
}
.inovation-prtnr-area{
  text-align: center;
}
.partner-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s  linear infinite;
  position: relative;
  overflow: hidden;
}
.innovation-brand{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 102px;
  padding-right: 102px;
}
.fantasy-sport-blog{
  padding: 80px 0;
  position: relative;
}
.counter-bx{
  position: relative;
  padding: 30px 34px;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.counter-bx::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border width */
  border-radius: 10px;
  background: linear-gradient(180deg, #ED1B24 0%, rgba(237,27,36,0) 100%);
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.counter-bx span{
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin-bottom: 10px;
}
.counter-bx h5{
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
/* ----------------  Support ----------------------------*/
.faq-blog{
  padding: 80px 0;
  position: relative;
}
/*  acciordion  */
.faq-area .accordion-item {
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  padding: 20px;
}
.faq-area .accordion-button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  padding: 0;
}
.accordion-button:focus{
  border-color: none;
  box-shadow: none;
}
.arrow-icon{
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.faq-area .accordion-collapse {
  transition: all 0.35s ease;
}
.faq-area .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-area .accordion-button::after {
  display: none !important;
}
.faq-area .arrow-icon svg {
  transition: transform 0.3s ease;
}
.faq-area .accordion-button:not(.collapsed) .arrow-icon svg {
  transform: rotate(180deg);
}
.faq-area .accordion-body {
  padding: 8px 0 0;
  transition: all 0.35s ease;
}
.accordion-body p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
/* --------------contact us form ------------ */
.contact-us-blog{
  padding-bottom: 80px;
}
.contact-bx{
  background: #FAFAFA33;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}
.wd-mb-34{
  margin-bottom: 34px;
}
.contact-icon{
  background: rgba(237, 27, 38, 0.10);
  width: 75px;
  height: 75px;
  min-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-dtls h4{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 6px;
}
.contact-dtls p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
/* conatct form */
.contact-form-area{
  font-size: 20px;
  color: #131314;
  margin-bottom: 20px;
}
.form-field{
  display: flex;
  gap: 16px;
}
.contact-form-area .form-group{
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.input_group_include{
  position: relative;
}
.contact-form-area .form-group label{
  font-weight: 400;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 11px;
}
.contact-form-area .form-control{
  background: #FAFAFA;
  border: 1px solid #000E271A;
  padding: 14px 35px 14px 16px;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
.contact-form-area textarea.form-control{
  padding: 14px 16px;
  height: auto;
}
.contact-form-area .form-control:focus{
  border-color: #ED1B24;
  box-shadow: none;
}
.contact-form-area .form-control::placeholder,
.contact-form-area .form-control:-moz-placeholder,
.contact-form-area .form-control:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.5);
}
.form-icon{
  position: absolute;
  top: 0;
  right: 0;
  margin: 13px 16px;
}
.contact-form-area .field_active .form-icon svg path,
.contact-form-area .field_filled .form-icon svg path{
  stroke: #ED1B24;
}
.contact-form-area .field_active .form-icon svg g,
.contact-form-area .field_filled .form-icon svg g{
  opacity: 1;
}
/* Auto fill color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
 background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Set your desired background color */
  -webkit-text-fill-color: #000 !important; /* Text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevent color flashing */
}
.error{
  font-size: 14px;
  color: #ED1B24;
  font-weight: 500;
  display: none;
}
.form-btn{
  display: block;
  width: fit-content;
  padding: 14px 40px;
  background: #ED1B24;
  border-radius: 14px;
  color: #FFF;
  text-align: center;
  position: relative;
  border: none;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  font-size: 18px;
}
.form-btn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1C1D1D;
  transition: left 0.5s ease-in-out;
  z-index: 0;
}
.form-btn:hover::before {
  left: 0;
}
.form-btn span,
.form-btn {
  position: relative;
  z-index: 1;
}
.form-btn:hover {
  background: #1C1D1D;
  color: #FFF;
}
/*--------------- Fantasy Points System [ START ] -----------------*/
.fantasy_blog{
  padding: 40px 0;
}
.fantsy_title{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  border-bottom: 1px solid #C6D3E1;
  margin-bottom: 40px;
}
.fantsy_title li a{
  padding: 12px;
  color: #131314;
  font-weight: 400;
  font-size: 18px;
  display: block;
  border-bottom: 2px solid transparent;
}
.fantsy_title li a.active{
  color: #ED1B24;
  font-weight: 700;
  border-bottom: 2px solid #ED1B24;
}
.fantasy_blog .nav-tabs, .sub_listing{
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  grid-gap: 14px;
}
.fantasy_blog .nav-tabs .nav-link, .sub_listing a{
  border: 1px solid #0000001A;
  background: #00000005;
  border-radius: 6px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
  padding: 12px 18px;
  display: block;
  line-height: normal;
}
.fantasy_blog .nav-tabs .nav-item.show .nav-link, .fantasy_blog .nav-tabs .nav-link.active{
  background: #ED1B24;
  border: 1px solid #0000001A;
  color: #fff;
}
.fantasy_blog .faq-area .accordion-button:not(.collapsed){
  background: rgb(237 27 36 / 5%);
}
.fantasy_blog .faq-area .accordion-item{
  padding: 0px;
}
.fantasy_blog .faq-area .accordion-button{
  padding: 20px;
  font-family: 'KnockoutForFanDuel-69';
  font-size: 22px;
  text-transform: uppercase;

}
.fantasy_blog .faq-area .accordion-body{
  padding: 20px 20px;
}
.fant_img{
  position: relative;
  margin-bottom: 20px;
}
.fant_img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000001A;
  border-radius: 20px;
}
.fant_img img{
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fantasy_blog .counter-bx{
  margin: 0 auto 20px;
  text-align: center;
}
.tab_list{
  padding-left: 2rem;
}
.tab_list li{
  font-weight: 400;
  font-size: 16px;
  color: #131314;
  margin-bottom: 10px;
  list-style: disc;
}
.tab_list li:last-child{
  margin-bottom: 0;
}
.tab_list li ul{
  padding-left: 1rem;
}
.tab_list li ul li{
  list-style: lower-alpha;
}
/*--------------- Fantasy Points System [ END ] -------------------*/
.carrer-video{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
/* ----------- privacy policy --------------------- */
.policy-blog{
  padding: 80px 0;
  position: relative;
}
.policy-area ol{
  margin-top: 30px;
  padding-left: 30px;
}
.policy-area ol li{
  list-style: decimal;
  margin-bottom: 15px;
}
.policy-area ol li h5{
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 6px;
}
.policy-area ol li p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.policy-area ol li p:last-child{
  margin-bottom: 0;
}
.policy-area ol li ul{
  padding-left: 30px;
}
.policy-area ol li ul li{
  list-style: disc;
  margin-bottom: 6px;
}
.policy-area ol li ul li p{
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.carrer-txt-side p a{
  color: #ED1B24;
  font-family: 'KnockoutForFanDuel-69';
  font-size: 25px;
}
.policy-area ol li p a{
  color: #ED1B24;
}

.play-area svg{
  max-width: 100%;
  height: auto;
}


/* map area with popup */
.map-wrapper {position: relative; max-width: 100%;}
.map-wrapper svg {width: 100%; height: auto; display:block; position: relative; z-index: 1;}
.state.available { fill: #ED1B24; }
.state.available:hover{fill: #d01821;}
.state.not-available {fill: #C6D3E1;}
.state.not-available:hover { fill: #b2beca; }
.popup-box {
  display: none;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  pointer-events: none;
  position: absolute; /* keep absolute for JS positioning */
  min-width: 200px;
  width: 250px;
  z-index: 9999;
}
.map-available{
  border-left: 6px solid #ED1B24;
}
.map-not-available{
  border-left: 6px solid #000
}
.popup-box h3{
  margin:0 0 6px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.popup-box p{
  font-size:15px;
  color:#2e2e2e;
  font-weight: 400;
  text-align: left;
  display: block;
  margin: 0 !important;
}
.popup-box p span{
  font-weight: 600;
  font-size: 16px;
  color: #ED1B24;
}