/******************************************************************
Theme Name: JointsWP - CSS
Theme URI: http://www.jointswp.com
Description: 
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Version: 5.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/

body,
html {
    scroll-behavior: smooth;
}

body,
a,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif !important;
}

.container {
    max-width: 1024px !important;
    margin: 0px auto;
}

h2 {
    font-size: 30px;
    letter-spacing: .06em;
    font-weight: 600;
}

.w-100 {
    display: inline-block;
    width: 100%;
}

.width-auto {
    margin: 0px auto;
    width: 62%;
}

.white-text * {
    color: #fff;
}

.position-relative {
    position: relative;
}

.menu li.active>a {
    background: transparent;
}

.mobileshow {
    display: none
}


.mobile-version {
    display: none;
}

.p-color {
    color: #4a4a4a !important;
}

aside#custom_html-3 {
    margin-right: -24px;
}

.desktopv>aside {
    padding-top: 15px;
}

.overlay-section {
    background-color: rgba(0, 34, 81, 0.5);
}

.content {
    float: left;
    width: 100%;
}

.border-0 {
    border: none;
}

.img-grid {
    width: 28%;
    text-align: center;
    float: left;
}

/* BUTTON */
.bttn-position {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
}

.btn-bg-colorlight {
    background-color: #52448c;
}

.bttn-design-quote {
    width: auto;
    height: 60px;
    line-height: 54px;
    margin: 0px auto;
    transition: all 0.5s ease;
    padding: 4px;
}

.bttn-design-quote a span {
    float: left;
    background: #ffffff;
    padding: 0px 36px;
    font-size: 20px;
    color: #52448c;
    line-height: 51px;
    font-weight: 600;
}

.bttn-design-quote a {
    float: left;
    padding: 0px;
    transition: all 0.5s ease;
    width: 100%;
}

.bttn-design-quote a i {
    color: #ffffff;
    font-size: 24px;
    padding: 0px 8px;
}

.bttn-design-quote:hover {
    opacity: 0.9;
    box-shadow: 0 6px 20px rgba(33, 33, 33, .4);
}

.bttn-design {
    width: 290px;
    background: #52448c;
    height: 60px;
    line-height: 54px;
    margin: 0px auto;
    transition: all 0.5s ease;
    padding: 4px;
}

.bttn-design:hover {
    box-shadow: 0 6px 20px rgba(33, 33, 33, .4);
}

.bttn-design a {
    float: left;
    padding: 0px;
    transition: all 0.5s ease;
    width: 100%;
}

.bttn-design a span {
    float: left;
    background: #ffffff;
    padding: 0px 57px;
    text-transform: capitalize;
    font-size: 20px;
    color: #52448c;
    line-height: 51px;
}

.bttn-design a i {
    color: #ffffff;
    font-size: 20px;
}

/* TOP BAR */
.googlerievewhead h3 {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin: 0;
    padding-right: 12px;
}

.googlerievewhead ul.stars {
    margin-left: 8px;
    margin-bottom: 0;
}

.googlerievewhead ul.stars,
.googlerievewhead ul.stars li {
    float: left;
    list-style: none;
}

.googlerievewhead ul.stars li {
    color: #e89e00;
    padding: 0px 2px;
    font-size: 13px;
}

.googlerievewhead p {
    color: #fff;
    opacity: .5;
    font-size: 15px;
    font-style: italic;
    margin-top: 0;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 1;
}

.topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu li.mnu-item a {}

.topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu {
    float: right;
}

.topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu a {
    line-height: 1.2;
    font-size: 18px;
    transition: all 0.5s ease;
    font-weight: 500;
    padding: 15px;
    margin: 0;
    float: left;
    color: #ffffff;
}

.topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu li:first-child a {
    background-color: rgba(255, 255, 255, 0.341);
}

/**/
/* LOGO AREA */
.logo-section {
    width: 100%;
}

.logo-section .logocls {
    padding: 15px 0px 15px;
    float: left;
    width: 100%;
}

.logo-section .logocls .logo {
    line-height: 60px;
}

.logo-section .logocls .logo img {
    max-height: 100px;
}

.logo-section .logocls h3.callus {
    font-size: 27px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
}

.logo-section .logocls .phone a {
    padding-top: 8px;
}

.logo-section .logocls .border-menu img {
    width: 30px;
    height: auto;
}

.logo-section .logocls p.headphone {
    font-size: 33px;
    line-height: 33px;
    font-weight: 700;
}

/* end LOGO AREA */
/* MAIN MENU BAR */
.second-menu {
    z-index: 9;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
}

.second-menu.nav-triangle-pattern::after {
    content: "";
    display: block;
    width: 123px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/nav-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    opacity: .3;
}

.second-menu ul#main-nav {
    display: block;
    text-align: center;
}

.second-menu ul#main-nav>li {
    display: inline-block;
    margin: 0px 10px;
}

.second-menu ul#main-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .03em;
    transition: all 0.5s ease;
    line-height: 40px;
    text-transform: uppercase;
}

.second-menu ul#main-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.341);
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #ffffff transparent transparent !important;
}

.second-menu ul#main-nav .menu.submenu {
    background: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.28);
}

.second-menu ul#main-nav .menu.submenu li {
    padding: 10px 0px;
}

.second-menu ul#main-nav .menu.submenu li a {
    font-size: 15px;
    line-height: 18px;
    color: #444444;
    padding: 5px 10px;
}

/* end MAIN MENU BAR */
/** SECTION 1 - HOME HERO **/
.section1 {
    position: relative;
    min-height: 500px;
}

.section1:before {
    content: '';
    background: rgba(0, 0, 0, .4);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section1 .heading-content {
    padding-top: 78px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 22px;
}

.section1 .heading-content h3 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.2;
}

.section1 .heading-content h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 300;
    padding: 0;
    margin: 16px 0 22px;
}

.section1 .heading-content p {
    font-size: 22px;
    font-weight: bold;
}

/** end SECTION 1 - HOME HERO **/
/** SECTION 2 **/
.section2.triangle-pattern-right-bottom-blue::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.09;
    width: 0;
    height: 0;
    border-width: 0 0 360px 360px;
    border-style: solid;
}

.section2 .kindofpest-box {
    padding: 30px 27px 23px;
    border: 5px solid #eaeaea;
    margin-top: -130px !important;
    margin-bottom: 20px !important;
    position: relative;
    z-index: 5;
    margin: 0px auto;
    float: none !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.28);
    max-width: 812px;
}

.section2 .kindofpest-box p {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0px 30px;
    padding: 0;
    line-height: 30px;
}

.section2 .kindofpest-box p span {
    font-weight: 700;
}

.banner-contact-form label {
    line-height: .8;
}

.banner-contact-form input,
.banner-contact-form textarea {
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.banner-contact-form textarea {
    height: 173px !important;
}

.section2 .kindofpest-content {
    padding: 55px 0px 70px;
}

.section2 .kindofpest-content h1,
.section2 .kindofpest-content h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
}

.kindofpest-content.text-center h2 {
    text-align: center;
    line-height: 1.1;
    font-size: 37px;
    margin-bottom: 20px;
}

.kindofpest-content.text-center h2 span {
    font-size: 20px;
}

img.maid-logo {
    max-width: 100%;
    height: 116px;
    margin-bottom: 38px;
}

a.maid-link {
    font-size: 18px;
    color: #001e3a;
    font-weight: bold;
}

.section2 .kindofpest-content.text-center p {
    width: 100%;
}

.section2 .kindofpest-content.text-center p {
    width: 80%;
    float: inherit;
    margin: 0 auto 16px;
}

.section2 .kindofpest-content p {
    font-size: 19px;
    width: 90%;
    float: right;
    padding-top: 3px;
    font-weight: 400;
}

a.maid-link {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

/** end SECTION 2 **/
/* SECTION 3 */
.section3 {
    padding: 80px 0px;
}

.section3 .control-box {
    text-align: center;
}

.section3 .control-grid {
    border-radius: 100%;
    width: 145px;
    margin: 0px auto;
    position: relative;
    height: 145px;
    vertical-align: middle;
}

.section3 .control-grid img {
    width: 73px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(50%, -50%);
    -webkit-filter: grayscale(100%);
}

.section3 .control-box h2 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    margin: 40px 0 28px 0;
}

.section3 .control-box p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    min-height: 130px;
}

.section3 .control-box a {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: 18px;
}

.section3 .control-box a i {
    font-size: 16px;
    margin-left: 9px;
}

.section3 .control-box a:hover,
.section3 .control-box a:focus {
    opacity: 0.7;
    text-decoration: none !important;
    color: #fff;
}

/* end SECTION 3 */
/* SECTION 4 */
.section4 {
    padding: 80px 0px;
}

.section4.triangle-pattern-top-left::before {
    left: 0;
    content: "";
    position: absolute;
    right: initial;
    bottom: inherit;
    opacity: 0.2;
    top: 0;
    width: 0;
    height: 0;
    border-width: 335px 360px 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
}

.section4 .section4-inner {
    width: 62%;
    margin: 0 auto;
}

.section4 .section4-inner h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section4 .section4-inner h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.2;
    padding: 12px 0px 22px;
}

.section4 .section4-inner h6 {
    font-size: 17px;
    line-height: 1.471;
}

.section4 .section4-inner p {
    font-size: 17px;
    font-style: italic;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 20px;
}

/* end SECTION 4 */
/* SECTION 5 */
.section5 {
    padding: 30px 0px;
}

.section5-inner .cell {
    margin: 0px auto;
}

.section5 .introtext {
    font-size: 25px;
    line-height: 1.04;
    margin-right: 18px;
    padding-top: 16px;
    display: inline-block;
    vertical-align: top;
}

.section5 .main-btnbox {
    display: inline-block;
}

/* end SECTION 5 */
/* SECTION TESTIMONIAL */
.section-testimonial {
    background: #f9f9f9;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 34px;
}

.section-testimonial h3 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin: 0 0 .5rem;
}

/* SECTION TESTIMONIAL */
/* SECTION 7 */
.section7 {
    background-color: #efefef;
    padding: 0px;
}

.section7 .section7-inner {
    overflow: hidden;
}

.section7 .section7-inner .cell .cell-img::before {
    position: absolute;
    content: "";
    left: -126px;
    top: -1px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-width: 50vh 127px 0px 0px;
    border-style: solid;
    border-right-color: #efefef;
}

.section7 .section7-inner .cell {
    padding: 40px 0px;
}

.section7 .section7-inner h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    margin-right: 17%;
    line-height: 72px;
    padding: 0;
    margin-bottom: 0;
}

.section7-inner .cell:first-child {
    padding: 0px 0px 0 10%;
}

.section7 .section7-inner .cell:first-child h2 {
    padding-top: 27px;
}

.section7 .cell:nth-child(2) {
    position: relative;
    padding-left: 25px;
}

.section7-inner img {
    padding: 0px 68px 0 0;
    max-width: 235px;
}

/* end SECTION 7 */
/* SECTION 8 */
.section8 {
    padding: 0px 0px 50px;
}

.section8-padding {
    padding: 53px 0px 0;
}

.section8 .cell {
    padding: 45px;
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.section8 h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.section8 .description {
    margin: 0px auto;
    max-width: 465px;
    padding: 20px 0px;
}

.section8 p {
    font-size: 17px;
    line-height: 1.471;
}

.section8 a {
    font-size: 18px;
    color: #4a4a4a;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.5s ease;
    font-weight: 600;
}

.section8 a:hover,
.section8 a:focus {
    text-decoration: none !important;
    color: #a292e4;
}

.section8 a i {
    font-size: 18px;
    margin-left: 9px;
    vertical-align: top;
    margin-top: 3px;
}

/* end SECTION 8 */
/* SECTION 9 */
.section9 {
    height: 500px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
    text-shadow: 2px 2px 8px #000;
}

.section9 .overlay-section {
    height: 100%;
}

.section9-inner {
    padding: 50px 0 0px;
    text-align: center;
}

.section9-width {
    max-width: 800px;
    padding: 0 25px;
    margin: 0px auto;
}

.section9-width h2,
.section9-width h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.2;
}

.section9 p {
    font-size: 18px;
    line-height: 1.444;
    margin: 0px auto;
    padding: 32px 0px;
}

.section9 a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.5s ease;
    font-weight: 600;
    padding: 10px 0px;
    float: right;
}

.section9 a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

.section9 a i {
    font-size: 16px;
    margin-left: 9px;
    vertical-align: middle;
}

/* end SECTION 9 */
/* SECTION 10 */
.section10 {
    padding: 40px 0px;
}

.section10 .contact-left h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: center;
    ;
    line-height: 1.2;
}

.section10 .contact-left p,
.section10 .contact-left p span,
.section10 .contact-right p {
    font-size: 17px;
    line-height: 1.471;
}

.section10 .contact-left .contact-info {
    float: left;
    width: 100%;
    border-bottom: 0.5px solid #979797;
    padding: 25px 0px;
}

.section10 .contact-left .contact-info:last-child {
    border: none;
}

.section10 .contact-left .contact-img {
    float: left;
    width: auto;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 3px;
}

.section10 .contact-left .contact-img i {
    margin-top: 0;
    position: relative;
    top: -3px;
}

.section10 .contact-left .contact-text {
    width: 93%;
    float: right;
}

.section10 .contact-left .contact-text .contact-loc {
    width: 65%;
    float: left;
}

.section10 .contact-left .contact-text .contact-loc p {
    font-size: 17px;
}

.section10 .contact-left .contact-text .contact-phn a {
    font-size: 17px;
    font-weight: 700;
}

.section10 .contact-left .contact-text .contact-phn a:hover {
    text-decoration: none;
}

.section10 .contact-left .contact-text .contact-phn i {
    font-size: 20px;
    padding-right: 12px;
}

.section10 .contact-right {
    background-color: #ffffff;
    padding: 20px 0px 0;
}

.section10 .contact-right .cell {
    padding-bottom: 10px;
}

/* end SECTION 10 */
/* CONTACT FORM */
form.wpcf7-form .cell {
    padding-left: 14px;
    padding-right: 14px;
}

.contact-right h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.contact-right p {
    text-align: center;
}

.contact-right form {
    padding: 32px 0px;
}

.contact-right form input {
    height: 48px;
    border-color: #979797;
    border-radius: 4px;
    margin-bottom: 10px;
}

.contact-right form textarea {
    height: 145px;
    border-color: #979797;
    border-radius: 4px;
    margin-bottom: 0px;
}

.contact-right label p {
    font-size: 12px;
    float: left;
    line-height: 1.2;
    padding-top: 10px;
}

.contact-right label p a {
    color: #52448c;
}

.contact-right form input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit,
.primary-btn {
    width: 287px;
    height: 59px;
    padding: 0;
    border-radius: 0px;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4A4A4A !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4A4A4A !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4A4A4A !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4A4A4A !important;
    opacity: 1;
}

/* end CONTACT FORM */
/* SECTION 11 - TRUSTED PARTNERS */
.section11 {
    padding: 45px 0px 60px;
}

.section11-inner {
    padding-top: 34px;
}

.bg-section11 {
    padding: 45px 0px 90px;
}

.section11 h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    width: 100%;
}

/* end SECTION 11 - TRUSTED PARTNERS */
/* SINGLE PAGE */
.clear-fix {
    clear: both;
}

.article-header {
    padding-top: 41px;
    padding-bottom: 29px;
}

.single-title {
    font-size: 46px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}

.primary-color-tringle-right::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 0 0 141px 141px;
    border-style: solid;
    opacity: .2;
}

.section-space {
    padding: 50px 0px;
}

.sidebarl-section p,
.sidebarl-section ul li span {
    font-size: 16px;
    line-height: 25px;
    color: #707070;
    padding-bottom: 15px;
}

.sidebarl-section h1 {
    font-size: 30px;
    font-weight: bold;
}

.sidebarl-section h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0px;
}

.sidebarl-section ul {
    margin-bottom: 30px;
}

.sidebarl-section ul li {
    font-size: 16px;
    padding: 4px;
    line-height: 1.4;
    color: #707070;
    justify-self: center;
    vertical-align: middle;
}

.sperate-section hr {
    border: 4px solid #63428D;
}

.single-sub-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 32px;
}

.single-content p {
    margin-bottom: 37px;
}

.single-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.sharing-post {
    padding: 90px 0 55px 0;
}

.sharing-post #share-buttons {
    font-size: 18px;
    font-weight: bold;
}

.sharing-post #share-buttons a {
    padding: 0 6px;
}

.sharing-post footer.article-footer {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}

/* BLOG MAIN PAGE */
.box-shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.image-section .image {
    height: 180px;
    background-size: cover;
    width: 100%;
}

.content-section {
    padding: 8px 10px 12px;
    background: #fff;
}

.content-section .article-header-blog {
    height: 100px;
    line-height: 60px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-section .article-header-blog .title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.article-header-blog .title a {
    transition: all 0.5s ease;
}

.content-section .content-blurb-blog {
    padding-bottom: 56px;
    position: relative;
}

.content-section .content-blurb-blog p {
    font-size: 14px;
}

.content-section .readmore-btn-blog {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    margin-bottom: 15px;
}

.content-section .readmore-btn-blog a {
    transition: all 0.5s ease;
}

.content-section .readmore-btn-blog a .continue {
    font-size: 17px;
    font-weight: 600;
}

.mb-30 {
    margin-bottom: 30px;
}


/* FOOTER  */
.main-footer,
.sub-footer {
    float: left;
    width: 100%;
}

.footer nav {
    float: right;
    margin-top: 85px;
    text-align: right;
}

ul#footer-links {
    margin-right: -8px;
}

ul#footer-links li a {
    color: #ffffff;
    font-size: 20px;
}

#social-media {
    margin-top: 15px;
}

#social-media a i {
    color: #fff;
    font-size: 22px;
    padding-right: 10px;
    vertical-align: middle;
    margin: 0 5px;
}

p.source-org.copyright {
    color: #ffffff;
    font-size: 15px;
    margin-top: 50px;
    margin-left: 20px;
    font-weight: 300;
    margin-bottom: 32px;
}

/* MOBILE TESTIMONIAL*/
.footer-testimonial-mobile {
    margin: 25px;
}

/* end MOBILE TESTIMONIAL*/
/* INTERIOR FOOTER LOCATION */
#footerLocation {
    padding-top: 74px;
    padding-bottom: 79px;
}

#footerLocation p {
    font-size: 17px;
}

/* end INTERIOR FOOTER LOCATION */
/* LEARNING CENTER TEMPLATE */
.learning-center h1.sub-head {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 650;
}

.learning-center .subp-tag {
    font-size: 17px;
    font-family: 'open sans', sans-serif !important;
    line-height: 25px;
    padding: 18px 0px;
}

.learning-center .leaning-imagegrid {
    width: 134px;
    height: 134px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    display: flex;
}

.learning-center .leaning-imagegrid img {
    max-width: 60px;
    width: auto;
    justify-self: center;
    align-self: center;
}

.learning-center .leaning-leftcontent h3 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 27px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.learning-center .leaning-leftcontent p {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 10px 0;
}

.learning-center .learningsec-space {
    padding: 50px 0px;
    border-bottom: 1px solid #dbdbdb;
}

.learning-center .learningsec-space:last-child {
    border-bottom: none;
}

.learning-center .link {
    font-size: 17px;
    text-transform: capitalize;
}

.learning-center .link i {
    font-size: 14px;
}

.learning-center .link ul {
    margin: 0;
}

.learning-center .link ul li {
    list-style: none;
    margin-bottom: 12px;
}

/* end LEARNING CENTER TEMPLATE */
/* SIDEBAR  */
#sidebar1 .menu-top-services-container {
    display: inline-block;
    margin-bottom: 85px;
}

#sidebar1 .post-top-side {
    margin-top: 45px;
}

.sidebar {
    padding-top: 3px;
}

.sidebar .widget {
    margin-bottom: 146px;
}

/* GOOGLE REVIEW SIDEBAR WIDGET  */
#sidebar1 h4.widgettitle {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    background-color: #F9F9F9 !important;
    padding: 25px 25px 15px;
    margin: 0;

}

#sidebar1 .rplg-list2 .rplg-box {
    margin: 0 !important;
    border: none !important;
    padding: 15px 20px 35px !important;
    background: #F9F9F9 !important;
}

/* end GOOGLE REVIEW SIDEBAR WIDGET  */
/* SIDEBAR CONTACT FORM */
.sidebar-contact-form {
    border: 1px solid #000;
    border-top: 6px solid;
    padding: 10px;
}

.sidebar-contact-form h3 {
    text-align: center;
}

.sidebar-contact-form .cell {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-contact-form form input.wpcf7-form-control.wpcf7-submit {
    width: 157px !important;
    margin: 20px auto 0;
    float: none;
    display: block;
}

.sidebar-contact-form form textarea {
    height: 140px;
}

.sidebar-contact-form p {
    margin-bottom: 10px;
    width: 100%;
    text-align: center
}

.sidebar-contact-form .cell.btnfrom {
    padding: 0;
}

.sidebar-contact-form h3 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
}

.sidebar-contact-form form.wpcf7-form .cell {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-contact-form .wpcf7-form .wpcf7-form-control {
    border-width: 1px;
}

/* end SIDEBAR CONTACT FORM */
/* SIDEBAR FOR SERVICE AREA */
#text-6 {
    background: #EFEFEF;
    padding: 22px;
    margin-bottom: 90px;
}

#text-6 .widget-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#text-6 .textwidget p {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 19px;
}

#text-6 ul li {
    display: inline-block;
}

#text-6 ul li a:before {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* end SIDEBAR FOR SERVICE AREA */
/* SIDEBAR MENUS  */
ul#menu-top-services li,
.textwidget ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open sans', sans-serif;
    display: inline;
}

.textwidget ul li {
    font-size: 14px;
    line-height: 17px;
}

ul#menu-top-services li a i,
.textwidget ul li a i {
    padding-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

ul#menu-top-services li,
.sidebar-control-types ul li {
    width: 100%;
}

ul#menu-top-services li a,
.sidebar-control-types ul li a {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    border-left: 2px solid #ffffff;
    color: #4a4a4a !important;
    padding: 15px 5px 15px 15px;
}

ul#menu-top-services li a:before,
.sidebar-control-types ul li a:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 16px;
}

ul#menu-top-services li a i,
.sidebar-control-types .textwidget ul li a i {
    padding-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    color: #4a4a4a !important;
}

ul#menu-top-services li.active a,
ul#menu-top-services li:hover a,
.sidebar-control-types ul li.active a,
.sidebar-control-types ul li:hover a {
    background-color: #EFEFEF;
    border-left: 2px solid #52448C;
    text-decoration: none;
}

/* end SIDEBAR MENU  */
/* PRICING MODULE */
.price-panels {
    margin: 40px 0px;
}

.price-panels .price-grid {
    border: 1px solid #979797;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
    transition: all ease 0.5s;
}

.price-panels .price-grid.price-toppadding {
    margin: 15px 0;
}

.price-panels .price-grid .title {
    line-height: 72px;
}

.price-panels .price-grid .title h3 {
    font-size: 18px;
    padding: 0 8px;
    margin: 0;
    line-height: 24px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.price-panels .price-grid .popular {
    font-size: 15px;
    padding: 6px 0px;
}

.price-panels .price-grid .price-inner {
    padding: 24px 20px 10px;
}

.price-panels .price-grid .price-inner p {
    font-size: 14px;
    padding-bottom: 0;
    margin: 0;
}

.price-panels .price-grid .price-inner p.fine-print {
    font-size: 12px;
    font-style: italic;
}

.price-panels .price-grid .price-inner .starting {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0px;
    font-style: italic;
    color: #4a4a4a;
}

.price-panels .price-grid .price-inner .cost {
    color: #002251;
    font-size: 50px;
    line-height: 35px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.price-panels .price-grid .price-inner .cost span {
    font-size: 24px;
    text-transform: uppercase;
}

.price-panels .price-grid .price-inner a {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 20px;
    transition: all ease 0.5s;
    display: inline-block;
    margin: 20px 0px 2px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}

.price-panels .price-grid .price-inner a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.price-panels .price-grid .price-inner a i {
    font-size: 20px;
    padding-left: 10px;
    vertical-align: middle;
}

/* end PRICING MODULE */
/* SEAL MODULE */
.seal {
    margin-top: 35px;
}

.seal .safety-imp {
    padding: 10px 0px;
}

.seal .safety-imp h5 {
    font-size: 16px;
    font-weight: bold;
}

/* end SEAL MODULE */
/* FAQ MODULE */
.faq-section {
    margin-top: 90px;
}

.faq-section .pest-accordin {
    margin-left: 25px;
}

.faq-section .pest-accordin .accordion-title {
    font-size: 18px;
    font-weight: bold;
    border: none;
    padding: 10px 14px;
}

.faq-section .pest-accordin .accordion-title::before {
    position: absolute;
    top: 50%;
    right: auto;
    margin-top: -.5rem;
    content: '+';
    left: -24px;
    font-size: 22px;
    background: #463A78;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

:last-child:not(.is-active)>.accordion-title,
:last-child>.accordion-content:last-child {
    border: none !important;
}

.faq-section .pest-accordin .accordion-content {
    padding: 0px 13px;
    border: none;
}

.faq-section .pest-accordin .accordion-content p {
    padding: 0;
    margin: 0;
}

/* end FAQ MODULE */
/* BUG SECTION  & BLOG SECTION */
.bugs-section {
    padding: 60px 0;
}

.bugs-section h3,
.blog-post-news-bug h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.bugs-section h1,
.blog-post-news-bug h1 {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 28px;
}

.bugs-section p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.bugs-section .padding-top-bug {
    padding-top: 45px;
}

.bugs-section .control-grid {
    border-radius: 100%;
    width: 145px;
    margin: 0px auto;
    position: relative;
    height: 145px;
    vertical-align: middle;
}

.bugs-section .control-grid img {
    width: 66px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(59%, -50%);
    -webkit-filter: grayscale(100%);
}

.bugs-section h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.bugs-section .view-all-btn a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.bugs-section .view-all-btn {
    margin-top: 50px;
}

.blog-post-news-bug {
    padding: 74px 0 84px;
}

.blog-post-news-bug h1 {
    margin-bottom: 64px;
}

.blog-post-news-bug h3.blog-title-pc {
    font-size: 24px;
    margin: 32px 0 26px 0;
    font-weight: normal;
}

/* end BUG SECTION  & BLOG SECTION */

.footerlogo img {
    width: 200px;
}

.header .w-100.top-bar-left {
    padding: 7px 0;
}

.topbar-inner a.top-read-reviews {
    color: #fff;
    text-decoration: underline;
}

.control-sec .grid-x .cell {
    margin-bottom: 40px;
}

a.maid-link,
img.maid-logo {
    position: relative;
    z-index: 66;
}

/*************media query start ********************/
@media (min-width:640px) {
    .control-sec .grid-x .cell:nth-child(4) {
        margin-left: 18%;
        margin-bottom: 0px;
    }

    .control-sec .grid-x .cell:nth-child(5) {
        margin-bottom: 0px;
    }
}

@media (max-width: 1050px) {
    aside#custom_html-3 {
        margin-right: initial;
    }
}

@media screen and (max-width:1024px) {
    .mobileshow {
        display: none;
    }

    .container {
        width: 100% !important;
        padding: 0px 15px;
    }

    .logocls img {
        width: auto;
    }

    .section3 .control-box p {
        min-height: 200px;
    }

    .section4 .section4-inner {
        width: 100%;
    }

    .section4 .section4-inner h1 {
        font-size: 46px;
    }

    .bttn-design-quote {
        display: inline-block;
    }

    .header .top-bar-left,
    .main-footer {
        float: none !important;
        text-align: left !important;
        width: 100%;
    }

    .footerlogo {
        margin: 0px;
    }

    .bugs-section h1,
    .blog-post-news-bug h1 {
        font-size: 40px;
    }

    .blog-post-news-bug .blog-title-pc {
        margin-top: 0px;
    }

    .cell.btnfrom {
        padding: 0;
    }

    ul.social li {
        float: none !important;
        margin: 0 10px !important;
    }
}

@media screen and (max-width:1023px) {
    .section3 .control-box {
        margin: 40px 0;
    }

    .section3 .control-box h2 {
        min-height: auto;
    }

    .section3 .control-box p {
        min-height: 100px;
    }

    .section7-inner img {
        padding: 0px 52px 0 0;
        max-width: 194px;
    }

    .sidebarl-section .price-grid {
        width: 80% !important;
        position: relative;
        margin: 30px auto !important;
    }
}

@media (max-width:854px) {
    .googlerievewhead h3 {
        font-size: 14px
    }

    .googlerievewhead p {
        font-size: 13px;
        margin-top: 3px;
    }

    .topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu a {
        font-size: 15px;
        font-weight: bold;
    }

    .second-menu ul#main-nav li a {
        font-size: 14px;
    }

    .second-menu.nav-triangle-pattern::after {
        display: none;
    }

    .nav-triangle-pattern::after {
        display: none;
    }

    .section3 .control-box p {
        min-height: 120px;
    }

    .section7-inner img {
        padding: 15px 21px;
        max-width: 172px;
    }

    .section9 {
        height: auto;
    }

    .section9-inner {
        padding: 50px 0;
        text-align: center;
    }

    .horizontal-footer-address .contact-text {
        width: 89%;
    }

    .horizontal-footer-address p {
        font-size: 15px;
    }

    .leaning-imagegrid {
        width: 98px;
        height: 98px;
    }

    .leaning-imagegrid img {
        max-width: 44px;
        width: auto;
    }
}

@media screen and (max-width:767px) {
    .section2 .kindofpest-content.text-center p {
        width: 100%;
    }

    .kindofpest-content.text-center h2 {
        font-size: 30px;
    }

    .mobilehide {
        display: none;
    }

    .mobileshow {
        display: block;
    }

    .second-menu {
        display: none;
    }

    ul#offcanvas-nav {
        width: 100%;
    }

    ul#offcanvas-nav.accordion-menu a {
        font-weight: bold;
    }

    ul#offcanvas-nav.accordion-menu a:hover {
        color: inherit;
    }

    ul#offcanvas-nav.accordion-menu .submenu {
        margin-left: 15px;
    }

    .accordion-menu a {
        text-transform: uppercase;
    }

    /*HEADER*/
    header .show-for-small-only {
        display: block !important;
    }

    .logo-section {
        max-height: 100px;
        display: inline-block;
    }

    .logo-section .logocls {
        padding: 5px 0;
        max-height: 100px;
    }

    .logocls .desktopv {
        display: none;
    }

    .logocls .top-bar-right {
        float: right;
        width: 50%;
    }

    .logocls ul.menu {
        float: right;
        padding-top: 5%;
    }

    .single-title {
        font-size: 34px;
    }

    /* HERO */
    .section1 {
        min-height: 400px;
    }

    .section1 .heading-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section1 .heading-content h1 {
        font-size: 40px;
        margin: 12px 0;
    }

    .section1 .heading-content h3 {
        font-size: 25px;
        text-align: center;
    }

    /* HERO FORM */
    .kindofpest-box p {
        font-size: 28px;
        line-height: 34px;
        margin: 0px auto 42px;
    }

    /* BELOW FORM */
    .section2 .kindofpest-content {
        padding: 50px 0px;
    }

    .section2 .kindofpest-content .columns {
        width: 100% !important;
    }

    .section2 .kindofpest-content h1 {
        font-size: 30px;
        text-align: left;
    }

    .section2 .kindofpest-content p {
        margin-right: 0px;
        float: left;
    }

    /* SECTION 3 */
    .section3 {
        padding: 50px 0px;
    }

    .section3 .control-box p {
        min-height: auto !important;
        margin: 0 0 15px;
    }

    /* SECTION 4 */
    .section4-inner .max-width {
        width: 100%;
    }

    .section4-inner h2 {
        font-size: 40px;
        padding: 12px 0px 24px;
        margin: 0px auto;
    }

    .section4-inner h4 {
        font-size: 22px;
    }

    /* SECTION 5 */
    .section5 .introtext {
        font-size: 25px;
        line-height: 1.2;
    }

    .testi-btn.desktophide.mobileshow {
        margin: 60px 0 20px;
        font-size: 17px;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .section-testimonial h2 {
        font-size: 40px;
    }

    /* SECTION 7 */
    .section7 .cell {
        text-align: center;
    }

    .section7-inner .cell:first-child {
        padding: 30px 0px;
    }

    .section7-inner .cell:first-child h2 {
        padding: 0 25px;
        padding-top: 0 !important;
        text-align: center;
        margin: 0;
    }

    .section7-inner img {
        padding: 10px;
    }

    /* SECTION 8*/
    .section8 .container {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .section8 .grid-x:first-child {
        order: 2;
        -webkit-order: 2;
    }

    .section8 .grid-x:last-child {
        order: 1;
        -webkit-order: 1;
        margin: 40px 0;
    }

    .section8 .cell:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .section8 img {
        margin: auto;
        float: none;
        display: block;
    }

    /* SECTION 9*/
    .section9 {
        background-position: 45% 35%;
        height: auto;
    }

    .section9-inner {
        padding: 50px 0;
        text-align: center;
    }

    .section9-inner .section9-width {
        text-align: center;
    }

    .section9 a {
        float: none;
    }

    /* SECTION 10 */
    .section10 {
        padding: 50px 0px;
    }

    .contact-left h3 {
        padding-top: 0;
    }

    .contact-phn i,
    .contact-phn span {
        padding-right: 0px;
    }

    .contact-loc {
        width: 100%;
    }

    /* FOOTER */
    .main-footer nav {
        display: flex;
        flex-direction: column;
        float: none;
    }

    .main-footer nav #footer-links {
        order: 2;
        padding: 30px 0px;
    }

    .main-footer nav ul#footer-links li {
        width: 100%;
        text-align: center;
    }

    .main-footer nav #social-media {
        text-align: center;
    }

    .footerlogo {
        float: none !important;
        text-align: center;
    }

    p.source-org.copyright {
        text-align: center;
    }

    /* LEARNING CENTER TEMPLATE */

    /* LOCAL AREA ADDRESS */
    .horizontal-footer-address .contact-text {
        width: 87%;
    }

    #blog h2 {
        font-size: 35px;
        margin: 35px 0;
    }

    #blog .content-section .article-header-blog {
        height: auto;
        line-height: 24px;
    }
}

@media screen and (min-width:640px) and (max-width:792px) {
    .blog .grid-margin-x>.cell.medium-4.box-shadow {
        width: calc(50% - 1.875rem);
    }
}

/* SMALL MOBILE */
@media screen and (max-width: 639px) {
    .primary-color-tringle-right::after {
        display: none;
    }

    .pest-control .mobile-version {
        display: block;
    }

    .learning-center .leaning-imagegrid {
        margin: 0 auto;
    }

    .link-columns {
        margin: 25px 15px 0;
    }

    .link-columns .link {
        padding: 0 15px 0 !important;
    }

    .googlerievewhead {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .googlerievewhead p {
        text-align: center;
        margin: 0;
    }

    .googlerievewhead ul.stars {
        margin-left: 0;
    }

    .googlerievewhead ul.stars li {
        font-size: 12px;
    }

    .googlerievewhead ul.stars li i {
        margin-top: 5px;
    }

    .topbar-rightsection a,
    .googlerievewhead h3,
    .googlerievewhead ul.stars,
    .googlerievewhead p {
        display: inline;
        float: none;
        vertical-align: middle;
    }

    .seal .safety-imp img {
        max-height: 150px;
        margin-bottom: 35px;
    }

    /* MAIN CONTENT ON SUB PAGE WITH SIDEBAR */
    .sidebarl-section .price-inner p {
        font-size: 18px;
    }

    /*LEARNING CENTER*/

    /* BUG SECTION*/
    .bugs-section h1,
    .blog-post-news-bug h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .bugs-section h4 {
        margin-bottom: 25px;
    }

    /*BLOG */
    .single .single-content {
        display: flex;
        flex-direction: column;
        float: none;
    }

    .single .single-content #sidebar1 {
        order: 2;
        padding: 30px 0px;
    }

    .blog-post-news-bug .blog-title-pc {
        font-size: 20px;
        margin-top: 25px;
    }
}

@media screen and (max-width:530px) {

    .topbar-rightsection .menu-top-bar-container ul#menu-top-bar.menu a,
    #menu-top-bar a,
    .topbar-rightsection a {
        padding: 4px 12px;
        margin-top: 10px;
        font-size: 13px;
        font-weight: bold;
    }

    .kindofpest-box p {
        font-size: 22px;
    }

    .kindofpest-content h1 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .contact-right h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    .sidebarl-section h1 {
        font-size: 20px;
    }

    .sidebarl-section h3 {
        font-size: 20px;
    }

    .right-add {
        width: 100%;
        float: left;
        padding: 8px;
    }

    .request-btns {
        float: left !important;
        width: 100%;
    }
}