
.last_modal h5 {
    font-size: 45px;
    margin-top: 8px;
    line-height: 77px;
}
.all_content_model span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}
.form-data .form-control {
    padding: 10px 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #E8F0FE;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.form-data button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding: 10px 100px;
    background-color: #ff1e1e;
    border-color: #ff1e1e;
    color: #ffff;
    margin-top: 20px;
    transition: all linear .3s;
    margin-bottom: 70px;
}
.discount_course {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #8c0000;
    border: 1px solid #ff7e31;
    border-radius: 8px;
    padding: 7px 7px;
    margin-top: -5px;
    transition: all linear 0.3s;
}
.discount_course:hover {
    color: #fff;
    background-color: #ff7e31;
}
.discount_modal {
    top: 60%;
    transform: translateY(-50%);
}
.discount_title {
    padding-bottom: 30px;
}
.discount_title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.2px;
}
.modal.show .modal-dialog {
    transform: none;
    max-width: 945px;
    top: 8%;
}
.discount_inner_wrapper {
    padding: 75px 95px;
}
.discount_title p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.002em;
    color: #605f62;
}
.discount_send {
    padding: 10px 40px;
}
.cross-modal {
    border-bottom: 0;
    padding-bottom: 0;
}

.discount_success {
    text-align: center;
}
.success_discount {
    max-width: 558px;
    margin: auto;
    background-color: #fff;
}
.success_discount h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #cf0000;
    padding-bottom: 10px;
    padding-top: 40px;
}

.discount_success p {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 32px !important;
    text-align: center !important;
    letter-spacing: 0.004em !important;
    color: #605f62 !important;
    padding-bottom: 25px !important;
}
.discount_success a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #ff7e31;
    padding-bottom: 70px;
}
.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #605f62;
}
.seminar_desp .nav-link.active {
    background-color: #cf0000 !important;
    border-radius: 10px;
}
.course_single_item {
    margin: 0 8px;
}
.course_catagory_item .course_slider_item{
    margin: 0px !important;
}
.popular_slide {
    margin: 0 !important;
}

.course_items_display a {
    display: block;
}
.course_discount_anchor a {
    display: block;
}


.popular_slide {
    margin: 0 !important;
}
.course_category_slider a {
    display: block;
}
.course_discount_slide_margin {
    margin: 0 !important;
}

:root {
    --font-weight: 400;
  }
/*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;
}
/*==========
banner part css
=============*/
.banner_text h1  {
    font-size: 40px ;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}
.banner_text h1 span {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}
.course_cat_heading h1, .section_heading h2, .section_heading3 h2 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
}
.course_mix_btn button {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
}
.course_single_item .course_text ul li {
    padding-top: 3px;
}

.course_single_item .course_text h3,.counte_item h4 ,.counte_item2 h4,.counte_item3 h4 ,.more_facilities_item h3, .pg_more_facilities_item h3,.course_heading h3{
    font-family: 'Inter', sans-serif;
}
.course_single_item .course_text h6 ,.blog_heading h2, .company_heading h2, .company_menu ul li .company_nav_tab {
    letter-spacing: normal;
}
.course_single_item .course_text p,.counte_item p, .more_facilities_item p, .pg_more_facilities_item p,.counter_up_item h5, .counter_up_item p{
    letter-spacing: normal;
}
.section_heading p {
    max-width: 864px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
.course_slider_top .course_slider_item a .couse_text h3 {
    font-family: 'Inter', sans-serif;
}
.counte_item h3,h4 {
    font-family: 'Inter', sans-serif;
}
.virtual {
    border-radius: 24px;
    padding-bottom: 70px;
}
#info{
    padding-top:60px;
}
.counte_item p{
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
.practical_project_text h2,.glory_text h2 {
    font-family: 'Inter', sans-serif;
}
.seminar_content h2 {
    font-family: 'Inter', sans-serif;
}
.seminar_content>p {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
.company_heading h2 {
    font-family: 'Inter', sans-serif;
}
.pg_more_facilities_item  h3{
    font-size: 22px !important;
    line-height: 33px;
}
.more_facilities_item img{
    height:50px
}
.pg_student_feedback h2,.pgs_project h2 {
    font-size: 30px;
    line-height: 45px;
}
.glory_text p,.ceo_text p, .facilities_desc .dtails, .facilities_desc .dtails p, .practical_project_text p  {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
.ceo_text p, .facilities_desc .dtails, .facilities_desc .dtails p, .practical_project_text p
.footer_heading p {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 26px;
}
.footer_heading p {
    margin: 0 60px;
}

.footer_item_2 ul li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    opacity: .7;
}

.footer_item_1 ul li .footer_text {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
}

.footer_heading h2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: normal;
}
