/*========== 16/4/2021 ===========*/
.custom-popup{position: relative;}
    #myModal .modal-content{background-color: rgba(0,0,0,0.78);height: 100%;display: flex;
    align-items: center;
    justify-content: center;}
    #myModal .modal-content .close{font-size: 53px;
    color: #fff;
    opacity: 1;
    top: -4px;
    right: -29px;
    position: absolute;
    width: 70px;
    height: 70px;
    background: #f58026!important;
    line-height: 64px;
    border-radius: 50px;
    text-align: center;}
    #myModal .modal-content .close:focus, #myModal .modal-content .close:hover{opacity: 1;}
    #myModal .modal-content .custom-modal-img{border: 6px solid #fff;
    max-width: 600px;
    margin: 25px auto;height: 83vh;}


@media screen and (max-width: 1920px) 
{

    .custom-popup{position: relative;}
    #myModal .modal-content{background-color: rgba(0,0,0,0.78);height: 100%;display: flex;
    align-items: center;
    justify-content: center;}
    #myModal .modal-content .close{font-size: 53px;
    color: #fff;
    opacity: 1;
    top: -4px;
    right: -29px;
    position: absolute;
    width: 70px;
    height: 70px;
    background: #f58026!important;
    line-height: 64px;
    border-radius: 50px;
    text-align: center;}
    #myModal .modal-content .close:focus, #myModal .modal-content .close:hover{opacity: 1;}
    #myModal .modal-content .custom-modal-img{border: 6px solid #fff;
    max-width: 600px;
    margin: 25px auto;height: auto;}


}
@media screen and (max-width: 1366px)
{
    #myModal .modal-content .close {
    font-size: 24px;
    color: #fff;
    opacity: 1;
    top: 11px;
    right: -17px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f58026!important;
    line-height: 36px;
    border-radius: 50px;
    text-align: center;
    }
}
@media screen and (max-width: 1199px) {
  #myModal .modal-content .custom-modal-img{max-width: 500px;height: inherit;}
}
@media screen and (max-width: 768px) {
#myModal .modal-content .close {
    font-size: 40px;
    color: #fff;
    opacity: 1;
    top: 15px;
    right: -24px;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f58026!important;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    }
#myModal .modal-content .custom-modal-img {
    max-width: 420px;
    height: inherit;
}
}
@media screen and (max-width: 640px) {
#myModal .modal-content .custom-modal-img{max-width: 400px!important;height: inherit;}
}
@media screen and (max-width: 480px) {
#myModal .modal-content .custom-modal-img{max-width: 300px!important;height: inherit;}
}
@media screen and (max-width: 414px) {
#myModal .modal-content .close {
    font-size: 30px;
    color: #fff;
    opacity: 1;
    top: 8px;
    right: -15px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f58026!important;
    line-height: 38px;
    border-radius: 50px;
    text-align: center;
}
#myModal .modal-content .custom-modal-img{max-width: 260px!important;height: inherit;}
}
@media screen and (max-width: 360px)
{
#myModal .modal-content .custom-modal-img {
    max-width: 230px!important;
    height: inherit;
}
@media screen and (max-width: 320px) {
#myModal .modal-content .custom-modal-img{max-width: 180px!important;height: inherit;}
}





