

/*********************about****************/
.center_about {
    background-image: url(../image/48.jpg);
    background-position: center center;
    background-size: cover;
}
#spec_pg {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}
.faq-sub-heading {
    font-size: 1.7rem;
    color: #40e0d0;
    margin: 2.5rem 0 1rem 0;
    padding: 0;
    font-weight: 800;
}
.faq-qustion-section .accordion h2.active {
    background-color: #40e0d0;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-bottom: none;
    color: #fff;
}

.faq-sub-heading:first-child {
    margin-top: 0;
}


.faq-qustion-section .accordion h2 span.arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    border: 1px solid #40e0d0;
    background: #40e0d0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.faq-qustion-section .accordion h2.active span.arrow {
    color: #40e0d0;
    border: 1px solid #fff;
    background: #fff;
}

.faq-qustion-section .accordion h2.active span.arrow .fa-angle-up {
    display: block;
}

.faq-qustion-section .accordion h2 span.arrow .fas {
    display: none;
}
.faq-qustion-section .accordion h2 {
    cursor: pointer;
    margin: 0px 0px;
    padding: 16px 15px;
    background-color: #ffffff4a;
    color: #000;
    font-size: 1.2rem;
    border-radius: 0;
    border-bottom: solid 1px #40e0d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
}
.faq-qustion-section .accordion .content {
    background: #fff;
    border: 1px solid #40e0d0;
    border-top: none;
    padding: 1.5rem;
    color: rgb(255, 255, 255);
    min-height: 80px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
}
.faq-qustion-section .accordion .content p{
    margin: 0;
}
.faq-qustion-section .accordion h2.active span.arrow .fa-angle-up {
    display: block;
}
.faq-qustion-section .accordion h2.active span.arrow .fa-angle-down {
    display: none;
}
.faq-qustion-section .accordion h2 span.arrow .fa-solid {
    display: none;
}

.faq-qustion-section .accordion h2 span.arrow .fa-angle-down {
    display: block;
}


/*********************about_end****************/


@media screen and (max-width : 767px){
.perform_3_left  ul{
	text-align:left;
 }
.stabil_1_left {
	margin-top:8px;
	margin-bottom:8px; 
 }
.spec_1_right{
	margin-top:15px; 
 }
 .faq-qustion-section .accordion h2 {
    padding: 16px 35px 16px 15px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {

 }

@media (min-width:992px) and (max-width:1200px) {
.perform_3_left  {
   padding-top:0!important;
 }
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media (min-width:1400px) and (max-width:2000px) {

 }


