/*
Theme Name: Kitaboo
Author: FRD Studio
Author URI: http://www.frdstudio.com
Description: Welcome to the cutting edge of education – KITABOO, a trailblazer in digital textbooks and educational software since 2009.
Version: 1.0
*/


html {
  font-size: 16px;
}
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --primary: 5, 7, 195;
  --secondary: 14, 116, 73;
  --third: 245, 245, 247;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    src: local('Lato'), url('../woff/lato-regular.woff') format('woff');
    font-display: swap;
    }
    
    

    @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato'), url('../woff/lato-light.woff') format('woff');
    font-display: swap;
    }
   

    @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato'), url('../woff/lato-bold.woff') format('woff');
    font-display: swap;
    }
    


    @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato'), url('../woff/lato-black.woff') format('woff');
    font-display: swap;
    }
img{
	height:auto;
}
h1,
.h1 {
  font-size: 3.75rem;
}
h2,
.h2 {
  font-size: 2.25rem;
	line-height:140%;
}
h3,
.h3 {
  font-size: 1.375rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
a {
/*   color: rgb(var(--primary)); */
	color:#1b1dfa;
  text-decoration: none;
	display:inline-block;
  transition: color 0.3s ease;
}
a:hover {
/*   color: rgb(var(--primary)); */
	color:#0507c3;
}
a.font-white:hover {
  color: rgb(var(--white));
}

body {
  line-height: 140%;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}
p {
  color: #4e4e6f;
	
}

b,
strong {
  font-weight: 700;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-900 {
	font-weight:900;
}
.text-65 {
  font-size: 4.063rem;
  line-height:140%;
}
.text-60 {
  font-size: 3.75rem;
	line-height:120%;
}
.text-20 {
  font-size: 1.25rem;
  line-height:140%;
}
.text-30 {
  font-size: 1.875rem;
	line-height:140%;
}
.text-50 {
  font-size: 3.125rem;
	line-height:120%;
}
.text-48 {
  font-size: 3rem;
	line-height:140%;
}

.text-44 {
  font-size: 2.5rem;
	line-height:140%;
}
.font-44{
  font-size:2.75
line-height:140%
}


.text-24 {
  font-size: 1.5rem;
  line-height:140%;
}
.text-18 {
  font-size: 1.125rem;
  line-height:140%;
}
.color-text {
  color: #4e4e6f !important;
}
.link-color {
  color: #0507c3 !important;
}
.line-height-32 {
  line-height: 32px;
}

.big-text{
	font-size:1.3rem;
	line-height:140%;
}


.bg-primary {
  background-color: rgb(var(--primary)) !important;
}
.bg-secondary {
  background: rgb(var(--secondary));
}
.bg-third {
  background-color: rgb(var(--third));
}
.bg-white {
  background-color: rgb(var(--white));
}
.btn-primary {
  background: rgb(var(--primary));
  color: rgb(var(--white));
  white-space: nowrap;
  border: 0;
font-size:.875rem;
  border-radius: 5px;
}
.btn-primary:hover {
  background: #1b1dfa;
  color: rgb(var(--white));
  transition: 0.3s;
}

.meta-text{
	font-size:.75rem;
	opacity:.8;
}

.copyright[data-wpr-lazyrender]{
	content-visibility: visible !important;
}

.btn-secondary {
  background-color: rgb(var(--white));
  color: rgb(var(--secondary));
  white-space: nowrap;
	font-size:.875rem;
  border: 1px #0e7449 solid;
  transition: 0.3s;
  border-radius: 5px;
}
.btn-secondary:hover {
  background: rgb(var(--secondary));
  color: rgb(var(--white));
  transition: 0.3s;
}

.big-cta{
	font-size:1.125rem;
	padding:12px 20px;
}

.header {
  position: sticky;
  background: rgb(var(--white));
  z-index: 105;
  top: 0;
}
.search-header {
  border: 0;
  background: none;
}

.copyright a{
	display:inline-block;
}
.livedemo a {
  color: #ad2897 !important;
  font-weight: bold;
  font-size: 1rem !important;
}
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.request_demo
  > a.mega-menu-link {
  padding: 15px 20px 10px;
  border-radius: 5px;
  background: #0507c3 !important;
  color: #ffffff !important;
  display: block;
  border: 0px !important;
  transition: 0.3s;
  height:48px;
  line-height: normal;
}

/* #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child{
	margin-right:0 !important;
} */
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.request_demo
  > a.mega-menu-link:hover {
  background: #1b1dfa !important;
  border-top: 0 !important;
  color: #ffffff !important;
}

#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu{
	position:static;
}
.solution_kai img {
  margin-top: -15px;
}
.service_menu_content p {
    color: #555181;
    line-height: 16px;
    font-size: 14px;
}
.btn-primary-outline {
  color: rgb(var(--primary));
  border: 1px solid rgb(var(--primary));
}
span.btn-primary-outline {
  font-size: 0.87rem;
  padding: 0.2rem 1rem;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
  color: rgb(var(--white));
  border: 1px solid rgb(var(--primary));
  background: rgb(var(--primary));
}

img.aligncenter{
	display:block;
	margin:auto;
}

.sharecosila{
	font-size:30px;
	background:#eeeeee;
	border-radius:10px;
}

.sharecosila ul{
	list-style:none;
}

.sharecosila li{
	margin:0 10px;
}
.hero-content{
	min-height:500px;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
padding-bottom:50px;
}
.hero-content h1, .hero-content .h1 {
  font-weight: 700;
  font-size:3.2rem;
/*   margin: 0px auto; */
}
.hero-content .h2 {
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0px;
}

.hero-content p{
	font-size:1.3rem;
	line-height:140%;
}
.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.text-gradient {
  background: linear-gradient(93deg, #020398 28%, #d400d8 73%, #d400d8 52%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.sub-btn {
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
  padding: 14px 20px 14px 20px;
	margin-top: auto;
}
.sub-btn-primary {
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 400;
}
.quotes {
  display: none;
}
.font-white {
  color: rgb(var(--white));
}
.border-radius {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}
.border {
  border: 1px solid rgba(182, 182, 235, 1) !important;
}
.border-top {
  border-top: 1px solid rgba(182, 182, 235, 1) !important;
}
.border-right {
  border-right: 1px solid rgba(182, 182, 235, 1);
}
.bg-light-blue {
  background-color: rgba(250, 250, 255, 1);
	
}
.box-sec {
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
 height:100%;
	transition:all .3s;
}
.box-sec img{
transition:all .3s;	
}
.box-sec:hover {
  box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.1);
}
.box-sec:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.read-sec {
  background-position: right center;
}
.studio-experience {
  background-position: right center;
}
.carousel-indicators {
  width: 110px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 0px 5px;
  margin: 20px auto;
}
.carousel-indicators .active {
  background-color: #00018a;
}
.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  margin: 0px 3px;
  opacity: 100%;
}
.carousel-indicators [data-bs-target]:hover {
  background-color: #00018a;
}
.search-section .hbspt-form form{
  display: flex;
}

.search-section .wpcf7-form{
	width:100%;
}

.search-section .hbspt-form label{
	display:block;
}

.slick-slide img{
	max-width:100%;
}
.search-section .hbspt-form form div {
  margin: 0;
}
.search-section .hbspt-form form input[type="email"],
.search-section  form input[type="text"],.search-section .wpcf7-form input[type="email"]{
  height: 60px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ffffff;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.search-section .hs-error-msg {
  color: #ffffff;
  opacity: 0.5;
}
.search-section .hbspt-form .hs_email {
  width: 100%;
}
.search-section .hbspt-form .hs-button,.search-section .wpcf7-form input[type="submit"] {
  background: #0507c3;
  border: 1px solid #ffffff;
  border-radius: 0 8px 8px 0;
  text-transform: none;
  white-space: nowrap !important;
  height: 60px;
  font-weight: normal;
  font-size: 18px;
  padding: 17px 25px 20px;
  letter-spacing: 0.5px;
  color: rgb(var(--white));
  margin-top: 0x;
}
#label-email-151c1bc6-8f08-48ef-9735-09847d1920bb {
  display: block;
}
.search-section .hbspt-form .hs-button:hover, .search-section .wpcf7-form input[type="submit"]:hover{
  background: #1b1dfa;
}
.search-section .hbspt-form .hs-button:focus,
.hbspt-form .hs-button:active,.search-section .wpcf7-form input[type="submit"]:focus,.search-section .wpcf7-form input[type="submit"]:active {
  background: #0002a7;
}
.hbspt-form, .wpcf7-form {
  position: relative;
}

.search-section .wpcf7-form p{
	margin:0;
}

.search-section .wpcf7-spinner{
	position:absolute;
	right:0;
}
.search-section .wpcf7-response-output{
	display:none !important;
}
.search-section .hs-error-msg,.search-section .wpcf7-not-valid-tip {
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: -42px;
  left: 0;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.search_box_section .hs-error-msg,.search-section  .wpcf7-not-valid-tip {
  color: #ffffff;
}
/*slick-slider*/
.slick-slider .element {
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.form-control {
  border-radius: 2px 0px 0px 2px;
}
/* Footer Css */
footer {
  color: #4e4e6f;
	background:#F6F6FC;
	border-top:1px solid #D8D8D8;
}
footer h3 {
  color:#1214C6;
  font-size: 1.25rem;
  font-weight: 600;
}

.top_f_heading{
	border-bottom:1px solid #D8D8D8;

}
.foot_menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.foot_menu li {
  list-style: none;
}
.foot_menu li a {
  position: relative;
  display: block;
  padding: 5px 0 5px;
  color: #333333;
	transition:all .3s;
}

.foot_menu li a:hover{
	color:#1214C6;
}
.copyright {
  border-top: 1px solid #a6a6b7;
  font-size: 0.875rem;
}

.footer_social{
    width: 500px;
    max-width: 100%;
    padding: 10px 10px 30px !important;
    background: #F6F6FC;
    margin-top: -52px !important;

}
.copyright ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.copyright ul a {
  display: block;
  color: #49497c;
  padding: 5px 10px;
  font-size: 1.25rem;
}

.downloadlist{
	flex-wrap:wrap;
	    max-width: 330px;
	min-width: 320px;
}
.downloadlist img{
	border-radius:5px;
}

/* Pricing Table Css*/
.table-responsive {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  margin: auto;
}
.table-responsive table {
  border-spacing: 0;
  color: #1d1d1f;
  min-width: 500px;
  width: 100%;
}
.table-responsive th {
  font-size: 25px;
  padding: 50px 15px;
  font-weight: 400;
}
.table-responsive td {
  padding: 15px;
}
.table-responsive .ndtd {
  background-color: #f8f8ff;
  text-align: center;
  vertical-align: middle;
}
.table-responsive .nth {
  background-color: #f8f8ff;
  text-align: center;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.table-responsive .bordetp {
  border-top: 1px solid #dadaef;
}
.table-responsive .eth {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-responsive .sdfg {
  font-size: 22px;
  font-weight: 500;
}
.table-responsive p {
  padding-left: 54px;
}
.table-responsive .tdicon {
  vertical-align: middle;
  padding-right: 10px;
}
.table-responsive .onesec {
  padding-right: 20px;
}
.table-responsive {
  overflow: auto;
}
.full-cta {
  width: 100%;
}
.bor_row {
  border-left: 2px solid #d1d1f3;
}
.bor_top {
  border-radius: 20px 20px 0px 0px;
}
#bor_bot {
  border-radius: 0px 0px 20px 20px;
}
.bor_row {
  padding: 0px 60px !important;
}
.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  opacity: 0.3;
  transition: all 0.3s;
  padding: 10px 17px;
	transition:all .3s;
  background: rgba(var(--primary), 0.8);
  color: rgb(var(--white));
 z-index:1;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
	
}
.slick-arrow {
  opacity: 0.8;
}
.carousel-item {
  background-color: #ffffff;
}
/* k-12-page */
.white-color {
  color: rgb(var(--white));
}
.borderimg img {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.back {
  background-color: #f1f1ff;
  border-radius: 10px;
}
.back ul li {
  list-style: disc;
  display: list-item;
}
.k-12-form {
  background: #fff;
  padding: 30px;
  white-space: normal;
  border-radius: 15px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
}
.k-12-form .hs-form .hs-input {
  margin-bottom: 0;
  border-radius: 10px;
  height: auto;
  color: #000;
  font-size: 16px;
  padding: 14px 15px;
}
.k-12-form .hs-form .hs-input {
  margin-bottom: 0;
  border-radius: 10px;
  height: auto;
  color: #000;
  font-size: 16px;
  padding: 14px 15px;
  width: 100%;
  border: 1px solid #000000;
}
.k-12-form .hbspt-form form input[type="email"],
.k-12-form  .hbspt-form form input[type="text"] {
  height: 60px;
  border-radius: 8px;
  border: 1px solid #000000;
  width: 100%;
  margin: 0;
}
.k-12-form .legal-consent-container {
  font-size: 14px;
  color: #000;
}
.k-12-form .hs-form .hs-form-field label {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #454545;
  font-size: 14px;
  z-index: 2;
  padding: 3px 3px 0;
}
.k-12-form .hs-richtext {
  margin-bottom: 30px;
}
.k-12-form .hs-form .hs-form-field {
  margin: 15px 0;
  position: relative;
}
.k-12-form .hbspt-form .hs-button {
  background: #00018a;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  text-transform: none;
  white-space: nowrap !important;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  padding: 17px 25px 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.k-12-form .hbspt-form .hs-button:hover {
  background: #1b1dfa;
  border-top: 0;
  color: #fff;
}
.k-12-form .hbspt-form .hs-button {
  background: #0507c3;
  width: 100%;
  border-radius: 6px;
  display: block;
  padding: 15px;
}
.k-12-form .hs-form .hs-input.error {
  border: 1px solid #a94442;
}

.no-list.hs-error-msgs.inputs-list{
	list-style:none;
}
.no-list.hs-error-msgs.inputs-list li{
	list-style:none;
}
.k-12-form .no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
.k-12-form .hs-form .hs-form-field .hs-error-msgs li label {
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
  color: #f55!important;
  margin-top:0px
}

.blog-box-border {
  border-radius: 10px 10px 10px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: rgb(var(--white));
  height: 100%;
  border: 1px #4052c5 solid;
}
.blog-box-border img {
  border-radius: 10px 10px 0px 0px;
}





.author-img img {
  border-radius: 50px;
  width: 12%;
  padding: 0px 0px;
  margin: 10px 12px 10px 25px;
}
.author p {
  color: rgb(var(--black));
  font-size: 0.875rem;
  line-height: 140%;
}
.author span {
  color: rgb(126 126 126);
  font-size: 0.75rem;
}
/* table */
.table-responsive {
  width: 100%;
  background: #ffffff;
  padding: 50px;
  border-radius: 40px;
  overflow: auto;
}
.pricing-table tr th,
.pricing-table tr td {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  color: #4e4e6f;
}
.pricing-table tr td,
.pricing-table tr th {
  border-bottom: 1px solid #ebebec;
  font-family: Lato, sans-serif;
}
.pricing-table table {
  border: 1px solid #ebebec;
  border-collapse: collapse;
}
.pricing-table tr th {
  font-size: 25px;
  padding: 50px 15px;
  font-weight: 500;
  color: #1d1d1f;
  font-weight: 400;
}
.pricing-table tr th:first-child,
.pricing-table tr td:first-child {
  text-align: left;
}
.pricing-table tr .text-left {
  text-align: left;
  color: #1d1d1f;
  line-height: 150%;
}
.pricing-table tr th:first-child {
  width: 44%;
}
.pricing-table tr th:nth-of-type(2),
.pricing-table tr th:nth-of-type(3),
.pricing-table tr td:nth-of-type(2),
.pricing-table tr td:nth-of-type(3) {
  width: 28%;
}
.pricing-table tr th:nth-of-type(2),
.pricing-table tr td:nth-of-type(2) {
  border-left: 1px solid #ebebec;
  border-right: 1px solid #ebebec;
}
.accordion {
  min-width: 600px;
}
.pricing-table .accordion {
  min-width: 100%;
}
.accordian-button {
  width: 100%;
  text-align: left;
  background: #fafaff;
  border: 0;
  font-size: 24px;
  display: flex;
  padding: 20px;
  font-family: Lato, sans-serif;
  align-items: center;
  border-left: 1px solid #ebebec;
  border-right: 1px solid #ebebec;
  cursor: pointer;
}
.accordian-button:hover {
  background: #f2f2fd;
}
.accordian-button:after {
  font-family: "FontAwesome";
  content: "\f107";
  transition: all 0.2s;
  transform-origin: center center;
  margin-left: auto;
  line-height: normal;
}
.accordian-button.open:after {
  transform: rotate(180deg);
}
.pricing-table svg {
  vertical-align: middle;
  margin-right: 10px;
}
.accordian-content {
  display: none;
}
.accordian-content.open {
  display: block;
}
.pricing-table tr td.pl_s {
  padding-left: 60px;
}
.tableno {
  background: #fee;
}

@media(max-width:1400px){
	.service_menu_list.py-5.pe-md-5.pe-0{
		padding:1rem !important;
	}
	
	.service_menu_list .pt-5{
		padding-top:1rem !important;

	}
	.webinar_weekly .text-48{
		font-size: 2rem;
    line-height:normal;
	}
	.event-time .text-20{
		font-size: 1rem;
	}
	
}
@media (max-width: 600px) {
	.guide_sec .seconnd_p br {
		display:none;
	}

    .page-child .k-12{
        min-height:100vh;
    }

	.post-content h3{
		        margin-right: 27px;
	}
	
	.search-section .wpcf7-spinner{
		bottom: -25px;
	}
  .table-responsive {
    padding: 20px 20px 20px 20px;
  }
  .accordian-button {
    font-size: 18px;
    padding: 15px;
  }
  .pricing-table tr th,
  .pricing-table tr td {
    font-size: 14px;
  }
  .pricing-table svg {
    width: 20px;
  }
}
.reverse_sec .banner_heading {
  flex-direction: column-reverse;
  display: flex;
}
.reverse_sec .banner_heading h1 {
  font-size: 2.5rem;
}

.search-section .hbspt-form label{
	display:block;
	margin-top: 2px;
}
.reverse_sec .banner_heading div {
  font-size: 1rem;
}
.full-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.convert_page_strip h3 p {
  color: #0507c3;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0507c3;
  box-shadow: none;
}
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230507C3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");

  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.border-box {
  border: 2px solid #ffffff;
  border-radius: 8px;
}
h2.download-btn {
  background: #ffffff;
  color: #ffffff;
  background: #fe5252;
  font-size: 15px;
  font-weight: 900;
  padding: 21px 20px 20px 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  min-width: 180px;
  float: right;
  text-align: center;
  margin: 0px 42px 0px 5px;
  border-radius: 10px;
}
.download-icon i {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #ffffffff;
}
.benfit-box i {
  font-size: 50px;
  color: #0507c3;
}
.benfit-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  height: 270px;
}
.strp-box {
  display: flex;
  justify-content: center;
}
.strp-box img {
      width: 25%;
    padding: 15px 30px;
}
.crumbs a,
.crumbs span,
.crumbs i,.breadcrumb a,.breadcrumb li{
  color: #095e8e;
  font-size: 0.875rem;
}

.dark .crumbs a,
.dark .crumbs span,
.dark .crumbs i{
  color: #ffffff;
}
.page_title_ctn {
  border-bottom: 1px solid #ecf0f1;
}

.page_title_ctn h1{
	font-weight:bold;
}

.pro-videos iframe{
	width:100%;
	height:auto;
	aspect-ratio:16 / 9;
}
.color-black {
  color: rgb(var(--black));
}
.text-italic {
  font-style: italic;
}
.blog-box-image a img {
  border-radius: 10px 10px 0px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-box-text {
border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: rgb(var(--white));
    margin-top: -36px;
    width: calc(100% - 2rem);
    position: relative;
	    flex-grow: 1;
}
.blog-box-inner img {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box-card{
	    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.service_menu_list a:hover img {
  transform: scale(1.1);
}

.service_menu_list * {
  transition: all 0.3s ease-in-out;
}

.hs_error_rollup{
	display:none !important;
}
.service_menu_list a:hover h4,
.service_menu_list a:hover p {
  color: rgb(var(--primary)) !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
	vertical-align:middle;
}

.mypagination ul{
	margin:0;
	padding:0;
	list-style:none;
}

.mypagination ul li{
	padding:0 5px;
}

.mypagination ul a, .mypagination ul span{
	display:block;
	width:35px;
	height:35px;
	border-radius:50px;
	transition:all .3s;
	text-align:center;
	line-height:35px;
}

.mypagination ul a:hover,.mypagination ul .current a{
	background:rgb(var(--primary));
	color:rgb(var(--white));
}

.bloghowtoguide{
	background:#dee7f0;
	padding:30px;
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content:space-between
}

.bloghowtoguide strong{
	font-size:20px;
	font-weight:bold;
}

.bloghowtoguide p{
	margin:0;
}
.btn-danger{
	color: #ffffff;
	border:0;
    background: #f55744;
}

.bloghowtoguide .btn-danger{
	padding:15px 30px;
	font-weight:700;
}

.bloghowtoguide h2{
	font-size:1.5rem;
	font-weight:bold;
}

.bloghowtoguide .btn-primary{
	padding:15px 30px;
	font-weight:700;
	font-size:1rem;
}

.bloghowtoguide .btn-danger i{
	margin-right:5px;
}

.post-content h1{
	    color: #1d1d1f;
    font-weight: 900;
    line-height: 120%;
    font-size: 3rem;
    margin-top: 36px;
}

.post-content h2{
	font-size:1.625rem !important;
	margin-bottom:15px !important;
}

.post-content h3{
	font-size:1.25rem !important;
	margin-bottom:15px !important;
}
.post-info a,.post-info {
    color: #4e4e6f;
	font-size:.8rem;
}

.post-content img{
	max-width:100%;
}

.post-content p{
    line-height:140%;
    font-size: 1.125rem;
    margin-bottom: 1.35rem !important;
	margin-top: 1.35rem !important;
}
.post-content p a {
	display: inline;
}

.post-content ul li{
    margin-bottom: 1.5rem;
	 line-height:140%;
	 color: #4e4e6f;
    font-size: 1.125rem;
}

.speakers {
	font-size:.875rem;
	border-top:1px solid #eeeeee;
}

.img-fluid img{
	width:100%;
}
.speakers img{
	width:100%;
	border-radius:5px;
	margin-bottom:10px;
}

.speakers strong{
	font-weight:bold;
	font-size:1rem;
}

.post-content ul{
		margin: 0 0 15px 20px;
	padding:0;
}

.post-content .vc_row-has-fill{
	margin:3rem 0 !important;
}

.post-content .vc_column-inner{
	padding-top:0 !important;
}

.subscribtionform {
	width:100%;
    display: flex;
    margin: auto;
    position: relative;
    color: #ffffff;
    align-items: center;
    padding: 40px 30px;
    background: #1e44fe;
}

.l_conten {
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}

.subscribtionform:after {
    content: "\f003";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    font-size: 260px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-45deg);
    right: 10px;
	top:0;
    opacity: .1;
}

.subscribtionform form div {
    margin: 0;
}
#author-bio {
    border: 1px solid #eceef0;
    background: #f9fafb;
    color: #4e4e6f;
    box-shadow: 0 0px 0px #ffffff, 0 4px 0 -1px #ffffff, 0 0px 0px 0px #ffffff, 0 0px 0px #ffffff, 0 4px 0 0px #ecf0f1, 0px 0px 0px 0px #ffffff;
}


#author-bio img {
	min-width:100px;
	max-width:100px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#author-info h3 {
    color: #2c3e50;
	font-size:18px;
}
.subscribtionform form input[type=email] {
    border: 0;
    background: #ffffff;
    margin: 0;
    padding: 20px 134px 20px 34px;
    border-radius: 30px;
    font-size: 16px;
    height: auto;
    color: #777777;
	width:100%;
    font-weight: 600;
    line-height: 21px;
}

.subscribtionform form .hs-richtext p{
    font-size: 12px;
	color:#ffffff;
    letter-spacing: normal;
    margin-bottom: -11px;
    margin-top: 10px;
}
.subscribtionform form .hs-richtext a {
	color:#ffffff;
}

.subscribtionform .hs-error-msgs{
	margin:0;
	list-style:none;
	color:#ffffff;display:block;
}

.subscribtionform .hs-form-field .hs-error-msgs label{
	display:block;
	font-size:.75rem;
}

.subscribtionform form input[type=submit] {
    color: #ffffff;
    background: #1e44fe;
    position: absolute;
    right: 6px;
    top: 11px;
    text-transform: none;
    border-radius: 30px;
    padding: 8px 30px;
    font-weight: normal;
    font-size: 16px;
	width:auto;
    transition: all .3s;
}

.subscribtionform  .hs-form-field label{
	display:none;
}

.subscribtionform form div {
    position: static;
}

.subscribtionform p {
    margin: 0 0 5px;
	color:#ffffff;
    letter-spacing: .8px;
    font-size: 14px;
}

.subscribtionform h3 {
    margin: 0;
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 1px;
}

.subs_form {
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}

div.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding:0;
}

/* .commonform{
	background:#ffffff;
	border:1px solid #eeeeee;
} */
	.challanges,.solutions{
		border:1px solid #edb9ff;
	}
	
	.challanges h3,.solutions h3{
		font-size:1.25rem;
		font-weight:600;
		color:#ffffff;
		padding:10px 30px;
		background:#9732cf;
	}
	
	.c_content{
		padding:20px;
		min-height: 265px;
	}
	.c_content ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	.c_content ul li{
		padding-left:50px;
		position:relative;
		padding-bottom:30px;
	}
	
	.c_content ul li:before{
		font-size: 25px;
    color: #d61813;
		position:absolute;
		left:0;
		top:0;
		font-family: 'Fontawesome';
		content: "\f071";
	}
	
	.solutions .c_content ul li:before{
			content: "\f00c";
		color:#81d742;
	}
	.case_stu_lr img{
		max-width:100%;
	}

@media(max-width:1025px){
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background:#333333 !important;
	}
	
	.request_demo{
		padding-left:15px !important;
		padding-right:15px !important;
		padding-top:15px !important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.request_demo  > a.mega-menu-link{
		text-align:center !important;
	}
	
	#mega-menu-main-menu{
		padding-top:15px !important;
		border-top:1px solid #eeeeee !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
		content:"\f106" !important;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu input, #mega-menu-wrap-main-menu #mega-menu-main-menu img{
		display:none;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding:0 !important;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p{
		display:none;
	}
	
	.service_menu_list .py-5{
		padding:0 !important;
	}
	
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
		border-bottom: 1px solid #eeeeee;
        padding: 15px 15px;
        line-height: normal;
        height: auto;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
		margin:0;
		font-size:.875rem;
	}
	
	.service_menu_list.py-4{
		padding:0 !important;
	}
	
	.service_menu_list .mega-block-title{
		padding:10px 15px !important;
	}
	#mega-menu-item-text-3 .mega-block-title{
		padding:10px 15px !important;
		margin:0;
	}
	.service_menu_list a{
		display:block;
		padding:0 !important;
	}
	
	.service_menu_list.py-5 {
		padding:0 !important;
	}
	
	.mega-menu-item  .textwidget .text-center{
		text-align:left !important;
	}
	
	.mega-menu-item .btn-primary-outline{
		display:none;
	}
	
	.mega-sub-menu{
		background:#f8f8f8 !important;
		padding:0 !important;
	}
	#mega-menu-item-text-4 h4{
		padding:15px !important;
	}
	.mega-menu-column.mega-py-5{
		padding:0 !important;
	}
	
	.service_menu_list .service_menu_content{
		padding:0 !important;
		width:100%;
	}
	.service_menu_list.py-5.pe-md-5.pe-0{
		padding:0!important;
	}
	.service_menu_list .pt-5{
		padding-top: 0rem !important;
	}
}

@media(max-width:1032px){
	    .page_card {
        padding:35px !important;
    }
	    .page_card .card_logo {
        width: 60%;
    }
	.play {
        font-size: 1.125rem;
    }

	.dollor_icon .text-30 {
        font-size: 1.3rem !important;
		margin: 0;
	}
	.dollor_icon svg{
		width:20px;
	}
	.dollor_icon{
		top: -50px!important;
	}
	#searchtop {
		display: none;}
	

}

@media only screen and (max-width: 1680px) {
	.batch_text{
		min-height:200px;
	}
	.batch_content{
		min-height: 200px;
	}

}


@media only screen and (min-width: 1024px) and (max-width: 1399px)  {
	#search-form{
		    min-width: 280px;
	}
		
	header.header .container{
		max-width:100%;
	}
	
	span.search_button_icon:after {
		font-size: 20px;
	}
	.carousel-item {
		max-height: 761px;
	}
	
	#search-form {
		right: 59px;
	}


	.page_card {
		padding: 57px 25px 25px 40px;
	}
	
#popup_text_slider .left_popup .carousel-item {
	min-height: 100px;
	}
	.unlock_txt {
    font-size: 24px;
    padding: 0px;
}
	
	.final_submit b{
		font-size:1.625rem;
	}
	.final_submit p{
		font-size:18px;
	}
	    .page_card .card_logo {
        width: 100%;
    }
	.voucher_popup .modal-dialog {
    max-width: 550px;
}
	    .vouchbuttons .text-30 {
			font-size: 1rem;
	}
	.vouchertext {
     margin-top: 0px;
	}
	#signupModal .modal-dialog {
		max-width: 700px;}
	
	.heading_cls{
		line-height:42px!important;
		padding-top:10px;
	}
	
	.our_Award .col-lg-2 {
		width: 33.3%;
	}
	
}


@media only screen and (min-width: 1024px) and (max-width: 1032px)  {
	
   #popup_text_slider .carousel-control-prev{
		display:none;
	}
	.left_popup .carousel-control-next {
		display:none;
	}
}

@media (min-width:1200px) and (max-width:1400px) {
	.crumbs ol li{
		font-size:14px;
	}
	
}
@media (min-width:1024px) and (max-width:1200px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        margin: 0 9px 0 0;
    }
	
}


@media(max-width:768px){
	body,.text-18,.big-text{
		font-size:.875rem;
		line-height:140%;
	}
	.custom-hr {
		max-width: 88%;
		
	}
	
	.hero-content{
		min-height:450px;
	}
	.k-12-form .hbspt-form .hs-button{
		margin-top:30px;
	}
	.toggle_btnview{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

	.k-12-form{
		width:100%;
		min-height:155px;
	}
	
	.k12blue .k-12{
		background-image:none !important;
		background-color:#0607c3;
	}
	
	.k12green .k-12{
		background-image:none !important;
		background-color:#1da575;
	}
	
	
	.page_title_ctn{
		padding:15px !important;
		text-align:center;
	}
	.page_title_ctn .text-end.crumbs{
		text-align:left !important;
	}
	
	
	.container{
		max-width:100%;
	}
	.kreader{
	margin-top:0;
}
	.table-responsive th{
		font-size:1rem !important;
	}
	
	.table-responsive .sdfg{
		font-size:.875rem;
	}
	
	.tdicon img{
		width:25px;
		height:auto;
	}
	h1, .h1,.text-65,.text-50,.text-60{
		font-size:2rem!important;
		line-height:140%;
	}
	h2, .h2,.text-40,.text-48{
		font-size:1.125rem;
		line-height:140%;
	}
	h3,.h3,.text-24,.text-20{
		font-size:1.25rem;
		line-height:140%;
	}
	
	h4,.h4{
		font-size:1rem;
		line-height:140%;
	}
	
	h5, .h5{
		font-size:.875rem;
	}
	.hero-content h1,.hero-content .h1{
		font-size:2rem;
	}
	.hero-content h2, .hero-content .h2{
		font-size:1.5rem;
	}
	
	.search-section .wpcf7-form{
		width:100%;
		margin-top:10px;
	}
	.hero-content{
		text-align:center;
		display:block;
		    padding-bottom: 70px;
	}
		.hero-section img.d-block.img-fluid {
  display:none!important;
}
	.big-cta{
		font-size: .875rem;	
	}
	.sub-btn{
		font-size:1rem;
		padding:10px 20px;
	}
	.hero-content p{
		margin:0;
		font-size:1rem;
	}
	.search-section .hbspt-form form input[type="email"],.search-section .wpcf7-form input[type="email"]{
		height:50px;
		border-radius:5px 5px 0px 0px;
		font-size:1rem;
	}
	.search-section .hbspt-form form ,.search-section .wpcf7-form .d-flex{
    display: block !important;
}
		.search-section_new .hbspt-form form {
    display: block;
}
	.search-section .hbspt-form .hs-button,.search-section .wpcf7-form input[type="submit"]{
		height:50px;
		border-radius:0px 0px 5px 5px;
		padding:10px 15px;
		width:100%;
		font-size:1rem;
	}
	
	.search-section .hbspt-form{
		margin-top:10px;
	}
	.quotes{
		font-weight:300;
	}
	
	.search-section .hs-error-msg,.search-section .wpcf7-not-valid-tip{
		position: absolute;
        bottom: 32px;
        top: -46px;
		padding-left:5px;
	}
	.no-list.hs-error-msgs{
	padding:0;
	}
	
	.slick-arrow{
		background:none;
		color:#333333;
	}
	.table-responsive .onesec{
		padding:0;
	}
	.table-responsive .onesec img{
		margin-right:5px;
	}
	
	.copyright{
		text-align:center;
		padding-bottom:50px !important;
	}	
	
	.post-content h1{
		font-size:1.5rem;
	}
	
	.post-info{
		flex-wrap:wrap;
		white-space:nowrap;
	}
	
	
	.post-content h2{
		font-size:1.35rem !important;
	}
	
	.post-content h2{
		font-size:1.2rem !important;
	}
	.accordion {
    min-width: 100%;
}
	.strp-box{
		align-items:center;
	}	
	.row-reverse{
	flex-direction:column-reverse;
}
	.top_form .hs-form .hs-form-field{
	    margin-right: 0px!important;
	    width: 100%!important;
}
	.new_banner_form .hbspt-form form {
    justify-content: center;
}
	.new_banner_form {
    margin-top: -285px!important;
}
	.new_form_bg{
		    padding: 20px 20px;
	}
	.top_form .hs-form .hs-form-field .hs-error-msgs li label {
    top: 50px;
}
	
	.flip-card{
		    height: 340px;
	}	
	.card-body ul li{
		font-size:16px;
	}
	.why-kitaboo-text br{
	display:none;
}
	
	#search-form{
		    right: 30px!important;
		    min-width: 300px!important;
	}
	.carousel-indicators{
		margin:0px auto 20px;
	}
	.guide_sec .btn{
		    padding: 10px 16px;
		    font-size: 14px;
	}
	.guide_sec .seconnd_p {
    font-size: 16px;
}

	.img-mob-fluid{
		width: 100%!important;
	}
	.based_plat .text-24{
	font-size:1rem!important;
}
	.based_plat img{
	width:40px;
}
	.fluid_360 img{
		width:290px;
	}
	.toggle_btnview{
	display: flex;
    justify-content: space-between
    align-items: center;
}
#popup_text_slider .carousel-control-prev{
		display:none;
	}
	.left_popup .carousel-control-next {
		display:none;
	}
#popup_text_slider .left_popup .carousel-item {
	min-height: 100px;
	}
	.unlock_txt {
    font-size: 18px;
    padding: 0px;
}
	
	.final_submit b{
		font-size:1.625rem;
	}
	.final_submit p{
		font-size:18px;
	}
	    .page_card .card_logo {
        width: 70%!important;
    }
	.voucher_popup .modal-dialog {
    max-width: 550px;
}
	    .vouchbuttons .text-30 {
			font-size: 1rem;
	}.toggle_btnview
	.vouchertext {
     margin-top: 0px;
	}
	#signupModal .modal-dialog {
		max-width: 700px;}
	
	.heading_cls h1{
		font-size:32px
		line-height:42px!important;
		padding-top:10px;
	}
	
	
	.batch_content{
		min-height: 120px;
	}
	
	.formsignin .hs_submit {
    width: 36%;
    margin-left: auto;
	}
	.webinar_weekly .text-48{
		font-size: 1.8rem;
    line-height:normal;
	}
	.event-time .text-20{
		font-size: 1rem;
	}
	
	
	
}









/*privacy_policy page start*/
.privacy_left_list ul li{
display:flex;
align-items:center;
margin-bottom: 16px;
}
.privacy_left_list ul li a{
margin-left: 35px;
}

.privacy_left_list ul li a h3{
font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
        color: #1d1d1f;
}
.left_icon{
    color: #0507c3;
}
/*privacy_policy page end*/

/*career page start*/
.accordian_section .accordion-button::after{
    position: absolute;
    transform:rotate(270deg);
    left: 0px;
     background-size: 14px;
    top: 15px;
}
.accordian_section .accordion-item{
border:0;
}
.accordian_section .accordion {
--bs-accordion-btn-icon:url(../svg/accordiansvg.svg);
}
.accordian_section .accordion-button{
font-size:20px;
}
/*career page end*/
/*about us sec start*/
.leadership_sec .card{
    border: 1px solid #ecf0f1;
    border-bottom: 13px solid #ecf0f1;
    border-radius: 0;
        transition: all 0.2s linear;
	height:100%;
}
.leadership_sec .leader_col{
        padding: 5px;
	    width:16%;
}
.leadership_sec .card .card-body .member-info a:hover{
    color: #0507c3 !important;
}
.leadership_sec .card .card-body{
z-index: 1;
    position: relative;
    background-color: #fff;
    min-height:144px;
}
.side_panel{
    width: 40px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    background-color: #1214c6;
    margin: 0;
    position: absolute;
    padding: 10px 0 0px 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
        transition: all 0.2s linear;

}
.leadership_sec .card:hover .side_panel{
opacity:1;
visibility:visible;
}
.leadership_sec .card:hover{
border-bottom: 13px solid #0507c3;
}
.side_panel_icon i{
color:#fff;
}
/* .banner_heading .text-40{
margin-bottom:30px!important;
} */
form .hs-main-font-element h3{
font-weight:700;
}
.k-12-form .hbspt-form form input[type="email"], .k-12-form .hbspt-form form input[type="text"]{
    height: 50px;
}

/*about us sec end*/
.k-12-form .legal-consent-container{
text-align:left;
}
.k-12-form .hs-richtext h2{
    font-weight: bold;
}
.edit_srvs_li li{
font-size:20px;
color: #4e4e6f;
margin-bottom: 16px;
}

.kitaboo_help_slider .slick-slide{
	padding:20px;	
	float:none;
	height: auto;
}
	.box-sec{
		height: 100%;
	}
.kitaboo_help_slider .slick-slide a{
	 display: block;
        height: calc(100% - 40px);
}
   
.kitaboo_help_slider .slick-track{
	display:flex;
	    padding-bottom: 50px;
}
#to_top{
	 display: none;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 30px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 10000;
    height: 29px;
    width: 29px;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#to_top i {
    font-family: "FontAwesome";
    line-height: 29px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 14px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    background-color: transparent !important;
}
#to_top:hover {
    background: #0507c3;
}
.device_operat_sec ul li{
color:#4e4e6f;
	list-style:disc;
	margin-bottom:10px;
}
.border_top {
	border-top: 1px dashed #0b5f8f;
}
.hero-section picture{
	display:block;
	width:100%;
}
.hero-section img.d-block.img-fluid {
   width:100%;
}
.k-12-form .hs-form .hs-form-field.has-focus>label{
    animation-name: label-slide-up;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    top: -14px;
    background-color: white;
    font-size: 12px;
}

  @keyframes label-slide-up {
                0% {
                    top: 5px;
                }

                100% {
                    top: -14px;
                }
            }

            @keyframes label-slide-down {
                0% {
                    top: -14px;
                }

                100% {
                    top: 5px;
                }
            }

.icon_line{
	position:relative;
}

.icon_line:after {
    content: "";
    height: 85%;
    position: absolute;
    top: 56px;
    width: 1px;
    background: black;
    left: 23px;
}
.vc_icon_element{
	    margin-bottom: 41px;
}
.kitaboo_arul li{
	list-style:none;
	    background-image: url(../svg/right_arrow.svg);
    padding-left: 27px;
    position: relative;
    background-size: 24px;
    background-repeat: no-repeat;
	margin-bottom:10px;
}
.product_benefits_sec{
	background-color:#34495e;
}
.guide_sec {
	    background-color: #1e44fe;
    padding: 30px 20px;
}
.guide_sec p{
	margin-bottom:0;
	color:#fff;
}
.guide_sec .btn{
	 padding: 15px 30px;
    font-weight: 700;
	transition: .3s all ease;
	background-color: #fff;
	color: #1e44fe;
} 
.guide_sec .first_p{
	color: #fadf2c; 
	font-weight: 600;
	font-size:18px;
	margin-bottom:10px;
}
.guide_sec .seconnd_p{
	font-size:24px;
	line-height:28px;
}
.guide_sec .btn:hover{
	background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
} 
.subject_covered .sub_box{
	    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 46px 20px;
    background-color: blue;
    border-radius: 10px;
}
.state_sec p{
	font-size:1.3rem;
	line-height:140%;
}
.edu_tech li{
  color: #4e4e6f;
	font-size:1.3rem;
	line-height:140%
	}
.insight_li li{
	list-style:none;
}
.insight_li li i{
	color:#0507c3;
}
.all_in_one_sec{
	background-color:#34495e;
}
.all_in_one_sec p{
	color:#fff;
}
.crumbs ol{
	list-style:none;
	justify-content:end;
	display:flex;
}
.crumbs ol li span{
	margin:3px;
}
.kitaboo_help_sec{
	background-color:#F5F5FF;
}

    .card-back {
        transform: rotateY(180deg);
        background-image: url(../webp/help_boxbg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
		    height: 108%;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .card-title {
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .card-text {
        font-size: 14px;
    }
    .card-body ul {
    list-style: none;
}
    .card-body ul li {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    margin-left: 34px;
		list-style: none;
}
.card-body ul li:before {
    position: absolute;
    content: "";
    left: -32px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 8px solid transparent;
    top: 5px;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 400px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius:20px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	border-radius:20px;
	box-shadow: 0px 2px 6px 0px #0000001A;
	padding:40px;

}

.flip-card-front {
  background-color: #ffffff;
  color: black;
	height:110%;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
	height: 110%;
}





.btn-primary-white-outline{
	color: rgb(var(--white));
    border: 1px solid rgb(var(--white));
}
.btn-primary-white-outline:hover{
	background-color: rgb(var(--white));
	color: rgb(var(--primary));
	
}
.head_sec #searchtop{
	display: flex;
    align-items: center;
	 padding: 32px 0 22px 23px;
}
.search_button_icon {
    color: #0507c3;
}
#searchtop_img {
    display: block;
    background-position: 0 0;
    background-size: 27px;
    padding:20px;
	text-align:center;
    cursor: pointer;
}
#search-form.pop_search_form #ssform {
    border: 1px solid #ecf0f1;
	outline:0;
}
#search-form{
	    border-top: 3px solid #0507c3;
}
#search-form input[type=text] {
    border: 1px solid rgba(102, 102, 102, .1);
    float: left;
    margin: 0;
    width: 100%;
    padding: 9px 5px 9px 20px !important;
    border-radius: 5px;
}
.pop_search_form{
	visibility: visible!important;
    opacity: 1!important;
	    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
}
span.search_button_icon:after {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    top: 14px;
    font-size: 16px;
    background-color: #fff;
    padding: 7px 15px;
}
#search-form {
    padding: 10px;
    background-color: #fff;
    right: 10px;
    position: absolute;
    min-width: 250px;
    z-index: 1000;
    bottom: -70px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
#search-form input[type=submit] {
    background: 0 0;
    background-position: 1px 1px;
    background-size: 27px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    min-height: 29px;
    min-width: 40px;
    margin: 0;
    height: 40px;
    z-index: 1000;
    position: absolute;
    right: 10px;
}
input[type=submit]{
	    font-size: 16px;
    font-family: Lato;
    text-transform: uppercase;
    padding: 12px 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-weight: 900;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: all .2s linear;
}
.head_sec #search-form {
    top: 85px;
}
.head_sec #searchtop_img:hover i {
    color: #0507c3;
}
.case_study-sec .case_study{
	color:#552AD9;
}
.publisher_faq .accordion-item{
	    border: 0;
    margin-bottom: 10px;;
}
.publisher_faq .accordion-button{
	background: #F8F5FF;
    font-weight: 700;
	    border-radius: 8px!important;
	    padding: 20px 15px!important;
}
.publisher_faq .accordion-button:not(.collapsed){
	    color: #000000;
    background-color: #DDDCFF;
	    border-radius: 8px 8px 0px 0px !important;
}
.publisher_faq .accordion-flush>.accordion-item>.accordion-collapse {
   border-radius: 0px 0px 8px 8px !important;
    background-color: #DDDCFF;
}
.publisher_faq .accordion-button:not(.collapsed)::after{
	--bs-accordion-btn-icon: url(../png/unnamed-file-1.png);
    --bs-accordion-btn-active-icon: url(../png/unnamed-file-1.png);
}
.publisher_faq .accordion {
    --bs-accordion-btn-icon: url(../png/unnamed-file.png);
    --bs-accordion-btn-active-icon: url(../png/unnamed-file.png);
}
.publisher_faq .accordion-collapse .accordion-body{
	    padding: 10px 16px 14px;
}
.small_publish_sec{
	background-image:url(../png/small-publishers-banner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
		
}
.medium_publish_sec{
	background-image:url(../png/medium-publishers-banner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
		
}
.large_publish_sec{
	background-image:url(../png/large-publishers-banner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
		
}
.heighr_edu_sec{
	background-image:url(../webp/banner-2.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
}
.trade_edu_sec{
	background-image:url(../webp/banner-4.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
}
.enterprise_edu_sec{
	background-image:url(../webp/banner-1.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
}
.anprofit_edu_sec{
	background-image:url(../webp/banner-5.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	    padding-bottom: 290px;
}
.light_purple{
	background-color:#F2EEFF;
}
.lever_kitaboo{
	background-image:url(../png/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.border-radius-20{
	border-radius:20px;
}
.search-section_new .container{
	    padding: 0 60px;
}
.search-section_new .hbspt-form form {
    display: flex;
}
.search-section_new .hbspt-form .hs-button{
	background:transparent;
}
.new_form_bg{
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 100%);
	border-radius: 20px 20px 0px 0px;
	padding: 20px 40px;
}
.new_banner_form{
	margin-top:-136px;
}
.new_banner_form .hbspt-form form {
    display: flex;
	align-items:center;
	
}
.new_banner_form p{
	color:#000000;
}
.top_form{
	background: transparent;
    padding: 0px;
    white-space: normal;
    border-radius: 15px;
    box-shadow: none;
    overflow: hidden;
    width: 100%;
    margin: 0px;
}
.top_form .hs-form .hs-form-field{
	    margin-right: 12px;
	    width: 24%;
}
.top_form .hs-form .hs-form-field:nth-child(2){
	 width: 30%
}
.top_form .hs-form .hs-form-field .hs-error-msgs li label{
	    top: 43px;
    position: absolute;
}

.logo_slide .slick-slide img {
    max-width: 60%;
}
.logo_slide .slick-slider .slick-track{
	display:flex;
	align-items:center;
}
.case-studies-new{
	background-color:#F5F5F7;
}
.case-studies-new .case_study{
	    color: #552AD9;
}
.case-studies-new .case-studies-image img{
	border-radius:10px;
}
.border_menu_left{
	    border-left: 1px solid #a6a6b7;
}
.fuel_growth_box{
	background-color:#ffffff;
	border-radius:20px;
	padding: 26px 22px;
	height: 100%
	
}
.fuel_growth_box img{
	width:60px;
	height:auto;
}


.request_growth_box{
	background-color:#ffffff;
	padding: 10px 10px;
	height:100%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	    border-radius: 10px;
}
.request_growth_box img{
	width:60px;
	height:auto;
}


.box_rows .col-lg-4{
	padding:8px 6px;
}

.our_Award .col-lg-2{
	width:18%;
}

.mypagination ul{
	display:flex;
	align-items:center;
	justify-content:center;
}
.mypagination .page-numbers li .current{
	    background: rgb(var(--primary));
    color: rgb(var(--white));
}
.why_kitaboo_banner_sec{
	background-image:url(../webp/banner-1-1.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0;
}
.why_kitaboo_li li{
	color:#0507C3;
	font-weight:700;
	margin-bottom:8px;
}
.search_post{
	    color: #565656;
}
.myofering {
	line-height:28px;
}
.myofering p a{
	 color: #000000;
	display:inline-block;
	
}
.myofering p a:hover{
	     color: #1214C6;
}
.carousel-item{
	 max-height: 500px;
    overflow: hidden;
}

@media(min-width:1550px){
	.post-content h1 {
		font-weight: 900;
		line-height: 120%;
		font-size: 3rem;
	}
	
	.post-content p, .post-content ul li{
		font-size:1.25rem;
		margin-bottom:1.5rem;
		line-height:140%;	
	}

}
.post-content h4 span{
	font-size:1.125rem;
}
.post-content ol li{
	font-size:18px;
	color: #4e4e6f;
	margin-bottom: 10px;
}
.accordion-item ul li{
	margin-bottom:10px;
	font-size:18px;
}
.medical_edu_sec{
	background-image: url(../webp/medical-banne-.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 290px;
}
.legal_edu_sec{
	background-image: url(../webp/legal-banne.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 290px;
}

.omni_trade_sec{
	background-image:url(../webp/banner-copy-3.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom: 290px;
}
.Niche_Trade_sec{
	background-image: url(../webp/banner-copy-7.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 290px;
}
.professional_training{
    background-image: url(../webp/banner-copy-6.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 290px	
}
.health_well{
	background-image: url(../png/banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 290px
}
.for_img img {
	max-width:100%;
}

.K12_publishers_image{
	background-image: url(../png/banner-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 290px
}
.btn-third{
	background-color: #DF0043;
	border-radius:30px;
	color:#fff;
}
.btn-third:hover{
	background-color:#ef4477;
	color:#fff;
}
.btn-outline-third{
	border:2px solid #DF0043;
	color: #DF0043;
	border-radius:30px;
}
.btn-outline-third:hover{
	background-color: #DF0043;
    color:#fff;
}
.bg-purple{
	background-color:#E6E6F9;
	border-radius: 20px;
	height: 100%;
	   
}
.bg-light-pink{
	background-color:#F2E8F6;
	 border-radius: 20px;
	height: 100%;
}
.bg-light-green{
	background-color:#E8F6F1;
	border-radius: 20px;
}
.k12_li ul{
	list-style:none;
}

.right_table{
	background-color:#E6E6F9;	
}
.blue_text{
color: #2A2CEA;
}
.kit_perfect_sec .col-lg-4{
	min-height:
}
.btn-four{
	background-color: #DF0043;
	border-radius:10px;
	color:#fff;
}
.btn-four:hover{
	background-color:#ef4477;
	color:#fff;
}

.wk_box{
	display:flex;
	flex-direction:column;
}
.btn_svg {
   background-image:url(../png/close-1.png);
	width: 30px;
	height: 30px;
    background-repeat: no-repeat;

}
.navbar .nav-item .nav-link{
	color: #1b1b43;
	font-size:14px;
	    padding: 30px 6px;
}
.nav-link:focus, .nav-link:hover{
	        color: #0507c3!important;
}
.dropdown-toggle::after{
	content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	    vertical-align: 0;
	border:0;
}	
.dropdown-menu-list {
	opacity:0;
	visibility:hidden;
	    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	    top: 88px;
}
 @media (max-width: 992px) {
	.dropdown-link  .dropdown-menu-list.custom-dropdown-active{
	opacity:1;
	visibility:visible;
	top:83px;
}
.dropdown-link .dropdown-menu-list.custom-dropdown-active{
	max-height:500px;
	box-shadow:none;
}
	 
	.heading_cls {
		font-size: 50px;
	 }
	 
	     .batch_content {
        min-height: 120px;
    }
	 
	     .batch_text {
        min-height: 160px;
    }
	 
	 .webinar_weekly .text-48{
		font-size: 1.8rem;
    line-height:normal;
	}
	.event-time .text-20{
		font-size: 1rem;
	}
	 
	

	 
	 }
 
@media (min-width: 992px) {
	.dropdown-link:hover .dropdown-menu-list{
	max-height:500px;
	box-shadow:none;
}
.dropdown-link:hover .dropdown-menu-list{
	opacity:1;
	visibility:visible;
	top:83px;
}
	.btn-close-white{
		display:none;
	}	
	
	
}
.service_menu_content h4{
	color:#1d1d1d;
	padding-bottom:5px;
}
.menu_item:hover .service_menu_content h4{
	color: #0507c3!important;
}
.menu_item:hover .service_menu_content p{
	color: #0507c3!important;
}
.menu_item:hover img{
	transform:scale(1.1);
	transition: all .3s ease-in-out;
}
.menu_item:hover img{
	transition: all .3s ease-in-out;
}
@media (min-width: 1025px) {
    .navbar-expand-lg .navbar-toggler {
        display: none!important;
    }
	
	
}

.navbar .nav-item{
	margin:0 15px;
}
@media (max-width: 1200px) {
	.navbar .nav-item {
    margin:0 8px;
}
	
	.navbar .nav-item .nav-link{
		font-size:14px;
	}
	.livedemo a{
		font-size:14px;
	}
	
}

@media (max-width: 1032px) {
	.headbtn{
		display:flex;
		flex-direction:column;
		align-items:center;
	}
		.navbar-collapse .btn-primary{
		    margin: 15px;
    width: calc(100% - 30px);
	}
	   .navbar .nav-item {
        padding: 0px;
        line-height: normal;
        height: auto;
	   position: relative;
	   margin-right:0px;
    }
	.dropdown-toggle::after{
	right: 15px;
    position: absolute;
	}
	.btn-close-dark{
		display:none;
	}
	
}

@media (max-width: 1025px) {
	.border_menu_left {
    border-left: 0px;
}
	.dropdown-menu-list{
		position:unset;
		        max-height: 0;
        overflow: hidden;
	}
	.navbar .nav-item .nav-link {
    padding: 15px;
		display: block;
    width: 100%;
}

	.navbar-toggler{
		    padding: 0;
	}	
	
	.menu_item .text-20{
		font-size:1rem;
	}
}
@media (max-width: 992px) {
	.navbar-collapse.show{
		height:100vh;
	}
	.head_sec{
		position: absolute;
         right: 180px;
    top: -13px;
		
	}
	
	.headbtn{
		display:flex;
		flex-direction:column;
		align-items:center;
		
	}
	
	.headbtn .btn-border{
		width:100%;
	}
	#signupModal{
		margin-top:30px;
	}
	.left_popup .text-30{
		font-size:1.4rem;
	}
	
	.left_popup .text-24{
		font-size:1rem;
	}
	.left_popup{
	padding: 23px 30px 10px!important;
		border-radius: 10px 10px 0px 0px!important;
		height:100%;
	}
	
	.right_popup {
		padding: 25px 30px 25px 30px!important;
	}
	
	.final_submit {
		padding: 40px 40px!important;
	}
	#aftermail .modal-content .mailtext {
       padding-top: 0px;
	}
	.voucherimg {
		margin-bottom: -61px!important;
	}
	
	.vouchbuttons .text-30 {
		font-size: 1.6rem;
	}
	.unlock_txt {
		    line-height: 26px!important;
		padding-right:0px;
		font-size:1.2rem;
	}
 	
	
	.quizbuttons .btn {
    font-size: 1.4rem;
		text-align:left;
		margin-top:20px;
	}

	
	.play{
		font-size:1.125rem;
	}
	.hecc .text-30{
		font-size:1.8rem;
	}
	
/* 	    .vouchbuttons .text-30 {
        font-size: 1rem;
    } */
	
	.page_card .card_logo{
		width:50%;
}

	.left_popup .carousel-control-prev, .left_popup .carousel-control-next {
		display:none;
	}
	.left_popup {
        padding: 30px 30px 30px !important;
        border-radius: 10px 10px 0px 0px !important;
		height:100%;
	}
	#signupModal .modal-dialog {
		max-width: 580px!important;
	}
	.left_popup {
  padding: 40px 40px 0px 40px !important;
}

}
@media (max-width: 767px) {
	.quiz_footer{
		position:fixed;
		width:100%;
		bottom:0;
	}
	.head_sec{
     right: 75px;
position:absolute;
		top:-12px;
	}
		.visible-cont,.visible-contt{
				 max-height: 0px;
			transition:all .3s;
				overflow: hidden;
			} 
		.visible-cont.active,.visible-contt.active{
				 max-height: 1000px;
			} 
	
	.unlock_txt{
		margin-bottom:10px !important;
	}
	
	
	.popup_text_slider{
		margin-top:0 !important;
	}
	
	
	.webinar_weekly .text-48{
		font-size: 1.5rem;
    line-height:normal;
	}
	.event-time .text-20{
		font-size: 1rem;
	}
	 
	
	
}
@media (max-width: 480px) {
	.head_sec{
         right: 60px;
		position:absolute;
		top:-12px;
	}
	.left_popup .carousel-item{
		min-height:85px;
	}
	
	.left_popup,.right_popup{
		 padding: 15px !important;
	}
	.left_popup p{
		margin-bottom:5px;
	}
	 .vouchbuttons .text-30 {
        font-size: 1rem;
    }
	
	.page_card .card_logo {
        width: 50% !important;
    }
	.text-40{
		font-size: 1.25rem;
        line-height: 140%;
		
	}
}
.navbar-toggler{
	border:0;
}
.navbar-toggler:focus{
	box-shadow:none;
}
.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;/*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

 .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
} 

 .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
} 


@media (min-width: 1025px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}
.case-studies-image a{
display:block;
}

.bg-blue{
	background-color:#0507c3;
	padding: 50px 100px !important;
	border-radius:30px;
	margin: auto;
    max-width: 1070px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
}
.testi_quotes_top{
font-size: 50px;
   vertical-align: bottom;
    padding-right: 10px;
}
.testi_quotes_bottom{
font-size: 50px;
    vertical-align: text-top;
    padding-left: 10px;
    margin-top: 29px;
	line-height: 50px;
}
.kitaboo_testimonials_slider .slick-arrow {
	      bottom: -82px;
    left: 45%;
    top: auto;
	    padding: 10px 16px;
    transition: all .3s;
    background: rgb(0 0 0);
    border-radius: 50%;
}
.kitaboo_testimonials_slider .slick-arrow.slick-next {
    left: auto;
    right: auto;
}
.bg-blue .para{
	position:relative;
}
.bg-blue .quote_before{
	position:absolute;
	left: -50px;
    top: 5px;
	
}
@media (max-width: 768px) {
	.bg-blue{
		    padding: 46px !important;
	}
	.leadership_sec .row .col{
		width:33.333%;
		flex: 0.5 0 0%;
	}
}

.hs-error-msg{
	color:#ff0000 !important;
}

@media (max-width: 1400px) {
.hero-content h1, .hero-content .h1 {
  font-weight: 700;
  font-size:2.3rem;	
	
	}
}
	
.text-40 .text-gradient{
font-size:26px;
}
	
	.blank_td{
		background-color:#f8f8f8;
	}	
	
	.press-li ul li a{
		display:block;
	}
	
	.codedropz-upload-inner{
		display:flex;
		align-items:baseline;
	}


.challanges ul li{
    background-image: url(../svg/challenge-1.svg);
    background-position: left 3px;
  font-size: 16px;
  line-height: 20px;    
	padding-left: 50px;
    position: relative;
    background-size: 30px;
  background-repeat: no-repeat;
    display: block;
    padding-top: 3px;
    list-style: none;
	content: "";

}

.challanges .c_content ul li:before{
		font-size: 25px;
    color: #d61813;
		position:absolute;
		left:0;
		top:0;
		font-family: 'Fontawesome';
		content: "";
	}


@media (max-width: 768px) {
	.new_banner_form .hbspt-form form {
		flex-wrap: wrap;
	}
}

.codedropz-upload-inner h3, div .codedropz-upload-inner span, div .cd-upload-btn{
	line-height:67px;
	
}
.hs-form-private button{
	margin: 0;
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 15px;
    min-height: 27px;
    width: 100%;
    background-color: #f5f8fa;
    height: auto;
}
.hs-form-private .hs-form-field{
	    margin-bottom: 18px;
}
.hs-form-private .hs-form-field label:not(.hs-error-msg) {
    color: #6F6F6F;
	    font-family: lato;
    font-size: 14px;
}
.hs-form-private .hs-form-required {
    color: red;
}
.hs-form-private input.hs-input.error{
	    border-color: #c87872;
}
.search-section .inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
.hs-form-private label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-section .hs-error-msgs label {
    color: #ffffff!important;
	margin-top: 26px;
}	
.hs-form-private .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

@media (max-width: 768px) {
.kitaboo_testimonials_slider .slick-arrow {
	left:36%
	
	}
	
	.subscribtionform form input[type=email] {
		font-size:12px;
	}
}

.wk_box img{
margin: 0 auto;
} 

.hub_forminner .hs-form-private .hs-error-msgs label{
	color:#ff4444!important;
	margin-top:5px;
}

.blog-sidebar.request-demo-form{
	padding:0px;
}

.blog-sidebar.request-demo-form .hubspot_sidebar_form{
	margin:0;
}

.blog-sidebar.request-demo-form .hubspot_sidebar_form h2 {
    width: calc(100% + 60px);
    margin: -15px -30px 15px;
}
.request-demo-form .hs-richtext{
	margin-bottom:10px;
}

.why_eread img {
   width: 60px;
   height: 60px!important;
}


/* .search-section .homeform .hbspt-form .hs-button{
	margin-top:4px;
} */

@media (max-width: 768px) {
	.bg-blue .quote_before {
		margin-left:10px;
	}
	
}

.copyright[data-wpr-lazyrender] {
    content-visibility: visible;
}
.pricing_form .hs-form-private .hs-error-msgs label {
    color: #ff0000 !important;

}
.reg h2{
	font-size:30px;
}

.spotify-button {
            display: flex;
            align-items: end;
            background-color: #0507c3;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 16px;
            padding: 10px 20px;
            border-radius: 16px;
            border: none;
            cursor: pointer;
            text-decoration: none;
            width: fit-content;
        }
	
.spotify-button:hover{
	 color: #FFFFFF!important;
}

.spotify-button img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
	
        }
.search-section .nextstep .hs-error-msgs label{
	color: #e30f0f !important;
    margin-top: 15px;
	position: static;
    margin: 0 5px;
}
.search-section .hs-form-private .hs-form-field label:not(.hs-error-msg){
display:none;
}

.fa-regular.fa-comment-dots.pe-2{
	display:none;
}

@media (max-width: 768px) {
.search-section .hs-error-msgs label {
    color: #ffffff!important;
	margin-top: 30px;
	}	
	
.kitaboo_testi_box .bg-blue {
	margin:5px;
}
}
.hub_forminner .hs-richtext h1{
	font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    background: #0507C3;
    text-align: center;
    padding: 15px 30px;
    color: #ffffff;
    }

.btn-border {
  border: 1px solid rgb(var(--primary));
  color: #0507C3;
  white-space: nowrap;
  border-radius: 6px;
font-size: 14px;
}
.btn-border:hover {
  background: #1b1dfa;
  color: #ffffff;
	transition: 0.3s;
}
.signin{
	  color: #0507C3;
	vertical-align:top;
	font-size: 16px;
}
.left_popup{
	    background-color: #7270FE;
    padding: 42px 40px;
    border-radius: 10px 0px 0px 10px;
	min-height: 100%;

}
.right_popup{
	 padding: 40px 40px 0px 30px;
}
.left_popup p{
	color:#fff;
}

.left_popup .carousel-item{
	background:transparent;
}

.left_popup .carousel-control-prev,.left_popup .carousel-control-next{
	position:static;
	WIDTH:26PX;
	height:26px;
	border-radius:50px;
	background:#E9ECFF;
	color:#221F4B;
	text-align:center;
	line-height:26px;
}

.left_popup .carousel-control-prev:hover,.left_popup .carousel-control-next:hover{
	background:#ffffff;
}
#signupModal .modal-dialog{
	max-width:940px;
}
.formsignin { 
	margin-bottom: 20px;
	color:#6F6F6F;
}
	.formsignin input { 
	width: 100%; 
	padding: 10px; 
	border: 1px solid #D6D9DE; 
	border-radius: 5px; 
	font-size: 14px;
}
.btn.cancel { 
	font-size:20px;
	border: 1px solid #D6D9DE;
	color: #1C02CD;
} 
.btn.submit { 
	background: #1C02CD;  
	color: white;
	font-size: 18px;
	border-radius: 10px;
    white-space: nowrap;
	font-weight:700;
}
.unlock_txt{
	color:#141573;
	margin-bottom: 30px;
	padding-right: 30px;
	line-height:32px;
}
.popup_text_slider .slick-arrow{
	    border-radius: 50px;
        background:#E9ECFF;
	
}
.popup_text_slider .fa-solid{
	color:#221F4B;
}
.quiz_footer{
	background:#ffffff;
	padding:15px 0;
}

.popup_text_slider .slick-arrow{
   position: absolute;
    top: 110%;
   border: 0;
    opacity: 0.3;
    transition: all 0.3s;
   padding: 2px 8px;
    transition: all .3s;
   z-index: 1;
   opacity: 0.8;
border-radius: 50px;
    background: #E9ECFF;
	left:unset;
}

.popup_text_slider .slick-arrow.slick-prev{
right: 38px;
} 
.final_submit{
	padding: 40px 75px;
	text-align:center;
}

.final_submit p {
	color:#141573;
}
.final_submit .btn.submit{
	background:#2A2CEA;
	width:100%
}
.quiz_page{
	background-image:url(../png/background-1.png);
	background-position:center;
	background-size:cover;
	height:calc(100vh - 163px);
	overflow:hidden;
	background-repeat:no-repeat;
}


.quizbuttons{
	display:inline-block;
	justify-content:space-around;
	
}
.quizbuttons .btn{
	border: 1px solid #141573;
	color:#141573;
	margin-bottom:10px;
	padding:10px 20px 10px 20px;
}
.quizbuttons .btn:hover,.quizbuttons .btn.active{
	background-color:#1C02CD;
	color:#ffffff;
}

.vouchbuttons .btn{
	border: 1px solid #1C02CD;
	color:#1C02CD;
	padding:10px 20px 10px 20px;
}
.vouchbuttons .btn:hover{
	background-color:#1C02CD;
	color:#ffffff;
}


.dollor_icon{
	position: absolute;
    top: -69px;
    z-index: 106;
    margin-left: auto;
    right: 12px;
	text-align:center;
}


#aftermail .modal-content .kimtext{
	color:#141573;
}

#aftermail .modal-content .mailtext{
	color:#141573;
}

#aftermail .modal-content .formpage{
	margin-bottom: 20px; 
}

#aftermail .modal-content .formpage input { 
	padding: 15px 30px 15px 15px; 
	appearance:none;
	border: 1px solid #D6D9DE; 
	border-radius: 5px; 
	font-size: 14px;
}

.formpage :focus{
	border-color: #1C02CD;
}
.formpage{
	color:#6F6F6F;
}

.voucher_popup .modal-dialog{
	max-width:680px;
}



#aftermail  .modal-content{
  box-shadow: 0px 24px 64px 0px #6831B640;
	border:0px;
	border-radius:20px;
}
.eye{
	position: absolute;
    right: 20px;
    top: 15px;
	cursor:pointer;
}

.eye:focus{
	opacity:.6;
}
.vouchers .modal-content{
	background-color:#fff;
	border-radius:20px;
}

.vouchers .modal-dialog-centered{
	max-width:680px;
	margin:auto;
		
}
.vouchers .voucherimg img{
	position:absolute;
	left:0px;
    right:0px;
}
.blast img{
	height:220px;
	width :220px;
}

.vouchertext{
	color:#141573;
	font-size:26px;
}
.vouchbuttons{
	color:#1C02CD;
	padding:10px 20px 10px 20px;
}
#signupModal .modal-content{
	border-radius:12px;
}
.voucherimg img{
	margin-bottom:-50px;
}
.vouchbuttons .btn a{
	color:#1C02CD;
}


.heading_cls{
    text-align: center;
	color: #141573;
	font-size: 54px;
   padding: 2.5rem;
}

.main_pagecard{
display: flex;
justify-content: space-around;

}
.page_card{
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    box-shadow: 0px 5px 5px rgba(170, 170, 170, .5);
    padding:40px;
	height:100%;    
}


.card_cont{
  color:#3A3E46;    
}
.font-20{
    font-size: 40px;
    font-weight:500;
    color:#0F02D1;
}
.font-50{
    font-size:70px;
    font-weight: 700;
    color:#1C02CD;
}
.play{
    color:#5F6368;
}


.btns{
    border-radius: 5px;
    background-color:#1C02CD;
    color:#ffffff;
}
.hecc{
   color:#0A2A64;

}
.fullpage {
    background-image: url(../jpg/kk.jpg);
}
.discover_page{
	background-image:url(../png/background-1.png);
	background-position:center;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:40px;
	
}
.voucherimg{
    margin-bottom: -61px;
}

.box_img_slider .slick-arrow{
   position: absolute;
   top: auto;
bottom:0;
   border: 0;
	right:10px;
    opacity: 0.3;
    transition: all 0.3s;
   padding: 2px 8px;
    transition: all .3s;
   z-index: 1;
   opacity: 0.8;
border-radius: 50px;
    background: #E9E9F1;
	left:unset;
}

.box_img_slider .slick-arrow .fa-solid fa-chevron-right{
	color:#000;
}

.box_img_slider .slick-arrow.slick-prev {
    right: 38px;
}
.quizpart_1{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quizpart_3,.quizpart_2,.quizpart_5,.quizpart_4,.quizpart_6{
	 align-items: start;
}

#scrollarrow{
	animation:updown 3s infinite;
}

@keyframes updown{
	0%{
		transform:translate(0,-10px);
	}
	
	50%{
		transform:translate(0,10px);
	}
	100%{
		transform:translate(0,-10px);
	}
}

.strip_voucher{
   position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.voucher_page{
	background-image:url(../png/background-1.png);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:124px;
	height:100vh;
}

	

.box_img_slider .slick-arrow{
	color: #000;
}

.box_img_slider .slick-arrow .fa-chevron-right:before {
   color: #000;
}

.box_img_slider .slick-arrow slick-next{
	color: #000;
}
.toggle-btn {
    display: inline-block;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(0.85) translateY(-1.6rem) translateX(0.18rem);
}
input#floatinginput .form-control{
	background-color:none;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #1C02CD;
    transform: scale(.85) translateY(-1.8rem) translateX(.15rem);
}

.error{
	font-size:12px;
}

.vouchbuttons .btn:hover a {
	color:#fff;
}
.form-control:focus {
	box-shadow:none;
}
.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 0.625rem;
}

.form-control:focus {
   border-color: #1C02CD!important;
}
.modal-content {
	border-radius:20px;
	box-shadow: 0px 24px 64px 0px rgba(38, 33, 74, 0.25);

}
#popupsubmitModal .modal-content {
	border:0!important;
}
.final_submit .modal-backdrop {
    --bs-backdrop-bg: #480B89;
	--bs-backdrop-opacity: 25%;
}
.modal-backdrop {
    --bs-backdrop-bg: #480B89;
	--bs-backdrop-opacity: 25%;
}


#napiError{
	font-size:12px;
}
.voucher_popup .modal-content h1{
	font-size:54px;
		line-height:60px;
}

@media(max-width:600px){
/* 		.dollor_icon{
	top:1rem;
   width: 200px;
	position:absolute;
	text-align:right;
    left: auto !important;
    right:15px;
	
} */
	
	#scrollarrow img{
		width:60px;
	}
	#aftermail .modal-content .mailtext{
		line-height:normal;
	}
	
	.vouchertext {
    font-size: 22px;
        margin-top: 0px;
		display:block;
		padding:0!important;
}
	.vouchbuttons{
		display:block;
		margin:20px 0 0 !important;
		padding:0;
	}
	
	.voucherimg{
		margin-bottom:-53px !important;
	}
	.vouchertext{
		padding-top:0px !important;
	}
	.quizbuttons .btn{
       font-size: 1rem;
        text-align: left;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
		padding:8px 12px;
	}
	.dollor_icon .text-30{
		font-size:1.3rem !important;
		margin:0;
	}
	
	.dollor_icon svg{
		width:20px;
	}
	.dollor_icon{
		flex-direction:column-reverse;
		   
		
	}
	
	.webinar_weekly .text-48{
		font-size: 1.5rem;
    line-height:normal;
	}
	.event-time .text-20{
		font-size: 1rem;
	}
}

@media(max-width:1050px) and (min-width:700px){
	.left_popup .carousel-item{
		min-height:105px;
	}
		.quiz_footer{
		position:fixed;
		width:100%;
		bottom:0;
	}
}

#logoanim,#headinganim{
	transform:scale(1.5);
	opacity:0;
	transition:all 1s ease-in-out;
	visibility:hidden;
}

#logoanim.animate,#headinganim.animate{
	transform:scale(1);
	opacity:1;
	visibility:visible;
}

#mycard1,#mycard2{
	opacity:0;visibility:hidden;
	transition:all 1s ease-in-out;
	transform:translate(0,100px);
}

#mycard1.animate,#mycard2.animate{
	transform:translate(0,0);
	visibility:visible;
	opacity:1;
}

	.quizpart_2,.quizpart_3,.quizpart_4,.quizpart_5,.quizpart_6{
		padding:30px 0;
		opacity:0;
		transition:opacity .4s, transform .4s;
	}
	
	.quizpart_2.active,.quizpart_3.active,.quizpart_4.active,.quizpart_5.active,.quizpart_6.active{
		opacity:1;
	}
	.quizpart_2.older,.quizpart_3.older,.quizpart_4.older,.quizpart_5.older,.quizpart_6.older{
		opacity:.1;
		transform: scale(.9);
  		  transform-origin: left center;
	}

.quizpart_6{
	min-height:calc(50vh);
}

@media(max-width:500px){
	.quiz_page h1{
		font-size:1.3rem !important;
		margin-bottom:15px !important;
	}

	.b_icon{
		max-width:100px;
	}
}


.btn_disable:disabled{
	background-color: #C4BFF0;
    color:#FEFFFE;
}

.spinner-border{
	margin-right:7px;
}
@media (max-width: 600px) {
	.dollor_icon{
		top:-70px!important;
	}
	div.quizpart_1 {
		justify-content:end;
		padding-bottom: 100px;
		transition:opacity .3s;
	}
	div.quizpart_1.older{
		opacity:0;
		
	}
	div.quizpart_6 {
		min-height: 0px;
	}
	
	.weekly_form .hs-form-private .hs-form-field {
		    padding-left: 14px;
	}
	.weekly_form .hs-form-private label {
    min-width: 130px;
}
	.weekly_form .hs-form-private .hs-form-field {
		padding-left: 12px;
	}
	
}

@media (max-width: 992px) {
	.navbar-collapse.show{
		height:100vh;
	}
	.head_sec{
		position: absolute;
         right: 180px;
    top: -13px;
		
	}
	
	
	
	.headbtn .btn-border{
		width:100%;
	}
	#signupModal{
		margin-top:30px;
	}
	.left_popup .text-30{
		font-size:1.4rem;
	}
	
	.left_popup .text-24{
		font-size:1rem;
	}
	.left_popup{
	padding: 23px 30px 10px!important;
		border-radius: 10px 10px 0px 0px!important;
		height:100%;
	}
	
	.right_popup {
		padding: 25px 30px 25px 30px!important;
	}
	
	.final_submit {
		padding: 40px 40px!important;
	}
	#aftermail .modal-content .mailtext {
       padding-top: 0px;
	}
	.voucherimg {
		margin-bottom: -61px!important;
	}
	
	.vouchbuttons .text-30 {
		font-size: 1.6rem;
	}
	.unlock_txt {
		    line-height: 26px!important;
		padding-right:0px;
		font-size:1.2rem;
	}
 	
	
	.quizbuttons .btn {
    font-size: 1.4rem;
		text-align:left;
		margin-top:20px;
	}

	
	.play{
		font-size:1.125rem;
	}
	.hecc .text-30{
		font-size:1.8rem;
	}
	
/* 	    .vouchbuttons .text-30 {
        font-size: 1rem;
    } */
	
	.page_card .card_logo{
		width:50%;
}
	.page_card {
		padding: 60px 25px 40px 25px!important;
	}
	.left_popup .carousel-control-prev, .left_popup .carousel-control-next {
		display:none;
	}
	.left_popup {
        padding: 30px 30px 30px !important;
        border-radius: 10px 10px 0px 0px !important;
		height:100%;
	}
	#signupModal .modal-dialog {
		max-width: 580px!important;
	}
	.left_popup {
  padding: 40px 40px 0px 40px !important;
}
       
	.logo-mobile{
		width:120px;
	}
	
	
}





@media (max-width: 767px) {
	.quiz_footer{
		position:fixed;
		width:100%;
		bottom:0;
	}
	.head_sec{
     right: 75px;
position:absolute;
		top:-12px;
	}
		.visible-cont,.visible-contt{
				 max-height: 0px;
			transition:all .3s;
				overflow: hidden;
			} 
		.visible-cont.active,.visible-contt.active{
				 max-height: 1000px;
			} 
	
	.unlock_txt{
		margin-bottom:10px !important;
	}
	
	
	.popup_text_slider{
		margin-top:0 !important;
	}
	.heading_cls {
        line-height: 42px !important;
        padding-top: 10px;
    }
	
}

@media(max-width:600px){
/* 		.dollor_icon{
	top:1rem;
   width: 200px;
	position:absolute;
	text-align:right;
    left: auto !important;
    right:15px;
	
} */
	
	#scrollarrow img{
		width:60px;
	}
	#aftermail .modal-content .mailtext{
		line-height:normal;
	}
	
	.vouchertext {
    font-size: 22px;
        margin-top: 0px;
		display:block;
		padding:0!important;
}
	.vouchbuttons{
		display:block;
		margin:20px 0 0 !important;
		padding:0;
	}
	
	.voucherimg{
		margin-bottom:-53px !important;
	}
	.vouchertext{
		padding-top:0px !important;
	}
	.quizbuttons .btn{
       font-size: 1rem;
        text-align: left;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
		padding:8px 12px;
	}
	.dollor_icon .text-30{
		font-size:1.3rem !important;
		margin:0;
	}
	
	.dollor_icon svg{
		width:20px;
	}
	.dollor_icon{
		flex-direction:column-reverse;
		   
		
	}
	
	.hub_kitaboo_img{
		width:330px;
	}
}


@media (max-width: 480px) {
	.head_sec{
         right: 60px;
		position:absolute;
		top:-12px;
	}
	.left_popup .carousel-item{
		min-height:85px;
	}
	
	.left_popup,.right_popup{
		 padding: 25px !important;
	}
	.left_popup p{
		margin-bottom:5px;
	}
	 .vouchbuttons .text-30 {
        font-size: 1rem;
    }
}
.signup-btn-mobile{
	display:none;
}

#request_demo_2 .blog-sidebar {
	border: 1px solid #0507c3;
}


.formsignin .hs_email ul.inputs-list {
	padding-left: 0;
}

.formsignin input {
	margin-top:0px;
}

.formsignin .hs_submit{
	width:42%;
	margin-left:auto;
}



.formsignin .hs-error-msg {
	font-size:12px;
	margin-top:10px;
}
.formsignin .hs-form-1eae7554-2077-4310-a5d8-91e0e9b9a16a_1d0e6596-d873-4552-84d5-cd0b085b2f74 .hs-button {
	padding:20px;
}
.formsignin .hs-submit input{
     padding: 15px;
	 text-transform: capitalize;

}

.right_popup .btn-close{
	position:absolute;
	right:20px;
	top:20px;
}

.right_badge 	
 .right_badge_tag{
	 gap:8px;
}
.right_badge .right_badge_tag li{
	color:#21146D;
	font-size:1rem;
	font-weight:400;
	border:1px solid #ABA0EB; 
	list-style:none;
	padding: 8px 18px;
    border-radius:50px;
}


@media(max-width:1700px){
	.right_badge .right_badge_tag li{
    font-size: .765rem;
    font-weight: 400;
    padding: 8px 10px;
	}
}


@media only screen and (max-width: 1200px) and (min-width: 753px){
	.right_badge .right_badge_tag li {
        font-size: .725rem;
        font-weight: 400;
		padding: 8px 10px;
	}
	
	    .heading_cls {
			font-size: 36px !important;
			line-height:60px;
	}
	
	
}



.right_popup .no-list ul {

	padding-left: 0;

}

.spinn{
   transform: translate(0px, -70px);
	position: absolute;

	

}

.formsignin .no-list ul {
	padding-left: 0;

}
.right_popup .hs-form-field{
	margin-bottom:15px;
}
.formsignin { 
	margin-bottom: 20px;
	color:#6F6F6F;
}
	.formsignin input { 
	width: 100%; 
	padding: 10px; 
	border: 1px solid #D6D9DE; 
	border-radius: 5px; 
	font-size: 14px;
}

.already{
	font-size:14px;
}

.hs_submit{
	margin-right: 15px;
}

.formsignin form .hs-submit .submit{
	padding:15px;
}

.left_popup .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}



.calendar-icon{
	width: 50px;
}

.calendar-box{
	display:flex;
	align-items:center;
}

.speakerss {
	display:flex;
	align-items:center;
}
.webinar_upcoming{
	background-color:#001a30;
}
.text_border{
	border-bottom:2px solid #fff;
	padding: 15px 0px 15px 0px;
}



.weekly_form .hs-form-private .hs-form-field {
	display: flex;
	padding-left: 32px;
	position:relative;
}

.weekly_form .hbspt-form{
  background: #fff;
	border-radius: 40px;
    padding: 5px;
    overflow: hidden;
}
.weekly_form .hs-richtext h2{
	text-align: start !important;
    font-size: 18px !important;
	background-color:#bbe3ffee !important;
	color:#0507c3;
    padding: 10px 10px 10px 30px;
    border-radius: 32px 33px 0px 0px;

}
.weekly_form .no-list.hs-error-msgs.inputs-list{
	    position: absolute;
    bottom: -6px;
    left: 15px;
}
.weekly_form .hs-form-private .hs-form-field label:not(.hs-error-msg) { 
	color: #282828;
   font-size: 18px !important;
	font-weight: 700 !important;
	    padding-top: 10px;

}
.weekly_form .hs-input{
	background:#F2F2F2;
	border:0;
	border-radius:16px;
	height: 45px;
	width: 94%;
	
}
.weekly_form .hs-form-private label {
	min-width:180px;
}
.weekly_form .input{
	width: 100%;
	
}
.weekly_form .hs-error-msg{
	position: absolute;
    bottom: -23px;
    left: 34%;
}
.weekly_form .hs-button {
	text-transform: initial;
	    border-radius: 0 0 36px 36px;
}
.webinar_button{
	border-radius: 10px;
}
.weekly_form .hs_submit {
    margin-right: 0px;
}
.gradient_bg {
  background: linear-gradient(300deg, #53FBFF, #d0f2fb, #dcb3ff, #B4F3FF, #F2FCFF);
	
  background-size: 300% 300%;
  animation: gradient-animation 20s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.weekly_form .hs_firstname{
	    padding-top: 20px;
}
.weekly_form .hs_phone{
	  padding-top: 0px;
}
.weekly_form .speakerss_img{
    width: 32px;
}

.speakers_text{
	margin-left:15px;
}


.training_solu_sec{
	background-image:url(../png/banner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom: 95px;
	padding-top: 95px;
}

.btn-purple {
  background-color: #B700C2;
  color: white;
  border-radius: 30px;
  border: none;
}

.btn-purple:hover {
  background-color: #B700C2; 
  color: white;
}

.custom-hr {
    border: none;
    height: 2px;
    background-color: #fff; 
    max-width: 75%; 
	
}

.Challenge_text{
	color: #161764;

}
.text_purple{
	color: #B700C2;
}
.features {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 15px;
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .features i {
        color: white;
        margin-right: 8px;
        font-size: 1.2rem;
    }


.training_solution {
  background: #fff;
  padding: 30px;
  white-space: normal;
  border-radius: 15px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 0px auto;
}
.training_solution .hs-form .hs-input {
  margin-bottom: 0;
  border-radius: 10px;
  height: auto;
  color: #000;
  font-size: 16px;
  padding: 14px 15px;
}
.training_solution .hs-form .hs-input {
  margin-bottom: 0;
  border-radius: 10px;
  height: auto;
  color: #000;
  font-size: 16px;
  padding: 14px 15px;
  width: 100%;
  border: 1px solid #000000;
}
.training_solution .hbspt-form form input[type="email"],
.training_solution  .hbspt-form form input[type="text"] {
  height: 60px;
  border-radius: 8px;
  border: 1px solid #000000;
  width: 100%;
  margin: 0;
}
.training_solution .legal-consent-container {
  font-size: 14px;
  color: #000;
}
.training_solution .hs-form .hs-form-field label {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #454545;
  font-size: 14px;
  z-index: 2;
  padding: 3px 3px 0;
}
.training_solution .hs-richtext {
  margin-bottom: 30px;
}
.training_solution .hs-form .hs-form-field {
  margin: 15px 0;
  position: relative;
}
.training_solution .hbspt-form .hs-button {
  background: #00018a;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  text-transform: none;
  white-space: nowrap !important;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  padding: 17px 25px 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.training_solution .hbspt-form .hs-button:hover {
  background: #1b1dfa;
  border-top: 0;
  color: #fff;
}
.training_solution .hbspt-form .hs-button {
  background: #0507c3;
  width: 100%;
  border-radius: 6px;
  display: block;
  padding: 15px;
}
.training_solution .hs-form .hs-input.error {
  border: 1px solid #a94442;
}

.no-list.hs-error-msgs.inputs-list{
	list-style:none;
}
.no-list.hs-error-msgs.inputs-list li{
	list-style:none;
}
.training_solution .no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
.training_solution .hs-form .hs-form-field .hs-error-msgs li label {
  top: 0;
  left: 0;
  position: relative;
  opacity: 1;
  color: #f55!important;
  margin-top:0px
}



