/* phones - Portrait phones and smaller */

@media (min-width: 380px) and (max-width: 479px) {
    html {
        min-width: 300px;
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    body {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .show-quote {
        display: block;
    }
    
    .page-box {
        min-width: 302px;
        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;
    }
    /*header*/

    .header {
        max-width: 100%;
        height: 80px;
    }
    .hcclogo {
        position: relative;
        top: 5px;
        left: 7%;
        padding: 0;
        margin: 0;
        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: 240px;
        margin-left: 0;
        padding-left: 8px;
    }
    .search-box-position p {
        position: relative;
        top: 10px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 230px;
        text-align: center;
    }
    .main-number {
        padding-right: 30px;
        color: #0069AA;
    }
    .signin {
        position: absolute;
        top: 5px;
        left: 0;
        padding: 0;
        margin: 0;
        width: 210px;
        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: 1px;
        width: 300px;
        border-radius: 0;
    }
    .modal-header {
        border-bottom: none;
        min-height: 16.43px;
        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;
    }
    /* end header */
    /* nav */

    .navbar {
        background-color: #BFC0C4;
        min-height: 50px;
        position: relative;
    }
    .navbar .navbar-nav {
        margin-left: -50px;
        text-align: left;
    }
    .navbar .navbar-nav > li {
        margin-left: 0px;
    }
    .navbar .navbar-nav > li > ul > li {
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        font-weight: 100;
    }
    .navbar-toggle {
        background-color: #fff;
    }
    .form-control-search {
        width: 280px;
        margin-left: 13px;
        padding-left: 8px;
    }
    /* end nav */
    /* jumbotron */

    .jumbotron {
        background-image: url("../img/small-header-no-arrow.png") no-repeat top center;
        background-size: cover;
        height: 548px;
        margin-bottom: 50px;
        width: 100%;
        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: 25px;
        margin: 0;
        font-size: 3.8rem;
        font-weight: 400;
        color: #fff;
    }
    .jumbotron h2,
    .jumbotron .h2 {
        color: #ffffff;
        font-size: 3.0rem;
    }
    /* mobile jumbotron */

    .mobile-box-container {
        margin-top: -335px;
        margin-bottom: 20px;
        max-width: 100%;
        height: 350px;
        position: absolute;
        z-index: 100;
    }
    .atlas {
        width: 97%;
        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: 87%;
        z-index: 3;
    }
    .stm {
        width: 97%;
        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: 87%;
        z-index: 3;
    }
    /* end mobile jumbotron*/

    #restart:before {
        content: ' ';
        clear: right;
        display: block;
    }
    /* end jumbotron */
    /* products */

    .products {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        top: 30px;
        margin-bottom: 50px;
    }
    .products-header {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .products-header h2 {
        padding: 0;
        padding-left: 10px;
        margin: 0;
        margin-top: 170px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 26px;
    }
    .products-header p {
        text-align: left;
        font-size: 16px;
        padding: 0 10px 0 10px;
    }
    /* products box */

    .products-box {
        padding: 0;
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: 350px;
        width: 300px;
    }
    .products-box-inner {
        position: absolute;
        top: 2px;
        left: 2px;
        margin: 0;
        padding: 0;
        height: 425px;
        width: 295px;
    }

    .products-italic-text {
        font-style: italic;
    }
    
    .btn-style-for-pages {
        width: 100%;
    }
     
     .btn-small {
        font-size: 17px;
        width: 75%;
    }
        
    .products-box h3 {
        font-size: 18px;
        font-weight: bold;
        padding-left: 30px;
    }
    .products-box p {
        font-size: 18px;
    }
    .products-box img {
        display: block;
        height: 65px;
        margin: auto;
    }
    /* end products box */
    /* end products */
    /* short-term-medical */

    .short-term-medical {
        background-image: url("../img/moving-slim.png");
        background-repeat: no-repeat;
        background-position: left;
        color: #fff;
    }
    .short-term-medical-container {
        position: relative;
        padding: 0px;
        margin: 0px;
        height: 440px;
        width: auto;
    }
    .short-term-medical-inner-box {
        position: relative;
        top: 20px;
        float: none;
        left: 10%;
        right: 0;
        height: 440px;
        width: 300px;
    }
    .short-term-medical-inner-box h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .short-term-medical-inner-box p {
        font-size: 16px;
    }
    .short-term-medical-inner-box a {
        position: absolute;
        top: 360px;
        left: 0;
    }
    /* short term medical button style */

    .btn-style-for-short-term-medical {
        text-align: center;
        width: 310px;
        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 */
    /* mobile blog */

    .blog {
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        padding-left: 0;
        padding-right: 10px;
    }
    .blog div h2 {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 60px;
        font-size: 40px;
    }
    .blog div h3 {
        font-size: 18px;
        margin-top: -3px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .blog div p {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .blog div div img {
        padding-bottom: 30px;
    }
    .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;
    }
    /* end blog */
    /* ratings */

    .ratings {
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .ratings-box {
        max-width: 300px;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    .ratings div h2 {
        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;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ratings-text-superior {
        margin-top: -60px;
        font-size: 25px;
        text-align: center;
        color: #0069AA;
    }
    /* end ratings */
    /* footer */

    .footer-top-margin {
        margin-top: 50px;
    }
    .tall-footer {
        height: 300px;
        background-color: #eaedf1;
    }
    .footer-content {
        margin-left: 30px;
        margin-top: 60px;
    }
    .footer-content h3 {
        font-size: 16px;
    }
    .footer-content div ul {
        list-style-type: none;
        margin-left: -40px;
    }
    .copyright p {
        font-size: 12px;
        margin: 0;
        margin-bottom: 20px;
        padding: 50px 20px 20px 10px;
    }
    /* footer */

    .footer {
        padding-top: 40px;
        margin-top: 50px;
        margin-left: 15px;
        height: 520px;
        background-color: #eaedf1;
    }
    .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: left;
        margin-left: -10px;
    }
    .footer-social-icons a img {
        margin-top: 30px;
        padding-left: 10px;
    }
    .footer-copyright p {
        font-size: 11px;
        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: 0x;
        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: left;
        margin-left: 0;
    }
    .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 */

    .atlas-tab-box {
        padding: 0;
        margin: 20px 0 0 0;
        width: 100%;
    }
    .atlas-tab-box div div {
        cursor: pointer;
        cursor: hand;
    }
    .atlas-tab-box div div {
        color: #727075;
        background-color: #e7e8e9;
        border-radius: 0;
        border: none;
    }
    .atlas-tab-box div h4 {
        line-height: 3.0;
        font-family: 'Roboto', sans-serif;
        color: #727075;
        font-size: 16px;
    }
    .atlas-tab-box div div img {
        padding-top: 11px;
        display: inline;
    }
    .atlas-tab-box div div div div {
        background-color: #fff;
    }
    .atlas-tab-box div h4:hover,
    .atlas-tab-box div div:hover {
        color: #727075;
        background-color: #E7E8E9;
    }
    .atlas-tab-box div div div div:hover {
        background-color: #fff;
        color: #727075;
    }
    .atlas-tab-box div div div div:nth-last-type-of {
        background-color: #E7E8E9;
        color: #fff;
    }
    .panel-defaul:nth-last-of-type(5) {
        background-color: #E7E8E9;
        border-color: #ddd;
        color: #333;
    }
    .panel-title a > .atlas-travel-quote {
        background-color: #E7E8E9;
        color: #fff;
    }
    .atlas-travel-quote:hover {
        color: #333;
        background-color: #E7E8E9;
        border-color: #E7E8E9;
    }
    /*  end 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;
        color: #414141;
    }
    .benefits-table-header tbody tr td {
        padding: 10px;
    }
    .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: 400;
        padding-bottom: 5px;
    }
    .exclusions-box ul li:first-child {
        margin-top: 10px;
    }
    .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;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-left: 0;
    }
    .claim-without-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 290px;
        max-width: 290px;
    }
    .claim-with-insurance {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 290px;
        max-width: 290px;
    }
    .claim-image-without {
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 250px;
        max-width: 250px;
    }
    .claim-image-with {
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 250px;
        max-width: 300px;
    }
    .claim-textbox-image {
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }
    .content-block {
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 300px;
        text-align: left;
    }
    .claim-risk {
        padding: 0;
        border: 2px solid #eee;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        padding: 10px;
    }
    .claim-center {
        padding: 0;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .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;
        width: 210px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: #727075;
        line-height: 1.3;
        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: -43px;
        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: 80px;
        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;
        padding-right: 10px;
        width: 60px;
    }
    .glyphicon glyphicon-triangle-top {
        padding-left: 10px;
    }
    .glossary-box {
        width: 340px;
        position: relative;
        float: none;
        color: #727075;
        width: 100%;
    }
    .glossary-box ul li {
        margin-top: 10px;
        line-height: 1.2;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }
    /*end glossary tab */
    /* blog home page */

    .blog-wrapper {
        padding-top: 30px;
        padding-left: 1.5%;
        padding-right: 1.5%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-post-text {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .blog-buttons {
        padding-top: 20px;
        min-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-buttons ul li {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .blog-buttons ul {
        padding-left: 0;
        display: inline;
    }
    .blog-buttons ul li {
        display: inline;
    }
    .blog-buttons ul li img {
        margin-bottom: 10px;
    }
    .blog-buttons-read-more {
        flex-wrap: wrap;
    }
    .blog-sidebar {
        max-width: 100%;
        height: auto;
        padding: 0 7px;
    }
    /* 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 */

}