.custom-modal .modal-lg{max-width:900px}
.custom-modal .modal-content{border-radius:0;background:#fff}
.custom-modal .modal-content .modal-body{padding:50px 20px 25px 20px}
.custom-modal .modal-content .modal-body .popup-img{position:relative;margin:0 15px 0 0}
.custom-modal .modal-content .modal-body .popup-img img{border-radius:0;position:relative;z-index:99}
.custom-modal .modal-content .modal-body .detail{display:inline-block}
.custom-modal .modal-content .modal-body h4,.custom-modal .modal-content .modal-body p{color: #0061af;}
.custom-modal .modal-content .modal-body .profile-dis p{color: #000000}
.custom-modal .modal-content .close {opacity: 1;}
.custom-modal .modal-content .close{position:absolute;width:20px;height:20px;right:15px;z-index:6;top:20px}
.custom-modal .modal-content .close span{right:0;top:0;font-size:20px;position:relative;color:#f80300;box-shadow:none;opacity:1;font-weight:700;z-index:99}
.owl-nav{position:absolute;top:40%;width:100%}
.owl-theme .owl-nav .owl-prev{position:absolute;left:0;background-color:rgba(0,0,0,.8);border-radius:0;padding:15px 10px;margin:0}
.offcarausel .owl-nav .owl-prev{left:-50px}
.owl-theme .owl-nav .owl-next{position:absolute;right:0;background-color:rgba(0,0,0,.8);border-radius:0;padding:15px 10px;margin:0}
.offcarausel .owl-nav .owl-next{right:-50px}
@media screen and (max-width: 767px) {
    .custom-modal .modal-lg {max-width: calc(100% - 1rem);}
}