.nav-list {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.c-pointer {
  cursor: pointer;
}

.mob-nav-active {
  background: #E6E4F6;
  padding: 14px;
  border-radius: 30px;
  transform: translateX(-14px);
}

#logoId {
  width: 135px;
}


.banner-font {
  font-size: 40px;
  line-height: 55px;
}

.bg-banner {
  background-image: url('https://pub-833cd4d3a7c946e2a7899f82004e7fa2.r2.dev/Home%20Page%20Banner%202nd.png');
  height: auto;
  background-position: center;
  background-size: cover;
}

/* css added by Anil */
.bg-app-banner {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 85, 164, 1) 0%, rgba(0, 85, 164, 1) 51%, rgba(251, 172, 1, 1) 60%);
  background-position: center;
  background-size: cover;
  height: auto;
  overflow: hidden;
}

/* css added by Anil End */

.bg-banner-2 {
  background-image: url('https://pub-833cd4d3a7c946e2a7899f82004e7fa2.r2.dev/Home%20Page%20Banner1.png');
  height: auto;
  background-position: center;
  background-size: cover;
}

.who-we-card-1 {
  background: #f8f9fd;
display: flex;
flex-direction: column;
justify-content: space-around;
border-radius: 15px;
}

.contact-round-1 {
  border-radius: 20px 0px 0px 20px;
}

.contact-round-2 {
  border-radius: 0px 20px 20px 0px;
}

/* SLIDER */

.slider {
  width: 100%;
  margin: 50px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  display: inline-block;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-prev {
  transform: translateX(0px);
}

.slick-next {
  transform: translateX(0px);
}

.regular-2 .slick-prev {
  display: none !important;
}

.regular-2 .slick-next {
  display: none !important;
}

.regular-3 .slick-prev {
  display: none !important;
}

.regular-3 .slick-next {
  display: none !important;
}

.regular-3 .row {
  width: 110% !important;
}

.center .slick-prev {
  display: none !important;
}

.center .slick-next {
  display: none !important;
}

.center div img {
  scale: 1.2;
}


/* ACCORDIAN */

button.accordion-button {
  background: none !important;
}

button.accordion-button:focus {
  box-shadow: none !important;
}


/* TABLE */

table tr {
  border-bottom: 1px solid #F9EFCD;
}

table thead tr {
  border-bottom: 2px solid #efe1b2;
}

table tr td {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 16px;
}

table tr th {
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
}


/* CONTACT */

input.contact,
textarea.contact {
  width: 100%;
  padding: 7px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.red_list {
  border: 0;
}


/* testimonials */

.cst-card-test {
  height: 240px;
}


/* banner */

.b-left {
  scale: 2;
  transform: translateX(-20px);
}

.b-right {
  scale: 2;
  transform: translateX(20px);
}

.lang_text {
  font-size: 12px !important;
  text-decoration: none;
  color: black;
}

.lang_text2 {
  font-size: 14px !important;
  text-decoration: none;
  color: black;
}


.list-move {
  animation: scroll-top 5s linear infinite;
}

.nav-list.active {
  font-weight: bold;
}

@keyframes scroll-top {
  0% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(-35%);
  }
}

/* pop-up */

#popup-sj {
  position: fixed;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  background: white;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) !important;
}

.pop-up-main-img {
  height: 315px;
}

.table-responsive {
  height: 55%;
  overflow-y: hidden;
  overflow-x: hidden !important;
  padding: 2px;
  position: relative;
}

.table-responsive::-webkit-scrollbar {
  width: 0px;
}

.table-responsive thead,
th {
  position: sticky;
  top: -4;
}

.table-responsive {
  width: 100%;
  border-collapse: collapse;
}

.table-responsive tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-responsive thead tr {
  display: table;
  width: calc(100% - 17px);
}

.table-responsive td {
  font-weight: normal;
  font-size: 14px;
}

#features-div,
#testimonials-div,
#blogs-div,
#contact-div,
#faqs-div {
  scroll-margin-top: 80px;
}

/* Code Added by Vikas Dhull (Code Starting)*/
.surveyPlateForm {
  display: flex;
  align-items: start;
  padding-bottom: 12px;
  gap: 1rem;
}

.text-danger {
  color: red;
  font-size: 15px;
}

/* (Code Ending) */


.blog-repeat-div {
  height: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.blog-repeat-div-img {
  /* height: 150px; */
  /* object-fit: cover; */
  object-fit: contain;
  height: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50% !important;
  bottom: auto !important;
  width: auto !important;
  height: auto;
  transform: translateY(-50%);
  padding: 8px 12px !important;
  border-radius: 50%;
  z-index: 5;
  opacity: 1;
}

.carousel-control-prev {
  left: 50px !important;
}

.carousel-control-next {
  right: 50px !important;
}

.welcome-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome-paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 8px;
}

.welcome-paragraph p {
  font-size: 18px;
}

.welcome-content .welcome-span {
  color: #0d7bf0;
  font-size: 30px;
  font-weight: 700;
}

.modal .modal-content .modal-header {
  border-bottom: unset !important;
}

.custom-close {
  background-color: red !important;
  color: white !important;
  opacity: 1;
  border-radius: 50%;
  background-size: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 0 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854z'/%3E%3C/svg%3E") !important;
}

.custom-close::before,
.custom-close::after {
  background-color: white !important;
}

.custom-button {
  background-color: #0d7bf0;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}

.welcome-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-body {
  height: 330px !important;
}

.modal-popup-other-country {
  height: 400px !important;
}

.Languague {
  background: white;
  border-radius: 5px;
  box-shadow: 2px 2px 10px;
  padding: 6px;
}

.languageBox {
  width: 12%;
  background: #ffffff;
  border: none !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  border-radius: 4px;
  position: absolute;
  top: auto;
  right: 0;
  left: auto !important;
  margin: 5px 0 0 0;
  transform: none;
  will-change: auto;
}

.Register_text_style {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 0px !important;
  color: #000000;
}
.all_language_list li a {
  color: black !important;
  text-decoration: none !important;
  font-size: 12px !important;
}
#img_01{
border: 1px solid #DCDCDC;
cursor: pointer; 
padding: 3px; 
border-radius: 4px;
}
.carouselExampleIndicatorsBtn{
  border: 1px solid #707070;
}
.slider-paragraph{
  color: white; 
  font-weight:bold
}
.app-paragraph-1{
  color: white;
  font-size:22px;
}
.app-carousel-btn{
  background-color: white;color:black; font-size:22px; font-weight:bold
}
.responsive-banner-text{
    color: #1080D0; 
  font-weight:bold
}
.start_now_span{
  background: #78b0f326; 
  font-weight: 600;
}
.welcome_sjpanel_paragraph{
  color:#343D48; 
  font-weight: 400; 
  font-size: 16px;
}
.d_show{
  width:100%; 
  background:#E0EDF8; 
  color:#0082F0;   
  margin-bottom: 10px;
}
.faq_font{
  font-weight: 600;
}
.how_its_works_paragraph{
color:#343d488c; 
font-weight: 500; 
font-size: 16px;
}
.subtitle_2_details_paragraph{
  line-height: 22px; 
  font-size: 15px; 
  font-weight: 400; 
  color: #343D48;
  text-align: justify;
}
.accordion-body{
  text-align: justify;
}
.redemption_seo_paragraph{
  font-size: 20px; 
  color: #1080D0; 
  font-weight: 500;
}
.panelist_name_seo{
  background-color: #FDF7E4;
  height: 512px;
  border-radius: 20px;
}
.panelist_name_seo th,
.panelist_name_seo td {
  background-color: #FDF7E4;
  text-align: center;
}
.contact-div-title{
  background: #e9f6f1;; 

}
.contact-div-sub-title{
  color:#343d488c; 
  font-weight: 500; 
  font-size: 16px;
}
.pop-up-main-img{
background-image:url('https://pub-833cd4d3a7c946e2a7899f82004e7fa2.r2.dev/SJ%20Panel-%20Popup%20Icon.png'); 
background-size:cover;
}
#redeem_tbl_div {
    height: 410px;       
    overflow-y: auto;   
    overflow-x: hidden;
}

@media (max-width: 768px) {
  .table-responsive {
    height: 95%;
  }

  .carousel-control-prev {
    left: 18px !important;
  }

  .carousel-control-next {
    right: 18px !important;
  }

  .app-links {
    display: flex;
    justify-content: center !important;
  }

  .surveyPlateForm {
    display: flex;
    gap: 0rem;
    padding-bottom: 12px;
    flex-direction: column !important;
  }

}

/* code added by anil */

@media (max-width: 991px) {
  .modal-body {
    height: auto !important;
  }

  .modal-popup-other-country {
    height: auto !important;
  }

  .surveyPlateForm {
    display: flex;
    gap: 0rem;
    padding-bottom: 12px;
    flex-direction: column !important;
  }

  .table-responsive {
    height: 88%;
  }

  .carousel-control-prev {
    left: 18px !important;
  }

  .carousel-control-next {
    right: 18px !important;
  }

  .app-links {
    display: flex;
    justify-content: center !important;
  }
}