@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');


body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rethink Sans", sans-serif;
}
h1{
    color: #fff;
    font-size: 5.7vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
}
h2{
    font-size: 4.7vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3px;
}
h3{
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}
h4{
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}
h5{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}
h6{
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}
p, ul li{
    font-size: 22px;
    line-height: 1.2;
}
a{
    text-decoration: none;
    font-size: 22px;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.red{
    color: #dd1717;
}
.mr-1{
    margin-right: 10px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.mb-3{
    margin-bottom: 3% !important;
}
.mb-4{
    margin-bottom: 4% !important;
}
.mb-5{
    margin-bottom: 5% !important;
}
.mb-6{
    margin-bottom: 6% !important;
}
.mb-7{
    margin-bottom: 7% !important;
}
.mb-8{
    margin-bottom: 8% !important;
}
.mb-9{
    margin-bottom: 9% !important;
}
.mb-10{
    margin-bottom: 10% !important;
}
.mb-15{
    margin-bottom: 15% !important;
}
.mt-3{
    margin-top: 3% !important;
}
.mt-7{
    margin-top: 7% !important;
}
.p-0{
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}

/* Header */
.container-fluid{
    padding-inline: 2vw;
}
.my-bg{
    background-color: #fff;
    border-bottom: 1px solid #1e1a62;
}
.navbar-brand img{
    width: 350px;
}
.navbar-expand-md .navbar-nav .nav-link{
    color: #000;
    font-weight: 700;
    font-size: 22px;
    padding-inline: 20px;
    text-decoration: none;
    transition: all 0.5s;
}
.phone{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding-inline: 20px;
    text-decoration: none;
    transition: all 0.5s;
}
.navbar-expand-md .navbar-nav .nav-link:hover, .phone:hover{
    color: #dd1717;
}
.phone-mob{
    display: none;
}
.navbar-toggler{
    padding: 5px;
    font-size: 15px;
}
.navbar-toggler:focus, .btn-close:focus{
    box-shadow: none;
}

/* Banner Section */
.background{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner{
    background-image: url(../image/banner.jpg);
    padding: 8% 0 18% 0;
}
.red-btn{
    display: inline-block;
    background-color: #dd1717;
    text-decoration: none;
    color: #fff;
    padding: 20px 35px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}
.red-btn::after{
    position: absolute;
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #f23627;
    top: 8px;
    left: 8px;
}

/* Services */
.service{
    background-image: url(../image/service-bg.jpg);
    padding: 6% 0 2vw 0;
}

/* Protect */
.protect{
    background-image: url(../image/protect-bg.jpg);
    padding: 8% 0 6% 0 ;
}
.blue-btn{
    display: inline-block;
    background-color: #000249;
    text-decoration: none;
    color: #fff;
    padding: 20px 35px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}
.blue-btn::after{
    position: absolute;
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #201b64;
    top: 8px;
    left: 8px;
}

/* About */
.about{
    background-image: url(../image/about-bg.jpg);
    padding: 6% 0 2vw 0;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: auto;
    right: auto;
    max-width: 100%;
    display: inline-block;
}
.videoBox .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    z-index: 1;
}
.videoBox .playIcon .material-icons-round {
    color: #000;
    font-size: 40px;
    background-color: #fdaa20;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
}
.popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    text-align: center;
    width: 100%;
    height: 100%;
}
.popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.popup video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#showVideoBtn {
    cursor: pointer;
}
.popup #closeVideoBtn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 0%;
    font-size: 20px;
    background: #dd1717;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
}

 /* Repairs */
 .repair{
    background-image: url(../image/repairs-bg.jpg);
    padding: 6% 0 2vw 0;
 }
 .white-btn{
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    padding: 20px 35px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}
.white-btn::after{
    position: absolute;
    content: '';
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #c5c5c5;
    top: 8px;
    left: 8px;
}

/* Footer */
footer{
    background-image: url(../image/footer-bg.jpg);
    padding-top: 5%;
}
footer ul{
    padding: 0;
    list-style: none;
}
.column-count{
    column-count: 2;
}
footer ul li{
    font-weight: 700;
    margin-bottom: 10px;
}
footer ul li span{
    font-weight: 400;
}
footer ul li a{
    color: #000;
    transition: all 0.5s;
}
footer ul li a:hover{
    color: #dd1717;
}
.copyright{
    font-weight: 700;
}


/* Damage Repairs Page */

/* Banner Section */
.damage-banner{
    background-image: url(../image/damage-repairs-banner.jpg);
    padding: 14% 0 12% 0;
}

.termite{
    background-image: url(../image/damage-bg.jpg);
    padding: 6% 0 2vw 0;
}


/* Termite Control Page */

/* Banner Section */
.termite-banner{
    background-image: url(../image/termite-banner.jpg);
    padding: 12% 0 12% 0;
}

.ensuring{
    background-image: url(../image/termite-bg.jpg);
    padding: 6% 0 6% 0;
}

.protection{
    background-image: url(../image/annual-bg.jpg);
    padding: 6% 0 2vw 0;
}

/* Pest Control Page */

/* Banner Section */
.pestcontrol-banner{
    background-image: url(../image/pest-control-banner.jpg);
    padding: 12% 0 12% 0;
}
.pest-rodent{
    background-image: url(../image/pest-control-bg.jpg);
    padding: 6% 0 2vw 0;
}
.bedbugs{
    background-image: url(../image/pest-control-bg3.jpg);
    padding: 6% 0 2vw 0;
}
.timeline {
	width: 100%;
    margin: 30px auto;
	position: relative;
    padding: 0 10px;
    list-style: none;
}
.timeline:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #ffffff;
    left: 50%;
    top: 0;
    position: absolute;
}
.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
}
.timeline-item:nth-child(even) .timeline-icon {
    position: absolute;
    top: 0;
    right: -75px;
    overflow: hidden;
    margin-left: -75px;
}
.timeline-item:nth-child(odd) .timeline-icon {
    position: absolute;
    top: 0;
    left: -75px;
}
.timeline-item:nth-child(odd) .timeline-content {
    margin-left: 10%;
    transition: all 0.3s ease;
}
.timeline-item:nth-child(even) .timeline-content {
    margin-right: 10%;
    transition: all 0.3s ease;
}
.timeline li:nth-child(odd){
    left: 50%;
}
.timeline li:nth-child(even){
    left: 0;
    text-align: right;
}

.timeline:nth-child(odd)t:before {
    content: "";
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
}


/* Treatment Options Page */

/* Banner Section */
.treatment-banner{
    background-image: url(../image/treatment-banner.jpg);
    padding: 12% 0 12% 0;
}
.termite-solution{
    background-image: url(../image/Treatment-bg.jpg);
    padding: 6% 0 2vw 0;
}
.pest-solution{
    background-image: url(../image/Treatment-bg2.jpg);
    padding: 6% 0 6% 0;
} 
.pest-solution ul{
    padding-left: 20px;
}
.pest-solution ul li{
    margin-bottom: 10px;
}
.bugs{
    background-image: url(../image/Treatment-bg3.jpg);
    padding: 6% 0 2vw 0;
}
.bugs ul{
    padding-left: 25px;
}
.bugs ul li{
    margin-bottom: 30px;
}


/* Contact Page */

/* Banner Section */
.contact-banner{
    background-image: url(../image/contact-banner.jpg);
    padding: 12% 0 12% 0;
}
.contact-section{
    background-image: url(../image/contact-bg.jpg);
    padding: 6% 0 6% 0;
}
.git{
    background-image: url(../image/contact-bg2.jpg);
    padding: 6% 0 6% 0;
}
form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form input{
    width: calc(50% - 10px);
    height: 55px;
    padding: 5px 10px;
    border: none;
    margin-bottom: 10px;
    margin-inline: 5px;
}
textarea{
    width: 100%;
    padding: 5px 10px;
    border: none;
    margin-inline: 5px;
}
form button{
    border: none;
    padding: 15px 40px !important;
}


/* Responsive start */

@media(max-width: 1600px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 18px;
        padding-inline: 15px;
    }
    .navbar-brand img{
        width: 280px;
    }
    .phone{
        font-size: 16px;
        padding-inline: 15px;
    }
    .phone img{
        width: 35px;
    }
    p{
        font-size: 20px;
    }
    footer ul li, ul li, a{
        font-size: 18px;
    }
    .red-btn, .blue-btn, .white-btn {
        padding: 15px 25px;
        font-size: 18px;
    }
    .playIcon img{
        width: 85px;
    }
    .bugs ul {
        padding-left: 20px;
    }
}

@media(max-width: 1367px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 15px;
        padding-inline: 12px;
    }
    .phone{
        font-size: 14px;
        padding-inline: 12px;
    }
    .navbar-brand img {
        width: 235px;
    }
    .timeline-icon img{
        width: 130px;
    }
    .timeline-item:nth-child(odd) .timeline-icon {
        left: -65px;
    }
    .timeline-item:nth-child(even) .timeline-icon {
        right: -65px;
    }
}

@media(max-width: 1280px){
    .phone img{
        width: 30px;
    }
    h1, h2{
        letter-spacing: -2px;
    }
    h3{
        letter-spacing: -1px;
    }
    h5{
        font-size: 25px;
    }
    .service-type img{
        width: 75%;
    }
}

@media(max-width: 1200px){
    .navbar-brand img {
        width: 200px;
    }
    h4{
        font-size: 22px;
        letter-spacing: 0;
    }
    p{
        font-size: 18px;
    }
    .red-btn, .blue-btn, .white-btn {
        padding: 15px 25px;
        font-size: 16px;
    }
    form input{
        height: 45px;
    }
    .contact-section img{
        width: 60px;
    }
}

@media(max-width: 1120px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 13px;
    }
    .phone{
        font-size: 12px;
        padding-inline: 14px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .phone img {
        width: 25px;
    }
    h2 br{
        display: none;
    }
    h5 {
        font-size: 22px;
        letter-spacing: 0px;
    }
    p, footer ul li, ul li, a{
        font-size: 16px;
    }
}

@media(max-width: 992px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 12px;
        padding-inline: 6px;
    }
    .phone{
        font-size: 10px;
        padding-inline: 6px;
    }
    .navbar-brand{
        margin-right: 5px;
    }
    .navbar-brand img {
        width: 135px;
    }
    .phone img {
        width: 20px;
        margin-right: 5px !important;
    }
    h6{
        font-size: 22px;
    }
    h1, h2, h3 {
        letter-spacing: 0px;
    }
    .red-btn, .blue-btn, .white-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .bugs ul li {
        margin-bottom: 20px;
    }
    .timeline-icon img {
        width: 100px;
    }
    .timeline-item:nth-child(odd) .timeline-icon {
        left: -50px;
    }
    .timeline-item:nth-child(even) .timeline-icon {
        right: -50px;
    }
}

@media(max-width: 810px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 11px;
    }
}

@media(max-width: 767.9px){
    .navbar-expand-md .navbar-nav .nav-link{
        font-size: 14px;
        padding-inline: 8px;
    }
    .navbar-brand{
        margin-right: 10px;
    }
    .phone-desk {
        display: none;
    }
    .phone-mob{
        display: block;
    }
    .column-count{
        column-count: 1;
    }
    h3, h4, h5, footer ul, h2, p, .button, .pest-solution ul, .bugs ul{
        text-align: center;
    }
    h3 br, p br{
        display: none;
    }
    .social-media a{
        margin-left: 10px;
    }
    .playIcon img{
        width: 50px;
    }
    .mb-15{
        margin-bottom: 10% !important;
    }
    .pest-solution ul, .bugs ul{
        list-style-position: inside;
        padding: 0;
    }
    .bugs ul li {
        margin-bottom: 15px;
    }
    .timeline:before{
        left: 5%;
    }
    .timeline-item{
        width: 100%;
    }
    .timeline li:nth-child(odd), .timeline li:nth-child(even) {
        left: 4%;
    }
    .timeline-item:nth-child(even) .timeline-icon {
        left: 25px;
        right: inherit;
    }
    .timeline-item h3, .timeline-item p{
        text-align: left !important;
    }
    .timeline-item .timeline-content{
        margin-right: 0 !important;
        margin-left: 5% !important;
    }
}

@media(max-width: 576px){
    h3, h4{
        font-size: 20px;
    }
    .timeline-icon img {
        width: 60px;
    }
    .timeline-item:nth-child(odd) .timeline-icon {
        left: -25px;
    }
    .timeline-item:nth-child(even) .timeline-icon {
        left: 50px;
    }
    .timeline:before {
        left: 6.7%;
    }
    form input{
        width: 100%;
        height: 35px;
    }
}

@media(max-width: 480px){
    h1{
        font-size: 25px;
    }
    h2{
        font-size: 22px;
    }
    h5, h6 {
        font-size: 20px;
    }
    p, a {
        font-size: 14px;
    }
    footer ul li, ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .red-btn, .blue-btn, .white-btn {
        font-size: 12px;
    }
    .timeline:before {
        left: 7%;
    }
}

@media(max-width: 376px){
    .timeline:before {
        left: 8%;
    }
}