@font-face {
font-family: 'ITCAvantGardeStd-Md';
src: url('../fonts/fonts/ITCAvantGardeStd-Md.eot');
src: url('../fonts/fonts/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'),
url('../fonts/fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg'),
url('../fonts/fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
url('../fonts/fonts/ITCAvantGardeStd-Md.woff') format('woff'),
url('../fonts/fonts/ITCAvantGardeStd-Md.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ITCAvantGardeStd-Demi';
src: url('../fonts/fonts/ITCAvantGardeStd-Demi.eot');
src: url('../fonts/fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
url('../fonts/fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg'),
url('../fonts/fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'),
url('../fonts/fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
url('../fonts/fonts/ITCAvantGardeStd-Demi.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ITCAvantGardeStd-Bk';
src: url('../fonts/fonts/ITCAvantGardeStd-Bk.eot');
src: url('../fonts/fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
url('../fonts/fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg'),
url('../fonts/fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
url('../fonts/fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
url('../fonts/fonts/ITCAvantGardeStd-Bk.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ITCAvantGardeStd-Bold';
src: url('../fonts/fonts/ITCAvantGardeStd-Bold.eot');
src: url('../fonts/fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg'),
url('../fonts/fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
url('../fonts/fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
url('../fonts/fonts/ITCAvantGardeStd-Bold.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body{
margin: 0;
padding: 0;
font-family: 'ITCAvantGardeStd-Md';
font-size: 16px;
overflow-x: hidden;
}
a:hover{text-decoration: none;color: inherit;}
.font-style-light{font-family: 'ITCAvantGardeStd-Bk';}
@media (min-width: 1200px){
.container{max-width: 1200px;}
}
/*..............header-section................*/

.header-section{
	padding: 25px 0;
    position: relative;
    width: 100%;
    z-index: 999;
}
.header-section .main-header{
display: flex;
display: -ms-flexbox;
align-items: center;
-ms-flex-align: center;
justify-content: space-between;
-ms-flex-pack: justify;
}
.header-section .main-header .logo img{
-webkit-filter: drop-shadow(3px 4px 18px rgba(0, 0, 0, 0.2));
filter: drop-shadow(3px 4px 18px rgba(0, 0, 0, 0.2));
}
.main-header .top-right{
display: flex;
display: -ms-flexbox;
align-items: center;
-ms-flex-align: center;
}
.main-header .header_nav_button{display: none;}
#nav-icon3{
width: 25px;
height: 20px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
#nav-icon3.open{
z-index: 9999;
}
#nav-icon3 span{
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #f26e24;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
top: 8px;
}
#nav-icon3 span:nth-child(4) {
top: 16px;
}
#nav-icon3.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#nav-icon3.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
.main-header .top-right a{margin-left: 15px;}
.main-header .top-right .call{
display: flex;
display: -ms-flexbox;
align-items: center;
-ms-flex-align: center;
color: #006a75;
}
.main-header .top-right .call p{
margin-bottom: 0;
line-height: 1.2;
}
.main-header .top-right .call p span{
font-size: 22px;
font-weight: 700;
}
.main-header .top-right .call img{margin-right: 10px;}
.main-header .top-right .check-status{
	color: white;
    display: inline-block;
    padding: 5px 16px 6px;
    background: #e25b21;
    border-radius: 6px;
    font-size: 14px;
    line-height: 30px;
}
.main-header .top-right .check-status::before{background-color: #cd5521;}
.main-header .top-right .register{color: #f26e24;}
.main-header {margin-top: 30px;}
.main-header .main-nav .navbar{
list-style: none;
margin:0;
padding: 0;
}
.main-header .main-nav .navbar li a{
color: #014281;
font-weight: 500;
display: inline-block;
padding: 10px 7px;
position: relative;
font-size: 14px;
text-transform: uppercase;
}
.main-header .main-nav .navbar li .dropdown-toggle{
	display: flex;
    align-items: center;
}
.main-header .main-nav .navbar li .dropdown-toggle::after{
	content: '';
	background: url(../images/arrow-menu.png) 0 0 no-repeat;;
	width: 9px;
	height: 5px;
	border:none;
	margin-left: 6px;
}
.main-header .main-nav .navbar li .dropdown-menu{
    background: #fff;
    border: none;
    border-radius: 9px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    width: 290px;
    padding: 7px 20px;
    
}
.main-header .main-nav .navbar li .dropdown-menu:after{
	content: '';
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    position: absolute;
    border-right: 10px solid transparent;
    left: 70px;

}
.main-header .main-nav .navbar li .dropdown-menu a{
	border-bottom: 1px solid #e7edf1;
}
.main-header .main-nav .navbar li .dropdown-menu a:hover{
	background: transparent;
}
.main-header .main-nav .navbar li .dropdown-menu a:last-child{border-bottom: none;}
.main-header .main-nav .navbar li{
margin:0 10px;
}
.main-header .main-nav .navbar li a:hover,
.main-header .main-nav .navbar li.active a{color: #f58634;}
/*..............banner-section..............*/
.banner-section{
position: relative;
background: url('../images/bannerbg.jpg') center top no-repeat;
background-size: cover;
min-height: 450px;
}
.banner-section .container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.banner-image{width: 100%; height: 525px;object-fit: cover;}
.banner-section .banner-right{
width: 532px;
position: relative;
}
.banner-section .banner-right img{width: 100%;}
.banner-section .col-md-7{
-ms-flex-item-align: end;
align-self: flex-end;
}
.banner-section .banner-left{
max-width: 90%;
padding: 0 0;
margin-right: 0px;
padding-bottom: 0px;
height: 100%;
display: flex;
align-items: center;
position: relative;
margin-left: 0px;
}
.banner-section .banner-left:after{
content: '';
background:url('../images/banner-desc-bg.png') bottom center no-repeat;
height: 100%;
position: absolute;
width: 100%;
top: 0;
z-index: 0;
transform: skew(-5deg);
}
.banner-section .banner-left:before{
content: '';
height: 100%;
position: absolute;
width: 76px;
top: 0;
z-index: 0;
background: url(../images/line.png) bottom center no-repeat;
left: -60px;
}
.banner-left-inner{
    position: relative;
    z-index: 1;
    padding: 30px 30px 0;
    background: rgba(226,91,33,0.9);
}
.banner-left-inner h3{
	color: #fff;
	font-family: 'ITCAvantGardeStd-Bold';
	font-size: 26px;
	line-height: 30px;
}
.divider{
background: #ffd409;
width: 100px;
height: 2px;
margin: 18px 0;
}
.global-heading{
font-size: 48px;
color: #ffd409;
font-weight: 700;
margin-bottom: 20px;
}
.global-heading.font-md{font-size: 36px;}
.global-btn{
	color: white;
    display: inline-block;
    padding: 8px 18px 8px;
    background: #e25b21;
    border-radius: 6px;
    font-size: 14px;
    line-height: 30px;
}
.global-btn:hover{color:#fff;}
.global-btn.green-btn{background: #00923a;}
.hover-btn{
position: relative;
overflow: hidden;
z-index: 1;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
}
.hover-btn:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 100%;
background-color: #dd4f13;
transition: all .3s;
border-radius: 0px;
z-index: -1;
}
.hover-btn:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0px;
z-index: -2;
}
.hover-btn:hover:before{width: 100%;}
.global-btn:hover{color: white;}

.footer-section{
	padding:60px 0;
}
.banner-section .banner-left p{
font-size: 16px;
color: #ffffff;
font-weight: 300;
margin-bottom: 30px;
font-family: ITCAvantGardeStd-Bk;
}


.footer-section .footer_links{
	margin:0;
	padding:10px 0;
	list-style: none;
	text-align: center;
	border-top: 1px solid #caccd6;
	border-bottom: 1px solid #caccd6;

}
.footer-section .footer_links li{
	display: inline-block;
	border-right:1px solid #3f3f3f;
	padding: 0 10px;
	line-height: 16px;
}
.footer-section .footer_links li:last-child{border-right: none;}
.footer-section .footer_links li a{
	color: #3f3f3f;
	font-size: 14px;
	font-family: 'ITCAvantGardeStd-Bk';
	display: block;
}
.footer-section .footer_links li a:hover,.footer_links2 a:hover{
	color: #e25b21;
}
.footer_links2 a,.copyright p{
	font-size: 14px;
	color: #3f3f3f;
	margin: 0 6px;
}
.copyright p{font-size: 12px;}
.contact-section{
background: url('../images/contact-section.jpg') center top no-repeat;
background-size: cover;
padding: 90px 0;
color: #fff;
}
.contact-section h2{
font-size: 36px;
color: #fff;
text-transform: uppercase;
}
.circlebx{
width: 65px;
height: 65px;
background: #fff;
border-radius: 40%;
margin:0px auto;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
.addressbx p{
color: #fff;
font-size: 14px;
padding: 0;
margin: 0;
}
.addressbx h3{
color: #fff;
font-size: 18px;
}


.subtitle{}
.contact-section .divider{
	margin: 50px auto;
	background: #e25b21;
}
.faq-section{
	padding:90px 0;
    background: url('../images/faq-bg.jpg') center center no-repeat;
    background-size: cover;
}

.faq-section h2{
	color: #ffffff;
	font-size: 36px;
	font-family: 'ITCAvantGardeStd-Demi';
}
.faq-section .heading-style2{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 30px;
}
.faq-section .accordion-list{
	margin:0;
	padding:40px 0 40px 40px;
	list-style: none;
	position: relative;
}
.faq-section .accordion-list:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #e25b21;
    position: absolute;
    top: 0;
    left: 17px;
}
.faq-section .accordion-list li{
	padding:10px 0;
}
.faq-section .accordion-list li h3{
	color: #fff;
	font-size: 18px;
	margin-bottom: 6px;
	cursor: pointer;
	position: relative;
}
.accordian_content p{
	font-size: 16px;
	color: #fff;
    font-family: 'ITCAvantGardeStd-Bk';
}
.faq-section .accordion-list li h3:after{
    content: '';
    width: 26px;
    height: 26px;
    border: 2px solid #03589a;
    position: absolute;
    left: -35px;
    top: -4px;
    border-radius: 100%;
    background: #fff url('../images/accordian-arrow.png') center center no-repeat;
    z-index: 1;
}
.faq-section .accordion-list li.active h3:after{
	background: #e25b21 url('../images/accordian-arrow-active.png') center center no-repeat;
}
.spotlight-section{
	background: url('../images/spotlight-bg.jpg') center center repeat;
	padding: 60px 0;
}
.spotlight-section .global-heading{
	font-size: 36px;
    color: #00923a;
    margin-bottom: 30px;
}
.spotlight-section .row{
	margin-right: -3px;
    margin-left: -3px;
}
.spotlight-section .row .col-md-6{
	padding-right: 3px;
    padding-left: 3px;
}
.gallery_box{
	margin-bottom: 6px;
	cursor: pointer;
	background: #00923a;
	overflow: hidden;
	position: relative;
}
.gallery_box:after{
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(226,91,33,0.8) url('../images/zoom-icon.png') center center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 42%;
    transform: translateY(-42%);
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transform: scale(0.2);
}
.gallery_box img{width: 100%; height: auto;transition: all 0.5s ease-in-out;}
.gallery_box:hover img{transform: scale(1.2); opacity: 0.5;}
.gallery_box:hover:after{visibility: visible;transform: scale(1);}
.spotlight-section .hover-btn{
	color: white;
    display: inline-block;
    padding: 9px 26px 8px;
    background: #e25b21;
    border-radius: 6px;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    margin-top: 40px;
}
.selfenrollment-section{
	padding:90px 0;
	background: url('../images/enrollment-bg.jpg') bottom center no-repeat;
}
.service_block .divider{
    width: 1px;
    height: 160px;
    background: #ed7745;
    margin: 60px 0;
    position: absolute;
    left: 127px;
}

.service_block .divider{margin-top: -100px;}
.service_block h3{
	font-size: 30px;
	color: #014281;
	font-family: 'ITCAvantGardeStd-Bold';
    margin-bottom: 20px;
}
.service_block h4{
    font-size: 24px;
    color: #014281;
    font-family: 'ITCAvantGardeStd-Demi';
    margin: 0;
}
.selfenrollment-section .container{
    max-width: 1380px;
}
.padding-right-20{
    padding-right: 20px;
}
.padding-left-20{
    padding-left: 20px;
}
.service_block_content1{
    padding-left: 140px;
    padding-top: 30px;
    position: relative;
}
.service_block_content2{
    padding-left: 60px;
    padding-top: 30px;
    position: relative;
}
.service_block_content2 .divider{
    left: 47px;
}
/*mutation process*/
.header-section.inner-header{
    position: relative;
}
.mutation-process{
  position: relative;
  min-height: 600px;
}
.mutation-title{
    background: #eef0fc;
    padding:20px 0;
}
.mutation-title h3{
    color: #014281;
    font-size: 30px;
    font-family: 'ITCAvantGardeStd-Bold';
    margin:0;
}
.mutation-form-process{
    background: #014281;
    padding:20px 0;
}
.process_list{
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.process_list li{
    display: inline-block;
}
.process_list li a{
    font-family: Roboto;
    color: #ffffff;
    opacity: 0.4;
    font-size: 16px;
    cursor: default;
}
.process_list li a span{
    color: #014281;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 25px;
    display: inline-block;
    font-weight: 600;
    font-family: Roboto;
    opacity: 1;
    margin-right: 5px;
    position: relative;
}
.process_list li a span:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -60px;
    top: 11px;
}
.process_list li:first-child a span:after{
    display: none;
}
.process_list li.active a{opacity: 1;color: #f58634;}

.process_list li.active a span,.process_list li.active a span:after{background: #f58634;}
.mutation-form{
    background: url('../images/spotlight-bg.jpg') repeat;
    padding:60px 0 100px;
}
.mutation-form-container{
    max-width: 730px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 13px 40px rgba(23,23,23,0.1);
    margin:0 auto;
    padding:30px 40px;
}
.mutation-form-container h3{
    color: #014281;
    font-size: 28px;
    font-family: Roboto;
    margin: 10px 0 30px;
}
.mutation-form-container .form-control,.check_status .form-control{
    height: auto;
    border: 1px solid #626262;
    border-radius: 0;
    padding: 18px 16px;
    box-shadow: 0 13px 40px rgba(23,23,23,0.1);
    margin-bottom: 12px;
}
.mutation-form-container select.form-control{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background: url('../images/select-arrow.png') 96% 50% no-repeat;
}
.mutation-form-container label{
    color: #014281;
    font-size: 18px;
    font-weight: 500;
}
.next_btn{
    background: #f58634;
    padding: 16px 80px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 34px;
    border:none;
    cursor: pointer;
}
.next_btnfull{display: block;width: 100%;}
.next_btn:hover{
    background: #e3701a;
    color: #fff;
}
#detailsFormRow{
    border-top: 1px solid #dfdfdf;
    padding-top: 16px;
}
.remove_address .btn-danger{
    width: 100%;
    margin-bottom: 16px;
}
.add_detail_btn{
    background: #014281;
    color: #fff;
    padding:10px 20px;
    display: inline-block;
    cursor: pointer;
}
.add_detail_btn.add_plot{
    font-size: 12px;
    padding: 0px 20px;
    line-height: 28px;
    margin-bottom: 20px;
    background: #e25b21;
    text-transform: uppercase;
}

.filupp > input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filupp {
  position: relative;
  background: #014281;
  display: block;
  padding: 1em 2em;
  font-size: 1em;
  width: 100%;
  height: 3.5em;
  color: #fff;
  cursor: pointer;
  border-radius: 36px;
}
label.filupp {color: #fff;}
.filupp:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 30px;
  background: url('../images/upload-icon.png') 0 0 no-repeat;
  width: 26px;
  height: 26px;
}


.filupp-file-name {
  width: 75%;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.steps.step4{
   /* max-width: 500px;*/
    margin: 0 auto;
}
.steps{display: none;}
/*............register-section............*/
.register-section{
background: #fefcf5 url('../images/faq-bg.jpg') center center no-repeat;
background-size: cover;
display: flex;
align-items: center;
min-height: 680px; 
padding: 70px 0;
}
.register-section .register-wrap{
background: rgba(255, 255, 255, 0.9);
border-radius: 25px;  
padding: 50px;
padding-top: 40px;
box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);
-o-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.08);
margin-top: 30px;
}
.register-section .register-wrap h4{
font-size: 36px;
color: #01488f;
text-align: center;
margin-bottom: 60px;  
font-family: 'ITCAvantGardeStd-Bold';
}
.register-wrap .register-link{
display: block;
text-align: center;
background: #ffffff;
border-radius: 15px;
border: 2px solid #00a450;
box-shadow: 5px 8px 35px 0px rgb(0 0 0 / 9%);
-webkit-box-shadow: 5px 8px 35px 0px rgb(0 0 0 / 9%);
-moz-box-shadow: 5px 8px 35px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 5px 8px 35px 0px rgba(0, 0, 0, 0.09);
padding: 30px 10px;
font-size: 20px;
color: #01488f;
}
.register-wrap .register-link span{
display: block;
margin-top: 20px;
}
.register-wrap .register-link i{
    font-size: 12px;
    display: block;
    font-style: normal;
}
.register-wrap .register-link img{
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;  
-o-transition: all 0.5s ease;  
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
}
.register-wrap .register-link:hover img{
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);  
}
.otp_btn,.otp_btn:hover,.otp_btn:focus{
    background: #014281;
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px 16px;
    border: 0;
    outline: 0;
    width: 100%;
    cursor: pointer;
    box-shadow: none;
}

.otp_btn.disabled_btn{
    opacity: 0.2;
    color: #b2bfcb;
}

.payment_dtl{
    font-weight: bold;
}
/*login page css*/
.login-section{
  position: relative;
  padding:80px 0;
  background: url('../images/loginbg.jpg') center center no-repeat;
  background-size: cover;
}
.login_from{
  max-width: 460px;
  margin: 0 auto;
}
.form_content{
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.form_content .ur-frontend-form.login{
  border: none;
  margin: 0;
  padding: 0;
}

.input-group{
  padding: 0 10px;
  border: 1px solid #c5cbd8;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.form_content .form-control{
    border: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
}
.form_content .input-group-text{
  background: transparent;
  border: none;
  padding: 0 10px 0 0;
}

::placeholder {
  color: #707070 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #707070 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #707070 !important;
}

.form_content .user-registration-Button.button,.form_content .btn.button.ur-submit-button {
    border: none;
    width: 100%;
    border-radius: 6px;
    background: #e25b21;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    outline: 0;
    padding: 12px 0;
    cursor: pointer;
    margin-top: 20px;
}
.form_content a{
    color: #737373;
    font-size: 15px;
    position: relative;
}

.form_content .ur-frontend-form .ur-button-container{
 padding: 0;
}

.form_content h4{
  width: 100%;
  position: relative;
  text-align: center;
}
.form_content h4:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 0;
}
.form_content h4 span{
  background: #fff;
  font-size: 15px;
  color: #737373;
  font-weight: 300;
  position: relative;
  z-index: 1;
  padding: 5px;
}
.forgot_password:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #737373;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.login_popup .modal-content{
    background: transparent;
    border: none;
    box-shadow: none;
}
.login_popup.modal.show .modal-dialog{
    -webkit-transform: translate(30%);
    transform: translateY(30%);
    max-width: 500px;
}
.modal-backdrop.show {
    opacity: .7;
}
/*.process_list.encumbrance_process_list{
    max-width: 100%;
}*/
.download_recipt{
    background: #e25b21;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    cursor: pointer;
    border:none;
    outline: 0;
    float: right;
}
.footer-section img.img-fluid{display: none;}
.download_application_btn,.download_application_btn:hover{
    color: #f58634;
    display: block;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #f58634;
    display: inline-block;
    padding: 8px 14px;
}
.download_application_btn img{margin-right: 4px;}
.loader_validater{
    background: #000;
    position: absolute;
}

.preloader_s1{
  position: fixed;    
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  background: rgba(255,255,255,0.9);
}
.loading_s1 {
  height: 0;
  width: 0;
  padding: 15px;
  border: 3px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 0.3s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.verify_row,.timer{display: none;}
.timer{
    color: #000;
    padding: 10px 0;
}
.otp_btn.verify_otp{
    background: #e25b21;
}
.error_message{
    color: red;
    font-size: 14px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
}
.error{
    color: red;
    font-size: 14px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
}
.mutation-form-container .error_global.mobile_no_error{
    margin-bottom: 20px;
}
.payment_succses h1,.check_status h1{
    font-size: 36px;
    color: #01488f;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'ITCAvantGardeStd-Bold';
}
.payment_succses p{font-size: 20px;}
.payment_succses .next_btn{padding: 16px 30px;}
.transaction_date{
    background: url('../images/date-icon.png') 96% 50% no-repeat;
}
.mutation_type_name{
    color: #02407d;
    font-size: 24px;
    font-family: 'ITCAvantGardeStd-Bold';
}
.border-top1{
    border-top: 1px solid #f58634;
    margin-top: 20px;
    padding-top: 20px;
}
.loading_global {
  height: 0;
  width: 0;
  padding: 8px;
  border: 2px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 0.2s infinite linear;
  position: absolute;
  left: 80%;
  top: 50%;
  display: none;
}

@-webkit-keyframes rotate {

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#keyboard{
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 107px;
    z-index: 9999;
    cursor: pointer;
}
.status-message{
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #e25b21;
}
.status-message span{
    color: #e25b21;
}
.global-tooltip{
    width: 18px;
    height: 18px;
    background: #18457e;
    border-radius: 100%;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    cursor: pointer;
}
.parent-tooltip{position: relative;}
.tooltip-content{
    background: #18457e;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    display: none;
    z-index: 999;
}

.home_banner_under{display: flex; justify-content: center; align-items: center;}

.home_banner .owl-dots{position: absolute;bottom: 0;}
.check_status_success p {
    font-size: 16px;
    color: #01488f;
}
.check_status_success p span{color: #f58634;}
.check_status_success table thead th{
    color: #f58634;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #01589d;
    border-top: 2px solid #01589d;
}

.check_status_success table tbody td{
    color: #4e4e4e;
}
.check_status_success table tbody td b{color: #01589d;font-weight: normal;}
.login_btn {
    background: #f58634;
    padding: 16px 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}
.spinner-custom {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top: 2px solid #3498db;
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: 38%;
    left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.timer_count{
    left: 10px;
    font-size: 12px;
    top: 24px;
}
button:disabled,
button[disabled]{
    border: 1px solid #999999;
    background-color: #eaa26d;
}
