/* Enter Your Custom CSS Here */
.comment-text {
    position: relative;
    padding: 0 0 0 37px;
    margin: 0 0 14px;
    line-height: 22px;
    color: #243238;
    border: none;
    font-family: Montserrat;
    font-size: 14pt;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 5px;
}
h4, .h4 {
    line-height: 23px !important;
}

table#customers {
    font-family: Montserrat;
    font-size: 13pt;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    line-height: 38px;
}
td, th {
    padding: 0;
    padding-left: 18px;
}

#customers th {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #d324e2;
    color: white;
    border-radius: 5px 05px 0px 0px;
    padding-left: 15px;
}
#customer th:nth-child(1){
  width:20px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#footer .footer_widgets .widget.widget_nav_menu ul li a {
    padding: 0;
    border: none;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.page_title h1 {
    color: #ffffff;
}
.stm-header__row_color_center {
    padding-top: 7px !important;
    padding-bottom: 2px !important;
}
.stm-header__hb.stm-header .stm-navigation__default > ul > li > a {
    padding: 10px 10px !important;
    font-size: 15px;
    text-transform: capitalize;
}
.stm-header .stm-navigation__default > ul > li > a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #de4ee2;
    visibility: hidden;
    opacity: 0;
    bottom: -20px;
}
.vc_toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #d324e2;
    padding-top: 10px;
}
.agm_notice {
    border: 1px #000 solid;
    padding: 20px;
    border-radius: 15px;
    margin: 20px;
}