/*body {
   
    background-image: url('../img/Assam.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;

    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

body{
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    /*font-family: Adani-Regular;*/
}


/* Pen Title */
.pen-title {
  padding:60px 10px 15px 10px;
  text-align: center;
  letter-spacing: 2px;
  font-family: Adani-Regular;
}
.pen-title img{float:left;}
.pen-title h1 {
  margin: 0 0 20px;
  font-size:30px;
  float:right;
  padding-top:45px;
  font-weight: bold; color:#fff; text-shadow:2px 2px 2px #000; line-height:35px;
  font-family: Adani-Regular;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}
.clear{clear:both;}
/* Form Module */
.form-module {
    /*background-image: url('../images/output-onlinepngtools (10).png');*/
    /*background: #5c94ebd1;*/
    /*background:#057ed4;*/
    /*background:#4a9c4b;*/
        /*background: #4caf50ad;*/
    max-width: 80%;
    margin: 10px auto 50px auto;
    /*padding-top: 30px;*/
    /*padding-bottom:40px;*/
    padding-bottom:25px;
    /*opacity:0.9;*/
    /*-webkit-border-radius: 10px;*/

    /*background:#fff;*/
    background: #ffffffd9;


    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    /*border-radius: 10px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.4);*/
}
.form-module .lblname{
    padding: 10px 10px 10px 30px;
    float: left;
    /*font-family: 'RobotoDraft', 'Roboto', sans-serif;*/
    /*color: #ab0e4e;*/
        /*color: #fff;*/
  
    /*text-shadow: 1px 1px #2998e6;*/
    /*font-family: Adani-Regular;*/

}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: #6e4b05;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  padding:30px 0 25px 0; 
  text-align:center;
  color:#484848 !important;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1;
 /* font-family: Adani-Regular;*/
  /*text-shadow: 1px 1px 0px #000;*/
}
.form-module input {
    outline: none;
    display: block;
    width: 90%;
    /*border: 1px solid #e84f4f;*/
    border:1px solid #0079a1;
    margin: 0 auto 20px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    /*background-color: #f5f2eeb0;*/
    background-color: #f5f2ee;
    color: #171415;
   /* font-family: Adani-Regular;*/
    /* text-shadow: 1px 1px #e6ebef; */
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
  font-family: Adani-Regular;
}
/*.form-module select {
  outline: none;
  display: block;
  width:62%;
  border: 1px solid #e84f4f;
  margin:0 auto 10px auto;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #f5f5f52b;
  color: #ab0e4e;
  text-shadow: 1px 1px #2998e6;
}*/

/*.form-module select {
    outline: none;
    display: block;
    width: 58%;
    border: 1px solid #666666c9;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght:400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;    
    color: #171415;
    background-color:#f5f2eeb0;
   
}*/
select, .tickets input[type="text"] {
    border: none;
    /* color: #fff; */
    color: #555555;
    text-align: justify;
    outline: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    /*background-color:#f5f2eeb0;*/
    background-color: #f5f2ee;
    height: 35px;
    padding: 0 15px;
    width: 54%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #0079a1;
    margin: 0 auto 20px auto!important;
  /*  font-family: Adani-Regular;*/
   
}

.select { 
    background-color: #82caff !important;
    
}

.option { 
    background-color: #f5f5f52b;
    
}



.form-module{
    position:relative;
    z-index:1;
    border-radius:10px;
}
.form-module::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #c5e0ec;
    content: '';
    z-index: -1;
    border-top-right-radius: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
    .form-module::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        height: 100%;
        background-color: #9dd3eb;
        content: '';
        z-index: -2;
        border-top-right-radius: 50%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-right: 3px solid #649bb3;
    }
.form-module #btnLogin {
    cursor: pointer;
    font-size: 18px;
    width: 90%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    transition: 0.3s ease;
    background-image:linear-gradient(45deg, #046fb6, #fbb03b);
    text-transform: uppercase;
    font-weight: 500;
}
.form-module button:hover, .form-module #btnLogin:hover {
  background:#000;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
.footcnts{color:#FFF; }
.footlft{float:left;}
.footrght{float:right;}
.footrght a{color:#FFF;}
@media (max-width: 800px){
	.footlft{float:none; padding-bottom:10px; text-align:center;}
    .footrght{float:none; text-align:center;}
    .form-module{
        max-width:70%;
    }
	}
@media (max-width: 360px) {
    .form-module{
        max-width:90%;
    }
    select, .tickets input[type="text"]{
        width:51%;
    }

}