/*variables*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --primary-font: "Poppins", serif;
    --white: #ffffff;
    --black: #000000;
    --half-black: rgba(0, 0, 0, 0.5);
    --half-white: rgba(255, 255, 255, 0.6);
    --primary-bg: #f0f0f0;
    --primary-color: #4EA62E;
    --secondary-color: #212121;
    --grey-color: #D9D9D9;
    --radius-5: 5px;
    --radius-10: 10px;
    --radius-12: 12px;
    --radius-15: 15px;
    --radius-20: 20px;
    --inherit: inherit;
    --smooth: smooth;
    --absolute: absolute;
    --relative: relative;
    --fixed: fixed;
    --static: static;
    --center: center;
    --right: right;
    --left: left;
    --normal: normal;
    --flex: flex;
    --none: none;
    --block: block;
    --inline-block: inline-block;
    --inline-flex: inline-flex;
    --hidden: hidden;
    --full: 100%;
    --no-repeat: no-repeat;
    --hover-transition: 0.5s all;
    --auto: auto;
    --cover: cover;
    --contain: contain;
    --border-box: border-box;
    --primary-border: 1px solid #4EA62E;
    --secondary-border: 1px solid #e3e3e3;
    --zero: 0;
    --fs-10: 1rem;
    --fs-11: 1.1rem;
    --fs-12: 1.2rem;
    --fs-13: 1.3rem;
    --fs-14: 1.4rem;
    --fs-15: 1.5rem;
    --fs-16: 1.6rem;
    --fs-17: 1.7rem;
    --fs-18: 1.8rem;
    --fs-19: 1.9rem;
    --fs-20: 2rem;
    --fs-22: 2.2rem;
    --fs-24: 2.4rem;
    --fs-25: 2.5rem;
    --fs-26: 2.6rem;
    --fs-28: 2.8rem;
    --fs-30: 3rem;
    --fs-32: 3.2rem;
    --fs-34: 3.4rem;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
}

* {
    padding: var(--zero);
    margin: var(--zero);
    box-sizing: var(--border-box);
    -webkit-text-decoration: var(--none);
    text-decoration: var(--none);
    font-family: var(--primary-font);
}

/*  */
body {
    padding-top: 0;
    line-height: 1;
    background: url(images/main-bg.jpg);
}

body.home {
    background: transparent url(images/topbkg.jpg) no-repeat scroll top center;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #555;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Droid Sans', arial, serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h1,
h2 {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 15px;
    padding: 0 0 5px;
}

h3 {
    font-size: 18px;
}

footer {
    height: 73px;
    border: none;
    clear: both;
    font-size: 15px;
    color: #FF0;
    overflow: hidden;
    padding: 15px 0;
    margin-top: 30px;
    text-transform: uppercase;
    background: url(images/footer-bg.png) repeat-x;
}

a,
a:visited {
    color: #008dcf;
    text-decoration: none;
}

a:hover {
    color: #008dcf;
}

#footer a,
#footer a:visited {
    color: #ffffff;
}

#footer a:hover {
    color: #008dcf;
    text-decoration: none;
}

#footer .wrap {
    width: 967px;
    margin: 14px auto 0;
}

#footer p {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 14px;
    text-align: center;
    color: #FF0;
}

.visa_offer {
    display: block;
    background: #89c71e;
    width: 100%;
    height: 30px;
    margin-bottom: 1px;
    color: #fff;
}

.visa_marquee {
    width: 967px;
    margin: 0 auto;
}

.visa_marquee p {
    background-position: right;
    background-repeat: no-repeat;
    color: #FFF;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    text-align: center;
}

.visa_marquee p span {
    padding-right: 50px;
}

#header {
    height: 175px;
    overflow: hidden;
}

#header .wrap {
    width: 967px;
    margin: 0 auto;
}

#title-area {
    float: left;
    overflow: hidden;
    padding: 25px 0 0;
    width: 360px;
    display: none;
}

#header .widget-area {
    float: right;
    width: 60%;
    margin-top: 18px;
    line-height: 29px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-align: right;
}

.callquote {
    background: url(images/address-bar-new.png);
    width: 240px;
    height: 145px;
    margin: 0 0 0 307px;
}

.callquote p {
    padding: 5px 3px 0;
    font-size: 15px;
    font-weight: bold;
}

#header .wrap img {
    margin-top: 17px;
}

img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
}

.alignleft {
    float: left;
    margin: 0 10px 0 0;
}

a img {
    border: none;
}

#nav {
    background: url(images/nav-bg.png) repeat-x;
    clear: both;
    color: #eee;
    font-family: 'Droid Sans', arial, serif;
    text-shadow: #000 1px 1px;
    text-transform: uppercase;
    margin: 0;
    box-shadow: none;
    min-height: auto;
    border: none;
    border-radius: 0;
}

#nav .container {
    width: 967px;
    padding: 0;
}

#nav li a,
#nav li.home a {
    background: url(images/separator.png) no-repeat right;
    color: #fff;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px 9px 14px;
    position: relative;
    text-decoration: none;
    text-shadow: #000 1px 1px;
    box-shadow: none !important;
}

#nav li ul {
    height: auto;
    width: 150px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    z-index: 9999;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
    background: none;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-top-width: 0;
    color: #333;
    font-size: 11px;
    padding: 6px 10px 5px;
    position: relative;
    text-shadow: #fff 1px 1px;
    text-transform: none;
    width: 150px;
    white-space: normal;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
    color: #f2f2f2;
    box-shadow: none !important;
}

#nav li li a:hover,
#nav li li a:active {
    background-color: #fff;
    color: #333;
}

#inner {
    margin: 20px auto 0;
    overflow: hidden;
    padding: 0;
    width: 967px;
}

#inner p {
    font-family: 'Asap', sans-serif !important;
    color: #373737;
    font-size: 14px;
    margin-top: 10px;
}

#inner h1 {
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
    color: #456d01;
    line-height: 38px;
    border-bottom: none;
}

#home-top-bg {
    background: url(images/shadow-main.png) no-repeat scroll 0 314px transparent;
    margin: 0 auto;
    padding-bottom: 22px;
    width: 983px;
}

#home-top {
    height: 480px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 967px;
}

#home-top .wrap {
    background-color: #fff;
    border: 1px solid #b5fe01;
    overflow: hidden;
    height: 445px;
    width: 967px;
}

.home-top-1 {
    float: left;
    height: 326px;
    overflow: visible !important;
    width: 644px;
}

.home-top-1 .widget {
    margin: 0;
    /*padding: 4px 3px 3px 4px;*/
}

.home-top-1 .widget img {
    height: 445px;
    max-width: 100%;
}

.home-top-2 {
    background: #000;
    float: right;
    height: 480px;
    /* margin: 4px 4px 4px 0; */
    width: 321px;
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 1 0;
}

.gform_footer input[type="submit"] {
    margin-top: 35px
}


#content-sidebar-wrap {
    float: left;
    width: 720px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 900px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 967px;
}

#content {
    float: left;
    width: 420px;
}

.full-width-content #content {
    background: url(images/widget-shadow.png) no-repeat scroll 0 bottom;
    min-height: 327px;
    width: 967px;
}

#home-middle {
    clear: both;
    overflow: visible;
    width: 967px;
}

.home-middle-1 {
    float: left;
    width: 309px;
    background: #000 repeat;
    border: 3px solid #b5fe01;
    margin-right: 15px;
    padding: 13px 18px;
    margin-top: 10px;
    height: 290px;
}

.featuredpage,
.featuredpost {
    clear: both;
    overflow: hidden;
}

.home-middle-1 .featuredpage,
.home-middle-2 .featuredpage,
.home-middle-3 .featuredpage {
    overflow: visible !important;
}

.home-middle-1 h4 {
    color: #b5fe01;
    text-align: center;
    font-weight: bold;
}

.home h4,
.widget-area h4 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 4px 15px;
    text-transform: uppercase;
}

.home h4 {
    padding: 0 !important;
}

.featuredpage .page,
.featuredpost .post {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.home-middle-1 img,
.home-middle-2 img,
.home-middle-3 img {
    border: none !important;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background: #fff;
    border: 4px solid #eee;
    margin: 0 0 5px;
    padding: 1px;
    width: 270px;
}

#home-middle p {
    font-family: 'Asap', sans-serif !important;
    color: #b5fe01;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 1px;
}

#home-middle .more-link {
    background: #d5fb03;
    color: #000;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 77px;
    margin-left: 40px;
}

.home-middle-1 span,
.home-middle-2 span,
.home-middle-3 span {
    background: #d5fb03;
    color: #000;
    float: right;
    font-family: 'Asap', sans-serif !important;
    font-size: 11px;
    margin-top: -28px;
    padding: 4px;
    width: 110px;
    text-align: center;
    display: block;
    margin-right: 30px;
}

.home-middle-2 {
    float: left;
    width: 309px;
    background: #000 repeat;
    border: 3px solid #b5fe01;
    padding: 13px 18px;
    margin-top: 10px;
    height: 290px;
}

.home-middle-2 h4 {
    color: #b5fe01;
    text-align: center;
    font-weight: bold;
}

.home-middle-3 {
    float: right;
    width: 309px;
    background: #000 repeat;
    border: 3px solid #b5fe01;
    margin-top: 10px;
    padding: 13px 18px;
    height: 290px;
}

.home-middle-3 h4 {
    color: #b5fe01;
    text-align: center;
    font-weight: bold;
}

#footer-widgets {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    clear: both;
    font-size: 12px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 4px;
    width: 959px;
}

#footer-widgets .wrap {
    margin: 0 auto;
    width: 967px;
}

.footer-widgets-1 {
    float: left;
    padding: 40px;
    width: 949px;
    background: url(images/footer-widget-bg.png) no-repeat;
}

.footer-widgets-2 {
    float: left;
    width: 280px;
}

.footer-widgets-3 {
    float: right;
    width: 280px;
}

#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets h4 {
    font-size: 40px;
    color: #fff;
    padding: 0 !important;
    font-family: 'Oswald', sans-serif;
}

#footer-widgets .textwidget {
    margin-top: 30px;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

.content-sidebar #content,
.sidebar-content #content {
    width: 600px;
}

.sidebar {
    display: inline;
    float: right;
    font-size: 13px;
    line-height: 20px;
    width: 270px;
}

.sidebar {
    padding: 4px;
    width: 316px !important;
    background: #ffffff;
    border: 1px solid #D2D2D2;
}

.sidebar .widget {
    margin: 0 !important;
}

.sidebar .widget-wrap {
    background: #0C224B url(images/sidebar-bg.jpg) no-repeat top;
    padding: 20px;
}

#sidebar h4 {
    padding: 0 0 11px !important;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-family: 'Oswald', sans-serif;
    line-height: 32px;
}

.sidebar .textwidget {
    color: #ffffff !important;
    font-family: 'Asap', sans-serif !important;
}

#content p {
    padding: 0 0 15px;
}

#content p {
    font-family: 'Asap', sans-serif !important;
    font-size: 14px;
}

.post-meta {
    border-top: 1px dotted #ccc;
    clear: both;
    font-size: 11px;
    padding: 5px 0 0;
    text-transform: uppercase;
    font-weight: normal;
}

.categories {
    margin: 0 0 0 3px;
    padding: 3px 0 2px 22px;
}

.tags {
    margin: 0 0 0 3px;
    padding: 3px 0 2px 22px;
}

.post-info {
    font-size: 11px;
    margin: -5px 0 15px;
    text-transform: uppercase;
}

.full-width-content #content.contact {
    background: none !important;
}

.home-top-2 .widget-wrap {
    padding: 15px;
}

.home-top-2 h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    text-align: center;
    height: 67px;
    color: #b5fe01;
    text-shadow: none !important;
    background: url(images/form-separator.png) no-repeat bottom center;
}

#home-top h4 {
    color: #b5fe01;
    font-size: 20px;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 12px;
}

.gform_wrapper {
    overflow: inherit;
    margin: 10px 0;
    max-width: 100%;
}

.gform_wrapper form {
    text-align: left;
}

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
    padding: 0 !important;
}

div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
    background: url(images/button.png);
    border: 1px solid #2bc2f7;
    color: #fff;
    cursor: pointer;
    font-family: 'Droid Sans', arial, serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 6px;
    text-decoration: none;
    text-shadow: #0b87d9 1px 1px;
    text-transform: uppercase;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
    border: none !important;
    border-radius: 0 !important;
    background: url(images/submit-bg.png) no-repeat;
    width: 174px;
    height: 37px;
    margin: 6px 0 0 0px;
    padding-bottom: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
    font-size: 17px !important;
    text-shadow: none !important;
}

.gform_wrapper li,
.gform_wrapper form li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    overflow: visible;
}

.gform_wrapper li,
.gform_wrapper form li {
    margin-left: 13px !important;
    width: 255px;
    list-style-type: none;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 0 0 10px;
}

.gform_wrapper ul li.gfield {
    clear: both;
}

.gform_wrapper ul.right_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.left_label li {
    margin-bottom: 14px;
}

.gform_wrapper li.gfield div.ginput_container {
    margin-top: 8px !important;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #999;
    font-family: 'Droid Sans', arial, serif !important;
    font-size: 12px !important;
    padding: 4px 1px !important;
}

.gform_wrapper input {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 2px 0 2px 0;
    letter-spacing: normal;
}

body .gform_wrapper .gform_body .gform_fields .gfield input {
    width: 262px;
    color: #555 !important;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
    color: #fff;
    font-family: 'Droid Sans', arial, serif !important;
    font-size: 12px !important;
    padding: 4px 1px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    background: #D83C16 !important;
    width: 266px !important;
    border: none !important;
}

.let {
    overflow: hidden;
    clear: both;
}

.let .home-top-2 {
    float: left;
}

.rgc-featured-image {
    margin-top: 30px;
}

#switch {
    margin-right: 16%;
    margin-left: 16%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#switch {
    margin-top: 15px;
    margin-bottom: -15px;
}

#switch div {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    text-align: center;
    position: relative;
    font-weight: bold;
    height: 24px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, .5);
    line-height: 95%;
    font-size: 90%;
}

#switch .on {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 4px;
    width: 50%;
}

#switch .active {
    color: rgba(255, 255, 255, .9);
    border-style: none;
}

.dots li.active,
#switch .active {
    background-color: #35c4ff;
}

#switch .off {
    border-left: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 4px;
    width: 50%;
}

ul.social-links-wrap {
    margin-right: 3%;
    margin-left: 3%;
}

.social-links-wrap li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
}

li .social-footer-badges {
    background-color: rgba(255, 255, 255, .9);
    -webkit-border-radius: 44px;
    border-radius: 44px;
    font-size: 120%;
    -webkit-box-shadow: inset rgba(255, 255, 255, .4) 0px 1px 0px;
    box-shadow: inset rgba(255, 255, 255, .4) 0px 1px 0px;
    text-shadow: none;
    border-style: solid;
    border-width: 1px;
    line-height: 2em;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
}

.back-to-top {
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 50px;
    font-size: 80%;
    font-weight: normal;
    font-style: normal;
}

.mobile-widget {
    display: none;
}

.wptouch-mobile-switch {
    text-align: center;
}

.navbar-toggle h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font: 200% 'fontello', sans-serif;
    color: #000;
    font-weight: bold;
    padding: 18px;
    border: none;
}

.mobile .mobile-widget {
    display: block;
}

.wptouch-mobile-switch {
    display: none;
}

.mobile-version {
    background: #f9f9f8;
    width: 100%;
    overflow-x: hidden;
}

.mobile-version .wptouch-mobile-switch {
    display: block;
}

.mobile-version .wptouch-desktop-switch,
.mobile-version .home-top-2,
.mobile-version .visa_offer,
.mobile-version .footer-widgets,
.mobile-version #sidebar,
.mobile-version #header,
.mobile-version #footer {
    display: none;
}

.mobile-version #content {
    width: auto;
    float: none;
}

.mobile-version .home-top-1 {
    width: auto;
    float: none;
    height: auto;
}

.mobile-version .home-top-2 {
    margin: 0 auto;
    float: none;
}

.mobile-version #nav {
    background: none;
}

.mobile-version #nav .container {
    padding: 0 15px;
}

.navbar-header {
    text-align: center;
}

.mobile-version .navbar-toggle {
    float: none;
    margin: 10px auto;
    border: none;
}

.mobile-version #nav li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.mobile-version #nav li a {
    display: block;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 32px;
    background: none;
    color: rgba(0, 0, 0, .65);
    text-shadow: rgba(255, 255, 255, .3) 0 1px 0;
}

.mobile-version #nav .container,
.mobile-version #home-top-bg,
.mobile-version #home-top,
.mobile-version #home-top .wrap,
.mobile-version #inner,
.mobile-version #content-sidebar-wrap {
    width: 100% !important;
}

.mobile-version #home-top-bg {
    background: none;
    padding-bottom: 0;
}

.mobile-version #home-top {
    height: auto;
    padding: 0;
}

.mobile-version #home-top .wrap {
    border: none;
    height: auto;
}

.mobile-version .home-top-1 .widget {
    margin: 0;
    padding: 0;
}

.mobile-version #content img {
    max-width: 100%;
}

.mobile-version.city-pest .entry-title {
    display: none;
}

.mobile-version.city-pest .entry-content {
    text-align: center;
}

.city-pest #content img {
    display: none;
}

.entry-content h2 {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Droid Sans', arial, serif;
    font-size: 20px;
    line-height: 24px;
}

.entry-content h2 a {
    color: #333;
    font-family: 'Droid Sans', arial, serif;
    font-size: 20px;
    line-height: 24px;
}

.entry-content h2 a:hover {
    color: #008dcf;
    text-decoration: none;
}

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget-area h4 a {
    color: #333;
    text-decoration: none !important;
}

.widget-area ol,
.widget-area ul {
    margin: 5px 0 0;
    padding: 0;
}

.widget-area ul li {
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
    margin: 0 0 3px;
    padding: 0 0 3px 5px;
    word-wrap: break-word;
}

.mobile-version #content .align {
    margin-bottom: 10px;
}

.mobile-version #content {
    padding: 0 20px;
}

.mobile-version #content p {
    font-family: 'Asap', sans-serif !important;
    font-size: 14px;
    text-align: justify;
}

/* New Changes---------- */

* {
    padding: var(--zero);
    margin: var(--zero);
    box-sizing: var(--border-box);
    -webkit-text-decoration: var(--none);
    text-decoration: var(--none);
    font-family: var(--primary-font);
}

html {
    font-size: 62.5%;
    scroll-behavior: var(--smooth);
}

a {
    -webkit-text-decoration: var(--none);
    text-decoration: var(--none);
    color: var(--inherit);
    transition: var(--hover-transition);
}

a:hover {
    color: var(--inherit);
}

.cover {
    width: var(--full);
    height: var(--full);
    -o-object-fit: var(--cover);
    object-fit: var(--cover);
}

button:focus,
button:focus-within,
button:visited {
    outline: var(--none);
    box-shadow: var(--none);
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.primary-heading {
    font-size: 7.91vw;
    color: var(--primary-color);
    font-weight: var(--fw-700);
}

.secondary-heading {
    font-size: 6.53vw;
    color: var(--secondary-color);
    font-weight: var(--fw-700);
}

.quote-input {
    border: var(--secondary-border);
    border-radius: var(--radius-5);
    font-size: 1.2rem;
    font-weight: var(--fw-500);
    color: var(--secondary-color);
    padding: 1.5rem;
}

.quote-input::-moz-placeholder {
    color: var(--grey-color);
}

.quote-input::placeholder {
    color: var(--grey-color);
}

.text-center {
    text-align: var(--center);
}

.text-right {
    text-align: var(--right);
}

.text-left {
    text-align: var(--left);
}

.d-block {
    display: var(--block);
}

.mx-auto {
    margin: var(--auto);
}

.w-full {
    width: var(--full);
}

.top-space {
    margin-top: 4rem;
}

.top-space2 {
    margin-top: 6rem;
}

.box-shadow {
    box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 4px 74px 0px rgba(0, 0, 0, 0.11);
}



.main-wrapper {
    background-color: var(--primary-bg);
    height: var(--full);
    width: var(--full);
  }
  
  .content-container {
    width: var(--full);
    margin: var(--auto);
    padding-right: 2rem;
    padding-left: 2rem;
  }
  
  .main-logo {
    padding-top: 0.5rem;
  }


  .feature-item {
    display: var(--flex);
    align-items: var(--center);
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: var(--radius-12);
    font-size: var(--fs-16);
    font-weight: var(--fw-700);
    width: var(--full);
    max-width: var(--full);
    min-height: 5.2rem;
    margin-bottom: 2rem;
  }
  
  .feature-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 1.2rem 0 0 1.2rem;
    background-color: var(--primary-bg);
    margin-right: 3rem;
    position: var(--relative);
    border: var(--primary-border);
  }
  
  .feature-icon::after {
    position: var(--absolute);
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--primary-color);
    border-radius: var(--full);
    top: 37%;
    left: var(--zero);
    right: var(--zero);
    margin: var(--auto);
  }
  
  .feature-text {
    font-size: var(--fs-14);
    font-weight: var(--fw-500);
  }
  
  .customer-satisfy {
    font-size: var(--fs-14);
    color: var(--secondary-color);
    font-weight: var(--normal);
    margin-top: 0.5rem;
  }
  
  /*pricing*/
  .price-card {
    background-color: rgba(78, 166, 46, 0.2);
    border: var(--primary-border);
    border-radius: var(--radius-12);
    padding: 2rem;
    margin-top: 2rem;
    position: var(--relative);
  }
  .price-card .price {
    font-weight: var(--fw-800);
    font-size: var(--fs-30);
    color: var(--primary-color);
  }
  .price-card .price-tagline {
    color: var(--secondary-color);
    font-size: var(--fs-14);
    margin-top: 0.5rem;
  }
  .price-card::after {
    position: var(--absolute);
    top: var(--zero);
    content: "";
    height: 1rem;
    background-color: #57a639;
    width: var(--full);
    left: var(--zero);
    border-top-right-radius: 1.2rem;
    border-top-left-radius: 1.2rem;
  }
  
  /*Contactform*/
  .city-best-contact-form {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--radius-12);
  }
  .city-best-contact-form .label-input {
    margin-top: 2rem;
  }
  .city-best-contact-form .label-input label {
    font-size: var(--fs-12);
    font-weight: var(--fw-500);
    margin-bottom: 1rem;
  }
  .city-best-contact-form .submit-btn {
    background-color: var(--primary-color);
    border: var(--none);
    border-radius: var(--radius-5);
    padding: 1.4rem;
    font-weight: var(--fw-500);
    font-size: var(--fs-14);
  }
  .city-best-contact-form .captcha {
    margin: 2rem 0;
  }
  
  /*footer*/
  .main-footer {
    background-color: var(--primary-color);
    margin-top: 6rem;
  }
  .main-footer .phone-number {
    font-size: var(--fs-26);
    font-weight: var(--fw-700);
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
  }
  .main-footer .live-expert {
    font-size: var(--fs-16);
    font-weight: var(--fw-500);
    display: var(--flex);
    align-items: var(--center);
    justify-content: var(--center);
    grid-gap: 1rem;
  }
  .main-footer .city-contact-info {
    padding: 2.3rem 2rem;
  }





@media only screen and (min-width: 576px) {
    .for-desk-view {
        max-width: 55rem;
        margin: var(--auto);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .primary-heading {
        font-size: 3.4rem;
    }

    .secondary-heading {
        font-size: 2.8rem;
    }
}