.sticky-header .site-branding a img {
    width: 70%;
}

.footer-logo-content p {
    color: #d1d9fe;
    margin-top: 0px;
    margin-bottom: 0px;
}
.wrapper {
    display: flex;
    /* max-width: 560px; */
    width: 660px;
    height: auto;
    min-height: 380px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-right: #f3621f solid 10px;
    border-left: #f3621f solid 10px;
    border-top: #e9ecef solid 10px;
    border-bottom: #e9ecef solid 10px;
    box-shadow: 20px 23px 18px -5px rgb(0 0 0 / 20%);
}
.PriceOverlay {
    position: absolute;
    top: 0;
    width: 94%;
    text-align: center;
    height: 100%;
    display: grid;
    align-content: center;
    background: #fcfcfc73;
    color: #11933f;
    font-size: 30px;
}

/* .wrapper .left{ */
  /* width: 40%; */
  /* height: 100%; */
  /* padding: 30px; */
/* } */


.wrapper .right{
  width: 100%;
  height: 100%;
  padding: 30px;
}

/* .wrapper .left { */
    /* background: #ff5219; */
/* } */
/* .wrapper .left h3{ */
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* letter-spacing: 3px; */
  /* color: #fff; */
  /* font-size: 20px; */
/* } */

/* .wrapper .left img{ */
  /* display: block; */
  /* width: 220px; */
  /* margin: 25px auto 0; */
/* } */

.wrapper .right{
  background: #fff;
}

.wrapper .right .tabs ul {
    text-align: center;
    display: inline-flex;
    margin-left: -30px;
}

.wrapper .right .tabs ul li{
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 14px;
  color: #494f57;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.wrapper .right .tabs ul li.active{
  border-bottom: 2px solid #494f57;
}

.wrapper .right .register,
.wrapper .right .login{
  margin-top: 20px;
}

.wrapper .right .input_field{
  margin-bottom: 15px;
}

.wrapper .right .input_field .input{
  width: 100%;
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  background: #ecebeb;
}

.wrapper .right .btn {
    margin-top: 10px;
    background: #f3621f;
    padding: 5px 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    color: white;
}

.wrapper .right .btn a{
  color: #fff;
  display: block;
  font-size: 14px;
}

/* form */
input.radio_button {
    margin-right: 4px;
    margin-left: 65px;
    
}
.main-footer {
    padding-top: 109px;
    margin-top: 40px;
}


/* profile page */

body {
    margin-top: 20px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0 !important;
    font-family: 'Roboto', sans-serif !important;
}
.main-body {
    padding: 15px;
    margin-top: 180px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

section.main-banner-in.profile-banner {
    
    padding-top: 150px;
    padding-bottom: 60px;
}
/* checkbox css */
/* label{ */
	/* position: relative; */
	/* cursor: pointer; */
	/* color: #666; */
	/* font-size: 30px; */
/* } */
/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #8e44ad;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

/* .toggle input[type="radio"]:disabled + .label-text{ */
	/* color: #aaa; */
/* } */

/* .toggle input[type="radio"]:disabled + .label-text:before{ */
	/* content: "\f204"; */
	/* color: #ccc; */
/* } */


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

.form-check.check_form {
    display: inline-block;
    margin-left: 49px;
    margin-top: 13px;
    margin-bottom: 10px;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: none!important;
}
/*User Dashboard*/
.user-dashboard-sidebar-ul li.active a,.user-dashboard-sidebar-ul li.active span {
	color: #fff !important;
    text-decoration: none;
}
.user-dashboard-sidebar-ul li a {
	font-size:17px;
}
.theme-label label {
	color: #f3621f;
}
/*User Dashboard*/
/*student Panel*/
.courses-search-form select {
    position: relative;
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11);
    color: #777777;
    font-size: 15px;
    padding: 10px 60px 10px 30px;
    webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    z-index: 1;
}
.courses-search-form .selectCity{
	padding: 10px 10px 10px 30px;
}
.course-content {
    padding: 10px 10px 10px 10px;
}
.course-instructor-review {
    margin-top: 0px;
}
.course-review-box i {
    color: #f3621f;
}
.course-line {
    margin-top: 5px;
    margin-bottom: 5px;
}
.view_profile_btn {
    padding: 4px 9px;
    color: #ff5219;
    border-radius: 6px;
    background: white;
}
.view_profile_btn:hover{
    color: white;
	background:black;
}
.course-feature-box b{
	color:black;
}
.course-feature-box i {
    width: 18px;
    text-align: center;
    color: #ff5219;
}
.tutor-details-box span{
	margin-left: 10px;
	color:#777777;
	font-size:12px;
}
.tutor-details-box a {
    color: #ff5219;
    font-weight: 700;
}
.course-price-student-box {
    margin: -10px !important;
    padding: 8px;
    border-radius: 0 0 7px 7px;
    background: #ff5219;
}
.course-price-box span {
    font-size: 17px;
    color: #ffffff;
}
/*student Panel*/
.popup-logo {
    width: 185px;
    position: absolute;
    right: 47px;
    top: 7px;
}
.gallery .blog-img img{
	height:280px;
	object-fit: cover;
}
.new-course-box {
    background: white;
    box-shadow: 1px 1px 18px 1px grey;
    margin-bottom: 40px;
    border-radius: 8px;
    display: flex;
    align-content: center;
}
.course-img-holder {
    width: 32%;
    float: left;
}
.course-img-holder img {
    width: 100%;
    height: 100%;
    max-height: 333px;
    object-fit: cover;
    object-position: top;
}
.new-course-content-box {
    width: 100%;
    background: #ffe8e0;
    border-radius: 5px 0 0 5px;
    padding: 15px;
}
.new-course-content-box h3.new-course-title {
    color: #f3621f;
    border-bottom: 2px solid #e8baaa;
    text-transform: capitalize;
}
.fees-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #f3621f;
    align-items: center;
}
.fees-box h4 {
    color: #f3621f;
    margin: 0;
    font-size: 18px;
}
.btn-detail {
    background: #f3621f;
    color: white;
    border-radius: 0;
    padding: 3px 14px;
}
.btn-detail:hover {
    background: #000000;
    color: white;
}
.new-course-content-box-main {
    width: 70%;
    padding: 20px 0;
    margin-left: -2%;
}
.instructor-detail-info-line {
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-copyright-bg {
    margin-top: 50px;
}
.custinputmainform{
	width: 49% !important;
    margin-right: 2%;
    float: left;
}
.custselectmainform {
    width: 49%;
    margin-bottom: 20px;
    height: 44px;
    border-radius: 0;
    background: #ecebeb;
    border: 0;
    float: left;
    font-size: 14px;
    color: gray;
}
.courses-sidebar-categories {
    padding: 15px 20px;
    margin-top: 15px;
}
.courses-sidebar-skill{
	padding: 15px 20px;
    margin-top: 15px;
}
.contact-text {
    font-size: 19px;
}
.rank-box {
    position: absolute;
    background: red;
    color: white;
    padding: 6px 8px;
    border-radius: 0px;
    font-size: 20px;
}

/************ad banner css *********/
.ad-banner-box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 17px auto 0;
    padding: 0px 5px 0 20px;
    background: #ff7f26;
    box-shadow: 0 2px 5px rgb(255 127 38);
    border-radius: 4px;
    position: relative;
}
.ad-banner-infobox {
    width: 70%;
    padding: 0px 25px 0px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.ad-banner-infobox span {
    background: #fff;
    padding: 4px 45px;
    position: absolute;
    top: -10px;
    left: -30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 2px solid #000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-left: 2px solid #000;
    line-height: 16px;
}
.ad-banner-infobox h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
}
.ad-banner-infobox h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: underline;
}
.ad-banner-infobox p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    line-height: 16px;
}

.ad-banner-infobox p a {
    color: #000;
    font-weight: 500;
}
.ad-star-box {
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 180px;
}
.ad-star-box p {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 15px;
    margin-top: 14px;
    font-weight: 500;
}
.ad-star-box p strong {
    display: block;
}
.ad-photo-box {
    width: 110px;
    height: 115px;
    background: #fff;
    margin: 4px 0;
    outline: 1px solid #000;
    outline-offset: -5px;
    padding: 5px;
}
.ad-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-- responsive design --*/
@media (max-width: 992px) {
   
    .ad-banner-infobox {
        width: 40%;
        padding: 15px 0 0;
    }
    .ad-banner-infobox h2 {
        font-size: 15px;
    }
    .ad-banner-infobox h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .ad-photo-box {
        width: 85px;
    }
    .ad-banner-infobox p {
        font-size: 10px;
    }
    .ad-star-box {
        background-position: 32px 5px;
    }
    
}


@media (max-width: 580px) {
    .ad-star-box {
        position: absolute;
        bottom: 0;
        height: 115px;
        right: -50px;
        background-size: 51%;
    }
    .ad-banner-infobox {
        width: 65%;
    }
    .ad-photo-box {
        display: none;
    }
    .ad-star-box p {
        font-size: 10px;
        line-height: 12px;
        margin-top: -4px;
        margin-right: 24px;
    }
    section.ad-banner-section {
        margin-bottom: 0px !important;
        overflow: hidden;
        padding: 12px 0;
    }
    .ad-banner-bottom .ad-banner-box {
        margin-top: 0;
        margin-bottom: 80px;
    }
    .ad-banner-infobox h2 {
    font-size: 13px;
}
.ad-banner-infobox h3 {
    font-size: 11px;
    margin-bottom: 5px;
}
    
}

@media screen and (max-width: 1199px){
.contact-detail-box {
    padding: 47px 8px;
}
}


@media screen and (max-width: 768px) {
	.filterBtnMobi {
    position: fixed;
    left: -2px;
    top: 28%;
    z-index: 9;
    width: 45px;
    font-size: 21px;
}
	.main-courses-list-box {
    padding-left: 0;
    margin-top: 0px;
}
.main-courses-in {
    padding-top: 30px;
}
	.filter_Column {
		display:none;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: white;
    height: 100vh;
    overflow: auto;
    padding: 23px 8px;
}
	.main-banner-in::after {
    z-index: -1;
}
	.courses-search-form .sec-btn {
    border: 0;
    position: static;
    right: 0;
    top: 0;
    border-radius: 8px;
    padding: 0;
    font-size: 20px;
    width: 100%;
    height: 60px;
    margin-top: 16px;
}
	.custinputmainform {
    width: 100% !important;
    margin-bottom: 20px;
}
.custselectmainform {
    width: 100%;
}
  .wrapper {
    display: flex;
     max-width: 560px; 
    width: 100%;
    height: auto;
}
.wrapper .right {
    padding: 12px;
}
.popup-logo {
    width: 185px;
    position: static;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.site-branding a img {
    width: 111px;
}
.main-body {
    padding: 0px;
    margin-top: 80px;
}
}