 #subscribe{background:#143159;padding:15px 30px 15px 30px;margin:10px;border:none;cursor:pointer;border-radius:10px;color:#fff}
      #subscribe:hover{background:#24b3ba;}
      .popup-wrapper {width: 100%;height: 100%;display: none;position: absolute;top: 0px;left: 0px;content: "";}
      .popup-box {transform: translate(-50%, -50%) scale(.5);position: absolute;top: 50%;left: 50%;border-radius: 20px;z-index: 102;width: 520px;padding:30px;border: 4px solid #ccdf8a;text-align: center;box-shadow: 0px 0px 20px 0px #55c5c8;background-image: url(http://umrah-v8.test/approot/storage/app/public/images/frontend/imgG15.webp);background-repeat: no-repeat;background-size: cover;background-position: center;}
      .popup-box h2 {color: #24b3ba;margin-bottom: 10px;font-size: 32px;text-shadow: 2px 2px 6px black;}
      .popup-box h3 {color: #888;font-size: 16px;}
      .popup-box p{text-shadow: 2px 2px 4px black;font-size: 16px;color: #fff;}
      .popup-box input{color: #fff;border: 1px solid #fff !important;padding: 5px 10px !important;background: #24b3ba;width: 95% !important;}
      .popup-box input::placeholder {color: #24b3ba;opacity: 1;}
      .popup-box input:-ms-input-placeholder {color: #24b3ba;}
      .popup-box input::-ms-input-placeholder {color: #24b3ba;}
      .popup-box .close-button {width: 35px;height: 35px;display: inline-block;position: absolute;top: 10px;right: 10px;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;border-radius: 1000px;/*background: #7b78ff;*/font-weight: bold;text-decoration: none;color: #fff;line-height: 190%;}
      .popup-box .close-button:hover {color: #15325a;}
      .transform-in, .transform-out {display: block;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
      .transform-in {-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1);}
      .transform-out {-webkit-transform: translate(-50%, -50%) scale(0.5);transform: translate(-50%, -50%) scale(0.5);}
      .fixed-whatsapp {
          position: fixed;
          bottom: 20px;
          right: 20px;
          border: 3px solid #d9d9d9;
          background-color: #25D366;
          color: #ffffff;
          border-radius: 100%;
          padding: 10px 12px;
          z-index: 9999;
          cursor: pointer;
          box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
      }