/* Option 2: Import via CSS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@400;600&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
:root {
	--bs-primary: #2088EF;
	--bs-fade: #EFEFEF;
	--bs-lightgrey: #A7A6A6;
	--bs-lightblue: #E7E9F8;
	--bs-dark: #030303;
	--bs-success: #8FDE75;
	--bs-light: #EDE7E7;
  --bs-labelgrey: #676767;
  --bs-greadent:linear-gradient(270deg, #2088EF 50%, rgba(32, 136, 239, 0.00) 117.07%);
}
.bg-light, .bg-fade, .bg-faded {
  background: var(--bs-fade) !important;
}
.text-color {
  color: var(--bs-primary);
}
.link-color, .text-lightgrey{
  color: var(--bs-lightgrey);
}
.border-color{
  border: 1px solid var(--bs-primary);
}
hr {
	background-color: var(--bs-light);
	opacity: 1;
}
html {
	font-size: 14px;
  letter-spacing: 0.02rem;
}
h5, .h5 {
  font-size: 1.15rem;
}
.no-border {
  border: none !important;
}
.top-section {
	margin-top: 50px;
}
section {
	padding: 50px 0;
}
.section-title {
	color: var(--bs-primary);
	font-size: 2.5rem;
  font-weight: 700;
}
.sub-title {
	color: var(--bs-primary);
	font-size: 1.1rem;
	font-weight: 500;
  margin-bottom: 10px;
}
/* Custom File uploader */
.file-drop-area {
  position: relative;
  width: 100%;
  padding: 30px;
  border: 1px dashed var(--bs-dark);
  background: var(--bs-lightblue);
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.choose-file-icon {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: .85rem;
  text-transform: uppercase;
}
.file-message {
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--bs-lightgrey);
  max-width: 165px;
  margin: 0 auto;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.progress-card {
  max-height: 155px;
  overflow-y: auto;
}
.progress-card .position-relative:not(:last-child) {
  margin-bottom: 10px;
}
.progress {
  height: .25rem;
  background: var(--bs-fade);
  width: calc(100% - 25px);
}
.selected-name {
  color: var(--bs-lightgrey);
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress-bar {
  background-color: var(--bs-success);
}
.progress-bar span {
  position: absolute;
  top: 5px;
  right: 25px;
  color: var(--bs-lightgrey);
}
.progress-card a {
  text-decoration: none;
  color: var(--bs-dark);
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 1rem;
}
.space-fields label {
  width: 150px;
  text-align: right;
  font-weight: 600;
}
.space-fields input {
  width: 5.5rem;
  color: var(--bs-light);
  background: var(--bs-dark);
  border: none;
  text-align: center;
  font-size: 1.1rem;
}
.space-fields input::placeholder {
  color: #FFF;
  opacity: 0.5
}

/* Form Elements */
.form-group {
  margin-bottom: 1.5rem;
}
form input {
  padding: 5px 10px;
  border: 1px solid var(--bs-lightgrey);
  box-shadow: none;
  border-radius: .25rem;
}
.photo-change input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.error {
  color: red !important;
  /* background-color: #acf; */
}


.red-star {
  color: red;
}

.fade:not(.show) {
  opacity: 1;
}


.toast:not(.showing):not(.show) {
  opacity: 1;
  margin-top: 0;
  border: none;
  padding: 5px;
}
.toast .btn-close {
  position: absolute;
  right: 15px;
  top: 18px;
  transform: translateY(-50%);
}
.toast-body {
  font-size: 14px;
  color: rgb(0 0 0 / 70%);
  padding-right: 50px;
  font-weight: 500;
}
.toast.bg-danger {
  background: rgb(255 220 223) !important;
}
.toast.bg-success {
  background-color: #caf0de !important;
}
.toast.bg-warning {
  background-color: #f6e7bb !important;
}
.toast.bg-primary {
  background-color: #d0e3ff !important;
}






/* Custom Scrollbar */
::-webkit-scrollbar {
  width: .3em;
}
::-webkit-scrollbar-track {
  background: var(--bs-fade);
}
::-webkit-scrollbar-thumb {
  background-color: var(--bs-lightgrey);
  border-radius: 50px;
}

/* kalpesh */
.btn{
  font-weight: 600;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  /*background-color: var(--bs-primary);
  color: #ffffff;*/
  border-radius: 0.45rem;
}
.btn.btn-sm, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.progress-bar-height{
  height: 1rem;
}
.greadent{
  background: var(--bs-greadent);
}
.preview-image-name p{
  color: var(--bs-lightgrey);
  max-width: calc(100% - 20px);
  /*word-break: break-all;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.active-border{
  border: 1px solid var(--bs-primary);
}
.btn-white{
  background-color: #FFF;
  color: var(--bs-dark);
  border: 1px solid var(--bs-dark);
}
.plan-parents{
  border-radius: 20px;
}
.plan-list li{
  list-style-type: none;
  background-image: url(../images/check.svg);
  text-align: start;
  padding: 5px 10px 5px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 20px;
}
.popular-plan{
  color: #ffffff;
}
.popular-plan .plan-list li {
  background-image: url(../images/check-white.svg);
}
.plan-1, .plan-3{
  transform: scale(0.9);
}
.indi_action {
  background: rgb(0 0 0 / 80%);
  display: none;
  transition: all ease-in 0.2s;
}
.card-body:hover .indi_action {
  display: block;
}
.subscription-plan .plan-list li{
  background-image: url(../images/check-gray.svg);
}
.subscription-premium-plan{
  background-color: #EEF2F7;
  border: 1px solid #2088EF;
}
.premium-plan-checkmark-icon{
  color: #47E857;
  right: 30px;
  top: 30px;
}
/* tabs */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-dark);
  background-color: #f8f9fa;
  font-weight: 600;
  border-bottom: 3px solid var(--bs-primary);
}
.profile-tabbar{
  color: var(--bs-lightgrey);
  font-size: 1.1rem;
 }
/* tabs end */
/* .profile-details h5{
  background: var(--bs-fade);
  padding: 10px;
} */
.step {
  display: none;
}
.history-tabel {
  border-collapse: unset;
  width: 100%;
}

.history-tabel th {
  font-weight: 500;
  text-align: left;
  padding: 25px 15px;
  color: var(--bs-lightgrey);
}
.history-tabel td {
  padding: 12px 15px;
  font-weight: 500;
  border: 0;
}
.history-tabel tr:nth-child(even) {
  background: rgba(32, 136, 239, 0.05);
}
/* end */

.btn-labeled{
  background-color: var(--bs-fade);
  color: var(--bs-dark);
  font-size: 0.9rem;
}
.btn-label {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  padding: 0px 15px;
  font-size: 1.6rem;
  color: var(--bs-dark);
}
.border-heading h6{
  position: relative;
  color: var(--bs-lightgrey);
}
.border-heading h6::before,
.border-heading h6::after {
  display: inline-block;
  content: "";
  border-top: 1px solid var(--bs-lightgrey);
  min-width: 100px;
  margin: 0px 20px;
  transform: translateY(-5px);
}
.input-design label{
  color: var(--bs-dark);
  font-size: 1rem;
  font-weight: 500;
}
.input-design input{
  background-color: var(--bs-fade);
}
.tab-pane .input-design input {
  background: #ddd;
}
label.error {
  font-weight: 400;
  font-size: 1rem;
}

/* landing-page */
.landing-text{
  max-width: 565px;
}
.landing-text h1{
  font-size: 3.9rem;
}
.landing-text p{
  font-size: 1.2rem;
  color: var(--bs-lightgrey);
}
.parents-blue-box{
  min-height: 270px;
}
.white-box-section{
  position: relative;
  top: 60px;
  box-shadow: 0px 4px 48px -3px rgba(139, 139, 139, 0.20);
}
.hr-width{
  max-width: 100px;
}
.yearly-plan{
  background: rgba(237, 246, 255, 0.50);
  box-shadow: 1px 22px 33px -16px rgba(79, 79, 79, 0.20);
}
.monthly-lifetime-plan{
  background: rgba(246, 246, 246, 0.50);
  box-shadow: 1px 22px 33px -16px rgba(79, 79, 79, 0.20);
} 
.testimonial-user {
  max-width: 100px;
}
.slick-prev:before, .slick-next:before {
  color: #2088ef;
}
.ul-footer {
  list-style-type: none;
}
.ul-footer li a {
  color: var(--bs-lightgrey);
}
.footer-content {
  color: var(--bs-lightgrey);
  max-width: 90%;
}
.footer-logo {
  height: 100%;
  max-height: 64px;
}
.z-1030 {
  z-index: 1030;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 1rem !important;
}
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable th, table.dataTable td {
  border: 1px solid var(--bs-lightgrey) !important;
  padding: 8px !important;
}
table.dataTable th {
  background-color: var(--bs-fade);
}
.plans-offer {
  font-size: 1.2rem;
  color: var(--bs-labelgrey);
}
.plans-offer > div {
  border-left: 4px solid var(--bs-dark);
  padding-left: 10px;
}
.plans-offer span {
  font-weight: 600;
  color: var(--bs-dark);
}


@media only screen and (max-width:768px) {
  .plan-1, .plan-3{
    transform: none;
  }
  .slick-prev {
    left: 0px;
    z-index: 2;
  }
  .slick-next {
    right: 0px;
    z-index: 2;
  }
}
@media only screen and (max-width:425px) {
  .scroll-table{
    overflow: scroll;
  }
  .border-heading h6::before, .border-heading h6::after {
    min-width: 30px;
  }
}


.loader {
  background: #ccc;
  width: 300px;
  height: 5px;
  border-radius: 10px;
  position: relative;
}

.loader .blue-line {
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 5px;
  animation: line-bounce 1.6s infinite;
}

@keyframes line-bounce {
  
  50% {
    left: 250px;
  }
  
}


/* Landing Page CSS */
.mt-section{
  margin-top: 100px;
}
.hero-greadent{
  background: linear-gradient(to bottom, #096FD2 0%, #2088EF 100%);
  height: 100vh;
}
.fixed-height{
  height: 100vh;
}
.img-animation{
  height: 90%;
  width: 100%;
  margin: 0 auto;
  margin: auto;
}
.move-hero-img{
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.move-hero-img img:nth-child(1){
  position: relative;
  max-width: 305px;
  top: -50px;
}
.move-hero-img img:nth-child(2){
  top: 335px;
  position: absolute;
  left: 110px;
  max-width: 415px;
}
.move-hero-img img:nth-child(3){
  position: absolute;
  top: 235px;
  left: 325px;
}
.move-hero-img img:nth-child(4){
  position: absolute;
  bottom: 180px;
  left: 30px;
}

.hero-content{
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero-content h1{
  color: var(--bs-white);
  font-weight: 700;
  font-size: 4rem;
  max-width: 452px;
  margin-bottom: 25px;
}
.hero-content p{
  color: var(--bs-white);
  max-width: 515px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.hero-content p span {
  color: #0c0c0c;
  font-weight: 600;
  display: block;
}
.white-btn{
  background-color: var(--bs-white);
  color: var(--bs-dark);
  padding: 16px 40px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 65px;
  transition: 0.5s;
}
.white-btn:hover{
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.black-btn{
  color: var(--bs-white);
  background-color: var(--bs-dark);
  transition: 0.5s;
}
.black-btn:hover{
  background-color: var(--bs-white);
  color: var(--bs-dark);
}
.blue-btn{
  color: var(--bs-white);
  background-color: var(--bs-primary);
  transition: 0.5s;
}
.used-data-main{
  display: flex;
  align-items: center;
}
.services-main{
  border: 1px solid var(--bs-lightblue);
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
}
.bg-blue{
  background-image: url(../img/bg-blue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 40%;
  padding: 70px 10px;
}
.try-content-text h2{
  max-width: 585px;
  margin: auto;

}
.box-one{
  background-color: #F5F8FD;
  border: 1px solid var(--bs-lightblue);
  border-radius: 15px;
  height: 100%;
}
.box-one h5 {
  font-size: 1.5rem;
}

/* Hover, active & focus Thumb: Firfox */
.slider-content-data label{
  color: var(--bs-labelgrey);
}

/* searchbar */

.input-box {
  position: relative;
  height: 60px;
  max-width: 600px;
  width: 100%;
  background: #fff;
  margin: auto;
  border-radius: 90px;
  border: 1px solid var(--bs-gray);
}
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 20px;
  background-color: transparent;
}
.input-box .button {
  right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 65px;
  background-color: var(--bs-primary);
  cursor: pointer;
  transition: 0.5s;
}
.input-box .button:hover{
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

footer{
  background-color:#212121;
  padding: 55px 0px 10px;
}
.social-media a{
  text-decoration: none;
  margin-right: 10px;
}
.footer-link{
  list-style-type: none;
  padding: 0;
}
.footer-link li{
  padding-bottom: 15px;
}
.footer-link li a{
  text-decoration: none;
  color: var(--bs-white);
}
.copy-right-footer{
  background-color: #333333;
}
/* End Landing Page CSS */

/* thank-you-page */
.details-box{
  border-radius: 20px;
}
.black-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.transation-id{
  font-size: 1.2rem;
  font-weight: 500;
}
.black-heading img{
  max-width: 25px;
}
.details-transation label{
  color: var(--bs-labelgrey);
  font-size: 1.2rem;
}
.details-transation h5{
  color: var(--bs-dark);
  font-weight: 500;
}
.discount-badge{
  font-size: 1rem;
  font-weight: 500;
  background-color: #EBF8EC;
  border-radius: 3px;
  display: table;
}
.start-framing-img{
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.4s;
}
.start-framing-img:hover{
    background-color: var(--bs-white);
    color: var(--bs-primary);
}
/* end thank-you-page */
