
.video_section {margin-top: 60px;margin-bottom: 60px;text-align: center;}
#myVideo:focus{outline:none;}
.video_section_row{width: 75%;margin: 0 auto;margin-top: 2em;}

.fa-caret-down::before {
    content: "\f0d7";
	font-size: 34px !important;
	
}
.fa-caret-up::before {
    content: "\f0d8";
    font-size: 34px!important;
    position: relative !important;
    bottom: 3px !important;
	left: 10px;
}

.fa{
	    display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
		font-size: inherit;
		position: relative !important;
}
/*#heading_science{margin-top: -34px!important;}
#heading_math{margin-top: -34px !important;}*/
.container.learning_section {min-height: 50em;height:auto;}	

.tfree-client-testimonial p strong{font-weight:100!important;}
#sp-testimonial-free-wrapper-3550 .sp-testimonial-free-section .tfree-client-testimonial p{color:#565656 !important;}

.sp-testimonial-free{width:82%!important;}
#sp-testimonial-free-wrapper-3550 .sp-testimonial-free-section{margin-left: 76px!important;margin-right: 94px!important;}
.tfree-testimonial-title h3{font-family: Metropolis Bold !important;
color: #0093FF !important;}
h2.vc_custom_heading.testi_1{text-align: center!important;font-weight: bold!important;color: #4B4B4B!important;font-family: metropolis bold!important;margin-top: 43px!important;margin-bottom: 0px!important;}
.fa-angle-left {
    margin-left:62px!important;
    color: #0093FF!important;
    display:none;
}
.fa-angle-right {
    margin-right:58px!important;
    color: #0093FF!important;
    display:none;
}
.sp-testimonial-free-section .tfree-client-rating{margin-left: -26px!important;}
.slick-slide.slick-current.slick-active img, .slick-slide.slick-active img{width: 109px!important;margin-top: 16px!important;}
   #sidenav,#flip {
  /*height: 100%;*/
  width: 200px;
  position: fixed;
  color: #818181;
  z-index: 1;
  margin-top: 150px;
  margin-left:30px;
 background: purple;
  overflow-x: hidden;
   border-radius:50px;
  padding-top: 10px;
}
.column {  
  width: 85%;
  padding: 5px;
  margin: 0 auto;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
         
        .box {
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
}

.box select {
  background-color: #8E5EFC;
  background-image: linear-gradient(to right,#8D5EFC,#737CFC);
  color: white;
  padding: 0 35px;
  width: 290px;
  height: 95px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 25px;
}

.box::before {
  content: "\f13a";
  /* font-family: FontAwesome; */
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 58px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}
.box select:after{ border-radius:0px;}
.box select option {
  padding: 30px;
}

.custom-select {
  position: relative;
  font-family: Arial;
  bottom: 185px;
    left: 2.7em;
}
#hidden{
       display:none;
    }

.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected1 {
    margin-top: 1px;
    font-size: 20px;
    font-color:white;
    border-radius: 25px;
    background-color: #8E5EFC;
    background-image: linear-gradient(to right, #8E5EFC , #737CFC);
    padding: 30px 20px !important;
}
#select1
{
    margin-top: -0.01em;
    min-width: 12.5em;
    font-size: 20px;
    font-color:white;
    border-radius: 25px;
    background-color: #8E5EFC;
    background-image: linear-gradient(to right, #8E5EFC , #737CFC);
    padding: 30px 20px !important;

}
#select2
{
  margin-top: -10em;
  min-width: 250px;
    font-size: 20px;
    font-color:white;
    border-radius: 25px;
    background-color: #8E5EFC;
    background-image: linear-gradient(to right, #8E5EFC , #737CFC);
    padding: 30px 20px !important;

}





.select-selected {
    margin-top: 12px;
    font-size: 20px;
    border-radius: 25px;
    background-color: #8E5EFC;
    background-image: linear-gradient(to right, #8E5EFC , #737CFC);
    padding: 30px 20px !important;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 44px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}





/*style the arrow inside the select element:*/
.select-selected1:after {
  position: absolute;
  content: "";
  top: 44px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 35px;
  font-size:55px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
  
}
.select-items div,.select-selected1 {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
  
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #8E5EFC;
  font-size: 22px;
    background-image: linear-gradient(to right, #8E5EFC , #737CFC);
  top: 80%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


.btn_learning_class{background-color: #8E5EFC;background-image: linear-gradient(to right, #8E5EFC , #737CFC);
    border: 0px solid #8E5EFC;width: 77%;height: 55px;text-align: left;font-size: 22px;}
	.dropdown-toggle.btn_learning_class{border-radius: 20px;
    min-height: 75px;}
	.btn_learning_class_optns.btn_learning_class{border-bottom-left-radius:20px;border-bottom-right-radius:20px;}
.btn_learning_class_optns{
	margin-top: -18px;
    text-align: left;
    min-height: 100px;
    padding-top: 10px;
}
.subjects_avail_text{font-size:34px;text-align: center; font-weight: bold;color: #4B4B4B;font-family: metropolis bold;margin-top: 40px;
margin-bottom: 20px;}
.dropdown-toggle.btn_learning_class:hover, .dropdown-toggle.btn_learning_class:focus{background-color:transparent !important;}
.btn_learning_class_optns:hover{background-color:transparent !important;}
.custom-select .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color:transparent !important;}
.custom-select .dropdown-menu>li>a{color:#ffffff !important;}
.custom-select btn{padding:6px 18px;}

.custom-select {position: relative;font-family: Arial;bottom: 185px;left: 2.7em;}
.custom-select_science {bottom: 135px;}
.custom-select_math {bottom: 145px;}

/* select box css start here */
p.select_heading {
   background-color: #9556FC;
background-image: linear-gradient(to right, #9556FC , #6190FC);
border: 0px solid #9556FC;
    color: #ffffff;
    float: left;
    width: 100%;
    font-size: 24px !important;
    /* padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 18px; */
	padding: 0.8em 0 1em 15px;
    box-shadow: 0px 4px 13px -2px #ccc !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 18px !important;cursor: pointer; text-align: left; margin: 0 auto;margin-left:-5px;
}
	


.select_type_box {
    width: 75%;margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;	top: -190px;
	position: relative;text-align: center;margin: 0 auto;}
.select_heading_options {
    width: 100%;	
    margin-top: -1.5em;
	float:left;
	margin-left:-5px;
}
p.select_options {
    padding: 10px 10px 10px 0;
    background-color: #9556FC;
    background-image: linear-gradient(to right, #9556FC , #6190FC);
    border: 0px solid #9556FC;
  margin: 0px;
  /* height:65px; */
}
p.select_options a {clor: #ffffff;font-size: 24px; margin-left: 0; cursor: pointer;  width: 88%;
    display: inline-block;text-align:left;}
.select-options{border-bottom-left-radius: 25px !important;
padding-bottom: 35px !important;border-bottom-right-radius: 25px !important;}
    .maths-items{}
    .math-box{position: relative;
    bottom: 12px;}
  .learning_text{font-size: 34px;}
  h2.iecll_head2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    margin-top: 6%;
    margin-bottom: 42px;
    padding-left: 85px;
    font-family: metropolis bold;
    line-height: 48px;
    position: relative;
    top: 0.4em;
}
h3.iecll_text2 {
    color: #0B28A0;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 85px;
    font-family: metropolis medium;
    line-height: 30px;
}
.iecll_text1_2{color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 32px;
    padding-left: 85px;
    /* font-family: metropolis medium; */
    line-height: 32px;
    position: relative;
    top: 0.8em;}
    .email_id_text_2 {
    font-size: 18.5px;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
    bottom: 2px;
}
.classes_text_science{padding-right: 2em; position: relative; top: 5px;}
  .classes_text_maths{padding-right: 2em;position: relative;top: 5px;}
.heading_science{margin-top: 3px;}
.test1_1 div.wpb_text_column{margin-bottom:0px!important}  
i.fa.fa-caret-up {
    font-size: 32px;
    /* position: absolute; */
}  

.elearning_content p{font-size:20px;}
.elearning_content_mobile p{display:none;}
.dropdown_content{
  padding-right: 0;position: relative!important;top: 5px!important;background-color: transparent;
}
.enlish_learning_text{position: relative;text-align:right;bottom: 5em;float: right;right: 1.5em;font-size: 39px;color: #fff;font-family: Metropolis bold!important;margin-top:16px!important;margin-bottom:5px!important;}
.heading_math{margin-top: -14px !important;}
.science_text{position: relative;
    text-align: right;
    bottom: 5em;
    float: right;
    right: 1.5em;
    font-size: 39px;
    color: #fff;
    font-family: Metropolis Bold !important;
    top: -167px;
    margin-top: 32px;
    margin-bottom: 0px;
}
#more {display: none;}
.elearn_video{border: 20px solid transparent;
  border-image: linear-gradient(to bottom, #678AFC, #905CFC);
  border-image-slice: 1;}
 .subject{margin-left: 0px !important;}
.math_text{position: relative;text-align:right;bottom: 5em;float: right;right: 65px;font-size: 39px;color: #fff;left: -85px;font-family: Metropolis Bold !important;margin-bottom: 14px;margin-top: 30px;}

#adv-overlay-popups1{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  cursor: pointer;
}
#share-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.share-text-inner{color: #000;font-family: metropolis;background-color: #fff;border-radius: 30px;cursor: pointer;padding-right: 100px;width: 540px;padding: 8% 2%;font-size: 20px;text-align: center;float:left;}
.sharetitle h2{margin-top: 0;color: #4B4B4B;font-family: metropolis;font-weight: bold;}
.title-message-top{float: left;width: 100%;}
.title-message-top p{font-family: metropolis;font-size: 17px;color: #A9ABAD;line-height: 0.8;}
.shareclsbtnclose{position: absolute;
	font-size: 20px;
	text-align: right;
	width: 45%;
	top:1px;
	color:#454545;
	background: none;
}
.shareclsbtnclose i.fa.fa-close{padding: 2%!important;}
button.shareclsbtnclose:hover{ background: none!important;color:#454545;-webkit-box-shadow: unset !important;-webkit-box-shadow: unset !important;font-size: 20px;}
.buynowimg{width: 60%;margin-bottom: 6%;}
.viewpack{
width: 32%;
margin: 0 auto; 
text-align: center;
padding: 2.5% 2% 5.5% 2%;
background: #1374fc;
color: #fff;
margin-top: 8%;
}
.main_text_popup{color: #4B4B4B;position: relative;text-align:center;font-family: metropolis bold;}
.popupsatfix-screen{overflow:hidden;height:100vh;}
.popupsatfix-close{overflow:visible;height:100%;}
.close {
    color: #4b4b4b;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}


  @media screen and (max-width: 1199px) and (min-width: 992px){
    #share-text {top: 40%;left: 50%;bottom: 0;right: 0;}
    #adv-overlay-popups1{top:0;}
		#adv-overlay-popups2 #share-text {top: 40%;left: 50%;}
		#adv-overlay-popups3 #share-text {top: 40%;left: 50%;}
    .elearning_image img {
      width: 85%;
      margin-left: 40px;
  }
  .subject {
    margin-left: 0px !important;
}
.fa-caret-down::before {
  content: "\f0d7";
  font-size: 25px !important;
  position: relative;
  left: 0;
}
.fa-caret-up::before {
content: "\f0d8";
font-size: 26px!important;
position: relative !important;
bottom: 8px !important;
left: 10px;
}
#back_test_img {margin-top: 0 !important;}
.related_topics_section a.lSNext {
  top: 30%!important;
  /* left: 0; */
}
.related_topics_section a.lSPrev {
  top: 40%!important;
}
#sp-testimonial-free-wrapper-3550 .sp-testimonial-free-section{margin-left: 50px!important;margin-right: 80px!important;}
  .learning_text {
    font-size: 34px;
    /* padding-right: 0; */
    position: relative;
    right: 40px;
}
    .elearning_content p{display:none;}
    .elearning_content_mobile p{display: block;
      line-height: 1.3;
      color: #AEB0B2!important;
      font-family: Metropolis Medium;
      text-align: left;
      font-size: 22px;
      padding: 0 8px;}
    .container.learning_section{min-height:38em;}
    h2.iecll_head2{padding-left: 25px;font-size: 42px;margin-top: 2%;margin-bottom: 40px;}
    h3.iecll_text2{padding-left: 25px;font-size: 22px;line-height: 28px;}
    .iecll_text1_2{top:0em;padding-left: 25px;margin-bottom: 5px;line-height: 24px;font-size: 22px;margin-top: 30px;}
    .email_id_text_2{font-size: 22.5px;}
    .math_text{left: auto;font-size: 35px;}
    .video_section{margin-left: 0;margin-top:0;top: 30px;}
    .elearning_text{margin-top: 3%;}
    .enlish_learning_text{ right: 1.3em;text-align: right;}
    p.select_heading{height: 4em;
      top: 10px;
      right: 0px;
      position: relative;
      padding: 20px 0 0 0;
      width: 100%;
      font-size: 20px !important;}
      p.select_options {
        padding: 10px 10px 10px 10px !important;
        /* font-size: 0 !important; */
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 100%;
      }
      p.select_options a {
        font-size: 21px;}
    
    .dropdown_content{padding-right: 2em !important;left: 10px;}
    .classes_text_science{padding-right: 2em;left: 10px;}
    .classes_text_maths{padding-right: 2em;left: 0;}
    
    .subjects-available{margin-top: 7%;}
  }
 
@media screen and (max-width: 991.98px) and (min-width: 768px)
	{
    #adv-overlay-popups1{top:0;}
    #share-text {top: 36%;left: 42%;bottom: 0;right: 0;}
		#adv-overlay-popups2 #share-text {top: 36%;left: 50%;}
		#adv-overlay-popups3 #share-text {top: 36%;left: 50%;}
    #sp-testimonial-free-wrapper-3550 .sp-testimonial-free-section{margin-left: 0px!important;margin-right: 25px!important;} 
    .subject{margin-left: 0px !important;}
    .swap_in_mob{height:auto;display: block !important;}
    .container.learning_section{min-height:33em;}
    h2.iecll_head2{font-size: 34px;
      margin-top: 1%;
      margin-bottom: -4px;
      padding-left: 25px;
      line-height: 1.1;}
    h3.iecll_text2{padding-left: 25px;font-size: 17px;}
    .iecll_text1_2{top:0em;padding-left: 25px;margin-bottom: 5px;line-height: 24px;font-size: 20px;margin-top: 5px;}
    .email_id_text_2 {
      font-size: 16px;}
      .elearning_content p{display:none;}
      .elearning_content_mobile p{display:block;line-height: 1.3;
        color: #AEB0B2!important;
        font-family: Metropolis Medium;
        text-align: left;
        font-size: 17px;
        padding: 0 8px;
        margin-left: 0;}
     .elearning_image {text-align: center;}   
    .elearning_image img{width: 100%;margin-left: 0px;max-width: 30em;text-align: center;}
    .learning_text {
      font-size: 34px;
      position: relative;
      right: 0.8em;
  }
  
    .elearning_text{margin-top: 0;}
    .video_section{margin:2em 0;padding: 0;top:0;}

    .enlish_learning_text{font-size: 25px;
      text-align: right;
      line-height: 35px;
      bottom: 5.7em;
      right: 1.5em;}
	  .dp1 {top: 9px;right: 2em; float: right;}
    .math_text{float: right;
      font-size: 25px;
      left: -38px;
      /* bottom: -18px; */
      top: -5.3em;}
    .science_text {float: right;font-size: 25px;left: -2em; bottom: -28px;
    top: -6.4em !important;margin-top: 1.8em;}
    .subjects_avail_text{margin-top: 0;}
    p.select_heading{height: 3.3em;
      top: 40px;
      right: 0px;
      position: relative;
      padding: 13px 0 0 13px;
      width: 100%;
      font-size: 20px !important;}
      p.select_options {
        padding: 10px 10px 10px 15px !important;
        /* font-size: 0 !important; */
        position: relative;
        bottom: 7em;
        right: 15px;
        width: 104%;
      }
        p.select_options a {cursor: pointer;
          color: #ffffff;margin-left: 5px;
          font-size: 20px !important;width: 95%;}
    .dropdown_content{padding-right: 2em !important;}
    .classes_text_science{padding-right: 30px;left: 0px;}
    .classes_text_maths{padding-right: 26px;left: 0px;}
    .subjects-available{margin-top: 0%;}
    p.select_options {
      padding: 10px 10px 10px 10px !important;
      /* font-size: 0 !important; */
      position: relative !important;
      bottom: -40px !important;
      right: 0px !important;
      width: 100% !important;
  }
  .fa-caret-down::before {
    content: "\f0d7";
    font-size: 25px !important;
    position: relative;
    left: 17px;
}
.fa-caret-up::before {
  content: "\f0d8";
  font-size: 26px!important;
  position: relative !important;
  bottom: 10px !important;
  left: 1.5em;
	}
	#back_test_img {margin-top: 0 !important;}
  
  } 

  
 @media screen and (max-width: 767px){
	.science_card{position: relative !important;
	bottom: 10px !important;}
	#sp-testimonial-free-wrapper-3550 .sp-testimonial-free-section{margin-left: 0px!important;margin-right: 25px!important;}
	.elearn_video {
	border: 10px solid transparent;
	border-image: linear-gradient(to bottom, #678AFC, #905CFC);
	border-image-slice: 1;
	}
	/* #heading_math {
	margin-top: -17px !important;
	} */
	/*#heading_science {
	margin-top: -28px !important;
	} */
	.container.learning_section{min-height:69em;background-image: url('../images/Invent_education_banner_mobile.png');margin-top:0px;}
	h2.iecll_head2{padding: 0 10px;
	font-size: 33px;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 0px;
	line-height: 30px;}
	h3.iecll_text2{padding: 0 10px;font-size: 16px;text-align: center;margin-top: 30px;line-height: 22px;}
	.iecll_text1_2{padding: 0 10px;font-size: 18px;text-align: center;top: 10px;line-height: 22px;}
	.row.elearning {margin-top: 10%;}
	.elearning_image {text-align: center;}
	.elearning_image img{margin-left: 0;/*width: auto*/;max-width:25em;margin: 0 auto;}
	.email_id_text_2 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	position: relative;
	bottom: 0;
	}
	.swap_in_mob{min-height: 31em !important;height:auto;display: block !important;max-width: 38em;margin: 0 auto;}
	.heading_e-learning{padding:0;text-align: center;}
	.learning_text{font-size: 30px;}
	.elearning_text{margin-top: 0;}
	.elearning_content p{display:none;}
	.elearning_content_mobile p{display: block;
	line-height: 1.3;
	color: #AEB0B2!important;
	font-family: Metropolis Medium;
	text-align: center;
	font-size: 17px;
	padding: 0 1em;}
	.elearning_content{display:none;}
	.elearning_content_responsive{padding-left: 5%;padding-right: 5%;text-align: center;font-size: 16px;display:block;}
	.elearning_content_responsive p{padding-left: 0%;color: #AEB0B2;padding-right: 0%;text-align: center;font-size: 16px;display:block;}
	.subjects_avail_text {
	/* margin-bottom: 14px; */
	margin: 22px 0;
	font-size: 30px;
	}
	.subject {margin-left: -15px !important;}
	.column{width:80%;max-width: 25em;margin: 0 auto;}
	.heading_eng_learn{
	width: 100% !important;
    height: 2.3em;
    padding: 10px 5px !important;
    position: absolute;
    top: 5em;
    text-align: center;
    margin-left: 0 !important;
	}
	.heading_science{width: 100% !important;
	height: 2.3em;
    padding: 5px 10px !important;
    position: absolute;
    top: 3.3em;
	margin-left: 0px !important;
	}
	.dropdown_content{padding-right: 0 !important;
    position: relative!important;
    top: -2px!important;
    font-size: 16px!important;
    margin-left: 10px !important;
    text-align: left;
    padding-left: 0px;
	}
	.dp1 {
    top: 5px;
    right: 1.3em;
    float: right;
	}
	.classes_text_science {
	padding-right: 1.3em !important;
	position: relative!important;
	top: 5px!important;
	font-size: 17px!important;
	margin-left: 5px !important;
	}
	.classes_text_maths {
	padding-right: 36px!important;
	position: relative!important;
	top: 8px!important;
	font-size: 17px!important;
	margin-left: 7px !important;
	}
	
	 .select_type_box {width: auto;max-width: 20em;margin-left: 2em !important;margin-top: 0px;
	margin-right: 0px;margin-bottom: 0px;top: -14;position: relative;}
	
	p.select_options a {
	color: #ffffff;
	font-size: 17px;
	margin-left: 0;
	width: 90% !important;
	display: inline-block;
	text-align:left;
	}
	.fa-caret-up::before {
	content: "\f0d8";
	font-size: 25px!important;
	position: relative !important;
	bottom: 8px !important;
	}
	.fa-caret-down::before {
	content: "\f0d7";
	font-size: 25px !important;
	}
	.heading_science .dp1 {top: 10px;}
	.enlish_learning_text {
	position: relative;
	text-align: right;
	bottom: 5.7em !important;
	float: right;
	right: 1.5em;
	font-size: 25px;
	color: #fff;
	font-family: Metropolis bold!important;
	margin-top: 16px!important;
	margin-bottom: 5px!important;
	}
	.heading_math{width: 100% !important;
	height: 3em;
	padding: 9px 20px !important;
	position: absolute;
	top: 4em;
	}
	.science_text {
	position: relative;
	font-size: 25px !important;
	top: -5.5em;
	right: 1.5em;
	float:right;
	color: #fff !important;
	font-family: Metropolis Bold !important;

	}
	p.select_options {
	padding: 10px 0px 15px 6px !important;

	}
	.video_section {margin-left: 0;margin-top: 30px;margin-bottom: 0px;max-width: 35em;margin: 0 auto;	}
	.math_text {
	position: relative;
	font-size: 25px !important;
	top: -6em;
	left: -2.5em;
	/* bottom: 52em; */
	color: #fff !important;
	font-family: Metropolis Bold !important;
	}
	#heading_eng_learn{position: relative;top: 8.3em;}
	.select_heading_options{margin-top: -1.33em !important; margin-left: 0 !important;}

	#heading_science{top: 0.44em; position: relative; margin-left: 0px !important;width: 100%;}
  #heading_math{position: relative;top: 6.8em;}
  #adv-overlay-popups1 {position: fixed;display: none;width: 100%;height: 100%;top: 0px;left: 0;right: 0;/* bottom: 0; */}
  #share-text {top: 3%;left: 10%;right: 0;margin: 0 auto;margin-left: 0;
    font-size: 30px;transform: inherit;}
  
  }
	
	@media only screen and (max-width:767.98px) and (min-width:576px)
	{	
		.container.learning_section {background-image: url('../images/Invent_education_banner.png');min-height: 25em;margin-top: 0px;}	  
	   .row.elearning {margin-top: 1em;margin-left: 2%;}
	   h2.iecll_head2 {padding: 0 10px;font-size: 24px;text-align: left;margin-top: 3%;    line-height: 24px;}
	   h3.iecll_text2 {padding: 0 10px;font-size: 14px;text-align: left;margin-top: 12px;
    line-height: 18px;}
	.iecll_text1_2 {font-size: 15px;text-align: left;top: 8px;line-height: 18px;}
	   .column{width:80%;max-width: 25em;margin: 0 auto;}
	   .enlish_learning_text {right: 1.5em;}
	   .science_text {right: 1.5em;}	   
	   .select_type_box {width: 75%;margin-left: 2em !important;margin-top: 0px;}	   
		

	}
 
	@media only screen and (max-width:575.98px) 
	{
	   .container.learning_section {min-height: 40em;height:auto;}
	   .row.elearning {margin-top: 1em;}
	   .column{width:80%;max-width: 25em;margin: 0 auto;}
	   .enlish_learning_text {right: 1.5em;}
	   .science_text {right: 1.5em;}	   
	   .select_type_box {width: 75%;margin-left: 2em !important;margin-top: 0px;}	   
     .share-text-inner{width: 90% !important;}
     .main_text_popup{font-size: 24px;}

	}

	@media only screen and (max-width:440px) and (min-width:380px)
	{
	   .container.learning_section {min-height: 42em;height:auto;}
		

	}	
	
	@media only screen and (max-width: 1850px) and (min-width: 1601px){
	  .container.learning_section {min-height: 60em;}
	  h2.iecll_head2{font-size: 65px !important;margin-top: 6% !important;margin-bottom: 45px !important;line-height: 70px !important;}
	  h3.iecll_text2{font-size: 35px !important;line-height: 45px !important;}
	  .iecll_text1_2{font-size: 38px !important;line-height: 45px !important;}
	  .email_id_text_2{font-size: 28.5px !important;letter-spacing: 1.3px !important;}
	  .learning_text{font-size: 45px !important;}
	  .elearning_content p{font-size: 24px !important;}
	  .elearning_text{margin-top: 6%;}
	  .subjects_avail_text{font-size: 45px !important;}
	  .enlish_learning_text {font-size: 42px !important;}
	  .science_text{font-size: 42px !important;}
	  .math_text{font-size: 42px !important;}
	
	}
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    #share-text{top:3%;left: 8%;}

  }

  @supports (-webkit-appearance:none) {}
/*safari fixes */
  /* ::i-block-chrome,.elearn_video {border-style: solid;border-width: 20px;-moz-border-image: -moz-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    border-image: linear-gradient(to bottom, #678AFC 0%, #905CFC 100%);
    -webkit-border-image-slice: 1;
}} */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ 
	.elearn_video {border-style: solid;border-width: 20px;-moz-border-image: -moz-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    border-image: linear-gradient(to bottom, #678AFC 0%, #905CFC 100%);
    -webkit-border-image-slice: 1;
}
.elearn_video{border-top: 20px solid;
  border-image: linear-gradient(to bottom, #678AFC, #905CFC);
  border-image-slice: 1;}
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
}
@media not all and (min-resolution:.001dpcm) { @media
{
  .elearn_video {border-style: solid;border-width: 20px;-moz-border-image: -moz-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #678AFC 0%, #905CFC 100%);
    border-image: linear-gradient(to bottom, #678AFC 0%, #905CFC 100%);
    -webkit-border-image-slice: 1;
}
.elearn_video{border-top: 20px solid;
  border-image: linear-gradient(to bottom, #678AFC, #905CFC);
  border-image-slice: 1;}
body{font-family: Metropolis !important;}
}}
/*safari ends */