html,
body {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
#smodal .modal-content {
  background-color: #631021;
}
#smodal h4 {
  color: rgb(97, 156, 8);
  font-size: 3rem;
  font-weight: 900;
  font-family: display;
}
.ynbg {
  font-size: 3rem;
  color: #ffd709;
  font-weight: 900;
  margin-top: 20px;
  font-family: display;
}
.modalcal {
  margin-top: 20px;
  margin-bottom: 20px;
}
.phonef,
.Wacallf {
  margin-top: 10px;
}
.phonef span {
  display: inline-block;
}
.phonef a,
.Wacallf a {
  text-decoration: none;
  font-size: 2.6rem;
  font-family: display;
  font-weight: 800;
  white-space: nowrap;
}
.phonef a {
  padding: 10px;
}
.vipn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.vipn h1 {
  font-size: 2.3rem;
  font-family: display;
  font-weight: 800;
}
.mclose {
  background-color: #820617;
  border: 1px solid #600404;
  border-radius: 10px;
  padding: 3px 20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.padding-zero {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[class*="col"] {
  padding-right: 0;
  padding-left: 0;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*="col-"] {
  flex-grow: 1;
}

.header-top {
  /*background-image: url(../images/bg.jpg);*/
  background: #460902;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 10px;
  height: 600px;
}
.headerother {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.profiles {
  position: relative;
}

.punch {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.logo-menu-frame {
  clear: both;
}
.otherpgmenu {
  padding-top: 15px;
}
.logo-frame {
  max-width: 200px;
  float: left;
}
.logo-frame img {
  max-width: 100%;
}
.menu-frame {
  float: right;
  position: relative;
}
.menu-inner {
  height: 30px;
  width: 30px;
  margin-top: 10px;
}
.menu-inner:hover {
  cursor: pointer;
}

.menu {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
.menu:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  top: -8px;
}
.menu:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  top: 8px;
}

.menu-button {
}
.menu-button a {
  text-decoration: none;
  color: #fff;
  padding: 3px 8px;
  display: block;
  border-radius: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  white-space: nowrap;
}

.menu-button a:hover {
  background-color: #fff;
  color: #cc0762;
}

.overlay-menu {
  background-color: #fb1952;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.overlay-menu-inner {
  margin-top: 80px;
}
.overlay-menu-inner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.overlay-menu-inner ul li {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.overlay-menu-inner ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.closebtn {
  position: absolute;
  color: #fff;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  cursor: pointer;
}

.closebtn:before,
.closebtn:after {
  position: absolute;
  right: 16px;
  content: "";
  height: 33px;
  width: 1px;
  background-color: #fff;
}
.closebtn:before {
  transform: rotate(45deg);
}
.closebtn:after {
  transform: rotate(-45deg);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
input[type="text"] {
  color: #fff;
}
input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(223, 223, 223, 0.6);
  font-style: italic;
}
input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(223, 223, 223, 0.6);
}
input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(223, 223, 223, 0.6);
}
input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(223, 223, 223, 0.6);
}

.regarea {
  position: relative;
  clear: both;
  top: 60px;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
}
.form-control:focus {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #c5d8e894;
}
#topform-submit {
  border-radius: 30px;
  width: 100%;
  margin-top: 40px;
  /* border:1px solid rgba(255,255,255,.3); */
  background-color: #061693;
  color: rgba(255, 255, 255, 0.7);
  /* #061693; */
  margin-bottom: 30px;
}

/* #topform-submit:hover{
    background-color:#061693;
    border:0;
} */

.verified {
  display: none;
}
.profile-frame {
  position: relative;
  overflow: hidden;
}

.profile-frame:hover .profile-info {
  opacity: 1;
  height: 100%;
  z-index: 999;
}
.profile-frame:hover a.profile-link {
  transition-delay: 0.1s;
}
.profile-frame:hover a.profile-link,
.profile-frame:hover p {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.profile-frame img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.profile-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}
.profile-info .content {
  text-align: center;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.profile-info .content .profile-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 80%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.other-content-container {
  margin-top: 80px;
}

.ymal-heading {
  margin-top: 40px;
}
.ymal-heading,
.profile-name {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}
.ymal-heading:after,
.profile-name:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
}
.ymal-cell img {
  width: 100%;
  max-width: 100%;
}

.hrline:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.profile-details {
  padding-left: 0;
  padding-right: 0;
}
.divrow {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.divcell {
  width: 50%;
  padding: 10px;
  float: left;

  color: #f0e5e5;
}
.divcell span {
  display: block;
  color: #eaadad;
}
.picimg {
  margin-bottom: 30px;
}
.picimg img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
.profile-about {
  padding-top: 15px;
  color: #eaadad;
}
.aboutme,
.regfreeheading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.regfreeheading {
  margin-top: 30px;
}
.chatform {
  display: none;
}
.chatform .regform-inner {
  margin-left: 0;
}
.chatnowbtn {
  display: none;
  padding: 6px 12px;
  text-align: center;
  margin: 15px;
  border-radius: 30px;

  margin-top: 40px;
  background-color: #061693;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.chatnowbtn-mob {
  display: block;
}
.processHeading {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: #c71f42;
}
.process {
  margin-top: 30px;
}
.process-img {
  /* background-color: #c71f42;; */
}
.process-img img {
  max-width: 100%;
}
.proheadinginner {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #c71f42;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.proheadinginner:after {
  content: "";
  height: 1px;
  background-color: #c71f42;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.process-content {
  padding-right: 15px;
  padding-left: 15px;
  color: #c71f42;
  font-size: 18px;
  font-weight: 300;
}
.footer-outer {
  background-color: #840415;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 70px;
  margin-top: 50px;
}
.footer-outer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-outer ul li {
  display: block;
  margin-top: 8px;
}
.footer-outer ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}
.botmnnav {
  background-color: #99061a;
  text-align: center;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 99999;
display: none;
}
.botmnnav a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.phlinkframe {
  border-left: 1px solid #820617;

  padding: 5px;
}

.walinkframe {
  padding: 5px;
}
.membership-frame {
  /* padding-top:30px; */
  padding-bottom: 60px;
}
.frameouter {
  padding-left: 15px;
  padding-right: 15px;
}
.frameinner {
  border: 1px solid #7b002e75;
  border-radius: 10px;
  margin-top: 30px;
}
.ppheading {
  text-align: center;
  background-color: #820426;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
}
.price {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #9b0729;
  color: #f7e5ec;
  font-weight: 300;
}
.points {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #86082b;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.contact-frame {
  color: #fff;
  min-height: 400px;
  margin-left: 0;
}
.contact-frame a {
  text-decoration: none;
  color: #fff;
}

.error {
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 0 !important;
  color: #fff;
  padding-left: 5px;
  font-size: 13px;
}
.has-success .form-control,
.has-error .form-control {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: transparent;
}
.has-success .form-control:focus,
.has-error .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: transparent;
}
.modal {
  z-index: 999999;
}
.modal-content {
  color: #eca0a0;
  background-color: #9b0729;
  text-align: center;
}
.modal-content a {
  text-decoration: none;
  color: #eca0a0;
}

.modal-header {
  border-bottom: 1px solid #dd3e3e;
}

@media (min-width: 240px) {
  .logo-frame {
    max-width: 170px;
  }
}

@media (min-width: 320px) {
  .header-top {
    padding: 15px;
    height: 570px;
  }
  .logo-frame {
    max-width: 230px;
  }
}

@media (min-width: 768px) {
  #smodal .modal-content {
    background-color: #631021;
  }
  #smodal h4 {
    color: rgb(97, 156, 8);
    font-size: 4rem;
    font-weight: 900;
    font-family: display;
  }
  .ynbg {
    font-size: 3rem;
    color: #ffd709;
    font-weight: 900;
    margin-top: 20px;
    font-family: display;
  }
  .modalcal {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .phonef,
  .Wacallf {
    margin-top: 10px;
  }
  .phonef a,
  .Wacallf a {
    text-decoration: none;
    font-size: 2.6rem;
    font-family: display;
    font-weight: 800;
  }
  .phonef a {
    padding: 10px;
  }
  .vipn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* .vipn h1 {
    font-size: 3rem;
  } */
  .other-content-container {
    margin-top: 120px;
  }
  .logo-frame {
    max-width: 250px;
  }
  .regform {
    position: absolute;
    left: 20px;
    top: 80px;
    width: 630px;
  }
  .regform-inner {
    margin-left: 20px;
  }
  .verified {
    display: block;
    position: absolute;
    right: 0;
    /* background-image: url("../images/verified.png"); */
    /* background-repeat:no-repeat; */

    width: 30px;
    background-size: contain;
    z-index: 9999;
  }
  .verified img {
    max-width: 100%;
  }

  .chatnowbtn {
    display: none;
  }
  .chatnowbtn-mob {
    display: block;
  }
  .footer-outer ul li {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
  .footer-outer ul li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .chatnowbtn {
    display: block;
  }
  .chatnowbtn-mob {
    display: none;
  }
  .verified {
    display: block;
    width: 40px;
  }
  .regform {
    width: 530px;
  }
  .profile-about {
    padding: 10px 15px;
    color: #eaadad;
  }
  .profile-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .chatform .regform-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lastrow {
    border: 0;
  }
  .proheadinginner {
    color: #c71f42;
    text-align: left;
    padding-left: 15px;
  }

  .botmnnav {
    display: none;
  }

  .footer-outer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .header-top {
    height: unset;
  }

  .regform {
    width: 490px;
  }
}
