/*
* @Author: Lalit
* @Date:   2025-07-16 11:49:35
* @Last Modified by:   Lalit
* @Last Modified time: 2025-07-16 12:10:47
*/

#popupWithCookie img {
      max-width: 100%;
      width:100%;
      height: auto;
}

#popupWithCookie .close-popup{
	margin-top: -27px !important;
    padding: 3px 7px !important;
    background-color: #ca1410 !important;
    opacity: 1;
    color: #fff;
    border-radius: 50px;
    margin-right: -20px;
}

@media (max-width: 600px) {
  #popupWithCookie .modal-dialog {
    margin: 20% auto;
  }
}

@media only screen and (max-width:767px) and (min-width:300px){
	#popupWithCookie .close-popup{margin-right: -11px; }
	#popupWithCookie .modal-dialog {margin: 20% auto; }
}