/*
Theme Name: Coquitlam Integrated Health
Theme URI: https://www.west-port.com/
Description: The Description
Author URI: https://Authore name/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td {
    /*border:#93ba61 solid 1px;*/
    padding-left: 5px;
    padding-right: 5px;
}
ul {
    margin-left: 20px;
}
ul li {
    list-style: disc;
    list-style-image: url(images/li-image.jpg);
}
h2, h3, h4, h5 {
    font-size: 17px;
    font-weight: bold;
    color: #5a7f28;
    font-family: arial, Geneva, sans-serif;
}
/*end reset*/
img {
    max-width: 100%!important;
    height: auto;
}
/* body



--------------------------------------------------*/
body {
    background: #ECF4E7 url('images/bg.jpg') center top;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3F3F3F;
}
* {
    margin: 0;
    padding: 0;
}
a {
    color: #5A7F28;
    text-decoration: none;
}
hr {
    border: none;
    border-top: #5A7F28 dashed 1px;
    margin-right: 10px;
}
/* header
--------------------------------------------------*/
#header {
    background: url(images/header_bk.jpg) no-repeat;
    width: 100%;
    height: 108px;
}
#header .description {
    float: right;
    color: #333;
    margin: 45px 0 0;
}
#header h1 {
    border-bottom: 3px solid #EFF8FB;
    margin: 15px 0 0;
    padding: 25px 25px 40px 0;
}
#wrapper {
    width: 982px;
    margin: 10px auto;
    background: #FFF;
}
#logo {
    width: 635px;
    float: left;
}
#top_address {
    color: #558F1F;
    float: right;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    height: 108px;
    width: 330px;/*background: url(images/topimage.jpg) left top;*/
}
#address_location {
    width: 270px;
    padding: 5px 0px 5px 10px;
    margin: 22px 0px 0px 0px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#email_us {
    color: #fff;
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    width: 240px;
    line-height: 21px;
}
#email_us a {
    color: #fff;
}
#email_us a:hover {
    color: #5A7F28;
}
#email_us img {
    float: left;
    margin-right: 5px;
}
.mobile {
    display: none;
}
/*



Back to top button 



*/
#back-top {
    position: fixed;
    bottom: 30px;
    float: right;
    right: 20px;
}
#back-top a {
    width: 88px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
    background: #638e01 url(images/up-arrow.png) no-repeat center center;
    opacity: 0.2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #CCC;
}
/* navigation
--------------------------------------------------*/
#menu-icon {
    display: none; /* hide menu icon initially */
}
#tel {
    display: none;
}
#booking {
    display: none;
}
#nav_icon {
    display: none;
}
#nav {
    background: url("images/menubg.jpg") repeat-x;
    height: 43px;
    width: 982px;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
}
#nav ul {
    margin: 0;
    padding: 0;
    z-index: 100;
}
#nav li {
    float: left;
    list-style: none;
}
#nav li a {
    line-height: 39px;
    text-align: center;
    color: #FFFDFE;
    display: block;
    padding: 0 18px 0 18px;
    text-decoration: none;
    margin-top: 2px;
    background: url(images/menusepar.jpg) no-repeat 0 0px;
}
#nav li a:hover, .current_page_item a, #nav li.current_page_parent a, #nav .sub-menu li.current-menu-item a {
    background: #6DA536;
    color: #fff;
    text-decoration: none;
}
#nav ul li ul {
    display: none;
    margin: 0;
}
#nav ul li ul li a {
    margin: 0;
    color: #444;
    font-size: 15px;
    font-weight: normal;
    display: block;
    width: 135px;
    line-height: 25px;
    text-align: left;
    background-image: none;
}
#nav ul li ul:hover li a {
    display: block;
}
#nav ul li a:hover {
    color: #fff;
    background-image: url(images/menusepar.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
#nav li:hover ul {
    margin-top: 0;
    background: #FFF;
    display: block;
    position: absolute;
    border: #6DA536 solid 1px;
}
#nav li:hover li {
    float: none;
}
#nav li:hover li a {
    background: #fff;
    color: #444;
}
#nav li li a:hover {
    /*background: #6DA536;*/
    background: #eee;
    color: #444;
}
.clear {
    clear: both;
}
/* Home Banner
--------------------------------------------------*/
#home_banner {
    height: 307px;
    width: 978px;
}
.slider_container {
    width: 675px;
    height: 307px;
    float: left;
}
#slides {
    height: auto;
}
#home_form {
    font-family: "Arial";
    background: url('https://www.coquitlamintegratedhealth.ca/wp-content/uploads/2017/05/green-box-lrg.png') no-repeat;
    width: 273px;
    height: auto;
    color: white;
    float: left;
    margin-left: 7px;
}
#home_form h3 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
}
#home_form ul {
    margin: 0;
    padding: 0;
}
#home_form ul li {
    margin-top: -2px;
    margin-left: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: -40;
    list-style-image: url(images/checkmark.png);
}
#home_form ul strong {
    text-align: center;
    margin-left: 80px;
    font-size: 13px;
    font-weight: normal;
}
#home_form #consult-ribbon {
    background: url(images/consult-ribbon.png);
    width: 307px;
    height: 58px;
    margin-left: 6px;
    margin-top: -10px;
    padding-top: 12px;
    border: none;
    color: #FFF;
    text-indent: 20px;
    font-size: 20px;
}
#home_form #consult-ribbon:hover {
    color: #CCC;
    background: url(images/consult-ribbon-roll.png);
}
#home_form #consult-text {
    margin-top: 22px;
    position: absolute;
}
#home_form input, #home_form textarea {
    font-family: "Arial";
    font-size: 16px;
    width: 200px;
    border: 1px solid #999;
    margin: 0 0 5px 25px;
}
/* Contact Us */
#message-title {
    width: 370px;
    line-height: 25px;
    color: white;
    font-weight: bold;
    padding-left: 12px;
    height: 29px;
    background: url(/wp-content/uploads/2014/04/subtitlebg.jpg) repeat-x;
    overflow: hidden;
}
#contactus-form {
    width: 370px;
    background: #F9F9F9;
    padding-left: 12px;
    overflow: hidden;
    font-weight: bolder;
    margin-right: 10px;
}
#send-button {
    color: white;
    background: url(/wp-content/uploads/2014/04/sendbg.jpg);
    width: 97px;
    height: 26px;
    border: none;
    cursor: pointer;
}
#send-button:hover {
    background: url(/wp-content/uploads/2014/04/send-hover.jpg);
    width: 97px;
    height: 26px;
}
span.wpcf7-not-valid-tip {
    color: #c43030;
}
div.wpcf7-validation-errors {
    width: 350px;
    border: 2px solid #c43030;
    font-weight: bold;
    position: absolute;
    background: #FFC;
    color: #666;
}
div.wpcf7-mail-sent-ok {
    width: 300px;
    border: 3px solid #FC0;
    font-weight: bold;
    position: absolute;
    background: #398F14;
    color: #fff;
}
.testimonials-widget-testimonials .paging {
    display: none;
}
/* Hide recaptcha */
.grecaptcha-badge {
    display: none!important;
}
/* Home Service Box
--------------------------------------------------*/
#home_services .service_box {
    width: 213px;
    height: 254px;
    background: url(images/home_services_bk.jpg) no-repeat;
    float: left;
    margin: 30px 9px 20px 0;
    text-align: center;
}
#home_services .service_box img {
    margin: 10px 0 6px 3px;
    border: none;
    z-index: 1;
}
#home_services .service_box p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    height: 90px;
    line-height: 18px;
}
#home_services .service_box .read_more {
    margin-left: 20px;
    text-align: left;
    font-weight: bold;
}
/* FAQs
--------------------------------------------------*/
#service-list {
    text-decoration: none;
    color: #3D722C;
    font-weight: bold;
    font-size: 18px;
}
/* content
--------------------------------------------------*/
#content {
    padding: 0px 0px 0px 20px;
    height: auto;
}
#entry {
    line-height: 23px;
    width: 716px;
    height: auto;
    float: left;
    padding-bottom: 25px;
}
.home_content {
    width: 670px!important;
}
#entry p, #entry_full p {
    line-height: 22px;
    margin: 7px 10px 7px 0;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3F3F3F;
}
img::selection, span::selection, input::selection, div::selection, p::selection, a::selection {
    background: #98ee62;
}
img-moz-::selection, span-moz-::selection, input-moz-::selection, div-moz-::selection, p-moz-::selection, a-moz-::selection {
    background: #98ee62;
}
#entry_full {
    line-height: 23px;
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 30px;
    margin-right: 10px;
}
#entry h1, #entry_full h1 {
    background: url(images/title_bk.jpg) 0 10px repeat-x;
    height: 49px;
    width: 100%;
    display: block;
    font-family: Calibri;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-indent: 10px;
    margin: 15px 0 10px -10px;
    color: #76A734;
}
#entry ul li, #entry_full ul li {
    font-size: 14px;
    list-style-position: inside;
}
#content ul, ol {
    font-size: 120%;
    margin: 10px 10px 10px 45px;
}
/* Services
--------------------------------------------------*/
#services {
    width: 99%;
    height: auto;
}
#services .service_list img {
    width: 289px;
    border: #CCC solid 1PX;
}
#services .service_list {
    width: 289px;
    height: 430px;
    float: left;
    margin-right: 14px;
    margin-left: 14px;
}
#services .last {
    width: 558px;
    margin-left: 20px;
}
#services .service_list p {
    line-height: 20px;
    font-size: 14px;
}
#services .service_list h3 {
    font-size: 18px;
    margin: 10px 0;
}
.post-title {
    background: #739942;
    width: 200px;
    width: 98%;
    padding: 0 10px;
    margin-left: -10px;
}
.post-title a {
    color: #FFF;
}
.post-date {
    float: right;
    font-size: 12px;
    color: #FFF;
}
#fees-table th {
    padding-left: 10px;
    background: #e2f098;
}
/* fees
--------------------------------------------------*/
#fees-table .grey {
    background: #e7e7e7;
}
table tr td {
    padding-left: 10px;
}

#fees-table table{ border:1px solid #777;}
/* blockquote + links
--------------------------------------------------*/
blockquote {
    margin: 10px 20px;
    padding: 5px 15px;
    border: 1.5px solid #76A734;
    background: #f8ffd2;
}
.credit {
    margin-right: 20px;
}
a:hover {
    color: #000;
}
a.more {
    text-align: right;
    color: #5A7F28;
    text-decoration: none;
}
a.more:hover {
    text-decoration: none;
    color: #2F460D;
}
/* metadata under post
--------------------------------------------------*/
.post {
    width: 100%;
    height: auto;
}
.post img {}
/* sidebar
--------------------------------------------------*/
#sidebar {}
.home_sidebar {
    width: 270px;
    float: left;
    padding: 0px 10px 30px;
    background: url(images/sidebar_bk.jpg) no-repeat left top;
}
.left_sidebar {
    width: 230px;
    height: 100%;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/sidebar_bk_left.jpg) no-repeat right top;
}
.left_sidebar p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 10px 10px 0;
}
a.book_appointment {
    color: #015E32;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
}
a.book_appointment img {
    width: 49px!important;
    height: 34px;
    float: left;
    margin-left: 5px;
    border: none!important;
}
a.book_appointment:hover {
    color: #5A7F28;
}
.home_sidebar h2 {
    letter-spacing: 1px;
    font-size: 1.6em;
    color: #333;
    padding: 0 0 3px;
}
.home_sidebar ul {
    list-style: none;
    font-size: 120%;
    margin: 0 0 23px;
}
.home_sidebar li {
   /* border-bottom: 1px solid #EFF8FB;*/
    list-style: none;
    padding: 3px;
}
#sidebar li a:hover {
    color: #000;
    background-color: #EFF8FB;
}
#sidebar input, #home_form textarea {
    width: 80%;
    border-radius: 5px;
    color: #444;
    border: 1px solid #eee;
    padding: 6px;
}
/* {
    width: 210px;
    height: 50px;
}*/
#sidebar input:focus {
    border: 1px solid #eee;
}
#store_hours {
    background: url(images/hours_bk.jpg) no-repeat;
    width: 277px;
    height: 179px;
    font-family: Calibri;
}
#store_hours div {
    margin: 0;
    text-indent: 20px;
}
#store_hours h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 5px 0;
    margin-bottom: 3px;
}
#store_hours div table {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#store_hours div table tbody tr {
    border-bottom: #6b970e solid 1px;
    margin: 0px 5px;
    display: block;
}
#store_hours div table tbody tr:last-child {
    border-bottom: none;
}
#store_hours div table tbody tr td {
    padding: 0px 5px;
    border: none;
    text-indent: 20px;
    line-height: normal;
}
#store_hours td.day {
    width: 85px;
    float: left;
}
.home_sidebar #free_consultation {
    background: url(images/coupan_bk.jpg) no-repeat;
    color: #4F4F4F;
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
    height: 100px;
    line-height: 20px;
    margin-top: 5px;
    padding: 10px 0;
    text-align: center;
    width: 277px;
}
.home_sidebar #free_consultation h3 {
    margin-top: 6px;
    color: #77A538;
    font-size: 22px;
}
.home_sidebar #now_newspaper {
    margin-top: 15px;
    color: #336600;
    font-size: 13px;
    line-height: 17px;/*font-family:Arial, Helvetica, sans-serif;*/
    margin-left: 10px;
}
.home_sidebar #now_newspaper a {
    text-decoration: none;
    font-weight: bold;
    color: #336600;
}
.home_sidebar #now_newspaper img {
    margin: 0 0 10px 25px;
}
#sidebar_blog ul {
    margin: 10px 0 30px 5px;
    padding: 0;
}
#sidebar_blog ul li {
    list-style: none;
}
#sidebar_blog h4 {
    background: #739942;
    width: 200px;
    color: #FFF;
    padding: 2px 0 2px 5px;
}
.blog_image {
    float: left;
    padding: 10px 10px 10px 0;
}
#parking_map {
    height: auto;
    color: #5A7F28;
    font-weight: bold;
}
#parking_map h3 {
    background: url(images/subtitlebg.jpg) repeat-x;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 29px;
    line-height: 28px;
    padding: 0 0 0 17px;
    width: 252px;
}
#social_media {
    text-align: center;
}
/* input
--------------------------------------------------*/
input {
    border: 1px solid #CCC;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
    padding: 3px;
}
input:hover {
    border: 1px solid #262626;
}
input:focus {
    border: 1px solid #262626;
    color: #333;
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignleft {
    float: left;
    padding: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* footer
--------------------------------------------------*/
#footer {
    background: #ECF4E7;
    color: #333;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: 50px;
}
#footer_image {
    height: auto;
    border: #3F3F3F solid 10px;
}
#footer_links {
    width: 450px;
    float: left;
}
#footer_links ul {
    margin: 0;
    padding: 0;
}
#footer_links li {
    float: left;
    margin-bottom: 10px;
    list-style: none;
}
#footer_links li a {
    color: #172F00;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px;
}
#footer_copyright {
    color: #172F00;
    float: right;
}
/************************************************************************************
MOBILE Navigation
*************************************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { /* STYLES GO HERE */
    #nav li a {
        padding: 0 28px 0 25px;
    }
}
@media screen and (max-width: 930px) {
    body {
        width: 100%;
    }
    #top_address {
        float: none;
        display: none;
    }
    #top_address #address_location {
        margin: 10px auto 10px auto;
    }
    #top_address #email_us {
        display: none;
    }
    #nav-wrap {
        position: relative;
        background: url("images/menubg.jpg") repeat-x;
        width: 100%;
        height: auto;
        padding-top: 10px;
        min-height: 40px;
    }
    /* menu icon */
    #menu-icon {
        color: #fff;
        width: 30%;
        height: 30px;
        margin-bottom: 10px;
        background: #fff url("images/responsive-menu.gif") no-repeat 0% 55%;
        cursor: pointer;
        display: block; /* show menu icon */
        float: left;
        text-indent: 8px;
        line-height: 22px;
        font-weight: bold;
    }
    #menu-icon:hover {
        background: #92bf90 url("images/responsive-menu.gif") no-repeat 30% 55%;
    }
    #menu-icon.active {
        background-color: #92bf90;
    }
    /* main nav */
    #nav {
        clear: both;
        height: auto;
        top: 38px;
        width: 95%;
        z-index: 10000;
        padding: 5px;
        background: #f8f8f8;
        border: solid 1px #999;
        display: none; /* visibility will be toggled with jquery */
    }
    #nav li {
        clear: both;
        float: none;
        margin: 5px 0 5px 0px;
        padding: 0;
    }
    #nav li a, #nav ul li a {
        text-align: left;
        color: #ff;
        display: block;
        margin: 0;
        padding: 0 0 0 10px;
        background: #6da536;
        float: none;
        background-image: url(images/menusepar.jpg);
        background-repeat: no-repeat;
        background-position: right;
    }
    #nav li a:hover, .current_page_item a, #nav li.current_page_parent a, #nav .sub-menu li.current-menu-item a {
        background: #92bf90!important;
        color: #fff;
        text-decoration: none;
    }
    #nav ul li ul li, #nav ul li ul, #nav ul li:hover ul {
        display: none;
    }
    /* dropdown */
    #nav ul, #nav ul ul {
        width: 100%;
        position: static;
        display: block;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 930px) {
    #entry h1, #entry_full h1 {
        font-size: 20px;
        height: auto;
        background-repeat: repeat;
        background-position: 0 0;
    }
    #logo, #header {
        width: 100%;
        height: auto;
        float: none;
    }
    #message-title, #contactus-form {
        width: 100%;
    }
    #nonresponsive_socialmedia {
        display: none;
    }
    #wrapper {
        width: 100%;
    }
    #home_banner {
        display: none;
    }
    .slider_container {
        margin: 0 auto;
        float: none;
        height: auto;
    }
    #content {
        padding: 0px 0px 0px 5px;
    }
    #entry, .home_content {
        width: 100%!important;
    }
    .home_content #home {
        display: block;
    }
    #entry ul, #entry_full ul {
        margin: 0 0 0 10px;
        padding: 0;
    }
    #entry h1, #entry_full h1 {
        width: 100%;
    }
    #sidebar, #home_form {
        display: none;
    }
    #footer_links {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    #footer_copyright {
        float: none;
        padding-bottom: 30px;
        text-align: center;
        clear: both;
    }
    #footer_image {
        border: none;
    }
    #footer .mobile {
        display: block;
    }
}
@media screen and (min-width: 930px) {
    /* ensure #nav is visible on desktop version */
    #nav {
        display: block !important;
    }
}
@media screen and (max-width: 680px) {
    #nav_icon {
        display: block;
        width: 100%;
        text-align: center;
    }
    #tel {
        display: block;
        color: #FFF;
        height: 30px;
        text-decoration: none;
        float: left;
        font-size: 18px;
        width: 40%;
        text-align: center;
    }
    #booking {
        display: block;
        color: #FFF;
        height: 30px;
        text-decoration: none;
        float: left;
        font-size: 13px;
        font-weight: bold;
        width: 30%;
        text-align: center;
        line-height: 22px;
    }
    .mobile {
        display: block;
    }
    #wrapper {
        margin: 0;
    }
    #header {
        background: url(images/mobile_header_bk.jpg) no-repeat;
        height: auto;
    }
    #logo {
        margin-top: 10px;
    }
    .slider_container {
        width: 100%;
    }
    #home_services .service_box {
        margin: 10px 2px;
        height: 265px;
        background: #e5ecc0;
        width: 48%;
    }
    #home_services .service_box img {
        width: 90%;
    }
    #home_services .service_box p {
        line-height: 14px;
    }
    table {
        width: 100%;
    }
    iframe {
        width: 100%;
    }
    #services {}
    #services .service_list {
        width: 95%;
        height: auto;
    }
}
