
.w-100{
    width: 100%;
}
.mr-auto{
    margin-right: auto;
}
.accordion-toggle::before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    /* Unicode for the right arrow icon */
    float: right;
}

.accordion-toggle.collapsed::before {
    content: "\e080";
    /* Unicode for the down arrow icon */
}
.dis-flex {
    display: flex;
    align-items: center;
}
.btn-help {
    background-color: #0FB533;
    border: transparent;
    color: #ffffff;
    width: 100%;
    line-height: 20px;
}
.btn-help:hover {
    background-color: #00a023;
    color: #fff;
}
.btn-outline {
    background-color: transparent;
    border: 1px solid #ed4300;
    color: #ed4300;
    width: 100%;
    line-height: 20px;
}

.btn-outline:hover {
    background-color: #ed4300;
    color: #fff;
}
.w-30 {
    width: 30%;
}
.a:hover {
    text-decoration: none;
}
.mr-16 {
    margin-right: 16px;
}
.ms-3 {
    margin-left: 15px;
}
.ms-5 {
    margin-left: 30px;
}
.mb-3 {
    margin-bottom: 15px;
}
.mb-25{
	   margin-bottom: 25px;
}
.list-style-none {
    list-style: none !important;
    padding-left: 0px;
}
.pt-3 {
    padding-top: 10px;
}
.ps1 {
    padding-left: 10px;
}
.pe-5 {
    padding-right: 20px;
}
.p-5 {
     padding: 15px 10px 10px 10px;
}
.pl-0{
     padding-left: 0px !important;
 }
.larger-radio .radio input[type="radio"] {
    width: 24px;
    height: 24px;
}
.align-center {
    align-items: center;
}
.custom-lable {
    padding-left: 10px;
    padding-top: 3px;
}
.mt-5 {
    margin-top: 25px;
}
.mt-0 {
    margin-top: 0px;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}
.custom-card {
        border: 1px solid #ddd;
    border-radius: 6px;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.custom-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.custom-toggle input {
    display: none;
}
.demo-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 33px;
}

.demo-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.demo-slider {
    background-color: #0fb533;
}

input:checked+.demo-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.demo-time-badge {
    background-color: #E5F3FF;
    padding: 13px;
    color: #0066FF;
    font-weight: 600;
}

.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}
.custom-rounded {
	border-radius: 8px;
}
.my-requirement h1 {
	color:#000;
	text-transform:capitalize;
	padding:0 0 0 11px;
}
.my-requirement {
margin: 25px 0 25px 0;
}
.arrow-self-demo-l {
	position: absolute;
    top: 30%;
    left: -13px;
}
.p-30{
	padding:30px!important;
	padding-right:31px !important
	
}
.arrow-self-demo-l span, .arrow-self-demo-r span {
	font-size: 70px;
    color: #337ab7;
    background-color: transparent !important;
}
.arrow-self-demo-r {
	position: absolute;
    top: 30%;
    right: -13px;
}
.arrow-self-demo-r a, .arrow-self-demo-l a{
    font-size: 60px;
    color: #337ab7;
    background-color: transparent !important;
    border: none !important;
    top: 7px;
}
.p-12 {
	padding: 12% !important;
}
.edit-icon{
	height: 47px !important;
    font-size: 29px;
    padding-top: 12px;
}
.pr-10{
	padding-right: 10px;
}
.requested-color{
	background-color: #eeee !important;
}
.responded-color{
	background-color: #28c028e0 !important;
    color: #f0ecec !important;
    font-weight: 600!important;
}
.btn-outline-danger {
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
    font-size: 10px;
    line-height: 30px;
    padding: 0px 15px;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 10px;
    line-height: 30px;
    padding: 0px 15px;
}
a.text-danger:hover, a.text-danger:focus {
    color: #fff !important;
}
.btn-continue{
	color: #ffff !important;
    background-color: #5cb85c;
    background-image: none;
    font-size: 10px;
    line-height: 30px;
    padding: 0px 33px;
}
.btn-continue:hover{
	color: #ffff !important;
    background-color: #319d31;
    font-size: 10px;
    line-height: 30px;
    padding: 0px 33px;
    border-color: #5cb85c;
}
.text-muted {
 	color: #777 !important;
 	font-size: 13px;
  	padding-left: 10px;
}
@media (max-width: 480px) {
  .flex-container {
    flex-direction: column;
  }
}
.name-box{
	height: 55px;
}
.btn-new-join{
	color: #ffff !important;
  background-color: #5cb85c;
  background-image: none;
  font-size: 14px;
  line-height: 42px;
  padding: 0px 33px;
  border-radius: 6px;
}
.btn-new-join-text{
	line-height: 3.5;
  border-radius: 22px;
  color: #fff;
}
.btn-new-join-text:hover{
    color: #ffff !important;
    background-color: #5cb85c;
    background-image: none;
    font-size: 14px;
    line-height: 39px;
    padding: 0px 33px;
}

.btn-box{
	border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  margin-right: -23%;
}
.btn-small:hover{
  color: #169eb7 !important;
}
  .mr-7{
  margin-right:7%;
  }
.box-area{
  padding: 15px 0px;
  border: 1px solid;
  text-align: center;
  border-color: #c6c6c6;
  border-radius: 5px;
  margin-top: 2%;
  margin-bottom: 3%;
}
.m-0{
	margin:0px !important
}
.text-dec{
	text-decoration: underline;
}
.ml-30{
	margin-left:30% !important;
}
.w-102{
	width: 102%;
}
.demo-text{
	padding-left: 27% !important;
  font-size: 17px;
}
.pt-5{
	padding-top:5% !important;
	padding-bottom: 5%;
}
.ml-26{
	margin-left: 26px;
}
.pl-35{
	padding-left: 35px;
	}
.mb-18{
	margin-bottom: 18% !important;
}
.text-dec{
	text-decoration: underline;
}
.p-10{
	padding:10px
}
.fs-16{
	font-size: 16px;
}
.p-7 {
  padding: 7% !important;
}
.mb-37 {
    margin-bottom: 37px !important;
}

.ribbon {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 4px;
  overflow: hidden;
  animation: anim 0s forwards;
  &:before,
  &:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #004a6b;
    position: absolute;
    bottom: 42px;
    z-index: -2;
  }
  &:before {
    top: 0;
    right: 0;
    z-index: -2;
    left: 88px;
  }
  .cssribbon {
    width: 225px;
    height: 36px;
    background-color: #0094d7;
    position: absolute;
    transform: rotate(-45deg);
    right: -7px;
    top: 20px;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2rem;
  }
}

@keyframes anim {
  100% {
    width: 150px;
    height: 150px;
  }
}
.custom-arrow{
  float: right;
  padding-right: 13px;
  font-size: 14px;
  font-weight: 500;
}
.badge-status {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border-radius: 50px;
    background-color: #0094d7!important;
    padding: 4px 12px;
  	margin-left: 12px;
  	margin-right: 12px;
    font-size: 12px;
}
.flex-grow-1{
	flex-grow: 1 !important;
}
.selected-time label{
	padding-right:15px!important;
}
.view-profile{
	color: #5bbcce;
	font-family: 'Montserrat'!important;
	font-weight: 600!important;
	text-transform: capitalize;
	line-height: 1;
}
.count-text{
	font-size: 14px!important;
    color: #000!important;
    margin-left: 13px;
    text-transform: capitalize;
    font-weight: 500;
}
.text-green{
	color: #28c028e0!important;
}
.pl-8{
	padding-left: 8px!important;
}
.checked-disabled-label {
    color: darkorange!important;
    font-weight: bold!important;
 }
 @media screen and (min-width: 300px) and (max-width: 991px){
.badge-status {
    margin-top: 10px;
    white-space: break-spaces!important;
}
.teacher-description{
	 margin-top: 30px;
}
.created-date{
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn-continue{
	margin-left: 15px;
}
.text-column{
	flex-direction: column;
}
.hourly-rate{
	margin-top: 10px!important;
}
.width-160{
	width: auto!important;
}
.name-box{
	margin-bottom: 10px;
}
.count-text{
	display: flex;
    flex-direction: column;
}
.count-text .pl-8{
	padding-left: 0px!important;
}
.text-column .ms-5{
	margin-left: 0px!important;
}
.video-out{
	display:none;
}
.sample-video{
	display: flex!important;
	flex-direction: column!important;
	
}
.video-info > iframe {
	width: 250px!important;
}
.video-hide{
	display:contents;
}
.study-btn{
	margin-top: 10px;
    font-size: 12px!important;
}
.self-no-padding{
	padding: 0px!important;
}
.btn-space{
	line-height: 29px!important;
	 margin-top: 0px!important;
}
} 
@media (min-width: 992px){
.video-hide{
	display:none;
}
.video-out{
	display:contents;
}
}