body {
  font-family: "Inter";
  overflow-x: hidden;
}

.color {
  color: #357EC7;
}

/* Added By Anuradha 8th may */

/*#loader { display: none; justify-content: center; align-items: center; margin: 0px 0; }
#loader::after {
content: "";
 width: 50px;
  height: 50px;
  border: 6px solid #2779ca;
  border-top: 6px solid #fff;	
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} */

/*#loader {
display: none;
justify-content: center;
align-items: center;
margin: 15px 0;
}

#loader img {
width: auto; 
height: auto;
}
*/

#loader {
  display: none;
  /* Set to flex or block via JS when needed */
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  padding: 10px 0;
  width: 100%;
}

.loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.slider-loader.custom-blue {
  width: 100%;
  height: 15px;
  background: linear-gradient(270deg, #357EC7, #7FB3D5, #f05c3f);
  background-size: 400% 100%;
  animation: slide-blue 1.5s ease-in-out infinite;
  border-radius: 6px;
}

.loader-text {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

@keyframes slide-blue {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

#counter {
  color: #357EC7;
  /* match slider theme */
}

/* .question {
margin-bottom: 20px; /* 🆕 Spacing between questions 
padding: 10px;
border: 1px solid #e5e7eb;
border-radius: 10px;
background-color: #f9fafb; 

} */

.question {
  margin-bottom: 1.25rem;
  /* mb-5 */
  padding: 1.5rem;
  /* p-6 */
  border: 1px solid #e5e7eb;
  /* border-gray-200 */
  border-radius: 24px;
  /* rounded-[24px] */
  background-color: #f3f8fb;
  /* bg-[#f3f8fb] */
}



.custom-save-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}




.addBtn,
.saveBtn,
.addRow,
.addCol {
  margin-top: 10px;
  background: #3498db;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;

}

.addRow {
  background-color: #c7aa35;
}

.addCol {
  background-color: #659de7;
}

.saveBtn {
  background-color: #357EC7;
}

.cancelBtn {
  background-color: #888;
  color: white;
}

.save-survey {
  background-color: #357EC7;
}

.cancel-survey {
  margin-right: 10px;
}


th {
  text-align: left;
}

.option-input {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* Added By Anuradha 8th may */


input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: auto;
  height: auto;
  cursor: pointer;
}

input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}


.opt {
  width: 50%;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 10px;
}

.radio-sec .labcoms {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 1%;
  width: 19%;
  height: 48px;
  border: 1px solid #d8dce1;
  margin-top: 10px;
  border-radius: 50px;
}

.radio-sec .labcoms1 {
  margin-right: .5%;
  width: 7%;
}

/* Hide the browser's default radio button */
.radio-sec .labcoms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-sec .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10px 10px;
  line-height: 14px;
  width: 100%;
  color: #444;
  border: 0px solid #d1d1d1;
  font-size: 11px;
  text-align: center;
  background: #ffffff;
  background-size: cover;
  font-weight: 600;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.radio-sec strong { position:absolute; z-index:1; left:0; font-size:13px;  line-height:30px; white-space:nowrap;   font-weight:normal; padding:0 15px 0 15px; width:100%; text-align:center;  }*/
/* On mouse-over, add a grey background color */
.radio-sec .labcoms:hover input~.checkmark {
  /*background:url(../images/seat-blank.png);  color:#fff; background-size: cover; */
}

/* When the radio button is checked, add a blue background */
.radio-sec .labcoms input:checked~.checkmark {
  background: #3b82f6;
  color: #fff;
  background-size: cover;
}

/* When the radio button is checked, add a blue background */
.radio-sec .labcoms input:disabled~.checkmark {
  /*background:url(../images/seat-book.png);  color:#fff; background-size: cover;*/
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-sec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-sec .labcoms input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-sec .labcoms .checkmark:after {
  display: none;
  left: 11px;
  top: 18px;
  width: 5px;
  height: 10px;
  border: 0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-sec .booked input:checked~.checkmark {
  background-color: #f60065;
  border: 1px solid #f60065;
  color: #fff;
}


.radio-sec1 input[type=text],
.radio-sec1 input[type=number],
.radio-sec1 input[type=date] {
  border-radius: 5px;
}

.radio-sec1 .labcoms {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 1%;
  width: 19%;
  height: 48px;
  border: 1px solid #d8dce1;
  margin-top: 10px;
  border-radius: 5px;
}

.radio-sec1 .labcoms1 {
  margin-right: .5%;
  width: 7%;
}

/* Hide the browser's default radio button */
.radio-sec1 .labcoms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-sec1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  padding: 0 0px;
  line-height: 46px;
  width: 100%;
  color: #444;
  border: 0px solid #d1d1d1;
  font-size: 11px;
  text-align: center;
  background: #ffffff;
  background-size: cover;
  font-weight: 600;
  border-radius: 5px;
}

/*.radio-sec strong { position:absolute; z-index:1; left:0; font-size:13px;  line-height:30px; white-space:nowrap;   font-weight:normal; padding:0 15px 0 15px; width:100%; text-align:center;  }*/
/* On mouse-over, add a grey background color */
.radio-sec1 .labcoms:hover input~.checkmark {
  /*background:url(../images/seat-blank.png);  color:#fff; background-size: cover; */
}

/* When the radio button is checked, add a blue background */
.radio-sec1 .labcoms input:checked~.checkmark {
  background: #3b82f6;
  color: #fff;
  background-size: cover;
}

/* When the radio button is checked, add a blue background */
.radio-sec1 .labcoms input:disabled~.checkmark {
  /*background:url(../images/seat-book.png);  color:#fff; background-size: cover;*/
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-sec1 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-sec1 .labcoms input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-sec1 .labcoms .checkmark:after {
  display: none;
  left: 11px;
  top: 18px;
  width: 5px;
  height: 10px;
  border: 0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-sec1 .booked input:checked~.checkmark {
  background-color: #f60065;
  border: 1px solid #f60065;
  color: #fff;
}



.radio-sec2 input[type=text],
.radio-sec2 input[type=number],
.radio-sec2 input[type=date] {
  border-radius: 5px;
  background: no-repeat;
  border: 1px solid #000;
}

.radio-sec2 .labcoms {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 1%;
  width: 19%;
  height: 48px;
  border: 1px solid #000;
  margin-top: 10px;
  border-radius: 5px;
}

.radio-sec2 .labcoms1 {
  margin-right: .5%;
  width: 7%;
}

/* Hide the browser's default radio button */
.radio-sec2 .labcoms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-sec2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  padding: 0 0px;
  line-height: 46px;
  width: 100%;
  color: #444;
  border: 0px solid #d1d1d1;
  font-size: 13px;
  text-align: center;
  background: none;
  background-size: cover;
  font-weight: 600;
  border-radius: 5px;
}

/*.radio-sec strong { position:absolute; z-index:1; left:0; font-size:13px;  line-height:30px; white-space:nowrap;   font-weight:normal; padding:0 15px 0 15px; width:100%; text-align:center;  }*/
/* On mouse-over, add a grey background color */
.radio-sec2 .labcoms:hover input~.checkmark {
  /*background:url(../images/seat-blank.png);  color:#fff; background-size: cover; */
}

/* When the radio button is checked, add a blue background */
.radio-sec2 .labcoms input:checked~.checkmark {
  background: #000;
  color: #fff;
  background-size: cover;
}

/* When the radio button is checked, add a blue background */
.radio-sec2 .labcoms input:disabled~.checkmark {
  /*background:url(../images/seat-book.png);  color:#fff; background-size: cover;*/
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-sec2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-sec2 .labcoms input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-sec2 .labcoms .checkmark:after {
  display: none;
  left: 11px;
  top: 18px;
  width: 5px;
  height: 10px;
  border: 0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-sec2 .booked input:checked~.checkmark {
  background-color: #f60065;
  border: 1px solid #f60065;
  color: #fff;
}



.radio-sec3 input[type=text],
.radio-sec3 input[type=number],
.radio-sec3 input[type=date] {
  border-radius: 0px;
  BACKGROUND: none;
  border: 2px solid #fff;
  color: #fff;
}

.radio-sec3 .labcoms {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 0%;
  width: 100%;
  height: 50px;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius: 0px;
}

.radio-sec3 .labcoms1 {
  margin-right: .5%;
  width: 7%;
}

/* Hide the browser's default radio button */
.radio-sec3 .labcoms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-sec3 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  padding: 0 20px;
  line-height: 46px;
  width: 100%;
  color: #fff;
  border: 0px solid #fff;
  font-size: 12px;
  text-align: left;
  background: none;
  background-size: cover;
  font-weight: 600;
  border-radius: 0px;
}

/*.radio-sec strong { position:absolute; z-index:1; left:0; font-size:13px;  line-height:30px; white-space:nowrap;   font-weight:normal; padding:0 15px 0 15px; width:100%; text-align:center;  }*/

.radio-sec3 .labcoms1 .checkmark {
  text-align: center !important;
}

/* On mouse-over, add a grey background color */
.radio-sec3 .labcoms:hover input~.checkmark {
  /*background:url(../images/seat-blank.png);  color:#fff; background-size: cover; */
}

/* When the radio button is checked, add a blue background */
.radio-sec3 .labcoms input:checked~.checkmark {
  background: #fff;
  color: #000;
  background-size: cover;
}

/* When the radio button is checked, add a blue background */
.radio-sec3 .labcoms input:disabled~.checkmark {
  /*background:url(../images/seat-book.png);  color:#fff; background-size: cover;*/
}





/* Create the checkmark/indicator (hidden when not checked) */
.radio-sec3 .labcoms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-sec3 .labcoms input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-sec3 .labcoms .checkmark:after {
  right: 17px;
  top: 13px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-sec3 .labcoms1 .checkmark:after {
  display: none !important;
  right: 17px;
  top: 13px;
  width: 8px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.radio-sec3 .booked input:checked~.checkmark {
  background-color: #f60065;
  border: 1px solid #f60065;
  color: #fff;
}



.headersurvay {
  background: #dde5ff;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
}

.headersurvay:before {
  content: "";
  background-image: url(../images/bannerweb.svg);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}

.headersurvay h4 {
  font-weight: 700;
  color: #000;
  text-align: left;
}

.headersurvay p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: left;
}

.headersurvay a {
  display: inline-block;
  margin: 20px 0 0 0;
}


.headersurvay svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -1px;
}

.headersurvay .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  color: #fff;
  transform: rotateY(0deg);
}

.headersurvay .elementor-shape-fill1 {
  fill: #E8F0F8;
  transform-origin: center;
  color: #fff;
  transform: rotateY(0deg);
}


.icons-mvi {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  border: 7px solid #fff;
}

.icons-mvi:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: #357EC71C;
  z-index: 0;
  border-radius: 20px;
  transform: rotate(45deg);
}

.icons-mvi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.foundationspap1 {
  background: #357EC7;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.foundationspap1:before {
  content: "";
  background-image: url(../images/bannerweb.svg);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}

.foundationspap1 ul {
  list-style: none;
  padding: 0px 0 0;
  margin: 0;
  text-align: center;
}

.foundationspap1 ul li {
  width: 22%;
  display: inline-block;
  margin: 0 2%;
  display: inline-block;
}

.foundationspap1 ul li .images {
  width: 120px;
  height: 120px;
  background: #fff;
  line-height: 120px;
  border-radius: 100px;
  margin: 0 auto 40px
}

.foundationspap1 ul li .images img {
  width: 50%;
  transition: transform .8s
}

.foundationspap1 ul li .images img:hover {
  transform: scale(1.5)
}

.foundationspap1 ul li strong {}


.snapshot {
  padding: 0px 0 20px 0;
}

.stat {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.10);
  padding: 10px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  margin: 0 10px;
}

.stat .icon {
  width: 100%;
  height: 18 0px;
  display: block;
  margin: 0px;
  border-radius: 100px;
}

.stat .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px auto;
  line-height: 100px;
  border-radius: 18px
}

.stat strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #297aca;
  display: block;
  padding: 10px 0 0 0;
}

.stat span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  display: block;
  padding: 0 0 10px 0;
}

.stat strong .counter-value {
  display: inline-block;
}



@media (max-width:767px) {

  .foundationspap1 ul li {
    width: 90%;
    margin: 10px 0;
  }

  .radio-sec .labcoms {
    width: 48%;
    margin-right: 2%;
  }

  .radio-sec .labcoms1 {
    margin-right: .5%;
    width: 21%;
  }
}

/* 15may disclaimer css */

@keyframes gradient-x {

  0%,
  100% {
    background-position: left center;
  }

  50% {
    background-position: right center;
  }
}

.animate-gradient {
  background-size: 200% 200%;
  animation: gradient-x 5s ease infinite;
}

.matrix-section {
  margin-bottom: 20px;
}

.matrix-section-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.matrix-option-input {
  display: flex;
  align-items: center;
  gap: 6px;
}

.matrix-option-input input {
  width: 50%;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 10px;
}

.likert-section {
  margin-bottom: 20px;
}

.likert-section-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.likert-option-input {
  display: flex;
  align-items: center;
  gap: 6px;
}

.likert-option-input input {
  width: 50%;
  padding: 10px 15px;
  border-radius: 18px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 10px;
}

.add-option-btn {
  margin-top: 10px;
  background: #3498db;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}




















@media screen and (max-width: 767px) {
  .mobpadding {
    padding-top: 10px !important;
  }

  .pricedet {
    padding: 10px !important;
  }

  .faq__logo {
    background-position: 0px center, -130px -263px;
    background-size: 100%, 200%;
    height: 270px;
    width: 330px;
    max-width: 320px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    position: relative;
  }

  .faq {
    background-color: #fff;
    border-radius: 25px;
    padding: 0px 25px;
    margin: 0px;
    max-width: unset;
  }

  .faq__logo__holder .visible-lg {
    display: block;
  }
  img.faq__logo__image.hidden-lg
 {
    display: none;
 }
 .mobchoose
{
    padding: 0px !important;
}
.mobileregdes {
    justify-content: normal;
    align-items: unset;
    padding: 20px 10px !important;
    min-height: 100% !important;
}
.q-content .labcoms2
 {
    margin: 3px;
    width: 32px;
    height: 32px;
    width: 32px !important;
    border-width: 2px;
}
}