@import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css");

/* [ FONT ]*/
@font-face {
    font-family: 'astrohead bold';
    src: url('../fonts/astrohead/astrohead-bold.otf');
}


@font-face {
    font-family: 'roboto light';
    src: url('../fonts/roboto/roboto-light.ttf');
}

@font-face {
    font-family: 'roboto medium';
    src: url('../fonts/roboto/roboto-medium.ttf');
}

@font-face {
    font-family: 'roboto regular';
    src: url('../fonts/roboto/roboto-regular.ttf');
}


@font-face {
    font-family: 'roboto bold';
    src: url('../fonts/roboto/roboto-bold.ttf');
}

html, body {
    scroll-behavior: smooth;
}

        /* Reset some default styles */
        body, h1, h2, h3, p, ul, ol, li, figure, figcaption, div {
            margin: 0;
            padding: 0;
            border: 0;
        }

        /* Apply a box-sizing border-box model to all elements */
        *, *:before, *:after {
            box-sizing: border-box;
        }

        /* Set a base font size and line height */
        body {
            font-family: 'roboto','Arial', sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #000000;
            overflow-x: hidden;
        }

        .white_text {
            color: #fff;
        }
        .light_blue{
            background-color:#edf9fb;
        }
        .black_text{
            color: #000000;
        }
        .dark_green{
            background-color: #077e48;
            color: #fff;
        }
        .sky_blue_text{
            color: #27aae1;
        }
        /* Add some basic styling for the header */
        header {
            background-color: #ffffffc4;
            padding: 20px 0px;
            text-align: center;
            position: absolute;
            width: 100%;
            
        }
        .header_wrapper{
            display: flex;
            justify-content: space-between;
        }

        .header_center{
            display: flex;
            align-items: center;
            
        }
        
        .header_center img, .header_center_mobile img{
            width: 45px;
            height: 45px;
        }

        .header_center .header_center_title, .header_center_mobile .header_center_title{
            max-width: 320px;
            font-family: "astrohead bold";
            font-size: 20px;
            text-transform: uppercase;
            width: 100%;
            text-align: left;
            line-height: 1;
            padding-left: 10px;

              
        }
        
        .header_center_mobile{
            display: none;
        }

        .h1_heading{
            font-size: 25px;
            font-family: "astrohead bold";
            text-transform: uppercase;

        }

        .h3_heading{
            font-size: 22px;
            font-family: "astrohead bold";
            text-transform: uppercase;
        }

        
        .h4_heading{
            font-size: 16px;
            font-family: "astrohead bold";
            text-transform: uppercase;
        }


        .para_text{
            font-size: 16px;
            font-family: "roboto regular";
            color: #000000;
            line-height: 1.6;
        }
        .para_text_bold{
            font-size: 14px;
            font-family: "roboto bold";
            color: #000000;
            line-height: 1.6;
        }

        .hero_form{
            position: relative;
            margin-top: 20px;
            display: flex;
            align-items: center;
        }
        .hero_form_wrapper{
            width: 75%;
            /* padding-top: 90px; */
        }
        .hero_form_wrapper .para_text{
            padding-top: 5px;
            font-size: 16px;
        }

        .hero_sec .input_prepare_now::placeholder{
            font-family: "roboto bold";
            font-size: 14px;
        }

        .hero_sec  .input_prepare_now{
            width: 75%;
            padding: 10px 15px;
            background: #fff;
            border-radius: 40px;
            outline: none;
            border: 2px solid #d1d1d1;
            box-shadow: 0px 18px 21px 0px rgb(0 28 40 / 16%);

        }
        .hero_sec .prepare_btn{
            font-family: "roboto bold";
            position: absolute;
            top: 0;
            right: 0;
            width: 35%;
            padding: 10px 15px;
            border: 2px solid #077e48;
            border-radius: 40px;
            box-shadow: 0px 18px 21px 0px rgb(0 28 40 / 16%);
            transition: 0.3s ease-in-out;
        }
        .hero_sec .prepare_btn:hover{
            background-color: #fff;
            color: #077e48;
        }
        

        .hero_sec .h1_heading{
            text-transform: uppercase;
	    font-size:27px;
        }
        .hero_sec .h1_heading span{
            display: block;
        }

        .hero_sec .low_price{
            text-align: right;
            font-family: "roboto bold";
        }
        .hero_sec .low_price sup{
          font-size: 14px;
          color: #000000;
          position: relative;
          top: -5px;
        }
      
        .hero_sec .low_price{
            color: #077e48;
            font-family: "roboto bold";
            font-size: 20px;
        }


        .logo .logo_img{
            width: 185px;
            height: 52px;
        }
        .call_wrapper{
            display: flex;
        }
        .call_wrapper .img{
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }
        .call_wrapper .call_text{
            font-size: 20px;
            font-family: "roboto bold";
            text-align: left;
            line-height: 1;
            text-decoration: none;
            cursor: pointer;
            color: #000000;
            display: flex;
            align-items: center;
            

        }
        .call_wrapper .call_text span{
            display: block;
        }
        
        .hero_sec{
            
            background-image: url("../../assets/images/hero_bg.webp");
            background-position: bottom center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 500px;
            width: 100%;
            /* padding: 100px 0px; */
            
        }

        .termite_sign_sec{
            padding: 50px 0px;
        }
        
        .image_icon_wrapper{
            display: flex;
            margin: 30px 0px;
        }
        .image_icon_wrapper img{
            width: 80px;
        }
        .image_icon_wrapper .image_icon_content_wrapper{
            display: flex;
            padding-left: 20px;
            flex-direction: column;
        }

        /* .image_icon_wrapper .img_1, .image_icon_wrapper .img_2,
        .image_icon_wrapper .img_3{
            position: relative;
        }
        .image_icon_wrapper .img_1::after{
            position: absolute;
            content: "";
            top: 50px;
            left: 45px;
            background-image: url("../../assets/icons/pest_control.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px
        }
        .image_icon_wrapper .img_2::after{
            position: absolute;
            content: "";
            top: 50px;
            left: 45px;
            background-image: url("../../assets/icons/pesticide.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px
        }
        .image_icon_wrapper .img_3::after{
            position: absolute;
            content: "";
            top: 50px;
            left: 45px;
            background-image: url("../../assets/icons/ownership.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 50px;
            height: 50px
        } */

        .back_bite_wrapper{
            background-image: url("../../assets/images/terminate_form_bg.webp");
            background-size: cover;
            background-position: bottom center;
            background-repeat: no-repeat;
            width: 100%;
            height: 600px;
            border-radius: 30px;
            box-shadow: 0px 32px 45px 0px rgba(0, 28, 40, 0.15);
            padding: 40px 30px 40px 30px;
            overflow: hidden;
            position: relative;
            border: 2px solid #fff;
        }

        .bit_back_form .zip_code_label{
            font-size: 16px;
            font-family: "roboto regular";
            color: #000000;
            margin-top: 10px;
        }
        
        .bit_back_form .input_bit_back::placeholder{
            font-family: "roboto bold" ;
            
        }
        .bit_back_form .input_bit_back{
            width: 100%;
            padding: 15px 10px 15px 60px;

            background: #eaf6fc;
            border-radius: 40px;
            outline: none;
            border: 2px solid #d1d1d1;
            
        }
        
        .bit_back_form .first_last_name{
            display: flex;
            column-gap: 5px;
        }
          
        .bit_back_form .prepare_btn_bit_back{
            width: 100%;
            padding: 11.8px 15px;
            color: #fff;
            background-color:#077e48;
            border-radius: 40px;
            border: none;
            font-family: "roboto bold";
            transition: 0.3s ease-in-out;
            border: 2px solid #077e48;
        }
        .bit_back_form .prepare_btn_bit_back:hover{
        
            background-color: #eaf6fc;
            color: #077e48;
        }

        .form_price_wrapper {
            position: absolute;
            bottom: -90px;
            right: -32px;
        }

        .form_price_wrapper .form_price_text{
            background-color: #27aae1;
            border-radius: 150px;
            width: 270px;
            height: 270px;
            padding: 90px 50px 50px 0px;
        }

        .form_price_text .para_text{
            font-size: 18px;
            text-align: right;
            color: #fff;
            left: -15px;
            line-height: 1.2;
            font-family: "roboto bold";

        }

        .form_price_text .para_text span{
            display: block;
            font-size: 32px;
            font-family: "roboto bold";
           }

         

        .input_with_icon{
            position: relative;
            margin: 20px 0px;
        }
        .input_with_icon img{
            display: flex;
            align-items: center;
            position: absolute;
            left: 22px;
            top: 15px;

        }

        /* three column state section  */

        .state_sec{
            /* padding: 50px; */
            
        }
        .main_div{
            width: 100%;
            display: flex;
        }
        .common_div{
            width: 100%;
        }

        .state_col_1{
            background-image: url("../../assets/images/state_bg_1.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            padding: 80px 55px 30px 55px;
        }
        .state_col_2{
            background-image: url("../../assets/images/state_bg_2.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            padding: 80px 55px 30px 55px;
        }
        .state_col_3{
            background-image: url("../../assets/images/state_bg_3.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            padding: 80px 55px 30px 55px;
        }

        .state_sec .para_text{
            margin-top: 10px;
            color: #fff;
        }
        .images_wrapper{
            margin-top: 20px;
        }
        .images_wrapper .img{
            width: 32%;
        }

        .disclaimer{
            background-color: #082ea9;
            padding: 30px 0px;

        }
        
        .disclaimer_content_wrapper{
            display: flex;
            align-items: center;
            width: 80%;
            margin: 0 auto;
            justify-content: center;

        }
        .disclaimer_content_wrapper .para_text{
            color: #fff;
            padding-left: 20px;
            font-size: 14px;
        }
        .disclaimer_content_wrapper img{
            width: 40px;
        }
        
        footer{
            background-color: #077e48;
        }

        .footer_wrapper{
            padding: 20px 0px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .footer_wrapper .footer_logo{
            width: 200px;
        }
        .footer_icon_wrapper a{
            text-decoration: none;
            color: #fff;
            padding: 0px 10px;
        }
        .footer_icon_wrapper img{
            width: 40px;
            padding-right: 10px;
        }

        

        /* 1st page form  css  */

        .w_100{
            width: 100%;
        }
        .w_50{
            width: 49%;
        }
        .first_full_form .form_input{
            padding: 6px 10px;
            background: #eaf6fc;
            border-radius: 5px;
            outline: none;
            border: 2px solid #d1d1d1;
            margin: 5px 0px;
        }
        
        .form_message{
            padding: 10px;
            background: #eaf6fc;
            border-radius: 5px;
            outline: none;
            border: 2px solid #d1d1d1;
            margin: 5px 0px;
            width: 100%;
        }

        /* terms and condition checkbox */
        
        .form-group {
            /* display: flex; */
            align-items: center;
            margin-bottom: 15px;
            background-color: #eaf6fcc8;
            padding: 0px 10px;


        }
        
        .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }
        
        .form-group label {
            position: relative;
            cursor: pointer;
            font-family: "roboto bold";
            /* padding: 10px 0px; */
            margin: 10px 0px;
        }
        
        .form-group label:before {
            content:'';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }
        
        .form-group input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 9px;
            width: 6px;
            height: 14px;
            border: solid #0079bf;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        .form-group span{
            /* display: inline-block;
            background-color: black;
            text-align: center;
            color: #fff;
            width: 25px;
            height: 25px;
            border-radius: 25px;
            cursor: pointer; */
            cursor: pointer;
        }

        .success_message_wrapper{
            display: none;
            background-color: #077e48;
            border-radius: 5px;
            box-shadow: 0px 32px 45px 0px rgba(0, 28, 40, 0.15);
            padding: 20px 20px 25px 20px;

        }
        .success_text{
            font-family: "roboto regular";
            font-size: 18px;
            color: #fff;
            text-align: center;
        }
        .first_full_form .modal_link{
            font-family: "roboto bold";
            text-transform: uppercase;
            font-size: 14px;
            border-radius: 2px;
            display: block;
            width: 100%;
            text-align: left;
            color:#000000;
            display: inline!important;
            text-decoration: underline;
            text-underline-position: under

        }
        .modal-content{
            background-color: #27aae1;
            color: #fff;
            border: 1px solid #ffffffad;
        }
        .modal-content .modal-body{
            padding: 10px 20px 10px 40px;
        }
        .btn-close{
            color: #fff!important;
            opacity: 1;
            background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

        }
        .btn_close_modal{
            background-color: #fff;
            color: #27aae1;
            border: 2px solid #27aae1;
            font-weight: 600;

        }
        .btn_close_modal:hover{
            background-color: #27aae1;
            border: 2px solid #fff;
            color: #fff;
        }

        .modal-footer{
            border: none;
        }

        .header-section, .footer-section {
            display: none;
        }

        .dynamic_form_default{
            display: block;
        }
        .dynamic_form_main{
            display: none;
        }

        .custom_close{
            text-align: center;
            padding: 10px 0px;
        }
        .custom_close i{ 
            font-size: 30px;
        }
        .custom_close i:hover{ 
            cursor: pointer;
        }
        .dynamic_form_main .success_message_wrapper .h3_heading{
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
        }

         .modal-header .fa-circle-exclamation{
            font-size: 30px;
        }
        #noDataModal .modal-content .modal-body{
            padding: 10px;
        }
        #zipCode{
            cursor: pointer;
        }
        .prepare_btn_bit_back .fa-spinner {
            display: none;
            font-size: 30px;
            animation: spinLoader 1s ease-in-out infinite;
        }
        .bit_back_form .fa-spinner {
            display: none;
            font-size: 30px;
            animation: spinLoader 1s ease-in-out infinite;
        }

        .hero_form .fa-spinner{
            display: none;
            animation: spinLoader 1s ease-in-out infinite;
        }

        .success_message_wrapper .success_mark{
            font-size: 50px;
            text-align: center;
            color: #fff;
            display: block;

        }
        .dynamic_form_main .tooltip{
            background-color: #000000;
            color: #fff;
        }
        #checkzip .fa-spinner-hero{
            font-size: 25px;
        }

        .modal-body .points{
            font-size: 14px;
            font-family: "roboto medium";
        }
        .terms_and_condition_wrapper .custom_close{
            border-top: 1px solid #ffffff61;

        }

        .terms_and_condition_content{
            height: 250px;
        }

        .error_name, .error, .error_phone, .error_name_last{
            color: red;
            font-size: 14px;
            
        }

        @keyframes spinLoader {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }