@charset "utf-8";
/* CSS Document */
 
* {
    padding: 0;
    margin: 0;
    border: 0;
}
 
html { height: 100%; }
 
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	 
}
 
::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
a {
    color: #5dbbde;
    text-decoration: none;
}
 
p {
    margin-bottom: 10px;
}
 
ol, ul {
    list-style: none;
}
 
h1, h2, h3 {
    margin-top: 0;
}
 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
body { 
    background: #eeeeee;
    font-size: 14px;
    color: #000000;
	line-height: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
   max-width: 1008px;    
    margin: 0 auto;
}
/************************ NAVBAR START **************************/
.navbar { margin: 0; background: #ffffff;}

.navbar-inverse .navbar-nav>li>a { color: #003366; font-size: 16px; padding: 0 25px; margin: 25px 0; border-right: 1px solid #fff;}

.navbar-inverse .navbar-nav>li:last-child a { border-right: none;}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #003366 !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover { background-color: transparent; font-weight: bold; color: #003366 !important; }

.navbar-brand { background: url("../../images/logo.png?2307") no-repeat; background-size: 100%; padding: 5px 10px; margin-top: 10px; margin-left: 0px !important; font-size: 16px; color: #fff !important;}

.navbar-brand span {  color:#082d47; font-family: Segoe UI; font-weight: 400;float: left; margin-left: 110px; font-size: 14px; line-height: 14px; margin-top: 3px; }

.navbar-brand>img { display: inline-block; margin-right: 10px;}

.new-user { border-left: 1px solid #c9ab6d;margin: 10px 0 0 100px; }

.new-user li { display: inline-block; margin-left: 25px;}

.new-user li:last-child a { margin-top: 0;}

.user-profile { height: 40px; width: 40px; border-radius: 50px !important; background: #ccc; float: left;margin-top: 3px;}

.user-login {height: 40px; margin: 12px 10px 0px 10px !important;}

/************************ SUB NAVBAR START **************************/
 

.sub-nav { background: #fff;}

.sub-nav a { color: #505050;}

.sub-nav a:hover, .sub-nav a:active { text-decoration-color: #00959B; /* border-bottom: 2px solid #00959B; */}

.help { color: #00959B; font-weight: 700; font-size: 20px; line-height: 60px;font-family: poiret-one, sans-serif;}


/************************ MOVING OUT START **************************/

.moving-out { background: url("../images/bg1.jpg") 0 0 no-repeat; background-size: cover; min-height: 500px; color: #000; font-size: 12px; margin: 0;}

.moving-in { background: url("../images/4543-crop-u140799.jpg") 0 0 no-repeat; background-size: cover; min-height: 500px; color: #000; font-size: 12px; margin: 0;}

.house { background: url("../images/oe9s2b0-crop-u140857.jpg") 0 0 no-repeat; background-size: cover; min-height: 500px; color: #000; font-size: 12px; margin: 0;}

.lawn { background: url("../images/103-crop-u140729.jpg") 0 0 no-repeat; background-size: cover; min-height: 500px; color: #000; font-size: 12px; margin: 0;}

.community { background: url("../images/local%20area-crop-u140708.jpg") 0 0 no-repeat; background-size: cover; min-height: 500px; color: #000; font-size: 12px; margin: 0;}


.content { background: rgba(255,255,255, 0.9); padding: 20px; min-height: 350px;}

.checklist { background: url("../images/checklist.jpg") 0 0 no-repeat; width: 164px; height: 234px; margin: 50px 0 0 40px; padding: 25px 5px 0 5px; }

.checklist li { display: inline-block; width: 100%; margin: 5px 0;}

.checklist img { float: left; }

.checklist span{ color: #00959B;}

.signup { background: #00959B; color: #fff; text-align: center; padding: 10px;}

.signup p { margin: 10px 0;}

.signup a { padding-right: 5px; font-weight: bold; color: #fff;}

/************************ FOOTER START **************************/

.footer { background: #aaa; padding: 10px; text-align: center; position: relative; font-size: 14px;}

.footer a { color: #fff; padding: 0 25px; text-transform: uppercase; display: inline-block; width: 14%;}

.footer_active{ color: #fff !important; padding: 0 25px; text-transform: uppercase; font-size: 16px; text-decoration: none;}

.confirmation_what_next{
	list-style: none;
  padding: 0;
  margin: 0;
}

.confirmation_what_next li {
  padding-left: 1em; 
  text-indent: -.7em;
}

.confirmation_what_next li::before {
  content: "* ";
  color: #00959B;  
}
 

.sub-nav {
    background: #fff;
    min-height: 60px;
}

.sub-nav h3 {
    border-right: 1px solid #ccc;
    float: left;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    color: #00959b !important;
    font-size: 14px;
    font-family: 'Poiret One', cursive;
}

.tag-line {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 20px;
}

.pay-progress-bar {
    background: #00959b;
    min-height: 50px;
    padding: 10px 0 0 0;
}

.current-page-heading, .next-page-heading {
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}
 
.next-page-heading {
    color: #bdb5b5 !important;
}

.current-page-heading {
    color: #fff !important;
} 
 
.address-change {
    background: #fff;
}

.move-type, .move-address, .move-with {
    min-height: 350px;
    padding: 10px;
    margin-bottom: 10px;
}

.address-change-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2e2f5c !important;
    font-family: Nimbus San - Reg;
}

.step-btn {
    text-align: center;
}

.btn-blue {
    background-color: #333366;
    color: #fff;
    padding: 10px 50px;
    margin: 10px 0;
    font-size: 18px;
}

.btn-red {
    background-color: #333366;
    color: #FFF; 
    font-size: 14px;
    border-radius: 0px !important;
    width: 90%;
}

.genie {     
    color: #2e2f5c;
    font-size: 18px;
    line-height: 24px;        
    text-align: right;
    font-weight: 700; 
}

.add-company {
    background: #eee;
    padding: 20px 0;
}

.list li {
    padding: 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.list li span {
    color: #009999;
    font-size: 20px;
    float: left;
    width: 10px;
    height: 25px;
}

.add-company h4 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.company-list {
    padding: 20px 0;
    background: #ffffff;
}

.bank-list {
    margin-bottom: 20px;
}

.fav {
    font-size: 26px;
    color: #990015;
    text-transform: uppercase;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mycheckboxdiv {
    margin-bottom: 10px;
}

.mycheckboxdiv label {
    width: 100%;
    font-weight: normal;
}

.mycheckboxdiv input {
    margin-right: 20px;
}

.btn-primary {
    color: #fff;    
    border-color: #333366;
}

.btn-blue-sm {
    background-color: #0585be;
    color: #fff;
    padding: 5px 30px;
    margin: 10px 0;
    font-size: 16px;
}

@media (max-width: 767px){ 

.footer a { padding: 0 5px; width: auto; }


}

.ui-datepicker-trigger
{
margin-left: 5px;
}


input[type='radio'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    /* border:1px solid darkgray; */
    border-radius:50%;
    outline:none;
    background:#00959B;
}

input[type='radio']:before {
    content:'';
    display:block;
    width:20%;
    height:20%;
    margin: 35% auto;   
    border-radius:50%; 
  
}
input[type='radio']:checked:before {
    background:white;
}


/* The container */
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 

.index-first-details{
	padding-left: 0px; padding-right: 0px; padding-top: 140px; padding-bottom: 140px;
}

.index-second-details{
	padding-left: 0px; padding-right: 0px; padding-top: 30px; padding-bottom: 30px;
}
.index-first-inner-details{
	text-align: center; background-color: #252525; border-radius: 6px; min-height: 200px; opacity: 0.85
}

.index-section{
	text-align: left; padding: 24px;
}

.index-nav-heading{
	color: #eeeeee; font-size: 15px; font-weight: 400; font-family: Segoe UI Semibold
}
.index-nav-step{
	font-size: 24px  !important; color: #55c468 !important; font-weight: bold; font-family: Segoe UI !important; text-align: right; line-height: 35px !important;
}

.index-banner{
	background: url(../images/woman-drowning-in-mail.png?v=1);  
	width: 100%;
    height: 190px;
    position: relative; 
    background-size: cover; 
}
.index-banner-content{
	position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; background-color:rgba(233, 233, 245, 0.6); color: #fff;
}

.banner-heading-desc{
	color: #0c2e8a;  margin-bottom: 7px;  font-size: 37px;  font-weight: 700;
}

.banner-li-text{
	height: 11px;color: #0c2e8a; font-size: 14px; line-height: 20px; 
}

.agent-lable{
	text-align: center; padding: 3px; background: #fff;    margin-bottom: 0px;
    font-size: 12px;
    color: #212121;
}
.checkout-addressgenie-desc{
	margin-bottom: 10px;
	margin-top: 15px;
}

.checkout-addressgenie-desc p {
	font-family: Segoe UI; 
	font-size: 14px; 
	padding-left: 0px; 
	margin: auto 0px;
}
.checkout-addressgenie-price{
	text-align: right;
	margin-bottom: 10px; 
	margin-top: 35px;
}

.checkout-addressgenie-price p{
	font-family: Segoe UI; 
	font-size: 16px; 
	font-weight: 400; 
	color: #000; 
	margin: auto 0px;
}
.checkout-addressgenie-image{
	width: 110px; 
}

@media (min-width: 768px){
	.index-section{
	 
	padding: 15px;
	
}

.index-nav-step{
	font-size: 22px  !important;  ;
}
 
 .checkout-addressgenie-image{
		width: 95px; 
	}
	
	.checkout-addressgenie-desc{
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.checkout-addressgenie-desc p { 
		font-size: 12px;  
	}
}
@media (min-width: 1200px){
.container {
    width: 1008px !important;
    
}
}

@media ( max-width : 480px) {   
   .navbar-brand span {
       margin-top: 0px !important;
   }
   .sub-nav{
   	min-height: 0px;
   }
   
   .index-banner{	
	 height: 175px; 
	}
	.index-first-details{
	 padding-top: 0px; padding-bottom: 0px;
	}
	.index-first-inner-details{
	text-align: center; background-color: #252525; border-radius: 0px; min-height: 200px; opacity: 1
	}
	.index-second-details{
	 padding-top: 0px; padding-bottom: 0px;
	}
	
	.index-section{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.checkout-addressgenie-image{
		width: 85px; 
	}
	
	.checkout-addressgenie-desc{
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.checkout-addressgenie-desc p { 
		font-size: 12px;  
	}
	.checkout-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.banner-heading-desc{
	font-size: 20px;
}

.banner-li-text{
	font-size: 11px;  
}

.agent-lable{
	 
    font-size: 8px; 
}
}
