

.contact-info__wrapper {
    /*overflow: hidden;*/
    border-radius: .625rem .625rem 0 0;
    /*margin-top: -570px;*/
}

@media (min-width: 1024px) {
    .contact-info__wrapper {
        border-radius: 0 .625rem .625rem 0;
        padding: 5rem !important
    }
}
.contact-info__list span.position-absolute {
    left: 0
}
.z-index-101 {
    /*z-index: 101;*/
}
.list-style--none {
    list-style: none;
}
.contact__wrapper {
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
    .contact__wrapper {
        border-radius: .625rem 0 .625rem .625rem
    }


}
@media (min-width: 1024px) {


}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}



.contact-form__wrapper{
    background-color: white !important;
    /*border: 1px solid #ccc!important;*/
    border-radius: 8px;
    margin: auto;
}

.contact-info__wrapper{
    background-color: transparent !important;
}

.close{
    border:none;
    background-color: transparent !important;
}


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

}


.img_book{
    width: 100%;
    height: 100%;
}

.send_butt {
    background:#ff0000;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: Heebo,Roboto,Arial,Helvetica,sans-serif;
    font-size: .75em;
    font-weight: 400;
    /*letter-spacing: 2px;*/
    line-height: 1.33em;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: transform 700ms;
    text-decoration: none;
    top: 20px;
    border-radius: 25px;
}

.send_butt:hover{
    transform: translateX(10px);
    background:#ff0000;
    color: #fff;
}

/*.modal{*/
/*    left: 32%;*/
/*    !*display: block;*!*/
/*}*/

/*.modal-content{*/
/*    padding: 15px;*/
/*}*/


body.modal-open{
        height: 253vh;
        overflow-y: hidden !important;
        padding-right: 15px;

}

body.modal-open::-webkit-scrollbar {
    display: none;
}


.modal-open{
    top: 0;
    /*left: 0;*/
    right: 0;
    bottom: 0;

}

#offcanvas-body  .rate {
    margin-bottom: -22px;
    margin-left: -2px;
}

#offcanvas-body  .mob  {
    margin-top: -11px;
}


#offcanvasTwin-body  .mob  {
    margin-top: -11px;
}

/*#offcanvasTwinBook{*/
/*width: 50%;*/
/*}*/


#offcanvasTwinBook .rate{
    padding: 0 !important;
}

#offcanvasTwinBook .rate {
    text-align: left !important;
}
@media screen and (max-width: 1000px){
   #offcanvas-body .rate{
        margin-top: -35px;
       margin-left: 26px;
    }

    #offcanvasTwin-body .rate{
        margin-top: 5px;
        margin-left: 0px;
    }

    #offcanvas-body  .mob  {
        margin-top: 0px;
    }
    #offcanvasTwin-body  .mob  {
        margin-top: 0px;
    }

    .p-5 {
        padding: 0 !important;
    }

    #offcanvasTwinBook{
        width: 100% !important;
    }

    #offcanvasTwinBook .rate > label {
        font-size: 12px !important;
    }
    #offcanvasTwinBook p {
        font-size: 11px !important;
    }

    #offcanvasTwinBook .rate {
        text-align: center !important;
    }

}


html {
    overflow:   scroll;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}


