    .contact_header {
        background: url(../images/contact/contact_bg.jpg);
        height: 968px;
        /* You must set a specified height */
        background-position: center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: cover;
        /* Resize the background image to cover the entire container */
    }
    
    .main_contact {
        padding: 78px 98px;
    }
    
    .main_contact_header {
        margin-bottom: 20px;
        font-size: 40.5px;
        color: #2e2e2e;
        font-family: 'addington_bold';
    }
    
    .main_contact_header_text {
        font-size: 18.2px;
        color: #1e1e1e;
        font-family: 'addington_medium';
    }
    
    .main_contact_text {
        margin-bottom: 30px;
        margin-left: 20px;
        font-size: 16.2px;
        color: #1e1e1e;
        font-family: 'addington_medium';
    }
    
    .main_contact_input {
        border: none;
        background: #f0f0f0;
        width: 90%;
        height: 50px;
        margin-bottom: 20px;
    }
    
    .main_contact_input_header {
        margin-bottom: 10px;
        font-family: 'Montserrat_Bold';
        font-size: 15px;
        color: #363636;
    }
    
    .main_contact_send_now_btn {
        background: #242424;
        font-weight: bold;
        font-size: 12px;
        width: 25%;
        padding: 10px 0;
        letter-spacing: 2px;
        color: #f0f0f0;
    }
    
    .main_contact_right_header {
        margin-bottom: 8px;
        font-family: 'Montserrat_Bold';
        font-size: 15px;
        color: #363636;
    }
    
    .main_contact_right_text {
        margin-bottom: 15px;
        font-size: 15px;
        font-family: 'Montserrat_medium';
        color: #363636;
    }
    
    .footer_main_right_main_call_text {
        margin-top: 20px;
        font-size: 15px;
        color: #363636;
        font-family: 'Montserrat_medium';
    }
    
    .footer_main_right_main_phone {
        font-size: 40px;
        font-weight: bold;
        font-size: 55px;
        color: #363636;
    }
    
    .contact_check_section {
        padding: 78px 98px;
    }
    
    .contact_check_section_header {
        font-size: 40.5px;
        color: #2e2e2e;
        margin-bottom: 30px;
        font-family: 'addington_bold';
    }
    
    .contact_check_section_text {
        color: #2e2e2e;
        font-size: 16.2px;
        font-family: 'addington_medium';
    }
    
    .contact_text_left_side {
        padding-left: 34px;
    }
    
    .contact_datepicker {
        padding: 45px;
        bottom: 0;
        background: #000000;
        color: #ffffff;
        margin-top: 100px;
        font-family: 'addington_bold';
    }
    
    .contact_datepicker_check {
        border-top: none;
        border-left: none;
        border-right: none;
        background: #000000;
        border-bottom: 1px solid #ffffff;
        outline: none;
        margin-top: 20px;
        width: 90%;
    }
    
    [placeholder]:focus::-webkit-input-placeholder {
        transition: text-indent 0.4s 0.4s ease;
        text-indent: -100%;
        opacity: 1;
    }
    
     ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #f0f0f0;
        opacity: 1;
        /* Firefox */
        font-size: 14px;
    }
    
    .contact_text_left_side input[type="text"] {
        color: #242424;
        padding: 0 10px;
        font-family: 'addington_medium';
    }
    
    input[type="text"] {
        color: #ffffff;
    }
    
    .contact_input_img {
        position: absolute;
        bottom: 15px;
        right: 12%;
    }
    
    .contact_btn_check {
        width: 100%;
        background: #ffffff;
        color: #242424;
        margin-top: 10px;
        border-radius: 0;
        padding: 10px;
    }
    
    input,
    select,
    textarea {
        color: #f0f0f0;
    }
    
    .main_contact_send_now {
        margin-bottom: 50px;
    }
    
    @media (max-width: 1400px) {
        .main_contact_send_now_btn {
            width: 50%;
        }
    }
    
    @media (max-width: 980px) {
        .contact_header {
            height: 450px;
        }
        .contact_text_left_side {
            padding-left: 0px;
        }
        .contact_check_section {
            padding: 28px 98px;
        }
        .contact_datepicker_check {
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 767px) {
        .main_contact {
            padding: 38px 30px;
        }
        .contact_text_left_side {
            padding-left: 0px;
        }
        .main_contact_header {
            margin-bottom: 10px;
            font-size: 20.5px;
        }
        .main_contact_text {
            margin-bottom: 30px;
            font-size: 14.2px;
        }
        .main_contact_right_text {
            margin-bottom: 10px;
            font-size: 13px;
        }
        .footer_main_right_main_call_text {
            font-size: 13px;
        }
        .footer_main_right_main_phone {
            font-size: 35px;
        }
        .contact_check_section {
            padding: 28px 30px;
        }
        .contact_check_section_header {
            font-size: 20.5px;
            margin-bottom: 30px;
        }
        .contact_check_section_text {
            font-size: 14.2px;
        }
        .contact_input_img {
            bottom: 30%;
        }
        .contact_btn_check {
            width: 90%;
        }
    }
    
    @media(max-width: 450px) {
        .contact_datepicker {
            padding: 30px 20px 30px 30px;
        }
    }
    
    .tel_underline {
        text-decoration: underline;
    }