body{
    position: relative;
    z-index: 9999;
    font-family: 'Montserrat';
    background:url(../images/shape-points.png)top;
}
a:hover{
  text-decoration:none;
}
header{
    text-align: center;
    margin: 20px auto 50px;
}
header .container{
    width: 1300px;
}
header .logo img{
  width: 70%;
}
header .links {
  margin-top: 40px;
}
header .links li{
    padding: 0 17px;
}
header .links a{
    color: #0060ff;
    font-size: 18px;
    transition: all .5s;
}
header .links a:hover{
   color: #fec03b;
   transition: all .5s;
}
 header .login {
  margin-top:30px;
}
header .login li{
  border: 2px solid #f87db2;
  margin: 0 4px;
  padding: 13px 34px;
  border-radius: 31px;
   transition:all .5s;
}
header .login li:hover{
  border-color:#fec03b;
  transition:all .5s;
}
header .login li a{
  color:#f87db2;
}
header .login li:hover a{
  color:#fec03b;
  transition:all .5s;
}
header .profile-info{
	margin-top: 34px;
	text-align: left;
}
header .profile-info a{
	 color:#f87db2;
}
header .profile-info li img{
    width: 21px;
    margin: 7px;
}
header .profile-info li:first-of-type img{
	width: 21px;
	margin: 7px;
}
header .profile-info li:last-of-type img{
	width: 21px;
}
.owl-carousel{
    background: transparent !important;
}
.owl-wrapper-outer{
    border: none !important;
    box-shadow: none;
}
.slider{
    position: relative;
    z-index: 9;
    padding: 34px 0 34px 100px;
}
.slider .image{
  position:relative;
}
/*.slider .image:after{*/
/*  position:absolute;*/
/*  content:'';*/
/*  background:url(../images/lamp.png)no-repeat;*/
/*  left: 57%;*/
/*  bottom: -52px;*/
/*  width:333px;*/
/*  height:323px;*/
/*  background-size: 72%;*/
/*  animation: floating 7s infinite;*/
/*}*/
/* image varient start */
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
            transform: rotate(0deg) translate(-10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
            transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
/*.slider .image:before{*/
/* position:absolute;*/
/* content:'';*/
/* background:url(../images/book.png)no-repeat;*/
/* right: 20%;*/
/* top: 35px;*/
/* width:159px;*/
/* height:145px;*/
/* background-size: 74%;*/
/* animation: hu__hu__ infinite 2s ease-in-out;*/
/*}*/
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
@keyframes hu__hu__ {
    50% { transform: translateY(10px) }
}
.slider .caption .text h4{
  color:#0060ff;
  font-size: 59px;
  font-weight:bold;
  font-family: 'Montserrat black';
}
.slider .caption .text p{
  color:#012d5d;
  font-size:30px;
}
.slider .caption .text a.sub-btn{
  background:#fec03b;
  padding: 16px 30px;
  margin: 38px 0;
  color:#012d5d;
  font-size: 21px;
  border-radius:40px;
  display: inline-block;
  transition:all .5s;
}
.slider .caption .text a.sub-btn:hover{
  background:#0060ff;
  color:#fff;
  transition:all .5s;
}
.slider .item{
    position: relative;
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.slider .item .image img{
  max-height: 429px;
}
.subjects {
  margin:50px 0;
}
.subjects h3{
  font-size: 56px;
  color:#0060ff;
  font-weight:bold;
  font-family: 'Montserrat black';
}
.subjects p{
  color:#012d5d;
  font-size:20px;
}
.subjects a.start-btn{
  background:#fec03b;
  padding:20px 70px;
  margin: 50px 0;
  color:#012d5d;
  font-size:20px;
  border-radius: 60px;
  display: inline-block;
}
.subjects a.start-btn:hover{
  background:#0060ff;
  color:#fff;
  transition:all .5s;
}
.subjects .subject-images img{
  max-width: 254px;
  min-height: 241px;
  margin: 28px;
}
.subjects .subject-images .col-md-6:first-of-type img{
	position: relative;
	top: 33px;
}
.subjects .subject-images .col-md-6:nth-of-type(3n) img{
	position: relative;
	top: 33px;
}
.parent-access .text{
  margin-top:110px;
  padding-left: 45px;
}
.parent-access .text h3{
  color:#0060ff;
  font-weight:bold;
  font-size: 54px;
  font-family: 'Montserrat black';
}
.parent-access a.go-btn{
  background:#fec03b;
  padding: 17px 70px;
  margin: 50px 0;
  color: #012d5d;
  font-size:20px;
  border-radius: 56px;
  display: inline-block;
}
.parent-access a.go-btn:hover{
  background:#0060ff;
  color:#fff;
  transition:all .5s;
}
.parent-access img{
  width:100%;
}
.superiors {
  margin: 50px 0 50px 144px;
}
.superiors .title{
  text-align:center;
  margin: 65px 0;
}
.superiors .title h2{
  color:#0060ff;
  font-weight: bold;
  font-size:45px;
  font-family: 'Montserrat black';
}
.superiors .test-name{
  display:flex;
  align-items: center;
  justify-content: right;
}
.superiors .test-name h3{
  color:#012d5d;
  font-weight: bold;
  font-size:45px;
  margin-bottom: 44px;
  padding-left: 39px;
  font-family: 'Montserrat black';
}
.superiors .test-name img{
  width:10%;
  position: relative;
  top: -9px;
}
.superiors h4{
  color:#fec03b;
  margin: 21px 0;
  font-size:25px;
  display: flex;
  align-items: center;
}
.superiors p{
  font-size: 21px;
  line-height:2;
}
.superiors .superiors-img{
  position:relative;
  padding-top: 82px;
}
.superiors .superiors-img:after{
  position:absolute;
  content:'';
  background: url(../images/hat.png)no-repeat;
  width:822px;
  height:821px;
  left: -24%;
  top: -5px;
  background-size: 69%;
}
.superiors .superiors-img img{
  width: 100%;
}
.superiors .owl-pagination{
  right:38%;
}
.superiors .owl-theme .owl-controls .owl-page span{
  width:60px;
  height:3px;
  box-shadow:none;
  background:#c1c9d3;
}
.superiors .owl-theme .owl-controls .owl-page.active span{
  background:#0060ff;
}
footer{
    background: #0060ff;
    padding:30px;
    margin: 70px 0;
    border-radius: 42px;
}
footer ul{
  list-style:none;
}
footer li a{
  color:#fff;
  font-size: 32px;
  font-weight: 900;
  padding: 10px 0;
  display: inline-block;
  font-family: 'Montserrat black';
   transition:all .5s;
}
footer li a:hover{
  color:#e0e4e9;
  transition:all .5s;
}
footer .logo-footer img{
  width:30%;
}
footer .rights{
  text-align:center;
  margin-top: 45px;
  padding-right: 111px;
}
footer .rights a{
  color:#fff;
  font-size:30px;
}
footer .copyright{
  margin-top:50px;
}
footer p{
    color:#fff;
    margin-top: 9px;
}
footer .rowaad{
    text-align: left;
    margin-right: -27px;
    margin-top: 13px;
}
footer .rowaad a{
    color:#fff;
}
footer .rowaad img{
  margin-right:10px;
}
.sign-up{
  margin:100px 0;
}
.sign-up .content{
  display:flex;
}
.sign-up .content .form-register{flex: 2;padding-left: 64px;}
.sign-up .content .form-register .title{
  padding-left:20px;
}
.sign-up .content .form-register h3{
    color: #0060ff;
    font-size: 59px;
    font-weight: bold;
    font-family: 'Montserrat black';
}
.sign-up .content .form-register p{
    color: #0060ff;
    font-size:39px;
    padding-bottom:30px;
}
.sign-up .content .form-register .form-group{
	margin:15px;
}
.sign-up .content .form-register .form-control{
  background:#ebeffa;
  border:none;
  box-shadow:none;
  border-radius:50px;
  height:60px;
  padding: 20px 35px;
  transition:all .5s;
}
.sign-up .content .form-register .form-control:hover{
  font-weight:bold;
  transition:all .5s;
}
.sign-up .content .form-register .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #406287;
}
.sign-up .content .form-register .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #406287;
}
.sign-up .content .form-register .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #406287;
}
.sign-up .content .form-register .form-control:-moz-placeholder { /* Firefox 18- */
  color: #406287;
}
.sign-up .content .form-register .login-account{
	 margin:20px 25px 0;
	 font-size:16px;
	 color:#406287;
}
.sign-up .content .form-register .login-account a{
	text-decoration:underline;
	color:#406287;
}
.sign-up .content .form-register .register{
  background: #fec03b;
  padding: 16px 56px;
  margin: 35px 19px;
  color: #012d5d;
  font-size: 20px;
  font-weight:bold;
  border-radius: 40px;
  display: inline-block;
  transition: all .5s;
}
.sign-up .content .image{
  flex:1;
}
.sign-up .content .image img{
  width:100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #3b3f61 !important;
    line-height: 60px;
    padding-left: 30px;
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: "\f054";
	position: absolute;
	font-family:'fontawesome';
	top: 5px;
	right: 28px;
	color:#406287;
	transform:rotate(90deg);
}
.select2-dropdown {
    border-radius: 35px;
    background: #f3f3f3;
    padding: 9px 9px 18px 9px;
    border-color: transparent
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
color:#000
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border: none;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 23px;
	width: 17px;
	right: -13px;
	top: 19px;
}
.select2-container--default .select2-selection--single
{
	box-shadow:none;
	border-radius: 0;
	height: -webkit-fill-available;
	border: none;
	background: #ebeffa;
}
.sign-up .select2-container{
  width:-webkit-fill-available !important;
  border-radius: 42px;
  overflow: hidden;
  height: 61px;
}
.Pay-method{
	margin-top:100px;
}
.Pay-method .content{
	display:flex;
}
.Pay-method .content .payment-choices{flex: 2;padding-left: 88px;}
.Pay-method .content .payment-choices h3{
	color: #0060ff;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Montserrat black';
	padding-bottom: 23px;
}
.Pay-method .content .payment-choices input[type="radio"] {
    opacity: 0;
}
.Pay-method .content .payment-choices .radio:after
{
	-moz-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	-webkit-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-right: 6px solid #0060ff;
	border-top: 6px solid #0060ff;
	content: '';
	display: none;
	height: 24px;
	right: 32%;
	position: absolute;
	top: 53px;
	width: 15px;
}
@-webkit-keyframes check {
0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 15px;
        height: 0;
    }

}
@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 15px;
        height: 0;
    }
}
@-ms-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 15px;
        height: 0;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    33.3333% {
        width: 15px;
        height: 0;
    }
}
.Pay-method .content .payment-choices .radio.activet:after{
	 -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    display: block;
}
.Pay-method .content .payment-choices .radio label {
    background:transparent;
    position: relative;
    padding: 11px 13px;
    font-size: 18px;
    border: 1px solid #99b5e4;
    color: #0060ff;
    cursor: pointer;
    width: 75%;
    margin: 12px 0;
    padding: 15px 0 10px 44px;
    border-radius: 58px;
    height: 82px;
    line-height: 50px;
}
.Pay-method .content .payment-choices .radio.activet label{
	border:1px solid #0060ff;
}
.Pay-method .content .payment-choices .hint p{
	 margin:20px 25px 0;
	 font-size: 19px;
	 color:#406287;
	 width: 54%;
	 line-height: 2;
	 position: relative;
}
.Pay-method .content .payment-choices .hint p:before{
	position:absolute;
	content:'';
	background:#ffb14b;
	left: -36px;
	top: 6px;
	width: 23px;
	height: 23px;
	border-radius:50px;
}
.Pay-method .content .payment-choices .hint p:after{
    position:absolute;
    content:'';
    border:3px solid #128bf4;
    left: -31px;
    top: 12px;
    width: 23px;
    height: 23px;
    border-radius:50px;
}
.Pay-method .content .payment-choices a.proceed {
    background: #fec03b;
    padding: 16px 56px;
    margin: 35px 19px;
    color: #012d5d;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
    display: flex;
    transition: all .5s;
    width: fit-content;
    align-items: flex-end;
}
.Pay-method .content .payment-choices a.proceed span{
	margin-left:20px;
}

.Pay-method .content .payment-choices button.proceed {
    background: #fec03b;
    padding: 16px 56px;
    margin: 35px 19px;
    color: #012d5d;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
    display: flex;
    transition: all .5s;
    width: fit-content;
    align-items: flex-end;
}
.Pay-method .content .payment-choices button.proceed span{
    margin-left:20px;
}

.order-summary{flex: 1;margin-top: 15px;padding: 0 97px;}
.order-summary h3{
	color:#128bf4;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat black';
	padding-bottom: 23px;
	position:relative;
	text-align: center;
}
.order-summary h3:before{
	position:absolute;
	content:'';
	background:#ffb14b;
	left: 13px;
	top: 6px;
	width: 23px;
	height: 23px;
	border-radius:50px;
}
.order-summary h3:after{
    position:absolute;
    content:'';
    border:3px solid #128bf4;
    left: 17px;
    top: 12px;
    width: 23px;
    height: 23px;
    border-radius:50px;
}
.order-summary .order-con{
	background:#0060ff;
	color:#fff;
	border-radius: 54px;
	padding: 39px;
	width: initial;
	box-shadow: 33px 36px 0px #cbe5fd;
}
.order-summary .order-con p{
	background:#fff;
	padding: 17px 0 17px 33px;
	color:#366394;
	border-radius:50px;
	margin: 26px 0;
	font-size: 17px;
}
.order-summary .order-con p span{
	text-decoration:underline;
}
.order-summary .order-con .total{
	background:#6edaff;
	padding:10px 0 10px 20px;;
	border-radius:50px;
}
.order-summary .order-con .total h5{
	font-size:20px;
}
.order-summary .order-con .total h5 span{
	text-decoration:underline;
}
.bank-transfer{
	margin-top:100px;
}
.bank-transfer .form-register h3 {
    color: #0060ff;
    font-size: 49px;
    font-weight: bold;
    font-family: 'Montserrat black';
    padding-left: 40px;
    padding-bottom: 22px;
}
.bank-transfer .content{
	display:flex;
}
.bank-transfer .form-register {
    flex: 2;
    padding-left: 82px;
}
.bank-transfer .bank-ch label {
    background:transparent;
    position: relative;
    padding: 11px 13px;
    font-size: 18px;
    border: 1px solid #99b5e4;
    color: #0060ff;
    cursor: pointer;
    width: 75%;
    margin: 12px 28px;
    padding: 15px 0 10px 44px;
    border-radius: 58px;
    height: 82px;
    line-height: 50px;
}
.bank-transfer .bank-ch label:after{
	position:absolute;
	content:'\f00c';
	font-family:'fontawesome';
	color: #0060ff;
	right: 34px;
	top: 12px;
	font-size:40px;
}
.bank-transfer .form-register .form-group{
	margin:15px;
}
.bank-transfer .form-register .file1
{
    background: #ebeffa;
    color: #406287;
    padding: 19px 0 15px 21px;
    cursor:pointer;
    position:relative;
    border-radius: 82px;
    width: 100%;
    font-size: 13px;
}
.bank-transfer .form-register .file1 span{
	position:absolute;
	right: 19px;
	background:#fec03b;
	border-radius:20px;
	padding: 6px 10px;
	top: 14px;
	font-size: 12px;
}
.bank-transfer .form-register input[type="file"] {
    display: none;
}
.bank-transfer .form-register .form-control{
  background:#ebeffa;
  border:none;
  box-shadow:none;
  border-radius:50px;
  height:60px;
  padding: 0 35px;
  transition:all .5s;
}
.bank-transfer .form-register .form-control:hover{
  font-weight:bold;
  transition:all .5s;
}
.bank-transfer .form-register .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #406287;
}
.bank-transfer .form-register .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #406287;
}
.bank-transfer .form-register .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #406287;
}
.bank-transfer .form-register .form-control:-moz-placeholder { /* Firefox 18- */
  color: #406287;
}
.bank-transfer .form-register a.proceed {
    background: #fec03b;
    padding: 16px 56px;
    margin: 35px 19px;
    color: #012d5d;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
    transition: all .5s;
    display: flex;
    align-items: flex-end;
    width: fit-content;
}
.bank-transfer .form-register a.proceed span{
	margin-left:10px
}
.bank-transfer .form-register button.proceed {
    background: #fec03b;
    padding: 16px 56px;
    margin: 35px 19px;
    color: #012d5d;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
    transition: all .5s;
    display: flex;
    align-items: flex-end;
    width: fit-content;
}
.bank-transfer .form-register button.proceed span{
    margin-left:10px
}
.bank-transfer .accounts
{
	text-align:center;
	margin: 48px 0;
}
.bank-transfer .accounts button{
	background:transparent;
	color:#27d880;
	border:1px solid #27d880;
	border-radius:50px;
	font-size: 17px;
	padding: 15px 34px;
	margin: 18px 0;
}
.bank-transfer .banks-content{
	display:flex;
}
.bank-transfer .banks-content .bank-account{
	flex:2;
}
.bank-transfer .banks-content .bank-account .img{
     display: inline-block;
     width: 18%;
     position: relative;
     top: -140px;
}
.bank-transfer .banks-content .bank-account .img img{
	width:100%;
	border-radius: 17px;
}
.bank-transfer .banks-content .bank-account .bank-acc{
	display: inline-block;
	width: 78%;
	text-align: left;
	position: relative;
	left: 37px;
	color: #163f6b;
}
.bank-transfer .banks-content .bank-account .bank-acc h5 p{
	color:#5997ff;
	margin: 18px 0;
	font-size: 20px;
}
.bank-transfer .banks-content .bank-account .bank-acc h6 p{
	color:#32da86;
	margin: 18px 0;
	font-size: 20px;
}
.bank-transfer .banks-content .bank-image{
	flex:1;
}
.bank-transfer .banks-content .bank-image p{
	color:#128bf4;
	font-size: 27px;
	font-family: 'Montserrat black';
	text-align: left;
	position:relative;
}
.bank-transfer .banks-content .bank-image p:before{
	position:absolute;
	content:'';
	background:#ffb14b;
	left: -36px;
	top: 6px;
	width: 23px;
	height: 23px;
	border-radius:50px;
}
.bank-transfer .banks-content .bank-image p:after{
    position:absolute;
    content:'';
    border:3px solid #128bf4;
    left: -31px;
    top: 12px;
    width: 23px;
    height: 23px;
    border-radius:50px;
}
.bank-transfer .banks-content .bank-image img{
	width:100%;
}
/* Starting modal bank */
.items {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.items .content {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 70px 60px;
    border-radius: 26px;
    background:#fff;
    background-size:100% 100%;
    overflow: hidden;
    position: relative;
    transform: scale(0);
    transition: all .7s ease-in-out;
    border: 2px solid #7fafff;
}
@keyframes blowUpModal {
  0% {
    transform:scale(0);
  }
  100% {
    transform:scale(1);
  }
}
.items .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    /* transform:translateY(-50%) translateX(-50%); */
    right: 0;
    bottom: 0;
}
.items.actv .wrapper .content {
     transform: scale(.9);
    overflow-y: auto;
    overflow-x: auto;
}
 .items .close_modal {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    background: #ff5877;
    border-radius: 42px;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 32px;
    right: 54px;
    top: 26px;
}
.profile .profile-image img{
	width: 85%;
}
.profile .title {
	display:flex;
}
.profile .title .image img{
	width:90%;
	position: relative;
	top: 29px;
}
.profile .title h2{
	color: #0060ff;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Montserrat black';
}
.profile .title p{
	color: #000061;
	font-size: 28px;
}
.profile  h3{
	color:#27d880;
	font-family: 'Montserrat black';
}
.profile ul li{
	border:1px solid #0060ff;
	padding: 18px 51px;
	margin: 20px 18px;
	border-radius:50px;
}
.profile ul li a{
	color:#0060ff;
	font-size:20px;
}
.thanks{
	margin:120px 0;
}
.thanks .content{
	display:flex;
}
.thanks .content .title h2{
	color: #0060ff;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Montserrat black';
}
.thanks .content .title h2 i:before{
	color:#F44336;
}
.thanks .content .title p{
	color: #000061;
	font-size: 31px;
	margin: 30px 0;
}
.thanks .content a.start{
    background: #fec03b;
    padding: 16px 56px;
    margin: 21px 2px;
    color: #012d5d;
    font-size: 20px;
    border-radius: 40px;
    display: inline-block;
    transition: all .5s;
}
.thanks .content .thanks-text{
	flex: 1;
	padding-left: 9%;
}
.thanks .content .thanks-img{
	flex:1;
}
.thanks .content .thanks-img img{
	width:100%;
	max-height: 407px;
}
.single {
	margin:100px 0;
}
.single .title h2{
	color: #fec03b;
	font-size: 59px;
	font-weight: bold;
	font-family: 'Montserrat black';
	padding-bottom: 35px;
}
.single .content-course{
	padding-left:7%;
}
.single .content-course .panel-default{
	box-shadow:none;
	border:none;
}
.single .content-course .panel-default:nth-of-type(2) .panel-heading{
	background:#e3faef;
	color: #27d880;
}
.single .content-course .panel-default:nth-of-type(2n)  .panel-heading span{
	background:#27d880;
}
.single .content-course .panel-default:last-of-type  .panel-heading{
	background:#feeaf3;
	color: #f75fa1;
}
.single .content-course .panel-default:last-of-type  .panel-heading span{
	background:#f75fa1;
}
.single .panel-heading{
	border:none;
	padding: 20px 40px;
	border-radius: 68px;
	background: #deeaff;
	color: #0362ff;
}
.single .panel-heading i{
	float:right;
	background:#fff;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:50px;
	text-align:center;
	position: relative;
	top: -6px;
}
.single .panel-heading i:before{
	color:#fec03b;
}
.single .panel-heading span{
	display:inline-block;
	background:#0060ff;
	width: 17px;
	height: 17px;
	line-height: 17px;
	border-radius:50px;
	position: relative;
	top: 3px;
	margin-right: 12px;
}
.single .panel-default>.panel-heading+.panel-collapse>.panel-body p{
	color:#012d5d;
	font-size:17px;
}
.single .course-image img{
	width:100%;
}
.single .course-image h2{
	font-family: 'Montserrat black';
	font-size:50px;
	margin:20px 0;
}
.single .course-image h2 span{
	color:#fec03b;
}
.single .course-image p{
	font-size:20px;
	color:#012d5d;
	margin:20px 0;
	width: 77%;
	line-height: 2;
}
.single .course-image a.watch-btn {
    background: #012d5d;
    padding: 16px 50px;
    margin:18px 0;
    color: #fff;
    font-size: 21px;
    border-radius: 40px;
    display: inline-block;
    transition: all .5s;
}
.subjects.courses h2{
  font-size: 56px;
  color:#0060ff;
  font-weight:bold;
  font-family: 'Montserrat black';
}
.subjects.courses h3{
  color:#012d5d;
  font-size: 50px;
  font-family: 'Montserrat';
}
.subjects.courses p{
  color:#012d5d;
  font-size: 22px;
}
.subjects.courses .subject-images h5{
	font-family: 'Montserrat black';
	font-size: 32px;
	text-align: center;
}
.subjects.courses .subject-images .col-md-6:first-of-type h5{
	color:#0060ff;
	position: relative;
	left: 54px;
	top: 14px;
}
.subjects.courses .subject-images .col-md-6:nth-of-type(2n) h5{
	color:#fec03b;
	position: relative;
	top: 14px;
}
.subjects.courses .subject-images .col-md-6:nth-of-type(3n) h5{
	color:#f94b57;
	position: relative;
	left: 54px;
	top: 39px;
}
.subjects.courses .subject-images .col-md-6:nth-of-type(4n) h5{
	color:#27d880;
	position: relative;
	left: 54px;
	top: -42px;
}
@media screen and (max-width: 767px){
  header{
    margin: 13px 3px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 22px;
  }
  header .container{
    width:auto;
  }
  header .logo img{
    width:90%;
  }
  header .profile-info{
  	text-align:center;
  }
   .slider{
    padding:0;
   }
  .slider .image:before{
    display:none;
  }
  .slider .image:after{
    display:none;
  }
  .slider .caption .text h4{
    font-size:20px;
  }
  .slider .item .image img{
    width:100%;
  }
  .slider .caption .text p{
    font-size:20px;
  }
  .slider .caption .text a.sub-btn{
    font-size:15px;
    margin:0;
    padding: 16px;
  }
  .subjects{
    margin:0;
  }
  .subjects h3{
    font-size:20px;
  }
  .subjects p{
    font-size:15px;
  }
  .subjects .subject-images img{
  	max-width:100%;
  	min-height:auto;
  	margin: 0;
  }
  .subjects a.start-btn{
    margin:10px 0;
    padding:15px 40px;
    font-size:15px;
  }
  .parent-access .text{
    margin:0;
  }
  .parent-access .text h3{
    font-size:30px;
  }
  .parent-access a.go-btn{
    margin:10px 0;
    padding:10px 30px;
  }
  .superiors{
    margin: 23px 0;
  }
  .superiors .title{
    margin: 10px 0 25px;
  }
  .superiors .test-name h3{
    font-size:22px;
    margin: 0;
    padding-left: 6px;
  }
  .superiors .test-name img{
    top:0;
  }
  .superiors h4{
    font-size:20px;
  }
  .superiors p{
    font-size:13px;
  }
  .superiors .superiors-img{
    padding:0;
  }
  .superiors .owl-pagination{
    right:0;
  }
  footer{
    padding: 21px 16px;
    margin: 10px 0;
  }
  footer ul{
    padding:0;
  }
  footer li a{
    font-size: 13px;
  }
  footer .copyright{
    margin:0;
    text-align: center;
  }
  footer .logo-footer img{
    width:50%;
  }
  footer .rights{
    padding:0;
    margin: 10px 0;
  }
  .sign-up{
  	margin:0;
  }
  .sign-up .content .form-register{
  	padding:0;
  }
  .sign-up .content .form-register h3{
  	font-size:30px;
  }
  .sign-up .content .form-register p{
  	font-size:20px;
  }
  .sign-up .content .image{
  	display:none;
  }
  .bank-transfer{
  	margin:0;
  }
  .bank-transfer .content{
  	display:block;
  }
  .bank-transfer .form-register{
  	padding:0;
  }
  .bank-transfer .form-register h3{
  	font-size:30px;
  }
  .bank-transfer .form-register .file1{
  	width: -webkit-fill-available;
  }
  .order-summary{
  	flex: inherit;
  	padding: 18px;
  	margin: 50px 0;
  }
  .order-summary .order-con{
  	padding:20px;
  }
  .order-summary h3{
  	font-size:30px;
  }
  .order-summary h3:after{
  	display:none;
  }
  .order-summary h3:before{
  	display:none;
  }
  .bank-transfer .banks-content{
  	display:block;
  }
  .bank-transfer .banks-content .bank-account{
  	flex:inherit;
  }
  .items .content{
  	padding:20px;
  }
  .bank-transfer .banks-content .bank-image{
  	display:none;
  }
  .bank-transfer .banks-content .bank-account .img{

  }
  .items.actv .wrapper .content{
  	transform:scale(1);
  }
  .bank-transfer .banks-content .bank-account .bank-acc h4{
  	font-size:10px;
  }
  .bank-transfer .banks-content .bank-account .bank-acc h5{
  	font-size:15px;
  }
  .bank-transfer .banks-content .bank-account .bank-acc h6{
  	font-size:15px;
  }
  .bank-transfer .banks-content .bank-account .bank-acc h5 p{
  	font-size:15px;
  }
  .bank-transfer .banks-content .bank-account .bank-acc h6 p{
  	font-size:15px;
  }
  .items .close_modal{
  	right:0;
  	top:0;
  }
  .Pay-method{
  	margin-top:20px;
  }
  .Pay-method .content{
  	display:block;
  }
  .Pay-method .content .payment-choices{
  	flex:initial;
  	padding:0 20px;
  }
  .Pay-method .content .payment-choices h3{
  	font-size: 28px;
  }
  .Pay-method .content .payment-choices .radio label{
  	width: 100%;
  	padding: 9px;
  	font-size: 12px;
  	height: 57px;
  	line-height: 28px;
  }
  .Pay-method .content .payment-choices .radio:after{
  	right:10%;
  	top:40px;
  }
  .Pay-method .content .payment-choices .radio label img{
  	width:10%;
  }
  .Pay-method .content .payment-choices .hint p{
  	width:auto;
  	font-size:15px;
  	margin: 0 25px;
  }
  .thanks{
  	margin-top:20px;
  }
  .thanks .content{
  	display:block;
  }
  .thanks .content .thanks-text{
  	padding:0 15px;
  }
  .thanks .content .title h2{
  	font-size:30px;
  }
  .thanks .content .title p{
  	font-size:17px;
  	margin:0;
  }
  .profile .title h2{
  	font-size:24px;
  }
  .profile .title p{
  	font-size:15px;
  }
  .profile ul li{
	padding: 12px;
	margin: 8px;
}
  .profile ul li a{
  	font-size: 10px;
  }
  .subjects.courses h2{
  	font-size:30px;
  }
  .subjects.courses h3{
  	font-size:20px;
  }
  .subjects.courses p{
  	font-size:14px;
  }
  .subjects.courses .subject-images h5{
  	display:none;
  }
  .single{
  	margin:0;
  }
  .single .title h2{
  	font-size:30px;
  	padding:0;
  }
  .single .panel-heading{
  	padding: 15px;
  }
  .single .panel-heading h5{
  	font-size:10px;
  }
  .single .panel-default>.panel-heading+.panel-collapse>.panel-body p{
  	font-size:12px;
  }
  .single .course-image h2{
  	font-size:20px;
  }
  .single .course-image p{
  	font-size:15px;
  	width:auto;
  }
  .single .course-image a.watch-btn{
  	font-size:15px;
  	padding:12px 17px;
  	margin:0;
  }
  .bank-transfer label{
  	padding:10px 5px 0;
  	font-size:15px;
  	width: -webkit-fill-available;
  	height: auto;
  	line-height: inherit;
  }
  .bank-transfer label img{
  	width:10%;
  }
  .bank-transfer .bank-ch label{
  	font-size: 12px;
  	height: auto;
  	line-height: inherit;
  }
  .bank-transfer label:after{
  	display:none;
  }
   /* start menu mobile */
    nav#slide-menu .logo{
        margin: 0 auto 24px;
        padding: 19px 25px;
        background: #fff;
        background-size: 100%;
        text-align: center;
        position:relative;
        display:block;
    }
    nav#slide-menu {
        position: fixed;
        top: 0;
        left: -267px;
        bottom: 0;
        display: block;
        float: left;
        width: 100%;
        overflow: auto;
        max-width: 267px;
        height: 100%;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        z-index: 99999;
        /* text-align:  center; */
        background: #0060ff;
        /* background-size:50%; */
    }
    nav#slide-menu .menu{
        display: block;
    }
    nav#slide-menu ul.menu{
        /* display: block; */
        padding: 0;
        list-style: none;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        /* margin: -3px 0; */
        padding-left: 29px;
    }
    nav#slide-menu ul li a{
         color: #fff !important;
         cursor: pointer;
         font-size: 16px;
         padding: 2px;
    }
    nav#slide-menu ul li a:focus
    {
        background:transparent !important;
    }
    nav#slide-menu ul li{
        display:block;
        padding: 9px 0 5px;
    }
    header .login li{
    	width:auto;
    	border: none;
    }
    header .login{
    	margin:0;
    }
    .responsive  .closebtn {
        position: absolute;
        background-color: #0060ff;
        color: #ffffff;
        width: 2.462rem;
        height: 2.4562rem;
        line-height: 2.154rem;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        top: 0;
        right: 0px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 0;
        z-index: 99999999999999999999;
    }
    .responsive .overlay{
        width: 100%;
        height:100%;
        top: 0;
        background: rgba(0,0,0,0.7);
        position: fixed;
        display: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    body.menu-active .responsive .overlay{
        display:block;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 9999999;
    }

    body.menu-active nav#slide-menu
    {
        left: 0px;
        z-index: 99999999;
    }
    .menu-trigger{
        width: 46px;
        height: 33px;
        margin-top: 40px;
    }
    .menu-trigger i:before{
    	font-size:30px;
    	color:#0060ff;
    }
}
@media (min-width:768px) and (max-width:991px){
 header .container{
   width:auto;
 }
 header .profile-info a{
 	font-size:9px;
 }
 header .profile-info{
 	margin-top:14px;
 }
 .slider{
   padding:34px 0;
 }
 header .links{
   margin-top:20px;
 }
 header .links li{
   padding:0 5px;
 }
 header .links li a{
   font-size:13px;
 }
 header .login{
   margin-top:15px;
 }
 header .login li{
   padding:10px 10px;
 }
 .slider .caption .text h4{
   font-size:22px;
 }
 .slider .image:before{
   display:none;
 }
 .slider .image:after{
   display:none;
 }
 .subjects h3{
   font-size:40px;
 }
 .parent-access .text h3{
   font-size:40px;
 }
 .superiors{
   margin:50px 0;
 }
 .superiors .owl-pagination{
   right:30%;
 }
 footer li a{
   font-size:20px;
 }
 footer .rights{
   margin-top:10px;
 }
 .single .panel-heading{
 	padding:20px;
 }
 .single .panel-heading h5{
 	font-size:11px;
 }
 .single .panel-default>.panel-heading+.panel-collapse>.panel-body p{
 	font-size:13px;
 }
 .single .course-image h2{
 	font-size:30px;
 }
 .subjects.courses h2{
 	font-size:30px;
 }
 .subjects .subject-images img{
 	max-width:100%;
 	margin: 7px;
 }
 .subjects.courses h3{
 	font-size:20px;
 }
 .subjects.courses .subject-images h5{
 	display:none;
 }
 .order-summary{
 	padding:20px;
 }
 .order-summary h3{
 	font-size:20px;
 }
 .order-summary h3:after{
 	display:none;
 }
 .order-summary h3:before{
 	display:none;
 }
 .order-summary .order-con{
 	padding:20px;
 }
 .bank-transfer .form-register{
 	padding:0;
 }
 .Pay-method .content .payment-choices{
 	padding:10px;
 }
 .Pay-method .content .payment-choices .radio label{
 	width:100%;
 }
 .Pay-method .content .payment-choices .radio:after{
 	right:10%;
 }
}
@media (min-width:992px) and (max-width:1199px){
   header .container{
   width:auto;
 }
 .slider{
   padding:34px 0;
 }
 header .links{
   margin-top:20px;
 }
 header .links li{
   padding:0 5px;
 }
 header .links li a{
   font-size:13px;
 }
 header .login{
   margin-top:15px;
 }
 header .login li{
   padding:10px 10px;
 }
 .slider .caption .text h4{
   font-size:22px;
 }
 .slider .image:before{
   display:none;
 }
 .slider .image:after{
   display:none;
 }
 .subjects h3{
   font-size:40px;
 }
 .parent-access .text h3{
   font-size:40px;
 }
 .superiors{
   margin:50px 0;
 }
 .superiors .owl-pagination{
   right:30%;
 }
 footer li a{
   font-size:20px;
 }
 footer .rights{
   margin-top:10px;
 }
}
@media (min-width:1280px) and (max-width:1365px){
}
@media (min-width:1367px) and (max-width:1920px){
	header .container{
		width:1550px;
	}
	.slider{
	  padding: 34px 12%;
	}
	.slider .image:after{
	  left:70%;
	}
	.slider .image:before{
	  right:7%;
	}
	.superiors .owl-pagination{
	  right:42%;
	  top:0;
	}
	.footer-container{
	  width:1490px;
	}
	.Pay-method .content .payment-choices{
		padding-left:10%;
	}
	.sign-up .content .form-register{
		padding-left:13%;
	}
}
