@charset "utf-8";

@media only screen and (max-width: 766px) {
  
	.mirror-btn {
	min-width:150px!important;
}
}

/* mirror button css ============================================== */
.mirror-btn {
    display: inline-block;
    background: -webkit-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -moz-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -ms-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: -o-linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
    background-size: 200% auto;
    padding: 0px 38px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 27px;
    outline: none !important;
    box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.3);
    text-align: center;
    cursor: pointer;
    -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;
}
.mirror-btn:hover {
    background-position: right center;
    color: #fff;
	font-weight:700;
    box-shadow: none;
}

.course_details_left .course_list li .mirror-btn {
    background: #f9f9f9;
    color: #777777;
    box-shadow: none;
    font-size: 12px;
}
.course_details_left .course_list li .mirror-btn:hover {
    background: #00aee0;
    color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 175, 224, 0.3);
}
@media (max-width: 575px) {
    .course_details_left .course_list li .mirror-btn {
        min-width: 100px;
        font-size: 10px;
        padding: 0 10px;
    }
}


.register_form .mirror-btn {
    width: 100%;
    border-radius: 27px;
	border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.contact_form .mirror-btn {
    margin-top: 20px;
    cursor: pointer;
}
	