.about-single-result {
    background: -webkit-linear-gradient(rgba(0, 0, 49, 0.8), rgba(0, 0, 49, 0.8)), url(../../assets/img/home2-slide1.jpg);
    background: linear-gradient(rgba(36, 17, 27, 0.8), rgba(31, 31, 38, 0.8)), url(../../assets/img/home2-slide1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.linear-bg {
    position: relative;
    margin-top: 10px;
    padding-top: 50px;
	padding-bottom: 30px;
	
}
.about-single-result h2{color: #fff;}
.about-single-result h2{margin-bottom: 20px;}

.choose-item {
    background-color: #021a4a;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.choose-item:hover {
    transform: scale(1.05);
}

.choose-icon i {
    color: #52ffd7;
    margin-bottom: 15px;
}

.title_services {
    font-size: 18px;
    font-weight: bold;
	color:#fff;
}


.u-table-responsive {overflow-x: auto;}
.u-table {width: 100%; border-collapse: collapse;}
 table {width: 100%;text-align: center;  border-collapse: collapse;  margin: 20px 0;}
.u-palette-5-dark-3 { color: #ffffff; background-color: #000;}
tbody td {border-bottom: 1px solid #e0e0e0;}

tbody tr:nth-child(even) {background-color: #666; color: #fff; }
tbody tr:nth-child(odd) {/*background-color: #fff;*/ color: #fff; }
th {text-transform: uppercase;  letter-spacing: 1px;}
tbody tr:hover {background-color: #ccc; }
td:first-child {font-weight: bold;}
tbody td {border-bottom: 1px solid #e0e0e0; }
table, th, td {border: 1px solid #ddd;  padding: 10px;}
		
/*-------accordion---------*/		
.accordion-item .heading {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
    right: 13px;
    background-color: white;
    border-radius: 50%;
    background-color: #F2F2F2;
}
.accordion-item.active .title {
    color: #000;
    background-color: #ffffff;
    border: 0;
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}
.progress {
    height: 8px;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p{
    /*font-size: 18px;
    font-weight: 500;
    color: #666;*/
}
.accordion-item h3{margin-bottom: 15px;} 
.accordion-item h4, .accordion-item h5{margin-bottom: 15px;} 
.accordion-item .title {
    border: 1px solid #999999;
    text-align: start;
    padding: 13px 5px;
    padding-right: 0;
    color: black;
    font-size: 22px;
    background-color: #fff;
    border-radius: 20px;
    padding-left: 17px;
    font-weight: 900;
}
.accordion-item.active {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #ff005c;
}
.accordion-item .content {
    margin-bottom: 6px;
    padding: 10px 25px;
    padding-top: 0px;
    background-color: #24243500;
}

a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
	border: none;
    margin-bottom: 10px;
 }

.accordion-item {
    margin-bottom: 10px;
}
.mb-60 {
    margin-bottom: 60px;
}		
/*--------------------ene ------------*/

.link-button {
    border: 1px solid #fff;
    padding: 6px;
    width: 50%;
    float: left;
    color: #fff;
}
.featuresli {
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  padding: 0px;
}
.featuresli li {
  margin-bottom: 10px;
  margin-left: 20px;
  list-style: disc;
}

.commercial_bg{background: #f5f5f5; text-align: left;}
	
.commercial_bg h2{margin-bottom: 15px; margin-top: 20px;}
.commercial_bg h3{margin-bottom: 15px; margin-top: 20px;}

.helpline-container ul {
            list-style-type: none;
            padding: 0;
        }

.helpline-container li {
           background-color: #e6ffe6;
  border-left: 5px solid #4CAF50;
  margin-bottom: 5px;
  padding: 0px 0PX 0px 6px;
  font-size: 14px;
  
            border-radius: 5px;
        }
		.helpline-container li a{color: #000 !important;}

 .helpline-container li:hover {
            background-color: #d4ffd4;
        }

.helpline-container .location {
            font-weight: bold;
        }

 .helpline-container .number {
            color: #4CAF50;
        }

