/*
Template Name: Driven
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************course_detail****************/
.blog_1r2 ul li a{
	padding: 5px 15px;
	margin-bottom: 8px;
	margin-right: 2px;
	border-radius: 4px;
	border:1px solid #ddd;
	font-size:13px;
 }
.blog_1r2 ul li a:hover{
	background:#E81D4F!important;
	color:#fff;
 }
.border_1 {
    border: 1px solid #ddd;
}
.col_blue {
    color: #E81D4F;
}
.col_yell {
    color: #ffc926;
}
.bg_blue {
    background: #E81D4F;
}
.form-control:focus{
  box-shadow:none;
 border-color:#ddd; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#ddd;  
 }
.form-control{
border-color:#ddd;
box-shadow:none;
border-radius:0;
height:50px;
 }
.form-select{
border-color:#ddd;
box-shadow:none; 
border-radius:0;
height:50px;
color:#777;
 }
.form_text{
height:150px!important; 
 }
/*********************course_detail_end****************/

@media screen and (max-width : 767px){

.blog_1r{
  margin-top:15px; 
 }

.course_dt2i {
 text-align:center; 
 }

.course_dt2i2{
	margin-top:10px;
	margin-bottom:10px; 
 }
.course_2dt3il{
	text-align:center;
	margin-bottom:15px;  
 }

.course_2dt3iri h6{
	text-align:left; 
 }

.blog_1dt3il{
  margin-top:10px; 
 }
 }
@media (min-width:768px) and (max-width:991px) {
.blog_1l1ir .form-select{
 width:80px; 
 }
.course_2dt3il h1{
 font-size:40px!important;
}

 }
@media (min-width:992px) and (max-width:1200px) {

 }
