﻿
/* reset.css */
/*html,body,div,span,iframe,p,blockquote,pre,a,abbr,dfn,ins,kbd,q,s,samp,sub,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,h1, h2, h3, h4, h5, h6, img{
border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit; font-size:100%; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,img,input{margin:0; padding:0}
q:before,q:after,blockquote:before,blockquote:after {content:""}
ul {list-style-type:none}*/
/* end reset.css */


/* BOOTSTRAP STYLING FIXES */
body {
    overflow-x: hidden !important;
}
/* END BOOTSTRAP STYING FIXES */

* {
    font-family: Verdana;
}
/* BOOTSTRAP STYLING MODIFICATIONS */
.navbar-default {
    background-color: #fff;
    border: none;
}

.close {
    font-size: 30px;
    opacity: unset;
    filter: alpha(opacity=100);
}

.alert-danger {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
/*book appointment page css*/
.lens-heading {
    color: #0d93de;
    font-size: 31px;
}

.lens_info {
    display: flex;
}

.lens_img {
    width: 100%;
    height: 75%;
}

.lens_img_wrap {
    display: flex;
    margin-top: 10%;
    margin-left: 7%;
}

.lens_text {
    max-width: 30%;
    margin-top: 10%;
    margin-left: 6px;
    font-size: 15px;
    padding-left: 20px;
}

.schedule_head {
    padding-left: 40px;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 11px;
}

.reorder_sec {
    margin-top: 40px;
}

.button {
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
    background: white;
    color: #006ba6;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    border-color: #006ba6;
    border-width: thin;
}

.pt-10 {
    padding-top: 10px;
}

.phone_order {
    margin-top: 20px;
    padding-left: 30px;
}

.order_head {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.order_details li {
    margin-bottom: 15px;
    display: list-item;
    width: 73%;
}

.order_guide {
    margin-bottom: 11px;
    margin-top: 7px;
}

.rebate_banner {
    background-color: #006ba6;
    text-align: center;
    color: white;
    font-size: 22px;
}

.ml18 {
    margin-left: 18px;
}

.ml40 {
    margin-left: 40px !important;
}

.pd20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.help_section {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 30px;
}

    .help_section div {
        margin-top: 12px;
    }

.offer_banner {
    background-color: #e6f0f6;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.reorder_text {
    font-size: 14px;
}

.contact_info {
    display: flex;
    margin-bottom: 25px;
    margin-left: 37px;
}

.contact_info_text {
    width: 24%;
    margin-right: 46px;
}

.appoint_dollar {
    height: 36px;
    margin-left: -10px;
    margin-right: -7px;
}

.mon_img {
    margin-top: 3px;
    display: inline-block;
    float: left;
    height: 27px;
}

.bg-white {
    background: #ffffff;
}
/*added menu hover per steve french request*/
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.btn {
    border-radius: 0px;
    padding: 3px 25px;
}

.btn-primary {
    font-size: 20px;
    white-space: normal;
    word-wrap: break-word;
}

.btn-default {
    color: #FFF;
    background-color: #e5661f;
    border: none;
    font-size: 20px;
    white-space: normal;
    word-wrap: break-word;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #be460f;
        color: #FFF;
        border: none;
    }

.btn-big-text {
    font-size: 20px;
}

.breadcrumb {
    background-color: #FFF;
    font-size: 12px;
}

.find-location {
    position: relative;
}

.breadcrumb a {
    color: #006ba6;
}

.form-horizontal select {
    color: #666;
    font-size: 16px;
    padding: 2px;
    border-radius: 5px;
}

input {
    padding: 0 10px;
}

/* END BOOTSTRAP STYING MODIFICATIONS */





/* FOR BOOTSTRAP TEXT ALIGNMENT */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
/*** .extra-lg-btn ***/
.extra-lg-btn {
    padding: 10px 45px;
}

@media (min-width: 360px) {
    .extra-lg-btn {
        padding: 10px 68px;
    }
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

.find-location {
    padding-top: 0px;
}

    .find-location input[type="button"] {
        width: 100%;
    }

@media (min-width: 768px) {
    /*** homepage find-location ***/
    .find-location {
        padding-top: 10px;
    }

        .find-location input[type="text"] {
            width: 95px;
            padding: 0 5px;
        }

        .find-location .nozip-validation-msg {
            right: 120px;
            left: 0;
        }

        .find-location input[type="button"] {
            font-size: 14px;
            padding: 3px 10px;
            width: auto;
        }

        .find-location select {
            height: 26px;
        }

        .find-location a {
            padding-left: 5px;
            text-decoration: underline;
        }

    .contactlensad a {
        padding: 50px;
    }
}

@media (min-width: 992px) {
    .find-location input[type="button"] {
        width: 75%;
    }

    .find-location .choose-city-or {
        padding-right: 10px;
    }

    .extra-lg-btn {
        padding: 20px 115px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
    /*** Home page colour blocks ***/
    .colorblock-callout div {
        min-height: 120px;
    }
}

@media (min-width: 1200px) {

    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
    /*** Home page colour blocks ***/
    .colorblock-callout div {
        min-height: 100px;
    }
    /*** homepage find-location ***/
    .find-location {
        padding-top: 0px;
    }

        .find-location input[type="text"] {
            width: 220px;
        }

        .find-location input[type="button"] {
            font-size: 18px;
            width: 70%;
        }

        .find-location .nozip-validation-msg {
            left: 65px;
            right: inherit;
        }

    .extra-lg-btn {
        padding: 20px 160px;
    }
}
/* END FOR BOOTSTRAP TEXT ALIGNMENT */





/*NAVIGATION RELATED ITEMS*/
@media screen and (max-width: 767px) {
    .navbar-toggle {
        float: none;
        margin-left: 15px;
    }

    .navbar-default .navbar-collapse {
        max-height: none;
        background: #FFF;
        border-right: 1px solid #ddd;
    }

    nav.page a {
        display: block;
        padding: 5px 0;
    }

    .navbar-nav .open .dropdown-menu {
        background: #FFF;
    }

    .navbar-nav {
        margin: 0 0 20px 0;
    }

    /* General styles for all menus */
    .cbp-spmenu {
        background: #f8f8f8;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
    }

        .cbp-spmenu h3 {
            color: #afdefa;
            font-size: 1.9em;
            padding: 20px;
            margin: 0;
            font-weight: 300;
            background: #0d77b6;
        }

        .cbp-spmenu a {
            display: block;
        }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

        .cbp-spmenu-horizontal h3 {
            height: 100%;
            width: 20%;
            float: left;
        }

        .cbp-spmenu-horizontal a {
            float: left;
            width: 20%;
            padding: 0.8em;
            border-left: 1px solid #258ecd;
        }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        left: -260px;
    }

    .cbp-spmenu-right {
        right: -260px;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }

    .cbp-spmenu-bottom {
        bottom: -150px;
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 260px;
    }

    .cbp-spmenu-push-toleft {
        left: -260px;
    }
    /* Transitions */
    .cbp-spmenu, .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}




/* GENERIC STYLES */
.center {
    margin: auto;
}

.noMargin {
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noBottomMargin {
    margin-bottom: 0;
}

.noTopMargin {
    margin-top: 0;
}

.inline {
    display: inline-block !important;
}

.clear {
    clear: both;
}

.paddingTop-6 {
    padding-top: 6px;
}

.bigspace {
    padding: 20px 0px;
}

.smallspace {
    padding: 10px 0px;
}

.tinyspace {
    padding: 5px 0px;
}

.text-small {
    font-size: 12px;
}

.text-large {
    font-size: 23px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-bold {
    font-weight: bold;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px !important;
}

.text-30 {
    font-size: 30px;
}

.lineheight-26 {
    line-height: 26px;
}

.search_btn {
    height: 41px;
    margin-bottom: 3px;
}

.padding_top30 {
    padding-top: 30px;
}

.gotham-medium {
    font-family: Verdana, Gotham-Medium, Century Gothic;
}

.gotham-light {
    font-family: Verdana, Gotham-Light, Century Gothic;
}

.background-orange {
    background-color: #e5661f;
}

.background-green {
    background-color: #57a635;
}

.background-blue {
    background-color: #006ba6;
}

.background-brown {
    background-color: #5a4e41;
}

.background-white {
    background-color: #FFF;
}

.color-orange {
    color: #e5661f;
}

.color-green {
    color: #57a635;
}

.color-blue {
    color: #006ba6;
}

.color-brown {
    color: #5a4e41;
}

.color-white {
    color: #FFF;
}


#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }


a {
    white-space: nowrap;
    cursor: pointer;
}

.wrap {
    white-space: normal !important;
}
/* END GENERIC STYLES */



body {
    font-family: Verdana, Gotham-Book, Century Gothic;
    font-size: 16px;
}

h1, h2, h3, h4, h5 {
    font-family: Verdana, Gotham-Light, Century Gothic;
}

h1 {
    color: #006ba6;
    font-size: 37px;
}

h4 {
    font-size: 20px;
}

hr {
    border-top: 1px solid #666;
    width: 40%;
}



/* HEADER STYLING */
header {
    margin-bottom: -2px;
}

.shadow {
    background: url('/images/headerShadow.png');
    height: 3px;
    background-repeat: repeat-x;
    position: relative;
    opacity: 0.3;
    z-index: 2;
}

.siteLogo {
    margin-top: 30px;
}


/* TOP NAVIGATION STYLING */
.seperator {
    margin: 0 -10px 0 10px;
}

.btn-text {
    background: none !important;
    border: none;
    padding: 15px !important;
    cursor: pointer;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.nav form {
    display: inline-block !important;
}



/* MOBILE NAVIGATION STYLING */
.navbar-toggle {
    margin: 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #003b71;
    width: 16px;
    height: 3px;
}

.mobileNav {
    border-bottom: 1px solid #ddd;
}

    .mobileNav img {
        margin-top: 10px;
    }

    .mobileNav .navbar-nav > li > a {
        color: #666;
    }

    .mobileNav .navbar-nav > li {
        border-bottom: 1px solid #ddd;
    }


/* FOOTER STYLING */
footer {
    background-color: #585858;
    color: #FFF;
}

    footer ul {
        list-style: none;
        padding: 0;
        margin-top: 30px;
    }

    footer li {
        padding-bottom: 10px;
    }

    footer a {
        color: #FFF;
    }

        footer a:hover {
            color: #ccc;
        }


/* HOMEPAGE STYLING */
.colorblock-callout {
    font-family: Verdana, Gotham-Medium, Century Gothic;
    font-size: 20px;
}

    .colorblock-callout a {
        color: #FFF;
        white-space: normal;
    }

        .colorblock-callout a span {
            display: block;
        }

    .colorblock-callout div {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .colorblock-callout i {
        margin-bottom: 10px;
        font-size: 36px;
        display: inline-block;
    }

.icon-callout img {
    height: 50px;
}

.icon-callout i {
    font-size: 36px;
    margin-bottom: 10px;
    color: #e5661f;
}

.icon-callout hr {
    border-top: 1px solid #e5661f;
    width: 90%;
}

.icon-callout p a {
    white-space: normal !important;
}


.text-callout {
    font-size: 20px;
}


/* FIND LOCATIONS STYLING */
#locationList {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.itemDataContainer i {
    margin-left: 12px;
}

@media (max-width: 767px) {
    #locationList {
        height: 100%;
        overflow-x: visible;
        overflow-y: visible;
    }

    .hidden-xs {
        display: none !important;
    }

    .itemDataContainer {
        margin-left: 20px;
    }

        .itemDataContainer i {
            margin-left: 0px;
            margin-bottom: 15px;
            margin-top: 10px;
            font-size: 130%;
        }
}


/* BREADCRUMB STYLING */
.breadcrumb {
    margin-top: 5px;
    margin-bottom: 10px;
}


/* FORM STYLING */
.control-label {
    font-weight: normal;
    font-size: 18px;
    font-family: Verdana;
}


/* FRAME GALLERY STYLING */
.frameGallery a {
    color: #000;
    font-size: 20px;
}

.frame-brand {
    font-size: 16px;
}


/* FRAME DETAIL STYLING */
#frameDetail h3 {
    display: inline-block;
    margin-right: 10px;
}


/* EYE CARE INFORMATION STYLING */
.panel.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    background-color: #FFF;
}

h4.panel-title {
    font-size: 24px;
}

.panel-body {
    font-size: 20px;
    font-weight: 100;
}

.panel-title > a {
    white-space: normal;
}


/* PRODUCT PAGE STYLING */
.adIndex {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
}

.productList ul {
    list-style: none;
    padding: 0;
}

.productList li {
    margin-bottom: 10px;
}





.pointer {
    cursor: pointer;
}

/* RETURN TO TOP STYLING */
#return-to-top {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #025a8b;
        opacity: 1.0;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }



@media (max-width: 767px) {
    input {
        padding: 15px;
        font-size: 150%;
    }
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.pointer {
    cursor: pointer;
}

.promotion-form .field-validation-error {
    float: left;
    padding-left: 5px;
    padding-top: 6px;
}

.promotion-form input.form-control.browse-file {
    height: auto;
}

input[type="checkbox"].set-checkbox {
    margin-top: 11px;
}


/*#region  Slider css*/
/*.carousel-slider-top {
    height: 380px;
    overflow: hidden;
}*/

/*.carousel-slider-top .img-thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
        width: 100%;
        max-width: none;
    }*/

.carousel-slider-top .carousel-control {
    width: 55px;
    height: 55px;
    background: #306d8a;
    top: 50%;
    margin-top: -27px;
}

    .carousel-slider-top .carousel-control.left {
        left: 0px;
    }

.carousel-slider-top .glyphicon-chevron-left {
    position: static;
    line-height: 55px;
}

.carousel-slider-top .glyphicon-chevron-right {
    position: static;
    line-height: 55px;
}

.carousel-slider-top .carousel-control.right {
    right: 0px;
}

.carousel-slider-top .carousel-control:hover, .carousel-slider-top .carousel-control:focus {
    background: #306d8a;
}

.carousel-bottom {
    margin-bottom: 30px;
}

    .carousel-bottom .img-thumbnail {
        padding: 0px;
        border: none;
        border-radius: 0px;
    }

    .carousel-bottom .carousel-indicators {
        bottom: -40px;
    }

        .carousel-bottom .carousel-indicators li {
            border: 1px solid #666;
        }

        .carousel-bottom .carousel-indicators .active {
            background: #666;
        }

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

/*#endregion Slide css ends*/
.promotion-form input.form-control.browse-file {
    height: auto;
}

input[type="checkbox"].set-checkbox {
    margin-top: 11px;
}





#divEventOptionSettings label, #divEventOptionVendors label, #divEventOptionBrands label, #divEventOptionBrandReps label {
    font-weight: normal;
}
/*For Admin event screen*/
.btnDesign {
    height: 50px;
    margin-top: 15px;
}

.setDateBooked {
    margin-left: 230px;
    margin-top: -185px;
    border: 1px solid;
}

#divEventOptionSettings label, #divEventOptionVendors label, #divEventOptionBrands label, #divEventOptionBrandReps label {
    font-weight: normal;
}

.panel-group .panel {
    overflow: visible;
}

.borderlessTable thead > tr > th, .borderlessTable tbody > tr > th, .borderlessTable tfoot > tr > th, .borderlessTable thead > tr > td, .borderlessTable tbody > tr > td, .borderlessTable tfoot > tr > td {
    border-top: none;
}


/*display promotion list and rebates list in slider page*/

.slide-link {
    float: right !important;
}

.notification {
    width: 94%;
    margin-left: 35px;
}

/*For adjusting layout*/
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}


/*css form promotion list admin*/
.font-red-color {
    color: red;
}

.error-class {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

#divBrandLocation {
    margin-left: 35px;
}

#divLocationList {
    margin-left: 35px;
}

.location-details {
    display: block;
}

    .location-details li {
        float: left;
        width: 25%;
        border-top: 1px solid #dddddd;
        font-size: 14px;
        line-height: 2.0;
        padding: 5px;
    }

        .location-details li:nth-child(4n+1) {
            clear: both;
        }

#divLocationList h4 {
    color: #333333;
    line-height: 1.1;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.grid-delete-edit-link {
    margin-left: 10px;
}

.date-time-block .control-label {
    vertical-align: middle;
    margin-left: 8px;
}

.start-dt-time {
    display: inline-block;
    width: 30%;
    position: relative;
    vertical-align: middle;
    margin-left: 15px;
}

.hr {
    width: 100%;
}

.event-form {
    width: 50%;
    margin: 0 auto;
}

    .event-form input, select, textarea {
        max-width: none;
    }

#divEventBrandLst .control-label {
    padding-top: 0;
}

.brand {
    margin-bottom: 15px;
}

    .brand .brand-col {
        margin-left: 10px;
    }

        .brand .brand-col i {
            margin-right: 5px;
        }

        .brand .brand-col[aria-expanded="false"] i:before {
            content: "\002b";
            margin-right: 5px;
        }

        .brand .brand-col[aria-expanded="true"] i:before {
            content: "\2212";
            margin-right: 5px;
        }

.btn-cancel {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.btn-cancel-center {
    display: inline-block;
    vertical-align: middle;
}

.clsBrandTreeView {
    padding: 10px 0 10px 18px;
}
/*even list page css*/

.event-list-date {
    margin-top: 50px;
}

#eventBrandList {
    word-break: break-word;
    -ms-word-break: keep-all;
}



.event-date {
    background-color: #006ba6;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    padding: 6px;
    padding-right: 10px;
    padding-left: 10px;
}


/*#map_canvas {
    height: 350px;
    width: 80%;
    margin-left: 200px;
}*/
.event-list-dropdown .form-control {
    display: inline-block;
}

.start-date {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
}

.http-label {
    display: inline-block;
    vertical-align: middle;
}

.http-block .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
}

#divPartialEventBrandDetails {
    font-size: 14px;
}

#lnkDatesBookDetail {
    font-size: 11px;
    line-height: 1;
}

#divBrandBookedEventDetail {
}

    #divBrandBookedEventDetail h4 {
        padding-left: 10px;
    }

.brand-ul {
    margin: 0 0 15px;
    border: 1px solid #ddd;
    height: 125px;
    overflow-y: scroll;
    padding: 0 10px;
}

    .brand-ul li {
        list-style: none;
    }

.brand-label {
    font-weight: bold;
    display: block;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.brand-text {
    display: block;
    font-size: 13px;
    line-height: 1;
}

/*.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}*/

.modalProgress {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) 
                url(../../images/ajax-loader.gif)
                50% 50% 
                no-repeat;*/
    background-image: url(../images/squares.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.eventItem {
    min-height: 200px;
}

.event-date-range-info {
    margin: 5px;
}

.nav-login-link {
    display: inline-block !important;
    padding: 15px 0px !important;
}

.menu .navbar-nav li a {
    font-size: 15px;
    padding: 10px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .menu .navbar-nav li a {
        font-size: 12px;
    }
}

.report-daterange-validation {
    float: right;
    padding-left: 47px;
    padding-top: 10px;
}

img.blue-frame-image {
    width: 284.98px;
}

.image-contactlenses-white {
    width: 130px;
}

.image-contacts-blue {
    width: 285px;
}

.bigspace-mobile {
    padding: 10px 0px !important;
}

.member-benefits-page .panel-group .panel-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

    .member-benefits-page .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: none;
    }

.nozip-validation-msg {
    position: absolute;
    left: 64px;
    top: 30px;
}

.adlink-title {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width:767px) {
    .adlink-title {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .choose-city-or {
        display: block;
        text-align: center;
    }

    #SelectedCity {
        display: block;
        margin: 0 auto;
    }

    .nozip-validation-msg {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-top: 5px;
        text-align: left;
    }

    .welcome-text h1 {
        font-size: 27px;
    }

    .welcome-text .smallspace {
        padding: 0;
    }

    .welcome-text .bigspace {
        padding: 0 0 10px 0;
    }

    .colorblock-callout {
        font-size: 19px;
    }

    .icon-callout {
        margin-bottom: 30px;
    }

        .icon-callout hr {
            margin: 10px 0;
        }

    .find-location input, .find-location select {
        font-size: 100%;
        padding: 5px 0;
    }

    .promotion-text h1 a {
        white-space: normal;
    }

    .login-username {
        white-space: nowrap;
        width: 150px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .login-unloack-icon {
        padding-left: 20px;
    }

    .find-location input[type="text"], .find-location select {
        width: 99%;
    }

    .find-location .noPadding {
        padding: 0 15px;
    }

    .mobileNav .mbl-logo {
        max-width: 230px;
        margin-top: 5px;
    }
}


/*FrameAd content*/
.underlinetext {
    text-decoration: underline;
}


.login-username {
    color: #666;
    text-decoration: none;
}

.gotham-light a {
    white-space: normal;
}

/*InTheNews page*/
ul.news-ul {
    list-style-type: none;
}

    ul.news-ul > li {
        text-indent: -5px;
        margin-top: 20px;
    }

        ul.news-ul > li:before {
            content: "-";
            text-indent: -5px;
        }

.text-italic {
    font-style: italic;
}

.news-link {
    white-space: normal;
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .find-location input[type="text"], .find-location select {
        width: 30%;
    }

    .find-location .nozip-validation-msg {
        right: auto;
        left: 110px;
        top: 40px;
    }
}

.payment-detail .payment-expiration {
    padding-left: 15px;
}

.img-kids-eyeexam {
    vertical-align: top;
}

.contact-lense-callout > a {
    white-space: normal;
}

#stylePartial span {
    word-wrap: break-word;
}

.white-space-normal {
    white-space: normal;
}

.header-menu > li > a {
    white-space: normal;
}

.eye-careinformation-accordion .icon-callout {
    margin: 15px 0 10px;
}

.img-sunprotection {
    padding-right: 10px;
}

.yellow-pointer {
    color: #f26925;
    font-weight: bold;
    position: relative;
}

.videoLibraryPage img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#userList_length .form-control {
    width: auto;
}

h3 label {
    display: block !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

p label {
    display: block !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

h1 label {
    display: block !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.showadd {
    width: 98%;
    white-space: normal;
}

/* benefits table styling */

.bene {
    width: 100%;
}

    .bene th {
        background-color: #e5661f;
        color: #fff;
    }

    .bene th, td {
        border: solid 1px white;
        text-align: center;
    }

    .bene tr:nth-child(odd) {
        background-color: #fbe4d9;
    }

    .bene tr:nth-child(even) {
        /*background-color:#f1ab85;*/
        background-color: #fbe4d9;
    }

/* savings table styling */
#tblSavings th, td {
    border: solid 1px white;
}

#tblSavings th {
    text-align: left;
}

#tblSavings td:first-child {
    text-align: center;
}

#tblSavings td:last-child {
    text-align: left;
}

/* contact lens RX table styling */
.rx-tbl th, td {
    border: solid 1px #ddd;
    text-align: center;
}

.rx-tbl th {
    text-transform: uppercase;
}

.rx-tbl td:first-child {
    font-weight: bold;
    text-align: right;
}


/*mb header styling*/

.navbar {
    border-radius: 0px;
}

.navbar-mb {
    background-color: #eee;
    z-index: 999;
    padding-right: 10px;
    min-height: 40px;
    font-weight: bold;
    color: #666;
    border: 0px;
}

    .navbar-mb li a {
        color: #666;
    }

        .navbar-mb li a:hover {
            background-color: white;
            color: #666;
        }

.navbar-msg {
    background-color: #fee73e;
    z-index: 999;
    padding-right: 10px;
    min-height: 40px;
    font-weight: bold;
    color: #666;
    border: 0px;
}


#homeAlert.alert {
    margin-top: 5px;
    margin-bottom: 5px;
    /*border-radius:0px;*/
}

#homeAlert.alert-info {
    color: #333;
    font-weight: bold;
    /*background-color:#eee;*/
    border: 0px;
}

    #homeAlert.alert-info a {
        color: #2B6599;
    }

.tbl-order-sum {
    margin: auto;
}

    .tbl-order-sum TD {
        text-align: right;
        padding: 1px;
        border: 0px;
    }

        .tbl-order-sum TD:first-child {
            font-weight: bold;
            padding-right: 8px;
        }

.vertical-center {
    display: flex;
    align-items: center;
}

/* responsive tabs */
.panel-heading {
    padding: 0
}

    .panel-heading a {
        display: block;
        padding: 10px 0px;
    }

        .panel-heading a.collapsed {
            /*background: #fff*/
        }

.panel-sum {
    /*background: #f7f7f7;*/
    border-radius: 5px;
}

    .panel-sum.collapsed {
        /*background: #f7f7f7;*/
    }

/*.panel-heading a:after {
    content: '-'
}
.panel-heading a.collapsed:after {
    content: '+'
}*/
.nav.nav-tabs li a,
.nav.nav-tabs li.active > a:hover,
.nav.nav-tabs li.active > a:active,
.nav.nav-tabs li.active > a:focus {
    border-bottom-width: 0px;
    outline: none;
}

.nav.nav-tabs li a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.tab-pane {
    background: #fff;
    /*padding: 10px;*/
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.cl-list {
    list-style: none;
}

    .cl-list li i {
        color: #57a635;
        width: 35px;
        vertical-align: middle;
    }

/*.reason-list{
    padding-left:0px;
}*/

.reason-list {
    height: 60px;
    float: none;
    display: table-cell !important;
    vertical-align: middle;
}

    .reason-list li img {
        text-align: left;
    }

.tab-pane div.panel.panel-default {
    border: 1px solid #ddd;
}

    .tab-pane div.panel.panel-default:first-child {
        margin-top: 4px;
        /*border-top:0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;*/
    }

.text-muted {
    color: #777777;
}

#loadMore {
    font-weight: bold;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.g-recaptcha {
    display: inline-block;
}

.spin {
    -webkit-animation: spin .9s infinite linear;
    -moz-animation: spin .9s infinite linear;
    -o-animation: spin .9s infinite linear;
    animation: spin .9s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%; /* IE 9 */
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*faq table for noca*/
.tbl-faqs {
    padding: 5px 0px 10px 0px;
    width: 100%;
    border: none;
}

    .tbl-faqs TR:first-child {
        font-weight: bold;
    }

    .tbl-faqs TD {
        text-align: left;
        padding: 3px;
        border: 0px;
        vertical-align: top;
    }

        .tbl-faqs TD:first-child {
            text-align: right;
            width: 5px;
        }

/*-----------------------------Reorder contacts page------------------------------------------------*/


.lens-heading {
    color: #0d93de;
}

.lens_info {
    display: flex;
}

.back_color {
    position: absolute;
    width: 620px;
    height: 437px;
    background: #e6f0f6;
    z-index: -1;
    margin-top: 50px;
}

.ord_back {
    position: absolute;
    width: 383px;
    height: 296px;
    background: #e6f0f6;
    z-index: -1;
    margin-top: 50px;
}

.margin-left-right-120 {
    margin-left: 120px;
    margin-right: 120px;
}

.reorder_head {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
}

.reorder_sec {
    margin-top: 40px;
}

.button {
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px;
    background: white;
    color: #006ba6;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    border-color: #006ba6;
    border-width: thin;
}

.pt-10 {
    padding-top: 10px;
}

.phone_order {
    margin-top: 20px;
    padding-left: 30px;
}

.order_head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.order_details li {
    margin-bottom: 15px;
    display: list-item;
    width: 73%;
}

.order_guide {
    margin-bottom: 11px;
    margin-top: 7px;
}

.rebate_banner {
    background-color: #006ba6;
    text-align: center;
    color: white;
    font-size: 22px;
}

.ml18 {
    margin-left: 18px;
}

.pd20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.help_section {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 30px;
}

    .help_section div {
        margin-top: 12px;
    }

.offer_banner {
    background-color: #e6f0f6;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    height: 50px;
    padding-top: 14px;
    text-align: center;
}

.reorder_text {
    font-size: 14px;
}

.contact_info {
    display: flex;
    margin-bottom: 25px;
    margin-left: 37px;
}

.contact_info_text {
    width: 24%;
    margin-right: 46px;
}

.insights a {
    white-space: normal;
}

#homeAlert a {
    white-space: normal;
}

.contact-tbl li, td {
    text-align: left;
}

.contact101 iframe {
    width: 100% !important;
}

.ad-contactlens {
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
}

.greyback {
    background: #f2f2f2;
    position: relative;
    z-index: 1;
}

    .greyback .row {
        margin-top: 30px;
    }

.modalProgress + .bigspace {
    padding: 0px 0;
}

.white-back {
    background: white;
    box-sizing: border-box;
    border: 1px outset #cacedb;
    border-radius: 10px;
    margin-bottom: 32px;
    height: 151px;
    box-shadow: 0px 1px 3px 2px #cacedb;
}

.emailtxt {
    width: 522px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
    margin-left: -70px;
    color: #006ba6;
    height: 50px;
    border: 2px solid #006ba6;
    background: #e6f0f6;
    box-shadow: 1px 1px 8px -3px #006ba6;
}

    .emailtxt::placeholder {
        color: #006ba6;
        font-weight: 900;
    }

.Gimg {
    width: 100%;
    padding-right: 120px;
    padding-left: 120px;
    margin-bottom: 21px;
}

.Cimg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.heading-img {
    display: flex;
}

    .heading-img img {
        display: inline-block;
    }

    .heading-img h2 {
        display: inline-block;
    }

.mgTop {
    margin-top: 20px;
    margin-left: 10px;
}

.heading-img .mgTop {
    font-size: 24px;
    font-weight: 600;
}

.condition {
    font-size: 14px;
    margin-bottom: 30px;
}

.reord-img {
    height: 400px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 3px #ccc;
}

.reord-img2 {
    height: 400px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 3px #ccc;
}

.extcontainer {
    width: 200%;
    margin-left: -524px;
}



.signbox {
    margin-left: 539px;
    margin-right: 540px;
}

    .signbox .text-center {
        color: #006ba6;
    }
/*.sign-btn {
    padding: 9px;
    border: 2px solid #006ba6;
    border-radius: 18px;
    color: #006ba6;
    background-color: #e6f0f6;
    width: 219px;
    font-size: 18px;
    margin-left: 33px;
    font-weight: 600;
    height: 49px;
    letter-spacing: 1px;
}*/
.sign-btn {
    padding: 9px;
    border: 2px solid #006ba6;
    border-radius: 18px;
    color: white;
    background-color: #006ba6;
    width: 219px;
    font-size: 18px;
    margin-left: 33px;
    font-weight: 600;
    height: 49px;
    letter-spacing: 1px;
}
/*.sign-btn {
    padding: 9px;
    border: 0px;
    border-radius: 18px;
    color: white;
    background-color: #e6f0f6;
    width: 219px;
    font-size: 18px;
    margin-left: 33px;
    font-weight: 600;
    height: 49px;
    letter-spacing: 1px;
}*/

.div-Email form {
    display: flex;
    justify-content: center;
}

.reord-txt1 {
    padding-top: 47px;
    margin-left: -63px;
}

.reord-txt2 {
    padding-top: 57px;
    margin-right: 109px;
    margin-left: -145px;
}

.pic_align1 {
    margin-left: -46px;
    margin-right: 53px;
}

.pic_align2 {
    margin-left: -46px;
    z-index: -1;
    padding-right: 0px;
}

.div-2 {
    border-radius: 8px;
    height: 289px;
    box-shadow: 0px 1px 3px 2px #006ba6;
}

    .div-2 h2 {
        margin-top: 40px;
        margin-bottom: 22px;
    }

    .div-2 input {
        margin-top: 19px;
    }

.pic_text2 {
    margin-top: 21px;
    margin-left: 13px;
}

.pic_align1 .col-sm-6 {
    width: 731px;
}

.pic_align1 img {
    width: 701px;
}

.pic_align2 .text-callout {
    margin-left: -122px;
}

.pic_align2 img {
    width: 703px;
    object-fit: cover;
}

.margin-fix {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -1px;
}

    .margin-fix th, td {
        text-align: center;
    }

    .margin-fix thead {
        color: #ffffff;
    }

.location-details div {
    font-weight: 600;
}

.location-detail-data {
    display: flex;
    justify-content: space-between;
}

.spec_img {
    height: 26px;
    margin-top: -11px;
    margin-left: 6px;
}

.cl_brand_logos img {
    width: 39%;
    height: 157px;
}

.bl_logo {
    height: 41px !important;
    margin-top: 42px;
}

.alc_logo {
    height: 47px !important;
    margin-top: 39px;
}

.lens-heading {
    color: #006ba6;
    font-size: 37px;
}

.benefit_list li {
    list-style-type: decimal;
}

.fsa {
    margin-bottom: 30px;
    font-size: 17px !important;
}

.benefit_list div {
    margin-top: 17px;
}

.piggy_img {
    height: 37px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mt0 {
    margin-top: 0px !important;
}

.optical_font {
    font-size: 20px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.sunwear_ad {
    display: flex;
    background: #e0edf4;
    border-radius: 16px;
    margin-bottom: 10px;
    height:250px;
}

    .sunwear_ad .adb {
        width: 50%;
    }

.citem img {
    height: 220px;
    overflow: hidden;
}

.sun_banner {
    margin-left: 124px;
    margin-right: 124px;
}

.ad_head_sec {
    margin-left: 29px;
    margin-top: 32px;
}

.ad_head {
    font-size: 30px;
    font-weight: 600;
}

.ad_desc {
    font-size: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.brand_list_head {
    font-size: 20px;
    font-weight: 600;
}

.brand_listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .brand_listing a {
        width: 33% !important;
    }
/*.sg_blue_sec {
    background: #e6f0f6;
    height: 72px;
    width: 100vw;
}*/
.sg_blue_sec {
    background: #e6f0f6;
    height: 72px;
    width: 200%;
    margin-right: -65%;
    margin-left: -36%;
    margin-top: 35px;
}

.sg_blue_line {
    border-color: #006aa5;
    width: 500%;
    margin-left: -114%;
}

.info_head {
    font-size: 18px;
    font-weight: 600;
    margin-top: 23px;
}

.info_desc {
    font-size: 16px;
    margin-top: 2px;
}

.sunwearGallery .sunwearGlass {
    width: 31%;
    margin-left: 24px;
    margin-top: 18px;
}

.sunwearGallery {
    display: flex;
    flex-wrap: wrap;
}

    .sunwearGallery .sw_year {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.sw_year .sw_head {
    text-align: center;
    font-size: 32px;
}

.sw_year .sw_txt {
    text-align: center;
    font-size: 18px;
}

.sw_disclaimer {
    text-align: center;
    font-size: 14px;
}

.search_count {
    text-align: right;
    margin-right: 196px;
}

.form_frameGallery {
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.frame_heading_img {
    width: 911px;
    margin-left: 100px;
    height: 245px;
}

.frame_heading_bk_img {
    width: 940px;
    margin-left: 100px;
    height: 245px;
    background-image: url('/Images/FrameGalleryReplacementPhotoStrip.jpg');
    /*background-image: url('/Images/gallery_heading.png');*/
    background-size: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.search_count_sw {
    text-align: right;
    margin-right: 134px;
}
/*Community page*/
.secx1 {
    background: red;
}

.com_section1 {
    display: flex;
    float: left;
}

.com_img1 {
    border-radius: 15px;
    height: 507px;
    width: 455px;
}

.heading1_txt1 {
    font-size: 24px;
    font-weight: 600;
}

.com_txt1 {
    font-size: 20px;
}

.com_head1 {
    margin-left: 39px;
}

.heading2_txt2 {
    font-size: 24px;
    font-weight: 600;
}

.com_txt2 {
    font-size: 20px;
}

.com_section3 {
}

.com_cols {
    display: flex;
    justify-content: space-between;
}

.col1_head {
    font-size: 22px;
    font-weight: 600;
}

.com_col1 div {
    margin-top: 17px;
}

.com_col2 div {
    margin-top: 17px;
}

.col1_text {
    font-size: 20px;
}

.com_link {
    font-size: 20px;
    margin-top: 32px;
}

.com_con {
    margin-top: 19px;
    margin-bottom: 20px;
}

.com_head1 .com_txt1 {
    margin-top: 23px;
}

.top_section2 .com_section1 {
    margin-top: 74px;
}

.com_head2 {
    margin-right: 39px;
}

    .com_head2 .com_txt2 {
        margin-top: 23px;
    }

.sec3_head {
    font-size: 24px;
    font-weight: 600;
}

.ba_txtdesc .ba_txt {
    margin-right: 64px;
}

.footer_social {
    height: 36px;
}

.mgbottom {
    font-size: 24px !important;
    font-weight: 600;
}

.FcImg {
    height: 54px !important;
    margin-bottom: 3px !important;
    margin-top: 5px !important;
    width: 113px;
}

.mobileNavStick {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#promotion .text-small {
    font-size: 16px;
}

#rebates .text-small {
    font-size: 16px;
}

.docTbl {
    display: block !important;
    /*overflow-x: auto !important;*/
    width: 100% !important;
}

.reorder-help-container ul {
    font-size: 20px;
}
/*.reorder-help-container h3 {
    color: #006ba6;
}*/
.faqContainer p {
    font-size: 20px;
}

#innerdivNew p {
    font-size: 20px;
}

.contact-tbl {
    width: 900px;
    margin-left: 206px;
    font-size: 20px;
}

.roc_bluebox {
    border-radius: 15px;
    color: #006ba6;
    padding: 10px;
    font-weight: 600;
    border: 0px;
    font-size: 20px;
}

.perfect_frame_bbox {
    border-radius: 15px;
    color: #006ba6;
    padding: 10px;
    font-weight: 600;
    border: 0px;
    font-size: 20px;
}

.width-900 {
    width: 900px;
}

.mgl-57 {
    margin-left: -57px;
}

.ord_help_ilist {
    list-style-type: disc;
    margin-left: 30px;
}

.faqContainer a {
    white-space: inherit;
}

.contact_mobile {
    display: none;
}

.contact_desktop {
    display: block;
}

.divleft {
    font-size: 20px;
}

.doc_yellow_back {
    background: #eea25d;
}

.doc_mobile_view {
    display: none;
}

.doc_gray_back {
    background: #d3d3d3;
}

.doc_tbl_border {
    border-left: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
}

.contact-tbl td {
    text-align: left;
}

.google_search {
    height: 35px;
    width: 248px;
}

.foot_social {
    float: right;
}

.foot_google {
    float: left;
}

.ml_114 {
    margin-left: 114px;
}

.ml_118 {
    margin-left: 118px;
}

.ace_pair_icon {
    padding: 0px 10px 0px 0px;
    height: 124px;
}

.mt-57 {
    margin-top: 57px;
}

.mt-10 {
    margin-top: 10px;
}

.color-orange {
    color: #e5661f;
}

.extcontainer2 {
    width: 200%;
    margin-left: -555px;
}

.pb-19 {
    padding-bottom: 19px;
}

.lens-100-212 {
    margin-left: 100px;
    padding-right: 212px;
}

.col-sm-12.lens-100-212 p {
    font-size: 20px;
}

.lens-content {
    margin-left: 110px;
    max-width: 960px;
}

.lenses-content-wrapper p {
    font-size: 20px;
    line-height: 1.19;
}

.tbl-faqs-eye TD:first-child {
    text-align: left;
    width: 5px;
}

.tbl-faqs-eye TD {
    text-align: left;
    padding: 3px;
    border: 0px;
    vertical-align: top;
}

.blue-bold {
    font-weight: 600;
    color: #428bca;
}

.tcontacts li {
    margin-top: 10px;
}

hr.udl {
    border-top: 1px solid #f8f8f8;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1px;
}

hr.udl2 {
    border-top: 2px solid #f8f8f8;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 1px;
}

.pti-12 {
    padding-top: 12px !important;
}

.pti-30 {
    padding-top: 30px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.insights {
    width: 890px;
    margin-left: 116px;
}

.tcontacts li {
    margin-top: 15px;
}

.kid_myp li {
    margin-top: 15px;
}

.ct_res .ba_team_txt {
    margin-top: -16px !important;
}

.img-123 {
    border-radius: 15px;
    margin-top: -40px;
}

.insights {
    margin-left: 120px;
    margin-right: 120px;
}

.ytcontact {
    width: 100%;
    height: 430px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: 0px;
    
}
.carousel-control .glyphicon-chevron-right {
    margin-right: 0px;
}
.carousel-control .glyphicon-chevron-left {
    margin-left: 0px;
}
#collapseOne .panel-body {
    width: 740px;
}
.citem img {
    height: 249px;
}

.dlr-grn{
    font-size:28px;
}

.reb-txt-grn{
    margin-top: 6px;
}

.nw-lgn {
    padding-left: 60px;
    padding-right: 71px;
    margin-top: 24px;
}

.nw-lgn .dlr-grn {
    color: white;
}

.nw-lgn .reb-txt-grn {
    color: white;
}

    .nw-lgn a:hover {
        color: white !important;
    }

#collapseTwol .col-xs-12 {
    margin-bottom: 20px;
}

#collapseThreel .col-12 {
    margin-top: 12px;
}
.mb-0{
    margin-bottom:0px;
}

.mr-80{
    margin-right:80px;
    margin-bottom:30px;
}

.eyelens p {
    font-size: 20px;
    line-height:23px;
}
.eyelens-img {
    position: absolute;
    height: 100%;
    width: 431px;
}
.eyelens-vid .eyelens-yt {
    height: 245px;
    width: 431px;
}

.eyelens-vid .eyelens-vid-text {
    padding-right: 30px;
    width: 830px;
}

.eyelens-vid .eyelens-vid-head {
    margin-left: -100px;
}
/*Responsive designs for reorder contact lenses page*/
@media screen and (max-width: 1919) {
    .back_color {
        position: absolute;
        width: 37%;
        height: 45%;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }
}



@media (min-width: 1200px) {
    .schedule_head {
        padding-left: 40px;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 11px;
    }

    .lens_img {
        width: 100%;
        height: 96%;
    }

    .con_lens_img {
        width: 100%;
        height: 96%;
    }

    .lens_text {
        max-width: 45%;
        margin-top: 9%;
        margin-left: 6px;
        font-size: 20px;
        padding-left: 20px;
    }

    .lens_img_wrap {
        display: flex;
        margin-top: 9%;
        margin-left: 7%;
    }

    .phone_order {
        margin-top: 60px;
        padding-left: 26px;
    }

    .order_head {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .con_order_head {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .order_guide {
        margin-bottom: 11px;
        margin-top: 7px;
        font-size: 21px;
    }

    .order_details {
        font-size: 21px;
    }

    .help_section {
        margin-top: 10px;
        margin-bottom: 30px;
        padding-left: 30px;
        font-size: 21px;
    }

    /*.back_color {
        position: absolute;
        width: 33%;
        height: 45%;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }*/

    .ord_back {
        position: absolute;
        width: 650px;
        height: 450px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .offer_banner {
        background-color: #e6f0f6;
        text-align: center;
        font-size: 17px;
        font-weight: 900;
        letter-spacing: 2px;
        height: 62px;
        padding-top: 14px;
        text-align: center;
    }

    .rebate_banner {
        background-color: #006ba6;
        text-align: center;
        color: white;
        font-size: 33px;
    }

    .button {
        padding: 11px 34px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 5px 2px;
        background: white;
        color: #006ba6;
        border-radius: 19px;
        font-size: 21px;
        font-weight: 600;
        border-color: #006ba6;
        border-width: thin;
    }

    .lens-heading {
        color: #006ba6;
        font-size: 37px;
    }
}

@media screen and (max-width: 1600px) {
    
    .back_color {
        position: absolute;
        width: 620px;
        height: 437px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .ord_back {
        position: absolute;
        width: 620px;
        height: 437px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }
}


@media screen and (max-width: 1200px) {
    .insights {
        width: 100%;
        margin-left: 25px;
    }
    .back_color {
        position: absolute;
        width: 503px;
        height: 345px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .ord_back {
        position: absolute;
        width: 506px;
        height: 329px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .lens_text {
        max-width: 43%;
        margin-top: 10%;
        margin-left: 6px;
        font-size: 15px;
        padding-left: 20px;
    }

    .lens_img {
        width: 449px;
        height: 242px;
    }

    .con_lens_img {
        width: 449px;
        height: 242px;
    }

    .offer_banner {
        background-color: #e6f0f6;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        height: 50px;
        padding-top: 14px;
        text-align: center;
    }
}


@media screen and (max-width: 991px) {
    .zeiss-image-text {
        margin-left: 150px;
    }
    .insights {
        width: 100%;
        margin-left: 0px;
    }
    .breadcrumb {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 12px !important;
    }

    .width-900 {
        width: 100%;
    }

    .roc_bluebox {
        border-radius: 15px;
        color: #006ba6;
        padding: 10px;
        font-weight: 600;
        border: 0px;
        font-size: 17px;
    }

    .perfect_frame_bbox {
        border-radius: 15px;
        color: #006ba6;
        padding: 10px;
        font-weight: 600;
        border: 0px;
        font-size: 17px;
    }

    .div-2 input {
        margin-top: 2px;
    }

    .com_img1 {
        border-radius: 15px;
        height: 325px;
        width: 314px;
    }

    .heading1_txt1 {
        font-size: 21px;
        font-weight: 600;
    }

    .com_txt1 {
        font-size: 15px;
    }

    .com_txt2 {
        font-size: 15px;
    }

    .com_head1 .com_txt1 {
        margin-top: 10px;
    }

    .top_section2 .com_section1 {
        margin-top: 36px;
    }

    .com_head2 .com_txt2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .sec3_head {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .col1_text a {
        white-space: normal;
    }

    .col1_text {
        font-size: 15px;
    }

    .com_cols {
        display: flex;
        justify-content: space-between;
        margin-top: 11px;
    }

    .com_link {
        font-size: 15px;
        margin-top: 32px;
    }

    .heading2_txt2 {
        font-size: 22px;
        font-weight: 600;
    }

    .frame_heading_bk_img {
        width: 490px;
        margin-left: 100px;
        height: 245px;
        background: url('/Images/gallery_heading.png') no-repeat;
        background-size: 100%;
    }

    .sun_text {
        font-size: 17px !important;
    }

    .sg_btext {
        margin-left: 255px;
        font-size: 14px !important;
        margin-top: 8px;
    }

    .citem img {
        height: 247px;
        overflow: hidden;
    }

    .sunwearGallery {
        display: flex;
        flex-wrap: wrap;
        margin-left: 100px;
    }

    .pic_align1 {
        margin-left: 0px;
        margin-right: 0px;
    }

        .pic_align1 .col-sm-6 {
            width: 415px;
        }

    .reord-txt1 {
        padding-top: 47px;
        margin-left: -63px;
        width: 323px;
    }

    .pic_align2 .text-callout {
        margin-left: -78px;
    }

    .reord-txt2 {
        padding-top: 20px;
        margin-right: 21px;
        margin-left: -122px;
    }

    .sign-btn {
        padding: 9px;
        border: 0px;
        border-radius: 18px;
        color: white;
        background-color: #006ba6;
        width: 159px;
        font-size: 16px;
        margin-left: 33px;
        font-weight: 600;
        height: 40px;
        letter-spacing: 1px;
    }

    .emailtxt {
        width: 281px;
        padding: 10px;
        border-radius: 20px;
        border-color: #006ba6;
        text-align: center;
        color: #006ba6;
        font-weight: 500;
        margin-left: 0px;
        font-size: 16px;
        height: 40px;
    }

    .signbox {
        margin-left: 0px;
        margin-right: 0px;
    }

    .extcontainer {
        width: 121%;
        margin-left: -49px;
    }

    .extcontainer2 {
        width: 121%;
        margin-left: -49px;
    }

    .background-brown {
        background-color: #5a4e41;
        height: 94px;
    }

    .reord-img {
        height: 382px;
    }

    .reord-img2 {
        height: 339px;
        padding-right: 50px;
    }

    .text-center {
        text-align: center;
        font-size: 22px;
    }

    .emailtxt {
        width: 40% !important;
    }

    .innerdiv h2 {
        font-size: 18px;
    }

    .innerdiv img {
        width: 40px;
        height: 40px;
    }

    .innerdiv p {
        font-size: 14px !important;
    }

    .mgTop {
        margin-top: 12px;
    }

    .lens-heading {
        color: #0d93de;
        font-size: 31px;
        margin-bottom: -30px;
    }

    .ord_back {
        position: absolute;
        width: 383px;
        height: 288px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .condition {
        font-size: 12px !important;
        margin-bottom: 30px;
    }

    .back_color {
        position: absolute;
        width: 385px;
        height: 272px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .reorder_head {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .reorder_sec {
        margin-top: 20px;
    }

    .lens_text {
        max-width: 42%;
        margin-top: 10%;
        margin-left: 6px;
        font-size: 13px;
    }

    .lens_info div {
        /*padding-left: 4px;*/
    }

    .schedule_head {
        padding-left: 40px;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .lens_img {
        width: 100%;
        height: 100%;
    }

    .con_lens_img {
        width: 100%;
        height: 100%;
    }

    .button {
        padding: 5px 26px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 2px 1px;
        background: white;
        color: #006ba6;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 600;
        border-color: #006ba6;
        border-width: thin;
    }

    .order_details li {
        margin-bottom: 15px;
        display: list-item;
        width: 73%;
        font-size: 13px;
    }

    .order_guide {
        margin-bottom: 11px;
        margin-top: 7px;
        font-size: 13px;
    }

    .help_section {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .offer_banner {
        background-color: #e6f0f6;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0px;
        height: 50px;
        padding-top: 14px;
    }

    .reorder_text {
        font-size: 13px;
    }

    .order_head {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 31px;
    }

    .con_order_head {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 31px;
    }
}


@media screen and (max-width: 768px) {

    .frame_heading_bk_img {
        width: 690px;
        margin-left: 0px;
        height: 245px;
        background: url('/Images/gallery_heading.png') no-repeat;
        background-size: 100%;
    }

    .sg_btext {
        margin-left: 255px;
        font-size: 14px !important;
        margin-top: 8px;
    }

    .pic_align1 {
        margin-left: 45px;
        margin-right: 0px;
    }

    .reord-txt1 {
        padding-top: 47px;
        margin-left: -63px;
        width: 338px;
    }

    .pic_align1 .text-callout {
        margin-left: -63px;
    }

    .pic_align1 .col-sm-6 {
        width: 375px;
    }

    .pic_align2 .text-callout {
        margin-left: -47px;
    }

    .div-1 {
        padding-top: 47px;
        margin-left: -63px;
    }

    .reord-txt2 {
        padding-top: 19px;
        margin-right: 45px;
        margin-left: -111px;
    }

    .div2 {
        padding-top: 25px;
        margin-right: 0px;
        margin-left: 28px;
    }

    .lens-heading {
        color: #0d93de;
        font-size: 30px;
        margin-bottom: -30px;
    }

    .pt-10 button {
        margin-top: 15px;
        font-size: 17px;
    }

    .order_head {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .con_order_head {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .lens_text {
        max-width: 42%;
        margin-top: 10%;
        margin-left: 29px;
        font-size: 13px;
    }

    .ord_back {
        position: absolute;
        width: 406px;
        height: 291px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .back_color {
        position: absolute;
        width: 392px;
        height: 267px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .offer_banner {
        background-color: #e6f0f6;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0px;
        height: 60px;
        padding-top: 14px;
    }

    .order_head {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .contact_info {
        display: flex;
        margin-bottom: 25px;
    }

    .contact_info_text {
        width: 35%;
        margin-right: 46px;
        margin-left: 4px;
    }

    .button {
        padding: 3px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 0px 1px;
        background: white;
        color: #006ba6;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 600;
        border-color: #006ba6;
        border-width: thin;
    }

    .reorder_sec {
        font-size: 13px;
        margin-top: 10px;
    }

    .lens_info div {
        padding-left: 0px;
        padding-top: 4px;
    }
}


@media screen and (max-width: 500px) {
    .eyelens-mobile{
        margin-left:-26px;
    }
    .eyelens-vid .eyelens-vid-head {
        margin-left: -53px;
    }
    .eyelens-vid .eyelens-vid-text {
        padding-right: 30px;
        width: 100%;
    }

    .eyelens-vid .eyelens-yt {
        height: 177px;
        width: 312px;
    }
    .eyelens-img {
        position: absolute;
        height: 100%;
        width: 200px;
    }
    .mr-80 {
        margin-right: 10px;
    }
    #collapseTwol .col-xs-12 {
        margin-bottom: 15px;
    }
    .tc-ft-37{
        font-size:37px !important;
    }
    .nw-lgn {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    #collapseOne .panel-body {
        width: 100%;
    }

    .space101 a
    {
        white-space:normal !important;
    }
    .ytcontact {
        width: 100%;
        height: 170px;
    }
    .EyeHead {
        font-size: 37px !important;
    }

    .img-123 {
        border-radius: 15px;
        margin-top: 0px;
    }

    .pti-12 li {
        margin-left: -41px;
    }

    .insights {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .lens-content {
        margin-left: 0px;
    }

    .mr14 {
        margin-right: 15px;
    }

    .mobile-mb-0 {
        margin-bottom: 0px;
    }

    .mb-pb-19 {
        padding-bottom: 19px;
    }

    .mobile-mb30 {
        margin-bottom: 30px;
    }

    .mb-nl-12 {
        margin-bottom: -12px;
    }

    .location-info .col-sm-6 {
        padding-left: 0px;
    }

    .mobile-ml10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    #TempAlert {
        padding-top: 57px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 16px;
    }

    .mgbottom {
        font-size: 20px !important;
        font-weight: 600;
    }

    .heading-img .mgTop {
        font-size: 20px;
        font-weight: 600;
    }

    .mt-10 {
        margin-top: 20px;
    }

    .mt-57 {
        margin-top: 33px;
    }

    .promotions img {
        height: 260px !important;
        width: 400px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .ml_118 {
        margin-left: 0px;
    }

    .ml_114 {
        margin-left: 0px;
    }

    .sunwear_ad .adb:nth-child(2) {
        margin-top: 0px;
        /*margin-top: -30px;*/
    }

    .item.citem img {
        /*object-fit: contain;*/
        height: 100%;
    }

    .foot_google {
        float: none;
    }

    .foot_social {
        float: none;
    }

    .search_btn {
        height: 41px;
        margin-bottom: 8px;
    }

    .mobile_top20 {
        margin-top: 20px;
    }

    .brand_listing {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: left;
    }

    .sun_text a {
        white-space: normal;
    }

    .sunwearGallery .sunwearGlass {
        width: 47%;
        margin-left: 5px;
        margin-top: 18px;
    }

    .brand_listing a {
        width: 100% !important;
    }

    .doc_mobile_view {
        display: block;
        width: 100%;
    }

    .docTbl {
        display: none !important;
    }

    .divleft {
        font-size: 20px;
    }

    .smithPerformance {
        width: 100%;
    }

    .contact_desktop {
        display: none;
    }

    .contact_mobile {
        display: block;
    }

    .contactHeading {
        font-size: 37px !important;
    }

    .innerh2 {
        font-size: 24px;
    }

    .contact-tbl {
        width: 100%;
        margin-left: 0px;
        font-size: 16px;
    }

    .ord_help_ilist {
        list-style-type: disc;
        margin-left: 0px;
    }

    .faqContainer h2 {
        font-size: 30px;
    }

    .faqContainer ul {
        font-size: 16px;
    }

    .faqContainer p {
        font-size: 16px;
    }

    .reorder_help h1 {
        font-size: 37px;
    }

    .ord_help {
        width: 100%;
        margin-left: -5px !important;
        margin-right: 58px;
    }

    .order_header {
        text-wrap: wrap;
    }

    .breadcrumb {
        margin-top: 0px;
        /*margin-top: 53px;*/
        margin-bottom: 0px;
        font-size: 10px !important;
    }

    .mgl-57 {
        margin-left: 0px;
    }

    .owarranty {
        font-size: 30px !important;
    }

    .gHead {
        font-size: 37px !important;
    }

    .FcImg {
        width: 105px !important;
        margin-top: 0px !important;
    }

    .com_section1 {
        display: block;
        float: left;
    }

    .com_div_img1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .top_section2 .com_section1 {
        margin-top: 36px;
        display: flex;
        flex-direction: column-reverse;
    }

    .com_section1 .com_head2 {
        margin-left: 0px;
    }

    .com_head1 {
        margin-left: 0px;
    }

    .com_img1 {
        border-radius: 15px;
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .heading2_txt2 {
        font-size: 20px;
        font-weight: 600;
    }

    .heading1_txt1 {
        font-size: 20px;
        font-weight: 600;
    }

    .frame_heading_bk_img {
        width: 354px;
        margin-left: 0px;
        height: 184px;
        background: url('/Images/FrameGalleryReplacementPhotoStripmb.png') no-repeat;
        background-size: 100%;
    }

    .sg_btext {
        margin-left: 0px;
        font-size: 14px !important;
        margin-top: 8px;
    }

    .sun_text {
        font-size: 15px !important;
    }

    .sg_blue_sec {
        background: #e6f0f6;
        height: 66px;
        width: 113%;
        margin-right: -42px;
        margin-left: -19px;
        margin-top: 35px;
    }

    .sunwearGallery {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0px;
        justify-content: space-between;
    }

    .ad_head_sec {
        margin-left: 13px;
        margin-top: 5px;
        margin-bottom: 16px;
    }

    .ad_head {
        font-size: 25px;
        font-weight: 600;
    }

    .sunwear_ad {
        display: flex;
        background: #e0edf4;
        border-radius: 0px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        margin-bottom: 10px;
        flex-direction: column-reverse;
    }

    .margin-left-right-120 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .sunwear_ad .adb {
        width: 100%;
    }

    html, body {
        overflow-x: hidden;
    }

    .div-2 h2 {
        margin-top: 8px;
        margin-bottom: 22px;
    }

    .greyback .row {
        margin-top: 15px;
    }

    body {
        position: relative
    }

    .pic_align1 img {
        width: 398px;
        height: 100%;
        object-fit: cover;
    }

    .pic_align1 .text-callout {
        margin-left: 0px;
    }

    .pic_align2 {
        margin-left: 69px;
        z-index: 0;
        padding-right: 38px;
        margin-top: 0px;
    }

    .reord-txt2 {
        padding-top: 20px;
        margin-right: 0px;
        margin-left: 21px;
        width: 352px;
    }

    .div-2 {
        border-radius: 8px;
        height: 276px;
        box-shadow: 0px 1px 3px 2px #006ba6;
    }

    .pic_align1 .col-sm-6 {
        width: 381px;
    }

    .pic_align1 {
        margin-left: 7px;
        margin-right: 0px;
    }


    .sign-btn {
        padding: 9px;
        border: 0px;
        border-radius: 15px;
        color: white;
        background-color: #006ba6;
        width: 107px;
        font-size: 11px;
        margin-left: 5px;
        font-weight: 600;
        height: 37px;
        letter-spacing: 1px;
    }

    .extcontainer {
        width: 120%;
        margin-left: -34px;
        margin-right: 393px;
    }

    .extcontainer2 {
        width: 122%;
        margin-left: -34px;
        margin-right: 393px;
    }

    .extcontainer3 {
        width: 122%;
        margin-left: -34px;
        margin-right: 393px;
    }

    .reord-txt1 {
        padding-top: 20px;
        margin-left: 0px;
        width: 350px;
    }


    .reord-img {
        height: 230px;
    }

    .reord-img2 {
        /*height: 230px;*/
        height: 100%;
        padding-right: 0px;
    }

    .promotion-text img {
        height: 260px !important;
        width: 400px;
        object-fit: cover;
        object-position: 50% 50%
    }

    .emailtxt {
        width: 230px !important;
        font-size: 11px;
    }

    .text-center {
        text-align: center;
        font-size: 20px;
    }

    .sub-btn {
        height: 40px;
    }

    .innerdiv h2 {
        font-size: 18px;
    }

    .innerdiv img {
        width: 40px;
        height: 40px;
        margin-top: 14px;
    }

    .innerdiv p {
        font-size: 15px !important;
    }

    .mgTop {
        margin-top: 12px;
    }

    .Gimg {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 21px;
    }

    .gtcontent .margin-left-right-120 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .condition {
        font-size: 10px !important;
        margin-bottom: 30px;
    }

    .ord_back {
        position: absolute;
        width: 384px;
        height: 251px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
        margin-bottom: -22px;
    }

    .help_section a {
        white-space: normal;
    }

    .pt-10 button {
        margin-top: 7px;
        font-size: 12px;
    }

    .mon_img {
        margin-top: 9px;
        display: inline-block;
        float: left;
        height: 26px;
    }

    .lens_info {
        display: flex;
        flex-direction: column-reverse;
    }

        .lens_info div {
            padding-left: 0px;
            padding-top: 3px;
        }

    .phone_order {
        margin-top: 20px;
        padding-left: 7px;
    }

    .order_guide {
        margin-bottom: 11px;
        margin-top: 15px;
        font-size: 13px;
    }

    .order_head {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        padding-top: 17px;
    }

    .order_details {
        font-size: 13px;
    }

    .rebate_banner {
        background-color: #006ba6;
        text-align: center;
        color: white;
        font-size: 13px;
    }

    .button {
        padding: 3px 7px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 0px 1px;
        background: white;
        color: #006ba6;
        border-radius: 12px;
        font-size: 9px;
        font-weight: 600;
        border-color: #006ba6;
        border-width: thin;
    }

    .help_section {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 13px;
    }

    .appoint_dollar {
        height: 27px;
        margin-left: -10px;
        margin-right: -7px;
    }

    .offer_banner {
        background-color: #e6f0f6;
        text-align: center;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0px;
        height: 44px;
        padding-top: 0px;
    }

    .ml40 {
        margin-left: 33px !important;
    }

    .lens_img_wrap {
        display: flex;
        margin-top: 10%;
        margin-left: 0;
        margin-bottom: 0px;
    }

    .lens_text {
        max-width: 100%;
        margin-top: 3%;
        margin-left: 6px;
        font-size: 13px;
    }

    .lens_img {
        width: 355px;
        height: auto;
    }

    .con_lens_img {
        width: 384px;
        height: auto;
    }

    .back_color {
        position: absolute;
        width: 355px;
        height: 12%;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
        margin-bottom: -22px;
    }

    .order_details li {
        margin-bottom: 15px;
        display: list-item;
        width: 100%;
        font-size: 13px;
    }

    .contact_info {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .contact_info_text {
        width: 100%;
        margin-right: 46px;
        margin-left: 4px;
    }

    .contact_info {
        margin-left: 0px;
    }
}

@media screen and (max-width: 393px) {
    .sunwear_ad .adb:nth-child(2) {
        margin-top: -12px;
    }

    .communitylist a {
        white-space: normal;
    }

    .com_link a {
        white-space: normal;
    }

    .com_img1 {
        border-radius: 15px;
        height: 356px;
        width: 362px;
    }

    .frame_heading_bk_img {
        width: 330px;
        margin-left: 0px;
        height: 184px;
        background: url('/Images/FrameGalleryReplacementPhotoStripmb.png') no-repeat;
        background-size: 100%;
    }

    .pic_align1 .col-sm-6 {
        width: 358px;
    }

    .reord-txt2 {
        padding-top: 20px;
        margin-right: 0px;
        margin-left: 23px;
        width: 327px;
    }

    .pic_align1 img {
        width: 343px;
    }

    .reord-txt1 {
        padding-top: 25px;
        margin-left: 0px;
        width: 329px;
    }

    .pic_align2 {
        margin-left: 69px;
        z-index: 0;
        padding-right: 64px;
        margin-top: 0px;
    }

    .extcontainer {
        width: 130%;
        margin-left: -34px;
        margin-right: 393px;
    }

    .back_color {
        position: absolute;
        width: 334px;
        height: 12%;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
        margin-bottom: -22px;
    }

    .ord_back {
        position: absolute;
        width: 347px;
        height: 251px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
        margin-bottom: -22px;
    }

    .lens_img {
        width: 334px;
        height: auto;
    }

    .con_lens_img {
        width: 347px;
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .sunwear_ad .adb:nth-child(2) {
        margin-top: -12px;
    }

    .com_img1 {
        border-radius: 15px;
        height: 356px;
        width: 333px;
    }

    .reord-txt1 {
        padding-top: 25px;
        margin-left: 0px;
        width: 329px;
    }

    .pic_align1 img {
        width: 330px;
    }

    .pic_align2 {
        margin-left: 58px;
        z-index: 0;
        padding-right: 54px;
        margin-top: 28px;
    }

    .reord-txt2 {
        padding-top: 20px;
        margin-right: 0px;
        margin-left: 13px;
        width: 329px;
    }

    .pic_align1 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .innerdiv h2 {
        font-size: 14px;
        font-weight: 600;
    }

    .innerdiv img {
        width: 40px;
        height: 40px;
    }

    .innerdiv p {
        font-size: 11px !important;
    }

    .mgTop {
        margin-top: 12px;
    }

    .Gimg {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 21px;
    }

    .gtcontent .margin-left-right-120 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .back_color {
        position: absolute;
        width: 301px;
        height: 260px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
        margin-bottom: -22px;
    }

    .lens_img {
        width: 301px;
        height: auto;
    }

    .con_lens_img {
        width: 347px;
        height: auto;
    }

    .lens_text {
        max-width: 301px;
        margin-top: 3%;
        margin-left: 6px;
        font-size: 13px;
    }

    .lens-heading {
        color: #0d93de;
        font-size: 27px;
        margin-bottom: -30px;
    }
}

@media screen and (min-width: 1920px) {
    .back_color {
        position: absolute;
        width: 620px;
        height: 445px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }
}


@media (min-width: 2560px) {
    .blue_text {
        padding-top: 17px;
        font-size: 21px;
        font-weight: 800;
        /*margin-left: 1470px;*/
    }

    .sg_blue_sec {
        background: #e6f0f6;
        height: 72px;
        width: 500%;
        margin-right: -250%;
        margin-left: -124%;
        margin-top: 35px;
    }

    .back_color {
        position: absolute;
        width: 620px;
        height: 445px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }

    .order_details {
        font-size: 22px;
    }

    .help_section {
        margin-top: 10px;
        margin-bottom: 30px;
        padding-left: 30px;
        font-size: 22px;
    }

    .ord_back {
        position: absolute;
        width: 620px;
        height: 450px;
        background: #e6f0f6;
        z-index: -1;
        margin-top: 50px;
    }
}

/*Responsive designs for reorder contact lens end*/




.ba_topsec {
    margin-top: 32px;
}

.ocl_top {
    margin-top: -6px;
}

.ba_blueback {
    position: absolute;
    margin-top: 56px;
    background-color: #006aa5;
    width: 590px;
    height: 302px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0px 1px 3px 2px #006ba6;
}

.blueback_txt {
    font-size: 30px;
    font-weight: 600;
    margin-top: 36px;
}

.ba_blueback .blueback_txt {
    margin-left: 44px;
}

.ba_blueback .ba_txtdesc {
    margin-left: 44px;
    margin-top: 17px;
}

.ba_txtfont {
    font-size: 20px;
    font-weight: 600;
}

.ba_txt {
    font-size: 20px;
}

.ba_img_sec {
    height: 423px;
    width: 623px;
    margin-left: 513px;
}

.ba_img {
    height: inherit;
    width: inherit;
    border-radius: 11px;
    box-shadow: 0px 0px 4px 3px #ccc;
}

.ba_btnsec {
    color: #006aa5;
    font-size: 20px;
    font-weight: 800;
    margin-top: 22px;
}

.ba_btn {
    border-radius: 16px;
    border-color: #006aa5;
    margin-top: 2px;
    width: 170px;
    height: 56px;
    border-style: solid;
    color: #006aa5;
    font-weight: 600;
}

.sc_sec {
    display: flex;
    justify-content: left;
}

.sc_phone {
    height: 50px;
    width: 50px;
}

.sc_head {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 800;
}

.sc_subhead {
    margin-left: 50px;
    font-size: 24px;
}

.sc_subdesc {
    font-size: 20px;
    margin-top: 16px;
    margin-left: 50px;
}

.ba_grey_sec {
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.tab_list {
    display: flex;
    justify-content: space-between;
    margin-top: 58px;
    margin-bottom: 40px;
}

.ba_grey_img {
    width: 387px;
    height: 240px;
}

.ba_grey_tabimg {
    /*width: inherit;
    height: inherit;*/
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.grey_tab {
    border-radius: 19px;
    background: white;
    overflow: hidden;
    width: 31.5%;
    box-shadow: 0px 1px 3px 2px #ccc;
}

.img_txt_block {
    padding: 25px 37px 25px 37px;
}

.tab_txt_head {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.ba_tabtxt {
    font-size: 16px;
}

.ba_blue_sec {
    background: #e6f0f6;
    height: 72px;
}

.blue_text {
    padding-top: 17px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
}

.ba_blue_dollar {
    width: 17px;
}

.ba_res {
    display: flex;
    justify-content: left;
    margin-top: 22px;
}

.ba_team {
    height: 46px;
    width: 62px;
    margin-left: -19px;
}

.ba_team_head {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 800;
    margin-left: 10px;
}

.ba_team_txt_block {
    margin-left: 56px;
}

.ba_team_txt {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.ba_tabtxt a {
    white-space: break-spaces;
}

/*contact-lens*/

.cl_txt {
    font-size: 20px;
    margin-right: 107px;
}

.cl_btn {
    border-radius: 16px;
    border-color: #006aa5;
    margin-top: 29px;
    width: 170px;
    height: 56px;
    border-style: solid;
    color: #006aa5;
    font-weight: 600;
}

.blueback_cl_txt {
    font-size: 30px;
    font-weight: 600;
    margin-top: 36px;
    margin-left: 44px;
}

.sc_subdesc li {
    margin-bottom: 11px;
}

.cl_brand_head {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 800;
}

.cl_brand_desc {
    font-size: 20px;
    margin-top: 19px;
}

.cl_brand_sec {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.cl_brand_logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 168%;
    margin-bottom: 33px;
}

.cl_brand_sec img {
    width: 311px;
    object-fit: contain;
}

.cl_blue_sec {
    background: #e6f0f6;
    height: 72px;
}

.federal-text {
    width: 900px;
    margin-left: 0px;
    text-align: left;
}

.federal-info {
    text-align: left;
    font-size: 14px;
    width: 900px;
    margin-left: 0px;
}

.purchase-text {
    max-width: 900px;
    margin-bottom: 30px;
    font-size: 14px;
}

.CheckOptions .checktext {
    font-weight: 400;
}

.div-Email p {
    font-size: 13px;
    margin-left: -323px;
}

@media (max-width: 1200px) {
    .blue_text {
        padding-top: 17px;
        font-size: 17px;
        font-weight: 800;
        text-align: center;
    }
}


@media (max-width: 992px) {
    .cl_brand_logos img {
        width: 39%;
        height: 113px;
    }

    .cl_blue_sec .blue_text {
        font-size: 15px;
    }

    .cl_brand_desc {
        font-size: 21px;
    }

    .cl_brand_sec {
        display: flex;
        justify-content: space-between;
        margin-top: 14px;
        margin-bottom: 24px;
    }

        .cl_brand_sec img {
            width: 132px;
        }

    .cl_brand_head {
        margin-top: 5px;
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .blueback_cl_txt {
        font-size: 28px;
        font-weight: 600;
        margin-top: 31px;
        margin-left: 22px;
    }

    .cl_txt {
        font-size: 16px;
        margin-right: 5px;
    }

    .ba_blueback {
        position: absolute;
        margin-top: 35px;
        background-color: #006aa5;
        width: 345px;
        height: 245px;
        border-radius: 10px;
        color: #ffffff;
    }

        .ba_blueback .blueback_txt {
            margin-left: 21px;
        }

    .blueback_txt {
        font-size: 28px;
        font-weight: 600;
        margin-top: 46px;
    }

    .ba_blueback .ba_txtdesc {
        margin-left: 21px;
    }

    .ba_txtfont {
        font-size: 19px;
        font-weight: 600;
    }

    .ba_txt {
        font-size: 17px;
    }

    .ba_btnsec {
        color: #006aa5;
        font-size: 20px;
        font-weight: 800;
        margin-top: 6px;
    }

    .ba_btn {
        border-radius: 16px;
        border-color: #006aa5;
        margin-top: 14px;
        width: 143px;
        height: 47px;
        border-style: solid;
    }

    .ba_img_sec {
        height: 323px;
        width: 416px;
        margin-left: 304px;
    }

    .ba_img {
        height: auto;
        width: auto;
        max-width: 100%;
        border-radius: 11px;
        object-fit: cover;
    }

    .sc_phone {
        height: 40px;
        width: 40px;
    }

    .sc_head {
        margin-top: 5px;
        font-size: 30px;
        font-weight: 800;
    }

    .sc_subhead {
        margin-left: 41px;
        font-size: 23px;
    }

    .sc_subdesc {
        font-size: 21px;
        margin-top: 4px;
        margin-left: 41px;
    }

    .grey_tab {
        border-radius: 19px;
        background: white;
        overflow: hidden;
        width: 30%;
    }

    .ba_grey_img {
        width: 220px;
        height: 160px;
    }

    .tab_txt_head {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .ba_tabtxt {
        font-size: 18px;
    }

    .img_txt_block {
        padding: 11px 15px 25px 15px;
    }

    .ba_blue_sec {
        background: #e6f0f6;
        height: 60px;
    }

    .blue_text {
        padding-top: 17px;
        font-size: 13px;
        font-weight: 800;
    }

    .ba_blue_dollar {
        width: 15px;
    }

    .ba_team {
        height: 36px;
        width: 51px;
        margin-left: -18px;
    }

    .ba_team_head {
        margin-top: 2px;
        font-size: 30px;
        font-weight: 800;
        margin-left: 10px;
    }

    .ba_team_txt_block {
        margin-left: 45px;
    }

    .ba_team_txt {
        font-size: 21px;
        margin-top: 20px;
    }



    .ba_blueback {
        margin-top: 35px;
        background-color: #006aa5;
        width: 345px;
        height: 245px;
        border-radius: 10px;
        color: #ffffff;
    }
}

@media (max-width: 500px) {
    .hd-mt-30{
        margin-top:30px;
    }
    .text-center .mobile-mb-0 {
        margin-top: 30px;
    }
    .div-Email p {
        font-size: 11px;
        margin-left: 0px;
    }
    .sunwear_ad {
        margin-top: 80px;
    }
    #modalFirstTimeUser {
        width: 309px;
        margin-top: 29px;
    }
    #ExploreBrands a {
        white-space: normal;
    }
    .sunwearGallery a {
        white-space: normal;
    }
    .faq a {
        white-space: normal;
    }
    .lens-content a {
        white-space: normal;
    }
    .sunglass a {
        white-space: normal;
    }
    .reorder_help a {
        white-space: normal;
    }
    .faq {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cl_txt {
        font-size: 16px;
        margin-right: 21px;
    }

    .ocl_top {
        margin-top: -42px !important;
    }

    .purchase-banner {
        width: 100%;
    }

    .federal-info {
        text-align: left;
        font-size: 10px;
        width: 100%;
        margin-left: 10px;
    }

    .federal-text {
        width: 100%;
        margin-left: -16px;
        text-align: left;
        font-size: 14px;
    }

    .main-federal img {
        width: 100%;
        height: auto;
    }

    .ftuserguide {
        margin-left: 19px;
    }

    .lens-heading {
        font-size: 30px;
    }

    .spec_img {
        height: 26px;
        margin-top: 0px;
        margin-left: 6px;
    }

    .ba_blueback .ba_txtdesc {
        margin-left: 21px;
        margin-top: 0px;
    }

    .ba_btnsec {
        color: #006aa5;
        font-size: 20px;
        font-weight: 800;
        margin-top: 0px;
    }

    .bl_logo {
        height: 30px !important;
        margin-top: 42px;
    }

    .cl_brand_logos img {
        width: 39%;
        height: 95px;
    }

    .alc_logo {
        height: 35px !important;
        margin-top: 39px;
    }

    .spec_pic {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .ba_team_txt_block div {
        font-size: 19px;
    }

    .ba_team_txt a {
        white-space: break-spaces;
    }

    .cl_brand_logos {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 33px;
    }

    .tab_list .grey_tab {
        margin-top: 15px;
    }

    .cl_brand_sec {
        display: block;
        justify-content: space-between;
        margin-top: 14px;
        margin-bottom: 24px;
    }



    .cl_btn {
        border-radius: 16px;
        border-color: #006aa5;
        margin-top: 40px;
        width: 162px;
        height: 42px;
        border-style: solid;
    }

    .blueback_cl_txt {
        font-size: 28px;
        font-weight: 600;
        margin-top: 13px;
    }

    .ba_img_sec {
        height: 207px;
        width: 383px;
        margin-left: 0px;
    }

    .ba_topsec {
        margin-top: 0px;
        display: flex;
        flex-direction: column-reverse;
    }

    .ba_blueback {
        position: relative;
        margin-top: 60px;
        background-color: #006aa5;
        width: 383px;
        height: 201px;
        border-radius: 10px;
        color: #ffffff;
    }

    .blueback_txt {
        font-size: 28px;
        font-weight: 600;
        margin-top: 12px;
    }

    .ba_btn {
        border-radius: 16px;
        border-color: #006aa5;
        margin-top: 10px;
        width: 135px;
        height: 42px;
        border-style: solid;
    }

    .sc_phone {
        height: 40px;
        width: 40px;
        display: none;
    }

    .sc_head {
        margin-top: 9px;
        font-size: 25px;
        font-weight: 800;
    }

    .sc_subhead {
        margin-left: 1px;
        font-size: 19px;
    }

    .sc_subdesc {
        font-size: 19px;
        margin-top: 4px;
        margin-left: 1px;
    }

    .tab_list {
        display: flex;
        justify-content: space-between;
        margin-top: 58px;
        margin-bottom: 40px;
        flex-direction: column;
    }

    .grey_tab {
        border-radius: 19px;
        background: white;
        overflow: hidden;
        width: 377px;
    }

    .ba_grey_img {
        width: 377px;
        height: 245px;
    }

    .blue_text {
        padding-top: 9px;
        font-size: 14px;
        font-weight: 800;
    }

    .ba_blue_dollar {
        width: 7px;
        margin-right: 2px;
    }

    .ba_team_txt_block {
        margin-left: 12px;
    }

    .ba_team_head {
        margin-top: 2px;
        font-size: 25px;
        font-weight: 800;
        margin-left: 10px;
    }

    .blue_text {
        padding-top: 9px;
        font-weight: 800;
    }

    .cl_blue_sec .blue_text {
        font-size: 14px;
    }

    .ba_team {
        height: 36px;
        width: 51px;
        margin-left: -18px;
        display: none;
    }
}

@media screen and (max-width: 393px) {
    .sunwear_ad {
        margin-top: 35px;
    }
    #modalFirstTimeUser {
        width: 276px;
        margin-top: 29px;
    }

    .ftuserguide li {
        margin-left: -22px;
    }
    .ba_blue_sec {
        background: #e6f0f6;
        height: 80px;
    }

    .blueback_txt {
        font-size: 28px;
        font-weight: 600;
        margin-top: 0px;
    }

    .ba_img_sec {
        height: 207px;
        width: 361px;
        margin-left: 0px;
    }

    .ba_blueback {
        position: relative;
        margin-top: 40px;
        background-color: #006aa5;
        width: 360px;
        height: 201px;
        border-radius: 10px;
        color: #ffffff;
    }

    .ba_grey_img {
        width: 358px;
        height: 245px;
    }

    .grey_tab {
        border-radius: 19px;
        background: white;
        overflow: hidden;
        width: 356px;
    }

    .spec_img {
        height: 21px;
        margin-top: -11px;
        margin-left: 6px;
    }
}

@media screen and (max-width: 375px) {
    .blueback_cl_txt {
        margin-left: 6px;
    }
    .form-horizontal.form_frameGallery {
        width: 333px;
        margin-left: -16px;
    }

    .ba_blueback .blueback_txt {
        margin-left: 9px;
    }
    .ba_blueback .ba_txtdesc {
        margin-left: 8px;
        margin-top: 0px;
    }

    .blueback_txt {
        font-size: 25px;
        font-weight: 600;
        margin-top: 0px;
    }

    .ba_team_txt a {
        white-space: break-spaces;
    }

    .ba_grey_img {
        width: 344px;
        height: 245px;
    }

    .ba_img_sec {
        height: 207px;
        width: 328px;
        margin-left: 1px;
    }

    .ba_blueback {
        position: relative;
        margin-top: 15px;
        background-color: #006aa5;
        width: 328px;
        height: 232px;
        border-radius: 10px;
        color: #ffffff;
    }

    .grey_tab {
        border-radius: 19px;
        background: white;
        overflow: hidden;
        width: 330px;
    }

    .EyeHead {        
        margin-top: 34px;
    }

    .savings-federal .mobile-mb30 {
        margin-top: 34px;
    }

    .gHead {
        margin-top: 34px;
    }

    .headerLogo .img-responsive {
        margin-top: 35px;
    }

    .sunwear_ad {
        margin-top:35px;
    }

    .form-horizontal select {
        width: 180px;
    }

    .frame_heading_bk_img {
        width: 305px;
        margin-left: 0px;
        height: 171px;
        background: url(/Images/FrameGalleryReplacementPhotoStripmb.png) no-repeat;
        background-size: 100%;
    }

}
