<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Banner Starts*/  
.home-banner-wr {
    position: relative; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 151px 0 247px;
}
.home-banner-wr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(79deg, rgba(21, 22, 22, 0.13) 53%, rgba(21, 22, 22, 0.13) 97%);
    left: 0;
    top: 0;
} 
.home-banner-content {
    position: relative;
    z-index: 1;
}
.home-banner-text {
    margin-left: 60px;
}
.banner-img img {
    width: 100%; 
} 
.home-banner-text h1 {
    text-shadow: 0 7px 6px rgb(0, 0, 0, 0.51);
}
.home-banner-text p {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 5px 6px rgb(0 0 0 / 51%);
    letter-spacing: normal;
    margin-top: 36px;
}
.home-banner-img {
    width: 48%;
} 
.banner-sub-headings {
    margin-top: 42px;
}
.banner-sub-headings h4 {
    margin-top: 30px;
    letter-spacing: normal;
}
.banner-sub-headings h4:first-child {
    margin-top: 0;
}
.banner-btn {
    margin-top: 42px;
}
.home-banner-content .banner-btn a:hover {
    color: #ff0600;
}
/*Banner Ends*/
/*PC Indianapolis Starts*/
.pc-indianapolis-wr {
    padding: 60px 0 54px;
    background-color: #0e26f2;
}
.pc-indianapolis-heading h4 {
    margin-top: 27px;
}
.pc-indianapolis-heading h5 {
    margin-top: 15px; 
    font-weight: 600;  
}
.pc-indianapolis-heading h2, .pc-indianapolis-heading h4, .pc-indianapolis-heading h5 {
    color: #ffffff;
}
/*PC Indianapolis Ends*/
/*Affordable Services Starts*/
.affordable-services-wr {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTYwIDc4MCIgd2lkdGg9Ijk2MCIgaGVpZ2h0PSI3ODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYnYtaWRlbnRpZmVyPSIxIiBidi1iZy1zdHlsZT0iWW1GamEyZHliM1Z1WkRwMWNtd29aR0YwWVRwcGJXRm5aUzl6ZG1jcmVHMXNPMkpoYzJVMk5Da2dibTh0Y21Wd1pXRjBJR05sYm5SbGNpQnNaV1owT3c9PSI+PC9zdmc+) no-repeat center left;
    padding: 215px 0 206px;
    position: relative;   
}
section.affordable-services-wr:before {
    position: absolute;
    content: '';
    background-color: #dddddd;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    left: 0;
}
.affordable-services-left {
    width: 44%;
    margin-left: 40px;
}
.affordable-services-heading h3 {
    letter-spacing: -0.57px;
}
.affordable-services-para {
    width: 89%;
    margin-top: 15px;
}  
.affordable-services-btn {
    margin-top: 8px;
}
.affordable-services-right {
    width: 50.4%;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}    
.affordable-right-heading {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}
.affordable-services-blk:hover .affordable-right-heading {
    top: 41%;
}
.affordable-right-heading h6 a {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
}
.affordable-right-heading h6 a:hover {
    color: #ff0600;
}
.affordable-services-blk {
    padding: 130px 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    text-align: center;
}
.affordable-services-blk::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(21, 22, 22, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}
.affordable-services-blk:hover::after {
    background-color: transparent;
    background-image: linear-gradient(to top,#000,transparent);
}
.affordable-services-right-content {
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 59%;
    max-width: 386px;
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.affordable-services-blk:hover .affordable-services-right-content {
    opacity: 1;
    visibility: visible;
}
.affordable-services-right-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}
/*Affordable Services Ends*/
/*home page css start*/
/*section save money*/
.save-money-offer {
    padding: 100px 0;
}
.save-money-offer-blk {
    width: 91.5%;
    margin: 0 auto;
}
.save-money-right {
    width: 30%;
    padding: 75px 0 0px 28px;
}
.save-money-right h2 {
    color: #000000;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 48px;
}
.save-money-right p {
    font-size: 18px;
    line-height: 30px;
    color: ##;
}
.save-money-right a {
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
    text-transform: capitalize;    
    margin-top: 32px;
    background-image: url('https://bugbaron.com/wp-content/themes/pestcontrolagency/assets/images/View_Saving_Btn_Bg.svg');
    padding-right: 28px;
}
.offers-block-wr {
    width: 70%;   
}
.offers-block:first-child {
    margin-left: 0;
}
.offers-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    width: 46.8%;
}
.offers-block a {
    display: block;
}
.special-card img {
    /*width: 100%;*/
}
.special-card p.expiry-date-home-offers {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
.offers-block:nth-child(2) .special-card p.expiry-date-home-offers {
    color: #ff0600;    
}
/*section save money end*/
/*section map*/
.map-section {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU4IDEyOCIgd2lkdGg9IjE1OCIgaGVpZ2h0PSIxMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYnYtaWRlbnRpZmVyPSIyIiBidi1iZy1zdHlsZT0iIj48L3N2Zz4=);
    text-align: center;
    padding: 82px 0 111px;
    background-position: center;
}
.top-map-headeing h5 {
    font-size: 30px;
    line-height: 35px;  
    margin-bottom: 18px;
}
.top-map-headeing p {
    color: #FFFFFF;
    width: 51%;
    margin: 0 auto 16px;  
}
.area-we-served-map h6{
    font-size: 16px; 
    text-shadow: 0 0 #ffffff;
}
.map-block {
    width: 56.5%;
    margin: 45px auto 0px;
    height: 412px;
}  
.map-block iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
/*section map end*/ 
.footer-content-sec a:hover {
    color: #ff0600;
}
/*home page css end
/*gform*/
.free-estimate-wr {
    background-color: rgb(14, 38, 242, 0.7);
    padding: 14px 0px;
    position: relative;
    margin-top: -106px;
}
.free-estimate-form .gfield_html_formatted:first-child {
    font-size: 20px;
    line-height: 26px; 
    font-weight: 600;
}
.free-estimate-form .gform_footer input {
    background-color: #ff0900;
    font-size: 16px !important;
    line-height: 20px !important; 
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 5px; 
    margin: 0px !important;
    width: 100%;
    padding: 10.5px 10px;
    transition: 0.5s;
}
.free-estimate-form .gform_footer input:hover {
    background-color: transparent;
    border-color: #ff0900;
    color: #ff0900;
}
.free-estimate-form .gform_body.gform-body .gfield {
    display: inline-block;
    width: 13.81%;
    vertical-align: middle;
    margin-left: 23px;
}
.free-estimate-form .gform_body.gform-body .gfield:nth-child(6) {
    width: 24%;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
} 
.free-estimate-form .gform_body.gform-body .gfield:nth-child(6) a:hover {
    color: #2e2e2e;
}
.free-estimate-form .gform_body.gform-body .gfield:nth-child(6) a {
    color: #f42d1a;
}
.free-estimate-form .gform_body.gform-body .gfield:nth-child(6) a:hover {
    color: #ffffff;
} 
.free-estimate-wr .free-estimate-form .gform-body select {
    padding-right: 30px !important;
}     
.free-estimate-form {
    width: 98%;
    margin: 0 auto;
}
.free-estimate-form .gform_body.gform-body .gfield input, .free-estimate-form .gform_body.gform-body .gfield select {
    font-size: 16px;
    line-height: 22px; 
    color: #757575;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 10px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.free-estimate-form .gform_body.gform-body .gfield select {
    background: #ffffff url(https://bugbaron.com/wp-content/themes/pestcontrolagency/assets/images/Down_Arrow.svg) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.free-estimate-form .instruction.validation_message {
    display: none;
}
.free-estimate-form div#gform_1_validation_container h2 span {
    display: none;
}
.free-estimate-form div#gform_1_validation_container {
    position: absolute;
    max-width: 500px;
    margin: 0 auto;
    top: 4px;
    padding: 0 !important;
    box-shadow: unset; 
    left: 0;
    right: 0;
    width: 94%;
}
.free-estimate-form .gform_wrapper.gravity-theme .gform_fields {
    display: block;
}
.free-estimate-form .gform_footer.top_label {
    display: inline-block !important;
    vertical-align: middle;
    width: 10.5%;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}
.free-estimate-form .gform_ajax_spinner {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.free-estimate-form .gform_body.gform-body {
    display: inline-block !important;
    vertical-align: middle;
    width: 86%;
}
.free-estimate-form .gform_footer.top_label:hover input{
    text-decoration: none !important;
}
.free-estimate-form .gform_body.gform-body .gfield:first-child {
    width: 9%;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}
.free-estimate-form .gform_body.gform-body .gfield .gfield_validation_message {
    display: block;
} 
.gform_wrapper .gfield {
    position: relative;
}
.gform_wrapper .gfield_validation_message {
    background: unset;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-top: 0 !important;
    padding: 0px !important;
    box-shadow: unset;
    padding: 8px 16px 8px 48px;
    border: none ;
    color: #ff0000 !important;
}
.free-estimate-form .gform_body.gform-body .gfield input:focus-visible {
    outline: none;
}   </pre></body></html>