.container-fluid{
	--bs-gutter-x: 10rem;
}

.dropdown-menu a:hover {
    color: #30B4FB;
}
.dropdown-item.active, .dropdown-item:active{
	background-color:#fff;	
}
.nav-tabs{
	border: none;	
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
	border:none;
    border-bottom: 2px solid #000;
}

.nav-link {
    color: #495057;
    background-color: #fff;
	border:none;
}

.nav-item{
	margin:0px 15px;	
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	
	border:none;
    border-bottom: 2px solid #000;
}

.vr {
	border-left:1px solid #fff;	
}

#grid-first, #grid-last {
	padding: 15px 0px;
    justify-content: center;
    display: flex;
	align-items:center;
}

#grid, #grid-last {
	padding: 15px 0px;
    justify-content: center;
    display: flex;	
	border-left:1px solid #ffffff85;
	align-items:center;
}

#grid h5, #grid-first h5, #grid-last h5{
	margin: 0px;	
}

button:focus{
	outline:none;	
}

#slides2 .card{
    padding: 10px;
    /*margin: 20px;
    width: 100%;	*/
}

.card{
	margin-bottom: 20px;
}

.card img{
	/*width:260px;
	height:205px*/
}

.index_card_image{
	height:22rem;	
}

.card-title{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: inline-flex;
    margin-top: -40px;
	overflow:hidden
}

.card-title img{
	width:50px;	
}

.card-body{
	
    text-align: center;	
}

.card-body h6{
	color:#000;
    text-align: left;	
}

.card-text{
	padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.card-text h5{
	color:#000;	
}

.card-text h6{
	color:#CCC;	
}

.card-img-top{
	height: 12rem;
}

#chapter, #student{
	color:#666;
	margin-right:20px;
}

#price {
	color:#F00;
	float:right
}

.price{
	color: #30B4FB;
    font-weight: bolder;	
}

#section1{
	background:#CCC; 
	width:100%; 
	height:500px; 
	padding:0px;	
}

#section3 h2, #section5 h2, #section6 h2, #section7 h2{
	color:#000;	
}

#section3 h6{
	color:#545454;	
}

#section5 h6, #section6 h6{
	color:#545454;	
	margin-bottom:10px;
	text-align:center;
}


#section5 {
	text-align:center;
}

.fas{
	margin-right:5px;	
}

#section6 .card{
	padding:20px;
}

#section6 .card-body{
	padding:0px;
}

.section6_img{
	
	height:35vh;
}

#section6 .card-body h6{
	color:#000;	
}

#section7 h3{
	color:#000;	
	padding:0px 0px 35px 0px;
}

#date{
	float: left;
    border: 1px solid #30B4FB;
    text-align: center;
    padding: 10px;
    color: #30B4FB;
    margin-right: 20px;
}

#date font{
	font-size: 24px; 
	font-weight: 700; 
	line-height: 22px;
}

#section7 ul {
	list-style: none;
    background-color: #fff;
    overflow: hidden;
    padding: 40px 25px;	
	box-shadow: 2px 2px 50px 2px rgb(219 237 251 / 50%);
}

#section7 li{
	padding: 25px 10px;
    border-top: 1px solid #ccc;
}

#section7 li:first-child {
  border:none;
}

#section8{
	text-align:center	
}

#section8 img{
	filter: grayscale(100%);	
}

#section8 img:hover{
	filter: grayscale(0%);	
}

#section9 input[type=text] {
	padding: 9px 16px;
    width: 70%;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAAdVBMVEVMaXHMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMw+R8MhAAAAJnRSTlMAovqp9Cm63QM7Cqbn8uKG6c0GVOiMUwlm9x2tIJtyWJq2M8UTSQAt0usAAACdSURBVHhebcnpEoMgDIXRICpQV7S2Lt2X+/6PWGvNTOpwfzDhO8Rz9dlSYK4AlA13IbIrExAXz0nhXrDITj0mxyI7PZDTLJnddGoGjFKaAtPvfKIlKSnyZDk6dCRlx3JFWb1fX9H/MkYAYDKNrZz6m18QyIhln6ynu2gDDI0UXoWoJZIiO++Yok64H7hK6bhrs64E4uUdvj9NHsH5D86uE93k9eHmAAAAAElFTkSuQmCC) no-repeat center right 20px;
    color: #b4b4b4;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 4px 25px rgb(0 0 0 / 5%);
	border-color: transparent;
}

#footer h3{
	color: #fff;
	
}

#section9 input[type=button], #section4 input[type=button] {
	background: #30b4fb;
    padding: 10px 25px;
    border: none;
	border-radius: 0 6px 6px 0;
    color: #fff;
    font-weight: bold;
}
input[type=submit]{
	background: #30b4fb;
    padding: 10px 25px;
    border: none;
	border-radius: 0 6px 6px 0;
    color: #fff;
    font-weight: bold;
}

#section4 h5{
	color:#000;	
}

#section4 p{
	font-size:1.18vw;	
}

#footer{
	color:#848e99;	
}

#footer h3, h5{
	margin-bottom:20px;	
}

#section7 .fas, #footer .fas{
	color: #30B4FB
}

#copyright {
	padding:20px 0px;
}

#section4{
	padding-bottom:50px;	
	padding-top:50px;
}

#section4_1 h3{
	color:#FFF;
}

#section4_1 li{
	background: #fff;
    width: 45%;
    padding: 20px;
    margin: 10px;
	float:left
}

#row2 img{
	width:175px;
}
#row2 .col-sm-2,#row2  .col-sm-4{
	display: flex;
    align-items: center;	
}

#section8 .col-lg-2,#row2  .col-lg-4{
	justify-content: center;
	margin: 18px;
}

.navbar-toggler {
	    background-color: #fff;
}

#section2-span{
	font-size:50px; 
	float:left; 
	margin-right:25px	
}

#overlapped-image{
	margin-bottom: -40px;
}

#section4-text{
		padding: 45px 0px;
}

#section4-button{
	align-items: flex-end; 
	display: flex; 
	align-content: stretch; 
	flex-direction: column-reverse; 
	justify-content: center;
}

#section4 .container{
	width:85%
}

#section4_1{
	background: url(../images/bg.jpg);
    background-size: cover;
	padding: 80px 20px;
}

#section7 h2{
	margin-bottom:30px	
}

#credit{
	text-align:right;
}

#topSearch{
	/*width: 270px !important;*/
    padding: 7px 15px 7px 15px;
    background: #F4F4F4;
    border-radius: 5px 0px 0px 5px;
	border: none;
    outline: none;
}

#topSearch_button{
	padding: 7px 15px 7px 15px;
    border-radius: 0px 5px 5px 0px;
    background-color: #F4F4F4;	
}

.partner{
	margin: 10px;
    box-shadow: 1px 1px 1px 3px #ccc;
	display: inline-flex;
	width:auto;
}
.partner img{
	max-width:250px;	
}

.dropdown-menu{	
	    min-width: 16rem;
}

#section9 .container{
	width:85%
}

#footer .container{
	width:95%
}

#mission{
	background:#fff;
	padding: 50px 20px;
}

#mission .container{
	width:85%	
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    padding: 20px 10px;
    border-radius: 10px;
	width:24%;
	border: 1px solid #ccc;
    margin: 5px;
    box-shadow: 0px 0px 5px 3px #cccccc7d;
	overflow:hidden;
}

.footer-menu{
	text-decoration:none;
	color:#848e99;
}
.footer-menu:hover{
	color:#FFB606;	
}
#package{
	width: 35%;
    display: inline-block;
    text-align: left;	
}
#price-package{
	display: inline-block;
    width: 35%;
    text-align: left;
	color:#30b4fb;
	font-weight:bold;
}

#detail{
	width: 23%;
    float: left;
    padding: 10px 0px;
    color: #30b4fb;
    margin-right: 0px;
}

#detail font{
	font-size: 19px; 
	font-weight: 700; 
	line-height: 22px;
}

#second-span{
	line-height: 2.7rem;
    width: 71%;
    display: flex;	
}

.reflect {
  position: relative;
  margin: 0;
  color: #fff;
}

.reflect::before {
  content: none;
  position: absolute;
  top: 0px;
  left: 0;
  font-size:40px;
  transform-origin: bottom;
  transform: rotateX(180deg);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(0, #e4f5ff 0, transparent 68%);
  line-height: 1;
}
#close{
	color:red;font-weight: 700;font-size: 1.5rem;
	height: 25px;
    width: 25px;
    display: inline-block;
    line-height: .77;
    border-radius: 25px;
}
#close a{ color:red;}
#close a:hover{
	color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: .77;
    background: red;
    border-radius: 25px;	
}
.cartTotal{
		 width:50%; 
		 float: right;	
	}
.section7_mod{
	padding: 100px 20px !important;
}
.course_font{
	font-size:5.77rem; 
	font-family:fantasy; 
	text-align:center; 
	line-height:1; 
	background:#a10035; 
	color:#FFF;
}
	
.fill_row{
		width:75%;	
}
#section4_1 .container {
		width: 85%;
	}

#sidebarNew{
	width: 25%; 
	position: fixed; 
	right: 0rem; 
	background: rgba(0,0,0,0.7); 
	padding: 10px; 
	border: 1px solid #000; 
	height: 100%; 
	font-weight: bold; 
	z-index: 1; 
	bottom: 0px; color:#FFF	
}
#contactForm{
		height:50%; 
		margin:51% auto; 
		text-align:center	
	}

/* contact form stylish css */

.monrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  /*background: #032429;*/
  position: relative;
  z-index: 1;
  text-align: center;
}
.monrow:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  z-index: -1;
  background: inherit;
}
.monrow:first-child {
  padding: 40px 30px;
}
.monrow:nth-child(2), .monrow:nth-child(8), .monrow:nth-child(10) {
  background: #134A46;
}
.monrow:nth-child(3), .monrow:nth-child(7) {
 /* background: #377D6A;*/
}
.monrow:nth-child(4), .monrow:nth-child(6) {
  background: #7AB893;
}
.monrow:nth-child(5) {
  background: #B2E3AF;
}
.monrow span {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.balloon {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  font-family: "Open Sans", sans;
  font-weight: 400;
  color: #377D6A;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 60px;
  transition: all .3s ease-in-out;
}
.balloon::-webkit-input-placeholder {
  color: #efefef;
  text-indent: 0;
  font-weight: 300;
}
.balloon + label {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  padding: 5px 15px;
  color: #032429;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0);
  transition: all .3s ease-in-out;
  border-radius: 3px;
  background: rgba(122, 184, 147, 0);
}
.balloon + label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid rgba(122, 184, 147, 0);
  transition: all .3s ease-in-out;
}

.balloon:focus,
.balloon:active {
  color: #377D6A;
  text-indent: 0;
  background: #fff;
}
.balloon:focus::-webkit-input-placeholder,
.balloon:active::-webkit-input-placeholder {
  color: #aaa;
}
.balloon:focus + label,
.balloon:active + label {
  color: #fff;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #30B4FB;
  transform: translateY(-40px);
}
.balloon:focus + label:after,
.balloon:active + label:after {
  border-top: 4px solid #30B4FB;
}

#youtubeEmbed{
	width:100%;
	height:640px
}

.buttonStyle{
	background: #FFB606;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;	
	text-decoration:none;
}
.buttonStyle:hover{
    color: #000;	
	text-decoration:none;
}
.sidebar{
	width: 25%; 
	position: fixed; 
	top: 150px; 
	right: 6rem; 
	background:#B59C72; 
	padding:10px; 
	border:1px solid #e2be81; 
	height: 43rem; 
	font-weight: bold;	
}
.smallscreen{
	display:none;	
}

.first_sidebar{
	width: 25%; 
	position: fixed; 
	top: 150px; 
	right: 6rem; 
	background:#FFF; 
	padding:10px; 
	border:1px solid #eee
}
.card-body {
    padding: 5px;
}
#course_font{
	font-size: 6.5rem !important;
    /* font-family: fantasy; */
    text-align: center;
    line-height: 1;
    background: #a10035;
    color: #fff;
    padding: 2px 20px;	
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #bce6fc;
}

.btn.active {
  background-color: #30B4FB;
  color: white;
}

.column h2{
	margin:25px 0px;
	font-size:20px;
}

#btnContainer{
	text-align: right;
}

#btnContainer .fas{
	margin:0px;
}
.online_course_img{
	width:100%; 
	margin-bottom:10px; 
	height:550px	
}

.quantity-button {
  position: relative;
  cursor: pointer;
  /*border-left: 1px solid #eee;*/
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
    height: 100%;
    top: 0%;
    right: -1px;
    background: #30b4fb;
    align-items: center;
    display: flex;
    justify-content:center;
    font-size: 30px;
    width: 30px;
	color:#FFF
}

.quantity-button.quantity-down {
  position: absolute;
    left: 0px;
    height: 100%;
    background: #30b4fb;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content:center;
    text-align: center;
    width: 30px;
	color:#FFF
}
.quantity input {
    width: 100px;
    height: 42px;
   /* float: left;*/
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

.quantity-nav {
    position: absolute;
    height: 42px;
    width: 100px;
    left: 30px;
	top:0px;
}

@media (max-width: 576px) {
	h5, .h5 {
		font-size: 1rem;
	}
	.quantity-nav {
		left: 20px;
	}
	.quantity input {
    	width: 80px;
	}
	.container-fluid{
		--bs-gutter-x: 1rem;
	}
	.navbar-brand{
		width: 50%;
		margin-right: 0rem;
	    margin-left: 0rem;
	}	
	
	#grid, #grid-first, #grid-last {
		padding: 15px;
		justify-content: flex-start;
		display: flex;
		border-bottom:1px solid #fff;
	}
	#grid-last{
		border:none;	
	}
	.justify-content-end {
		-webkit-box-pack: end !important;
		/*-ms-flex-pack: end !important;*/
		justify-content: flex-start !important;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	#section3, #section4, #section5, #section6 {
		padding: 40px 20px;
	}
	#overlapped-image{
		display:none;
	}
	#section4-text{
		padding: 20px 0px;
    	/*margin-left: 20px;*/
	}
	#section4-button{
		display:block;
	}
	#section4_1 li {
		width: 80%;
	}
	#events, #testimonial{
		padding: 50px 20px;
		margin: 0px;
	}
	#testimonial {
		padding-top:0px;
	}
	#row2 .col-sm-2, #row2 .col-sm-4 {
		display: block;
	}
	#section9 .row, #footer .row{
		margin:0px;	
	}
	#section9 input[type=text] {
		margin-bottom:20px;
		width:100%;
	}
	#copyright, #credit{
		text-align:center;
	}	
	#date{
	    margin-right: 15px;
	}
	#section1{ 
		height:auto; 
	}
	.slide h2, .slide p, .slide input[type=button]{
		display:none;	
	}
	.slide1{
		padding: 22px 40px;	
	}
	.container-fluid {
		 --bs-gutter-x: 2rem; 
	}
	.column {
		width:100%;
	}
	#package{
		width: 63%;	
	}
	#price-package{
		width: 35%;
	}
	#detail{
		width: 100%;
	}
	#second-span{
		line-height: normal;
		width: 100%;
		display: flex;	
	}
	.reflect::before {
		content:none;
	}
	.reflect::before {
	  font-size:27px;
	}
	.sidebar{
		display:none !important;
	}
	.hidecolumn{
		display:none;	
	}
	.cartTotal{
		 width:100%; 
		 float: none;	
	}
	#slides2 .card{
		padding: 10px;
		margin: 20px;
		/*width: 100%;*/	
	}
	#section4 p {
		font-size: 4vw;
	}
	#section4_1 {
		padding: 45px 20px;
	}
	#section4_1 h2{
		margin-top: 45px;
	}
	#heading_circle {
		margin-top: 20px;
	}
	.section7_mod{
		padding: 20px 20px !important;
	}
	.fill_row{
		width:100%;	
	}
	#section4-text {
		padding: 15px 0px;
	}
	#sidebarNew{
		position:absolute;
		width:100%;
	}
	#youtubeEmbed{
		width:400px;
		height:315px
	}
	.navbar-expand-lg{
		z-index: 99999;
    	background: #fff;
	}
	.online_course_img{
		height:auto	
	}
	
	.index_card_image{
		height:22rem;	
	}
	.quantity-button.quantity-down {
		height: auto;
		font-size: 15px;
		width: 20px;
		top: 20%;
	}
	.quantity-button.quantity-up {
		height: auto;
		top: 20%;
		right: 20px;
		font-size: 15px;
		width: 20px;
	}
}

@media only screen 
and (min-device-width : 576px) 
and (max-device-width : 1024px) {
	#section1{ 
		height:auto; 
	}
	.container-fluid{
		--bs-gutter-x: 1rem;
	}
	.container, .container-sm, .container-md {
		max-width: 850px;
	}
	
	#section2-span{
		font-size:40px; 
		float:left; 
		margin-right:20px	
	}
	
	#grid, #grid-first, #grid-last {
		padding: 10px 20px;
	}
	
	#grid span, #grid-first span {
		font-size:14px
	}
	
	#grid h5, #grid-first h5, #grid-last h5 {
		font-size:16px;
		margin-bottom:10px
	}
	
	#grid .fas, #grid-first .fas {
		font-size:40px;
	}
	#section7 .container{
		max-width:100%
	}
	#events, #testimonial{
		padding: 40px 20px;
		margin: 0px;
	}
	#overlapped-image{
		margin-bottom: 0px;
	}
	#overlapped-image img{
		width:85%;
	}
	.slide h2, .slide p, .slide input[type=button]{
		left:3px;	
	}
	h4, .h4 {
		font-size: calc(1.2rem + 0.3vw);
	}
	#package{
		width: 63%;	
	}
	#price-package{
		width: 35%;
	}
	
	#detail{
		width: 100%;
	}
	#slides2 .card {
		padding: 10px;
		/*margin: 20px;
		width: 5.35%;*/
	}
	#section4 {
		padding-bottom: 25px;
		padding-top: 25px;
	}
	.fill_row{
		width:100%;	
	}
	
	#section4 p {
		font-size: 1.6vw;
	}
	#section4_1 h2 {
		margin-top: 0px;
	}
	.section7_mod {
		padding: 50px 20px !important;
	}
	#heading_circle {
		margin-top: 40px;
	}
	#section4 .container {
		width: 100%;
	}
	#section4_1 .container {
		width: 100%;
	}
	#section4_1{
		padding: 25px 20px;	
	}
	#sidebarNew{
		position:absolute;
		width:100%;
	}
	#contactForm{
		height:auto; 
		margin:auto; 
		text-align:center;
		width:50%
	}
	.monrow{
		padding:5px;	
	}
	.buttonStyle{
		padding: 10px;
	}
	.smallscreen{
		display:block;	
		background: #B59C72;
	    padding: 12px;
	}
	#sidebar_ss{
		float: right;	
	}
	#fullscreen{
		display:none;	
	}
	.sidebar{
		width: 25%; 
		right: 0rem; 
	}
	.column {
	    width: 45%;
	}
	#section3, #section4, #section5, #section6 {
		background: #FFF;
		padding: 20px;
	}
	#section2-span {
		font-size: 40px;
	}
	
	#whatisdiv{
		width:100% !important;	
	}
	.text h5, .h5 {
		font-size: 1rem;
	}
	.column h2 {
		margin: 25px 0px;
		font-size: 15px;
	}
	#section9 input[type=text] {
	    width: 60%;
	}
	.section6_img {
		height: 70vh;
	}
	#course_font{
		font-size: 12vw !important;
		font-family: fantasy;
		text-align: center;
		line-height: 1;
		background: #990a0a;
		color: #fff;	
	}
	.navbar-expand-lg{
		z-index: 99999;
    	background: #fff;
	}
	.online_course_img{
		height:auto	
	}
	
}


thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 5px 20px;
    border-color: #99999936;
}

input[type=button] {
    top: 57%;
    left: 10%;
    background: #30b4fb;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}

ul{
	list-style:none;
	padding-left:0px;
}

.box {
	position: relative;
	height: 6rem;
	width:100%;
}
.box-gradient {
	position: absolute;
    width: 100%;
    height: 5rem;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*background: -moz-linear-gradient(left, #CCCCCC 0%, #EEEEEE 50%, #EEEEEE 50%, #CCCCCC 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#CCCCCC),color-stop(50%,#EEEEEE), color-stop(50%,#EEEEEE), color-stop(100%,#CCCCCC));*/
	background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}
.box-shadow {
	position: absolute;
    left: 1%;
    top: 4rem;
    width: 98%;
    height: 16px;
    background: #fff;
    border-radius: 290px / 8px;
    -moz-border-radius: 290px / 8px;
    -webkit-border-radius: 290px / 8px;
    box-shadow: 0 10px 20px #000;
    -moz-box-shadow: 0 10px 20px #000;
    -webkit-box-shadow: 0 10px 20px #000;
}

.box-gradient h3{
	color: #000;
    text-align: center;
    margin: 1.2rem;
    text-shadow: 0px 0px 2px #ffffff;
    font-size: 30px;
}
.quantity {
  position: relative;
  /*float:left;
  width:25%*/
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input:focus {
  outline: 0;
}

.buttonStyle{
	padding:10px;	
	display:block;
}
.buttonStyle_success{
	background: #fff;
	border: 1px solid #30b4fb;
	color: #30b4fb;
	width: 100%;
	font-weight: 500;
}

.course_code_heading{
	z-index: 9999999; 
	position: relative; 
	background: #fff;
	border-radius: 10px; 
	padding: 10px;"
}
#topSearch_button{
	box-shadow: none !important;	
}

#topSearch_button:hover{
	background: #30b4fb;
	color:#FFF !important;
}

.navbar-toggler:focus {
     box-shadow: none; 
}

.my-2 {
	color:#000 !important;
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}

button[type=submit] {
    background: #30b4fb;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}

button[type=submit]:hover, input[type=button]:hover {
	background:#0f2581;
	transition: background 2s;
	transition-timing-function: ease;
}

.quantity-button.quantity-up:hover, .quantity-button.quantity-down:hover{
	background:#0f2581;
	transition: background 2s;
	transition-timing-function: ease;
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.bottomPrice{
	osition: relative;
    bottom: 0px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
    float: left;	
}
.innerLink{
	text-decoration: none;
    color: #30b4fb;
    font-weight: 700;	
}

.h1FoeSEO{
	font-size: calc(1.1rem + 1.5vw);
	font-variant: small-caps;
}

.innerH1FoeSEO{
	font-size: calc(1.325rem + 0.9vw);
	font-variant: small-caps;
	color:#30b4fb !important
}
.slide2 a{
	text-decoration:none !important;	
}
.slide2 a:hover{
	text-shadow:0px 0px 2px #30b4fb;	
}

.section6_ahref a{
	text-decoration:none !important;	
	color:#000;
}
.section6_ahref a:hover{
	font-weight:400;
	color:#30b4fb;
}