.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}




@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}

.cont-form-main {
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
    width: 40%;
    margin: auto;
    border: 8px solid #fff !important;
    background-color: #0d121e !important;
    position: relative;
    margin-top: 6%;
}
.cont-form-main a.closePop {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
    padding-left: 4px;
    z-index: 1;
    cursor: pointer;
}
.contactForm {
    background: url(../images/slides/4.jpg);
    background-size: cover;
}
.contactForm:after {
    content: '';
    background-color: #010102eb !important;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.contactForm .input-txt:hover, .codeInput:hover {
    border-bottom: 1px solid #fff;
}
.contactForm .input-txt {
    color: #fff;
}
.contactForm .label-txt > label {
    color: #ffffffc7;
}
.codeInput > .label-txt > .input-txt {
    border-bottom: 1px solid #ffffffc7 !important;
}
.contactForm .btn {
    position: relative;
    z-index: 111;
    border-radius: 3px;
}
.sticky-enq {
    background: #000;
    color: #fff;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 6px 12px;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
#mobile-nav-sticky {
    display: none;
  }


@media (max-width: 600px) {
    .cont-form-main {
        width: 95%;
    }
    #mobile-nav-sticky {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99999;
        padding: 6px 18px 5px;
        border-radius: 50px;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 8%);
        box-sizing: border-box;
      }
      #mobile-nav-sticky ul.mns-list {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      #mobile-nav-sticky ul.mns-list li {
        list-style: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 17%;
        flex: 1 0 17%;
        text-align: center;
      }
      #mobile-nav-sticky ul.mns-list li a {
        display: block;
        color: #1b1b1b;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.5px;
      }
      #mobile-nav-sticky ul.mns-list li a strong {
        font-weight: bold;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-call {
        background: url(../images/mns-icon-call.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-whatsapp {
        background: url(../images/mns-icon-whatsapp.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-inquiry {
        background: url(../images/mns-icon-enquiry.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-mail {
        background: url(../images/mns-icon-mail.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto;
      }
      #mobile-nav-sticky ul.mns-list li.mnv-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
      }
      #mobile-nav-sticky ul.mns-list li.mnv-logo .mnv-logo-img {
        display: block;
        width: 70px;
        height: 70px;
        background: #fff url(../images/mns-logo-img.png) no-repeat center center;
        background-size: 90%;
        border-radius: 50%;
        margin: -13px auto;
        box-shadow: 0 0 0 5px rgb(196 196 196 / 17%);
      }
      .pro-add, .pro-rgt {
          display: none;
      }
      .whatsappIcon {
          display: none;
      }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .cont-form-main {
        width: 60%;
    }
}