body{
  font-family: 'Inter', sans-serif;
}
h1{
  font-size: 50px;
  font-weight: 700;
}
h2{
  font-size: 40px;
  font-weight: 700;
}
h3{
  font-size: 25px;
  font-weight: 700;
}
h4{
  font-size: 22px;
  font-weight: 700;
}
h5{
  font-size: 20px;
  font-weight: 600;
}
h6{
  font-size: 18px;
  font-weight: 700;
}
p{
  font-size: 16px;
  font-weight: 400;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
.container{
	width: 1305px;
	margin: 0 auto;
}

/* Tabs */
/*.tabs {
  width: 600px;
  background-color: #09F;
  border-radius: 5px 5px 5px 5px;
}*/
ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  margin-bottom: 54px;
}
ul#tabs-nav li {
  float: left;
  margin-right: 54px;
  cursor: pointer;
}
.tab-sec {
    display: flex;
    margin-bottom: 54px;
}
.tab-sec label{
    cursor: pointer;
}
.tab-sec .inner-tab:first-child{
    margin-right: 54px;
}
.float {
	position:fixed;
	width:187px;
	height:47px;
	bottom:40px;
	right:40px;
	/* border: 1px solid red; */
    background: #ffec17;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: black;
}

.my-float {
	margin-top: -2px;
    margin-right: 7px;
}
.tab-sec input{
    position: absolute;
    visibility: hidden;
}
input[type="radio"]:checked + label span.tab-title-outer span{
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.tab-sec label input:checked {
}
span.tab-title-outer{
	display: flex;
  align-items: center;
}
span.tab-title-outer img{
	margin-right: 24px;
}
/*ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08E;
}*/
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}
/*.tab-content {
  padding: 10px;
  border: 5px solid #09F;
  background-color: #FFF;
}*/
.title-tab h3 {
    font-size: 25px;
    color: #333333;
    font-weight: 400;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
    margin-bottom: 36px;
}
.name input {
    border: 1px solid #a0a0a0;
    padding: 18px 37px;
    border-radius: 50px;
    width: 796px;
    margin-bottom: 42px;
    outline: none;
}
.name input:focus{
	outline: none;
}
.name input:placeholder{
	color: #898989;
	font-weight: 400;
	font-size: 18px;
}
span.tab-title-outer span {
    border: 2px solid #dfdede;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
}
ul#tabs-nav .active a span span {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.tab-con h6,
.two h6,
.one h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.question-type{
	margin-bottom: 53px;
	display: flex;
}
.question-type .que-inner-sec input{
    position: absolute;
    visibility: hidden;
}
.question-type .que-inner-sec input[type="checkbox"]:checked + label {
        color: #fff;
    background: #333;
}
.question-type .que-inner-sec label{
        height: 50px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dfdede;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    margin-right: 45px;
    cursor: pointer;
}
.question-type a {
    height: 50px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dfdede;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    margin-right: 45px;
}
.question-type a.active{
	color: #fff;
	background: #333;
}
.question-type a.active{
	background: #333;
	border-color: #333;
}
.question-type a.active svg{
	fill: #fff;
}
a.addition svg{
	fill: #333;
	font-weight: 700;
}
.question-type a img,
.question-type a svg,
.question-type .que-inner-sec label img {
    margin-right: 12px;
}
.dificulty-level{
	margin-bottom: 53px;
	display: flex;
}
.dificulty-level .diff-inner label,
.dificulty-level a{
    height: 50px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 45px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.dificulty-level .diff-inner input{
    position: absolute;
    visibility: hidden;
}
.dificulty-level a.easy,
.dificulty-level .diff-inner label.easy{
	background: rgb(123,186,41);
background: linear-gradient(90deg, rgba(123,186,41,1) 41%, rgba(155,225,62,1) 91%);
}
.dificulty-level a.medium,
.dificulty-level .diff-inner label.medium{
	background: rgb(255,164,4);
background: linear-gradient(90deg, rgba(255,164,4,1) 41%, rgba(255,191,26,1) 91%);
}
.dificulty-level a.hard,
.dificulty-level .diff-inner label.hard{
	background: rgb(254,11,11);
background: radial-gradient(circle, rgba(254,11,11,1) 12%, rgba(249,70,70,1) 73%);
}
.dificulty-level a.active,
.dificulty-level .diff-inner input[type="radio"]:checked + label {
	color: #fff;
	background: #333;
}
.dificulty-level a.active{
	background: #333;
	border-color: #333;
}
.dificulty-level a.active svg{
	fill: #fff;
}
.bottom-button{
	background: url('../images/footer-bg.png');
	padding-top: 118px;
	padding-bottom: 140px;
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom-button .container{
	position: relative;
}
.bottom-button .container:before{
	content: "";
	background: url('../images/botton-divide.png');
	width: 250px;
	height: 350px;
	position: absolute;
	right: 0;
	top: -200px;
}
.bottom-button .que-btn a,
.que-btn input{
	width: 300px;
	height: 58px;
	background: rgb(254,12,12);
	background: linear-gradient(90deg, rgba(254,12,12,1) 41%, rgba(249,75,75,1) 91%);
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
    border: none;
    cursor: pointer;
}
.maths-outer{
    position: relative;
}
.que-btn-sec{
    height: 58px;
}
.que-btn {
    position: absolute;
    bottom: -225px;
    z-index: 99;
}
/*End tab*/
/*question paper*/
.que-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
.nmuber-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 70px;
    width: 9%;
}
.que-heading{
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 42px;
    margin-bottom: 42px;
}
.que-section{
	border:  1px solid #a6a6a6;
	padding: 40px 20px;
	border-radius: 10px;
}
.heading {
    /*padding-top: 50px;*/
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 58px;
    align-items: center;
}
.heading .left h2 {
    margin-bottom: 0;
    font-size: 35px;
    color: #333333;
}
.heading .right a img{
	margin-right: 10px;
}
.heading .right a {
    background: rgb(254,11,11);
    background: radial-gradient(circle, rgba(254,11,11,1) 12%, rgba(249,70,70,1) 73%);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 50px;
}
.diff h5{
	font-size: 25px;
	color: #333;
}
.diff h5 span {
    color: #da9a0f;
    margin-left: 10px;
}
.diff h5:last-child span {
    color: #da1e1e;
}
.que-outer .index {
    color: #fff;
    height: 70px;
    width: 7.5%;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
    margin-right: 40px;
}
.que-outer .index.a{
	background: #fd9726;
}
.que-outer .index.b{
	background: #7a57ce;
}
.que-outer .index.c{
	background: #f24422;
}
.que-outer .index.d{
	background: #2acfd3;
}
.que-outer .index.e{
	background: #8bc427;
}
.que-outer .index.f{
	background: #587bf8;
}
.que-outer .index.g{
	background: #15a085;
}
.que-outer .index.h{
	background: #f48521;
}
.que-outer .index.i{
	background: #26a4fd;
}
.que-outer .index.j{
	background: #f026fd;
}
.que-outer .index.k{
	background: #fd9726;
}
.que-outer .index.l{
	background: #7a57ce;
}
.que-outer .index.m{
	background: #f24422;
}
.que-outer .index.n{
	background: #2acfd3;
}
.que-outer .index.o{
	background: #8bc427;
}
.que-outer .index.p{
	background: #587bf8;
}
.que-outer .index.q{
	background: #15a085;
}
.que-outer .index.r{
	background: #f48521;
}
.que-outer .index.s{
	background: #26a4fd;
}
.que-outer .index.t{
	background: #f026fd;
}
.nmuber-img span {
    /*margin-right: 35px;*/
    font-weight: 700;
    font-size: 30px;
}
.plus,
.equal{
	width: 2%;
	font-weight: 700;
    font-size: 30px;
}
.item-image {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-image img{
	margin-right: 23px;
	max-width: 60px;
}
.nmuber-img img,
.total-img img{
	max-width: 60px;
}
.item-image img:last-child{
	margin-right: 0;
}
.underline {
    width: 100px;
    border-bottom: 2px solid #000;
    margin-top: 64px;
}
.total-img {
    width: 10%;
}
.que-inner {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 26px;
    margin-bottom: 39px;
}
.que-inner:last-child{
	margin-bottom: 0;
	border: 0;
}
/*drop-down*/
/*.drop-down,
.drop-down2{
  position:absolute;
  left:42%;
  top:40%;
}
*/
.drop-down .selected a,
.drop-down2 .selected a{
  background:#f2f2f2 no-repeat scroll right center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius:2px;
  text-decoration:none;
  color:#3179ac;
  width: 244px;
  height: 72px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  font-weight: 600;

}
.que-bottom {
    padding-top: 95px;
    padding-bottom: 150px;
}
.drop-down .selected.active a,
.drop-down2 .selected.active a{
	background: rgb(254,11,11);
    background: radial-gradient(circle, rgba(254,11,11,1) 12%, rgba(249,70,70,1) 73%);;
}
.drop-down .selected.active a,
.drop-down2 .selected.active a{
	color: #fff;
}
.drop-down .selected a span,
.drop-down2 .selected a span{
  cursor:pointer;
  display: flex;
  align-items: center;
  padding:5px;
}
.drop-down .selected a span img,
.drop-down2 .selected a span img{
	margin-right: 18px;
	max-width: 14px;
}
.drop-down .option,
.drop-down2 .option{
  position:relative;
}

.drop-down .options ul,
.drop-down2 .options ul{
  background:#fff none repeat scroll 0 0;
  display:none;
  list-style:none;
  padding:0px 0px;
  position:unset;
  width:auto;
  min-width:170px;
  border:1px solid #d7d7d7;
  padding-bottom: 10px;
}

.drop-down .selected span.value,
.drop-down2 .selected span.value,
.drop-down .options span.value,
.drop-down2 .options span.value{
  display: none;
}

.drop-down .options ul li a,
.drop-down2 .options ul li a{
  padding:5px 30px;
  display:flex;
  align-items: center;
  text-decoration:none;
  color:#333;
}
.drop-down .options ul li a img,
 .drop-down2 .options ul li a img{
 	width: 14px;
 	margin-right: 18px;
 }

.drop-down .options ul li a:hover,
.drop-down2 .options ul li a:hover{
  background:#f3f3f3;
  transition:0.2s ease;
}
.drop-down .selected,
.drop-down2 .selected {
    display: flex;
}
.outer-bottom {
    display: flex;
}
.outer-bottom .download-que:first-child{
	margin-right: 60px;
}

.problem-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 125px;
    border-bottom: 1px solid #aaa;
        padding-bottom: 90px;
    margin-bottom: 43px;
}
.item-image {
    width: 30%;
    display: flex;
    justify-content: left;
    align-items: left;
    display: inline-block;
}
.problem-inner:last-child {
border-bottom: none;
        padding-bottom: 100px;
    margin-bottom: 0px;
}
.problem-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.problem-left {
    width: 32px;
    font-size: 27px;
	font-weight: 500;
}
.problem-right {
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
    justify-content: center;
}
.problem-right span{
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.problem-right span:last-child{
	margin-top: 20px;
}
.addition-sec .que-section{
	padding: 40px 20px;
}
.que-heading .diff {
    text-align: right;
}
.divsion-symbol{
    display: inline;
}
.didvion-sec .divsion-symbol {
    position: relative;
    left: -11px;
}
.didvion-sec .divsion-symbol:before {
    content: "";
    width: 35px;
    height: 17px;
    transform: rotate(90deg);
    border: solid 2px #000;
    border-color: #000 transparent transparent transparent;
    border-radius: 50%/10px 10px 0 0;
    position: relative;
    top: 0px;
    display: inline-block;
}
.didvion-sec .divsion-symbol::after {
    content: "";
    height: 2px;
    position: absolute;
    left: 21px;
    background: #000;
    top: -3px;
    width: calc(100% - 10px);
}
.didvion-sec{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.problem-sec.divide{
    justify-content: center;
}
/*end question paper*/
@media only screen and (max-width: 1300px) {
.content-wrapper,
.container{
        max-width: 90% !important;
    }
/*.swipe img {
    width: 80px;
}
.que-main-outer{
    position: relative;
}
.swipe {
    display: block !important;
    position: fixed;
    width: 90px;
    right: 15px;
    bottom: 30px;
    background: #eee;
}*/
}
@media only screen and (max-width: 1100px) {
.scroll-right {
    display: flex !important;
    align-items: center;
    margin-top: 30px;
    font-weight: 400;
}
.scroll-right img{
        width: 100px;
    margin-left: 20px;
}
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.container{
	width: 90%;
}
.name input{
	width: 100%;
}
ul#tabs-nav{
	overflow: hidden;
}
ul#tabs-nav li {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.question-type,
.dificulty-level{
	flex-wrap: wrap;
}
.question-type a,
.dificulty-level a{
	margin-bottom: 20px;
}
.bottom-button .container:before{
	display: none;
}
.drop-down .selected a, .drop-down2 .selected a{
	width: 100%;
	margin-bottom: 20px;
}
.outer-bottom .download-que{
	width: 100%;
}
.outer-bottom,
.heading{
	flex-wrap: wrap;
}
.outer-bottom .download-que:first-child {
    margin-right: 0px;
}
.heading .left,
.que-heading .lft-sec{
	margin-bottom: 20px;
}
.heading .left
.heading .right,
.que-heading .lft-sec,
.que-heading .rt-sec{
	width: 100%;
}

.que-section{
	width: 1200px;

}
.que-main-outer {
    overflow: scroll;
}
/*.que-section{
	padding: 20px;
}
.que-heading{
	flex-wrap: wrap;
}
.diff h5 {
    font-size: 18px;
}*/
/*.que-outer .index{
	width: 18%;
	margin-right: 20px;
}
.nmuber-img {
    margin-right: 20px;
    width: 7%;
}
.item-image{
	width: 100%;
}*/
/*.item-image img {
    margin-right: 23px;
    max-width: 16px;
}
.nmuber-img img, .total-img img {
    max-width: 16px;
}*/
section.text-field {
    padding-top: 0;
}

}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.container{
	width: 90%;
}
.container{
	width: 90%;
}
.name input{
	width: 100%;
}
ul#tabs-nav{
	overflow: hidden;
}
ul#tabs-nav li {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.question-type,
.dificulty-level{
	flex-wrap: wrap;
    justify-content: space-between;
}
.question-type a,
.dificulty-level a{
	margin-bottom: 20px;
}
.bottom-button .container:before{
	display: none;
}
.que-section{
	width: 1200px;

}
.que-main-outer {
    overflow: scroll;
}
section.text-field {
    padding-top: 0;
}
}


/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.container{
	width: 90%;
}
.name input{
	width: 400px;
}
.bottom-button .container:before{
	top: -150px;
}
.question-type,
.dificulty-level{
	flex-wrap: wrap;
}
.question-type a,
.dificulty-level a{
	margin-bottom: 20px;
}
.que-section{
	width: 1200px;

}
.que-main-outer {
    overflow: scroll;
}
section.text-field {
    padding-top: 0;
}
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .container{
	width: 90%;
}
.bottom-button .container:before{
	top: -150px;
}
.name input{
	width: 600px;
}
.que-section{
	width: 1200px;

}
.que-main-outer {
    overflow: scroll;
}
section.text-field {
    padding-top: 0;
}
}

@import 'https://fonts.googleapis.com/css?family=Nunito|Russo+One';
body{
margin: 0;
padding: 0;
}
.contactus .content-wrapper{
max-width: 1301px;
margin: 0 auto;
float: none;
}
.contactus .header-inner{
position: relative;
}
#menu {
display:none;
}
#menu > ul {
list-style-type: none;
display:block;
line-height:2;
/*text-align:center;*/
padding-left: 0;
width:100%;
border-radius:10px;
z-index: 1;
margin-top: 0px;
width: 219px;
height: 181px;
border-radius: 10px;
filter: drop-shadow(-0.866px 0.5px 4.5px rgba(35,31,32,0.15));
background-color: #ffffff;
margin-bottom: 0px;
    padding: 0 18px;
}
#menu > ul li a{
display: inline-block;
text-decoration: none;
width: 100%;
font-weight: 600;
font-size: 15.44px;
font-family: 'Inter', sans-serif;
color: #333333;
}
.toggle{
height: 50px;
width:  50px;
background: #ffec17;
position:  relative;
border-radius: 50px;
}
.contactus .header-inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
section.text-field {
    padding-top: 0px;
}
.intro{
    z-index: 999999999990;
position:  absolute;
bottom:  -182px;
right: 0;
}
#menu > ul li {
padding: 14px;
margin: 0 auto;
padding-left: 45px;
/*width:  70%;*/
border-bottom: 1px solid #f2f2f2;
position: relative;

}
#menu > ul li.buy:before {
position: absolute;
background-image: url(../images/cofee2.png);
background-size: contain;
background-repeat: no-repeat;
content: "";
width: 22px;
height: 41px;
top: 5px;
left: 0px;
}
#menu > ul li.conta:before {
position: absolute;
background-image: url(../images/ss.png);
background-size: contain;
background-repeat: no-repeat;
content: "";
width: 33px;
height: 33px;
top: 10px;
left: 0px;
}
#menu > ul li.math:before {
position: absolute;
background-image: url(../images/Untitled-6.png);
background-size: contain;
background-repeat: no-repeat;
content: "";
width: 29px;
height: 29px;
top: 16px;
left: 0px;
}
#menu > ul li:last-child {
border-bottom: 0;
}
.contactus .header-inner .logo{
width: 140px;
height: 85px;
}
.contactus .header-inner .logo img{
width: 100%;
height: 100%;
object-fit: contain;
}
.header{
padding-top: 25px;
padding-bottom: 50px;
}
.text-field .first-line h2{
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: 30px;
margin:  0;
}
.text-field .first-line h2 span.space{
width: 86px;
display: inline-block;
position:  relative;
}
span.smile img {
    /*max-width: 40px;*/
    /*height: 40px;*/
    margin: 0 0px;
    margin-bottom: -20px;
}
/*section.text-field p,
section.text-field h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: normal;
}*/
/*.text-field .first-line h2 span.space:before{
position: absolute;
background-image: url("./images/hi emoji.png");
background-size: contain;
background-repeat: no-repeat;
content: '';
height: 65px;
width: 65px;
top: -40px;
left: 5px;
}*/
.text-field .second-line p{
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 21px;
margin: 0;
margin-top: 15px;
position: relative;
}
/*.text-field .second-line p:after{
content: '';
position: absolute;
width: 42px;
height: 42px;
background-image: url("./images/Abacus Emoji - emojipedia.org.png");
background-size: contain;
top: -10px;
right: 52%;
}*/
.text-field .third-line p{
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 21px;
margin: 0;
margin-top: 18px;
position: relative;
}
.text-field .third-line p span{
display: inline-block;
width: 82px;
position: relative;
}
/*.text-field .third-line p span.space:after{
content: '';
position: absolute;
width: 42px;
height: 42px;
background-image: url("./images/Untitled-3.png");
background-size: contain;
background-repeat: no-repeat;
top: -35px;
right: 0px;
}*/
/*.text-field .third-line p:after{
content: '';
position: absolute;
width: 42px;
height: 42px;
background-image: url("./images/coffee.png");
background-size: contain;
background-repeat: no-repeat;
top: -10px;
right: -15px;
}*/
.text-field .fourth-line p{
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 21px;
margin: 0;
position: relative;
margin-top: 15px;
}
.bottom-sec-con a img{
    padding-right: 10px;
    width: 22px;
}
a:hover{
    opacity: 0.8;
}
.bottom-sec-con a{
    text-decoration: none;
    color: #333;
    border: 1px solid red;
    height: 55px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 500;
}
.bottom-sec-con a:last-child{
    margin-top: 30px;
}
/*.midline span:before{
content: "";
position: absolute;
background-image: url("./images/eye.png");
width: 66px;
background-size: contain;
background-repeat: no-repeat;
height: 47px;
top: -30px;
left: 10px;
}*/
.midline span{
position: relative;
}
.midline p{
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 21px;
margin: 0;
margin-top: 18px;
position: relative;
}
/*.midline p:after{
content: "";
position: absolute;
background-image: url("./images/smile.png");
background-size: contain;
background-repeat: no-repeat;
width: 56px;
height: 51px;
right: 30%;
top: -15px;
}*/
.fourth-line img.smile{
width: 56px;
height: 51px;
object-fit: contain;
margin-right: 15px;
}
.fourth-line img.abacus{
width: 42px;
height: 42px;
object-fit: contain;
}
/*.fourth-line{
display: flex;
margin-top: 15px;
align-items: center;
margin-bottom: 58px;
}*/
.further h4{
font-size: 24px;
font-weight: 700;
font-family: 'Inter', sans-serif;
margin: 0;
margin-bottom: 24px;
}
.mail{
display: flex;
align-items: center;
margin-bottom: 28px;
}
.mail .mailto a {
display: inline-block;
text-decoration: underline;
font-size: 30px;
font-weight: 700;
color: #093e95;
margin-right: 64px;
font-family: 'Inter', sans-serif;
}
.mail .mailimg{
height: 90px;
width: 90px;
}
.mail .mailimg img{
height: 100%;
width: 100%;
object-fit: contain;
}
.math-i{
width: 374px;
height: 240px;
display: flex;
justify-content: flex-end;
float: right;
/*margin-bottom: 143px;*/
}
.math-i img{
width: 100%;
height: 100%;
object-fit: contain;
filter: opacity(0.22);
}
.hamburger .line{
width: 27px;
height: 3px;
background-color: #252525;
display: block;
margin: 3px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#hamburger-1 {
top: 16px;
position: relative;
}
.hamburger:hover{
cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
-webkit-transform: translateY(6px) rotate(45deg);
-ms-transform: translateY(6px) rotate(45deg);
-o-transform: translateY(6px) rotate(45deg);
transform: translateY(6px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
-webkit-transform: translateY(-6px) rotate(-45deg);
-ms-transform: translateY(-6px) rotate(-45deg);
-o-transform: translateY(-6px) rotate(-45deg);
transform: translateY(--6px) rotate(-45deg);
}

.text-field .first-line h2 span.space{
width: 86px;
display: inline-block;
position:  relative;
}
.text-field .first-line h2 span.space{
width: 86px;
display: inline-block;
position:  relative;
}

.further {
    margin-top: 40px;
}
.bottom-sec-con{
    margin-top: 40px;
}
section.text-field p img {
    max-width: 44px;
    height: 40px;
    margin: 0 10px;
    margin-bottom: -12px;
    /* position: absolute; */
}
section.text-field .content-wrapper {
    position: relative;
}
section.text-field .content-wrapper {
    position: relative;
}
.math-i{
    position: absolute;
    right: 0;
    bottom: 0;
}
section.text-field {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px){
section.text-field p{
    line-height: 50px;
}
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.contactus .header-inner .logo {
width: 90px;
height: 50px;
}
.header{
    padding-bottom: 70px;
  }
.contactus .content-wrapper{
width: 90%;
}
.intro{
z-index: 999999999990;
}
.text-field .first-line h2{
font-size: 24px;
}
.text-field .first-line h2 span.space:before{
width: 55px;
}
.midline p{
font-size: 18px;
}
.midline span:before{
width: 36px;
height: 29px;
top: -18px;
left: 22px;
}
.toggle {
height: 45px;
width: 45px;
}
.midline p:after{
width: 30px;
height: 51px;
right: 3%;
top: 42px;
}
.text-field .second-line p{
font-size: 18px;
}
.text-field .second-line p:after{
  width: 25px;
height: 25px;
background-repeat: no-repeat;
  top: 20px;
right: 10px;
}
.text-field .third-line p{
font-size: 18px;
}
.text-field .third-line p span.space:after{
    width: 25px;
  height: 25px;
  background-repeat: no-repeat;
      top: -21px;
  right: 30px;
}
.text-field .fourth-line p{
font-size: 18px;
}
.math-i {
  width: 288px;
  }
.text-field .third-line p:after{
    width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  top: 88px;
  right: 105px;
}
.header{
    padding-bottom: 70px;
  }
  section.text-field {
    padding-top: 0;
}
.math-i{
    position: static !important;
}
.tab-sec{
    flex-wrap: wrap;
}
.tab-sec .inner-tab:first-child{
    margin-right: 0px;
    margin-bottom: 30px;
}
.que-inner-sec,
.diff-inner{
    margin-bottom: 20px;
}
.que-inner-sec:last-child,
.diff-inner:last-child{
    margin-bottom: 0px;
}
.question-type .que-inner-sec label,
.dificulty-level .diff-inner label{
    margin-right: 0;
}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .contactus .header-inner .logo {
width: 90px;
height: 50px;
}
.contactus .content-wrapper{
width: 90%;
}
.intro{
z-index: 999999999990;
}
.text-field .first-line h2{
font-size: 24px;
}
.text-field .first-line h2 span.space:before{
width: 55px;
}
.midline p{
font-size: 18px;
}
.midline span:before{
width: 36px;
height: 29px;
top: -18px;
left: 22px;
}
.toggle {
height: 45px;
width: 45px;
}
.midline p:after{
width: 30px;
height: 51px;
right: 3%;
top: 42px;
}
.text-field .second-line p{
font-size: 18px;
}
.text-field .second-line p:after{
  width: 25px;
height: 25px;
background-repeat: no-repeat;
  top: 20px;
right: 10px;
}
.text-field .third-line p{
font-size: 18px;
}
.text-field .third-line p span.space:after{
    width: 25px;
  height: 25px;
  background-repeat: no-repeat;
      top: -21px;
  right: 30px;
}
.text-field .fourth-line p{
font-size: 18px;
}
.math-i {
  width: 288px;
  }
.text-field .third-line p:after{
    width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  top: 88px;
  right: 105px;
}
.header{
    padding-bottom: 70px;
  }
  section.text-field {
    padding-top: 0;
}
.math-i{
    position: static !important;
}
.tab-sec{
    flex-wrap: wrap;
}
.tab-sec .inner-tab:first-child{
    margin-right: 0px;
    margin-bottom: 30px;
}
.que-inner-sec,
.diff-inner{
    margin-bottom: 20px;
}
.que-inner-sec:last-child,
.diff-inner:last-child{
    margin-bottom: 0px;
}
.question-type .que-inner-sec label,
.dificulty-level .diff-inner label{
    margin-right: 0;
}
.tab-sec .inner-tab{
    width: 100%;
}
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .contactus .header-inner .logo {
width: 90px;
height: 50px;
}
.contactus .content-wrapper{
width: 90%;
}
.intro{
z-index: 999999999990;
}
.text-field .first-line h2{
font-size: 24px;
}
.text-field .first-line h2 span.space:before{
width: 55px;
}
.midline p{
font-size: 18px;
}
.midline span:before{
width: 36px;
height: 29px;
top: -18px;
left: 22px;
}
.toggle {
height: 45px;
width: 45px;
}
.midline p:after{
width: 30px;
height: 51px;
right: 3%;
top: 42px;
}
.text-field .second-line p{
font-size: 18px;
}
.text-field .second-line p:after{
  width: 25px;
height: 25px;
background-repeat: no-repeat;
  top: 20px;
right: 10px;
}
.text-field .third-line p{
font-size: 18px;
}

.text-field .third-line p span.space:after{
    width: 25px;
  height: 25px;
  background-repeat: no-repeat;
      top: -21px;
  right: 30px;
}
.text-field .fourth-line p{
font-size: 18px;
}
.math-i {
  width: 288px;
  }
  .header{
    padding-bottom: 70px;
  }
.text-field .third-line p:after{
    width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  top: 88px;
  right: 105px;
}
section.text-field {
    padding-top: 0;
}
.question-type,
.dificulty-level{
    flex-wrap: wrap;
    justify-content: space-between;
}
.que-inner-sec,
.diff-inner{
    margin-bottom: 20px;
    width: 47%;
}
.que-inner-sec:last-child,
.diff-inner:last-child{
    margin-bottom: 0px;
}
.question-type .que-inner-sec label,
.dificulty-level .diff-inner label{
    margin-right: 0;
}
}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
section.text-field {
    padding-top: 0;
}
.question-type,
.dificulty-level{
    flex-wrap: wrap;
    justify-content: space-between;
}
.que-inner-sec,
.diff-inner{
    margin-bottom: 20px;
    width: 47%;
}
.que-inner-sec:last-child,
.diff-inner:last-child{
    margin-bottom: 0px;
}
.question-type .que-inner-sec label,
.dificulty-level .diff-inner label{
    margin-right: 0;
}
}
/*******************************************/
