/*---------- LOGIN PAGE ----------*/
.rfvstyle
{
    color: red;
    display: inline;
    right: 0;
    position: absolute;
    top: 14px;
}
.contactus_main{
background-color: #f7f7f7;
}

body{
background-image: url(Pricing_table_bg.png);
background-position: bottom;
background-size: cover;  

}

.login_page{
height: -webkit-fill-available;
}

/*.login_form {
background: #fff;
z-index: 9;
/*box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
margin-bottom: -160px;
position:relative;
padding: 0;
left: 0;
width: 70%;
margin-left: 15%;
margin-top: 25%;
}*/

.login_form{
background: #fff;
    z-index: 9;
    position: relative;
    padding: 0;
    left: 0;
    width: 35%;
    margin-left: 32.5%;
    margin-top: 10%;
}


label{
font-weight: lighter;
}

.login_form_domain_logo img{
width: 30%;
margin: 15px 35% 15px 35%;
}

.login_form_domain_logo p{
font-size: 13px;
text-align: justify;
line-height: 1.5;
color: #999;
}

.login-bg2{
background-color: red;
}

/*---------- CONTACT-US-MAIN ----------*/

/*---------- CONTACT LOCATION ----------*/
/* .location_map{
margin-bottom: -6px;
} */


.contact_location.{
margin: 0;
padding: 0;
}
.section-title{
margin-bottom: 10px;
}
.section-title h3{
color: #024f7d;
}

.section-title h3:after {
content: "";
position: absolute;
bottom: 0px;
width: 70px;
height: 2px;
background: #8bc34a;
left: 0;
margin-left: 15px;    
}
.contact-btn {
width: 100%;
position: relative;
font-size: 14px;
line-height: 46px;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
display: inline-block;
padding: 0 38px;
transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.touch_withus, .login_form_area{
/*background-color: #8bc34a;*/
padding: 15px 30px 15px 30px;
}

.touch_withus>.section-title{
color: #024f7d;
}

.touch_withus>.section-title h3:after{
content: "";
position: absolute;
bottom: 0px;
width: 70px;
height: 2px;
background: #8bc34a;
left: 0;
margin-left: 0px;    
}

.contact_address ul{
padding: 0;
}
.contact_address ul li{
list-style-type: none;
border-bottom: 1px solid#fff;
padding: 15px 0 5px 5px;
font-size: 14px;
text-transform: uppercase;
color: #fff;
}

.contact_address ul li .icon {
    display: table-cell;
    vertical-align: top;
}

.contact_address ul li .icon i{
font-size: 22px;
color: #fff;
margin-right: 15px;
}

.contact_address ul li .address_box {
    display: table-cell;
    vertical-align: top;
}
.contact_address ul li .phone_number {
    display: table-cell;
    vertical-align: top;
}

.contact_address ul li .e_mail {
    display: table-cell;
    vertical-align: top;
    text-transform: none;
}


/*---------- CONTACT LOCATION ----------*/









/*============= default-form ===============*/
.contactus_main .default-form-area {
    background: #fff;
    padding: 20px 10px 20px;
    padding-right: 10px;
}

.default-form {
  position: relative;
}

.default-form .form-box {
  position: relative;
}

.comment-form .form-box {
  padding: 25px 25px 0px 25px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.default-form .form-check {
    position: relative;
    margin-bottom: 15px;
}

.default-form .comment-form .form-box .form-group {
  margin-bottom: 15px;
}

.default-form.form-box .row {
  margin-left: -10px;
  margin-right: -10px;
}

.default-form.form-box .row .form-group {
  padding: 0px 0px;
}

.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}

.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}

.default-form p {
  margin-bottom: 6px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
    border-top: none;
    border-left: none;
    border-right: none;
  padding: 12px 15px;
  background: #fff;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form textarea {
  height: 180px;
}

.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
  height: auto;
}

.default-form .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.default-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #8bc34a;
  color: #fff;
}

.default-form .form-control:focus {
border-color: #8bc34a;
border: 2px solid #8bc34a;
border-top: none;
    border-left: none;
    border-right: none;    
  box-shadow: none;
}

.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #8bc34a;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #848484;
  padding: 13px 15px;
  border: 1px solid #eee;
}

.default-form .bs-caret {
  display: none;
}

.default-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  top: 50px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: .4s ease;
}

.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}

.default-form .dropdown-menu>li>a {
  padding: 8px 15px;
}

.default-form .dropdown-menu>li>a:focus {
  background-color: #fff;
  color: #464646;
}

.default-form .dropdown-menu>li>a:hover {
  background-color: #8bc34a !important;
  color: #fff !important;
}


/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}

.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.default-form .alert-success {
  color: #8bc34a;
  background: none;
  border: none;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
.contactus_main .default-form-area {
padding: 15px 15px;
    margin: 0;
}   
  .form-control1{
display: block;
    width: 89%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #fff;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
}

.btn-ltwhite { 
color: #013758; 
background-color: #ffffff; 
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0;
border: 2px solid #ffffff;    
} 
 
.btn-ltwhite:hover, 
.btn-ltwhite:focus, 
.btn-ltwhite:active, 
.btn-ltwhite.active, 
.open .dropdown-toggle.btn-ltwhite { 
  color: #ffffff; 
  background-color: transparent; 
  border-color: #ffffff;
} 
/*
.default-form input:focus, default-form input:focus + label {
  font-size: 12px;
    padding-bottom: 36px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
    
}


.input-group {
	width: 100%;
	font-size: 16px;
	max-width: 400px;
	padding-top: 20px;
	position: relative;
	margin-bottom: 15px;
	
	input {
		width: 100%;
		color: white;
		border: none;
		outline: none;
		padding: 5px 0;
		line-height: 1;
		font-size: 16px;
		font-family: 'Raleway';
		border-bottom: solid 1px white;
		background-color: transparent;
		@include transition(box-shadow 0.2s ease-in);
		
		+ label {
			left: 0;
			top: 20px;
			position: absolute;
			pointer-events: none;
			@include transition(all 0.2s ease-in);
		}
		
		&:focus {
			box-shadow: 0 1px 0 0 white;
		}
		
		input:focus,
		input.active {
			+ label {
				font-size: 12px;
				@include transform(translateY(-20px));
			}
		}
	}
}*/
.poweredby p{
position: absolute;
right: 0;
font-size: 12px;
margin-right: 30px;
bottom: 46px;
color: #999;
font-weight: 400;
}
.poweredby img{
width: 30%;
    margin: 5px 0 5px 70%;
}

@media screen and (max-width:991px){
.row {
margin-right: 15px;
margin-left: 15px;
}
}

@media screen and (min-width:1200px) and (max-width:1366px){
.login_form {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0;
    left: 0;
    width: 30%;
    margin-left: 35%;
    margin-top: 3%;
}
.section-title h3{
color: #024f7d;
font-size: 20px;
}
}
@Media screen and (max-width:568px){
.login_form {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
}

#forgot a{
font-size:12px;
}
}

@Media (min-width:569px) and (max-width:992px){
.login_form {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 0;
    left: 0;
    width: 70%;
    margin-left: 15%;
    margin-top: 10%;
}
}