*{margin:0; padding:0;}
body{font-family: 'Hind', sans-serif;; background:url("../images/bg.jpg"); line-height: 20px; background-size:cover;}
.img-responsive{width:100%; height:auto;}
header{background:#fff; width:100%; float:left; padding:5px 0 0 0;border-bottom: 1px solid #e8e8e8;}
.pull-right{float:right!important;}
*{box-sizing:border-box;}

.text-center{text-align:center;}
.logo {
    float: left;
}
.slide_viewer img {width: 100%; height: 310px;}
.dep-title{color: #2c8402;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    margin-top: 13px;
 
    line-height: 25px;
        font-size: 24px;
		margin:13px 0 0 15px;
		float:left;
}
.dep-title span{display:block; font-size:15px; color:#000;  font-weight:normal;}
.middle-content{background:#fff; margin-top:0px;  padding: 8px 10px;}
.middle-content h3{font-size:15px;  color:#333; margin: 5px 0;font-weight: bold;}
.middle-content span{width:100%; float:left;font-size: 14px;}
.middle-content  .img{ text-align:center;padding-top:5px;}
.bottom-content{margin-top:0px;background: #fbfbfb;padding-top: 20px}
.bottom-content .col-md-4 .inner-content {    box-shadow: 0 0 8px #aaadaa;background: #fff; width: 100%; float: left; text-align: center; padding-bottom:15px; min-height:308px;}

.bottom-content .col-md-4 .inner-content.bg-none {background:none;}
.bottom-content h3 {font-size: 15px; font-weight: normal; color: #333; width: 100%; display: inline-block; }
.bottom-content .button{background:#2c2f34; border-radius:5px; padding:5px 10px; color:#fff; border:0; font-size:13px; margin-top:5px;}
.row .col-md-4 .inner-content.bg-green{background:#26a743;   text-align:center}
.row .col-md-4 .inner-content.bg-green h4{color:#fff; font-size:14px; font-weight:normal; margin-top:12px;}
 .login{display:inline-block; text-align:left; width:93%; background:#f7f9f8; margin-top:5px; padding: 10px 6px 21px 6px;}
.login label{font-size:13px; margin-bottom:8px; float:left;}
 .login .textbox{border-radius:5px; -webkit-border-radius:5px;  width:100%; float:left; padding:8px 5px; border:1px solid #d0d4d5; margin-bottom:8px;}
 .login .forgot-password{float:right;  color:#000; text-decoration:none;}
.textbox.last{margin-bottom:8px;}
footer{width:100%; float:left;     margin-top: 20px; font-size:13px; background:#1b1a18; padding:10px 0; text-align:center; color:#fff;} 
footer a{color:#738658; text-decoration:none;}
.row .col-md-4.bg-green-new{min-height:auto; background:#26a743; padding: 10px 0; text-align:center; color:#fff;}
.row .col-md-4.bg-green-new:last-child{width:35%;}
.left-txt {float: left; width: 89%; text-align: right; font-size: 21px; margin-bottom: 0;}
.left-txt span.toll-free {
display:inline-block;
    text-align: right;
    color: #f71212;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0;
}
.row .col-md-4.boxa {
    background: #d8f5fe;
    padding-top: 15px;
	min-height:auto;
	color:#027da3;
	font-weight:bold;
	font-size:11px;
}
.row .col-md-4.boxb {
    background: #e2f1c7;
    padding-top: 15px;
	min-height:auto;
	color: #669e02;
	font-weight:bold;
	font-size:11px;
}
.row .col-md-4.boxc {
    background: #fbe3d6;
    padding-top: 15px;
	min-height:auto;
	width:30%;
	color: #d16e39;
	font-weight:bold;
	font-size:17px;
}
.row .col-md-12.boxc {
    background: #fbe3d6;
    padding: 10px;
  min-height:auto;
  width:100%;
  color: #d16e39;
  font-weight:bold;
  font-size:17px;
  text-align: center;
}
.row .col-md-4.boxc a{color: #d16e39; text-decoration:none;}
.row .col-md-12.boxc a{color: #d16e39; text-decoration:none;}
 .logo-right{float:right;}
.slider {
    margin: 0 auto;
    max-width: 100%;
    padding-top:5px;
}

.slide_viewer {
  height: 310px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: auto;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0px;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}


.previous_btn {
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  
 
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(180deg);
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 30px;
background:url(../images/arrow.png) left top no-repeat;

  width: 30px;
}
svg{width:100%; height:100%;}
.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
.container{width:100%;}
header .row .col-md-3 img{width:100%; height:auto;}
}
@media only screen and (max-width: 992px){
	.dep-title{font-size:21px;}


	.left-txt span.toll-free{width:50%;}
}
@media only screen and (max-width: 767px){
	.container{width:100%;}

	.row .col-md-3{width:100%;}
	.left-txt span.toll-free{width:55%;}

	.slide_buttons{bottom: 15px;}
	.middle-content .img{float:left; width:100%; text-align:center;}
	.img-responsive{width:auto; display:inline-block;}
	.bottom-content .col-md-4 .inner-content{padding-top:15px;}
}
@media only screen and (max-width: 599px){
	.left-txt{font-size:20px; width:88%;}
	.slide_buttons{bottom: 15px;}
	.dep-title{font-size:13px;}
	.otp-screen {
width: 320px !important;

}


	.middle-content{padding: 23px 10px;}
	
	 .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
  .slider{margin-bottom:16px;}
  .left-txt span.toll-free{text-align:center; margin:3px 0;}


}
.text-gray{
  color: #757575;
}
@media (min-width: 1400px){
.container {
    width: 1370px;
}
}
.otp{display:inline-block; text-align:left; width:100%; background:#fff; margin-top:0px; padding: 10px 6px 21px 6px;}
.otp input{height: 46px;}

.otp-screen {
margin: 20px auto;
width: 425px;
text-align: center;
}
.otp-screen h1{
  color: #333;
  font-weight: bold;
  font-size: 28px;
}
#verify{
  background: #6c9761;
  color: #fff;
  padding: 15px;
}
.otp_info{
  font-size: 20px;
    padding: 15px 0px;
    color: #948d8d;
   line-height: 1.5;
}
.otp_info span
{
  font-weight:bold;
}
a.otp-resend{
  display: block;
  color: #f00 !important;
  font-weight: bold;
  padding-top: 5px;
}
.resend{
  padding: 50px 0px;
  font-size:18px;
}
.otp .input-group{
    box-shadow: -2px 1px 10px #eaeaea;
    margin-top: 20px;
}
.form-label
{
    font-size:16px;
    font-weight:bold;
    text-align:left;
    float: left;
    padding-left: 10px;
}