.modal-title{
    font-family: 'Merriweather', serif;
    font-weight: 500 !important;
    font-size: 26px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
     }
     .modal-header{
        background: #ed2124;
     }
     .modal-content{
        border: none;
     }
     .ult-overlay-close-inside {
    width: 100%;
    height: 100%;
    background: url(http://www.dosacornersfo.com/frontend/images/cross.png) no-repeat center center;
}

.nomargin{
    font-size: 20px;
    line-height: 1.23;
}



.mt--45{
    margin-top: 44px;
}

.close-btn{
    color: #fff !important;
    background-color: #ed2124 !important;
    border-color: #ed2124 !important; 
    display: inline-block !important;
    padding: 10px 20px !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    border: none !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    width: auto !important;
}
/* video */

.myVideo {

right: 0;

bottom: 0;

min-width: 100%; 

height: 77vh;
object-fit: cover;

width: 100%;

opacity: 0.5;
background: #000;

}

.book_table_area {
    margin-left: auto;
    position: absolute;
    left: 2vw;
    width: 95vw;
    z-index: 20;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border: 2px solid #bea971;
    height: 50vh;
    margin-right: auto;
}
.book_single_one {
    color: #BEA971;
    text-align: center;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .60px;
    display: inline-block;
    position: relative;
    z-index: 22;
    margin-bottom: 15px;
    /* text-shadow: 2px 2px 2px white; */
    font-weight: 600 !important;
    

}

.pb_20{
    padding-bottom: 20px;
}

/* .book_single_one:before {
    content: "";
    width: 79px;
    height: 6px;
    background: #BEA971;
    position: absolute;
    left: -72px;
    bottom: 20px;
    opacity: 1;
    z-index: 22;
}
.book_single_one:after {
    content: "";
    width: 79px;
    height: 6px;
    background: #BEA971;
    position: absolute;
    right: -72px;
    bottom: 14px;
    opacity: 1;
    z-index: 22;
} */

.book_single_text {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 25px;
    /* letter-spacing: 1.5px; */
    text-transform: uppercase;
    padding-bottom: 65px;
}

/* video */