*{

word-break:break-word !important;
}

table {
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

table tr td {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 10px;
    color: #555;
     text-align: center;
}

table tr:nth-child(even){
    background: #F5F5F5;
}

@media only screen and (max-width: 768px) {
  table {
    white-space: nowrap;
}
    .albg {
        overflow-x:scroll;
    }
  
  }

.nyactive .e_text-3:before {
	content: '';
	position: absolute;
	left: 0px  !important;
	bottom: 0px;
	width: 100% !important;
	height:100%;
	background-image: linear-gradient(to right, rgba(5, 117, 191) 0%, rgba(36, 37, 129) 100%);
	transition: all ease .3s;
}

.nyactive a {
    color: #fff
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}

.pl_service3 .service_item:hover {
    width: 240px;
}
.pl_service2 .service_item:hover .service_value_con {
    width: 240px;
}
.pl_service2 .service_value {
    background: #e67405;

}

.pl_service2 .service_value::after {
    border-left: 6px solid #e67405;
}
.pl_service2 .service_item:hover {
    background-color: #e67405;
}
.pl_service2 .service_item {
    background: #e67405;
    color: #fff;
}
.pl_service3 {

    top: 75%;

}
.s_body {
	font-size: 18px;
	background-color: rgba(255,255,255,0);
}
.s_tmpl {
	background-color: rgba(239, 239, 239, 0);
}
.s_tmpl_footer {
	background-color: rgba(239, 239, 239, 0);
}



					.container>div{
						align-items:center;"
					}
					.container img{
						text-align:center;
						max-width: 100%; 
						width: auto; 
						height: auto;
					}
					.col-lg-6{
						padding: 20px;
					}
					@media (max-width:768px){
						.ceblack>div{
							display: flex;
							flex-direction: column-reverse;
						}
					}

