html {
    margin-top: 0px !important;
}
.spc-banner-content-wr a:hover, .spc-get-started-form .gform_footer input:hover, .spc-estimate-form .gform_footer input:hover, .learn-more-btn a.spc-button:hover, .spc-top-inner-wr a.spc-button:hover{
    color: #0063b0;
}
.spc-banner-content-wr  a.spc-button:hover:before, .spc-banner-content-wr  a.spc-button:hover:after, 
.learn-more-btn a.spc-button:hover:before, .learn-more-btn a.spc-button:hover:after, 
.spc-top-inner-wr a.spc-button:hover:before, .spc-top-inner-wr a.spc-button:hover:after, 
.spc-top-inner-wr a.spc-button:hover:before, .spc-top-inner-wr a.spc-button:hover:after{
    background-color: #fff;
}
.learn-more-btn a.spc-button:hover:before, .learn-more-btn a.spc-button:hover:after {
    background-color: #fff;
}
.spc-get-started-form .gform_footer input:hover, .spc-estimate-form .gform_footer input:hover{
    color: #0063b0;
    background-color: #fff;
}
.spc-get-started-form .gform_footer input, .spc-estimate-form .gform_footer input{
    transition: 0.5s;
}
/*home page*/
.spc-banner-content-wr {
    width: 50%;
}
.spc-banner-img, .spc-banner-content-wr {
    width: 50%;
}
.spc-banner-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.spc-banner-content-wr {
    max-width: 650px;
    width: 100%;
    position: absolute;
    left: -658px;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}
.spc-banner-wr{position: relative;}
.spc-banner-wr:before {
    background-image: linear-gradient(89deg, #050505 52%, rgba(26, 26, 26, 0.73) 57%, rgba(84, 84, 84, 0) 85%);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.spc-banner-content-wr h1 , .spc-banner-content-wr h2{
    color: #fff;
}
.spc-banner-content-wr h1 {
    font-size: 56px;
    line-height: 63px;
    font-weight: 800;
    margin-bottom: 12px;
}
.spc-banner-content-wr h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 40px;
}
section.spc-form-section {
    background-color: #24272a;
    padding: 25px 0px;
}
.spc-get-started-form {
    text-align: center;
    position: relative;
}
.spc-form-mob-content {
    display: none;
}
.spc-get-started-form .gform-body, .spc-get-started-form .gform_footer {
    display: inline-block;
    vertical-align: bottom;
}
.spc-get-started-form .gform_footer {
    margin-left: 30px !important;
    width: 14% !important;
}
.spc-get-started-form .gform-body {
    width: 78%;
}
.spc-get-started-form .gform-body input, .spc-get-started-form .gform-body select {
    padding: 15px 20px !important;
    font-size: 15px !important;
    line-height: 20px;
    text-transform: capitalize;
    border: 1px solid #707070;
    width: 100% !important;
    color: #a5a4af;
    text-align: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.spc-get-started-form .gform_wrapper.gravity-theme .gform_fields {
    display: inline-block;
    grid-column-gap: unset;
    -ms-grid-columns: unset;
    grid-row-gap: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    width: 100%;
}
.spc-get-started-form .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: unset;
    padding: unset;
}
.spc-get-started-form .gform_wrapper.gravity-theme #field_submit, .spc-get-started-form .gform_wrapper.gravity-theme .gform_footer {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative;
}
.spc-get-started-form .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}
.spc-get-started-form .gform_wrapper.gravity-theme .gfield_validation_message {
    display: none;
}
.spc-get-started-form .gform_wrapper .gform_validation_errors{
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    background: unset;
    padding: 2px;
    width: 50%;
    margin: 0 auto;
    border: unset;
}
.spc-get-started-form .gform-body label {
    color: #fff;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    text-align: left;
    display: block !important;
}
.spc-get-started-form .gform-body label .gfield_required {
    display: none;
}
.spc-get-started-form .gform_wrapper .gfield_error label {
    color: #fff;
}
.spc-get-started-form .gform-body select, .spc-estimate-form .gform_body .gfield select, .skye-get-started-form-blk .gform_body .gfield select{
    appearance:none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    background: url('../images/svg/skye_form_dropdown.svg') no-repeat 94% 50%, #fff ;
}
.spc-get-started-form .gform-body .gform_fields .gfield {
    display: inline-block;
    vertical-align: middle;
    width: 31.33%;
    margin-left: 3%;
}
.spc-get-started-form .gform-body .gform_fields .gfield:first-child{
    margin-left: 0;
}
.spc-get-started-form .gform_footer input {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 42px;
    background-color: #0063b0;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.spc-get-started-form .gform_heading {
    display: none;
}
.gform-icon {
    display: none !important;
}
section.spc-services-wr {
    background-color: #f5f5f5;
    padding: 80px 0px 57px;
    text-align: center;
}
.spc-services-wr .spc-heading-blk h3 {
    font-weight: 600;
}
.spc-cards-wr{
    text-align: left;
    margin-bottom: 5px;
}
.spc-services-wr .spc-heading-blk{margin-bottom: 90px;}
.spc-cards-blk:nth-child(3n+1) {
    margin-left: 0;
}
.spc-cards-blk {
    width: 31%;
    margin: 0px 0px 51px 3%;
    display: inline-block;
    vertical-align: top;
    z-index: 11;
}
.spc-card-detail-blk h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.spc-card-detail-blk p{
    color: #505050;
}
.spc-card-detail-blk {
    width: 80%;
}
.spc-card-detail-widget .spc-icon-detail-wr {
    margin-top: 15px;
}
.spc-card-detail-widget .spc-icon-detail-wr  h4{
    font-size: 18px;
    line-height: 31px;
}
.spc-card-detail-widget .spc-icon-detail-wr .spc-icon-blk {
    width: 10%;
}
.spc-card-detail-widget .spc-icon-detail-wr .spc-card-detail-blk {
    width: 85%;
}
.spc-icon-blk {
    width: 16%;
}
.spc-get-estimate-wr {
    padding: 73px 0px 80px;
}
.spc-left-blk{
    width: 42%;
}
.spc-right-blk {
    width: 49.5%;
}
.spc-left-blk .spc-heading-blk {
    margin-bottom: 20px;
}
.spc-left-blk .spc-description-blk {
    padding-right: 50px;
}
.spc-get-estimate-wr .spc-card-detail-widget {
    margin-top: 40px;
}
.spc-left-blk {
    margin-top: 38px;
}
.spc-estimate-form-blk {
    text-align: center;
    background-color: #24272a;
    color: #fff;
    padding: 26px 39px 33px;
    border-top: 10px solid #0063b0;
}
.spc-estimate-form-blk .gform_legacy_markup_wrapper {
    margin-bottom: 0;
}
.spc-estimate-form {
    text-align: left;
    position: relative;
}
.spc-estimate-form .gform_body .gfield input, .spc-estimate-form .gform_body .gfield textarea, .spc-estimate-form .gform_body .gfield select {
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid #ccc;
}
.spc-estimate-form .gform_body .gfield label, .spc-estimate-form .gform_body .gfield input, .spc-estimate-form .gform_body .gfield textarea, .spc-estimate-form .gform_body .gfield select  {
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: unset !important;
}
.spc-estimate-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    position: relative;
    margin-top: 18px;
}
.spc-estimate-form .gform_body .gfield label{
    margin-bottom: 10px; 
    display: block; 
    width: 100%;
    font-weight: 400;
}
.spc-estimate-form .gform_body .gfield:first-child, .spc-estimate-form .gform_body .gfield:nth-child(2){margin-top: 0;}
.spc-estimate-form .gform_body .gfield.gfield--width-half{
    width: 46%;
}
.spc-estimate-form .gform_body .gfield.gfield--width-half:nth-child(2n) {
    margin-right: 0;
}
.spc-estimate-form .gform_body .gfield select{background-position: 97% 50%;}
.spc-estimate-form .gform_body .gfield.gfield--width-half {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
}
.spc-estimate-form .gform_body .gfield.field_sublabel_below {
    margin-top: 0;
}
.spc-estimate-form .gform_legacy_markup_wrapper .gfield_required {
    color: #fff;
    margin: 0;
}
.spc-estimate-form .gform_legacy_markup_wrapper div.validation_error {
    font-size: 12px;
    padding: 5px;
    background: unset;
    margin: 0;
    position: absolute;
    top: -18px;
}
.spc-estimate-form .gfield_validation_message {
    position: absolute;
    bottom: -20px;
}
.estimate-form-caption p a {
    color: #fff;
    text-decoration: underline;
}
.estimate-form-caption p a:hover{
    color: #0063b0;
}
.spc-estimate-form .gform_footer {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.spc-estimate-form .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
}
.spc-estimate-form .gform_footer input, .skye-camp-right-form .gform_footer input, .skye-get-started-form-blk .gform_footer input{
    background-color: #0063b0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 22px;
    border: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.spc-estimate-form .gform_legacy_markup_wrapper li.gfield.gfield_error {
    background-color: unset;
    margin-bottom: unset;
    border-top: unset;
    border-bottom: unset;
    padding-bottom: unset;
    padding-top: unset;
    box-sizing: unset;
}
.spc-estimate-form .gform_legacy_markup_wrapper .gfield_error .gfield_label {
    color: #fff;
}
.spc-estimate-form .gfield_validation_message {
    background: unset !IMPORTANT;
    padding: 0 !important;
    border: unset !IMPORTANT;
    margin-top: 0 !IMPORTANT;
    color: #c02b0a !important;
}
.spc-estimate-form .instruction.validation_message {
    display: none;
}
.spc-estimate-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .spc-estimate-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
.spc-estimate-form .gform_legacy_markup_wrapper div.validation_error {
    font-size: 12px;
    margin-bottom: unset;
    padding: 5px;
    background: unset;
}
.spc-checkout-wr {
    background-color: #24272a;
    padding: 70px 0px 100px;
    color: #fff;
}
.spc-checkout-wr .spc-heading-blk {
    text-align: center;
    margin-bottom: 70px;
}
.spc-services-icon {
    width: 70px;
    height: 70px;
    background-color: #0063b0;
    position: relative;
    border-radius: 50%;
    margin-bottom: 24px;
}
.spc-services-icon img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}
.spc-checkout-wr .spc-card-detail-blk h4{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.spc-checkout-wr .spc-card-detail-blk p{color: #fff;}
.learn-more-btn {
    margin-top: 24px;
}
.learn-more-btn a.spc-button {
    padding: 14px 71px;
}
.learn-more-btn a.spc-button  img{
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}
.spc-checkout-services-blk:first-child{margin-left: 0px;}
.spc-checkout-services-blk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(5, 5, 5) , rgba(26, 26, 26, 0.73) , rgba(84, 84, 84, 0));
    width: 100%;
    height: 100%;
}
.spc-checkout-services-blk {
    width: 31.6%;
    margin-left: 2.6%;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.spc-checkout-services-blk .spc-card-detail-blk {
    width: 92%;
}
.spc-services-overlay-blk {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 87%;
    margin: 0px auto;
}
.spc-offers-wr, .spc-saving-details-wr {
    display: inline-block;
    vertical-align: middle;
}
.spc-savings-inner-wr {
    font-size: 0;
    line-height: 0;
}
.spc-offers-wr{width: 63%;}
.spc-saving-details-wr {
    width: 34%;
    margin-left: 39px;
}
.spc-saving-details-wr p {
    margin: 20px 0px 34px;
}
.spc-offers-wr a.spc-offers-blk {
    margin-left: 49px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}
.spc-offers-wr a.spc-offers-blk:first-child{margin-left: 0;}
section.spc-savings-wr {
    padding: 90px 0px;
    background-color: #fff;
}
section.spc-review-wr {
    background-color: #0e75bc;
    padding: 90px 0px;
    text-align: center;
    color: #fff;
}
.google-rating-blk img{display: inline-block;vertical-align: middle;}
.spc-review-wr .spc-heading-blk {
    margin-bottom: 67px;
}
.google-rating-blk span{font-weight: bold;}
.spc-review-description {
    width: 58%;
    margin: 30px auto 0px;
    background-image: url('../images/svg/Quote.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.spc-review-description p {
    margin-top: 38px;
}
.spc-review-description p:first-child{margin-top: 0;}
.spc-review-inner-wr .bx-pager-item, .star-review-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.spc-review-inner-wr .bx-pager-item a, .star-review-wrapper .bx-pager-item a{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.32;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
}
.star-review-wrapper .bx-pager-item a {
    background-color: #24272a;
}
.star-review-wrapper .bx-pager-item a.active {
    background-color: #0063b0;
}
.spc-review-inner-wr .bx-pager-item a.active, .star-review-wrapper .bx-pager-item a.active{opacity: 1;}
section.spc-map-wr {
    padding: 25px 0px 20px;
    color: #fff;
    background: url('../images/jpg/skye_map_bg_image.jpg') no-repeat center/ cover;
    position: relative;
    z-index: 1;
}
section.spc-map-wr:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    z-index: -1;
}
.spc-map-inner-wr {
    width: 84%;
    margin: 0 auto;
}
.spc-map-left-wr {
    width: 60%;
    margin: 131px 0px 100px;
}
.spc-map-right-wr{
    width: 40%;
}
.spc-map-inner-wr .spc-description-blk {
    width: 79%;
    margin: 29px 0px;
}
.spc-map-inner-wr .spc-list-wr {
    width: 53%;
}
.spc-map-inner-wr .spc-list-wr ul li{
    display: inline-block;
    vertical-align: middle;
    width:45%;
    margin: 0px 0px 26px 8%;
}
.spc-map-inner-wr .spc-list-wr ul li:nth-child(2n+1){
    margin-left: 0;
}
.spc-list-wr ul li{
    padding-left: 20px;
    background: url('../images/svg/skye_location_arrow.svg') no-repeat left;
}
.spc-list-wr ul li, .spc-list-wr ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
.spc-list-wr ul li a:hover{opacity: 0.8;}
/*end*/

/*residential pest*/
.innr-page-banner img {
    width: 100%;
}
.inner-banner-cntnt {
    position: absolute;
    bottom: 0;
    background-color: rgba(42,42,49,0.75);
    width: 100%;
    padding: 30px 0px;
}
.innr-cntnt-wr {
    text-align: center;
}
.innr-page-banner {
    position: relative;
}
.innr-cntnt-wr h1 {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 6px;
}
.innr-banner-bottom {
    background-color: #0063b0;
    padding: 16px 0px;
}
.innr-banner-bottom ul {
    text-align: center;
}
.innr-banner-bottom ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 90px;
    position: relative;
    padding-left: 40px;
}
.innr-banner-bottom ul li:first-child {
    margin-left: 0px;
}
.innr-banner-bottom ul li:before {
    content: '\f00c';
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    border: 2px solid #fff;
    border-radius: 3px;
}
.residential-services-wr {
    padding: 110px 0px;
}
.residential-innr-services-wr {
    text-align: center;
}
.residential-service-block {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 5px 4px 16px 0 rgb(0 0 0 / 8%);
    background-color: #0063b0;
    padding: 20.5px 15.3px;
    margin-left: 60px;
    text-align: center;
    width: 130px;
    min-height: 130px;
    position: relative;
    z-index: 1;
}
.residential-service-block:before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(1);
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
}
.residential-service-block:hover:before{
    transform: scale(0);
}
.residential-service-block:hover svg path {
    stroke: #fff;
}
.residential-service-block:hover h5{
    color: #fff;
}
.residential-service-block:first-child {
    margin-left: 0;
}
.residential-service-block img {
    margin: 0 auto;
}
.residential-service-block h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #0063b0;
    margin-top: 10px;
}  
.free-quote-wr {
    background-color: #24272a;
    padding: 40px 0px;
}
.free-quote-frm-title h2 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.free-quote-frm {
    width: 800px;
    margin: 0 auto;
}
.free-quote-frm-title {
    margin-bottom: 55px;
}
.free-quote-frm .gform_required_legend {
    display: none;
}
.free-quote-frm .gform_wrapper .gfield:nth-child(even) {
    margin-left: 25px;
}
.free-quote-frm .gform_wrapper input, .free-quote-frm .gform_wrapper select {
    padding: 14.5px 12px !important;
    border: 1px solid #707070 !important;
    background-color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    color: #a5a4af;
    appearance: none;
    -webkit-appearance: none;
}
.free-quote-frm .gform_wrapper select {
    background: url(../images/Form_Dropdown.svg) no-repeat 95% 50%;
}
.free-quote-frm .gform_wrapper label.gfield_label {
    font-size: 16px !IMPORTANT;
    line-height: 22px;
    color: #f5f5f5;
    font-weight: 500 !IMPORTANT;
    font-family: 'Open Sans' !IMPORTANT;
}
.free-quote-frm .gform_wrapper input[type="submit"] {
    background-color: #0063b0 !important;
    color: #fff !important;
    border: unset !important;
    padding: 14px 41px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600;
    font-family: 'Open Sans' !IMPORTANT;
    margin: 0px auto !important;
}
.free-quote-frm .gform_wrapper .gform_footer.top_label {
    position: relative;
    width: 200px;
    margin: 0 auto;
    text-align: center !important;
    margin-top: 25px !important;
}
.free-quote-frm .gform_wrapper .gform_ajax_spinner {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.free-quote-frm .gform_wrapper input::-webkit-input-placeholder, .free-quote-frm .gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a5a4af;
}
.free-quote-frm .gform_wrapper input::-moz-placeholder, .free-quote-frm .gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
  color: #a5a4af;
}
.free-quote-frm .gform_wrapper input:-ms-input-placeholder, .free-quote-frm .gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
  color: #a5a4af;
}
.free-quote-frm .gform_wrapper input::-moz-placeholder, .free-quote-frm .gform_wrapper select::-moz-placeholder { /* Firefox 18- */
  color: #a5a4af;
  opacity: 1;
}   
.free-quote-frm .gform_wrapper .gfield {
    position: relative;
    margin-bottom: 10px;
}
.free-quote-frm .gform_wrapper .gfield .gfield_validation_message {
    position: absolute;
    bottom: -18px;
    background: unset;
    border: unset;
    padding: 0;
    margin: 0;
}
.free-quote-frm .gform_wrapper .instruction.validation_message {
    display: none;
}
.free-quote-frm .gform_wrapper .gform_validation_errors {
    background: unset !important;
    padding: 4px 10px !important;
    position: absolute !important;
    top: -45px;
    text-align: center;
}
.free-quote-frm .gform_wrapper .gform-icon {
    display: none !important;
}
.free-quote-frm .gform_wrapper {
    position: relative;
}
.free-quote-frm span.gfield_required {
    display: none;
}
.rsd-skye-packages-wr {
    padding: 132px 0px 68px;
}
.rsd-skye-packages-wr h2 {
    font-size: 38px;
    line-height: 44px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px;
}
.rsd-packages-block {
    display: inline-block;
    vertical-align: middle;
    width: 30.77%;
    margin-left: 40px;
    position: relative;
    background-color: #0063b0;
}
.rsd-packages-blocks-wr .rsd-packages-block:first-child, .rsd-packages-blocks-pick-plan .rsd-packages-block:first-child {
    margin-left: 0px;
}
.rsd-packages-img-wr {
    position: relative;
}
.rsd-package-main-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.rsd-package-main-title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.rsd-packages-cntnt-wr {
    background-color: #0063b0;
    padding: 20px 26px 40px;
    text-align: center;
    color: #fff;
}
.rsd-packages-cntnt-wr h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}
.rsd-packages-cntnt-wr span {
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}
.rsd-packages-cntnt-wr p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    min-height: 102px;
}
.lpp-pkg-icon {
    width: 130px;
    height: 130px;
    margin: -75px auto 0;
    z-index: 1;
    border-radius: 50%;
    border: 5px solid #bdbec0;
    background-color: #fff;
    position: relative;
}
.lpp-pkg-icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 54%;
}
.rsd-packages-img-wr:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(5, 5, 5), rgba(26, 26, 26, 0.73), rgba(84, 84, 84, 0));
}
.kid-pet-friendly-left h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    margin-bottom: 40px;
}
.kid-pet-friendly-innrwr {
    width: 1230px;
}
.kid-pet-friendly-left p {
    margin-bottom: 25px;
}
.kid-pet-friendly-left p strong {
    font-weight: 600;
}
.kid-pet-friendly-right {
    padding-bottom: 30px;
    padding-left: 50px;
}
.kid-pet-friendly-button {
    text-align: center;
    padding-top: 10px;
}
.kid-pet-friendly-button a {
    background-color: #2a2a31;
} 
.kid-pet-friendly-button .spc-button:before, .kid-pet-friendly-button .spc-button:after {
    background-color: #0063b0;
}
.kid-pet-friendly-wr {
    padding-bottom: 77px;
    padding-top: 58px;
}
.rsd-save-money-top-blk {
    text-align: center;
}
.rsd-save-money-top-blk h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.rsd-save-money-top-blk p {
    font-weight: 600;
    color: #fff;
    margin-bottom: 34px;
}
.rsd-save-money-wr {
    background-image: url(../images/png/rsd_save_money_bg.png);
    background-color: #0e75bc;
    padding: 85px 0px 98px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.rsd-save-money-top-blk {
    width: 54%;
    margin: 0 auto;
}
.rsd-save-money-coupon-wr {
    text-align: center;
    padding-top: 70px;
}
.rsd-save-money-coupon-block {
    vertical-align: middle;
    display: inline-block;
    margin-left: 50px;
}
.rsd-save-money-coupon-block:first-child {
    margin-left: 0;
}
/*location*/
.full-width-wr {
    padding: 80px 0px;
    text-align: center;
}
.full-width-wr p {
    font-size: 36px;
    line-height: 49px;
    font-weight: 600;
}
.full-width-wr p strong {
    font-weight: bold;
}
section.spc-review-wr.loc-review-wap {
    background-color: #f5f5f5;
}
.spc-review-wr.loc-review-wap h3, .spc-review-wr.loc-review-wap .spc-review-description p, .spc-review-wr.loc-review-wap span {
    color: #000;
}
.spc-review-wr.loc-review-wap .spc-review-inner-wr .bx-pager-item a {
    background-color: #24272a;
}
.spc-review-wr.loc-review-wap .spc-review-inner-wr .bx-pager-item a.active {
    background-color: #0063b0;
}
.loc-banner .inner-banner-cntnt .innr-cntnt-wr h1 {
    padding-bottom: 20px;
}

/*residential-service*/
.ant-banner-cntnt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}
.ant-banner-innrcntnt h1 {
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.ant-banner-innrcntnt {
    width: 50%;
    margin: 0 auto;
    color: #fff;
}
.ant-banner-innrcntnt p {
    font-weight: 600;
}
.innr-page-banner.ant-banner-wr:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to right, rgba(0, 99, 176, 0.28), rgba(0, 99, 176, 0.71) 14%, rgba(0, 99, 176, 0.89) 50%, rgba(0, 99, 176, 0.74) 85%, rgba(0, 99, 176, 0.28));
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.ant-banner-innrcntnt a {
    margin: 25px 0px 0px;
}
.sant-skye-packages-wr h1 {
    font-size: 52px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
    margin-bottom: 27px;
}
.sant-local-exterminator-wr h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: bold;
    padding-bottom: 38px;
}
.sant-local-exterminator-wr p {
    padding-bottom: 24px;
} 
.sant-local-exterminator-wr p a {
    font-weight: bold;
    color: #000;
}
.sant-local-exterminator-wr p a:hover {
    color: #0063b0;
}
.eant-services-wr h4 {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    color: #505050;
    font-weight: 600;
    padding-bottom: 50px;
}
.residential-services-wr.eant-services-wr {
    padding: 45px 0px 64px;
    text-align: center;
} 
.eant-services-wr a {
    background-color: #2a2a31;
    margin-top: 52px;
}
.eant-services-wr a:hover {
    background-color: #0063b0;
}
.eant-services-wr a:before, .eant-services-wr a:after {
    background-color: #0063b0;    
}
.form-cntnt-wr {
    background-color: #fafafa;
    padding: 68px 92px 98px;
    text-align: center;
    margin-top: -131px;
    position: relative;
}
.form-cntnt-wr h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 28px;
}
.form-cntnt-wr h3 {
    color: #0063b0;
    border-top: 1px solid rgba(70,70,70,0.15);
    padding-top: 45px;
    padding-bottom: 12px;
}
.form-cntnt-wr p {
    padding-bottom: 64px;
}
.form-cntnt-wr span {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.ant-banner-form-wr {
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    width: 84%;
    margin: -60px auto 0px;
    padding: 37.5px 20px;
    position: relative;
}
.ant-banner-wr .ant-banner-cntnt {
    top: 35%;
}
.ant-banner-form-wr .gform_body, .ant-banner-form-wr .gform_footer {
    display: inline-block !important;
    vertical-align: middle;
}
.ant-banner-form-wr .gform_body .gform_fields{display: block !important; }
.ant-banner-form-wr .gform_footer {padding: 0 !important; margin: 0 0px 0px 12px!important;}
.ant-banner-form-wr .gform_body .gform_fields .gfield {
    display: inline-block !important;
    vertical-align: top !important;
    width: 211px;
    margin-left: 20px !important;
}
.ant-banner-form-wr .gform_body .gform_fields .gfield:first-child{margin-left: 0 !important;}
.ant-banner-form-wr .gform_body .gfield input {
    border: 1px solid #e6e6e6;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: auto !important;
    padding: 10.5px 16px !important;
    font-family: 'Open Sans' !important;
}
.ant-banner-form-wr .gform_footer input {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #0063b0;
    border: 0;
    font-weight: bold;
    padding: 11px 26px;
    margin: 0px !important;
    font-family: 'Open Sans', sans-serif;
}
.ant-banner-form-wr .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a;
}
.ant-banner-form-wr .gform_wrapper .gfield_validation_message, .ant-banner-form-wr .gform_wrapper .instruction.validation_message, .ant-banner-form-wr .gform_wrapper .gform_validation_errors .gform-icon {
    display: none !important;
}
.ant-banner-form-wr .gform_wrapper .gform_validation_errors {
    position: absolute !IMPORTANT;
    top: 6px;
    padding: 3px !IMPORTANT;
    width: 50% !IMPORTANT;
    margin: 0 auto !important;
    text-align: center;
    left: 0;
    background-color: unset !IMPORTANT;
    right: 0;
}
.ant-banner-form-wr .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*customer review*/
.scr-innr-banner .inner-banner-cntnt {
        padding: 56px 0px;
}
.customer-social-cntnt-wr {
    text-align: center;
}
.skye-customer-review-wr {
    padding: 92px 0px 160px;
}
.customer-social-cntnt-wr h2 {
    font-size: 36px;
    line-height: 49px;
    font-weight: 600;
    padding-bottom: 47px;
}
.customer-social-platform-links a {
    margin-left: 18px;
}
.customer-social-platform-links a:first-child {
    margin-left: 0px;    
}
.star-review-wrapper {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    width: 73%;
    margin: 0 auto;
    margin-top: 90px;
    padding: 40px;
    position: relative;
}
.top-star-review-wr {
    border-bottom: solid 1px #ddd;
    padding-bottom: 18px;
}
.top-star-left h4 {
    color: #4486f4;
    font-weight: bold;
}
.top-star-left h4, .top-star-left span {
    display: inline-block;
    vertical-align: middle;
}
.top-star-left span i, span.bottom-star-wr i {
    font-size: 13px;
}
.review-user-detail-wr img, .innr-review-user-detail {
    display: inline-block;
    vertical-align: middle;
}
.bottom-review-user-wr {
    padding-top: 30px;
}
.review-user-detail-wr img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    margin-right: 15px;
}
.bottom-review-user-wr p {
    padding-top: 20px;
}
span.bottom-star-wr i {
    color: #ffb500;
}
.innr-review-user-detail h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #040404;
}
.skye-customer-review-wr .bx-pager {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -60px;
}
.ginput_recaptcha > div {
    transform: scale(0.9);
    margin-left: -14px;
}
.spc-estimate-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield#field_3_9 label {
    display: none;
}
/*Refer Friend*/
.refer-friend-wr .refer-friend-right-blk h3 {
    font-size: 32px;
    line-height: 42px;
}
.refer-friend-wr .refer-friend-right-blk .gform_legacy_markup_wrapper textarea.large {
    height: 120px;
}
.spc-estimate-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_html_formatted a {
    color: #ffffff;
    text-decoration: underline;
}
.spc-estimate-form .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_html_formatted a:hover {
    color: #0063b0;
}
.refer-friend-wr .refer-friend-right-blk .gform_validation_errors>h2 {
    font-size: 13px;
    font-weight: 500;
    color: #c02b0a;
}
.refer-friend-wr .refer-friend-right-blk .gform_validation_errors>h2:before {
    content: unset !important;
}
/*skye mosquito campigon page*/
.skye-camp-header-wr .spc-logo-wr {
    margin-top: 8px;
}
header.skye-camp-header-wr {
    padding: 22px 0px;
    position: relative;
    z-index: 11;
}
.skye-camp-right{width: 50%;text-align: right;}
ul.scamp-header-info li:first-child a {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 5px 0px 7px 50px;
    background: url('../images/svg/Call_Icon.svg') no-repeat left center;
}
ul.scamp-header-info li:nth-last-child(1) a {
    font-size: 21px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}
ul.scamp-header-info li:nth-last-child(1) a:hover {
    color: #0063b0;
}
section.skye-camp-banner-wr{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 53px 0px;
    position: relative;
}
section.skye-camp-banner-wr:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.skye-camp-banner-inner-wr {
    position: relative;
}
.skye-camp-header-left h1 {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
}
.skye-camp-header-left h1 strong{font-weight: 800;}
.skye-camp-header-left, .skye-camp-header-right {
    width: 48%;
}
.skye-camp-right-form {
    background-color: #0063b0;
    border-top: 10px solid #000;
    padding: 31px 39px 40px;
    position: relative;
}
.skye-camp-right-form .gform_wrapper .gform_validation_errors {
    position: absolute;
    left: 0;
    right: 0;
    width: 88%;
    margin: 0 auto;
    padding: 8px;
    top: 128px;
}
.skye-get-started-form-blk .gform_wrapper .gform_validation_errors {
    position: absolute;
    width: 100%;
    padding: 8px;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.skye-camp-right-form .validation_message.gfield_validation_message, .skye-get-started-form-blk .validation_message.gfield_validation_message {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0px;
    bottom: -20px;
}
.skye-get-started-form-blk .validation_message.gfield_validation_message  {
   /* left: 2px;
    top: 145px;*/
}
/*.skye-get-started-form-blk div#validation_message_17_4{
    left: 395px;
}
.skye-get-started-form-blk div#validation_message_17_6{
    top: 245px;
    left: 2px;
}
.skye-get-started-form-blk div#validation_message_17_7{
    left: 395px;
    top: 245px;
}
.skye-camp-right-form div#validation_message_16_3{
    left: 312px;
}
.skye-camp-right-form div#validation_message_16_4{
    left: 39px;
    top: 316px;
}
.skye-camp-right-form div#validation_message_16_5{
    top: 316px;
    left: 312px;
}*/
.skye-camp-right-form .instruction.validation_message,.skye-get-started-form-blk .instruction.validation_message{
    display: none;
}
.skye-camp-right-form .gform_body .gfield, .skye-get-started-form-blk .gform_body .gfield{
    margin-top: 18px;
    position: relative;
}
.skye-camp-right-form .gform_body .gfield:nth-child(1), .skye-camp-right-form .gform_body .gfield:nth-child(2), .skye-get-started-form-blk .gform_body .gfield:nth-child(1), .skye-get-started-form-blk .gform_body .gfield:nth-child(2) {margin-top: 0;}
.skye-camp-right-form .gform_body .gfield input, .skye-camp-right-form .gform_body .gfield textarea, 
.skye-get-started-form-blk .gform_body .gfield input,  .skye-get-started-form-blk .gform_body .gfield select{
    border: 0;
    font-size: 16px !important;
    line-height: 20px !important;
    min-height: auto !important;
    padding: 10px 14px;
    width: 100% !important;
}
.skye-camp-right-form .gform_body .gfield textarea {
    resize: none;
}
.skye-camp-right-form .gform_body .gfield .gfield_label, .skye-get-started-form-blk .gform_body .gfield .gfield_label{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.skye-camp-right-form .gform_body .gfield.gfield--width-half:nth-child(2n+1),  
.skye-get-started-form-blk .gform_body .gfield.gfield--width-half:nth-child(2n+1){margin-left: 0;}
.skye-camp-right-form .gform_body .gfield.gfield--width-half, .skye-get-started-form-blk .gform_body .gfield.gfield--width-half  {
    width: 100%;
    margin-left: 0%;
    display: inline-block;
    vertical-align: top;
}
.skye-camp-right-form h3{
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding: 0px 30px;
}
.skye-camp-right-form .gform_body .gfield p{
    font-size: 16px;
    line-height: 20px;
}
.skye-camp-right-form .gform_body .gfield p, .skye-camp-right-form .gform_body .gfield p a{
    color: #fff;
}
.skye-camp-right-form .gform_body .gfield p a{text-decoration: underline;}
.skye-camp-right-form .gform_body .gfield.gfield_html{
    margin-top: 5px;
}
.skye-camp-right-form .gform_footer{
    margin-top: 30px; 
    text-align: center;
    justify-content: center;
}
.skye-camp-right-form .gform_footer input{
    text-transform: uppercase;
}
.skye-camp-header-left {
    margin-top: 16em;
}
.skye-camp-services-wr{
    padding: 137px 0px 120px;
}
.skye-camp-header-right{
    width: 47%;
    margin-top: 39px;
}
.skye-camp-services-left {
    width: 40%;
}
.skye-camp-acc-head h4{
    font-size: 26px;
    line-height: 48px;
    padding-right: 70px;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 25px;
}
.skye-camp-acc-head h4:hover{color: #0063b0;}
.skye-camp-acc-head h4:before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('../images/svg/skye_Arrow.svg') no-repeat center;
    top: 11px;
    right: 11px;
    transition: 0.5s;
    transform: rotate(0deg);
}
.skye-camp-acc-head.active h4:before{
    transform: rotate(90deg);
}
.skye-camp-accordion:first-child{padding-top: 0;}
.skye-camp-accordion{
    padding: 31px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}
.skye-camp-acc-content p {
    margin: 20px 0px;
}
.skye-camp-acc-content ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 20px;
}
.skye-camp-acc-content ul li:first-child{margin-top: 0;}
.skye-camp-acc-content ul li::marker {
    font-size: 22px;
    line-height: 25px;
}
.skye-round-img {
    overflow: hidden;
    padding: 40px;
    border-radius: 50%;
    background: url('../images/svg/skye_ellipse_dotted.svg') no-repeat center;
} 
.skye-round-img img{
    border-radius: 50%;
    width: 100%;
}
.skye-round-img-wr{
    position: relative;
}
.skye-round-icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0 10px 38px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    position: absolute;
}
.skye-round-icon img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
}
figure.skye-round-icon.skye-round-icon-1 {
    top: -47px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
figure.skye-round-icon.skye-round-icon-2{
    left: 0;
    bottom: 77px;
}
figure.skye-round-icon.skye-round-icon-3{
    right: 0;
    bottom: 135px;
}
section.skye-get-started-wr {
    padding: 72px 0px 50px;
    background-color: #0063b0;
    color: #fff;
}
.skye-get-started-form-blk {
    width: 59%;
    margin: 0px auto;
    position: relative;
}
.skye-get-started-form-blk h3{
    text-align: center;
    margin-bottom: 51px;
    font-weight: 600;
}
.skye-get-started-form-blk .gform_footer{
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px !important;
}
.skye-get-started-form-blk .gform_footer input {
    background-color: #2a2a31;
}
.skye-camp-footer-wr .footer-copyrite-wr{
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
}
.skye-camp-footer-wr{
    background-color: #24272a;
    padding: 26px 0px;
}
.skye-table-wr td.column-1 {
    text-align: left !important;
}
.skye-table-wr #tablepress-4{table-layout: fixed;}
.skye-table-wr #tablepress-4 th {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 34px 40px;
    position: relative;
    z-index: 1;
    top: -36px;
    border: 0;
}
.skye-table-wr #tablepress-4 th.column-1:before{display: none;}
.skye-table-wr #tablepress-4 .row-2, .skye-table-wr #tablepress-4 .row-3, .skye-table-wr #tablepress-4 .row-4 {
}
.skye-table-wr #tablepress-4 th.column-2, .skye-table-wr #tablepress-4 th.column-3, 
.skye-table-wr #tablepress-4 th.column-4, .skye-table-wr #tablepress-4 td.column-2, 
.skye-table-wr #tablepress-4 td.column-3, .skye-table-wr #tablepress-4 td.column-4 {
    width: 23%;
}
.skye-table-wr #tablepress-4 .row-2 .column-2, .skye-table-wr #tablepress-4 .row-2 .column-3, 
.skye-table-wr #tablepress-4 .row-2 .column-4, .skye-table-wr #tablepress-4 .row-6 .column-2, 
.skye-table-wr #tablepress-4 .row-6 .column-3, .skye-table-wr #tablepress-4 .row-6 .column-4, 
.skye-table-wr #tablepress-4 .row-4 .column-2, .skye-table-wr #tablepress-4 .row-4 .column-3, .skye-table-wr #tablepress-4 .row-4 .column-4 {
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 1;
    border: 0;
    top: -22px;
    border-right: 1px solid #cbc4c4;
}
/*.skye-table-wr #tablepress-4 .row-4 .column-2, .skye-table-wr #tablepress-4 .row-4 .column-3, .skye-table-wr #tablepress-4 .row-4 .column-4{border-radius: 0;}
.skye-table-wr #tablepress-4 .row-2 .column-2:before, .skye-table-wr #tablepress-4 .row-2 .column-3:before, 
.skye-table-wr #tablepress-4 .row-2 .column-4:before, .skye-table-wr #tablepress-4 .row-6 .column-2:before, 
.skye-table-wr #tablepress-4 .row-6 .column-3:before, .skye-table-wr #tablepress-4 .row-6 .column-4:before, 
.skye-table-wr #tablepress-4 .row-4 .column-2:before, .skye-table-wr #tablepress-4 .row-4 .column-3:before, 
.skye-table-wr #tablepress-4 .row-4 .column-4:before, .skye-table-wr #tablepress-4 th:before{
    content: '';
    width: 200px;
    height: 120%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 16%);
    z-index: -2;
    top: -11px;
}*/
.skye-table-wr #tablepress-4 .row2 .column-4, .skye-table-wr #tablepress-4 .row-6 .column-4, .skye-table-wr #tablepress-4 .row-4 .column-4{border-right: 0px;}
.skye-table-wr .tablepress .row-hover tr:hover td {
    background-color: #fff;
}

.skye-table-wr #tablepress-4 th.column-2:before {
    background-color: #31a5ff;
}
.skye-table-wr #tablepress-4 th.column-3:before {
    background-color: #0063b0;
}
.skye-table-wr #tablepress-4 th.column-4:before {
    background-color: #346285;
}
/*15 Nov 22 Table Chnages*/
.skye-table-wr #tablepress-4 .row-2 .column-2:before, .skye-table-wr #tablepress-4 .row-2 .column-3:before, .skye-table-wr #tablepress-4 .row-2 .column-4:before, .skye-table-wr #tablepress-4 th:before {
    content: '';
    width: 200px;
    height: 105%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 16%);
    z-index: -2;
    top: -11px;
}
.skye-table-wr #tablepress-4 .row-2 .column-2, .skye-table-wr #tablepress-4 .row-2 .column-3, .skye-table-wr #tablepress-4 .row-2 .column-4, .skye-table-wr #tablepress-4 .row-6 .column-2, .skye-table-wr #tablepress-4 .row-6 .column-3, .skye-table-wr #tablepress-4 .row-6 .column-4, .skye-table-wr #tablepress-4 .row-4 .column-2, .skye-table-wr #tablepress-4 .row-4 .column-3, .skye-table-wr #tablepress-4 .row-4 .column-4 {
    top: 0;
}
.skye-table-wr #tablepress-4 .row-2 .column-2, .skye-table-wr #tablepress-4 .row-2 .column-3, .skye-table-wr #tablepress-4 .row-2 .column-4 {
    top: -15px;
    padding-top: 0 !important;
}
.skye-table-wr #tablepress-4 th {
    top: -20px;
}
.skye-tble-blk tbody tr td span:nth-child(2), .skye-tble-blk tbody tr td span:nth-child(5), .skye-tble-blk tbody tr td span:nth-child(8) {
    font-size: 24px;
    line-height: 30px;
}
.skye-tble-blk tbody tr td span {
    margin-bottom: 15px;
}
/*pick your plan css start*/
.sky-pest-looking-wr {
    text-align: center;
    margin-top: 81px;
}
.sky-pest-looking-wr p:nth-child(3) {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 16px;
}
.sky-pest-looking-wr h2 {
    margin-bottom: 20px;
}
.sky-pest-looking-btn {
    line-height: 0px;
    margin-top: 29px;
}
.sky-pest-looking-btn a {
    padding: 15px 43px;
}
.skye-pest-package-wr {
    padding-top: 85px;
}
.skye-table-wr .tablepress thead th {
    background-color: transparent;
    font-size: 24px;
    line-height: 30px;
    border-right: 1px solid #ddd;
    border-bottom: unset;
    text-align: center;
}
.skye-tble-blk tbody.row-hover tr.row-2.even td:first-child {
    font-size: 30px;
    color: #0063b0;
    line-height: 40px;
    font-weight: 700;
    padding: 0px 24px 15px 30px;
    font-family: 'Open Sans';
}
.skye-tble-blk{
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    width: 1084px;
    margin: 0 auto;
    background-color: #fff;
}

.skye-tble-blk tbody {
    font-family: 'Open Sans';
}
/*.skye-tble-blk tbody.row-hover tr.row-2.even td,.skye-tble-blk tbody.row-hover tr.row-4.even td,.skye-tble-blk tbody.row-hover tr.row-6.even td{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
}*/
.skye-tble-blk tbody.row-hover tr.row-2.even td span, .skye-tble-blk tbody.row-hover tr.row-4.even td span, .skye-tble-blk tbody.row-hover tr.row-6.even td span {
    font-weight: bold;
}
.skye-tble-blk tbody tr td span:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
}
.skye-table-wr i.fa-solid.fa-xmark {
    color: #e50019;
}
.skye-table-wr i.fa-solid.fa-check,.skye-tble-blk tr.row-8.even td.column-3 {
    color: #50af39;
}
.skye-table-wr tr td ,.skye-table-wr .tablepress .odd td,.skye-tble-blk-next-sec tbody.row-hover tr td:nth-child(2){
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans';
    color: #373d38;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    padding: 10px 10px 10px 15px !important;
}
.skye-table-wr tr.row-4.even td.column-2,.skye-table-wr tr.row-6.even td.column-2{
    text-align: center;
     background-color: #fafafa !important;
}
.skye-table-wr tr.row-4.even td.column-3,.skye-table-wr tr.row-6.even td.column-3{
    background-color: #fff !important;
}
.skye-tble-blk tbody tr td:first-child,.skye-tble-blk tr.row-11.odd td.column-1,.skye-tble-blk tr.row-7.odd td.column-1,.skye-tble-blk tr.row-9.odd td.column-1 {
    width: 29.74%;
    text-align: left;
}
.skye-tble-blk tbody tr td {
    border: 2px solid #ddd;
    border-left: 0;
}
.skye-tble-blk tbody tr td:nth-last-child(1) {
    border-right: 0;
}
.sky-table-blk-btn {
    line-height: 0px;
    margin: 55px auto 72px;
    text-align: center;
}
.sky-table-blk-btn a {
    padding: 17px 38px;
}
.skye-tble-blk tbody tr.row-2.even td.column-2, .skye-tble-blk tbody tr.row-2.even td.column-3, .skye-tble-blk tbody tr.row-2.even td.column-4 {
    padding-bottom: 10px !important;
}
.skye-accordion-head h3, .skye-table-wr #tablepress-5 thead th.column-1 {
    font-size: 30px;
    line-height: 33px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #0063b0;
    text-align: center;
    padding: 24px 0px ;
    border: 0;
    border-bottom: 2px solid #ededed;
}
.lpp-accordion-head h3 {
    border-bottom: unset;
    color: #0063b0;
    font-size: 21px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
section.sky-package-table-main-wr {
    background-image: url(../images/png/Packages_Bg_Half.png);
    background-position: top;
    background-repeat: repeat;
    background-size: contain;
    padding-top: 100px;
}
.skye-tble-blk-next-sec tbody.row-hover tr td:nth-child(1), .skye-tble-blk-next-sec tbody.row-hover tr td:nth-child(3),.skye-tble-blk tr.row-13.odd td.column-1 {
    text-align: left;
}
.skye-tble-blk tbody tr td:nth-child(2){
      background-color: #fafafa !important;
}
.skye-tble-blk-next-sec tbody.row-hover tr td:nth-child(2){
    color: #50af39;
    background-color: #fafafa !important;
}
.skye-tble-blk-next-sec.small-center-wrapper {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    width: 1080px;
    margin: 0 auto 97px;
    /*padding: 20px;*/
}
.skye-tble-blk-next-sec tbody.row-hover tr td {
    border-right: 2px solid #ededed;
}
.skye-tble-blk-next-sec tbody.row-hover tr td:nth-child(3) {
    border-right: 0;
}
/*skye-mosquito-campaign css start*/
.skye-get-started-form-blk .gform_body .gfield select {
    padding: 8px;
}
.skye-get-started-form-blk .gform_footer input:hover {
    background-color: #ddd;
    color: #000;
    transition: 0.6s;
}
.skye-camp-right-form .gform_footer input:hover {
    color: #000;
    transition: 0.6s;
}
.skye-camp-header-right.right .gform_heading p {
    display: none;
}
.skye-get-started-form-blk .gform_body .gfield select {
    color: #b7aeae;
}
ul.scamp-header-info li:first-child a:hover {
    color: #0063b0;
}
.skye-camp-right-form .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 173px;
}
.skye-camp-right-form .gform_footer{
    position: relative;
}
.skye-camp-right-form .gform_wrapper .gfield_required {
    color: #fff;
}
.skye-camp-right-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px;
}
.rsd-packages-blocks-main-wr {
    position: relative;
}
/*31 Oct 22*/
.pak-mob-blk {
    display: none;
    padding: 0px 0 55px;
    text-align: center;
}
.pak-mob-blk h3 {
    font-size: 27px;
    line-height: 30px;
    color: #373d38;
    margin-bottom: 20px;
}
.pkg-fetures-mob-list {
    display: none;
    background-color: #fff;
    padding: 10px 20px;
    background-color: #0063b0;
}
.pak-mob-blk ul li {
    margin-top: 20px;
    list-style-type: none;
}
.pak-mob-blk ul li:first-child {
    margin-top: 0;
}
.pak-mob-blk ul li a.active-pack {
    color: #0063b0;
    border-bottom: 4px solid;
}
.pak-mob-blk ul li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    transition: .5s;
    color: #000;
}
.pkg-fetures-mob-list ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 10px 18px 30px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    position: relative;
    list-style-type: none;
    color: #ffffff;
}
.pkg-fetures-mob-list ul li:before {
    content: '\f058';
    position: absolute;
    top: 15px;
    left: 0;
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
}
a.next, a.less {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 10px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.lpp-accordion-blk {
    display: none;
}
.lpp-acc-inner-content {
    display: none;
}
.lpp-acc-inner-head {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 10px 20px 10px rgb(225, 225, 225, 0.3);
}
.lpp-acc-inner-head:before {
    color: #0063b0;
    content: '\f055';
    font-family: 'FontAwesome';
    top: 50%;
    font-size: 18px;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.lpp-acc-inner-head h4, .lpp-acc-inner-content ul li {
    position: relative;
    text-align: left !important;
    border: 2px solid #ededed;
    border-bottom: 0px;
    border-right: 0;
    padding: 11px 10px;
    text-align: center;
    color: #373d38;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    vertical-align: middle;
}
.lpp-acc-inner-head.change-color:before {
    content: '\f056';
}
.lpp-acc-inner-content ul li {
    background-color: #f4f4f4;
    text-align: left;
    list-style-type: none;
}
.pkg-fetures-mob-list ul li:last-child {
    border-bottom: 0;
}
/*11/11/2022 for selected services of home page*/
.spc-cards-blk.selectd-service-blk .select-service {
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #0063b0;
    border-radius: 50%;
    background: url(../images/svg/check-solid.svg) no-repeat center, #ffffff;
    position: absolute;
    top: -20px;
    right: -20px;
    background-size: 13px;
}
.spc-cards-blk.selectd-service-blk:before {
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.05, 1.2);
}
.spc-cards-blk.selectd-service-blk {
    position: relative;
}
.get-free-estimate-btn ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.get-free-estimate-btn ul li:first-child{margin-left: 0;}
.service-popup-wr{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}
.services-popup-blk{
    padding: 24px 30px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.14);
    position: fixed;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #fff;
    text-align: center;
    z-index: 1111;
    border-left: 10px solid rgb(241, 73, 54);
    display: none;
}
.services-popup-blk h3{
    color: rgba(241, 73, 54,0.8);
    font-size: 20px;
    line-height: 30px;
}