/*
phone landscape - custom col-ms-* between 480px and 767px
*/

@media (min-width: 480px) and (max-width: 767px) {
    
    .show-quote {
        display: block;
    }
    
    .page-box {
        min-width: 380px;
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
    }
    body {
        padding-top: 0px;
    }
    .header {
        max-width: 100%;
        height: 80px;
    }
    .hcclogo {
        position: relative;
        top: 0;
        left: 8%;
        padding: 0;
        margin-bottom: -55px;
        height: auto;
        width: 270px;
        z-index: 100;
    }
    form-control-search {
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, 0 ease-in-out .15s;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        color: #555;
        display: block;
        font-size: 12px;
        height: 34px;
        line-height: 1.42857143;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        width: 315px;
        margin-left: 0;
        padding-left: 8px;
        display: none;
    }
    .search-box-position p {
        position: relative;
        top: 15px;
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        width: 230px;
        float: right;
    }
    main-number {
        padding-right: 30px;
        color: #0069AA;
    }
    .signin {
        position: absolute;
        top: 10px;
        left: 3%;
        padding: 0;
        margin: 0;
        width: 200px;
        height: 30px;
        z-index: 100;
    }
    .signin a {
        color: #717075;
    }
    .signin a:hover {
        color: #0069AA;
    }
    .main-number {
        padding-right: 0;
        color: #0069AA;
    }
    .pipe {
        padding-left: 10px;
    }
    .signin,
    span,
    .pipe .search-icon {
        margin-right: 10px;
    }
    .modal-sm {
        margin-top: 50px;
        margin-left: 25%;
        width: 400px;
        border-radius: 0;
    }
    .modal-header {
        border-bottom: none;
        min-height: 18px;
        padding: 10px;
    }
    .modal-content {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        outline: 0 none;
        position: relative;
        height: 100px;
    }
    /* nav */

    .navbar .navbar-default {
        padding: 0;
        margin: 0;
        min-height: 50px;
    }
    .navbar {
        background-color: #BFC0C4;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        min-height: 50px;
        position: relative;
    }
    .navbar .navbar-nav {
        margin-left: 0px;
        text-align: justify;
    }
    .navbar .navbar-nav > li {
        margin-left: 0px;
    }
    .navbar .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
    }
    .navbar .navbar-nav > li > ul > li {
        padding-left: 0px;
    }
    .navbar-toggle {
        background-color: #fff;
        margin-top: 8px;
    }
    .jumbotron {
        background-image: url("../img/home-arrow-2.png") no-repeat top center;
        background-size: auto 547px;
        height: 547px;
        margin-bottom: 50px;
        padding: 0;
    }
    .chat-icon-position {
        position: relative;
        float: right;
        margin-right: 0;
        padding-right: 0;
        padding-top: 10px;
        z-index: 1000;
    }
    .jumbotron-container{
    height: 548px;
    overflow: hidden;
    }
    .hero {
        position: relative;
        top: 70px;
        height: 300px;
        width: auto;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin: 0;
        font-size: 3.8rem;
        font-weight: 400;
        color: #fff;
    }
    .jumbotron h2,
    .jumbotron .h2 {
        color: #ffffff;
        font-size: 3.3rem;
    }
    .mobile-box-container {
        margin-top: -335px;
        margin-bottom: 20px;
        max-width: 100%;
        height: 350px;
        position: absolute;
        z-index: 100;
    }
    .atlas {
        width: 98%;
        height: 185px;
        background-color: #e87d1e;
        color: #fff;
        margin-top: 80px;
    }
    .atlas h2 {
        font-size: 26px;
        padding-top: 50px;
        padding-left: 5%;
        padding-right: 8%;
    }
    .atlas-plane-icon {
        position: absolute;
        max-width: 80%;
        margin-top: -30px;
        margin-left: -25px;
        top: 31%;
        left: 50%;
        z-index: 2;
    }
    .atlas-arrow {
        position: absolute;
        max-width: 80%;
        margin-top: -84px;
        top: 85%;
        left: 90%;
        z-index: 3;
    }
    .stm {
        width: 98%;
        height: 185px;
        background-color: #29AAE2;
        color: #fff;
        padding: 0;
        margin-top: -20px;
    }
    .stm h2 {
        font-size: 26px;
        padding-top: 50px;
        padding-left: 5%;
        padding-right: 8%;
    }
    .stm-map-icon {
        position: absolute;
        max-width: 80%;
        margin-top: -84px;
        margin-left: -25px;
        top: 31%;
        left: 50%;
        z-index: 3;
    }
    .stm-arrow {
        position: absolute;
        max-width: 80%;
        margin-top: -84px;
        top: 80%;
        left: 90%;
        z-index: 3;
    }
    /* end jumbotron */
    /* products */

    .products {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        text-align: center;
        margin-bottom: 50px;
    }
    .products-header {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .products-header h2 {
        padding: 0;
        margin: 0;
        margin-top: 195px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 36px;
    }
    .products-header p {
        text-align: center;
        font-size: 18px;
        padding-left: 15px;
    }
    /* products box */

    .products-wrapper {
        position: relative;
        margin-top: 5px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .products-box {
        padding: 0;
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 430px;
        width: 100%;
    }
    .products-box-inner {
        position: relative;
        top: 2px;
        left: 2px;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        height: 425px;
        width: 230px;
    }

    .products-italic-text {
        font-style: italic;
    }

    .btn-style-for-products {
        margin: 0;
        width: 210px;
        height: 50px;
        font-size: 25px;
    }
    
    .products-box h3 {
        font-size: 18px;
        font-weight: bold;
    }
    
    .products-box p {
        font-size: 18px;
    }
    
    .products-box img {
        display: block;
        height: 85px;
        margin: auto;
    }
    /* end products box */
    /* end products */
    /* short-term-medical */

    .short-term-medical {
        background-image: url("../img/moving-slim.png");
        background-repeat: no-repeat;
        /*
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
*/

        background-position: left;
        color: #fff;
    }
    .short-term-medical-container {
        position: relative;
        padding: 0px;
        margin: 0px;
        height: 380px;
        width: auto;
    }
    .short-term-medical-inner-box {
        position: relative;
        top: 10px;
        left: 5px;
        right: 4%;
        height: 380px;
        width: 400px;
        float: right;
    }
    .short-term-medical-inner-box h3 {
        font-size: 36px;
        font-weight: 600;
    }
    .short-term-medical-inner-box p {
        font-size: 16px;
    }
    .short-term-medical-inner-box a {
        position: relative;
        float: right;
        top: 10px;
        right: 5%;
    }
    /* short term medical button style */

    .btn-style-for-short-term-medical {
        text-align: center;
        width: 300px;
        height: 55px;
        font-size: 25px;
        color: #fff;
        background-color: #29aae2;
        border: transparent;
        border-bottom: 3px solid #0069AA;
    }
    .btn-style-for-short-term-medical:hover {
        color: #fff;
        background-color: #0069AA;
        border-bottom: 3px solid #29aae2;
    }
    /* end short-term-medical */
    /* blog */

    .blog {
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .blog div h2 {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 40px;
    }
    .blog div h3 {
        font-size: 18px;
        margin-top: -3px;
    }
    .blog div p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .blog div div img {
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-author {
        font-style: italic;
    }
    .btn-style-for-blog {
        width: 300px;
        height: 55px;
        font-size: 25px;
        line-height: 1.7;
        color: #fff;
        background-color: #f7931e;
        border: transparent;
        border-bottom: 3px solid #d05a27;
    }
    .btn-style-for-blog:hover {
        color: #fff;
        background-color: #d05a27;
        border-bottom: 3px solid #f7931e;
        ;
    }
    .btn-position-for-blog {
        text-align: center;
        margin-left: 0px;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .blog-posts img:first-child {
        padding-bottom: 50px;
    }
    /* end blog */
    /* ratings */

    .ratings {
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .ratings-box {
        max-width: 300px;
        margin-left: 10px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .ratings div h2 {
        margin-left: 10px;
        font-size: 110px;
        margin-bottom: 30px;
        text-align: center;
        color: #0069AA;
    }
    .ratings div h4 {
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
    }
    .ratings p {
        padding-top: 12px;
    }
    .ratings-text-superior {
        margin-top: -55px;
        font-size: 25px;
        text-align: center;
        color: #0069AA;
    }
    /* end ratings */
    /* footer */

    .footer {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 15px;
        height: 470px;
        background-color: #eaedf1;
        text-align: left;
    }
    .footer-inner-box {
        margin-left: 0;
        width: 100%;
    }
    .footer h3 {
        font-size: 20px;
    }
    .footer div ul li {
        list-style-type: none;
        margin-left: -40px;
        line-height: 1.3;
    }
    .footer div ul li a {
        font-size: 14px;
    }
    .footer-social-icons {
        margin-top: 0;
        text-align: center;
        margin-left: -10px;
    }
    .footer-social-icons a img {
        margin-top: 30px;
        padding-left: 10px;
    }
    .footer-copyright p {
        font-size: 12px;
        margin-left: -10px;
        padding: 50px 0px 10px 10px;
    }
    /* end footer */
    /* atlas-travel-page */

    .atlas-travel-jumbotron {
        padding: 0;
        margin: 0;
        margin-top: 0;
        margin-bottom: 0;
        color: #414141;
        background-color: #fff;
        height: 500px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    .atlas-travel-jumbotron h1,
    .atlas-travel-jumbotron .h1 {
        color: #0069AA;
        font-family: Montserrat, sans-serif;
    }
    .atlas-travel-jumbotron h4 {
        font-family: Montserrat, sans-serif;
        color: #414141;
        padding: 0px 10px 0 10px;
    }
    .atlas-travel-jumbotron ul li {
        margin-left: -14px;
    }
    .atlas-travel-jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 0px 10px 0 10px;
    }
    .atlas-travel-jumbotron > hr {
        border-top-color: #d5d5d5
    }
    .container .atlas-travel-jumbotron,
    .container-fluid .atlas-travel-jumbotron {
        border-radius: 0px
    }
    .atlas-travel-jumbotron .container {
        max-width: 100%
    }
    .container .atlas-travel-jumbotron,
    .container-fluid .atlas-travel-jumbotron {
        padding-right: 0px;
        padding-left: 0px
    }
    .atlas-travel-jumbotron h1,
    .products-page-jumbotron .h1 {
        font-size: 30px;
    }
    .atlas-travel-jumbotron h1,
    .atlas-travel-jumbotron .h1 {
        color: #0069aa;
        margin-top: 0px;
        padding: 0px 10px 0 10px;
    }
    .atlas-travel-jumbotron p {
        padding-top: 0px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #414141;
    }
    .atlas-logo {
        margin-bottom: 30px;
        color: #0069AA;
    }
    .atlas-travel-box {
        max-width: 100%;
        height: auto;
    }
    .atlas-travel-subheading {
        padding-top: 20px;
        font-weight: 600;
    }
    .atlas-travel-jumbotron.atlas-travel-subheading ul li {
        margin-left: -10px;
        list-style-position: inside;
    }
    .atlas-travel-laptop-image {
        width: 500px;
        height: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .atlas-travel-laptop-image img {
        width: 440px;
        height: 280px;
        padding-bottom: 40px;
    }
    .atlas-travel-tabs {
        margin: 0;
        width: auto;
        margin-bottom: 10px;
    }
    .atlas-page-tab-box {
        margin: 0;
        padding: 0;
        height: 370px;
    }
    .atlas-travel-registered {
        font-size: 15px;
        display: inline-block;
        margin-left: -10px;
        vertical-align: top;
    }
    /* tabs */

    .nav {
        padding-left: 0;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
        text-align: left;
    }
    .atlas-tab-box {
        padding: 0;
        margin: 20px 0 0 0;
        width: 100%;
    }
    .atlas-tab-box ul {
        margin-left: 0;
        padding: 0;
        max-width: 100%;
    }
    .atlas-tab-box ul li {
        cursor: pointer;
    }
    .atlas-tab-box ul li a {
        font-size: 16px;
    }
    /* controls height of table header */

    .atlas-tab-box div h4 {
        height: 50px;
        line-height: 0;
        padding-top: 2px;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #B4B4B4;
    }
    .nav-tabs {
        border-bottom: 0px solid #ddd;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #B4B4B4;
        color: #fff;
    }
    .nav-tabs > li {
        float: left;
        width: 16.500%;
        text-align: center;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-tabs > li > a {
        border-radius: 0px;
        margin-right: 0;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #414141;
        background-color: #B4B4B4;
        border-color: #fff;
    }
    .nav-tabs li a {
        color: #727075;
        border-color: #e6e7e8;
    }
    .nav-tabs > li > a > .badge {
        margin-left: 3px;
    }
    .tab-content {
        padding: 0;
        margin-top: 20px;
        width: 100%;
        max-width: 1211px;
        font-family: "Roboto", sans-serif;
    }
    .tab-pane {
        margin: 0;
        padding: 0;
    }
    .tab-pane ol {
        max-width: 1150px;
    }
    .tab-pane ol li {
        font-family: "Roboto", sans-serif;
    }
    .tab-pane ul {
        max-width: 1150px;
    }
    .tab-pane ul li {
        max-width: 1150px;
        font-family: "Roboto", sans-serif;
    }
    .nav-tabs li a,
    .atlas-travel-quote {
        background-color: #E7E8E9;
        color: #727075;
        border: 1px solid #fff;
    }
    .nav-tabs li a:hover,
    .atlas-travel-quote:hover {
        color: #fff;
        background-color: #727075;
        border: 1px solid #333;
    }
    /* end nav tabs */
    /*  end nav tabs */
    /* end atlas-travel-page */
    /* benefits-tab */

    .benefits-table-box {
        width: 100%;
        max-width: 100%;
        margin-left: 15px;
    }
    .benefits-table-tab {
        width: 700px;
        max-width: 700px;
    }
    .table {
        width: 100%;
    }
    .table-responsive {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: -20px;
    }
    .benefits-table-header tr {
        height: 100%;
    }
    .benefits-table-header,
    tr th {
        color: #000;
        background-color: #89cbdf;
        height: 100%;
    }
    .benefits-table-header,
    tr td {
        font-family: 'Roboto', sans-serif;
        max-width: 100%;
        height: 100px;
        white-space: normal;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
    .benefits-table-header tbody {
        width: 100%;
        max-width: 100%;
    }
    .benefits-table-header tbody tr th {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 40px 10px 40px;
        color: #414141;
    }
    .benefits-table-header tbody tr td {
        padding: 10px 40px 10px 40px;
    }
    .benefits-table-striped > tbody > tr:nth-of-type(even) {
        background-color: #ffffff;
    }
    .benefits-table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e2f4fd;
    }
    /* end benefits tab */
    /* exclusions tab */

    .exclusions-box {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .exclusions-box p {
        padding: 0;
        margin-left: 0;
        color: #727075;
    }
    .exclusions-box ul {
        list-style-position: inside;
        padding-top: 5px;
    }
    .exclusions-box ul li {
        color: #727075;
        font-size: 14px;
        font-weight: 200;
        padding-bottom: 5px;
    }
    .exclusions-box ul li:first-child {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 200;
    }
    .exclusions-box ul li ul {
        margin-left: 15px;
        margin-top: 10px;
    }
    /* end exclusions tab */
    /* claim tab */

    .claim-example {
        padding: 0;
        margin: 0;
        margin-top: -1.0em;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .claim-example,
    table tr td {
        height: auto;
    }
    .claim-header-image {
        height: auto;
        width: 100%;
        margin-left: 0;
    }
    .claim-without-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 250px;
        max-width: 250px;
    }
    .claim-with-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 250px;
        max-width: 250px;
    }
    .claim-image-without {
        height: auto;
        width: 250px;
        max-width: 250px;
        margin: 0;
        padding: 0;
    }
    .claim-image-with {
        height: auto;
        width: 250px;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }
    .claim-textbox-image {
        height: auto;
        margin: 0;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .content-block {
        padding: 5px;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }
    .claim-risk {
        padding: 0;
        border: 2px solid #eee;
        margin-left: 0;
        width: 100%;
        padding: 10px;
    }
    .claim-clipboard {
        padding: 8px;
        float: left;
    }
    .claim-table tr th {
        color: #fff;
        background-color: #89cbdf;
        font-size: 1.25em;
    }
    .claim-table,
    tr td {
        font-family: 'Roboto', sans-serif;
    }
    .claim-table-striped > tbody > tr:nth-of-type(even) {
        background-color: #ffffff;
    }
    .claim-table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #e2f4fd;
    }
    /* end claim tab */
    /* faq tab */

    .faq-accordion {
        width: 100%;
    }
    .panel-title a {
        line-height: 2.5;
        font-size: 1em;
        color: #727075;
    }
    .panel-heading div,
    h4 {
        height: auto;
        padding-top: 2px;
    }
    .panel-title {
        height: 100px;
    }
    .panel-body {
        color: #727075;
    }
    .panel-body ul li {
        list-style-position: inside;
    }
    .faq-accordion-heading a {
        position: relative;
        float: left;
        padding-top: 10px;
        height: 70px;
        width: 400px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: #727075;
        line-height: 1.5;
        text-decoration: none;
    }
    .glyphicon-plus {
        position: relative;
        float: right;
        font-size: 12px;
        padding-top: 16px;
        padding-right: 5px;
        color: #727075;
    }
    .glyphicon-minus {
        position: relative;
        float: right;
        margin-top: 5px;
        font-size: 30px;
        padding-top: 21px;
        padding-right: 3px;
        color: #727075;
    }
    .faq-accordion-list li {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #727075;
    }
    /* end faq tab */
    /* glossary tab */

    .alphabet-menu {
        text-align: center;
        width: 100%;
        height: 50px;
        margin-left: -10px;
        background-color: #e6e7e8;
        line-height: 3.3;
        font-size: 14px;
    }
    .alphabet-menu ul li {
        display: inline;
        padding-left: 0;
    }
    .alphabet-menu ul li a {
        color: #727075;
    }
    .alphabetical-section {
        background-color: #e6e7e8;
        color: #727075;
        width: 100%;
        height: 30px;
        padding-left: 5px;
    }
    .alphabetical-section p {
        line-height: 2.0;
    }
    .back-to-top {
        display: inline;
        font-family: 'Roboto', sans-serif;
        font-size: 14px !important;
        font-weight: 100;
        color: #727075;
        line-height: 2.5;
        margin-right: 40px;
        padding: 0;
        width: 60px;
        height: 30px;
    }
    .glyphicon glyphicon-triangle-top {
        padding-left: 10px;
    }
    .glossary-box {
        width: 720px;
        position: relative;
        float: none;
        color: #727075;
        width: 100%;
    }
    .glossary-box ul li {
        margin-top: 20px;
        line-height: 1.5;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        width: 100%;
    }
    /*end glossary tab */
    /* blog home page */

    .blog-wrapper {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 2%;
        margin-right: 2%;
    }
    .blog-sidebar {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 0 7px;
    }
    .banner-ad a img {
        padding: 0;
        margin: 0;
        height: auto;
        width: 100%;
    }
    .blog-sub h2 {
        font-size: 2.5rem;
        color: #727075;
    }
    .blog-sub p {
        font-size: 1.5rem;
        color: #727075;
    }
    .blog-post-text {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* end blog home page */
    /* contact us page */

    .contact-us-wrapper {
        width: 100%;
        max-width: 645px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-us-box {
        position: relative;
        padding-top: 20px;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
        width: 230px;
        height: 380px;
        text-align: center;
        *background-color: #EAEDF1;
    }
    .contact-us-box p {
        font-size: 18px;
        padding: 0;
        margin-right: auto;
        margin-left: auto;
        width: 230px;
    }
    .contact-us-inner {
        position: absolute;
        top: 270px;
        left: 0px;
    }
    /* end contact us page */

/* 404 footer */
.footer-404 {
margin-top: 0;
}
/* end 404 footer */

}