   .categoryDashboard{
   max-height: 250px;
    overflow-y: auto;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    }

.custom-checkbox{padding: 10px;}
.mb30 {
  margin-bottom: 30px;
}
.my_setting_content {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.my_setting_content_header {
  border-bottom: 1px solid #eeeeee;
  padding: 30px;
  text-align: right;
}
.my_setting_content_details {
  padding: 30px;
}
.my_profile_setting_input label, .my_profile_setting_input2 label {
  color: rgb(10, 10, 10);
  line-height: 1.2;
}
.my_profile_setting_input .form-control, .my_profile_setting_input2 .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
  margin-bottom: 30px;
}
.my_profile_setting_input .form-control:focus, .my_profile_setting_input2 .form-control:focus {
  outline: none;
}
.my_setting_savechange_btn {
  border-radius: 5px;
  background-color: rgb(21 28 43);
  color: rgb(255, 255, 255);
  line-height: 1.2;
  height: 55px;
  width: 150px;
}
/*== Table Widget UI Page ==*/
.ui_kit_table .table {
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.ui_kit_table .table th {
  background-color: #2441e7;
  padding: 20px;
  border-bottom: transparent;
  color: #ffffff;

}
.ui_kit_table .table th, .ui_kit_table .table td {
  padding-right: 30px;
}
/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
  padding-left: 20px;
}
.ui_kit_input .form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}
/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5 {
  margin-bottom: 18px;
}

.ui_kit_textarea .form-control:focus {
  box-shadow: none;
  border-color: #dddddd;
}
/*== Dashbord details Page ==*/
.our-dashbord {
  background-color: #f9fafc;
  margin-top: 15px;
  position: relative;
}
.breadcrumb_widgets {
  border-radius: 5px;
  background-color: rgb(21 28 43);
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}
.breadcrumb_widgets .title {
  color: rgb(255 255 255);
  line-height: 1.2;
  margin-bottom: 0;
}
.breadcrumb_widgets .breadcrumb {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item {
  color: #7e7e7e;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item.active {
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.user_board {
  position: relative;
}
.dashboard_sidebar {
  right: 5px;
  position: absolute;
  width: 230px;
  z-index: 9;
    border-radius: 5px;
        background-color: rgb(255, 255, 255);
    padding: 20px 20px 20px 25px;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 9%);
}
.dashboard_sidebar:before {
  background-color: rgb(255, 255, 255);
  content: "";
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: absolute;
}
.dashboard_main_content {
  max-width: 100%;
  max-height: 100%;
  padding-right: 17%;
  padding-left: 1.5%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll !important;
}
.main_content_container::-webkit-scrollbar {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar, .dashboard_main_content::-webkit-scrollbar {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar * {
  background: transparent;
}
.dashboard_main_content::-webkit-scrollbar-track {
  display: none;
}
.dashboard_main_content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.user_profile {
  margin-bottom: 10px;
  position: relative;
}
.user_profile .media .media-body h4 {
  color: #0a0a0a;
  line-height: 1.2;
  padding-right: 30px;
}
.user_profile .media .media-body h5, .user_profile .media .media-body p {
  margin-bottom: 0;
}
.user_profile .media img {
  width: 65px;
}
.dashbord_nav_list h4 {
  position: relative;
  padding-right: 30px;
}
.dashbord_nav_list li {
  height: 50px;
  line-height: 45px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dashbord_nav_list li:hover a, .dashbord_nav_list li:hover a span {
  color: #FC3C68;
}
.dashbord_nav_list li.active {
  background-color: #f9fafc;
}
.dashbord_nav_list li.active a {
  color: #FC3C68;
}
.dashbord_nav_list li.active:before {
  background-color: #FC3C68;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 2px;
}
.skill_sidebar_widget {
  margin-top: 40px;
  margin-left: 15px;
  padding-right: 50px;
}
.skill_sidebar_widget h4 {
  margin-bottom: 20px;
}
.skill_sidebar_widget .sonny_progressbar .bar {
  border-radius: 5px;
  height: 10px;
}
.skill_sidebar_widget .sonny_progressbar .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.password_change_form form input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  height: 48px;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.password_change_form form input:focus {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  outline: none;
}
.password_change_form form button {
  border-radius: 4px;
  height: 55px;
  padding: 0 35px;
}
.password_change_form form button:focus {
  box-shadow: none;
  outline: none;
}
.my_profile_select_box label {
  color: #221f1f;
}
.my_profile_select_box {
  margin-bottom: 20px;
}
.my_profile_select_box .dropdown.bootstrap-select {
  display: inline;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #7f7f7f;
  height: 50px;
  line-height: 35px;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn:focus {
  box-shadow: none;
  outline: none !important;
}
.my_profile_select_box .dropdown.bootstrap-select:focus {
  border: 1px solid #dddddd;
}
/*== DashBoard Pages ==*/
.ff_one {
  background-color: #ffffff;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 150px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px 20px 25px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.ff_one .icon {
    color: rgb(249 250 252);
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  float: right;
  height: 110px;
  line-height: 60px;
  padding: 30px 27px;
  text-align: center;
  width: 106px;
}

.ff_one .icon span {
  color: #ffffff;
}

.ff_one .detais {
  padding-top: 25px;
}

.ff_one .detais .timer {
  color: #0a0a0a;
  line-height: .5;
}

.ff_one .detais p {
  color: rgb(21 28 43);
  line-height: 2.667;
  margin-bottom: 0;
}

.ff_one.style2 .icon {
  background-color: rgb(255, 16, 83);
}

.ff_one.style3 .icon {
  background-color: rgb(0, 167, 142);
}

.ff_one.style4 .icon {
  background-color: rgb(236, 208, 111);
}

/*== Profile Avatar == */

.wrap-custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  text-align: center;
}

.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0;
}

.wrap-custom-file label {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.wrap-custom-file label span {
  background-color: rgb(21 28 43);
  bottom: 0;
  color: #ffffff;
  height: 40px;
  left: 0;
  padding-top: 6px;
  position: absolute;
  width: 100%;
}

.wrap-custom-file label.file-ok {
  background-size: cover;
  background-position: center;
}

.wrap-custom-file label.file-ok span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  color: #ffffff;
  background-color: rgba(36, 65, 231, 0.9);
}

.wrap-custom-file label.file-ok .fa {
  display: none;
}


.form_grid h4 {
  color: #0a0a0a;
  line-height: 1.2;
}

.form_grid p {
  color: rgb(126, 126, 126);
  line-height: 2.667;
}

.form_grid .contact_form .form-group label {
  color: #0a0a0a;
  line-height: 1.2;
}

.form_grid .contact_form input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
}

.h125 {
  height: 125px;
}
.dif {
  display: inline-flex;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dfr {
  display: flow-root;
}

.dn {
  display: none;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.posa {
  position: absolute;
}

.posr {
  position: relative;
}

/*== BackGround Color Black Overlay ==*/
.content_details {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  height: 100%;
  left: 0;
  margin-left: -100%;
  overflow-y: scroll;
  padding: 20px 8px;
  position: fixed;
  top: 80px;
  -webkit-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 305px;
  z-index: 9;
}

.content_details::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: -10px;
  width: 6px;
  z-index: 3;
}

.content_details::-webkit-scrollbar * {
  background: transparent;
  margin-right: -10px;
}

.content_details::-webkit-scrollbar-track {
  display: none;
}

.content_details::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important;
  border-radius: 6px;
  margin-right: -10px;
}

.content_details.is-full-width {
  left: 0;
  margin-left: 0;
  position: fixed;
}
.table_body .cart_list {
  margin-bottom: 0;
}
.cart_page_form .table_body td, .cart_page_form .table_body th {
  padding: 30px 31px;
  vertical-align: middle;
}
.cart_page_form.style2 .table_body td, .cart_page_form.style2 .table_body th {
  padding: 30px 31px;
  vertical-align: middle;
}
.cart_page_form.style2 .table_body th {
  width: 55%;
}
.cart_page_form.style2 .table_body td {
  width: 15%;
}
.cart_page_form.style3 .table_body td, .cart_page_form.style3 .table_body th {
  border-bottom: 1px solid #dedede;
}
.cart_page_form.style3 .table_body tr {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.cart_page_form.style3 .table_body td {
  width: 0%;
}
.cart_page_form.style3 .table_body th {
  width: 52%;
}
.order_key_status li:last-child span {
  margin-left: 54px;
}
.cart_page_form.style3 tr.borderless_table_row {
  border-left: none;
  border-right: none;
}
.cart_page_form.style3 tr.borderless_table_row th, .cart_page_form.style3 tr.borderless_table_row td, .cart_page_form.style3 tr.borderless_table_row.style2 th, .cart_page_form.style3 tr.borderless_table_row.style2 td {
  border: none;
}
.cart_page_form tbody.table_body th .cart_list .cart_title {
  color: #0a0a0a;
  line-height: 1.333;
}
.cart_page_form tbody.table_body th .cart_list li {
  margin-right: 0;
  vertical-align: middle;
}
.cart_page_form tbody.table_body td .cart_count {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
  width: 88px;
}
.cart_page_form tbody.table_body td .cart_count:focus {
  outline: none;
}

.order_key_status li {
  color: rgb(10, 10, 10);
  line-height: 2.222;
}

.order_key_status li span {
  color: rgb(126, 126, 126);
  line-height: 2.667;
  margin-left: 75px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .2em .2em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-switch .custom-control-label::before {
  border-radius: 30px;
}
.shadow_box {
  background-color: #FFF;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
  border-radius: 5px;
}
.b0p0 {
  border-width: 0px !important;
  padding: 0px !important;
  margin-bottom: 30px;
}
.sfeedbacks .aii_title {
  color: #0a0a0a;
  margin-bottom: 25px;
  line-height: 1.2;
}
.card {
  border: none;
}
.card-header {
  background-color: #f9fafc;
  border-bottom: 0px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  position: relative;
}
.card-header .btn-link {
  color: #3b3b3b;
}
.card-header .float-left {
  position: absolute;
  left: 20px;
  top: 22px;
}
.alert-dismissible .close {
  top: 10px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #2441e7;
  border-radius: 0px;
}

textarea.form-control {
  padding: 20px;
}
/**/
.dashboard_navigationbar {
  margin-bottom: 30px;
}

.dashboard_navigationbar .dropbtn {
  background-color: rgb(225, 230, 239);
  border: none;
  border-radius: 5px;
  outline: none;
  display: block;
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
  text-align: right;
  width: 100%;
}

.dashboard_navigationbar .dropbtn:hover, .dashboard_navigationbar .dropbtn:focus {
  background-color: rgb(225, 230, 239);
  border: none;
  outline: none;
}

.dashboard_navigationbar .dropdown {
  position: relative;
}

.dashboard_navigationbar .dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
}

.dashboard_navigationbar .dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dashboard_navigationbar .dropdown-content li {
  height: 50px;
  line-height: 30px;
  padding-right: 30px;
  position: relative;
}

.dashboard_navigationbar .dropdown-content li a {
  font-size: 16px;
}

.dashboard_navigationbar .dropdown-content li a span {
  font-size: 23px;
  padding-left: 10px;
}

.dashboard_navigationbar .dropdown-content li.active {
  background-color: #ffffff;
}

.dashboard_navigationbar .dropdown-content li.active:before {
  background-color: #2441e7;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 2px;
}

.dashboard_navigationbar .dropdown-content li.active a {
  color: #2441e7;
}

.dashboard_navigationbar .dropdown a:hover {
  color: #004a97;
}

.dashboard_navigationbar .show {
  display: block;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 1s;
  position: relative;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**/
@media only screen and (max-width:1440px) {
	.dn-1440 {
		display: none !important;
	}
	.dib-1440 {
		display: inline-block !important;
	}
	.our-dashbord.dashbord:before {
		max-width: 210px;
	}
	.our-dashbord.dashbord .container-fluid {
		padding-right: 15px;
	}
	.dashboard_main_content {
		padding-right: 21%;
	}
}

@media only screen and (max-width:1366px) {
	.m_box.our-dashbord:before {
		width: 23.5%;
	}
	.dashboard_sidebar {
		width: 230px;
	}
	.dashboard_main_content {
		padding-right: 17%;
	}
	.dn-1366 {
		display: none;
	}
	.dib-1366 {
		display: inline-block;
	}
	.ht_left_widget.home3 .header_search_widget .mailchimp_form .form-control {
		width: 200px;
	}
	.becomea_instructor {
		padding: 65px 100px 55px 15px;
	}
	.becomea_instructor.style2 {
		padding: 65px 100px 55px 15px;
	}
	.ht_left_widget.home5 {
		margin-top: 15px;
	}
	.popular_course_slider_home3.home8.owl-carousel.owl-theme.owl-loaded .owl-prev {
		left: 0;
		top: 30%;
	}
	.our-dashbord.dashbord:before {
		max-width: 197px;
	}
	.avatar-upload .avatar-edit input+label {
		width: 150px;
	}
	.cart_page_form.style3 .table_body th {
		padding: 20px 15px;
		width: 35%;
	}
	.cart_page_form.style3 .table_body td {
		padding: 20px 15px;
	}
}

/*  (min-width:1280px)+++ */

@media only screen and (max-width:1280px) {
	.brdr_left_right::before {
		left: -10px;
	}
	.dashboard_main_content {
		padding-right: 15%;
		padding-left: 0;
	}
	.home1-mainslider .banner-style-one .banner-title {
		font-size: 40px;
	}
	.ht_left_widget ul li.list-inline-item:first-child, .ht_left_widget ul li.list-inline-item:nth-child(2) {
		margin-right: 10px;
	}
	.header_search_widget .mailchimp_form .form-control {
		padding-left: 15px;
		width: 400px;
	}
	.becomea_instructor {
		padding: 65px 15px 55px 50px;
	}
	.becomea_instructor.style2 {
		padding: 65px 50px 55px 15px;
	}

	.col-lg-7.col-xl-7.pr0 {
		padding-right: 5px !important;
	}
	.col-lg-5.col-xl-5.pl0 {
		padding-left: 5px !important;
	}

	.main-banner-wrapper.home7 .carousel-btn-block .carousel-btn.right-btn {
		right: 15px;
	}
	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 40px 10px 30px;
	}

	.courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
		padding-right: 70px;
	}
	.instructor_pricing_widget {
		padding: 30px 15px;
	}
	.courses_single_container .cs_row_four .about_ins_container .details .review_list {
		float: none;
	}
	.courses_single_container .cs_row_five .student_feedback_container .aii_average_review {
		right: 15px;
	}
	.blog_grid_post.style2.event_lists .details {
		padding: 30px;
	}
	.dashboard_sidebar {
		width: 200px;
	}
}

/*  (min-width:1200px)+++ */

@media only screen and (min-width:1200px) {
	.dashbord .container {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		max-width: 1395px;
	}
}

/*  (max-width:1200px)+++ */

@media only screen and (max-width:1200px) {
	.fn-xl {
		float: none !important;
	}
	.inbox_chatting_box .chatting_content li.media.reply.first {
		margin: 0;
	}
	.m_box.our-dashbord:before {
		width: 25%;
	}
	.cnddte_fvrt.our-dashbord:before {
		width: 25%;
	}
	.ff_one .detais {
		padding: 35px 20px 18px 35px;
	}
	.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
		left: 0;
		top: 30%;
	}
	.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
		right: 0;
		top: 30%;
	}
	.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev {
		left: -40px;
	}
	.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next {
		right: -40px;
	}
	.erro_code h1 {
		margin-bottom: 20px;
	}
	.ff_one {
		padding: 15px 10px;
	}
	.ff_one .detais {
		display: inline;
	}
	.my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
		margin-left: -175px;
		margin-right: 115px;
	}
	.my_course_content_list .mc_content_list .sonny_progressbar p.title {
		margin-right: -15px;
	}
}

/* (min-width:992px) (max-width: 1199.98px) // Large devices (desktops, less than 1200px) */

@media only screen and (max-width: 1199.98px) {
	/* ExTra Class Start*/
	.p0-mdd {
		padding: 0;
	}
	.m0-mdd {
		margin: 0 !important;
	}
	.tac-md {
		text-align: center;
	}
	.dn-lg {
		display: none !important;
	}
	.pad395-md {
		padding-left: 5px;
		padding-right: 5px;
	}
	.fn-lg {
		float: none !important;
	}
	.pad330-md {
		padding-right: 0;
	}
	.pad390-md {
		padding-left: 0;
		padding-right: 0;
	}
	.pr15-xl {
		padding-right: 15px !important;
	}
	.pl15-xl {
		padding-left: 15px !important;
	}
	.prpl0-lg {
		padding-right: 0;
		padding-left: 0;
	}
	.dn-1199 {
		display: none;
	}
	.db-1199 {
		display: block !important;
	}
	/* ExTra Class End*/
	/* Margin Padding Change In Responsive Area */
	.ulockd-pad9100 {
		padding-left: inherit !important;
	}
	.pl130-md {
		padding-left: 130px;
	}
	.ulockd-mrgn12-150 {
		margin-top: auto;
	}
	/* END */

	.contact_form_grid {
		margin-top: 50px;
	}
	.home5_mt {
		padding: 30px 0;
	}
	.mobile-menu .header_user_notif {
		left: 10%;
		padding-top: 15px;
	}
	.mobile-menu .header_user_notif li:first-child {
		vertical-align: text-top;
	}
	.mobile-menu .header_user_notif .user_notif .dropdown-menu.show {
		top: 0 !important;
		margin-left: -270px;
	}
	.mobile-menu .header_user_notif li.user_setting .dropdown-menu.show {
		margin-left: -125px;
	}
	.mobile-menu .header_user_notif li.user_setting .btn.dropdown-toggle:after {
		display: none;
	}
	.header_user_notif li.user_setting .btn span {
		display: none;
	}
	.stylehome1 .nav_logo_img, .stylehome1.dashbord_mobile_logo .nav_logo_img {
		position: relative;
	}
	.alpha-pag ul.option-set li {
		margin-bottom: 10px;
	}

	.search_overlay.home3 .mk-search-trigger {
		margin-left: 10px;
	}
	.becomea_instructor, .becomea_instructor.style2 {
		padding: 65px 15px 55px;
	}
	.header_top.home2 {
		height: auto;
		padding: 15px 0;
	}
	.ht_left_widget.home5.float-left {
		float: left !important;
	}
	.ht_left_widget.float-left, .ht_right_widget.float-right {
		float: none !important;
		text-align: center;
	}
	.ht_right_widget ul {
		text-align: center !important;
	}

	.cart_page_form tbody.table_body th .cart_list li {
		display: block;
		margin: 0 auto 15px;
		padding-right: 0;
		text-align: center;
	}
	ul.mc_child_list {
		margin-bottom: 30px;
	}
	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 150px 10px 50px;
	}
	.candidate_revew_select.style2 {
		text-align: left !important;
	}
	.courses_single_container .cs_row_four .about_ins_container .about_ins_info {
		float: none;
		margin-bottom: 15px;
	}
	.courses_single_container .cs_row_four .about_ins_container .details {
		padding-right: 0;
	}
	.courses_single_container .cs_row_five .student_feedback_container .aii_average_review {
		display: inline-block;
		right: 0;
		position: relative;
		top: auto;
	}
	.courses_single_container .cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew {
		display: none;
	}
	.courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
		top: 70%;
	}
	.instructor_pricing_widget.csv2 {
		margin-top: 0;
	}
	.participator_team, .main_blog_post_content .row.event_lists {
		margin-bottom: 30px;
	}
	.header_user_notif li:first-child {
		margin-right: 10px;
	}
	.application_statics {
		margin-bottom: 30px;
	}
	.our-dashbord.dashbord .container-fluid {
		padding-right: 15px;
	}
	.user_profile .media .media-body h4 {
		padding-left: 30px;
	}
	.dashbord_nav_list li {
		padding-left: 30px;
		margin-right: 30px;
	}
	.my_course_content_header {
		display: block;
	}
	.my_course_content_list .mc_content_list {
		display: block;
	}
	.my_course_content_list .mc_content_list .thumb {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.dashbord_nav_list h4 {
		padding-left: 30px;
	}
	.dashboard_main_content {
		padding-right: 0;
	}
	.my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
		margin: 0 auto;
	}
	.my_course_content_list .mc_content_list .sonny_progressbar p.title {
		float: right;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 10px;
	}
	.avatar-upload {
		margin-bottom: 30px;
	}
	.avatar-upload .avatar-edit input+label {
		width: 220px;
	}
}

@media only screen and (max-width:1024px) {
	.dn-md {
		display: none !important;
	}
	.fn-md {
		float: none !important;
	}
	.user_profile {
		padding: 20px 5px;
	}
	.our-dashbord:before {
		width: 34% !important;
	}
	.our-contact div#map-canvas {
		height: 500px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:992px) {

	.stylehome1:before {
		position: absolute;
		content: "";
		background-color: #0a0a0a;
		bottom: 0;
		height: 95px;
		right: 0;
		top: 0;
		width: 100%;
	}
	.mobile-menu .header_user_notif {
		z-index: 99;
	}
	.header_top.home2, .header_top.home3, .header_top.home4, .header_top.home6, .header_top.home7, .header_top.home8, .home8_wave::before {
		display: none;
	}
	.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-prev {
		left: -30px;
		top: 150px;
	}
	.popular_course_slider_home3.owl-carousel.owl-theme.owl-loaded .owl-next {
		right: -30px;
		top: 150px;
	}

	.header_top.home6.hone {
		z-index: 9;
	}
	.inner_page_breadcrumb {
		margin-top: -95px;
	}

	.our-dashbord.dashbord:before {
		max-width: 272px
	}
	.inbox_user_list {
		padding: 30px 25px 40px;
	}
	.home-four {
		margin-top: 3px !important;
	}
	.header.stylehome1.home5 a#search-button-listener2 {
		color: #0a0a0a !important;
	}
	.home-three.home8, .home3_about.home8, .home3_top_course.home8, .popular-courses.home8, .our-team.home8, .our-testimonial.home8, .our-blog.home8 {
		overflow: hidden !important;
	}
}

/* Medium devices (min-width:768px) (max-width: 991.98px) // (tablets, less than 992px) */

@media only screen and (max-width:991px) {
	/* ExTra Class Start*/
	.mt30-smd {
		margin-top: 30px;
	}
	.mb50-smd {
		margin-bottom: 50px;
	}
	.mt50-smd {
		margin-top: 50px;
	}
	.mb35-smd {
		margin-bottom: 35px;
	}
	.tal-smd {
		text-align: left;
	}
	.tac-smd {
		text-align: center !important;
	}
	.fn-smd {
		float: none !important;
	}
	.dn-smd {
		display: none !important;
	}
	.dv-smd {
		display: inherit !important;
	}
	.db-991 {
		display: block !important;
	}
	.prpl0-md {
		padding-left: 0;
		padding-right: 0;
	}
	.prpl5-sm {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.mt10-smd {
		margin-top: 10px !important;
	}
	/* ExTra Class End*/
	/* Home responsibe style Start*/
	/* home slider end */
	.blog_post.one .thumb .post_title {
		font-size: 48px;
	}
	.icon_box_hiw .icon.middle:before {
		display: none;
	}
	.icon_box_hiw .icon.middle:after {
		display: none;
	}
	.our-dashbord:before {
		width: 48%;
	}
	.content_details {
		top: 0;
	}
	.mbp_pagination ul.page_navigation {
		margin-bottom: 30px;
	}
	.shop_order_box .order_list_raw ul li {
		margin-right: 45px;
	}
	.order_sidebar_widget {
		margin-top: 30px;
	}
	.cart_page_form tbody.table_body th .cart_list li {
		padding-right: 9px;
	}
	.cart_page_form .table_body td, .cart_page_form .table_body th {
		padding: 30px 35px;
	}
	.single_product_grid, .instructor_personal_infor {
		margin-bottom: 30px;
	}
	.courses_single_container .cs_row_one .cs_instructor .cs_instrct_list, .courses_single_container .cs_row_one .cs_instructor .cs_watch_list, .cs_row_one.csv2 .cs_instructor .cs_watch_list {
		float: none !important;
	}
	.cs_row_one.csv2 .cs_instructor .cs_watch_list {
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px !important;
	}
	.courses_single_container .cs_row_one .cs_instructor .cs_instrct_list, .courses_single_container .cs_row_one .cs_instructor .cs_watch_list li {
		margin-bottom: 20px !important;
	}
	.ff_one {
		padding: 30px;
	}
	.home1-mainslider .home-content {
		padding-top: 0;
	}
	.mouse_scroll .icon {
		top: -65px;
	}
	.mouse_scroll:before {
		bottom: 20px;
	}
	.mouse_scroll:after {
		bottom: 0px;
	}
	.row_home4 {
		margin: 0 !important;
	}
	.home_icon_box.home4 .icon span {
		float: none !important;
	}
	.home_icon_box.home4 .icon {
		color: #2441e7;
	}
	.home_icon_box.home4 p {
		color: #6f7074;
	}
	.our-dashbord.dashbord:before {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.nav_logo_img.mt10 {
		margin-top: 5px;
	}
	.menu-toggle {
		background-color: transparent !important;
	}
	.menu_style_home_one.stricky-fixed, header.header-nav.style_one {
		background-color: transparent;
	}

	.dn-smd {
		display: none !important;
	}
	.ui_kit_tooltip .btn {
		margin-bottom: 10px;
	}
	.our-dashbord:before {
		display: none;
	}
	.faq_question_widget, .sticky-nav-tab {
		padding: 20px 10px 0;
	}
	.testimonial_content {
		padding: 60px 20px;
	}
	.footer_social_widget.home5 li {
		margin-bottom: 5px;
	}
	.cl_skill_checkbox .content.ui_kit_checkbox {
		text-align: left;
	}
	.sticky-nav-tab {
		padding: 20px 10px 10px;
	}
	.sidebar_block {
		margin-bottom: 30px;
	}
	.content_details {
		height: 550px;
		top: 0;
	}
	button.btn.btn-thm.btns.ml10 {
		margin-left: auto;
	}
	.container-fluid.style2 {
		width: 100%;
	}
	.header_top.home3 {
		display: none;
	}
	.about_home3 {
		margin-bottom: 30px;
		margin-top: 0;
	}

	.about_thumb_home3 {
		text-align: center !important;
	}
	.search_box_home4 .header_search_widget .mailchimp_form .form-control {
		width: 400px;
	}
	.home_icon_box.home4 {
		margin-bottom: 50px;
	}
	.home_icon_box.home4 .icon span {
		margin-right: 0;
		margin-top: -20px;
	}
	.divider-two {
		margin-bottom: 50px;
	}
	.main-title.home6 {
		margin-bottom: 30px;
		text-align: center;
	}
}

/* Small devices (min-width: 576px) (max-width: 767.98px) // (landscape phones, less than 768px) */

@media only screen and (max-width: 767.98px) {
	/* ExTra Class Start*/
	.tal-xsd {
		text-align: left;
	}
	.tac-xsd {
		text-align: center !important;
	}
	.dn-xsd {
		display: none;
	}
	.db-xsd {
		display: block;
	}
	.fn-xsd {
		float: none !important;
	}
	.mrgn620-xsd {
		margin-bottom: 20px;
	}
	.mb305-xsd {
		margin-bottom: 35px !important;
	}
	.pad12650 {
		padding: 50px 0 !important;
	}
	/* ExTra Class End*/
	/* Home Content*/
	.home5_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
		display: block;
	}
	.home5_slider .home-text {
		padding: 230px 0 110px;
		text-align: center;
	}
	.home-five .home-text a.btn {
		display: block;
		margin-top: 35px;
	}
	.bg-img5 {
		background-position: 40% bottom;
	}
	.home_icon_box {
		display: none;
	}
	.home_icon_box.home8 {
		display: block;
	}
	.home_icon_box.home4 {
		display: block;
	}
	.faq_question_widget, .faq_according, .ui_kit_table {
		margin-bottom: 30px;
	}
	.mbp_pagination ul.page_navigation {
		height: 100%;
		padding-left: 15px;
	}
	.mbp_blockquote .blockquote:before {
		top: 10px;
	}
	.our-dashbord:before {
		display: none;
	}
	.message_container .message_input form button.btn, .message_container .message_input form input.form-control {
		z-index: 9;
	}
	.message_input:before {
		background-color: #ffffff;
		bottom: -32px;
		content: "";
		left: -30px;
		position: absolute;
		right: -30px;
		top: 0;
		z-index: 0;
	}
	.sticky_heading {
		background-color: transparent;
	}
	.sticky-nav-tab {
		padding: 5px 10px 15px;
	}
	.candidate_revew_select.mt50 {
		margin-top: auto;
	}
	.testimonial_content {
		margin: 70px 50px;
	}
	.t_icon.home3 {
		left: 70px;
	}
	.blog_post {
		margin-bottom: 20px;
	}
	.home5-slider .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
		top: 50%;
	}
	.home5-slider .home_content .slider-text1 {
		font-size: 30px;
	}
	.icon_box_home6 {
		padding: 20px;
	}
	.our-courses.pt90 {
		padding-top: 60px;
	}
	.content_details {
		margin-left: -200%;
	}
	.phone_img {
		display: none;
	}
	.becomea_instructor {
		margin-bottom: 30px;
	}
	.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn, .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
		display: none;
	}
	.banner-style-one .owl-dots {
		display: block !important;
	}
	.becomea_instructor_home3 {
		padding: 30px;
	}
	.becomea_instructor_home3 a.btn {
		max-width: 150px;
	}
	.becomea_instructor_home3 a.btn span {
		padding-left: 5px;
	}
	.home-three .home-text h2 {
		font-size: 30px;
	}
	.brdr_left_right.home6:before {
		display: none;
	}

	.our-media .container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.home_iconbox_container {
		display: none;
	}
	.banner-style-one .banner-title {
		font-size: 30px;
	}
	.header.stylehome1, .stylehome1:before {
		background-color: transparent !important;
	}
	.home1-mainslider .slide.slide-one, .bg-img4 {
		height: 660px !important;
	}
	.bg-img6 {
		height: 860px !important;
	}
	.banner-style-one .owl-dots {
		bottom: 80px;
	}
	.bg-img1 {
		background-position: 20% center;
	}

	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 50px 10px 30px;
	}
	ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
		padding: 10px;
	}
	.courses_list_content .top_courses.list {
		display: block;
	}
	.courses_list_content .top_courses.list .details .tc_content {
		padding: 15px 0px 10px 0px;
	}
	.courses_list_content .top_courses.list .details .tc_footer {
		padding-left: 0px;
	}
	.courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
		max-width: 390px;
		padding-right: 60px;
	}
	.cs_row_one.csv3 .cs_watch_list {
		float: none !important;
		margin-top: 10px;
	}
	.inner_page_breadcrumb.csv2 .breadcrumb_content, .inner_page_breadcrumb.csv3 .breadcrumb_content {
		margin-top: 60px;
	}
	.ff_one {
		padding: 15px 20px;
	}
	.inbox_chatting_box .chatting_content {
		padding: 30px 30px 100px;
	}
	.mbp_thumb_post .thumb .post_date h2, .blog_grid_post .thumb .post_date h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width:630px) {

	.mobile-menu .header_user_notif {
		left: 12%;
	}

	.menu_bar_home2 li.list-inline-item:first-child:after {
		left: 13px;
	}
	ul.view_edit_delete_list {
		display: block !important;
		float: none !important;
		margin-top: 15px;
	}
}

/* Extra small devices (min-width:361px) (max-width: 575.98px) // (portrait phones, less than 576px) */

@media only screen and (max-width: 575.98px) {
	.mt20-xxsd {
		margin-top: 20px;
	}
	.blog_post_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-next {
		top: 35%;
	}
	.app_grid .apple_btn, .app_grid .play_store_btn {
		margin-bottom: 10px;
	}
}

/* (min-width:361px) (max-width:520px) */

@media only screen and (max-width:520px) {
	/* ExTra Class */
	.tac-xxsd {
		text-align: center !important;
	}
	.center-alignment {
		text-align: center !important;
	}
	.mb50-xxsd {
		margin-bottom: 50px;
	}
	.mb30-xxsd {
		margin-bottom: 30px;
	}
	.mb0-xxsd {
		margin-bottom: 0 !important;
	}
	.col-xxs-12 {
		width: 100% !important;
	}
	.ulockd-pad395, .rs-smd-pad395 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ulockd-pad30 {
		padding-right: 15px;
	}
	.ulockd-pad90 {
		padding-left: 15px;
	}
	.ulockd-pad390 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-xs-6.col-sm-6.col-md-4.ulockd-pdng0 {
		padding: 0 10px 0 10px !important;
	}
	.prpl0-lg {
		padding-right: 15px;
		padding-left: 15px;
	}
	.fn-520 {
		float: none !important;
	}
	/* ExTra Class End*/

	.user_profile {
		margin: 15px;
	}
	.mobile-menu .header_user_notif {
		left: 14%;
	}
	.application_statics {
		padding: 15px;
	}
	.our-courses.pt90, section {
		padding: 30px 0;
	}
	.divider {
		padding: 80px 0;
	}
	.app_grid {
		text-align: center;
	}
	.app_grid .apple_btn {
		margin-bottom: 30px;
	}
	.app_grid .apple_btn .icon, .app_grid .play_store_btn .icon {
		margin-left: 30%;
	}

	.app_grid .apple_btn, .app_grid .play_store_btn {
		display: block;
		width: 100%;
	}

	.funfact_two_details li {
		margin-left: 60px !important;
	}

	.instructor_search_result {
		text-align: center;
	}
	.candidate_revew_search_box {
		margin: 0 auto 25px 125px;
	}
	.candidate_revew_search_box input.form-control {
		margin-left: 0;
	}
	ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
		padding: 10px;
	}
	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 30px 10px 20px;
	}
	.membership_container ul.mc_parent_list ul.mc_child_list .membership_header {
		height: auto;
		width: auto;
	}
	ul.mc_parent_list ul.mc_child_list .membership_header {
		padding: 30px 20px;
	}
	.membership_container {
		padding: 30px 5px;
	}

	.courses_single_container .cs_row_four .about_ins_container .details .about_info_list li span {
		padding-right: 5px;
	}
	.courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon a {
		top: 30%;
	}
	.courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
		max-width: 350px;
	}
	.mbp_first.media.csv1, .mbp_sub.media.csv1, .mbp_second.media.csv1 {
		display: block;
	}
	.mbp_first.media.csv1 .media-body, .mbp_sub.media.csv1 .media-body, .mbp_second.media.csv1 .media-body {
		margin-top: 20px;
	}
	.inner_page_breadcrumb.csv2 .breadcrumb_content, .inner_page_breadcrumb.csv3 .breadcrumb_content {
		margin-top: 85px;
	}
	.header_user_notif li:nth-child(2) {
		margin-right: 0;
	}
	.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show {
		margin-left: -200px !important;
	}
	.header_user_notif .user_notif .so_heading:before {
		right: 100px;
	}
	.my_course_content_list .mc_content_list .details .mc_footer.style2 {
		margin-bottom: 40px;
	}
	.my_course_content_list .mc_content_list .details .mc_footer ul.skills {
		float: left !important;
		margin-top: 15px;
	}
}

/* (min-width:361px) (max-width:479px) */

@media only screen and (max-width:479px) {
	.ulockd-mrgn1225 {
		margin-top: inherit !important;
	}
	.footer_menu_widget ul li {
		padding-right: 5px;
	}
	.logo-widget.home8 {
		margin-right: 83px;
	}
}

@media only screen and (max-width:414px) {
	.fn-414 {
		float: none !important;
	}
	.main-title a {
		display: inline-block;
		float: none !important;
	}
	.featurej_post li {
		line-height: 30px;
	}
	.featurej_post span.pl20 {
		padding-left: inherit;
	}
	.ui_kit_tooltip .btn {
		margin-bottom: 10px;
	}
	.candidate_revew_select.pjlv3 ul li:nth-child(2) {
		margin-bottom: 15px;
	}
	.t_icon.home3 {
		left: 30px;
	}

	.mobile-menu .header_user_notif {
		left: 17%;
	}
	.mobile-menu .header_user_notif li:first-child {
		display: none;
	}
	.stylehome1.dashbord_mobile_logo .nav_logo_img {
		margin-left: -35px;
	}

	.funfact_two_details li {
		margin-left: 0 !important;
	}
	.error_page.footer_apps_widget .mailchimp_form .form-control {
		width: 375px;
	}
	.candidate_revew_search_box input.form-control {
		width: 85%;
	}
	.candidate_revew_search_box {
		margin-left: 0;
	}
	.shop_order_box .order_list_raw ul li {
		margin-bottom: 20px;
		width: 100%;
	}
	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 10px;
	}
	ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
		padding: 10px 2px;
	}
	.blog_grid_post.style2 .details {
		padding: 20px 25px 25px 20px;
	}
	.courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
		max-width: 290px;
	}
	.csv1 .breadcrumb {
		padding: .75rem 0rem;
	}
	.courses_single_container .cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
		top: 80%;
	}
	.courses_single_container .cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
		padding: 20px 10px;
	}
	.header_user_notif.dashbord_pages_mobile_version li.user_notif:first-child {
		display: none !important;
	}
	.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price {
		margin-left: 0;
	}
	.my_course_content_list .mc_content_list.style2 {
		padding: 30px 15px;
	}
}

@media only screen and (max-width:400px) {
	/* ExTra Class Start*/
	.upad395xsd {
		padding-left: 5px;
		padding-right: 5px;
	}
	/* ExTra Class End*/
	.footer_apps_widget.home4 .mailchimp_form .form-control {
		margin-left: 0;
		width: 100%;
	}
	.app_grid .apple_btn .icon, .app_grid .play_store_btn .icon {
		margin-left: 50px;
	}
	.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
		left: 0;
		top: 35%;
	}
	.popular_course_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
		right: 0;
		top: 35%;
	}
	ul.mc_parent_list ul.mc_child_list.one li {
		padding: 10px 112px;
		text-align: center;
	}
	ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
		padding: 10px 80px;
		text-align: center;
	}
	.courses_single_container .cs_row_three .course_content .details .cc_tab h4.panel-title {
		padding: 10px 8px;
	}
	.courses_single_container .cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
		max-width: 200px;
	}
	.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show {
		margin-left: -180px !important;
	}
	.header_user_notif .user_notif .so_heading:before {
		right: 120px;
	}
	.breadcrumb_widgets .title, .breadcrumb_widgets .breadcrumb {
		float: none !important;
		text-align: right;
	}
	.breadcrumb_widgets {
		padding: 10px 30px;
	}
	.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.tc_price {
		margin-left: 15px;
		margin-top: 15px;
	}
	.my_course_content_list .mc_content_list .details .mc_content h5.title span {
		margin-left: 0;
	}
	.order_key_status li span, .order_key_status li:last-child span {
		margin-left: 15px;
	}
}

/* (min-width:321px) (max-width:360px) */

@media only screen and (max-width:360px) {

	.ui_kit_message_box .alert {
		display: inline-table;
	}
	.message_container .message_input form input.form-control {
		padding-left: 10px;
	}
	.employer_profile .avatar-upload .avatar-edit input+label {
		left: -40px;
	}
	.t_icon.home3 {
		left: 15px;
	}

	.mobile-menu .header_user_notif {
		left: 20%;
	}
	.header.stylehome1 .main_logo_home2.home8 span {
		font-size: 12px;
	}

	ul.mc_parent_list ul.mc_child_list.two li, ul.mc_parent_list ul.mc_child_list.three li, ul.mc_parent_list ul.mc_child_list.four li {
		padding: 10px 55px;
	}
	.courses_single_container .cs_row_three .course_content .details .cc_tab h4.panel-title {
		font-size: 15px;
	}
	.header_user_notif li:nth-child(2) {
		display: none;
	}
	.my_course_content_list .mc_content_list .details .mc_footer ul.mc_meta {
		margin-right: 10px;
	}
	.my_course_content_list .mc_content_list .details .mc_footer ul.mc_meta li {
		margin-right: 3px;
	}
	.mbp_first.media.csv1.style2 .media-body .ssp_reply, .mbp_second.media.csv1.style2 .media-body .ssp_reply {
		float: none !important;
		margin-bottom: 15px;
	}
}
.pl10{padding-left: 10px;}



