@media (min-width: 992px){
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown-menu{
        display: none;
    }
    li.dropdown.dropend:hover:hover .dropdown-menu{
        left: 100%;
        top: 0px;
        display: block;
    }
}
@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1680px){
    .inner_banner.home-inner.inner-video {
        height: 560px;
    }
    .inner_banner{
        padding-top: 220px;
        padding-bottom: 220px;
    }
}
@media only screen and (max-width: 1399px){
    .navbar-expand-lg .navbar-nav {
        margin-right: -10px;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    a.dropdown-item{
        font-size: 14px;
        line-height: 18px;
        white-space: initial;
        padding: 15px 18px;
    }
    .dropdown-menu{
        min-width: 220px;
    }

    .testimonial_slider:before{
        left: -90px;
    }
    .footer{
        padding-bottom: 36px;
    }
}

@media only screen and (max-width: 1280px){
    .home_banner_content h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .home_banner_content h2{
        font-size: 42px;
        line-height: 55px;
    }
    .home_banner_content{
        padding-right: 30px;
    }
    .inner_banner video {
        margin-top: 0px;
        margin-bottom: -100px;
    }
}

@media only screen and (max-width: 1199px){
    .top_inform {
        font-size: 14px;
    }
    .top_info ul li {
        padding-left: 15px;
    }
    .top_info a.btn {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .navbar-expand-lg .navbar-nav {
        margin-right: -6px;
    }
    .navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle{
        top:-1px;
    }
    .navbar-brand img{
        width: 170px;
    }
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dropend .dropdown-toggle::after{
        transform: rotate(225deg);
        right: 20px;
    }
    
    .home_banner.ab-banner{
        padding-top: 40px;
    }
    .banner_box_video{
        bottom: 132px;
    }
    .banner_box_support {
        top: 90px;
        left: 34px;
    }
    .why_choose_content h5{
        font-size: 18px;
        line-height: 20px;  
    }
    .why_choose_img{
        box-shadow: 0px 15px 36px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 15px 36px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 15px 36px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 15px 36px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 15px 36px 0px rgba(0, 0, 0, 0.08);
    }
    .why_choose_col{
        padding: 36px 34px;
    }
    .termite_service{
        padding: 55px 20px 44px 20px;
    }
    .termite_rs {
        padding: 40px 20px 35px 20px;
    }
    .termite_content{
        padding-left: 145px;
    }
    .service_map li{
        width: 33.33%;
    }
    .footer, .green .footer{
        background-position: right -150px top;
    }
    .map {
      width: 800px;
      height: 550px;
    }
    .contact-form{
        padding: 85px 50px
    }
    .contact-in{
        padding: 85px 40px 0px 40px;
    }
    .contact-info-inner{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 991px){
    .head-bar{
        font-size: 16px;
        line-height: 22px;
    }
    .mobile_call {
        position: relative;
        z-index: 2;
        padding: 15px 30px;
    }
    .mobile_call .btn {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header .navbar-collapse{
        position: fixed;
        max-width: 300px;
        background-color: #fff;
        width: 100%;
        top: 0px;
        left: -300px;
        height: 100%;
        z-index: 3;
        padding: 70px 0px 90px;
        -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
    }
    .header .collapse:not(.show) {
        display: block;
    }
    .header .collapse.show{
      left:0px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 8px 30px;
        border-bottom: 1px solid #f5f4f4;
    }
    .header .navbar-nav{
        z-index: 2;
        position: relative;
        overflow: auto;
        max-height: 100%;
        margin-right: 0px;
    }
    .navbar-light .navbar-nav .nav-item.dropdown{
        padding-right: 0px;
    }
    .navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 49px;
        height: 49px;
    }
    .navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle::after{
        left: 21px;
        top: 19px;
        position: absolute;
    }

    .header .navbar-collapse.collapse.show:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(4, 4, 4, 0.65);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .header .navbar-collapse.collapse.show button.navbar-toggler{
        position: absolute;
        z-index: 3;
        right: 14px;
        top: 28px;
        outline: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .header .navbar-collapse:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    button.navbar-toggler {
        border: 0px;
        padding: 0px;
        outline: none;
        position: relative;
        width: 26px;
        height: 17px;
        top:-5px;
    }

    .navbar-toggler span {
        width: 24px;
        height: 3px;
        background-color: #000;
        margin-bottom: 6px;
        display: block;
        position: absolute;
        -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }

    .navbar-toggler span:nth-of-type(1){
        top: 9px;
        left: 0px;
        transform: rotate(45deg);
    }

    .navbar-toggler span:nth-of-type(2){
        top:9px;
        left: 0px;
        display: none;
    }

    .navbar-toggler span:nth-of-type(3){
        top: 9px;
        right: 2px;
        transform: rotate(-45deg);
    }

    .navbar-toggler.collapsed span:nth-of-type(1){
        top: 0px;
        left: 0px;
        transform: rotate(0deg);
        width: 12px;
    }

    .navbar-toggler.collapsed span:nth-of-type(2){
        top:7px;
        left: 0px;
        width: 22px;
        display: block;
    }

    .navbar-toggler.collapsed span:nth-of-type(3){
        left: 0px;
        right: initial;
        top: 14px;
        transform: rotate(0deg);
        width: 19px;
    }
    .navbar .dropdown-menu{
        border-radius: 0px;
        margin: 0px;
        background-color: #fff!important;
    }
    .navbar .dropdown-menu h5{
        color: #00304c;
        font-size: 16px;
        font-weight: 600;
        padding-left: 30px;
    }
    .navbar .dropdown-menu .nav-link{
        color: #00304c;
        padding-left: 45px;
    }
    .navbar .dropdown-menu div[class*="col"], .navbar .dropdown-menu .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .dropdown-menu .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar .dropdown-menu div[class*="col"]:last-child {
        margin-bottom: 0rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link::before{
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle::after{
        right:20px;
        top: 23px;
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }
    .navbar-collapse .navbar-brand {
        z-index: 2;
        position: absolute;
        max-width: 200px;
        top: 14px;
        left: 30px;
    }
    a.dropdown-item {
        padding: 15px 30px 15px 45px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #f5f4f4;
    }
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-brand{
        margin-right: 0px;
    }
    .navbar-brand img{
        display: block;
        margin: auto;
        width: 140px;
    }
    
    nav.navbar{
        border: 0px;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: #fff;
    }
    .head_info ul li{
        padding-left: 0px;
    }

    .mobile_head{
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    }
    li.dropdown.dropend ul.dropdown-menu a.dropdown-item {
        padding-left: 60px;
    }
    .top_mobile.top_info{
        z-index: 2;
        position: relative;
    }
    .top_mobile.top_info a.btn{
        display: block;
    }
    .inner_banner {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .home_banner_img{
        max-width: 600px;
        width: 100%;
        margin: 0px auto 0px;
    }
    .home_banner{
        padding-top: 25px;
        margin-bottom: 60px;
    }
    .home_banner.ab-banner{
        padding-top: 70px;
    }
    .home_banner.ab-banner .home_banner_img{
        margin-top: -110px;
        margin-bottom: -40px;
    }
    .home_banner_content {
        padding-right: 0px;
    }
    .banner_box_support {
        top: 156px;
        left: 54px;
    }
    .banner_box_video {
        bottom: 173px;
    }
    .inner_banner.home-inner.inner-video{
        height: initial;
    }
    .inner_banner video {
        margin-bottom: -40px;
    }
    .banner_btns{
        justify-content: center;
    }
    .booking_cont {
        padding: 44px 30px 46px 30px;
    }
    .testimonial_slider{
        padding-top: 60px;
    }
    .testimonial_slider:before, .green .testimonial_slider:before{
        width: 60px;
        height: 46px;
        background-size: 60px;
        top: 0px;
        left:50%;
        transform: translateX(-50%);
    }
    .testimonial_slider .slick-dots{
        justify-content: center;
    }
    .latest_blog {
        padding-bottom: 80px;
    }
    .termite_rs{
        padding: 50px 46px 50px 46px;
    }
    .termite_protect_info:before{
        width: 95%;
    }
    .termite_protect_info h3{
        font-size: 26px;
    }
    .video_btn{
        width: 110px;
        height: 110px;
        left: 29%;
    }
    .video_btn:before{
        width: 74px;
        height: 74px;
    }
    .video_btn_inner{
        width: 40px;
        height: 40px;
    }
    .inner_banner {
        position: relative;
       /* padding-top: 140px;
        padding-bottom: 140px;*/
    }
    /*.inner_banner.home-inner{
        padding-top: 180px;
        padding-bottom: 200px;
    }*/
    .service_map li {
        width: 50%;
    }
    .termite_letter {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .map {
      width: 690px;
      height: 450px;
      margin-right: -30px;
    }

    .footer, .green .footer{
        background-position: right -250px top;
    }
    .footer_phone_content h2{
        font-size: 32px;
        line-height: 38px;
    }
    .footer_phone_content h6{
        font-size: 18px;
        line-height: 20px;
    }
    .contact-info-img{
        position: relative;
    }
    .contact-in{
        background-color: #fff;
        padding-top: 20px;
    }
    .contact_lo{
        max-width: 300px;
        width: 100%;
        margin: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .contact_lo_icon{
        text-align: center;
    }
    .contact-info-inner{
        padding-top: 56px;
    }
    .contact-info-inner h4{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    a.contact-phone{
        font-size: 24px;
    }
    a.contact-phone svg{
        width: 30px;
        height: 30px;
    }
    .contact-form{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-head h4{
        font-size: 23px;
    }
}

@media only screen and (max-width: 767px){
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    p {
        font-size: 14px;
        line-height: 30px;
    }
    .head-bar {
        font-size: 14px;
        line-height: 18px;
    }
    .mobile_call .btn.btn-lg {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .head_btns ul li a{
        font-size: 11px;
        line-height: 20px;
        padding: 3px 20px;
    }
    .header_top{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .top_info.top-left ul{
        justify-content: center;
    }
    /*.top_info ul li img, .top_info ul li svg {
        margin-right: 2px;
    }*/
    .home_banner_img{
        max-width: 380px;
    }
    .home_banner.ab-banner .home_banner_img {
        margin-top: -80px;
        margin-bottom: -20px;
    }
    .home_banner{
        margin-bottom: 20px;
    }
    .home_banner_content h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .home_banner_content h1, .home_banner_content h2{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 18px;
    }
    .home_banner_content p {
        margin-bottom: 30px;
    }
    .banner_phone_content h5{
        margin-bottom: 0px;
        font-size: 16px;
    }
    .banner_phone_content p{
        margin-bottom: 0px;
    }
    .banner_box{
        width: 70px;
        height: 70px;
    }
    .banner_box_termite {
        bottom: 18px;
        left: 24%;
    }
    .banner_box_video {
        left: 2px;
        bottom: 103px;
    }
    .banner_box_support {
        top: 95px;
        left: 4px;
        width: 80px;
        height: 99px;
    }
    .banner_contact{
        max-width: 154px;
        right: 0px;
        bottom: 94px;
    }
    .banner_call a{
        font-size: 16px;
        padding: 11px 10px;
    }
    .banner_contact_head h6 {
        font-size: 9px;
        line-height: 10px;
    }
    .banner_contact_head{
        width: 88px;
        padding: 6px 5px 5px;
        border-radius: 6px 6px 0px 0px;
        -webkit-border-radius: 6px 6px 0px 0px;
        -moz-border-radius: 6px 6px 0px 0px;
        -ms-border-radius: 6px 6px 0px 0px;
        -o-border-radius: 6px 6px 0px 0px;
    }
    .banner_box_support .banner_contact_head, .banner_box_termite .banner_contact_head {
        width: 52px;
        margin-top: -17px;
    }
    .banner_box_video .banner_contact_head {
        width: 65px;
        margin-top: -17px;
    }
    .banner_box_support .banner_contact_head h6, .banner_box_termite .banner_contact_head h6, .banner_box_video .banner_contact_head h6 {
        line-height: 6px;
    }
    .inner_banner video {
        margin-bottom: 0px;
    }
    .btn{
        font-size: 14px;
    }
    .btn.btn-lg {
        padding: 12px 48px;
    }
    .hgroup {
        margin-bottom: 35px;
    }

    .why_choose{
        padding-top: 40px;
    }
    .why_choose_slider .slick-list{
        padding: 0px 100px !important;
    }
    .why_choose_col {
        padding: 46px 54px;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
    }

    .slick-dots li button, .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .why_choose_slider .slick-slide{
        padding-bottom: 36px;
    }
    .service {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inside-service{
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .services-slide .slick-track {
        display: flex;
    }
    .services-slide .slick-slide {
        padding: 15px 15px 40px; 
        height: initial;
    }
    .services-slide .termite_service {
        max-width: 100%;
    }
    .termite_welcome {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .termite_booking{
        padding-top: 80px;
        padding-bottom: 140px;
    }
    .contact_booking {
        padding-bottom: 80px;
    }
    .booking_form{
        margin-top: -125px;
        margin-bottom: 40px;
    }
    .booking_cont_icon {
        display: block;
        margin-bottom: 16px;
    }
    .booking_cont h4{
        font-size: 20px;
        line-height: 24px;
    }
    .booking_cont h4 img, .booking_cont h4 svg{
        margin-right: 0px;
    }
    .form-control{
        height: 48px;
        padding: 8px 20px;
        font-size: 13px;
    }
    .booking_cont .btn{
        width: 100%;
    }
    .select_custom .ui-selectmenu-button.ui-button{
        height: 48px;
    }
    .select_custom .ui-button {
        padding: 15px 16px 15px 20px;
    }
    .select_custom .ui-selectmenu-text{
        font-size: 13px;
    }
    .testimonial {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonial_slider{
        padding-bottom: 32px;
    }
    .testimonail_footer h6{
        font-size: 18px;
        line-height: 22px;
    }
    .testimonail_footer p{
        font-size: 13px;
    }

    .blog_slider .slick-slide{
        padding-bottom: 48px;
    }
    .blog-card .card-body h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-card .card-body p {
        font-size: 13px;
        line-height: 23px;
    }
    .blog-card .card-body {
        padding: 30px;
    }
    .latest_blog{
        padding-top: 40px;
    }
    .blog_single_info ul li, .blog_single_info ol li{
        padding-left: 26px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 26px;
    }
    .blog_single_info ol li{
        padding-left: 28px;
    }

    .blog_single_info ol li strong{
        font-size: 15px;
    }

    .blog_single_info li:before{
        background-size: 14px;
        width: 14px;
        top:6px;
    }
    .blog_single_info ul{
        margin-bottom: 25px;
    }
    .blog_single_info h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .blog_single_info h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .blog_single_info h5 {
        font-size: 18px;
    }
    .termite_rs {
        padding: 50px 20px 35px 20px;
    }
    .termite_protect_bg {
        width: 100%;
        height: 550px;
        position: relative;
        background-position: center !important;
    }
    .termite_protect_inner:before{
        display: none;
    }
    .termite_protect_inner{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .termite_risk {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .termite_risk_area{
        padding-bottom: 80px;
    }
    .video_btn{
        left: 50%;
        top: 60%;
    }
    .termite_con{
        background: #ff0000 url('../images/mouse_bg.png') repeat;
        background-size: 32px;
        background-position: center;
        padding-top: 80px;
        padding-bottom: 60px;
        margin-top: -30px;
        position: relative;
        clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    }
    .green .termite_con{
        background-color: #4e92ce;
    }
    .termite_content {
        padding: 60px 20px 60px 70px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 9% 100%);
    }

    .inner_banner{
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .inner_banner.home-inner{
        padding-top: 160px;
        padding-bottom: 180px;
    }
    .inner_why {
        margin-top: 0px;
        padding-top: 50px;
    }
    .blog_single_social li{
        padding: 0px 5px;
    }

    .blog_single_social{
        padding-right: 0px;
    }
    .blog_single {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .blogs {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .custom_pagination a.page-link {
        width: 44px;
        height: 44px;
        font-size: 16px;
        line-height: 32px;
    }

    .contact_info{
        margin-top: -34px;
        margin-bottom: 35px;
    }
    .customer_care p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .customer_care h3 img, .customer_care h3 svg{
        margin-right: 16px;
    }
    .customer_care h3 {
        font-size: 24px;
    }
    .customer_care {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .faq {
        padding-top: 80px;
        padding-bottom: 55px;
    }
    .accordion-item{
        margin-bottom: 20px;
    }
    .accordion-header{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        padding: 20px 36px 20px 22px;
    }
    .accordion-header.accordion-button.collapsed, .accordion-header.accordion-button.collapsing{
        padding-bottom: 20px;
    }
    .accordion-body{
        padding: 5px 36px 20px 22px;
        font-size: 14px;
        line-height: 22px;
    }
    .accordion-button::after{
        width: 10px;
        height: 10px;
        top: 23px;
        right: 18px;
    }
    .booking_cont h3{
        font-size: 20px;
        line-height: 24px;
    }
    .service_map li {
        width: 100%;
    }
    .service_area{
        padding-bottom: 80px;   
    }
    .service_map li a{
        font-size: 18px;
    }
    
    .temite_letter_info h3, .temite_letter_info_head h3{
        font-size: 22px;
        line-height: 26px;
    }
    .temite_letter_info {
        margin-bottom: 30px;
    }
    .help_termite_content h5 {
        font-size: 24px;
    }

    .map {
      width: 516px;
      height: 330px;
        margin-right: -45px;
    }
    .blog_single_info h2{
        font-size: 25px;
        line-height: 32px;
    }

    .footer_logo {
        margin-bottom: 14px;
    }
    .footer, .green .footer{
        background-image: none;
        padding-bottom: 30px;
    }
    .footer_social ul{
        justify-content: center;
    }
    .footer_social ul li {
        padding-right: 12px;
        padding-left: 12px;
    }
    .footer_phone{
        padding: 45px 60px;
        margin-bottom: 55px;
    }
    .footer_info p a{
        font-size: 16px;
    }
    .footer_links h6{
        font-size: 18px;
    }
    .footer_links {
        padding-bottom: 20px;
    }
    .footer_links ul li {
        padding-bottom: 12px;
    }
    .footer_links ul li a{
        font-size: 14px;
    }
    .footer_phone_icon{
        width: 90px;
        margin-right: 10px;
    }
    .footer_phone_content h6 {
        font-size: 15px;
        line-height: 15px;
    }
    .footer_phone_content h2 {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    a.footer_phone_content{
        padding: 18px 30px;
    }
    p.copyright{
        margin-bottom: 0px;
        padding-top: 10px;
    }
    .footer_info {
        padding-bottom: 20px;
    }
    .temite_letter_info ul li{
        font-size: 14px;
        padding-left: 34px;
    }
    .contact-form .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pests_inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 575px){
    .banner_btns a{
        order: 2;
        margin-bottom: 0px;
    }
    a.banner_phone {
        order: 1;
        margin-bottom: 30px;
        width: 100%;
        justify-content: center;
    }
    .home_banner_content h1, .home_banner_content h2{
        font-size: 28px;
        line-height: 32px;
    }
    .inner_banner.home-inner {
        padding-top: 120px;
        padding-bottom: 140px;
    }
    .why_choose_slider .slick-list {
        padding: 0px 50px !important;
    }
    .img_br_top, .img_br_top:before, .termite_welcome_img:after, .img_br_bottom{
        width: 100px;
        height: 100px;
    }
    .termite_welcome_img{
        padding: 32px;
    }
    .img_br_top:before{
        right: 16px;
        top: 16px;
    }
    .termite_welcome_img:after{
        left: 16px;
        bottom: 16px;
    }
    .blog_inner .container{
        padding: 0px;
    }
    .blog_slider .slick-slide{
        padding-left: 10px;
        padding-right: 10px;
    }
    .video_mod .modal-body video, .video_mod .modal-body iframe {
        height: 300px;
    }
    .map {
      width: 350px;
      height: 200px;
        margin-right: -50px;
    }
    a.footer_phone_content {
        padding: 13px 30px;
        max-width: 244px;
    }
    .footer_phone_content h2 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .footer_phone_content h6 {
        font-size: 13px;
        line-height: 13px;
    }
    .footer_phone{
        justify-content: center;
        padding: 38px 30px;
    }
    .footer_phone_icon {
        width: 74px;
    }
}

@media only screen and (max-width: 480px){
    .top_info a.btn{
        padding-left: 10px;
        padding-right: 10px;
        min-width: 126px;
        line-height: 19px;
    }
    .mobile_head .col-8 {
        padding-left: 4px;
        padding-right: 4px;
    }
    .video_mod .modal-body video,  .video_mod .modal-body iframe{
        height: 250px;
    }
    .inner_banner video {
        margin-bottom: 0px;
        height: 315px;
        object-fit: cover;
    }
    .pests {
        margin-top: -30px;
    }
    .pests_inner .btn {
        font-size: 12px;
        line-height: 16px;
        top: -17px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pests_inner{
        padding: 18px 10px 20px;
    }
    .pests_inner .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .pest-col {
        padding: 10px 0px 5px 0px;
    }
    .pest-info h5 {
        font-size: 12px;
        line-height: 14px;
    }
    .services-slide .slick-list.draggable{
        padding: 0px 50px !important;
    }
    .services-slide .slick-slide{
        padding: 15px 10px 40px;
    }
    .termite_protect_bg{
        height: 450px;
    }
    .blog_slider .slick-list {
        padding: 0px 35px !important;
    }
    .why_choose_content {
        padding-left: 15px;
    }
    .why_choose_slider .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .why_choose_slider .slick-list {
        padding: 0px 40px !important;
    }
    .why_choose_icon img {
        height: 48px;
    }

    .footer_info .col-6{
        width: 100%;
    }
    .contact-info-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 420px){
    .navbar-brand img{
        width: 120px;
    }
    .inner_banner h1 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 414px){
    .inner_banner.home-inner {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .why_choose_col {
        padding: 30px 30px;
    }

    .why_choose_content h5 {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .footer_phone {
        padding: 28px 25px;
        margin-bottom: 40px;
    }
    a.footer_phone_content {
        padding: 10px 16px;
        max-width: 176px;
    }
    .footer_phone_content h6 {
        font-size: 11px;
        line-height: 11px;
    }
    .footer_phone_content h2 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .footer_phone_icon {
        width: 60px;
    }
    .contact-form {
        padding: 50px 30px;
    }
    .contact_lo_icon {
        flex: 0 0 auto;
        width: 52px;
    }
    .contact_lo_content h6 {
        font-size: 17px;
    }
    .contact_lo_content p {
        font-size: 14px;
    }
    .contact-icon {
        width: 84px;
        height: 84px;
    }
}
@media only screen and (max-width: 390px){
    .inner_banner.home-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pests {
        margin-top: -22px;
    }
    .pest-icon {
        max-width: 56px;
    }
    .pest-info h5 {
        font-size: 11px;
        line-height: 14px;
    }
    .termite_protect_info:before {
        width: 98%;
    }
}
@media only screen and (max-width: 375px){
    .home_banner_img {
        max-width: 290px;
    }
    .banner_box {
        width: 60px;
        height: 60px;
    }
    .banner_box_support {
        top: 72px;
        left: 7px;
        width: 70px;
        height: 86px;
    }
    .banner_box_video {
        left: -8px;
        bottom: 75px;
    }
    .banner_box_termite {
        bottom: 10px;
    }
    .video_mod .modal-body video, .video_mod .modal-body iframe{
        height: 194px;
    }
    .banner_box_video .banner_contact_head {
        width: 50px;
        margin-top: -22px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .banner_box_video .banner_contact_head h6{
        line-height: 7px;
    }
    .protect_call_icon{
        width: 86px;
        height: 86px;
    }
    .protect_call_icon svg{
        width: 30px;
        height: 30px;
    }
    .protect_call_content {
        padding-left: 16px;
    }
    .why_choose_slider .slick-list {
        padding: 0px 30px !important;
    }
    .why_choose_slider .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }
    .why_choose_img .why_choose_col{
        padding: 0px 20px 20px 20px;
    }
    .map {
      width: 280px;
      height: 160px;
        margin-right: -50px;
    }
    .service_map {
        padding-top: 40px;
    }
    .services-slide .slick-list.draggable{
        padding: 0px 24px !important;
    }
    .services-slide .slick-slide{
        padding: 15px 8px 40px;
    }
    .help_termite{
        padding-left: 40px;
        padding-right: 40px;
    }
    .map_modal .modal-body {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 360px){
    .pests_inner .col-md-3.col-3 {
        padding-right: 8px;
        padding-left: 8px;
    }
    .pest-col {
        padding: 10px 0px 5px 0px;
    }
    .pest-info h5 {
        font-size: 10px;
    }
}