.section-about .about .about-item {
    margin-top: 2px;
}
.about-item .img {
    float: left;
    width: 40%;
    position: relative;
}
.about-item .text {
    width: 60%;
    float: left;
    padding-left: 40px;
    margin-top: 60px;
}
.section-about .about {
    margin-top: -40px;
    background-color: #272c4c;
}
.about-item .text {
    width: 60%;
    float: left;
    padding-left: 30px;
    margin-top: 15px;
}
.about-item .text .desc {
    margin-top: 20px;
    color:#333333;
    font-size:13px;
    padding-right:20px;
}
@media screen and (max-width: 768px){
    .about-item .text .desc {
        margin-top: 20px;
        color:#333333;
        font-size:13px;
        padding-right:0px;
    }
    .footer1{
        padding-left:0px !important;
        text-align:center !important;
    }
    
    .check-availability h2 {
        font-size: 20px !important;
    }
    .check-availability h2:before{
        content: '\f00c';
    border: 3px solid #f7f7f7;
    color: #f7f7f7;
    font-size: 13px !important;;
    display: block;
    width: 29px !important;
    height: 29px !important;
    text-align: center;
    line-height: 24px !important;; 
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 11px;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    }
    .ot-heading .sub{
        text-align:justify;
    }
    .ot-heading h2{
        letter-spacing: 0px !important;
    font: 900 18px Proxima;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 23px !important;
    }
    .room_item-6 .text{
        padding: 20px !important;
    }
    .room_item-6 .text h2{
        font-weight: bold;
    text-transform: capitalize;
    font-size: 22px !important;
    font-family: 'Proxima';

    }
    .guest-book .guest-book_head .text{
        width: 100% !important;
        padding:10px !important;
    }
    .guest-book .guest-book_head .text h2{
        color: #fff;
        margin: 0;
        font-family: 'Proxima';
        font-size: 19px !important;
        text-transform: uppercase;
        line-height: 1.428em;
    }
}