
/*header top bar switch*/

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}
.main_menu li.nav-item a.nav-link {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
a{
    font-family: 'Inter', sans-serif !important;

}
p {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
}
p#light-text {
	font-size: 12px;
	padding-left:6px;
    font-weight: 700 !important;
}
#light-text{
    color:#ff1e1e ;
}
#light-tex2{
    z-index:9999;
    font-size: 8px;
    padding-right:6px;
    color:#fff;
    letter-spacing:1px;
    font-weight: 700 !important;
}
.side_text a{
    font-size: 16px !important;
    letter-spacing: normal;
}
.form-switch{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 25px;
}


.form-slider.round {
    border-radius: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.form-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	right: 4px;
	bottom: 2px;
	background-color: #d63030;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}



.form-slider.round {
	border-radius: 10px;
}

.form-slider.round:before {
	border-radius: 30%;
}

.pg_banner_text .course_desc_article p{
    text-align: justify;
    letter-spacing: -0.5px;
    padding-right: 15px;
    font-size: 17px;
    color: #605f62;
}

.main_menu li.nav-item a.nav-link {
    letter-spacing: normal;
}
a{
    font-family: 'Inter', sans-serif !important;
}
p{
     font-family: 'Inter', sans-serif !important;
}
.side_text a {
    letter-spacing: -0.2px;
}
.side_text a, p {
    font-size: 16px;
}
