
/* floating box style */
.floating-form {
    max-width: 290px;
	top: 230px;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
	z-index:400;
   }
.contact-opener {
    position: absolute;
    left: -100px;
	font-weight:bold;
    transform: rotate(-90deg);
    top: 100px;
    background-color: #1a5448;
    padding: 9px;
    color: #fff;	
    cursor: pointer;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    
}
.floating-form-heading{
    font-weight: bold;   
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 3px;
}
.floating-form label{
    display: inline-block;
    margin: 0px 0px 6px 0px;
    width: 100% !important;
    line-height: 14px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 4px;
    padding-right: 5px;
	font-size: 12px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
    -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; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
   /* box-shadow: 1px 1px 4px #EBEBEB;*/
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    outline: none;
	width: 68% !important;
	color:#000;
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #0C0;
}
.floating-form .textarea-field{
    height:60px !important;
    width: 68%;
    min-height:inherit;
    
}
.floating-form input[type="submit"]
{
    padding:0px 18px !important;
    border-radius:inherit;
}
.floating-form input[type="button"],
.floating-form input[type="submit"], .contact-opener {   
    background-color: #1a5448;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 16px;
    height:inherit;
    line-height:inherit;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
    background-color: #002147;
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}


@media only screen and (max-width: 959px) {
	.floating-form{
		display: none;
	}
}

/* Right Side Floating CSS*/

.admission_list {
    max-width: 210px;
    padding: 20px 24px 10px 30px;
    font-size: 14px;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
    top: 150px;
  }
	
.admission-opener {
    position: absolute;
    left: -88px;
    transform: rotate(-90deg);
	font-size:16px !important;
	font-weight:bold;
    top: 100px;
    background-color: #1a5448;
    padding: 9px;
    color: #fff;
	cursor: pointer;
	padding: 9px 16px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}

.admission_list label{
    display: block;
    margin: 0px 0px 10px 0px;
}

.admission_list label a{
    color:#333;text-decoration:none;background: url('/images/bullet01.png') no-repeat left 6px;padding:0 0 0 25px;
}

.admission_list label a:hover{text-decoration:underline;}

@media only screen and (max-width: 676px) {
	.admission_list{
		display: none;
	}
}
.floating-form.mystyle {
    right: 0 !important;
}html {
  scroll-behavior: smooth;
}
