.outer-m-popup {
  _display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
}
.m-popup-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}
@keyframes jtFadeIn {
    0% { opacity: 0; transform: translateX(-50%) translateY(-50%) scale(.9);}
    70% { opacity: 1; transform: translateX(-50%) translateY(-50%) scale(1.04);}
    100% { opacity: 1; transform: translateX(-50%) translateY(-50%) scale(1); }
}

@-webkit-keyframes jtFadeIn {
    0% { opacity: 0; -webkit-transform: translateX(-50%) translateY(-50%) scale(.9);}
    70% { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1.04);}
    100% { opacity: 1; -webkit-transform: translateX(-50%) translateY(-50%) scale(1);}
}
#temp-message {
    margin-bottom: 30px;
}
.m-popup {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 840px;
  box-shadow: 0px 0px 50px -30px rgba(0,0,0,0.6);
  line-height: 1.4;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  -webkit-animation:jtFadeIn .5s;
     animation: jtFadeIn .5s;
     animation-delay: 1s;
     -webkit-animation-delay: 1s;
     animation-fill-mode: both;
}
.scaled .m-popup{
  transform: translateX(-50%) translateY(-50%) scale(.7);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(.85);
  opacity: 0;
}

.close {
border: 1px solid #fff;
border-radius: 100%;
width: 26px;
height: 32px;
padding: 1px 5px !important;
line-height: 1;
position: absolute;
font-size: 24px;
transform: scaleX(1.25);
-webkit-transform: scaleX(1.25);
text-align: right;
right: -10px;
top: -14px;
cursor: pointer;
color: rgba(44,49,54,1);
background: #fff;
box-shadow: 0px 0px 20px -4px #000;
}

.m-popup-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
/*
.m-popup-bgimage{
  width: 40%;
}
*/
.m-popup-text {
    width: 100%;
    padding: 15px 40px 25px;
    box-sizing: border-box;
}
.m-popup-text .bannerbutton {

    background: #26348c none repeat scroll 0 0;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    padding: 8px 60px 8px 15px;
    position: relative;
    border: 1px solid #26348c;
    transition: 0.4s ease all !important;
    font-weight: normal;
    display: block;
    width: 200px;
    cursor: pointer;
    margin-top: 30px !important;

}
.m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt {

    background:

    #26348c none repeat scroll 0 0;
    padding: 9px;
    position: absolute;
    right: 0px !important;
    top: 0px;
    box-sizing: unset;

}
.m-popup-headline-4 {

  font-size: 18px;
font-weight: normal;
    line-height: 1.4;
    letter-spacing: .2px;
    padding-right: 0px;
    hyphens: none !important;

}
.m-popup-bgimage {

    background-size: cover !important;

}
.m-popup-text input[type="checkbox"] {
    visibility: visible !important;
    display: inherit !important;
    -webkit-appearance: checkbox !important;
    display: inline-block !important;
    padding: 10px !;
    margin-right: 6px;
}
.m-popup-text label span{
  font-size: 13px;
  color: #888;
}
#temp-message {
    margin-bottom: 30px;
}
#temp-message .so-panel {
    padding: 30px 32px 10px;
    font-weight: bold;
    line-height: 1.4;
    color:
    #26348c;
}
.m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt {
    background:
    #26348c none repeat scroll 0 0;
    padding: 9px;
    position: absolute;
    right: 0px !important;
    top: 0px;
    box-sizing: unset;
}

.isWebkitSaf .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt,
.isWebkitChr .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt{
    padding: 9px !important;
  }
  #temp-message {
      margin-bottom: 30px;
      hyphens: none !important;
  }
@media screen and (max-width : 900px)  {
  .m-popup-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse !important;
    justify-content: start;
    -webkit-justify-content: start !important;
}
  .m-popup-bgimage {
      width: 100%;
      height: 230px;
      background: url(/wp-content/plugins/muse-popup/popup-img.jpg) !important;
           background-attachment: scroll;
          -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      display: none;
  }
  .m-popup-text {
    width: 100%;
    padding: 15px 20px 25px;
    box-sizing: border-box;
}
.m-popup {
    position: absolute;
    background:
#fff;
left: 50%;
top: 50%;
width: 90%;
max-width: 840px;
box-shadow: 0px 0px 50px -30px
    rgba(0,0,0,0.6);
    line-height: 1.4;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    -webkit-animation: jtFadeIn .5s;
    animation: jtFadeIn .5s;
        animation-delay: 0s;
        animation-fill-mode: none;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-fill-mode: both;
    height: auto;
}
.inner-m-pop up{
max-height: 90vh;
overflow: auto;
}
.m-popup-headline-4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .2px;
    padding-right: 0px;
}
.isWebkitSaf .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt, .isWebkitChr .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt {
padding: 7px !important;
}
.isWebkitSaf .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt,
.isWebkitChr .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt{
    padding: 7px !important;
  }
  .m-popup-text .bannerbutton .dashicons.dashicons-arrow-right-alt {
      background:
      #26348c none repeat scroll 0 0;
      padding: 7px !important;
}
.m-popup-headline-4 {
    margin-bottom: 40px !important;
}
.m-popup hr {
    margin-top: 0;
}
}
.m-popup-text p {
    color: #111 !important;
    font-weight: normal !important;
    font-size: 18px !important;
}
#one h2 {
    text-align: inherit !important;
    margin-bottom: 10px !important;
}
