.newtext{
  display: block;
}
.newtext1{
  display: none;
}
.fructure{
  display:block;
}
.fructure1{
  display: none !important;
}
p {
  font-size: 1.1rem;
}
.Created_one1{
  display:none;
 }
 .Created_one{
  display: block;
 }
.pl-0 {
  padding-left: 0px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}
b, strong {
  font-weight: bold;
}
.home_banner{
  position: relative;
  background: #20439d;
  height: 100%;
  padding-top: 80px;
  /* max-height: 80%; */
}
.home_banner img {
  max-width: 100%;
  width: 100%;
}
.banner_content{
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 550px;
}
.banner_content h2{
  font-family: 'metropolis', sans-serif;
  font-size: 60px;
  font-weight: bold;
}
.banner_content p {
  font-size: 1rem;
  font-weight: 400;
}
.banner_content a {
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 15px 65px 15px 25px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}
.banner_content a:after{
  content: url(../img/arrow_sm.png);
  width: 34px;
  position: absolute;
  right: 20px;
  top: 20px;
}

span.title {
  display: block;
  margin-bottom: 30px;
}

.tutoring {
  background: #fff;
  padding: 160px 0 100px;
}
.tutoring .row {
  margin: 0;
}
.tutoring .banner{
  padding: 0;
}
.tutoring .banner img {
  width: 100%;
  height: auto;
}
.tutoring .tutcopy {
  padding-left: 20px;
}
.tutoring h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 500;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 60px 0 30px;
}
.tutoring h1 span {
  font-weight: 700;
  color: #f15922;
}
.tutcopy p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding-right: 120px;
  margin-bottom: 2rem;
}
.tutcopy .btn-wrapper {
  padding-top: 40px;
}
.cta_btn {
  padding: 14px 35px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 28px;
}
.cta_btn:hover {
  color: #fff;
}
.playnow {
  margin-left: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #0034ad;
}
.playnow img {
  padding-right: 10px;
}
.orange_bg {
  background-color: #f15922;
}
.blue_bg {
  background-color: #17469e;
}

/* Trust of Navneet */

.trust, .benefits, .professional, .bookdemo {
  padding-bottom: 100px;
}
.trust .row {
  margin: 0;
}
.trust .topcontent {
  padding: 0 67px 50px;
  width: 55%;
}
.trust h2, h2 {
  font-size: 3rem;
  font-weight: 500;
}
.trust h2 span, h2 span {
  color: #f15922;
}

.trust img {
  width: 100%;
}
.trust .trust-right-copy {
  max-width: 340px;
}

/* Benefits */

.benefits, .professional {
  text-align: center;
}
.benefits h2 {
  padding-bottom: 30px;
}

.benefits .wrepper {
  background: url('../img/benefits_bg.jpg') 0 0 scroll no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
.benefits p {
  color: #fff;
  max-width: 720px;
  margin: 0 auto 40px;
}
.tile {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 50px;
  text-align: left;
}
.tile.orange {
  background-color: rgba(241, 89, 34, 0.8);
}
.tile.orange h3, .tile.orange p {
  color: #fff;
}
.tile h3 {
  color: #17469e;
  font-size: 1.5rem;
}
.tile p {
  color: #17469e;
  font-weight: 300;
  max-width: 420px;
  margin: 10px 0 20px;
}
a:hover .tile {
  background-color: rgba(241, 89, 34, 0.8);
  transition: all ease-in 0.1s;
}
a:hover .tile h3, a:hover .tile p {
  color: #fff;
}

/* Professional */

.professional h2 {
  margin-bottom: 50px;
}
.pro-card {
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 45px 40px 0;
}
.team .pro-card {
  padding: 45px 20px 0;
}
.team .pro-card h3 {
  font-size: 1.5rem;
}
.team .pro-card .disc {
  min-height: 340px;
}
.pro-card.orange_bg {
  background-color: #ffa281;
}
.pro-card h3 {
  color: #0037ae;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
.pro-card .thumb {
  padding: 50px 0;
  max-width: 175px;
  margin: 0 auto;
}
.pro-card .thumb img {
  width: 100%;
  height: auto;
}
.pro-card .disc {
  min-height: 180px;
  clear: both;
}
.pro-card .disc p {
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin: 0;
}

/* Book demo */

.form_wrapper {
  width: 100%;
  background: #17469e;
  border-radius: 25px;
  padding: 30px 40px;
}
.form_container {
  max-width: 812px;
  margin: 0 auto;
}
.form_container h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight:600;
  margin-bottom: 20px;
}
.form_container label {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.7rem;
}
.form-control {
  font-size: 0.8rem;
  line-height: 1.2;
  height: calc(2rem + 2px);
}
select.form-control{
    padding:0 0.75rem;
}
.form_container a, .form_container a:hover {
  color: #f15922;
}
.form-check-label {
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.form-check-input {
  margin-top: 0.5rem;
}
.form-check-input[type=checkbox]:checked{
  background-color: #f15922;
  color: #f15922;
}
.form-group {
  margin-bottom: 1rem;
}
.form_container .btn {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  border: 0 none;
  border-radius: 10px;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  width: auto;
  padding: 5px 20px;
  min-height: 30px;
  margin-bottom: 15px;
}
.form_container .form-check {
  padding-left: 0;
}


.getintouch {
  position: fixed;
  right: 0;
  top: 40%;
  cursor: pointer;
  z-index: 2;
}


/*Features page start*/
.featuresbanner {
  padding-top: 160px;
}
.featuresbanner img {
  width: 100%;
}
.orangetxt {
  color: #f36b2b;
}
.features1, .features2, .features3, .features4 {
  padding-top: 160px;
}
.feature {
  border-radius: 15px;
  padding: 30px 50px;
  text-align: left;
  color: #464646;
}
.feature h3 {
  color: #17469e;
  font-size: 1.875rem; /*30px*/
  font-weight: 500; /*medium*/
}

.feature ul li {
  list-style: disc;
  font-size: 1.002rem; /*16.03px*/ padding-top: 20px
}


.featureimg img {
  width: 100%;
  height: auto;
}
/*blogs page start*/
.blogsbanner {
  padding-top: 160px;
}
.blogsbanner img {
  width: 100%;
}
.bloghead h3 {
  color: #17469e;
  font-size: 2.25rem;
  font-weight: 600;
	padding: 100px 0 40px 0;
}
.blogtitle {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  /*box-shadow: 10px 10px 20px #4270ec;*/
  box-shadow: 10px 10px 30px rgba(66, 112, 236, 0.15);
  padding: 30px 50px 10px 50px;
  text-align: left;
}
.blogtitle img {
  width: 100%;
}
.blogtitle h2 {
  color: #262250;
  font-size: 1.126rem;
  font-weight: 500;
  padding: 21px 0 11px 0;
}
.blogtitle h3 {
  color: #000;
  font-size: 0.876rem;
  font-weight: 600;
}
.blogtitle p {
  color: #000;
  font-size: 0.876rem;
  font-weight: 300;
}
.blogtitle span.rightxt {
  text-align: right;
  color: #000;
  font-size: 0.876rem;
  font-weight: 400;
	float: right;
}
.blogtitle span.leftxt {
  text-align: left;
  color: #262250;
  font-size: 0.751rem; /*12.01px*/
  font-weight: 300;
}

.blogtitle:hover {
	border: 1px solid red;
}

.blogpgtitle {
  padding: 30px 50px 10px 50px;
  text-align: left;
}

.blogpgtitle h1 {
  color: #17469e;
  font-size: 2rem;/* 40.2px*/
  font-weight: 600;
  padding: 21px 0 11px 0;
}
.blogpgtitle h2 {
  color: #000;
  font-size: 1.25rem; /*20px*/
  font-weight: 500;
	padding: 0 0 11px 0;
}
.blogpgtitle h3 {
  color: #000;
  font-size: 1rem; /*16px*/
  font-weight: 700;
	
}
.blogpgtitle p, .legal li, .blogpgtitle ul {
  color: #000;
  font-size: 0.876rem; /*14.01px*/
  font-weight: 300;
}
.blogpgtitle ul li {
  position: relative;
  list-style: none;
}
.blogpgtitle ul li::before {
  content: "-";
  position: absolute;
  left: -15px;
}
.blogpgtitle span {
  color: #262250;
  font-size: 0.751rem; /*12.01px*/
  font-weight: 300;
}
.olalphalower {
  list-style: lower-alpha;
}
.olromanlower {
  list-style: lower-roman;
}
.pad0 {
  padding: 0;
}
.pl14 {
  padding-left: 14px;
}
.lipb10 li {
  padding-bottom: 10px;
}
.lipb0 li {
  padding-bottom: 0;
}





/*about us page start*/
.aboutusbanner {
  padding-top: 160px;
	padding-bottom: 53px;
}
.aboutusbanner img {
  width: 100%;
}
.aboutustitle {
  background-color: rgba(255, 255, 255, 0.8);
}
.aboutustitle img {
  width: 100%;
}
.aboutustitle h2 {
  color: #17469e;
  font-size: 2.25rem;/*36px*/
  font-weight: 600;
  padding: 21px 0 11px 0;
}
.aboutustitle h3 {
  color: #000;
  font-size: 0.876rem;
  font-weight: 600;
}
.aboutustitle p {
  color: #000;
  font-size: 1.125rem;/*18px*/
  font-weight: 400;
	line-height: 33px;
}



.vision{
  text-align: center;
}

.vision .wrepper {
  background:#17469e;
  padding: 40px 0 0px 0;
}

.visiontile {
  padding: 20px 50px 0 50px;
  text-align: left;
}
.visiontile.orange {
  background-color: rgba(241, 89, 34, 0.8);
}
.visiontile.orange h3, .tile.orange p {
  color: #fff;
}
.visiontile h3 {
  color: #ffffff;
  font-size: 2.25rem;/*36px*/
	line-height: 44.84px;
}
.visiontile p {
  color: #ffffff;
  font-weight: 300;
	font-size: 17.98px;
	line-height: 29.97px;
  max-width: 420px;
  margin: 10px 0 20px;
}

.team h2 {
  color: #17469e;
  font-size: 2.25rem;
  font-weight: 600;
	padding: 40px 0 0px 0;
	text-align: left
}



/*careers page start*/
.careersbanner {
  padding-top: 160px;
  padding-bottom: 75px;
}
.careersbanner img {
  width: 100%;
}
.lifeAt, .joinus {
  padding-bottom: 50px;
}
.lifeAt img{
  width: 100%;
}
.lifeAt h3, .whyhere h3, .joinus h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #17469e;
  margin-bottom: 45px;
}
.lifeAt .row.full {
  margin: 0;
}
.whyhere {
  padding-bottom: 75px;
}
.whyhere p, .joinus p {
  font-size: 1.13rem;
  line-height: 2rem;
  margin-bottom: 30px;
}
.whyhere_icon p {
  font-size: 1rem;
  line-height: 1.25;
  padding-top: 15px;
  margin-bottom: 20px;
}
#accordionJoinus {
  max-width: 860px;
  width: 100%;
}
#accordionJoinus .card-header {
  background-color: #17469e;
}
#accordionJoinus .btn {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  border: 0 none;
  background-color: transparent;
  padding-left: 0;
  margin: 0;
  box-shadow: none;
  /* position: relative;
    
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; */
}
.card-body h3{
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}
.card-body p{
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-top: 15px;
  margin-bottom: 20px;
	font-weight: 400;
}
.card-body ul{
  font-size: 1.125rem;
  line-height: 1.875rem;
	font-weight: 400;
}

#accordionJoinus .btn::after {
  flex-shrink:0;
  width:1.25rem;
  height:1.25rem;
  margin-left:auto;
  content:"";
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat:no-repeat;
  background-size:1.25rem;
  transition:transform .2s ease-in-out;
}
#accordionJoinus .btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}


/* Team */

.topbanner {
  background-color: #494C54;
  padding: 80px 80px 50px;
  min-height: 240px;

}
.topbanner h2 {
  padding: 50px 0 0;
  max-width: 480px;

}
.author {
  font-size: 0.9rem;
  font-weight: 400;
}

.filter .form-group {
  display: inline-block;
  width: 200px;
}
.filter .form-group select {
  border-radius: 25px;
  padding: 0 20px;
  font-size: 0.8rem;
}


p.mail a{
  text-decoration: none;
  color: #666464;
}



.bdr_bottom {
  border-bottom: 1px solid rgba(0,0,0,.2);
}


/* Blogs */

.blogs .topbanner {
  padding: 80px 0 0;
}
.blogs .topbanner {
  color: #fff;
  background: url('../img/blog_banner.jpg') no-repeat 0 0;
  background-size: cover;
}
.blogs .topbanner h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  padding: 50px 0 40px;
}
.blogfilter {
  color: #3E3E3E;
  padding: 24px 0;
  background: #efefef;
}
.blogfilter .filter .btn.active {
  background-color: #000;
  color: #fff;
}
.blogfilter .filter .btn {
  color: #3E3E3E;
  width: auto;
  font-size: 1rem;
  text-transform: capitalize;
  border: 1px solid #d2d2d2;
  transition: .2s;
  margin-right: 20px;
}
.blogfilter .filter .btn:hover {
  border: 1px solid #000;;
  background-color: #000;
  color: #fff;
}
.blogthumb img {
  max-width: 100%;
}
.blogscontainer {
  padding: 50px 0;
  background-color: #efefef;
}
.blogscontainer .blog {
  padding: 15px;
}
.blogscontainer .blogexcerpt p {
  font-size: 0.9rem;
  color: #666;
}
.blogscontainer .blogexcerpt {
  padding: 20px 25px;
  color: #3E3E3E;
  background-color: #fff;
}
.blogscontainer .blogexcerpt .catagory {
  font-size: 0.8rem;
  font-weight: 400;
  color: #4C66A8;
  text-transform: uppercase;
}
.blogscontainer .blogexcerpt .title {
  font-size: 1.2rem;
  font-weight: 400;
}
.blogscontainer .blogexcerpt .published {
  color: #666;
  font-size: .7rem;
}
.blogscontainer .blogexcerpt .published span {
  padding-right: 15px;
}
.loadmore {
  text-align: center;
  color: #3e3e3e;
  margin-top: 50px;
}
.loadmore span {
  display: block;
  font-size: .8rem;
}
.loadmore a {
  font-size: 3rem;
  background: #c4c4c4;
  padding: 0 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

.blogdetail {
  color: #666464;
}
.blogdetail .topbanner {
  min-height: auto;
  background-color: #efefef;
  padding-bottom: 0;
}
.topbanner .backtoblogs {
  display: inline-block;
  margin: 20px 0;
}
.blogdetail .content {
  padding-top: 30px;
}
.blogdetail .content .catagory {
  font-size: 1rem;
  color: #4C66A8;
  text-transform: uppercase;
}
.blogdetail .content h1 {
  color: #3E3E3E;
}
.published_container span {
  line-height: 42px;
  padding-right: 25px;
}
.blogdetail .banner {
  margin: 30px 0;
}
.blogdetail .banner_ad {
  margin: 15px 0;
}
.blogdetail .banner img, .blogdetail .banner_ad img {
  max-width: 100%;
}
.blogdetail .banner .credit {
  color: #666464;
  font-size: .7rem;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.blogdetail .sp_thanks {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px dashed #000;
}
.blogdetail .share_buttons {
  margin-bottom: 40px;
}
.blogdetail .share_buttons span{
  border: 1px solid #EAEAEA;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: inline-block;
}
.blogdetail .share_buttons a {
  display: inline-block;
  padding: 12px 20px;
  color: #3E3E3E;
}
.blogdetail .share_buttons a.sharefb {
  border-right: 1px solid #eaeaea;
}
.blogdetail .share_buttons a.sharefb::before {
  content: "\f09a";
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-weight: 900;
}
.blogdetail .share_buttons a.sharett::before {
  content: "\f099";
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-weight: 900;
}
.blogdetail .tags {
  font-size: .8rem;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
}
.blogdetail .tags span {
  padding-right: 15px;
}
.blogdetail .tags a {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  background-color: #3E3E3E;
  border-radius: 20px;
}

.aboutAuthor .title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 20px;
}
.aboutAuthor p {
  font-size: 0.8rem;
  color: #666464;
}
.articlesContainer .snip {
  position: relative;
  color: #666464;
  padding-top: 0;
  display: inline-block;
  width: 65%;
}
.articlesContainer .articleThumb {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.articlesContainer .snip .datecontainer p {
  margin-right: 25px;
}
#otp {
  margin-bottom: 15px;
}
/*.getintouchform {*/
/*  background-color: #17469e;*/
/*  width: 90%;*/
/*  max-width: 400px;*/
/*  position: fixed;*/
/*  top: 25%;*/
/*  right: -101%;*/
/*  padding: 30px 30px 0;*/
/*  border-radius: 15px 0 0 15px;*/
/*  z-index: 2;*/
/*}*/

.getintouchform {
  background-color: #17469e;
  width: 90%;
  max-width: 380px;
  position: fixed;
  top: 16%;
  right: -101%;
  /*padding: 30px 30px 0;*/
  padding: 10px 20px 10px 30px;
  border-radius: 15px 0 0 15px;
  z-index: 2;
  /*max-height: 480px;*/
  max-height: max-content;
  /*overflow-y: scroll;*/
  box-shadow: -3px 10px 20px rgba(0, 0, 0, 0.8);
}


.getintouchform .form-group {
  margin-bottom: 0rem;
}
.getintouchform .form_container .btn {
    font-size: 1.2rem;
    margin: 5px 0px 5px 0px;

}
.closeGit {
  position: absolute;
  /*top: 12px;*/
  top: 5px;
  right: 14px;
  color: #fff;
  /*width: 24px;*/
  /*height: 24px;*/
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.closeGit img {
  width: 100%;
  height: auto;
}
.institute_thumb, .tutor_thumb, .parent_thumb, .student_thumb {
  width: 174px;
  margin: 0 auto;
  height: 174px;
  background: url('../img/professional_thumb.png') 0 0 scroll no-repeat;
}
.devish_thumb, .pamit_thumb, .vikram_thumb, .amit_thumb {
  width: 174px;
  margin: 0 auto;
  height: 174px;
  background: url('../img/management_thumb.png') 0 0 scroll no-repeat;
}
.tutor_thumb, .amit_thumb {
  background-position: -174px 0;
}
.parent_thumb, .vikram_thumb {
  background-position: -350px 0;
}
.student_thumb, .pamit_thumb {
  background-position: -525px 0;
}






.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workingin {
  background-color: #ebebeb;
  padding: 30px 0;
}
.workingin h3 {
  color: #002ba9;
}

.testimonial {
  background-color: #fff;
  margin-top: 30px;
  margin-right: 10%;
  padding: 20px;
  border-radius: 100px 0 0 100px;
}
.testimonial .pic {
  padding-right: 30px;
}
.testimonial .description {
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.wapp {
  position: fixed;
  right: 50px;
  bottom: 20px;
}








.login-btn, .navigation-center {
  display: none;
}
.heighlight {
  color: #4C66A8;
}
.left {
  float: left;
}
.right {
  float: right;
}
a:hover {
  text-decoration: none;
}
footer {
  background: #fff;
  padding: 2rem;
}
footer p.title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #262250;
}
footer p {
	font-size: 1rem;
	color: rgba(38,34,80,0.5);
	margin-bottom: 20px;
}
footer a.links {
	display: block;
	color: rgba(38,34,80,0.7);
	padding-bottom: 10px;
}
.desk {
  display: block;
}
.mobile {
  display: none;
}
/* .socialicons i{color: #686585; padding-right: 5px;} */


#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

/*#video-popup-container {	*/
/*  display:none;	*/
/*  position: fixed;	*/
/*  z-index: 996;	*/
/*  width: 90%;	*/
/*  left: 50%;	*/
/*  margin-left: -45%;	*/
/*  top: 20%;	*/
/*  background-color: #fff;	*/
/*}*/

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  background-color: #000;
  line-height: 35px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

/* 06042023 */
.socialicons i {
  color: #686585;
  padding-right: 5px;
}
/* .fa {
  padding: 4px;
  font-size: 16px;
  width: 25px;
  text-align: center;
  margin: 5px 10px;
  height: 22px;
  border-radius: 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #686585; 
  color:white;
  margin-left: 1px;
}
.fa-linkedin {
   background: #686585; 
  color:white;
  margin-left: 60px;
  font-size: 14px;
}
.fa-twitter {
  background: #686585; 
  color:white;
}
.fa-instagram {
  color: #686585;
  font-size: 21px;
}
.youtube_one{
  background: white;
  color: #686585;
  font-size: 25px;
  top: 12p;
  position: absolute;
  top: 153px;
} */
/* style="font-size:26px;color:#686585" */

.main_container{

}
.img_for {
  display: flex;
}

 .aboutusbanner_one{
position: relative;
text-align: center;
color: white;
}  
.first-txt {
  position: absolute;
  color: #17469e;
  font-size: 32px;
  font-weight: 600;
  top: 42%;
  left: 28%;
  transform: translate(-50%, -50%);
  text-align: left;
  } 
  .first-text {
    color: #F45a22;
    font-size: 32px;
  font-weight: 600;
  padding-left: 9px;
    position: absolute;
    top: 53%;
    left: 21%;
    transform: translate(-50%, -50%);
    display: flex;
    }
    .test_one{
      color: #17469e;
      padding-left: 9px;
    }
.Created_three{
  text-align: left;
  color: #464646;
 
}
.Created_one {
  text-align: left;
  color: #464646;
  /* margin-top: 80px; */
  position: relative;
  top:75px;
}
.sub-con{
  display: flex;

}
.Created_two {
  border-radius: 15px;
  /* padding: 30px 50px; */
  text-align: left;
  color: #464646;
  margin-top: 73px;
}

.various_features {
  color: #17469e;
  font-size: 35px;
  font-weight: 600;
  padding: 21px 0 11px 0;
}

.para_font {
  font-size: 16px;
}

.tutors_students {
  padding-top: 75px;
}

.dot_li {
  line-height: 210%
}

.Benifits_Testpro {
  display: flex;

}

.For {
  display: flex;
  padding-left: 12px;
}

.side {
  display: flex;
}

.dis {
  display: flex;
  margin-top: 70px;
}
.dis1 {
  display: flex;
  margin-top: 40px;
}

.Structure {
  font-size: 14px;
  font-weight: 500;
  padding-top: 6px;
}

b.bol {
  padding-left: 25px;
}

.TestPro {
  background-image: linear-gradient(to right, #0098f4, #1b3f8f);
  height: 132px;
  border-radius: 10px;
  text-align: left;
  padding-left:40px;
  align-items: center;
  font-size: 30px;
  color: white;
  font-weight: 40px;
  margin-right: 30px !important;
  /* margin-right: 59px; */
  margin-left: -15px;
  padding-top: 20px;
  font-weight: 600;
  line-height: 35px;
}
.features_include {
  margin-top: 30px;
}
.Benifits_Testpro {
  box-sizing: border-box;
  width: 1034px;
  height: 132px;
  border: none;
  box-shadow: 0px 0px 8px 8px #E8E8E8;
  margin-left: 34px;
  border-radius: 14px;
  position: relative;
  margin-top:22px;
  margin-bottom: 24px;
}

.for_one {
  color: #17469e;
  font-weight: 50px;
  font-weight: bold;
}

.tutor {
  color: #F45a22;
  font-weight: 50px;
  font-weight: bold;
  margin-left: 4px;
}

.thirdbox {
  margin-left: 25px;
  margin-top: 12px;
}

.Fortutor {
  border-right: 1px solid grey;
  height: 106px;
  margin-left: -21px;
  margin-top: 12px;
}

.read {
  color: #17469e;
  font-size: 14px;
  font-weight: 500;
}

.read_two {
  color: #17469e;
  margin-top: 19px;
  font-size: 14px;
  font-weight: 500;
}

.Daily_prac {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  display: flex;

}

.Daily_prac_two {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-left: 25px;
  display: flex;
}

.Daily_prac_three {
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-top: 20px;
  display: flex;
}

.Daily_prac_four {
  box-sizing: border-box;
  box-shadow: 2px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-left: 25px;
  margin-top: 20px;
  display: flex;
}

.Daily_prac_five {
  box-sizing: border-box;
  box-shadow: 2px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-top: 20px;
  display: flex;
}

.Daily_prac_six {
  box-sizing: border-box;
  box-shadow: 2px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-left: 25px;
  margin-top: 20px;
  display: flex;
  height: 94px;
}

.Daily_prac_seven {
  box-sizing: border-box;
  box-shadow: 2px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 3px #E8E8E8;
  border-radius: 14px;
  margin-top: 24px;
  display: flex;
  height: 82px;
}

.hov:hover {
  border: 2px solid #F45a22 !important;
  overflow: hidden;
  box-shadow: none;
}
.hov{
  border:2px solid transparent;
}

.hov:hover {
  color: #F45a22;
}
.blue_img {
  display: block;
}
.red_img {
  display: none;
}
.hov:hover .blue_img {
  display: none;
}
.hov:hover .red_img {
  display: block;
}
.Generate:hover,
.Generate {
  color: black !important;
}

.over_fea {
  margin-top: 31px;
  padding: 12px;
}

.arrow {
  display: flex;
  justify-content: flex-end;
  padding-right: 18px;
}

.Paper_Generate {
  margin-left: 12px;
  margin-top: 12px;
}
.Paper_Generate_online{
  margin-left: 12px;
  margin-top: 6px; 
  padding-bottom: 0px;
} 
.Paper_Generate_world{
  margin-left: 12px;
  margin-top: 4px;
}
.Paper{
  font-size: 19px;
}
.Generate {
  font-size: 8px;
  font-size: 14px;
  font-weight: 500;
}

.color_one {
  background-color: #EDEDED;
  margin-top:25px;
  padding-bottom: 50px;
}

.colr {
  color: #17469e;
  font-weight: 600;
}

.for_down {
  color: #F45a22;
  font-size: 21px;
  padding-left: 20px;
  font-weight: 600;
}

li {
  color: #17469e;
}
.text{
font-size: 18px;
}
li span {
  color: black;
  font-size: 16px;
}

.image_book {
  margin-top: 10px;
  
}
.tab_img{
  padding-right: 22px;
}
.down{
  margin-top: 45px;
}
.bemas {
  color: #F45a22;
}
.sub-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    
}
img.tab_img {
  width: 100%;
}

/* end 06042023 */




@media only screen and (max-width: 1280px) {


  .tutoring h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .tutcopy p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
  .tutcopy .btn-wrapper {
    padding-top: 10px;
  }
  .getintouchform .form_container label {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
    line-height: 1;
  }
  .getintouchform .form-group {
    margin-bottom: 0.4rem;
  }
  .getintouchform .form_container .btn {
    font-size: 0.8rem;
    min-height: 30px;
    padding: 5px 20px;
  }
  .getintouchform .form-control {
    font-size: 0.7rem;
    /*line-height: 17;*/
    height: calc(1.5rem + 2px);
  }
  .trust .topcontent {
    padding: 0 67px 30px;
  }
  .trust .trust-right-copy .pb-50 {
    padding-bottom: 15px;
  }
  .trust .trust-right-copy {
    max-width: none;
  }
  .first-txt{
    font-size:25px;
    top:42%;
    left:32%;
    /* padding-left: 10px; */
    margin-left: 7px;

  }
.first-text{
  font-size:30px; 
  top:57%;
    left:23%;
}
.sub-container.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.Created_one {
  width: 100%;
  margin: 0 auto;
}
.Benifits_Testpro {
  height: 185px;
  margin-top: 30px !important;
}
.read{
  padding-top:15px;
}
.Fortutor { 
  height: 130px !important;
}
.TestPro {
  padding-top: 43px;
  height: 155px;
} 


.Generate {
 padding-bottom: 10px;
}
.arrow {
 
  /* padding-top: 13px; */
}
.Created_one1{
  display: none;
  margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
 }
 .Created_one{
  display:block;
 }
 .Benifits_Testpro {
  width:unset !important;
  height: 155px !important;
  margin-top: 0;
  display: flex !important;
  flex-direction: row;
  margin-left: 0;
}



.fructure{
  display:none;
}
.fructure1{
  display: block !important;
}
}
@media (min-width:767px) and (max-width:1024px) {
  .first-txt {
    font-size: 22px;
    top: 42%;
    left: 30%;
    /* padding-left: 10px; */
    margin-left: 7px;
}
  .read{
    position: unset !important;
   bottom: 5px;
 }
 .new-margin{
  margin-left: 20px !important;
 }
  .TestPro{
    font-size: 25px;
    padding-left: 20px;
    margin-right:0 !important;
  }
  .Created_one{
    top:unset;
  }
  .read{
    padding-top:0px;
  }
  .Created_two{
    margin-top:40px;
  }
  .Benifits_Testpro{
    margin-top: 35px;
  }
  .border-btm{
    display: none;
  }
  .Fortutor {
    border-right: 1px solid grey;
  
}
.dis.row.new-flex {
  display: flex;
  flex-direction: column-reverse;
}
.read_two {

  position: absolute;
  bottom:10px !important;
}
.side.side1 {
  flex-direction: column;
}
.Daily_prac_two.hov {
  margin-left: 0px;
  margin-top: 20px;
}
.Daily_prac_four.hov,.Daily_prac_six {
  margin-left: 0px;
}
}
@media (min-width: 992px) and (max-width: 1024px)
{
  .dis.row.new-flex{
    flex-direction: unset !important;
  }
  .side.side1{
    flex-direction: unset !important;
  }
  .Daily_prac_two{
    margin-left:25px !important;
    margin-top:0 !important;
  }
  .Daily_prac_four.hov, .Daily_prac_six{
    margin-left:25px;
  }
   .read_two{
    position: absolute;
    bottom: 24px !important;
} 
.read {
  /* padding-top: 5px; */
}
.TestPro {
  /* padding-left: 75px; */
}
.Created_one {
  top: 40px !important;

}
}
/* Responsive */
@media only screen and (max-width: 768px) {
  p.bemaster{
    text-align: left;
  }
  .TestPro{
    font-size: 25px;
    padding-left: 20px;
  }
  .Created_two{
    margin-top:40px;
  }
  .Benifits_Testpro{
    margin-top: 35px !important;
  }
  .dis.row.new-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .various_features{
    text-align: left;
  }
  .side.side1 {
    flex-direction: column;
  }
  .Daily_prac_two.hov {
    margin-left: 0px;
    margin-top: 20px;
  }
  .Daily_prac_four.hov,.Daily_prac_six {
    margin-left: 0px;
  }
  .read_two {

    position: absolute;
    bottom: 19px;
  }
  .read{
     position: absolute;
    bottom: 5px;
  }
  .fructure{
    display:none;
  }
  .fructure1{
    display: block !important;
  }
  .testimonial {
          height: 100%;
      }
      .owl-carousel .owl-item {
          height: 550px;
      }
    .pro-card1{
        display: flex !important;
        align-items: center !important;
    }
    .thumb1{
            padding: 0px 15px 0px 0 !important;
    }
    .pull-left1 {
        float: none !important;
    }
    
    .getintouchform .form-group {
        margin-bottom: 0rem !important;
    }
    .getintouchform {
      height: 460px;
      overflow: scroll;
    }
    #get_city{
        margin-bottom: 8px;
    }
  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }

  .login-btn, .navigation-center {
    display: block;
  }
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }

  .slider-content {
    padding: 0 2%
  }

  .navigation {
    padding: 0 2%;
    height: 76px;
  }
  .tutoring, .featuresbanner, .careersbanner {
    padding-top: 76px;
    padding-bottom: 75px;
  }
  .aboutusbanner, .blogsbanner {
    padding-top: 76px;
  }
  .features1 {
    padding-top: 0;
  }
  .getintouch, .getintouchform {
    /*top: 12%;*/
    top: 16%;
  }
  .getintouch img {
    width: 30px;
  }
  .closeGit {
    width: 20px;
    height: 20px;
  }
  .blogs img{
      width: 100%;
  }
  .getintouchform .form_container label, .getintouchform .form-control, .getintouchform .form_container .btn {
    font-size: 0.8rem;
  }
  .getintouchform .form_container label.form-check-label {
	font-size: 0.7rem;
 }
  .getintouchform .form_container .btn {
        margin-top: 10px;
        min-height: 38px;
  }
  .getintouchform .form-group {
    margin-bottom: 1rem;
  }
  .navigation-left {
    margin-left: 10px;
    max-width: 200px;
  }
	.navigation-right {
		flex-direction: column;
		position: absolute;
		right: -100%;
		top: 0;
		background-color: #fff;
		max-width: 300px;
		height: 100vh;
		width: 100%;
		padding-top: 100px;
		z-index: 9;
		transition: .2s ease-in;
	}
	.navigation-right a {
		height: auto;
		line-height: 2;
		font-size: 1.5rem;
	}
	.navigation-right .login-btn {
		position: absolute;
		top: 18px;
		right: 22px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		font-size: 0;
    background: transparent;
	}
	.navigation-right .login-btn::before {
		content: "";
    background-image: url(../img/icon_close.png);
    background-size: contain;
    background-position: 0 0;
		font-size: 1.5rem;
		font-weight: 600;
		position: absolute;
		left: 0;
		top: 2px;
		width: 28px;
    height: 28px;
		color: #244598;
	}
	.navigation-center{
		position: absolute;
		top: 28px;
		right: 20px;
		margin: 0;
	}
	#menuToggle {
    display: block;
    position: relative;
    width: 34px;
    /* float: left; */
    top: 0px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input {
    display: block;
    width: 38px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle span {
    display: block;
    width: 26px;
    height: 4px;
    margin-bottom: 4px;
    position: relative;
    background: #666;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

.services_wrepper ul li{
	width: 33.333%;
}

.blogfilter .filter .btn {
  margin-right: 10px;
  padding: 6px 25px;
  margin-bottom: 10px;
}
.topbanner {
  padding: 80px 10px 50px;
}

.tutoring h1 {
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  padding-top: 40px;
}
.tutoring .tutcopy, .tutcopy p {
  padding: 0;
  margin-bottom: 1.2rem;
}
.tutcopy p, p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tutoring h1 span {
  white-space: nowrap;
}
.tutcopy .btn-wrapper {
  padding-top: 10px;
}
.pd-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta_btn {
  padding: 10px 25px;
}
.playnow {
  margin-left: 20px;
}
.playnow img {
  height: 40px;
  width: auto;
}
.trust h2, h2 {
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  
}
.trust .topcontent {
  padding: 30px 15px 0px;
  width: 100%;
  display: none;
}
.pb-50 {
  padding-bottom: 5%;
}
.trust-right-copy .cta_btn {
  display: block;
  margin: 0 auto;
  max-width: 140px;
  text-align: center;
}
.benefits .wrepper {
  background: url(../img/benefits_bg_m.jpg) 0 0 scroll no-repeat;
}
.benefits p:first-child {
  margin: 0 15px 40px;
}
.tile {
  padding: 30px 20px;
  text-align: center;
}
.tile p {
  margin: 10px 0 10px;
}
.tile h3 {
  font-size: 22px;
}
.trust, .benefits, .professional, .bookdemo {
  padding-bottom: 50px;
}
.professional h2 {
  margin-bottom: 30px;
}

.pro-card {
  border-radius: 0;
  background-color: #eeeeee;
  padding: 20px 20px;
}
.pro-card .thumb {
  width: 115px;
  padding: 0px 15px 10px 0;
}
.pro-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.pro-card .disc {
  text-align: left;
  clear: none;
  min-height: 150px;
  width: calc(100% - 115px);
}
.form_wrapper {
  padding: 40px 20px;
}
.form_container h3 {
  font-size: 22px;
  text-align: center;
}
.orange_bg.gray_bg {
  background-color: #eeeeee;
}
.team .pro-card .disc {
  min-height: auto;
}
.form_wrapper {
  border-radius: 0;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}


.features1, .features2, .features3, .features4 {
  padding-top: 76px;
}
.feature {
  padding-left: 0;
  padding-right: 0;
}
.feature h3{
  font-size: 22px;
}
.feature ul {
  padding-left: 15px;
  margin-bottom: 0;
}
#accordionJoinus .btn {
  white-space: inherit;
}
.lifeAt h3, .whyhere h3, .joinus h3 {
  font-size: 22px;
}
.lifeAt .row, .joinus .row {
  margin-left: 0;
  margin-right: 0;
}

.aboutustitle h2 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 0;
}
.aboutustitle p {
  font-size: 1rem;
  line-height: 1.5;
}
.visiontile {
  padding: 0;
}
.visiontile h3 {
  font-size: 22px;
}
.visiontile p {
  font-size: 1rem;
  line-height: 1.5;
}
.team h2 {
  font-size: 22px;
}
footer {
  padding: 1rem;
}
.blogtitle {
  padding: 20px 20px 10px
}
.bloghead h3 {
  padding: 50px 0 20px;
  font-size: 22px;
}

.blogtitle h2 {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0;
}
.testimonial {
  margin-right: 0;
  border-radius: 0;
}
.testimonial .pic {
  text-align: center;
  padding-bottom: 20px;
}

.wapp {
  position: fixed;
  right: 50px;
  bottom: 20px;
  width: 50px;
}
.wapp img {
  width: 100%;
  height: auto;
}

.institute_thumb, .tutor_thumb, .parent_thumb, .student_thumb, .devish_thumb, .pamit_thumb, .vikram_thumb, .amit_thumb {
  width: 100px;
  height: 100px;
  background-size: cover;
}
.tutor_thumb, .amit_thumb {
  background-position: -100px 0;
}
.parent_thumb, .vikram_thumb {
  background-position: -200px 0;
}
.student_thumb, .pamit_thumb {
  background-position: -302px 0;
}


.navneetSwiper {
  background-color: #17469e;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  /*display:none;*/
}
.navneetSwiper .swiper-slide {
  background-color: transparent;
}

.blogpgtitle {
  padding-left: 0;
  padding-right: 0;
}
.blogpgtitle h1 {
  font-size: 22px;
}
.blogpgtitle h2 {
  font-size: 18px;
  text-align: left;
}
.roundedTop {
  border-radius: 20px 20px 0 0;
}
.roundedBottom {
  border-radius:  0 0 20px 20px;
}

.first-text {
  font-size: 15px;
  top: 58%;
  left: 21%;
}
/* .first-txt {
  font-size: 14px;
} */
.Created_one {
  width: 100%;
  margin: 0 auto;
}
.various_features {
 font-size: 25px;
 }
 .Created_one1{
  display: block;
    width:100%;
    text-align: left;
    margin: 0 auto;
 }
 .Created_one{
  display: none;
 }
 .Created_two {
  margin-top: 25px;
}
.Daily_prac_six{
  height: 160px;
}
.Daily_prac_seven {
  height: 110px;
}
.image_book{
  display: flex;
  align-items: center;
  margin-top: 0;
}
.para_font {
  font-size: 14px;
  text-align: left;
}
.Benifits_Testpro {
  width: unset;
  height: unset !important;
  margin-top: 0;
  display: flex;
  /* flex-direction: column; */
  margin-left: 15px;
  margin-right: 15px;
}
.Fortutor{
  /* border-right: none; */
  margin-top: 15px;
}
.thirdbox{
  margin-left: 0;
  padding-bottom: 10px;
}
.TestPro{
  margin-right:0px !important;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.Fortutor {
  margin-left: 0px;
}
.first-text{
  position: unset;
  transform: unset;
  display: flex;
    align-items: center;
    justify-content: center;
}
.new-flex{
  display: flex;
  flex-direction: column-reverse;
}
.nwe-cls{
  padding-left:0px !important;
  padding-right: 0px !important;
}
.border-btm {
  width: 100%;
  border-bottom: 1px solid grey;
  margin-top: 10px;
}
}
@media (min-width:320px) and (max-width:767px) {
  .first-txt {
    font-size: 10px !important;
    left: 29% !important;
}
  .Fortutor {
    height: unset !important;
    border-right:none !important;
}
.read {
  position: unset !important;
}
.read_two {
  position: unset !important;
}
}

@media only screen and (max-width: 600px) {

  .getintouchform {
    height: max-content;
    overflow: scroll;
}
.Daily_prac_seven {
  /* height: 160px; */
}
.Benifits_Testpro {
  width: unset;
  height: unset;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  margin-left:15px;
}
.Fortutor { 
  height: unset !important;
}
.Generate {
margin-bottom:0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.Paper {
  font-size: 15px;
}
.Daily_prac_six {
  height: 129px;
}
.Daily_prac_seven {
  height: 90px;
}
.Fortutor{
  border-right: none !important;
  margin-top: 15px;
}
.read_two {
  position: unset !important;
  bottom: 19px;
}
.read{
position: unset !important;
}
.dis {
  display: flex;
  margin-top: 0px;
}
}

@media only screen and (max-width: 320px) {
.first-txt {
  font-size: 7px !important ;
 
}

  .playnow {
    display: inline-block;
    margin: 20px 0 0;
  }
  .Fortutor{
    border-right: none !important;
    margin-top: 15px;
  }
  .Fortutor { 
    height: unset !important;
  }
  .read_two {
    position: unset !important;
    bottom: 19px;
}
.read{
  position: unset !important;
}
.dis {
  display: flex;
  margin-top: 0px;
}
  

}