.modal-lg {
    width: 70%;
}
#videocallpopup img {
    width: 100%;
    height: auto;
}
#videocallpopup .p-5 {
    padding: 30px 50px 0 50px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(56 56 56 / 67%);
    -webkit-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.input-group-addon img{width: 23px!important;}
.input-group-addon:last-child {
    border-left: 0;
    background: #ffffff;
}
.input-group-addon {
    padding: 0px 10px;
}
.wd-100{width: 100%}

#enquirypopup .modal-header {
    padding: 20px 20px 0 0;
    background: #ffffff;
    border-bottom: 0px solid #e5e5e5;
}

#enquirypopup .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.videoModal .close {
    float: right;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 1;
}
.videoModal .modal-header {
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    padding: 22px;
}
.btn_readmore i.fa-chevron-right {
    background: #ffffff;
    border-radius: 100px;
    color: #67122f;
    width: 27px;
    height: 27px;
    border: 1px solid #67122f;
    line-height: 16px;
    padding: 5px 6px 5px 9px;
    margin: 0 0 0 10px;
}
.btn_readmore {
    background: transparent;
    padding: 9px 5px;
    color: #67122f!important;
    border-radius: 6px;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 15px;
    font-weight: 600;
}
.pr-2{padding-right: 10px}