body.main_login_page {
	width:100%;
	float:left;
    background-image: url(../images/main_bg.jpg);
    background-size: inherit;
    background-position: center center;
	position:relative;
	z-index:1;
}
.mt_body_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
a {
	cursor:pointer;
}
a:hover, a:focus, a:visited{
	text-decoration:none !important;
	outline:0px;
}
.padding-left{
	padding-left:0px !important;
}
.padding-right{
	padding-right:0px !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #8b9398;
    background-color: #fff;
}
.moto_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.moto_logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0px;
}
.moto_headlins {
    width: 100%;
    color: #37ca95;
    text-transform: capitalize;
    font-size: 15px;
}
.moto_loginwrapper {
    width: 100%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    padding: 70px 30px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}
.moto_loginwrapper form {
    width: 75%;
    float: none;
    display: inline-block;
}
.moto_loginwrapper .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.mt_password {
    position: relative;
}
.mt_password .mt_input_info {
    position: absolute;
    right: 8.5px;
    top: 9.5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    cursor: pointer;
    background-image: url(../images/info.png);
    background-size: 100% 100%;
}
.mt_password .mt_input_info .mt_input_tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 10;
    min-width: 250px;
    background-color: #6181a0;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 22px;
    text-align: left;
    border-radius: 10px;
    margin-left: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: default;
}
.mt_password .mt_input_info .mt_input_tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 12px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/tooltip_arrow.svg);
    background-size: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mt_password .mt_input_info:hover .mt_input_tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.moto_loginwrapper .form-control:focus,
.moto_loginwrapper .form-control:hover {
    box-shadow: none;
    border-color: #37ca95;
    outline: none;
}
.moto_remember_wrapper {
    width: 100%;
    float: none;
    display: inline-block;
}
.moto_checkbox {
    width: auto;
    float: left;
}
.moto_remember_wrapper p {
    float: right;
    color: #111111;
}
.moto_checkbox label {
    margin-left: 5px;
    padding-left: 5px;
    vertical-align: top;
}
.moto_remember_wrapper p a.forgotlink {
    color: #37ca95;
    cursor: pointer;
}
.moto_remember_wrapper p a.forgotlink:hover {
    text-decoration: none;
}
.moto_submit_wrapper {
    width: 100%;
    display: inline-block;
}
.mt_btn {
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    float: left;
    background-color: #37ca95;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    outline: none;
    box-shadow: none;
    margin-top: 10px;
    position: relative;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.mt_btn:hover,
.mt_btn:focus {
    border-color: #37ca95;
    color: #37ca95;
    text-decoration: none;
    background-color: transparent;
}
.moto_submit_wrapper > p {
    line-height: 45px;
    float: right;
    margin: 5px auto;
    font-size: 13px;
    color: #424242;
}
.moto_submit_wrapper > p a {
    color: #37ca95;
}
.moto_checkbox input[type="checkbox"] {
    position: relative;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: #d6d6d6;
    border-radius: 0;
    margin: 5px 2px 2px 2px;
}
.moto_checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}
.moto_checkbox input[type=checkbox]:checked {
    border-color: #014898;
}
.moto_checkbox input[type=checkbox]:after {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    content: '';
    display: block;
    position: absolute;
    background-color: #37ca95;
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    background-image: url(../images/checked.svg);
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.moto_checkbox input[type=checkbox]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
}
.moto_loginwrapper.zoomin {
    opacity: 1;
    visibility: visible;
    -webkit-animation: login_wrapper_zoom 0.5s ease-in-out;
    -moz-animation: login_wrapper_zoom 0.5s ease-in-out;
    animation: login_wrapper_zoom 0.5s ease-in-out;
}
@-webkit-keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        -moz-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@keyframes login_wrapper_zoom {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.moto_footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.mt_copyright {
    color: #ffffff;
}
/*--admin page--*/
.mt_admin_wrapper {
    width: 100%;
    float: left;
    background-color:#fff;
    padding-top: 100px;
}
.mt_admin_wrapper .mt_product_wrapper{
	background-color:#fff;
}
.mt_admin_wrapper button.btn.btn-info{
    margin-bottom: 15px;
	background-color:#37ca95;
	border-color:#37ca95;
	    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.mt_admin_wrapper button.btn.btn-info:hover , .mt_admin_wrapper button.btn.btn-info:focus{
	outline:none;
	border-color:#37ca95;
}
.btn-info{
    background-color:#37ca95 !important;
	border-color:#37ca95 !important;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.btn-info:hover{
    background-color: transparent !important;
    border-color: #37ca95;
    color: #37ca95 !important;
    outline: none;
}
.btn-info:focus{
	outline:none !important;
}
.mt_admin_wrapper .panel a i{
	color:#37ca95;
}
/*--sigle page css start--*/

.mt_single_header {
    width: 100%;
    float: left;
    background-color: #2C3E50;
    position: fixed;
    z-index: 1;
}
.mt_header_wrapper {
    width: 100%;
    float: left;
    height: 73px;
    line-height: 73px;
}
.mt_name_wrapper {
    position: relative;
    float: right;
    width: auto;
}
.mt_user {
    width: 100%;
    float: left;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    padding-right: 10px;
}
.mt_user:hover {
    color: #37ca95;
}
.mt_name_dropdown {
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #eee;
    padding: 15px 0px 20px 15px;
    min-width: 225px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    border-radius: 0px 0px 8px 8px;
}
.mt_name_dropdown > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mt_name_dropdown > ul > li {
    display: block;
}
.mt_name_dropdown > ul > li > a {
    display: block;
    font-size: 16px;
    color: #2C3E50;
    font-weight: 400;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mt_name_dropdown > ul > li > a:hover {
    text-decoration: none;
    color: #37ca95;
}
.mt_name_wrapper:hover .mt_name_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.mt_menus {
    max-width: 185px;
    background-color: #16202b;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 20px 0px 0px 0px;
    margin-top: 73px;
}
.menu_btn {
    position: absolute;
    right: -43px;
    background-color: #000;
    padding: 9px 12px 5px 12px;
    color: #fff;
    top: 0;
    cursor: pointer;
}
.menu_btn > span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}
.menu_btn > span.top{
	opacity:0;
}
.menu_btn span:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(135deg);
    -moz-transform: translateY(0px) rotate(135deg);
    -ms-transform: translateY(0px) rotate(135deg);
    -o-transform: translateY(0px) rotate(135deg);
    transform: translateY(1px) rotate(135deg);
    opacity: 1;
}
.menu_btn.open_btn span {
    opacity: 1;
}
.menu_btn.open_btn span:nth-child(2) {
    -webkit-transform:none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
.menu_btn.open_btn span:last-child {
    -webkit-transform:none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
.menu_btn span:last-child {
    -webkit-transform: translateY(-5px) rotate(225deg);
    -moz-transform: translateY(-5px) rotate(225deg);
    -ms-transform: translateY(-5px) rotate(225deg);
    -o-transform: translateY(-5px) rotate(225deg);
    transform: translateY(-7px) rotate(225deg);
    opacity: 1;
}
.mt_logo {
    width: 100%;
    float: left;
}
.mt_menus ul {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.mt_menus ul li {
    width: 100%;
    float: left;
    list-style: none;
}
.mt_menus ul li a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
	text-decoration:none;
}
.mt_menus ul li a:hover {
    text-decoration: none;
    color: #37ca95;
}
.mt_menus ul li a:focus{
	text-decoration:none;
} 
.mt_menus ul li.active a{
	color:#37ca95;
}
/*--product section start--*/

.mt_product_wrapper {
    float: left;
    width: 100%;
    background-color: #212636;
    margin-bottom: 250px;
    margin-top: 73px;
	padding-bottom:50px;
}
.mt_product_image {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.mt_product_wrapper .mt_product_detail {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.mt_product_wrapper .mt_product_detail > h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 300;
    margin: 60px 0 50px 0;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn {
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    font-size: 26px;
    color: #ffffff;
    background-color: #37ca95;
    display: table;
    margin: 0 auto;
    padding: 0 65px;
    font-weight: 300;
    margin-bottom: -44.5px;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn:hover {
    text-decoration: none;
    background-color: #26b783;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn > span {
    font-weight: 600;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn > img {
    margin-right: 10px;
    margin-top: -8px;
}
.mt_product_wrapper .mt_product_detail > h3 > span.mt_label {
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    background-color: #2C3E50;
    padding: 0 13px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}
.mt_product_wrapper .mt_product_detail > h3 > span.mt_label > svg {
    width: 12px;
    height: 10.5px;
    margin-right: 3px;
}
.mt_product_content .product_main_heading {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 400;
    color: #16202b;
}
.mt_product_content .mt_product_service {
    width: 100%;
    float: left;
    margin-bottom: 95px;
}
.mt_product_content .mt_product_service h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 23px;
    color: #16202b;
}
.mt_product_content p {
    line-height: 26px;
    letter-spacing: 0.010em;
}
.mt_iframe_wrapper {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 25px;
    height: 100%;
    margin-bottom: 82px;
}
.mt_product_wrapper .mt_product_detail > a.apt_product {
    font-size: 18px;
    font-weight: 500;
    color: #37ca95;
    bottom: -77px;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    text-shadow: none;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn.mt_purchase_btn {
    background-color: #f44336;
}
.mt_product_wrapper .mt_product_detail > a.mt_product_btn.mt_purchase_btn:hover {
    background-color: #e0493e;
}
.modal-backdrop {
    z-index: -1 !important;
}
.modal-content {
    float: left;
    width: 100%;
}
.modal-body {
    width: 100%;
    float: left;
    padding: 25px !important;
}
.modal-body .mt_login_form {
    width: 100%;
    float: left;
}
.modal-body .mt_login_form .mt_input_wrapper .form-control {
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.modal-body .mt_login_form .mt_input_wrapper .form-control:focus,
.modal-body .mt_login_form .mt_input_wrapper .form-control:hover {
    box-shadow: none;
    border-color: #37ca95;
    outline: none;
}
.modal-header .close {
    opacity: 1 !important;
}
.close:hover,
.close:focus {
    color: #37ca95 !important;
    opacity: 1;
    outline: none;
}
.mt_product_content {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}
/*--mt-footer-start--*/

.mt_footer {
    width: 100%;
    float: left;
    background-color: #2C3E50;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 31px 0;
    bottom: 0;
}
.mt_copyright {
    margin-bottom: 0;
}
.mt_footer_mail {
    margin-bottom: 0;
    float: right;
}
.mt_footer_mail a {
    color: #37ca95;
}
.mt_footer_mail a:hover {
    color: #37ca95;
}
.mt_footer_links {
    width: 100%;
    float: left;
    text-align: center;
}.mt_footer_links {}

.mt_footer_links ul {
    width: auto;
    float: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.mt_footer_links ul li {
    float: left;
    list-style: none;
}

.mt_footer_links ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0px 10px 0px 14px;
    position: relative;
	transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
}
.mt_footer_links ul li:first-child a:after{
	content:"";
}
.mt_footer_links ul li a:hover{
	color:#37ca95;
	text-decoration:none;
}
.mt_footer_links ul li a:focus{
	text-decoration:none;
}
.mt_footer_links ul li a:after{
	position:absolute;
	content:"|";
	top:0px;
	left:0px;
}
/*--term page css--*/
.mt_terms_page {
    width: 100%;
    float: left;
    margin-top: 130px;
	margin-bottom: 150px;
}

.mt_term_heading {
    width: 100%;
    float: left;
}

.mt_term_heading h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 50px;
}

.mt_terms_details {
    width: 100%;
    float: left;
    padding: 20px 25px;
    background-color: #666;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
/*--bonus page css--*/
.mt_bonus_main_wrapper {
    float: left;
    width: 100%;
    margin-top: 150px;
}
.mt_bonus_heading {
    width: 100%;
    float: left;
}
.mt_bonus_heading h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding-bottom: 50px;
    margin: 0px;
}
.mt_bonus_wrapper {
    width: 100%;
    float: left;
    margin-top: 150px;
    border-bottom: 1px solid #eee;
}
.mt_bonus_wrapper1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
}

.mt_bonus_wrapper2 {
    width: 100%;
    float: left;
    margin-bottom: 150px;
}
.mt_bonus_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 60px 0px;
}

.mt_bonus_img {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.mt_bonus_btn {
    width: 100%;
    float: left;
}

.mt_bonus_btn a {
    background-color: #37ca95;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize;
	transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
}
.mt_bonus_btn a:hover{
	color:#fff;
} 
.mt_bonus_btn_wrapper {
    width: 100%;
    float: left;
    text-align: center;
	margin-top: 50px;
}
.mt_btnn {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.mt_bns_btn {
	width:100%;
    float: left;
    margin-right: 26px;
    font-size: 14px;
    line-height: 38px;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 4px 29px;
    margin: 11px;

}

.mt_bns_btn.color1 {
    background-color: #32CCFE;
    border-color: #18ACDC;
    box-shadow: 10px 10px 0 #18ACDC;
}
.mt_bns_btn.color2 {
    background-color: #9B59B6;
    border-color: #8E44AD !important;
	box-shadow: 10px 10px 0 #8E44AD;
}
.mt_bns_btn.color3 {
    background-color: #2ECC71;
    border-color: #27AE60 !important;
	box-shadow: 10px 10px 0 #27AE60;
}
.mt_bns_btn.color4 {
        background-color: #E63532;
    border-color: #D7201D;
	box-shadow: 10px 10px 0 #D7201D;
}
.mt_bns_btn.color5 {
        background-color: #34495E;
    border-color: #2C3E50 !important;
	box-shadow: 10px 10px 0 #2C3E50;
}
.mt_bns_btn.color6 {
       background-color: #95A5A6;
    border-color: #7F8C8D !important;
	box-shadow: 10px 10px 0 #7F8C8D;
}
.mt_bns_btn.color7 {
    background-color: #1f13d6;
    border-color: #1f13d6 !important;
    box-shadow: 10px 10px 0 rgb(93, 62, 218);
}
.mt_bns_btn a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px 0px;
}

.mt_bns_btn a:hover, .mt_bns_btn a:focus, .mt_bns_btn a:visited{
	color:#fff;
	text-decoration:none;
}
.mt_product_wrapper.mt_pro_page {
    margin-bottom: 40px;
}
.mt_product_content.mt_support_link {
    text-align: center;
}
.mt_product_content.mt_support_link a{
	color:#37ca95;
}
.modal-body .mt_login_form a{
	color:#37ca95;
}
.mt_product_service.mt_service_btn {
    margin-top: 60px;
}
.mt_product_service {
    padding-top: 40px;
}
/*--media css start----*/

@media(max-width:991px) {
    .mt_product_content .mt_product_service {
        margin-bottom: 50px;
    }
	.mt_password .mt_input_info .mt_input_tooltip {
    top: auto;
    left: -214px;
    right: 0;
    bottom: -142px;
}
.mt_copyright {
    text-align: center;
    margin-bottom: 10px;
}
.mt_footer_mail {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
}
@media(max-width:767px) {
    .mt_header_wrapper {
        height: auto;
        line-height: 50px;
    }
}
@media(max-width:565px) {
    .moto_submit_wrapper > p {
        float: left;
    }
}
@media(max-width:480px) {
    .moto_remember_wrapper p {
        float: left;
    }
    .mt_header_wrapper {
        height: auto;
        line-height: 50px;
    }
    .mt_product_wrapper .mt_product_detail > a.mt_product_btn {
        height: 50px;
        line-height: 38px;
        font-size: 20px;
        padding: 10px 20px;
    }

    .mt_product_wrapper .mt_product_detail > h3 {
        font-size: 30px;
    }
	.moto_submit_wrapper > p {
    line-height: 24px;
}
.moto_loginwrapper form {
    width: 100%;
}
}
@media(max-width:320px) {
    .moto_checkbox input[type="checkbox"] {
        float: left;
    }
    .moto_checkbox label {
        margin-left: 0px;
    }
    .moto_loginwrapper .form-control {
        font-size: 11px;
    }
    .mt_password .mt_input_info .mt_input_tooltip {
        top: auto;
        left: -190px;
        right: auto;
		bottom:-121px;
	    min-width: 219px;
		font-size:11px;
		padding:15px;
		
    }

    .moto_submit_wrapper > p {
        line-height: 32px;
        text-align: left;
    }
    .mt_product_wrapper .mt_product_detail > a.mt_product_btn {
        height: 50px;
        line-height: 38px;
        font-size: 20px;
        padding: 10px 20px;
    }
    .mt_header_wrapper {
        height: auto;
        line-height: 50px;
    }
    .mt_product_wrapper {
        margin-bottom: 106px;
    }
    .mt_product_content .mt_product_service {
        margin-bottom: 20px;
    }
    .mt_product_content .product_main_heading {
        margin-bottom: 10px;
        margin-top: 30px;
    }
	.mt_footer_links ul li a {
    line-height: 22px;
}
}