
/* --------------------------------
 Global css 
--------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    margin-bottom: 20px;
}
.left-right-section h2, .full-width-content h2, .card_grid h2{font-size: 42px;}
p { margin-bottom: 0.9rem;}
section.left-right-section ul li, .full-width-content ul li, .card_grid ul li{
      position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 10px;
}
section.left-right-section ul li:before, .full-width-content ul li:before, .card_grid ul li:before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 1px;
}
/* --------------------------------
About css start from here  *
--------------------------*/
.content_block_5 .content-box .text ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content_block_5 .content-box .text ul li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .text ul li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}
/* --------------------------------
Why choose service section *
--------------------------*/

section.service-style-two .service-block-two .wc_content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

section.service-style-two .service-block-two .wc_content ul li {
    width: 50%;
    box-sizing: border-box;
}

section.service-style-two .service-block-two .wc_content ul li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 28px;
    margin-bottom: 10px;
}
section.service-style-two .service-block-two .wc_content ul li:before {
    position: absolute;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    top: 1px;
}

/* --------------------------------
Home Contact Form
--------------------------*/
.appointment-section .appointment-form .form-group input[type='tel']{
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    font-size: 16px;
    color: #777;
    transition: all 500ms ease;
}

/* --------------------------------
FAQ CSS START FROM HERE
--------------------------*/
.faq-modern {
    max-width: 100%;
}

.faq-modern .card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.faq-modern .card-header {
    padding: 0;
    background: #fff;
    border: 0;
}

.faq-modern .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    text-align: left;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.faq-modern .btn-link:hover,
.faq-modern .btn-link:focus {
    text-decoration: none;
}

.faq-modern .faq-title {
    padding-right: 20px;
}

.faq-modern .faq-icon {
    transition: all .3s ease;
    font-size: 16px;
}

.faq-modern .btn-link:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}

.faq-modern .card-body {
    padding: 0 25px 25px;
    border-top: 1px solid #eee;
}

/* --------------------------------
Contact Section
--------------------------*/
.contact-section .inner-content {
    margin-top: unset;
}
/* --------------------------------
Resposive media query
--------------------------*/

/* Mobile */
@media (max-width: 991px) {
    section.service-style-two .service-block-two .wc_content ul li {
        width: 100%;
    }
}