@charset "utf-8";
/*common style*/
* {
  box-sizing: border-box;
}
body {
  background-color: #faf9f1 !important;
  margin: 0;
  height: 100vh;
  font: 14px/20px normal Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #696969;
}
h1 {
  font-size: 20px !important;
  font-weight: normal !important;
}
.tamil-txt {
  font-family: NotoSansTamil-Medium;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
  color: #696969;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.english-font {
  display: inline-block; font-style: normal;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
p {
  margin: 0;
}
/*Text Color*/
.text-green {
  color: #2bab64 !important;
}
/*Common class names*/
.clear {
  clear: both;
}
.div-left {
  float: left;
}
.div-right {
  float: right;
}
.display-table {
  display: table;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
/*Grid*/
.grid-50 {
  width: 50%;
  position: relative;
}
/*Header*/
header {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
/*content wrapper*/
.content-wrapper {
  background: #fff;
  width: 960px;
  height: 500px;
  margin: 50px auto;
}
.grid-50 .display-table {
  height: 500px;
  text-align: center;
  position: relative;
}
/*social media*/
.social-media {
  color: #fff;
}
.social-media li {
  width: 240px;
  height: 40px;
  margin: 15px auto;
  border-radius: 5px;
  text-align: left;
}
.social-media a {
  padding: 7px 10px 7px 10px;
  color: #fff;
}
.social-media li i {
  margin-right: 10px;
  display: inline-block;
}
.facebook {
  background: #4267b2;
}
.facebook i {
  background: url("../images/facebook@2x.png") no-repeat center center;
  background-size: auto;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.facebook:hover {
  background-color: #0041C7;
}
.google {
  background: #ea4335;
}
.google i {
  background: url("../images/google@2x.png") no-repeat center center;
  background-size: auto;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.google:hover {
  background-color: #D41200;
}
.email {
  background: #747171;
}
.email i {
  background: url("../images/email@2x.png") no-repeat center center;
  background-size: auto;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
}
.email:hover {
  background-color: #212121;
}
.register-later {
  position: absolute;
  padding: 20px 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #868686;
}
.register-later:hover {
  background: #F0EFE2;
}
/*form style*/
.forgot-pwd {
  font-size: 10px;
  text-align: right;
}
input:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #909090;
  top: -0.7rem;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
.styled-input {
  position: relative;
  width: 240px;
  margin: 15px auto;
}
.styled-input label {
  color: #909090;
  padding: 12px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
  font-weight:100!important;
}
input {
  width: 240px;
  border-radius: 4px;
  border: solid 1px #b1b1b1;
  background-color: #ffffff;
  padding: 20px 10px 10px 10px;
  color: #2f2f2f;
}
input ~ span {
  display: block;
  width: 0;
  height: 3px;
  background: #8e44ad;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input:focus {
  outline: 0;
}
input:focus ~ span {
  width: 240px;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input[type=button] {
  cursor: pointer;
  border-radius: 4px;
  background-color: #2bab64;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 0;
}
input[type=submit]:hover {
  background-color: #177b43;
}
input[type=submit] {
  cursor: pointer;
  border-radius: 4px;
  background-color: #2bab64;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 0;
}
input[type=button]:hover {
  background-color: #177b43;
}
.number-list {
  width: 240px;
  padding: 5px 0;
  border-radius: 4px;
  border: solid 1px #b1b1b1;
  background-color: #ffffff;
}
.styled-input p {
  margin: 5px 0 10px 0;
  line-height: 18px;
}
.number-list input {
  padding: 10px 0;
  text-align: center;
  border: 0;
  margin: 0;
  border-radius: 0;
  color: #000;
  width: 36px;
  background-color: transparent;
  display: inline-block;
  border-right: solid 1px #b1b1b1;
  cursor: pointer;
}
.number-list input:last-of-type {
  border-right: 0;
}
/* Webkit */
[placeholder]:focus::-webkit-input-placeholder { opacity: 0; }
/* Firefox < 19 */
[placeholder]:focus:-moz-placeholder { opacity: 0; }
/* Firefox > 19 */
[placeholder]:focus::-moz-placeholder { opacity: 0; }
/* Internet Explorer 10 */
[placeholder]:focus:-ms-input-placeholder { opacity: 0; }
/*Responsive style*/
@media only screen and (max-width: 767px) {
  header img {
    width: 180px;
    height: 50px;
  }
  .grid-50 {
    width: 100%;
  }
  .div-left, .div-right {
    float: none;
  }
  .banner-div {
    display: none;
  }
  .content-wrapper {
    background: transparent;
    margin: 0;
    height: auto;
    width: 100%;
  }
  .grid-50 .display-table {
    height: calc(100vh - 200px);
  }
  .register-later {
    position: fixed;
    background: #fff;
    padding: 15px 0;
    bottom: 0;
  }
  .display-table.inner-page {
    height: auto;
    padding-top: 40px;
  }
}
a{
	text-decoration:none !important;
	color:inherit !important;
	cursor:pointer;
}
#reg_err{
color:red;
font-weight:bolder;
}
.reg_err{
color:red;
font-weight:bolder;
}
@media only screen and (max-width: 1230px) {}
@media only screen and (min-width: 768px) and (max-width:1010px) {
  .content-wrapper {
    width: 90%; /* height: 450px;*/
  }

  /*.owl-carousel .item span {
    width: 50% !important;
  }*/
}
