.modal-dialog {
		max-width:500px;
		margin: 30px auto;
	}
	.my_log {
		height: 35px;
		border: 0;
		border-bottom: 1px solid #4e4e4e;
		border-radius: 0;
		width: 100%;
		outline: none;
		padding: 10px;
	    margin-bottom: 10px;
	}
	.my_reg{
		height: 36px;
		border: 1px solid #5a5a5a;
		width: 100%;
		outline: none;
		padding: 10px;
		margin-bottom: 5px;
		border-radius: 4px;		
	}
	.modal-content {
		padding: 0px;
		/*padding-left: 50px;
		padding-right: 50px;*/
	}


	.modal-header {
	padding: 15px;
	padding-bottom: 15px;
	}

	.modal-footer {
	padding: 20px;
	}




	.sign_in{
		border: 0;
		color: #fff;
		background: #7dbb23;
		border-radius: 46px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: auto;
		display: block;
		outline: none;
		margin-bottom: 0px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;	
	}



  .Register_text{
		float: right;
		padding-top: 6px;
		padding-bottom: 6px;		
	}
	.Register_btn{
		border: 0;		
		background-color: transparent;
		outline: none;
		color: #039fef;		
	}
	.myRegister_btn{
		border: 0;
		color: #fff;
		background: #02a1f2;
		border-radius: 46px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin: auto;
		display: block;
		outline: none;
		margin-bottom: 0px;
		width: 100%;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;		
	}

.popup-style {
		padding: 25px;
	}	
	.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.428571429;
		color: #555;
		vertical-align: middle;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.form-control:focus {
		border-color: #ccc;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(199, 199, 199, 0.43);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 255, 255);
	}




.popup-btn{
		padding: 8px 35px;
		border: 0;
		background-color: #2f7fa8;
		color: #fff;
		outline:none;
		margin-top: 15px;
		-webkit-transition: all .8s ease-in-out;
		-moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		-o-transition: all .8s ease-in-out;
		transition: all .8s ease-in-out;
	}	
	.popup-btn:hover{
		color: #fff;
		background: #353535;		
	}


/*----------course page---------*/

	.overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
		opacity: 0;
	}
	.overlay:target {
		visibility: visible;
		opacity: 1;
	    z-index: 9999;
	}
	.popup {
		margin: 30px auto;
		border-radius: 5px;
		width: 400px;
		position: absolute;
		/* transition: all 5s ease-in-out; */
		margin: auto;
		display: block;
		position: relative;
		margin-top: 50px;
	}
	.popup h2 {
		margin-top: 0;
		color: #333;
	}
	.popup .close {
		position: relative;
		top: 0px;
		left: 0px;
		/* background: #00495d; */
		transition: all 200ms;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		color: #585858;
		float: right;
	}
	.search {
		position: absolute;
		top: 19px;
		left: 45%;
		/* background: #ce00ff; */
		transition: all 200ms;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #c7c7c7;
		padding: 0px 5px;
	}

	.popup .close:hover {
		color: #585858;
	}
	.popup .content {/*	max-height: 30%;
	*/overflow: auto;border-top: 2px dashed #d1d6d8;margin-top: 16px;}
	.div1 {
		width: 100%;
		padding: 30px;
		/* float: left; */
		height: auto;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
	}


	.content h3 { text-align: center;
		margin: 15px 0 -1px 0;
		text-transform: uppercase;
		color: #00495d;
	}
	
	
	/*biju-css start here*/
	.partner-wrap {
        /*margin-top: 95px;*/
    }
    
    .partner {
       
    }
    
    .partner .heading,
    .partner .heading-two,
    .partner .heading-two + .col-md-12{
        border: 1px solid #dadada;
        padding: 30px;
        border-radius: 31px;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
        margin-bottom: 50px;
    }
    .partner .heading-two + .col-md-12 fieldset .form-group {
        float: left;
        width: 49%;
    }
    
    .partner .heading-two + .col-md-12 fieldset .form-group input[type=text] {
        width: 100%;
    }
    
    .partner .heading-two + .col-md-12 fieldset .form-group .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .partner .heading-two + .col-md-12 fieldset .form-group .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 13px;
        font-weight: 600;
    }
    .partner .heading-two + .col-md-12 fieldset .form-group:last-child {
    
        width: 100%;
    }
    
    .partner .heading-two + .col-md-12 fieldset .form-group:last-child .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 38px;
    }
    
    .partner .heading-two + .col-md-12 fieldset .form-group:last-child .col-md-10 button {
        font-weight: 600;
        padding: 9px 50px;
        border: 1px solid #7dbb02;
        border-radius: 21px;
        background: #8cc63e;
        color: #fff;
    }
    .partner .heading h3, .partner .heading-two h3 {
        font-size: 24px;
        font-weight: 100;
    }
    
    a.elem {
        padding: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 37px;
        display: block;
        margin-right: 4px !important;
        width: 100%;
        margin-bottom: 20px !important;
        transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        background: #fafafa;
    }
    
    a.elem span {
        /*max-width: 270px;*/
        border-radius: 21px;
    }
	.elem:hover {
        border-color: #8cc63e;
        box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
        transform: translate(0px, -3px);
    }
    .playlist__one.container .video {
        position: relative;
        min-height: 250px;
    }
    
    .playlist__one.container .video-wrapr {
        display: flex !important;
        flex-direction: column;
        padding: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 37px;
        display: block;
        margin-right: 4px !important;
        width: 100%;
        margin-bottom: 20px !important;
        transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        background: #fafafa;
    }
    .playlist__one.container .video-wrapr:hover{
        border-color: #8cc63e;
        box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
        transform: translate(0px, -3px);
    }
    .playlist__one.container .video-wrapr p {
        order: 2;
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 13px;
        margin-left: 10px;
    }
    .playlist__one.container .video-wrapr .video {
        order: 1;
        border-radius: 21px !important;
        background-size: cover;
    }
    #contact-form textarea {
        min-height: 200px;
    }
    #contact-form .submit-btn {
        background: #8cc63e;
        border-color: #8cc63e;
        padding: 10px 30px;
        border-radius: 41px;
        border: none;
        color: #fff;
    }
    #contact-form label {
        margin-top: 20px;
        font-weight: 600;
        font-size: 12px;
        font-size: 13px;
    }
	/*biju-css end here*/
	
	
	
	
	
	
	
	@media screen and (max-width: 1024px) {
	    
	 /*biju-css start here*/   
	 
	 .partner .heading-two + .col-md-12 fieldset .form-group:last-child .col-md-10 {
        text-align: center !important;
    }
	 
	 .partner {
        padding-left: 10px;
        padding-right: 10px;
    }
	 
	.partner .heading-two + .col-md-12 fieldset .form-group {
        float: none;
        width: 100%;
    } 
    
    
    /*biju-css end here*/
	.box {
		width: 70%;
	}
	.popup {
		width: 100%;
		left:0%;
	}
	.div1 {
		width: 100%;
		padding: 20px;
		/*float: left;*/
	}

	}

	.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: white; 
    border-radius: .25rem;
}


.custom-search .input-group-append .btn-success {
	    background: #1883bc;
    border-radius: 20px;
    min-width: 130px;
}

.form-control {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
   }

   .btn-session-completed, .btn-session-notstarted {
    border-radius: 21px;
    font-size: 13px;
    padding: 4px 18px;
    background: #7dbb02;
    border-color: #7dbb02;
}

.btn-session-notstarted {
    background: #fa9020;
    border-color: #fa9020;
}


.container-fluid.session-upload-list .nav-tabs li button {
    border: 1px solid #fff;
    border-radius: 31px;
    min-width: 104px;
    text-align: center;
    color: #333;
    font-size: 15px;
}


.container-fluid.session-upload-list .nav-tabs li button.active {
    background: #7dbb02;
    color: #fff;
}

/*.filter-button {
    display: block;
    padding: .5rem 1rem;
   /* background-color: #f9f8f8;*/
}*/

/*.meeting-link {
		font-size: 12px;
		color: #333;
	}*/

.tt {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
	.tt .tooltiptext {
  visibility: hidden;
  width:auto;
  height: auto;
  background-color: #4b6071;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 90%;
}

.tt:hover .tooltiptext {
  visibility: visible;
}


/*form {
    display: none; 
}*/

form, #form_i{
	display: none;
}
form ,#form_a{
	display: none;
}
form ,#form_b{
	display: none;
}
form, #form_c{
	display: none;
}

form, #form_india{
	display:inline;
}
input, .tt{
border: 0px none;
}

.tommorow-session-label {
    background: #77CD09;
    display: inline-block;
    font-size: 12px;
    padding: 1px 6px;
    color: #fff;
    margin-bottom: 14px;
}



#feedback a {
    display: block;
    background: #f9bb00;
    height: 40px;
    padding-top: 8px;
   /*// margin-left: 1100px;*/
    width: 150px;
    text-align: center;
    color: #1a1a1a;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


.btn-dangerr {
    color: #fff;
    background-color: #e61a1a;
    border-color: #007bff;
}


.btn.btn-dangerr.rounded-btn {
    padding: 8px 22px;
    padding-right: 50px;
    border-radius: 30px;
    position: relative;
}


.world-time-cntnr form {
display: inline;
}



select.time {
border: 1px solid #cecece;
border-radius: 6px;
outline: none;
}



.joined {
  /* background: transparent !important;*/
   pointer-events: none;
}

.banner-action-cntnr button {
   background: transparent;
   border: none;
}


.requested {
  /* background: transparent !important;*/
   pointer-events: none;
}

.expressinterest {
   background: transparent !important;
   /*pointer-events: none;*/
}


.latest-discussion-btn, .become-mentor-btn {
    background: #8cc63e;
    border-color: #8cc63e;
}

.pagination-wrapper {
    justify-content: center;
}

.total-course-wrpr {
text-align: center!important;
}


.session-list-wrpr {
flex: auto !important;
}



.mission-btn {
    border: 1px solid #fff;
    color: #fff;
    background-color: #e61a1a;
    padding: 14px 55px;
    margin-bottom: 20px;
    outline: none;
    text-align: center;
    font-weight: 400;
    display: block;
    margin: auto;
    border-radius: 4px;
}


.mission-title {
    padding: 25px;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.mission-wrap {
    padding-top: 140px;
    padding-bottom: 60px;
}

.mission-title h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}


.mission-title h4 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 12px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
}


.mission-title p {
    font-size: 14px;
    text-align: center;
    font-weight: 200;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mission-details-wrap {
    padding-top: 115px !important;
}


.mission-details h1 {
    text-align: center;
    font-weight: 400;
    color: #353535;
}


.mission-heading {
    border: 1px solid #4e5568;
    border-radius: 50px;
    background-color: #4e5568;
    margin-bottom: 40px;
}


.mission-heading h2 {
    text-align: center;
    font-weight: 300;
    color: #404040;
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
}


.mission-content {
    border: 0px solid #9a9a9a;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 4px;
    background-color: #f2f2f2;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(145,143,145,1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(145,143,145,1);
    box-shadow: 0px 0px 10px 3px rgba(145,143,145,1);
}


.heart-rev {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-60%, -60%);
        background: url(../images/heart-rev.png) no-repeat;  
        cursor: pointer;
        
    }


.android .course-5,.iphone .course-5 {display:none}
.android .course-6,.iphone .course-6 {display:none}
.android .course-7,.iphone .course-7 {display:none}
.android .course-8,.iphone .course-8 {display:none}


img.image-comment {
    max-width: 600px;
    height: auto;
    margin-bottom: 30px;
}


.rounded-btn.join-session-btn joined{
    background: #02a1f2;
}


.rounded-btn.join-session-btn requested{
    background: #02a1f2;
}

.join-session-btn expressinterest join-now{
    background: #02a1f2;

}








/*#time
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
/*#time{
 padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-right: 7px;
}*/