/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.membership-section {
    padding-top: 20px !important;
}

.c-quote-icon-3 {
    top: 5px !important;
}

.service-listing ul {
  list-style-type: none;
  padding-inline-start: 0px !important;
  column-count: 2;
  column-gap: 0px; /* Adjust the gap between columns */
}

.request-service h2
{
    color:#2970b7 !important;
    font-family: 'Open Sans' !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.mega-menu {
}

.mega-menu h5 {
    padding-left:20px;
    padding-bottom:10px;
    font-size:20px !important;
}

.mega-menu ul {
}

.c-vid-play-btn {

    opacity: 100 !important;
}

.hhs-side-menu__mobile {
    padding: 1em 2.25em 0 2em;
    margin-top: 100px;
}

.hhs-side-menu__ctas {
    display: none !important;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto;
    padding-bottom: 15px !important;
    margin-bottom: 20px;
    border-bottom: solid 1px #618cc1;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-2>a {
    width: auto;
    padding-bottom: 15px !important;
    margin-bottom: 20px;
    border-bottom: solid 1px #618cc1;
}


.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu h5 a {
  color: #2e2423 !important;
  font-family: Bebas Neue  !important;
  font-size: 26px  !important;
  font-weight: 400  !important;
  text-transform: none  !important;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu h5 a:hover,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu h5 a:focus {
  color: white !important;
}


@media (max-width: 992px) {
  /* Tablet-specific styles go here */

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.request-service .clean-base .c-1 {
    display: none;
  
}

#main-content {
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
}