.scheme_default table th {
	color: #000 !important;
	background-color: #fff !important;
}
input .leftinputclass{
	width: 49%;
	float: left;
	margin-right: 1%
}
#rightinput{
	width: 49%;
	margin-left: 1%
}	
.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #F9BF40;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #F9BF40;
    padding: 3%;
    border: 1px solid #F9BF40;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #F9BF40;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #D49A1C;
}
	@media screen and (max-width: 470px) {
	  #popup {
        position: fixed;
        top: 10%;
        left: 15%;
        right: 15%;
        background: #fff;
        width: 70%;
        z-index: -1;
        visibility: hidden;
		webkit-transition: top 2s;
		transition: top 2s;
		}
	}
	@media screen and (min-width: 470px) {
	  #popup {
        position: fixed;
        top: 10%;
        left: 30%;
        right: 30%;
        background: #fff;
        width: 40%;
        z-index: -1;
        visibility: hidden;
		webkit-transition: top 2s;
		transition: top 2s;
		}
	}

    body.custom-background {
        background-image: url("yoga-content/uploads/2017/03/boxed_bg.jpg");
        background-position: left top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
	#callBtn {
	  display: block;
	  position: fixed;
	  bottom: 34px;
	  right: 99px;
	  z-index: 99999;
	  font-size: 18px;
	  border: none;
	  outline: none;
	  background-color: #f9bf40;
	  color: white;
	  cursor: pointer;
	  padding: 17px;
	  
	}
	.fa-envelope{
	    color:white !important;
	}
	#overlay {
        position: fixed;
        opacity: 0;
        top: 0;
        bottom: 0;
        background: #3b3b3b;
        width: 100%;
        height: 100%;
        z-index: -1;
        visibility: hidden;
        transition: all 1s ease;
    }
   #popupclose {
        float: right;
        padding: 10px;
        cursor: pointer;
    }
    .popupcontent {
       
    }
    #callBtn {
        cursor: pointer;
    }
	@-webkit-keyframes pop-swirl {
	  0% {
		transform: scale(0) rotate(360deg);
	  }

	  60% {
		transform: scale(0.8) rotate(-10deg);
	  }

	  100% {
		transform: scale(1) rotate(0deg);
	  }
	}
	@-moz-keyframes pop-swirl {
	  0% {
		transform: scale(0) rotate(360deg);
	  }

	  60% {
		transform: scale(0.8) rotate(-10deg);
	  }

	  100% {
		transform: scale(1) rotate(0deg);
	  }
	}
	@-ms-keyframes pop-swirl {
	  0% {
		transform: scale(0) rotate(360deg);
	  }

	  60% {
		transform: scale(0.8) rotate(-10deg);
	  }

	  100% {
		transform: scale(1) rotate(0deg);
	  }
	}
	@-o-keyframes pop-swirl {
	  0% {
		transform: scale(0) rotate(360deg);
	  }

	  60% {
		transform: scale(0.8) rotate(-10deg);
	  }

	  100% {
		transform: scale(1) rotate(0deg);
	  }
	}
	@keyframes pop-swirl {
	  0% {
		transform: scale(0) rotate(360deg);
	  }

	  60% {
		transform: scale(0.8) rotate(-10deg);
	  }

	  100% {
		transform: scale(1) rotate(0deg);
	  }
	}
	@-webkit-keyframes anvil {
	  0% {
		transform: scale(5) rotate(0);
		opacity: 0;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0);
	  }

	  50% {
		transform: scale(1) rotate(-0.2deg);
		opacity: 1;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0.5);
	  }

	  75% {
		transform: scale(1) rotate(0.2deg);
		opacity: 1;
		box-shadow: 0 0 250px rgba(241, 241, 241, 0.5);
	  }

	  100% {
		transform: scale(1) rotate(0);
		opacity: 0.8;
		box-shadow: 0 0 500px rgba(241, 241, 241, 0);
	  }
	}
	@-moz-keyframes anvil {
	  0% {
		transform: scale(5) rotate(0);
		opacity: 0;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0);
	  }

	  50% {
		transform: scale(1) rotate(-0.2deg);
		opacity: 1;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0.5);
	  }

	  75% {
		transform: scale(1) rotate(0.2deg);
		opacity: 1;
		box-shadow: 0 0 250px rgba(241, 241, 241, 0.5);
	  }

	  100% {
		transform: scale(1) rotate(0);
		opacity: 1;
		box-shadow: 0 0 500px rgba(241, 241, 241, 0);
	  }
	}
	@-ms-keyframes anvil {
	  0% {
		transform: scale(5) rotate(0);
		opacity: 0;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0);
	  }

	  50% {
		transform: scale(1) rotate(-0.2deg);
		opacity: 1;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0.5);
	  }

	  75% {
		transform: scale(1) rotate(0.2deg);
		opacity: 1;
		box-shadow: 0 0 250px rgba(241, 241, 241, 0.5);
	  }

	  100% {
		transform: scale(1) rotate(0);
		opacity: 1;
		box-shadow: 0 0 500px rgba(241, 241, 241, 0);
	  }
	}
	@-o-keyframes anvil {
	  0% {
		transform: scale(5) rotate(0);
		opacity: 0;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0);
	  }

	  50% {
		transform: scale(1) rotate(-0.2deg);
		opacity: 1;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0.5);
	  }

	  75% {
		transform: scale(1) rotate(0.2deg);
		opacity: 1;
		box-shadow: 0 0 250px rgba(241, 241, 241, 0.5);
	  }

	  100% {
		transform: scale(1) rotate(0);
		opacity: 1;
		box-shadow: 0 0 500px rgba(241, 241, 241, 0);
	  }
	}
	@keyframes anvil {
	  0% {
		transform: scale(5) rotate(0);
		opacity: 0;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0);
	  }

	  50% {
		transform: scale(1) rotate(-0.2deg);
		opacity: 1;
		box-shadow: 0 0 0 rgba(241, 241, 241, 0.5);
	  }

	  75% {
		transform: scale(1) rotate(0.2deg);
		opacity: 1;
		box-shadow: 0 0 250px rgba(241, 241, 241, 0.5);
	  }

	  100% {
		transform: scale(1) rotate(0);
		opacity: 1;
		box-shadow: 0 0 500px rgba(241, 241, 241, 0);
	  }
	}
	#popup[data-pop="slide-down"] {
	  top: -50%;
	  transition: all .5s ease-in-out;
	}
	#popup[data-pop="slide-down"].show {
	  visibility: visible;
	  z-index: 99999;
	  opacity: 1;
	  top: 50%;
	}
	#popup[data-pop="slide-down"].show ~ #overlay {
	  opacity: 1;
	  visibility: visible;
	  z-index: 99999;
	}
	#popup[data-pop="pop-in"] {
	  transform: scale(0);
	  transition: all .5s ease-in-out;
	}
	#popup[data-pop="pop-in"].show {
	  transform: scale(1);
	  visibility: visible;
	  z-index: 99999;
	  opacity: 1;
	}
	#popup[data-pop="pop-in"].show ~ #overlay {
	  opacity: 0.7;
	  visibility: visible;
	  z-index: 99999;
	}
	#popup[data-pop="pop-swirl"] {
	  transform: scale(0);
	  transition: all .5s ease-in-out;
	}
	#popup[data-pop="pop-swirl"].show {
	  -webkit-animation: pop-swirl 1s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
	  visibility: visible;
	  z-index: 99999;
	  opacity: 1;
	}
	#popup[data-pop="pop-swirl"].show ~ #overlay {
	  opacity: 0.7;
	  visibility: visible;
	  z-index: 99999;
	}
	#popup[data-pop="anvil"].show {
	  -webkit-animation: anvil 1s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
	  visibility: visible;
	  z-index: 999999;
	  opacity: 1;
	}
	#popup[data-pop="anvil"].show ~ #overlay {
	  opacity: 0.7;
	  visibility: visible;
	  z-index: 99999;
	}
	.hidepopup{
		visibility: visible !important;
		z-index: 999999 !important;
		opacity: 1 !important;
		transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
		top: 1000px !important;
	}
