    /* ///////////// */

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
    }

    body {
        font-family: "Comic Sans MS", sans-serif;
        font-size: 16px;
        font-weight: 400;
        overflow-x: hidden;
        position: relative
    }


    img {
        vertical-align: middle;
        max-width: 100%
    }

    a img {
        border: none
    }

    a:active {
        text-decoration: none;
    }

    a {
        text-decoration: none;
        color: #000
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    :focus {
        outline: none
    }


    .clr {
        clear: both;
        float: none;
        display: block
    }

    .clr:after,
    .afclr:after {
        clear: both;
        float: none;
        display: block;
        content: ""
    }

    input[type="submit"],
    button {
        -webkit-appearance: none
    }

    select {
        word-wrap: normal
    }

    ::-webkit-input-placeholder {
        color: #000
    }

    :-moz-placeholder {
        color: #000
    }

    ::-moz-placeholder {
        color: #000
    }




    .calendar_page_inner {
        padding: 60px 0;
    }

    .wrapper {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 20px;
        background: #FFF;
    }

    .calendar_page_image {
        display: grid;
        place-items: center;
        display: grid;
        place-items: center;
        margin-top: -111px;
        margin-bottom: -40px;

    }

    .calendar_page_image a {
        display: inline-block;
    }

    .calendar_page_image img {

        width: auto;
        height: auto;
        aspect-ratio: auto 300 / 277;
    }

    .heading_title h1 {

        text-align: center;
        margin: 0;
        font-size: 48px;
        font-weight: 600;
        line-height: 1;
        padding: 0;
        padding-bottom: 50px;

    }

    .heading_title h2 {
        text-align: center;
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
        padding: 0;
        padding-bottom: 40px;
    }

    .calendar_page_content {
        padding-bottom: 60px;
    }

    .calendar_page_content p {
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.1;
        text-align: left;
    }

    .calendar_page_content p:last-child {
        padding: 0;
    }

    .calendar_page_frame {
        width: 100%;
        max-height: 800px;
        min-height: 600px;
        padding-bottom: 60px;
    }

    .calendar_page_frame iframe {
        width: 100%;
        /* height: 100%; */
    }

    .calendar_contact_block {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .cal_contact_block {
        width: 50%;
        padding: 0 20px;
    }






    /* /// */



    .contact_us_form_box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -18px;
    }

    .contact_input_form_b {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 18px;
    }

    .contact_input_form_b label {

        font-family: "Comic Sans MS", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5em;
        color: #1B2430;
        padding-bottom: 7px;
        display: inline-block
    }

    .contact_input_form_b label>i {
        color: #ff3a3a;

    }

    .contact_us_form_box_full {
        width: 100%;
    }


    .cn_input {

        font-family: "Comic Sans MS", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        padding-bottom: 12px;
        border-radius: 0;
        display: block;
        width: 100%;
        background-color: transparent;
        border-color: #1B2430B2;
        border-width: 0px 0px 1px 0px;
        border-radius: 0px 0px 0px 0px;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #000;
        position: relative;
    }

    .cn_input::placeholder {
        color: #1b24307a;
    }





    .cn_textarea {

        resize: none;
    }

    .submit_form_b {
        text-align: right;
    }

    .cn_submit_btn {
        font-family: "Comic Sans MS", sans-serif;
        display: inline-block;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        color: #000000;
        border-radius: 50px;
        background-color: transparent;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 13px 40px;
        cursor: pointer;
        line-height: 1;
        position: relative;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;

        border: 1px solid #f4b06f;
        background-color: #f4b06f;

    }

    .cn_submit_btn:hover {
        background-color: #ffffff;
        color: #000000;
        border: 1px solid #f4b06f;
    }

    #wantedDate::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }


    .policy_sec p {
        padding-top: 25px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.1;
        text-align: left;
    }

    .thank_btn {
        text-align: center;
    }

    @media screen and (max-width: 767px) {

        .cal_contact_block {
            width: 100%;
            margin-bottom: 40px;
        }

        .cal_contact_block:last-child {

            margin-bottom: 0;
        }

        .heading_title h1 {

            font-size: 38px;
            padding-bottom: 40px;
        }

        .calendar_page_content {
            padding-bottom: 50px;
        }

        .calendar_page_image {

            margin-top: -85px;
            margin-bottom: -35px;
        }

        .heading_title h2 {
            font-size: 24px;
        }

        .contact_input_form_b label {
            font-size: 16px;
        }

        .cn_input {
            font-size: 16px;
        }


    }