.cp-booking-form-outer .custom_input_text input[type="text"] {
    min-width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: none;
    border: 1px solid #b9b9b9;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 99;
}

.cp-booking-form-outer .custom_input_text input[type="email"] {
    min-width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    border: none;
    border: 1px solid #b9b9b9;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 99;
}

#booking_form .error {
    color: red;
    font-size: 14px;
}

.cp-logo img{
    margin-top: -40px;
}

.booking_logo img{
    margin-top: 1px;
}

.cp-why-choose-text h1 {
    font-size: 60px;
    font-weight: 300;
    margin: 0 0 20px;
}

.cp-why-choose-text h2 {
    font-size: 60px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 10px;
}

.cp-inner-banner-holder h1 {
    font-size: 60px;
    font-weight: 300;
    float: left;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
}

.cp-contact-inner-holder h2{
    color: #f7ad00;
}

.cp-why-choose-text h1 span {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #ccc;
    color: #f7ad00;
}

.cp-why-choose-text h2 span {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #ccc;
    color: #f7ad00;
}

.cp-inner-banner-holder h1 {
    font-size: 60px;
    font-weight: 300;
    float: left;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .cp-logo img {
        margin-top: 5px;
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .cp-topbar .tp-num{
        font-size: 15px !important;
        font-weight:300;
        display:inline-block;
        float:right;
        padding-left:5px !important;
    }
}