
 .tabs-mnu li.active a{
 color: #AADE1A!important;
 }
 
.hidparent input.error,
.hidparent textarea.error{
	border:1px solid red!important;
}

.home-block__7 .block-title {
	text-align:center;
}
.mob-butter {
	display:none;
	overflow: hidden;
	position: relative;
	float: right;
}

.service-right__main table {
	border: 0;
}
.service-right__main table tr {
	border: 0;
}
.service-right__main table tr:first-child {
	background: #7AAED5;
}
.service-right__main table tr {
	background: #d1e2ed;
}

@media screen and (max-width: 1200px) {

	.mob-butter {
		display: block;
		 padding: 5px 0 0;
	}
	.service-left__main>p {
		float: left;
		margin-bottom: 0 !important;
	}
    .service-left__main>.tabs-mnu {
        display: none;
    }
	.page-service .page-service__left .service-left__main {
		position: relative;
	}
	.page-service .page-service__left .service-left__main {
		position: relative;
		overflow: hidden;
	}
    .mobileMenu {
        display: block !important;
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
		overflow: hidden;
    }
    .butter {
        cursor: pointer;
        float: right;
    }
    .butter div {
		background: #fff;
		margin-bottom: 6px;
		height: 3px;
		width: 38px;
		transition: all linear .2s;
    }
    .mobileMenu_hidden {
        display: none;
        box-sizing: border-box;
        background: inherit;
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .mobileMenu_hidden ul{
        padding:0 0 0 10px;
    }
    .mobileMenu_hidden ul li {
        margin-bottom: 10px;
        list-style: none;
        padding:0;
    }
    .mobileMenu_hidden ul li a {
        color: #fff;
        font: 15px hr;
        text-decoration: none;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .mobileMenu_close {
        cursor: pointer;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 11px;
        right: 14px;
        font-size: 21px;
        font-weight: bold;
        line-height: 0.7;
        color: #fff;
        text-shadow: 0 1px 0 #ffffff;
        opacity: 0.3;
    }
	
	.butter.rotated {
	    height: 33px;
		width: 38px;
	}
	.butter.rotated div:nth-child(1) {
	    display: none;
	}
	.butter.rotated div:nth-child(2) {
	    transform: rotate(45deg) translate(10px,10px);
	}
	.butter.rotated div:nth-child(3) {
	    transform: rotate(-45deg) translate(-4px,4px);
	}
}

@media screen and (max-width: 410px) {
    .mobileMenu_hidden {
        width: 100%;
    }
}


