/************** fonts ******************/

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0px;
    font-family: 'OpenSans';
}

.row {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1160px;
    width: 96%;
    margin: 0 auto; 
}

.row.header-row {
    /*margin-top: 20px;*/
    background-color: #000;
}
.col-md-4.col-sm-12.full_width .who-img {
  width: 100%;
}
.col-md-8.col-sm-12.full_width .review-lists-full {
  width: 100%;
}
.col-md-8.col-sm-12.full_width .left.carousel-control {
  left: 0;
}

.sign-btn-cus {
    background-color: transparent;
    border: medium none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    padding: 0;
}

.address-block span img {
    width: 18px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.address-block {
    margin-top: 30px;
}

.logo-block img {
    max-width: 280px;
}

.address-block ul li {
    list-style: none;
    float: left;
}

.address-block ul li:nth-child(2) {
    margin-left: 12px;
}

.address-block ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.nav-cus {
    background-color: #ecbd2f;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    /*margin-top: 20px;*/
}

body .nav-cus li.active a {
    /*background-color: #0001c6 !important;*/
	/*background-color: #000 !important;*/
	background-color: #f1dd97 !important;
    color: #c90101 !important;
}

.nav-cus ul.nav li a {
    color: #fff;
    text-shadow: 1px 1px 1px #5D5C5C;
    font-size: 18px;
}

li.active a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #c60205;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}

ul.nav.navbar-nav.navigation1 li {
    margin-left: 87px;
}

.slider-cus .item img {
    width: 100%;
}

.slider-cus {
    margin-top: 200px;
    padding: 0;
}

.slider-cus .btn-slider {
    background-color: #fff;
    border-left: 4px solid #000;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #000;
    font-size: 24px;
    padding: 11px 40px;
    box-shadow: 1px 1px 3px 2px #5A5A5A;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

.carousel-caption {
    bottom: 130px;
}

button.btn.btn-danger.btn-slider:hover {
    background-color: #C90101;
    color: #fff;
    border-color: #fff;
}

.about-sec {
    /*     max-width: 600px; */
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 40px 0;
    display: table;
}

body h2 {
    font-size: 28px;
    color: #000;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

span.sec-border {
    width: 112px;
    height: 2px;
    background-color: #C90101;
    margin: 0 auto;
    float: none;
    display: table;
    margin-bottom: 30px;
}

.about-sec p {
    color: #7d7c7c;
    font-size: 20px;
    line-height: 30px;
}

.row.service-row {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 40px 0;
    box-shadow: 1px 8px 7px -8px #B7B7B7;
}

.service-sec1 p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    margin-top: 30px;
    font-family: 'OpenSans-Semibold';
}

.service-sec1 h2 {
    margin-top: 0;
}

.row.expert-row {
    /*background-color: #0001C6;
    color: #fff;
    text-align: center;
    margin: 40px 0;
    padding: 0;
    box-shadow: 1px 1px 2px 1px #D6D5D5;*/
	background-color: #ecbd2f;
    box-shadow: 1px 1px 2px 1px #d6d5d5;
    color: #fff;
    margin: 40px 0;
    padding: 0;
    text-align: center;
}

.row.expert-row h1 {
    padding: 10px 0;
    margin: 0;
    text-shadow: 1px 2px 2px #6D6C6C;
}

.row.expert-txt ul li {
    color: #7d7c7c;
    font-size: 22px;
    text-align: center;
    list-style: none;
    line-height: 40px;
}

.row.expert-txt ul {
    max-width: 950px;
    margin: 0 auto;
    width: 96%;
}

.row.expert-txt {
    text-align: center;
}

.plan-btn-cus {
    background-color: #c90101;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #ccc;
    padding: 10px 25px;
    font-size: 25px;
    text-shadow: 1px 1px 1px #6F6E6E;
    margin: 0 auto;
    margin-top: 20px;
}

.who-plan-btn {
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}

button.btn.btn-danger.plan-btn-cus span img {
    width: 27px;
    margin-right: 7px;
    float: left;
    position: relative;
    top: 5px;
}

.row.expert-txt h5 {
    font-size: 25px;
}

p.play-img img {
    margin-right: 15px;
    margin-top: 20px;
}
.partnership-left .play-img img {
  margin-right: 15px;
  margin-top: 20px;
  max-width: 30%!important;
}
.partnership-right .play-img img{
  margin-right: 15px;
  margin-top: 20px;
  max-width: 29% !important;
}
.play-img a:focus{outline:none; }
.row.terms-row {
    font-size: 20px;
    margin: 40px 0;
}
.col-md-8.col-sm-8.col-xs-12.service2.load_1 {
  padding-bottom: 15px;
}
/*.terms2 {
    text-align: right;
}*/
.terms3 {
    position: relative;
    bottom: 40px;
}

.row.footer-full-row {
    background-color: #424a56;
    color: #fff;
    text-align: center;
    background-image: url(../images/dot-map.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.footer2 ul li span {
    float: left;
    margin-right: 10px;
    width: 28px;
}

.footer2 ul li {
    list-style: none;
    text-align: left;
    float: left;
    clear: both;
    margin-top: 10px;
    font-size: 16px;
}

.footer2 ul li span img {
    width: 20px;
}

.footer1 ul label img {
    max-width: 80px;
    margin-right: 20px;
    border: 4px solid #7B7C7D;
    box-shadow: 1px 1px 1px #4C4C4C;
    border-radius: 4px;
}

.footer1 ul label {
    float: left;
    width: 20%;
}

.footer1 ul li span {
    float: left;
}

.footer1 ul li {
    list-style: none;
    float: left;
    width: 80%;
    display: table;
    min-height: 100px;
    height: 100px;
}

p.social-icons {
   float: left;
    margin-top: 20px;
    padding-left: 107px;
    text-align: left;
    width: 100%;
}

p.social-icons img {
    margin-left: 8px;
}

.row.footer-full-row h1 {
    margin-bottom: 40px;
}

.footer1 {
    background-color: rgba(201, 1, 1, 0.54);
    padding: 20px 0;
    border: 2px solid #fff;
}

.footer1 h2 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #fff;
}

p.copyright {
  	float: left;
	margin: 20px 0 0 81px;
    text-align: center;
}

.service-sec2 video {
    background-color: #4A4A4A;
    padding: 10px;
    width: 90%;
    height: auto;
    float: right;
}

.carousel-control.left,
a.right.carousel-control {
    background: transparent;
}

.sign-in-block {
    padding: 0;
}

ul.nav.navbar-nav.navigation1 li:first-child {
    margin-left: 0;
}

button.btn.btn-danger.btn-slider.absolute-btn-slider {
    position: absolute;
    bottom: 65px;
    margin: 0 auto;
    float: none;
    display: table;
    left: 42%;
}
/* 08-03-2017 */
/* button.btn.btn-danger.btn-slider.absolute-btn-slider {
    background-image: url(../images/book-now-btn.png);
    background-size: 100% 100%;
    height: 170px;
    width: 180px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 0;
} */
.col-md-12.col-xs-12.slider-cus.new_style button.btn.btn-danger.btn-slider.absolute-btn-slider {
  background-color: none;
  border: medium none;
  box-shadow: none;
  font-size: 20px;
  height: auto;
  width: auto;
  background: url(/images/book_now.jpg);
  background-size: cover;
  padding: 1% 3%;
  color:#fff;
}

.slider-cus.new_style {
  margin-top: 0;
  padding: 0;
}
.col-md-12.col-xs-12.slider-cus.new_style .btn.btn-danger.btn-slider.absolute-btn-slider {
  position: static;
}
.col-md-12.col-xs-12.slider-cus.new_style button.btn.btn-danger.btn-slider.absolute-btn-slider:hover{background:#ebbc40; text-decoration:none !important;}
.col-md-12.col-xs-12.slider-cus.new_style a:hover{text-decoration:none;}
.col-md-5.address-block ul li {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    margin-bottom: 5px;
}

.col-md-5.address-block ul {
    width: 75%;
    float: right;
}

.slider-cus #myCarousel {
    box-shadow: 3px 6px 4px 0px #E0E0E0;
}


/******************* who we are page starts *********************/

span.who-img.img-sec-who {
    width: 28%;
    margin-top: 0;
}

.about-sec.who-we-are {
    width: 100%;
    max-width: 100%;
}

span.who-img img {
    max-width: 290px;
    margin: 10px 20px 0 0;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px 0px #ccc;
}

span.who-img {
    float: left;
}

.about-sec.who-we-are p {
    text-align: justify;
}


/********************** review page starts ***********************/

.review-lists-full p {
    font-size: 13px;
    line-height: 20px;
}

.review-lists-full {
    float: right;
    width: 53%;
    margin: 27px 0;
    text-align: left;
}

.who-img {
    float: left;
    width: 40%;
    margin-top: 40px;
}

.stars img {
    max-width: 15px;
    float: left;
}

.review-txt h4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.review-img img {
    width: 100%;
    margin-top: 15px;
}

.review-img {
    float: left;
    width: 220px;
    text-align: left;
    padding: 0 20px 0 0;
}

.review-txt {
    float: right;
    width: 58%;
}

.review-lists {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/****************** faq page starts ********************/

.faq-accordian {
    float: left;
    width: 100%;
    margin-top: 25px;
}

h4.panel-title a::before {
    content: none;
    font-weight: bold;
    color: #222;
    font-size: 25px;
    float: left;
    position: relative;
    top: -4px;
    text-shadow: 1px 1px 1px #ccc;
}

h4.panel-title a {
    font-size: 18px;
    text-decoration: none;
    color: #222;
    ;
}

.panel-default>.panel-heading {
    background-color: #CC0001;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0px 2px 2px 1px #CCC;
    background: transparent;
    box-shadow: none;
    border: none;
}


/****************** support page starts ********************/

.support-full h2 {
    margin-top: 0;
    text-align: left;
}

.support-full {
    float: right;
    width: 56%;
    margin-top: 40px;
}

.support-full p {
    font-size: 14px;
    line-height: 22px;
}

.btn-faq {
    background: #0001C6;
    padding: 10px 40px;
    font-size: 20px;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
    border: 4px solid #fff;
    box-shadow: 1px 1px 1px 2px #ccc;
    border-radius: 10px;
}

.btn-faq a {
    color: #fff;
    text-decoration: none;
}


/****************** plan my move page starts ********************/

.plan-full {
    float: right;
    width: 56%;
    margin-top: 40px;
}

.plan-full h2 {
    margin-top: 0;
}

.saving_text li {
    float: left;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}

.big_text span {
    float: right;
    font-weight: bold;
    font-size: 18px;
    color: #0001C6;
    margin-top: 10px;
}

.form_top .title {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 0;
    margin-top: 10px;
}

ul.btn_ctrl {
    padding-left: 15px;
    float: left;
    width: 100%;
}

.saving_text {
    text-align: left;
}

h2.big_text {
    float: left;
    width: 100%;
    text-align: left;
}

.form_top {
    float: left;
    width: 100%;
}

.plan-full div {
    padding: 0;
    text-align: left;
}

.form-group {
    float: left;
    width: 100%;
}

a#submit_anchor {
    color: #fff;
}

.btn-faq:hover {
    background: #0001C6;
    border-color: #fff;
}

.form-group select {
    background: transparent;
    border-radius: 0;
    border: 1px solid #C90101;
    color: #C90101;
}

.form-group label {
    padding: 0;
}

.right_side h2 {
    font-size: 20px;
}

ul.btn_ctrl li a {
    text-decoration: none;
    color: #C90101;
}

.about-row h4 {
    font-family: 'OpenSans-Semibold';
    font-size: 17px;
    text-align: left;
}

.footer1 .item li span {
    text-align: left;
    max-width: 100%;
    max-height: 164px;
    overflow-y: scroll;
}

.footer1 ul {
    padding: 0 40px;
    float: left;
    width: 100%;
}

a.left.carousel-control {
    left: -55px;
    width: 57px;
}

a.right.carousel-control {
    right: -55px;
    width: 57px;
}


/*********************** plan my move new page starts **************************/

.des {
    display: none;
}

.service2 {
    text-align: left;
    font-size: 14px;
}

.service2 button {
    border: none;
    background: transparent;
    font-size: 20px;
    color: #333;
    padding: 0;
}

.arrow-btn {
    color: #C90101;
    position: relative;
    font-size: 15px;
}

.btn-service {
    background-color: #c90101;
    border: 4px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #ccc;
    padding: 2px 25px;
    font-size: 20px;
    text-shadow: 1px 1px 1px #6F6E6E;
    margin: 30px 0 0 0;
    float: right;
}

.btn-service span {
    font-size: 15px;
    font-weight: 100 !important;
    position: relative;
    right: 5px;
    bottom: 0;
    float: left;
    top: 7px;
}

p.des {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

.service-full {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.col-md-12.service-full.movers_1 {
  padding:15px 0!important;
}
.col-md-2.col-sm-2.col-xs-12.service1.load {
  padding: 0 0 15px;
}

.service-full-block {
    max-width: 980px;
    margin: 0 auto;
}

.service-full:last-child {
    border-bottom: none;
}

.service-full div {
    padding: 0;
}

.service1 img {
    float: left;
}


/******************* plan my move step2 page starts *************************/

.option-left .form-group select {
    max-width: 160px;
    float: right;
    padding: 0;
    position: relative;
}

form.right-checkboxes input[type=text] {
    max-width: 100%;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;
}

.option-left .form-group label {
    float: left;
    font-size: 16px;
    font-weight: 100;
    color: #000;
}

.right-checkboxes label {
    float: left;
    width: 100%;
    padding: 0;
}

.right-checkboxes input[type="radio"] {
    float: right;
}

.right-checkboxes .radio {
    float: left;
    width: 100%;
}

.right-checkboxes .radio label span {
    float: left;
}

.option-right button {
    clear: both;
    float: none;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}

.option-row p.price {
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: left;
    color: #333;
    margin: 5px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

body .option-row .fam-opt {
    max-width: 160px;
    right: 0;
}

.apply-code {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.apply-code:hover {
    background: transparent;
    color: #000;
}

.form-group.men-hours-form {
    margin: 0;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
}

.form-group.men-hours-form span {
    float: right;
    font-size: 20px;
}

form.right-checkboxes .glyphicon-info-sign {
    float: right;
    color: #00A1FF;
    margin-left: 10px;
}

.option-right button.close {
    position: relative;
    text-align: right;
    float: right;
}

ul.morning,
ul.afternoon {
    float: left;
    width: 50%;
}

ul.morning li,
ul.afternoon li {
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

ul.morning li a,
ul.afternoon li a {
    color: #000;
    text-decoration: none;
}

.back-btn {
    background-color: #0001C6;
}

.right-choose1 span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.op-form-date .form-group label {
    width: 100%;
    float: left;
    text-align: left;
}

.op-form-date .form-group {
    float: left;
    width: 50%;
    margin-bottom: 0;
}

.op-form-date .form-group.add-form-group {
    width: 100%;
}

.op-form-date .form-group input,
textarea {
    border: 1px solid #ccc;
}

.op-form-date .form-group textarea {
    max-height: 100px;
    max-width: 100%;
}

select.form-control.select-opt {
    position: static;
    float: left;
    width: 100%;
    max-width: none;
    border: 1px solid #ccc;
    color: #ccc;
}

.checkout-left img {
    width: 100%;
}

.option-left span.glyphicon.glyphicon-info-sign {
    float: left;
    margin-left: 7px;
}

.option-left .form-group > label {
    text-align: left;
}

.option-right h3 {
    margin-top: 8px;
}

.chcekout-right h3 {
    margin-top: -5px;
}

#haeding-ms h3 {
    margin-top: 4px;
}

.checkbox label,
.radio label {
    font-weight: 700;
    font-size: 20px;
}

.option-right .right-checkboxes span {
    float: right;
    font-size: 20px;
}

.option-right .right-checkboxes label {
    text-align: left;
    width: auto;
}

.option-right .right-checkboxes input[type="radio"] {
    display: none;
}

.option-right .right-checkboxes .code label {
    width: auto;
    float: left;
}

.option-right .right-checkboxes .code input[type="radio"] {
    display: block;
    margin: 0 !important;
    padding-right: 0;
    float: right;
    right: 0px;
}

.radio.code.rcode {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.option-right .right-checkboxes input[type="text"] {
    margin-top: 1px !important;
}

button.btn.btn-danger.btn-service span.glyphicon {
    float: left;
}

.option-right form input.code-input {
    width: 50%;
    float: left;
}

button.btn.btn-danger.apply-code {
    float: right;
    max-width: 50%;
    clear: none;
    margin: 0;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 16px;
}

.form-group.full-width {
    width: 100%;
}

.radio.code.add-check1 label {
    float: left;
    margin-right: 15px;
}

.radio.code.add-check1 input {
    position: relative;
    top: 6px;
    left: -6px;
}

.radio.code.add-check1 {
    float: left;
    padding-top: 7px;
}

.row.about-boxes img {
    max-width: 100px;
    max-height: 70px;
    margin-bottom: 10px;
}

.row.about-boxes {
    text-align: center;
}

.row.about-boxes {
    text-align: center;
    padding: 40px 0;
}

.about-bx1 h4 {
    border-bottom: 1px solid #ccc;
    width: auto;
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'OpenSans-Semibold';
}

.stars {
    margin: 0 auto;
    float: none;
    display: table;
}

.stars p {
    float: left;
}

hr.line-review {
    max-width: 80px;
    float: none;
    display: table;
    margin: 0 auto;
    width: 80px;
    height: 1px;
    background: #ccc;
}

.op-form-date input {
    margin-bottom: 10px;
}

.option-row .op-form-date input[type=radio] {
    margin-top: 0;
    margin-bottom: 0;
}

.option-row .op-form-date input,
.option-row .op-form-date textarea,
.option-row .op-form-date select {
    margin: 10px 0;
    float: left;
}

.radio.code.add-check1 label {
    width: auto;
}

.review-txt p:first-child::before {
    background: url(../images/review-symbol.png);
    float: left;
    width: 24px;
    background-size: 100%;
    content: '.';
    font-size: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    opacity: 0.4;
    margin-left: -31px;
}

.faq-accordian .panel-title img {
    width: 32px;
    margin-right: 20px;
    float: left;
}

.meet-label {
    float: left;
    width: auto;
    max-width: 50%;
}

.op-form-date .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.op-form-date .form-group div {
    padding-left: 0;
}

div#haeding-ms {
    margin-top: 58px;
}

.unload-tell-right h3 {
    font-size: 16px;
    color: #000;
}

.payemnt-img img {
    max-width: 70px;
}

select#card-opt {
    float: left;
    width: 49%;
    margin-right: 10px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 3px;
}

.chcekout-right {
    margin-top: 74px;
}

select#card-opt:last-child {
    margin: 0;
}

.checkout-right .pay-form-group label {
    float: left;
    text-align: left;
    width: 22%;
}

.container .checkout-innerbox .checkout-agree label {
    float: right;
    text-align: left;
    width: 90%;
}

.review-img h4 {
    text-align: center;
}

.checkout-right .pay-form-group .pay-inputs {
    float: left;
    width: 77%;
    text-align: left;
}

.pay-form-group div {
    padding: 0;
}

.checkbox.pay-last-check label {
    width: 100%;
    font-size: 14px;
    text-shadow: none;
    color: #000;
}

.checkout-innerbox .form-group.pay-form-group {
    margin-left: 0;
    margin-right: 0;
}

.checkout-right h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: left;
}

.checkout-right h2 span {
    float: right;
}

.confirmation-table tr td {
    text-align: left;
}

.confirmation-table tr td:last-child {
    text-align: right;
}

.confirmation-table tr th:last-child {
    text-align: right;
}

.confirmation-table {
    border: 1px solid #ccc;
}

.col-md-12.confirm-txt h3 {
    text-align: left;
    color: #C90101;
}

hr.sep-form {
    float: left;
    width: 98%;
    margin: 30px 0;
    border-color: #CD0001;
}


/* .col-md-8.option-right.checkout-right {    margin: 0 auto;    display: table;    float: none;} */

.checkout-agree {
    padding-left: 7.2%;
}

.print-btn {
    margin-top: 4px;
}

.right-choose h3 {
    font-size: 16px;
}

.about-sec1 p {
    font-size: 15px;
    line-height: 23px;
}

.about-sec1 {
    width: 33%;
    float: left;
}

.about-sec1 span {
    color: #0001C6;
    font-size: 32px;
    text-shadow: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about-sec1 span img {
    max-width: 70px;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: 0.5s;
    height: 70px;
}

.about-sec1 h4 {
    border-bottom: 1px solid #ccc;
    width: auto;
    margin: 0 auto;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'OpenSans-Semibold';
}

span.about-icons a:hover img {
    opacity: 0.5;
}

.footer2 {
    padding: 0;
}

.footer2 a {
    text-decoration: none;
    color: #fff;
}

.footer2 ul li img.m-truck {
    width: 32px;
}

.popular1 ul,
.need-support1 ul {
    padding-left: 0;
}

.popular1,
.need-support1 {
    background-color: #dedede;
    margin-top: 20px;
    padding: 10px 35px;
    border: 1px solid #ccc;
    float: left;
}

.popular1 ul li,
.need-support1 ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
}

.need-btn {
    margin: 0 auto;
    float: none;
    display: table;
}

.popular-full h4 {
    color: #0001C6;
    text-transform: uppercase;
    border-bottom: 1px solid;
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.popular-full {
    margin-top: 20px;
}

.faq-search {
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
}

.faq-search input {
    border-radius: 20px;
    height: 45px;
}

.faq-search button {
    padding: 0;
    float: left;
    width: 60px;
    height: 45px;
    border-radius: 0 20px 20px 0;
    background-color: #0000cc;
    border-color: #0000cc;
}

.review-lists-full a.carousel-control span {
    color: #222;
}

.review-txt p:last-child {
    font-style: italic;
}

.who-img img {
    width: 100%;
}

.glyphicon-info-sign {
    cursor: pointer;
}

.panel-group .panel {
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    display: table;
    float: left;
    margin-bottom: 0;
    margin-right: 13px;
    margin-top: 8px !important;
    padding: 7px 0;
    width: 47%;
}

.btn-faq-plan {
    margin-top: 125px;
}

.panel-heading {
    padding-left: 0;
}

.panel-heading {
    padding-bottom: 20px;
}

.step2-options .option-left .form-group select {
    text-align: center;
    text-align-last: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.option-right label {
    font-size: 16px;
    font-weight: 100;
}

.panel-heading h4 p {
    font-size: 13px;
    line-height: 21px;
    float: right;
    width: 83%;
    margin: 10px 0;
}

div#accordion a span {
    float: left;
    width: 48px;
    height: 23px;
}

.panel-collapse {
    float: left;
    width: 100%;
}

div#accordion .panel.panel-default {
    border-bottom: 1px solid #ECECEC;
    border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome,
    .sel-num1,
    .sel-num2,
    .sel-num5,
    .sel-num6 {
        text-indent: 54% !important;
    }
    ::i-block-chrome,
    .sel-num7,
    .sel-num8 {
        text-indent: 47% !important;
    }
    ::i-block-chrome,
    .sel-num9,
    .sel-num10 {
        text-indent: 28% !important;
    }
}

@supports (-webkit-text-size-adjust:none) and (not (-ms-accelerator:true)) {
    .sel-num1,
    .sel-num2,
    .sel-num5,
    .sel-num6 {
       /*  text-indent: 54% !important; */
    }
    .sel-num7,
    .sel-num8 {
        text-indent: 47% !important;
    }
    .sel-num9,
    .sel-num10 {
        text-indent: 28% !important;
    }
}


/*==== new css ====*/

.option-left .form-group select {
    line-height: 28px;
}
.col-md-4.col-sm-4.full_width .who-img {
  float: left;
  width: 100%;
}
.col-md-8.col-sm-8.full_width .review-lists-full{
  float: left;
  width: 100%;
}
.col-md-8.col-sm-8.full_width .review-lists-full .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: 0;
}
.col-md-8.col-sm-8.full_width .review-lists-full a.right.carousel-control {
  right: -31px;
}

/****************** resposnive starts ********************/
@media (max-width:1350px) {
button.btn.btn-danger.btn-slider.absolute-btn-slider {
  height: 130px;
  width: 130px;
}
}
@media (max-width:1220px) {
	.nav > li > a {
  padding: 15px 13px;
}
}
@media (max-width:1200px) {
.who-img.new_image {
  width: 40%;
}
.support-full.new_satting {
  width: 56%;
}
.sign-in {
  text-align: left;
}
.col-md-4.address-block ul {
  text-align: right;
}
    .address-block ul li:nth-child(2) {
        margin-left: 6px;
    }
    ul.nav.navbar-nav.navigation1 li {
        margin-left: 50px;
    }
    .col-md-5.address-block ul {
        float: right;
        width: 80%;
    }
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        background-size: 100% auto;
        height: 170px;
        width: 10%;
        background-repeat: no-repeat;
        bottom: 0;
    }
}
@media (max-width:992px) {
.col-md-4.col-sm-4.col-xs-12.address-block ul li {
  margin: 0;
}
p.play-img img {
  margin-right: 0;
}
.play-img img {
  max-width: 49%;
}
.nav > li > a {
  padding: 15px 4px;
}
button.btn.btn-danger.btn-slider.absolute-btn-slider {
  bottom: -58px;
}
}
@media (max-width:1150px) {
    span.who-img.img-sec-who {
        float: left;
        text-align: center;
        width: 100%;
    }
    .img-sec-who {
        float: left;
        text-align: center;
        width: 100%;
    }
    .who-img {
        width: 100%;
    }
    .faq-tabs-full {
        display: table;
        float: left;
        margin: 0 auto;
        max-width: 100%;
    }
    .plan-full {
        float: left;
        width: 100%;
    }
    .review-lists-full {
        float: left;
        width: 100%;
    }
    .support-full {
        width: 100%;
    }
    .who-img img {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width:1024px) {
    .col-md-5.address-block ul {
        float: right;
        width: 90%;
    }
    nav div {
        padding: 0 !important;
    }
}

@media (max-width:1010px) {
    h4.panel-title a {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .terms2 {
        text-align: center;
    }
    .terms3 {
        bottom: 0;
        position: relative;
        text-align: center;
    }
    .footer1 ul li span {
        float: left;
        text-align: left;
        width: 100%;
    }
    .logo-block {
        margin-top: 10px;
        text-align: center;
    }
    .row.header-row {
        margin-top: 0;
        text-align: center;
    }
    .col-md-5.address-block ul {
        display: table;
        float: none;
        margin: 0 auto;
    }
    .address-block ul li {
        margin-right: 10px;
    }
    .col-md-5.address-block ul li {
        margin: 0 auto 5px !important;
    }
    .service-sec2 video {
        display: table;
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
    .col-md-4.option-right {
        float: left;
        margin-top: 25px;
        width: 100%;
    }
    .panel-group .panel {
        width: 100%;
    }
    .panel-heading h4 p {
        width: 90%;
    }
    .service-full {
        display: inline-block;
        padding: 20px 0;
        width: 100%;
    }
    a.left.carousel-control {
        left: -25px;
    }
    a.right.carousel-control {
        right: -25px;
    }
}

@media (max-width:800px) {
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        background-repeat: no-repeat;
        background-size: 100% auto;
        bottom: 0;
        height: 170px;
        left: 46%;
        top: 55%;
        width: 10%;
    }
    ul.nav.navbar-nav.navigation1 li {
        margin-left: 8px;
    }
    .about-sec1 {
        float: left;
        width: 100%;
    }
}

@media (max-width:768px) {
    .service-sec2 {
        text-align: center;
    }
    .service-sec2 img {
        max-width: 90%;
    }
    .row.expert-txt ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .row.expert-txt h5 {
        font-size: 20px;
    }
    .about-sec p {
        font-size: 16px;
        line-height: 25px;
    }
    .service-sec1 h2 {
        text-align: center;
    }
    .row.expert-row h1 {
        font-size: 20px;
    }
    .row.expert-row img {
        width: 22px;
    }
    .plan-btn-cus {
        font-size: 16px;
        margin: 20px auto 0;
        padding: 10px;
    }
    button.btn.btn-danger.plan-btn-cus span img {
        margin-right: 4px;
        top: 4px;
        width: 16px;
    }
    p.play-img img {
        margin-right: 15px;
        margin-top: 20px;
        width: 100px;
    }
	
	.play-img {
    padding-left: 40px;
}
	
    .terms1 p {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width:767px) {
.review-img {
  width: 100%;
}
.review-txt {
  width: 100%;
}
.col-md-8.col-sm-12.full_width .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: -13%;
  margin-left: 0;
}
.col-md-8.col-sm-12.full_width a.right.carousel-control {
  right: -47px;
}
.col-md-8.col-sm-12.full_width .review-img img {
  margin: 10px auto 0;
  max-width: 20px;
  float: left;
}
.col-md-8.col-sm-12.full_width .stars {
  width: 101px;
}
.col-md-8.col-sm-12.full_width .carousel.slide.col-lg-12.col-offset-2 {
  padding: 0;
}
    nav div {
        padding: 0 10px !important;
    }
    .who-img img {
        width: 100%;
    }
    .nav-cus {
        overflow: hidden;
    }
    .option-left .form-group select {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
    .popular1,
    .need-support1 {
        float: left;
        width: 100%;
    }
    .panel-heading h4 p {
        width: 100%;
    }
    .op-form-date .form-group input {
        margin: 20px 0 10px;
    }
    .checkout-right .pay-form-group label {
        width: 100%;
    }
    .checkout-right .pay-form-group .pay-inputs {
        width: 100%;
    }
    .checkout-right .control-label.col-xs-2 {
        width: 40%;
    }
    .col-xs-10.payemnt-img.pay-inputs {
        width: 60%;
    }
    .payemnt-img img {
        max-width: 50px;
    }
    select#card-opt {
        width: 48%;
    }
    .col-xs-offset-2 {
        margin-left: 0;
    }
    .container .checkout-innerbox .checkout-agree label {
        width: 95%;
    }
    .col-xs-offset-2.col-xs-10.checkout-agree {
        width: 100%;
    }
    .service-full div {
        text-align: center;
    }
    .service1 img {
        float: none;
    }
    .btn.btn-danger.btn-service {
        float: none;
    }
    .service2 button {
        margin-top: 20px;
    }
    a.right.carousel-control {
        right: -25px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:767px) {
    /* Safari 5+ ONLY */
    ::i-block-chrome,
    .sel-num1,
    .sel-num2,
    .sel-num5,
    .sel-num6 {
        text-indent: 50% !important;
    }
    ::i-block-chrome,
    .sel-num7,
    .sel-num8 {
        text-indent: 49% !important;
    }
    ::i-block-chrome,
    .sel-num9,
    .sel-num10 {
        text-indent: 46% !important;
    }
}

@media (max-width:740px) {
    .option-left .form-group select {
        clear: both;
        float: left;
    }
}

@media (max-width:600px) {
    .footer1 ul label {
        float: left;
        width: 100%;
    }
    .footer1 ul li {
        text-align: center;
        width: 100%;
    }
    .footer1 ul li span {
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .footer2 ul {
        padding: 0;
        width: 100%;
    }
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        top: 48%;
    }
    .faq-accordian {
        float: right;
        margin-top: 40px;
        width: 100%;
    }
    .review-img {
        width: 100%;
    }
    .review-img img {
        display: table;
        float: none;
        margin: 0 auto;
        max-width: 100px;
    }
    .review-txt {
        float: left;
        width: 100%;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 56%;
        margin-left: 0;
    }
    a.right.carousel-control {
        width: 57px;
    }
    .faq-accordian table {
        display: table-caption;
        overflow: scroll;
        width: 260px;
    }
    .review-img img {
        margin: 10px auto 0;
        max-width: 20px;
    }
}

@media (max-width:480px) {
    .address-block ul {
        padding: 0;
        width: 100%;
    }
    .address-block ul li {
        margin-bottom: 10px;
        width: 100%;
    }
    .address-block ul li a {
        font-size: 13px;
    }
    .logo-block img {
        max-width: 90%;
    }
    .service-sec2 img {
        max-width: 100%;
    }
    .footer2 ul li {
        font-size: 14px;
    }
    .row.expert-txt ul {
        padding: 0;
    }
    .row.expert-row h1 {
        font-size: 20px;
    }
    .row.expert-txt ul li {
        line-height: 20px;
    }
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        background-size: 55px auto;
        top: 53%;
    }
    .faq-accordian .panel-body p {
        font-size: 14px;
    }
    ul.morning,
    ul.afternoon {
        padding: 0 10px;
    }
}

@media (max-width:479px) {
    .checkout-right .control-label.col-xs-2 {
        width: 100%;
    }
    .col-xs-10.payemnt-img.pay-inputs {
        width: 100%;
    }
    select#card-opt {
        width: 47%;
    }
    a.right.carousel-control {
        right: -20px;
    }
    .op-form-date .form-group {
        width: 100%;
    }
}

@media(max-width:360px) {
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        background-size: 45px auto;
        top: 50%;
    }
    .col-md-5.address-block ul {
        float: right;
        width: 100%;
    }
    .option-row .dncalendar-body thead td {
        font-size: 8px;
    }
    ul.morning,
    ul.afternoon {
        padding: 0;
        width: 100%;
    }
}


/*=====================new==================*/

.sign-in-block #login_box {
    margin-top: 10px;
}

.sign-in-block .sign-in {
    margin-top: 30px;
}

.sign-in-block .sign-btn-cus {
    font-size: 16px;
    margin-top: 0;
}

.sign-in-block .sign-btn-cus span {
    display: inline-block;
    margin-right: 10px;
}

.sign-in-block .sign-btn-cus img {
    width: 40px;
}

.sign-in-block .btn-danger {
    margin-left: 15px;
    margin-top: -4px;
}

.sign-in-block .form-group .btn-danger {
    margin-left: 0;
    margin-top: 0;
}

.address-block ul li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
}

.address-block {
    margin-top: 15px;
}

.option-right #services_name {
    font-weight: bold;
}

.option-right #totalprice {
    font-weight: bold;
}

.panel-group .panel {
    display: block;
    min-height: 155px;
}

.btn-faq-plan {
    margin-left: 95px;
}

.panel-collapse {
    text-align: left;
}

.panel-body {
    border: 1px solid #ccc;
}

.about-sec.who-we-are .panel-heading h4 p {
    text-align: left;
}

.about-sec.who-we-are .panel-body p {
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.popular-full .item a {
    color: #333;
}

.radio.code.add-check1 {
    padding-top: 0;
    margin-top: 0;
}

.address-block {
    margin-top: 30px;
}

.address-block ul li {
    float: right;
    margin-right: 40px;
}

.address-block ul li a {
    font-size: 16px;
}

.address-block span img {
    width: 22px;
}

button.btn.btn-danger.btn-slider.absolute-btn-slider {
    left: 0;
    right: 0;
}

/*.terms2 {
    margin-top: 20px;
}*/

.terms3 {
    bottom: 0;
}

.terms2 a {
   	color: #fff;
}

.terms2 a:hover {
    text-decoration: none;
}

.option-right h3#services_name {
    font-size: 21px;
}

.option-right p.price {
    font-size: 21px;
}

.about-sec.who-we-are .panel-body p b,
strong {
    color: #222;
}

.footer1 ul label img {
    min-height: 80px;
}

.logo-block {
    text-align: center;
}

.terms-row .terms2 p {
    display: inline-block;
    margin-right: 15px;
}

.popular1,
.need-support1 {
    width: 100%;
}

.partnership-left
{
		float:left;
		width:45%; 
		color: #7d7c7c;
		font-size: 22px;
		line-height: 40px;
		list-style: outside none none;
		text-align: left;
}

.partnership-left ul
{
		color: #7d7c7c;
		font-size: 22px;
		line-height: 40px;
		text-align: left;
}

.partnership-left li {
  color: #7d7c7c;
  font-size: 15px;
  line-height: 34px;
  list-style: outside none none;
  text-align: left;
}
.partnership-right 
{
		float:right; 
		width:48%;
		color: #7d7c7c;
		font-size: 22px;
		line-height: 40px;
		list-style: outside none none;
		text-align: left;
}

.partnership-right ul 
{
		color: #7d7c7c;
		font-size: 22px;
		line-height: 40px;
		list-style: outside none none;
		text-align: left;
}

.partnership-right ul li {
  color: #7d7c7c;
  font-size: 15px;
  line-height: 34px;
  list-style: outside none none;
  text-align: left;
}

.partnership-right ul {
  padding: 20px 0 0;
}
.partnership-left ul {
  padding: 20px 0 0;
}
.col-md-8.col-sm-8.col-xs-12.service2 p.des {
  /* display: block !important; */
  font-size: 15px;
  line-height: 23px;
  margin: 4px 0 0;
}
.col-md-12 .service-full .movers_1 p.des {
  display: block !important;
  font-size: 15px;
  line-height: 23px;
  margin: 4px 0 0;
}


@media screen and (min-width:0\0) {
    button.absolute-btn-slider.btn-slider.btn-danger.btn {
        left: 50%;
        margin-left: -80px;
    }
}

@media (max-width: 1099px) {
    .panel-group .panel {
        min-height: 175px;
    }
    .btn-faq-plan {
        margin-left: 85px;
    }
}

@media (max-width: 991px) {
.partnership-left .play-img img {
  max-width: 36% !important;
}
.partnership-left .play-img{  
  padding:0;
}
.partnership-right .play-img img {
  max-width: 36% !important;
}
.partnership-right .play-img{
  padding:0;
}
.who-img.new_image {
  width: 100%;
}
.col-md-4.col-sm-12.full_width .who-img {
  width: 100%;
  text-align: center;
}
.support-full.new_satting {
  width: 100%;
}

.popular1, .need-support1 {
  padding: 10px 10px;
}
    .panel-group .panel {
        min-height: 85px;
    }
    .btn-faq-plan {
        margin-left: 55px;
    }
    .address-block ul li {
        float: none;
    }
}

@media (max-width: 767px) {
.partnership-left li {
  font-size: 18px;
  line-height: 35px;
}	
.partnership-right ul li{
  font-size: 18px;
  line-height: 35px;
}	
body .nav-cus li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.sign-in-block .sign-in {
  text-align: center;
}
    .btn-faq-plan {
        margin-left: 0;
    }
	.review-txt {
  text-align: center;
  width: 100%;
}
    ul.nav.navbar-nav.navigation1 li {
        margin-left: 0;
    }
	.col-md-4.col-sm-5.col-xs-12.logo-block > a {
  display: block;
  text-align: center;
}
.logo-block img {
  margin: 0 auto;
}
.col-md-4.col-sm-4.col-xs-12.address-block ul {
  padding: 0 0 15px;
  text-align: center;
}
.service-sec2 {
  text-align: center;
  width: 100% !important;
}
.col-md-6.col-sm-8.col-xs-12.footer2 {
  margin: 50px 0 0;
}
.partnership-left {
  width: 100%;
}
.partnership-right {
  margin-top: 30px;
  width: 100%;
}
p.social-icons {
  text-align: center;
  width: 100%;
  padding:0;
}
p.copyright {  
  margin: 0;
  text-align: center;
  width: 100%;
}
.partnership-left ul {
  padding: 0;
}
.partnership-right ul {
  padding: 0;
}
}

@media (max-width: 479px) {
    .address-block ul li a {
        font-size: 12px;
    }
    button.btn.btn-danger.btn-slider.absolute-btn-slider {
        left: 40px;
    }
}
@media (max-width:500px) {
.col-md-8.col-sm-12.full_width a.right.carousel-control {
  right: -17px;
  width: auto;
}
.support-full.new_satting h2{font-size:18px;}
.responsive {
  float: left;
  overflow: scroll;
  width: 100%;
}
.col-md-8.col-sm-12.full_width .left.carousel-control {
  left: -14px;
}
.col-md-8.option-left.new_responsive {
  padding-left: 0;
}
.dncalendar-container.responsive .col-md-8.option-left.new_responsive {
  overflow: scroll;
  width: 100%;
}
.col-md-4.option-right.right-choose.content_set {
  margin-bottom: 60px;
}
.col-md-12.about-sec.who-we-are h2 {
  font-size: 20px;
}
}
.option-right h3#services_name {
  font-size: 21px;
  text-align: center;
}
.carousal_satting {
  padding: 50px 0;
  float: left;
  width: 100%;
}