@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "Lora-Regular";
    src: url(../fonts/Lora-Regular.ttf);
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fonts/montserrat-regular\ .ttf);
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: "poppins-regular";
    src: url(../fonts/poppins-regular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Lora-Regular";
    font-size: 77px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Lora-Regular";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Lora-Regular";
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: "Lora-Regular";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Montserrat-SemiBold";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat-SemiBold";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 12px;
    font-family: "montserrat-regular";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    background: #180e1f;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSection {
    padding: 10px 0;
    border-radius: 25px 25px 0 0;
    background: #fff;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 40%;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 6px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-weight: 700;
    letter-spacing: 1;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #4d2468;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 30px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    /* left: 100%; */
    /* top: 0; */
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text.inner-Residential_Pest_Control h1 {
    line-height: 61px;
}

.banner_text img {
    position: absolute;
    top: 0;
    left: -4px;
    z-index: -1;
    height: 730px;
    width: 880px;
}

.banner_img img {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 823px;
    height: 680px;
    bottom: 103px;
}

.carousel-item.active {
    height: 100vh;
}

.bumper {
    position: relative;
}

.bumper img {
    top: -82px;
    position: absolute;
    left: -188px;
    z-index: -1;
}

.banner_text p {
    color: #fff;
    padding: 12px 0 12px 0;
}

.banner_text h1 {
    color: #fff;
    line-height: 70px;
}

.banner_text h1 span {
    font-size: 60px;
}

.banner_text a {
    background: #e9f1f1;
    width: 167px;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    border-radius: 52px;
    font-size: 15px;
}

.banner_text a img {
    height: auto;
    width: auto;
    background: #4d2468;
    padding: 14px 10px;
    position: unset;
    z-index: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar-left ul {
    display: flex;
    justify-content: start;
    gap: 18px;
}

.top-bar-left ul li {
    color: #fff;
}

.top-bar-left ul li a {
    color: #fff;
}

.top-bar-left ul li i {
    padding-right: 4px;
}

.top-bar-right h5 {
    color: #ffffffcc;
}

.top-bar-right ul {
    display: flex;
    justify-content: end;
    gap: 13px;
    align-items: center;
}

.top-bar-right ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
}

.topSec {
    padding: 5px 0;
}

ul.contact_btn li a {
    border: 1px solid #4d2468;
    width: 174px;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 50px;
    gap: 19px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px;
}

ul.contact_btn li a img {
    background: #4d2468;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 25px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

.banner_text h3 {
    color: #fff;
}


/*banner css end*/


/*---------------------------------------------------- Popular Rental Section Start ------------------------------------------------------------- */

.popular-rental-sec {
    padding: 75px 0 80px;
    position: relative;
    margin-bottom: 100px;
    margin-top: 90px;
}

.popular-rental-head {
    text-align: center;
    margin-bottom: 50px;
}

.popular-rental-head p {
    width: 43%;
    opacity: 70%;
    margin: 0 auto;
    color: #fff;
}

.popular-rental-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 76%;
    margin: 0 auto;
    height: 100%;
    z-index: -1;
    border-radius: 55px;
    background: #180e1f;
}

.popular-rental-head h2 {
    color: #fff;
}

.popular-rental-images img {
    width: 363px;
    height: 243px;
    object-fit: cover;
    border-radius: 30px;
    margin: 0 auto 20px;
    /* padding: 23px; */
}

.popular-rental-main {
    position: relative;
    text-align: center;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.13);
}

.popular-rental-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: -1;
    height: 90%;
    border-radius: 20px;
}

.popular-rental-text {
    height: 275px;
}
.popular-rental-text.inner-comer {
    height: 200px;
}
.popular-rental-text a img {
    background: #4d2468;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 25px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

a.p-btn span {
    display: flex;
    align-items: anchor-center;
    gap: 10px;
}

.popular-rental-text a {
    margin: 15px auto 0;
    padding: 0px 5px 1px 10px;
    border: 1px solid #4d2468;
    width: 162px;
    height: 52px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 50px;
    gap: 5px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-size: 12px;
    font-weight: 700;
}

.popular-rental-slider .slick-slide {
    opacity: 1;
}

.popular-rental-text p {
    width: 80%;
    margin: 8px auto 8px;
    opacity: 80%;
    line-height: 22px;
    font-weight: 400;
}

.poplr-rtl-rate h6 {
    font-size: 18px;
}

.poplr-rtl-rate h6 span {
    font-size: 25px;
    color: #0073cc;
}

.popular-rental-slider .slick-dots li button:before {
    display: none;
}

.popular-rental-slider .slick-dots li {
    background: #fff;
    width: 90px;
    height: 2px;
    border-radius: 20px;
    margin: 0 14px;
    opacity: 0.3;
}

.popular-rental-slider ul.slick-dots {
    bottom: -70px;
}

.popular-rental-slider .slick-dots li.slick-active {
    opacity: 1;
}


/*---------------------------------------------------- Popular Rental Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-sec {
    margin-bottom: 100px;
}

.gallery-head {
    text-align: center;
    margin-bottom: 25px;
}

.gallery-head p {
    width: 47%;
    margin: 0 auto;
    opacity: 70%;
}

.gallery-img {
    position: relative;
}

.gallery-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-radius: 30px;
    opacity: 90%;
    transition: 0.7s all;
    background: #542c66;
}

.gallery-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-main {
    position: relative;
}

.gallery-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    align-content: center;
    text-align: center;
    transition: 1.5s all;
    opacity: 0;
}

.gallery-img.sml img {
    height: 270px;
}

.gallery-text h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 14px;
}

.gallery-text p {
    font-size: 15px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
}

.gallery-img.med img {
    height: 280px;
}

.gallery-text.med h3 {
    font-size: 33px;
}

.gallery-text.med p {
    font-size: 14px;
}

.gallery-text.sml h3 {
    font-size: 28px;
}

.gallery-text.sml p {
    font-size: 13px;
    line-height: 26px;
    width: 77%;
}

.gallery-img.sml {
    margin-bottom: 20px;
}

.gallery-main:hover .gallery-img:before {
    width: 85%;
    height: 85%;
}

.gallery-main:hover .gallery-text {
    opacity: 1;
}


/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-sec {
    margin-bottom: 100px;
    position: relative;
    padding: 100px 0;
    z-index: 0;
}

.contact-images img {
    width: 100%;
    height: 710px;
    border-radius: 50px;
    object-fit: cover;
}

.contact-form {
    padding: 20px 60px 20px 50px;
}

.contact-sec .row {
    position: relative;
}

.contact-sec .row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    box-shadow: 0px 19px 122px 0px rgba(17, 17, 17, 0.18);
}

.contact-form h2 {
    font-size: 40px;
    padding-bottom: 11px;
}

.contact-form p {
    font-family: "Roboto", sans-serif;
    opacity: 80%;
    margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 65px;
    padding: 10px 25px;
    border-radius: 19px;
    border: 1px solid #9a9a9a;
    margin-bottom: 18px;
    color: #000;
}

.contact-form .row:before {
    display: none;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 17px 25px;
}

.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #efefef;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9a9a9a;
}

.contact-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/contact-new-back.png);
}

button.p-btn {
    border: 1px solid #4d2468;
    width: 151px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    gap: 9px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}

button.p-btn img {
    background: #4d2468;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 25px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

button.p-btn span {
    display: flex;
    align-items: center;
    gap: 19px;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-btm {
    background: #030b12;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /* margin-top: 50px; */
    border-top: 1px solid #1b2228;
}

.footer-contact p {
    color: #ffffff;
    margin-bottom: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 90%;
    font-weight: 400;
    opacity: 60%;
}

.socialMediaIcons i {
    font-size: 16px;
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    transition: 0.7s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-links ul a:hover {
    opacity: 100%;
}

.news-letter ul li:hover {
    opacity: 100%;
}

.footerSec {
    background: #030b12;
    padding-top: 50px;
}

.foot-links h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.news-letter ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
    border-bottom: 2px solid #353c41;
    padding-bottom: 20px;
    font-family: 'Roboto';
    opacity: 60%;
    color: #fff;
    font-size: 15px;
    width: 80%;
    transition: 1s all;
}

.news-letter ul {
    color: white;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 21px;
}

.footer_logo img {
    position: sticky;
    z-index: 9999999;
    margin-top: 25px;
    width: 64%;
}

.footer_logo::before {
    background: #ef82b5;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    right: 35%;
    top: 17px;
    z-index: 5;
    border-radius: 0px 12px 12px 0px;
    bottom: 0;
    margin: auto;
}

.footer_logo {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

.news-letter h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.foot-links ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 15px;
}

.copy-txt p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 60%;
    font-family: 'Roboto';
}

.socialMediaIcons i:hover {
    background: #4d2468;
    border: unset;
}

.foot-links ul a {
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 60%;
    transition: 1s all;
}

.news-letter ul a {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Roboto';
}

.footer-contact h5 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
    margin-top: 25px;
}

.socialMediaIcons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-letter p {
    color: #fff;
    font-size: 14px;
    opacity: 60%;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    margin-top: -5px;
}

.news-letter input {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto';
}

.news-letter button {
    width: 170px;
    height: 52px;
    border-radius: 10px;
    border: unset;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #4d2468;
}

.foot-links {
    margin-left: 50px;
}

.news-letter {
    margin-left: -30px;
}

.news-letter.vtb {
    margin: unset;
}

.news-letter ul li:Last-child {
    border: unset;
}

.news-letter ul li img {
    width: 20px;
    height: auto;
    object-fit: scale-down;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

.Residential {
    padding: 100px 0;
}

.Residential_img img {
    border-radius: 61%;
    height: 500px;
    width: 80%;
    object-fit: cover;
}

.Residential_img {
    text-align: center;
    position: relative;
}

.Residential_text {
    position: absolute;
    width: 370px;
    height: 370px;
    background: #50296adb;
    top: 0;
    border-radius: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    margin: auto;
}

.Residential_text p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    right: 0;
    top: 84px;
    margin: auto;
    display: block;
    align-content: center;
}

.Residential_text h2 {
    font-size: 30px;
    position: absolute;
    top: -73px;
    left: 0;
    text-align: center;
    color: #fffffff2;
    font-weight: 300;
    right: 0;
    bottom: 0;
    margin: auto;
    align-content: center;
}

.about {
    padding: 100px 0;
}

.about .row {
    align-items: center;
}

.about.inner-about .row {
    align-items: center;
}

.abou_img {
    position: relative;
    z-index: 1;
}

.about-mark {
    position: absolute;
    top: 0;
    left: 0px;
}

.about-mark img {
    height: 636px;
}

.Timings {
    background: #180e1f;
    width: 221px;
    text-align: center;
    padding: 36px;
    border-radius: 55px;
    position: absolute;
    top: 8px;
    right: 16px;
    height: 218px;
}

.Timings h2 {
    color: #fff;
    font-size: 71px;
}

.Timings h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'montserrat-regular';
}

.Years {
    background: #4d2468;
    width: 229px;
    text-align: center;
    padding: 46px;
    border-radius: 50px;
    position: absolute;
    bottom: 7px;
    left: 6px;
    height: 218px;
}

.Years h2 {
    color: #fff;
    font-size: 56px;
}

.Years h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'montserrat-regular';
}

.abou_img img {
    height: 602px;
    object-fit: cover;
    border-radius: 0 0 32px 0;
    width: 100%;
}

.check {
    display: flex;
    gap: 18px;
    align-items: start;
    padding-bottom: 20px;
}

.check_text h4 {
    font-size: 21px !important;
    font-family: 'montserrat-regular';
    font-weight: 600;
}

.about_text h4 {
    font-size: 30px;
    color: #180e1f;
    font-weight: 700;
}

.check_text p {
    font-family: poppins-regular;
    font-size: 14px;
    /* line-height: 20px; */
}

p.para {
    font-weight: 600;
}

.about_text p {
    font-size: 15px;
    padding-bottom: 20px;
}

.about_text a {
    width: 156px;
    height: 52px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
    border-radius: 52px;
    font-size: 15px;
    border: 1px solid #4d2468;
    padding: 4px;
    color: #000;
}

.about_text h3 {
    padding-top: 35px;
    padding-bottom: 15px;
    color: #4d2468;
    font-size: 40px;
    font-weight: 600;
}

.about_text a img {
    height: auto;
    width: auto;
    background: #4d2468;
    padding: 14px 10px;
    position: unset;
    z-index: 1;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headphone {
    display: flex;
    gap: 20px;
}

.headphone_btn.inner a {
    background: unset;
    color: #fff;
}

.headphone_btn {
    display: flex;
    gap: 12px;
    align-items: center;
}

.headphone_btn.inner img {
    height: auto;
    width: auto;
    position: unset;
}

.headphone_btn p {
    padding: 0;
    font-size: 10px;
}

.headphone_btn a {
    border: unset;
    width: unset;
    height: unset;
    font-size: 21px;
    font-weight: 600;
}


/*testimonials sect*/

.client-img img {
    width: 100px;
    height: 103px;
    object-fit: cover;
    /* box-shadow: 0 0 13px 1px #808080bf; */
    margin: 20px 0 0 0;
}

.client-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: -89px;
    left: -48px;
    /* background: black; */
    /* width: 120%; */
}

.client-detail {
    position: relative;
}

ul.test-bk::before {
    position: absolute;
    content: "";
    background: #22211d;
    height: 58px;
    width: 282px;
    z-index: -1;
    border-radius: 7px;
    left: -4px;
    top: -11px;
}

ul.test-bk {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    gap: 47px;
    padding: 0 6px;
    justify-content: center;
}

.testi_slider .slick-slide {
    transform: scale(0.7);
    transition: all 0.4s ease-in-out;
}

.testi_slider .slick-current {
    transform: scale(1.2);
    /* background-color: #000000;*/
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testimonial-box::before {
    position: absolute;
    content: "";
    background: url(../images/quote.png);
    top: 53px;
    height: 69px;
    width: 88px;
    background-repeat: no-repeat;
    top: 38%;
}

.testimonial-box {
    border: solid 0.5px #00000017;
    margin-top: 18%;
    margin-bottom: 8%;
    padding: 35px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

ul.test-bk li {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    line-height: 16px;
}

span.test-font {
    font-size: 11px;
}

.test-cont {
    margin-top: 14%;
}


/*.test-cont p {
    font-family: 'Montserrat-ExtraLight';
    line-height: 21px;
    font-weight: 600;
}
*/

.testi_slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.testi_slider .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 10px;
    left: 16px;
}

.testi_slider .slick-prev:hover::before,
.testi_slider .slick-next:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(105%);
}

.testi_slider .slick-next:hover {
    border: 0;
    background: #4d2468;
}

.testi_slider .slick-prev:hover {
    border: 0;
    background: #4d2468;
}

.testi_slider .slick-next {
    right: 45%;
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    top: 100%;
}

.testi_slider .slick-prev {
    left: 45%;
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    top: 100%;
}

.test-head {
    text-align: center;
}

.test-head p {
    font-weight: 600;
    color: #0000009e;
    padding-top: 10px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk::before {
    background: #4d2468;
    width: 313px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk li {
    font-size: 14px;
}

.slick-slide.slick-current.slick-active.slick-center ul.test-bk {
    gap: 95px;
}

ul.test-bk li {
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 16px;
}

ul.test-bk li i {
    font-size: 10px;
    color: #f87f06;
}

span.rat {
    font-size: 20px;
    font-family: 'Montserrat';
}


/*testimonials end*/

.theme-btn {
    position: relative;
    z-index: 1;
}

.theme-btn:hover {
    color: #fff !important;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 100px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn1 {
    position: relative;
    z-index: 1;
}

.theme-btn1:hover {
    color: #fff !important;
}

.theme-btn1:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 10px;
    z-index: -1;
    transition: .5s all;
}

.Residential_Pest_Control {
    padding: 100px 0;
}

.banner_text.inner-detail h1 {
    font-size: 62px;
}

.detail_services.wow.fadeInRight {
    padding: 100px 0;
}

.detail_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.detail_text a {
    border: 1px solid #4d2468;
    width: 150px;
    height: 52px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 50px;
    gap: 7px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}

.detail_text a img {
    background: #4d2468;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 25px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

.detail_text p {
    padding-bottom: 16px;
    text-align: justify;
}

.detail_form form input,
select {
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
    margin-bottom: 38px;
    background-color: #ffffff;
    appearance: auto;
}

.detail_form form textarea {
    border-radius: 0;
    width: 100%;
    height: 229px;
    border: 1px solid #b2b2b2;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.makeappointment_form {
    padding: 100px 0;
}

.detail_form form button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-decoration: none;
    padding: 17px 171px;
    border-radius: 38px;
    border: unset;
    background-color: #4d2468;
}

.past_issuse_content {
    background-image: url(../images/past\ issuse.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 17px;
    position: relative;
    z-index: 1;
}

.past_issuse_content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #978372a1;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
}

.past_issuse {
    padding: 0 0 50px 0;
}

.past_issuse_content h1 {
    color: #fff;
    padding-bottom: 11px;
}

.past_issuse_content a {
    color: #fff;
    background: #4b2365;
    transform: rotate(-3deg);
    width: 186px;
    height: 50px;
    align-items: center;
    padding-top: 6px;
}

.past_issuse_content a h6 {
    color: #fff;
    font-size: 12px;
}

.past_issuse_content p {
    color: #fff;
    padding-top: 24px;
}

.past_issuse_content span {
    color: #fff;
    margin-top: 16px;
}

.Why_Choose_sec {
    background-image: url(../images/why\ chose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.Why_Choose h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background: #48287c;
    width: 243px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transform: rotate(-2deg);
}

.Why_Choose h2 {
    color: #48287c;
    font-weight: 700;
    padding-top: 15px;
}

.Experienced {
    background: #ffff;
    padding: 27px;
    height: 315px;
}

.Experienced img {
    background: #48287c;
    height: auto;
    width: auto;
    padding: 15px;
}

.Experienced h3 {
    padding: 14px 0px;
    color: #48287c;
}

.Experienced p {
    color: #48287c;
    font-size: 14px;
}

.team_content h2 {
    font-size: 32px;
    color: #48287c;
    padding-bottom: 21px;
    font-weight: 500;
}

.team_content p {
    color: #48287c;
}

.team_img img {
    width: 201px;
    height: 201px;
    object-fit: cover;
    border-radius: 50%;
}

.team_img h4 {
    font-size: 13px;
    color: #48287c;
    font-weight: 500;
    padding-top: 11px;
}

.team_img {
    text-align: center;
}

.team_content {
    padding-bottom: 50px;
}

.team_slider .slick-active {
    opacity: 1.5;
}

.team_slider .slick-next {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    right: -50px;
}

.team_slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.team_slider .slick-prev {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    left: -50px;
}

.team_slider .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.bugmizer {
    padding: 100px 0;
}

.bugmizer_img img {
    width: 100%;
    height: 700px;
}

.bugmizer .row {
    align-items: center;
}

.bugmizer_text {
    text-align: center;
    padding-left: 45px;
}

.bugmizer_text h2 {
    font-size: 30px;
    color: #48287c;
    font-weight: 600;
    padding-bottom: 15px;
}

.bugmizer_text p {
    color: #48287c;
    font-size: 14px;
    padding-bottom: 15px;
}

.bugmizer_text a {
    width: 179px;
    background: #48287c;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 33px;
    color: #fff;
    font-weight: 500;
}

.popular-rental-main.inner-services {
    padding: 11px;
}

.popular-rental-text.inner-services p {
    width: 100%;
    margin: 0;
}

.Services_slider .slick-active {
    opacity: 1.5;
}

.Services_slider .slick-next {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    right: -50px;
}

.Services_slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.Services_slider .slick-prev {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    left: -50px;
}

.Services_slider .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.bugmizer_slider .slick-next {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    right: -50px;
}

.bugmizer_slider .slick-next:before {
    position: absolute;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.bugmizer_slider .slick-prev {
    height: 45px;
    width: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #4d2468;
    border-radius: 6px;
    left: -50px;
}

.bugmizer_slider .slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17px;
    left: 15px;
    background-size: contain;
    background-position: center;
}

.bird_img a img {
    width: 365px;
    height: 286px;
}

.bird_img1 a img {
    width: 1076px;
    height: 500px;
    margin-top: 20px;
    object-fit: cover;
}

.bed-content {
    text-align: center;
    padding-bottom: 20px;
}

.bed-content h3 {
    color: #48287c;
}

.bird {
    padding-bottom: 100px;
}

.termite {
    padding: 100px 0 50px;
}

.termite .row {
    align-items: center;
}

.termite_content h3 {
    color: #48287c;
}

.termite_text {
    padding-left: 156px;
}

.termite_text h3 {
    color: #48287c;
    font-weight: 600;
    padding-top: 5px;
}

.termites_active {
    display: flex;
    gap: 10px;
    padding-top: 25px;
    padding-bottom: 23px;
}

.termites_active_text {
    padding: 30px 39px;
    border: 1px solid;
    border-radius: 0 0 0 37px;
    border-right: unset;
}

.termites_active_txt {
    border: 1px solid #000;
    padding: 18px 28px;
    border-radius: 0 33px 0 0;
    height: 85px;
    margin-top: 11px;
}

.termites_active_text h6 {
    color: #7c7c7c;
    font-weight: 600;
}

.termites_active_txt h6 {
    color: #7c7c7c;
}

.termite_text a {
    width: 151px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #48287c;
    border-radius: 51px;
    color: #fff;
}

.termite_here {
    padding-bottom: 100px;
}

.termite_here_content h4 {
    color: #48287c;
    font-size: 30px;
    padding-bottom: 14px;
    text-align: center;
}

.Termites_California {
    padding-bottom: 100px;
    text-align: center;
}

.Termites_California .col-md-12 h4 {
    color: #48287c;
    padding-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    padding-top: 40px;
}

.Drywood_Termite {
    background: #48287c;
    padding: 60px 18px;
}

.Drywood_Termite h4 {
    color: #fff;
    padding-bottom: 16px;
    font-weight: 600;
}

.Drywood_Termite img {
    width: 100%;
    height: 265px;
}

.bugmizer_truck_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.bugmizer_truck_img {
    position: relative;
    text-align: center;
    z-index: 1;
}

.bugmizer_truck_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    align-content: center;
    z-index: 3;
}

.bugmizer_truck_img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #bfbfbfd1;
    z-index: 1;
}

.bugmizer_truck_text ul {
    display: flex;
    gap: 17px;
    padding: 14px 0;
    justify-content: center;
}

.bugmizer_truck_text a {
    width: 240px;
    height: 41px;
    background: #48287c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 33px;
    font-size: 13px;
}

.bugmizer_truck_text ul li {
    color: #7c7c7c;
}

.bugmizer_truck_text ul li i {
    padding-right: 7px;
}

.bugmizer_truck_text h3 {
    font-size: 26px;
    font-weight: 600;
}

.termites {
    text-align: start;
}

.termites h2 {
    color: #48287c;
    font-weight: 500;
    padding-bottom: 13px;
}

.termites p {
    text-align: justify;
}

.contact_info .row {
    align-items: center;
    text-align: center;
}

.contact_info_text h2 {
    font-size: 31px;
    font-weight: 600;
    color: #48287c;
}

.contact_info_text h5 {
    font-size: 24px;
    color: #48287c;
}

.contact_info_text h3 {
    font-size: 27px;
    font-weight: 600;
    color: #48287c;
}

.contact_info_text p {
    width: 66%;
    margin: 0 auto;
    color: #48287c;
    padding-top: 11px;
}

.contact_info_txt {
    text-align: start;
    position: absolute;
    padding: 20px;
    transform: rotate(-1deg);
    bottom: 10px;
    left: 26px;
}

.contact_info_txt h4 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
}

.contact_info_txt span {
    color: #fff;
}

.contact_info_img {
    position: relative;
}

.contact_info_txt::before {
    position: absolute;
    background: #48287c;
    transform: rotate( -1deg);
    content: '';
    width: 100%;
    height: 99px;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

.Services_slider .slick-initialized .slick-slide {
    margin: 12px 0;
}

.contact-images h4 {
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: 600;
    color: #6d6d6d;
}

.contact-images p {
    padding-bottom: 15px;
}

.contact-images p a {
    font-size: 13px;
    text-decoration: underline;
    color: #6d6d6d;
    font-weight: 600;
}

.contact-images p span {
    font-weight: 600;
    color: #6d6d6d;
}

.contact-form form h4 {
    padding-bottom: 12px;
}

.Let’s_Talk h2 {
    font-size: 25px;
    padding-bottom: 14px;
}

.Let’s_Talk {
    text-align: center;
    padding-bottom: 15px;
}

.Let’s_Talk p {
    padding-bottom: 10px;
}

.Let’s_Talk ul li {
    color: #7c7c7c;
    font-size: 11px;
}

.Let’s_Talk ul li a {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
}

.Let’s_Talk ul li i {
    padding-right: 8px;
}

.contact-form form p span {
    color: #6d6d6d;
    font-weight: 700;
}


/* Commercial_Services */

.Commercial_Services {
    padding: 100px 0;
}

.Commercial_Services_content h2 {
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.Commercial_Services_content h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.Commercial_Services_content h4 {
    font-weight: 600;
    text-transform: uppercase;
}

.Commercial_Services_content p {
    padding: 10px 0px;
}

.Commercial_Services_content_list h2 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
}

.Commercial_Services_content_list h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Commercial_Services_content_list li {
    color: #000000;
    font-weight: 400;
}


/* Commercial_Services */

.Termite_Services {
    padding: 100px 0;
}

.Termite_Services_img img {
    height: 451px;
    width: 100%;
    object-fit: cover;
}

.Termite_Services .row {
    align-items: center;
}

.Termite_Services_text h2 {
    font-size: 37px;
    font-weight: 600;
}

.Termite_Services_text p {
    padding: 15px 0;
}

.Termite_Services_text ul li,  .Termite_Services_text ul li a {
    color: #000;
}

.Termite_Services_text a span:hover {
    color: #fff;
}

.Termite_Services_text a span {
    border: 1px solid #4d2468;
    width: 174px;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 50px;
    gap: 33px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-regular';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px;
}

.Termite_Services_text a img {
    background: #4d2468;
    padding: 15px 10px;
    z-index: 1;
    border-radius: 25px;
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: center;
}

.Termite_Services_text ul {
    padding-bottom: 25px;
}
.popular-rental-text li {
    list-style-type: none;
}
.Termite_Services_text p span {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
}