* {
    margin: 0px;
    padding: 0px;
}

.no-mob {
    display: block;
}

.no-lap {
    display: none !important;
}

.swiper {
    display: none;
}


/*New logo colors
orange: #f7751f
light blue: #0095da
dark blue: #00537a
*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.home-head {
    border-bottom: 0px !important;
    background-color: #fff;
    box-shadow: 0 8px 6px -12px black;
    border-bottom: thin solid #ccc;
}


.home-head img {
    width: 100%;
    max-width: 240px;
}

.home-head li {
    border: none !important;
}

.site-header .site-container {
    padding: 0px 28px;
}

header,
nav,
section,
footer {
    display: block;
}

header {
    margin: 8px 0px;
}

::selection {
    background: #00537a;
    color: white;
}

::-moz-selection {
    background: #00537a;
    color: white;
}

.product-bar .slick-slide {
    height: inherit;
}

body {
    color: #444;
    margin: auto;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    outline: 0px solid transparent !important;
}

.top-head {
    padding: 5px 0px;
    border-bottom: thin solid #ccc;
    text-align: right;
    background-color: #ddd;
}

.top-head a {
    font-size: 13px !important;
    text-align: right;
    font-weight: 700;
    width: 100%;
    margin-right: 18px;
}

#header0 {
    background-color: #f47521;
    color: white;
    text-align: center;
    line-height: 1.3;
    padding-right: 0%;
    font-size: 75%;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header1 {
    background-color: #0060dc;
    color: white;
    text-align: right;
    line-height: 30px;
    padding-right: 0%;
    font-size: 75%;
    height: 30px;
}

#header1 a:link,
#header1 a:visited {
    color: white;
}

#header1 a:hover {
    text-decoration: underline;
}

.logo {
    width: 220px;
    padding: 10px 10px 10px 0px;
    float: left;
}

.show-menu {
    text-decoration: none;
    color: white;
    padding: 5px 5%;
    display: none;
}


/*Hide checkbox*/

#navigation input[type=checkbox] {
    display: none;
}


/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked~#menu {
    display: block;
}

nav {
    clear: both;
}

nav ul {
    display: inline-block;
    list-style: none;
    padding: 8px 0px;
    margin-bottom: 0px;
}

#header2 {
    border-bottom: thin solid #ebebeb;
}

nav li {
    display: inline-block;
    padding: 0px 22px;
    border-right: thin solid #ebebeb;
}

#navigation ul a:link,
#navigation ul a:visited {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}

#navigation ul a:hover {
    color: #0060dc;
    transition-duration: 500ms;
}

#search_button {
    background: none;
    border: none;
    font-size: 80%;
}

#q {
    margin-left: 40px;
    width: 110px;
    height: 80%;
    border-color: #f2f2f2;
}

#wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 2px;
}

#menu a {
    font-size: 15px;
}

.sub-menu {
    display: none;
    background-color: #f4f4f4;
    padding: 0px;
    border-top: 2px solid #0060dc;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    width: 100%;
    max-width: 200px;
}

.sub-menu li {
    display: block;
    padding: 6px 26px;
    border-bottom: thin solid #ddd;
    text-align: left;
    ;
}

.sub-menu a {
    padding: 0px !important;
    line-height: 20px !important;
    font-size: 13px !important
}

.eq-menu {
    width: 100%;
    max-width: 418px;
}


/*Homepage elements========================================*/

#welcome {
    background: #000 url(/images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-top: 4px solid #0060dc;
    background-position: center;
    min-height: 250px;
    padding: 80px 0px 100px 0px;
    font-size: 110%;
    text-align: center;
    position: relative;
}

.homecare {
    background-image: none !important;
    background-color: #0060dc !important;
    border-top: 4px solid #153154 !important;
    margin-bottom: 50px !important;
    padding: 80px 0px 70px 0px !important;
}

#welcome h1 {
    font-size: 215%;
}

#welcome h1 span {
    color: #43baff;
}

.banner-txt {
    text-align: center !important;
}

.home-monitor {
    position: absolute;
    bottom: -135%;
    width: 100%;
    max-width: 270px;
    left: 38%;
}

.white-text {
    color: white;
}

.welcome-image {
    width: 200px;
    float: right;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-search input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.home-search input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #0060dc;
    border-color: #0060dc;
    outline: none;
}

.home-search form.search-form {
    display: flex;
    justify-content: center;
}

.home-search label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

.home-search input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-search input.search-submit {
    margin: 0;
    padding: 7px 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 1rem;
    border-radius: 0px;
    border: 2px solid #fff;
}

.home-search .form-control {
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 2px solid #fff;
}

.home-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.home-search .button {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.15;
    background: #0060dc;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.info h2 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.three-element .blue-bttn a {
    margin-top: 0px;
}

.home-search .button:hover,
.home-search .button:active,
.home-search .button:focus {
    cursor: pointer;
    background: #00537a;
    outline: 0;
}

.thumbnail {
    text-align: center;
}

.home-guides,
.home-brand,
.home-review {
    text-align: center !important;
    margin: 40px 0px;
}

.home-guides .card-title {
    font-weight: 700;
}

.home-guides h2 {
    margin-bottom: 8px;
}

.band-title {
    margin-bottom: 40px;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.home-guides .card {
    border: 1px solid #eee;
    margin: 30px;
}

.home-brand .card {
    margin: 25px;
}

.home-guides .card .fa {
    font-size: 13px;
    padding-right: 4px;
}

.home-guides .card .fa-user {
    padding-left: 15px;
}

.home-guides .card-body {
    height: 235px !important;
}

.card-title {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 25px;
}

.card-text {
    font-size: 13px;
}

.read-link {
    font-size: 15px;
    font-weight: 700;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.red {
    color: #d10a11;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.home-review .blog-card {
    width: 100%;
    max-width: 550px;
    margin: 2vh;
    text-align: left;
    margin-bottom: 40px;
}

.home-review .header {
    background-color: #ececec;
    text-align: center;
    text-align: left;
}

.home-review .category {
    margin: 0;
    padding: 0px 0px 10px 20px;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.home-review .picture-wrapper {
    display: flex;
    justify-content: center;
}

.home-review .picture-wrapper img {
    height: 100%;
    width: 100%;
    max-width: 300px;
}

.home-review .title {
    font-size: 1.25em;
    padding: 6vh 4vh 2vh 4vh;
}

.home-review .author {
    font-size: 13px;
    padding: 0px 0px 10px 20px;
    font-style: italic;
    color: #aaa;
}

.home-review .text {
    font-size: 13px;
    padding: 0px 20px;
}

.home-review .read-link {
    padding: 20px 0px 20px 0px;
    margin-bottom: 20px;
    font-size: 14px;
}

.home-review .hover {
    font-size: 1.5625em;
}

.comparison-band {
    margin: 100px 0px 80px 0px;
}

.brands {
    margin: 60px 0px 100px 0px;
}

.comparison-band .slick-dots {
    bottom: -50px;
}

.home-review .picture-wrapper img {
    border: thin solid #ebebeb;
}

.comment-box {
    margin-top: 80px;
    border: thin solid #ebebeb;
    background: #fafafa;
    padding: 20px;
    border-radius: 3px;
}

.rtable {
    width: 60%;
}

.rtable th {
    text-align: left;
    background: #0060dc;
    color: #fff;
}

.rtable img {
    width: 100%;
    max-width: 100px;
}

.rtable .tbl-flag {
    width: 20px;
}

.port-tbl .blue-bttn .amzn-bttn a {
    margin-left: 0px;
}

.port-tbl .blue-bttn a {
    margin-bottom: 20px;
}

.rtable th,
.rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
}

.model-box {
    padding: 10px;
    border: thin solid #ebebeb;
    margin-bottom: 30px;
}

.model-box img {
    width: 100%;
    max-width: 200px;
}

.mod-des {
    padding: 20px 0px;
    text-align: left;
}

.mod-des h4 {
    font-size: 18px;
}

.mod-des .thumb-table {
    color: #666 !important;
}

.mod-des .thumb-table th {
    padding: 5px 0px;
    width: auto;
}

.mod-des .thumb-table td {
    width: auto;
}

.mod-des .blue-bttn .amzn-bttn a {
    padding: 11px 26px 11px 26px!important;
}

.list-search {
    padding: 10px 20px;
    margin-top: 10px;
}

.list-search select {
    border: 0px;
    margin-left: -15px;
}

.list-search .form-control-sm {
    margin-left: -10px;
    border: none;
}

.list-search .col-md-4 {
    border: thin solid #ebebeb;
    padding: 1px 15px;
}

.list-search .no-border {
    border: 0px;
    margin-left: -35px;
}

.list-search .no-border .blue-bttn {
    margin: 20px 0px 0px 20px;
}

.list-search .no-border .blue-bttn a {
    padding: 23px 39px !important;
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.list-search .m-lft {
    margin-left: -1px;
}

.list-search label {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-text ol,
.comment-text ul {
    margin-left: 15px;
}

.img-box {
    border: thin solid #ebebeb;
    text-align: center;
    padding: 8px;
    width: 100%;
    max-width: 220px;
    margin-right: 26px;
}

.mod-slider .slick-dots {
    display: none;
}

.border-box {
    border: thin solid #ebebeb;
    text-align: left;
    padding: 8px;
    width: 100%;
    max-width: 520px;
}

.border-box img {
    padding-bottom: 10px;
    width: 100%;
    max-width: 520px;
}

.img-box img {
    width: 100%;
    padding-bottom: 10px;
}

.guide-drop-down {
    width: 60%;
    max-width: 600px;
}

.guide-drop-down .form-control {
    border: 1px solid #ccc;
}

.guide-drop-down .form-control:focus {
    border: 1px solid #ccc !important;
}

.guide-drop-down input.search-submit {
    border: 0px;
}

.article-cntr .att-banner h2 {
    font-size: 36px;
    color: #fff;
    text-align: center !important;
}

.nurse-banner { background-image:url(images/nurse-banner.jpg) !important; color: #222 !important; height: 300px;}

.attendant-banner { background-image:url(images/attendant-banner.jpg) !important; color: #222 !important; height: 300px;}
.elderly-banner { background-image:url(images/elder-care.jpg) !important; color: #222 !important; height: 300px;}
.doctor-banner { background-image:url(images/doctor-banner.jpg) !important; color: #222 !important; height: 300px;}
.baby-banner { background-image:url(images/baby-banner.jpg) !important; color: #222 !important; height: 300px;}


.article-cntr .att-banner p {
    color: #fff;
    font-size: 14px !important;
}

.article-cntr .searchbardivband a {
    margin-top: 0px !important;
}

.article-cntr .banner-button a {
    border: 0px;
    padding: 13px 25px;
}

.top-brands {
    text-align: center;
}

.top-brands .col-md-2,
.top-brands .col-sm-3,
.top-brands .col-6 {
    padding: 0px;
}

.top-brands img {
    width: 100%;
    max-width: 150px;
    border: thin solid #ebebeb;
    padding: 20px 10px;
}

.mod-img img {
    width: 100%;
    max-width: 250px;
}

.spec-thumb {
    margin-bottom: 40px;
    height: 60px;
}

.mod-specs {
    margin-left: -30px;
}

.mod-specs img {
    width: 100%;
    max-width: 15px;
    margin: -3px 0px 0px 5px;
}

.spec-thumb span {
    font-size: 13px;
}

.toptbl {
    width: 100%
}

.rtable .blue-bttn a {
    padding: 7px 11px !important;
    font-size: 12px;
    width: 100px;
}

.rtable .blue-bttn .amzn-bttn a {
    padding: 7px 16px !important;
}

.rtable .amzn-bttn img {
    width: 66px !important;
}

.bttry-block {
    padding: 30px 20px;
    border: thin solid #e6e6e6;
    margin-top: 30px;
}

.bttry-block h3 {
    text-align: center !important;
    margin-bottom: 20px;
}

.bttry-block .spec-thumb {
    margin-bottom: 0px;
}

.inheritphone {
    color: inherit !important;
    font-weight: inherit !important;
}

.mobonly {
    display: none;
}

.card a:link,
.banner-button a:link,
.text-wrapper a:link {
    text-decoration: none !important;
}

.package-band {
    background-color: #fafafa;
    border: 2px solid #ebebeb;
    padding: 28px 0px;
}

.package-band h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0060dc;
}

.package-band h5 {
    font-size: 16px;
}

.package-band big {
    font-size: 32px;
    font-weight: bold;
    color: #0060cd;
}

.package-band .blue-bttn a {
    padding: 15px 40px !important;
    font-size: 16px;
    font-weight: bold;
    background-color: #33c343;
}

.package-band .blue-bttn a:hover {
    background-color: #278e32 !important;
}

.package-band .blue-bttn .call-bttn:hover {
    background-color: #00537a !important;
}

.package-band .start-price {
    text-align: right;
}

.price-head {
    font-size: 26px !important;
    line-height: 36px !important;
}

.pricing-tables {
    margin: 60px 0px;
}

.pricing-table {
    text-align: center;
    background: #fff;
    padding: 22px 0;
    border: thin solid #ebebeb;
    transition: all .2s ease-in-out;
}

.pricing-table:hover .pricing-table-button {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ccc;
    animation: glow-grow 2s ease-out infinite;
}

.pricing-table .title {
    font-size: 24px;
    font-weight: bold;
    color: #0D1F2D;
    text-align: center !important;
    margin: 0 0 22px 0;
}

.pricing-table .price-value {
    padding: 22px 0 12px 0px;
    background: #0060cd;
    margin-bottom: 22px;
    position: relative;
}

.pricing-table .price-value:before {
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}

.pricing-table .price-title {
    display: block;
    font-size: 20px;
    color: #eaeaea;
}

.pricing-table .price {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.pricing-table .currency {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    font-size: 22px;
    font-weight: 400;
    color: #f0f0f0;
}

.pricing-table .value-small {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
    color: #f0f0f0;
}

.pricing-table .pricing-content {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.pricing-table .pricing-content li {
    font-size: 16px;
    color: #546A7B;
    padding: 5px 0px;
    margin-left: 0px;
}

.pricing-table .pricing-content li:nth-of-type(2n+1) {
    background-color: #fafafa;
}

.pricing-table .pricing-table-button {
    display: inline-block;
    padding: 8px 40px;
    background: #fff;
    color: #FAD32E;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #FAD32E;
    border-radius: 2px;
    transition: all 0.5s ease 0s;
}

.pricing-table .pricing-table-button:hover {
    background: #FAD32E;
    color: #fff;
    text-decoration: none;
}

.review-band .rev-form,
.review-band .card-body {
    border: none;
    padding: 0px;
}

.review-band label {
    float: left;
}

.rev-rating {
    border: none;
    float: left;
    border: thin solid #ced4da;
    margin-top: 20px;
}

.rev-rating label {
    margin-bottom: 0px;
}

.rev-rating>input {
    display: none;
}

.rev-rating>label:before {
    margin: 5px 7px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
}

.rev-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rev-rating>label {
    color: #aaa;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rev-rating>input:checked~label,

/* show gold star when clicked */

.rev-rating:not(:checked)>label:hover,

/* hover current star */

.rev-rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rev-rating>input:checked+label:hover,

/* hover current star when changing rating */

.rev-rating>input:checked~label:hover,
.rev-rating>label:hover~input:checked~label,

/* lighten current selection */

.rev-rating>input:checked~label:hover~label {
    color: #FFED85;
}

.filter-box .custom-control {
    padding-left: 0px;
}

.price-box .col-md-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 0px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 12px;
    height: 12px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    height: 28px !important;
}

.quantity-control input[type="number"] {
    padding: 0px;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart h2 {
    margin: 20px 0px;
}

.cart-price {
    padding-left: 0px !important;
    padding-bottom: 6px;
}

.cart-price .price-symbol {
    left: 92px !important;
}

.cart-box .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 12px 40px !important;
}

.cart-box form {
    display: inline-block;
}

.address {
    margin: 50px 0px;
}

.address h1 {
    margin-bottom: 0px;
    font-size: 28px;
}

.address .blue-bttn a,
.address-form .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 6px 25px !important;
}

.address .address-bttn {
    background-color: #ebebeb;
    border: thin solid #ccc;
    font-size: 13px;
    color: #222;
    width: 31%;
    margin-right: 20px;
}

.address-form h2 {
    font-size: 28px;
    font-weight: bold;
}

.address-form {
    margin: 60px 0px;
}

.thank {
    margin: 30px 0px 100px 0px;
}

.thank .placed {
    font-size: 20px;
    color: #00b704;
    font-weight: bold;
}

.bn-bttn {
    margin-top: 15px;
}

.start-price {
    margin-top: -25px;
}

.start-price .bn-bttn a {
    padding: 10px 10px !important;
}

.bn-bttn i {
    padding-right: 6px;
}

.bn-bttn .call-bttn {
    background-color: #0060dc !important;
    border: thin solid #0060dc !important;
    margin-right: 10px;
}

.review-band {}

h2 {
    margin-bottom: 3rem;
}

.cards {
    margin-top: 2.5rem;
}

.cards .card {
    width: 100%;
    margin-bottom: .7rem;
    border-radius: 5px;
}

.card>* {
    padding: 20px 20px 0px 20px;
}

.card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.img {
    width: 50px;
    height: 50px;
    background: purple;
    border-radius: 50%;
    outline: none;
}

.name .one {
    background: orange;
}

.name,
.name .img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.name .img {
    justify-content: center;
}

.rate i {
    color: #ffa500;
}

.card-content {
    margin: 0;
    padding-top: 0;
}

.card-content p {
    font-size: .8rem;
    color: rgb(152, 152, 165);
}

.card-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 20px 20px;
}

.card-action span {
    font-size: .8rem;
    color: RGB(101, 101, 114);
}

.card-action .btn {
    padding: .3rem .7rem;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    color: #8C8C9F;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.review-band .rev-form,
.review-band .card-body {
    border: none;
    padding: 0px;
}

.review-band label {
    float: left;
}

.rev-rating {
    border: none;
    float: left;
    border: thin solid #ced4da;
    margin-top: 20px;
}

.rev-rating label {
    margin-bottom: 0px;
}

.rev-rating>input {
    display: none;
}

.rev-rating>label:before {
    margin: 5px 7px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
}

.rev-rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rev-rating>label {
    color: #aaa;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rev-rating>input:checked~label,

/* show gold star when clicked */

.rev-rating:not(:checked)>label:hover,

/* hover current star */

.rev-rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rev-rating>input:checked+label:hover,

/* hover current star when changing rating */

.rev-rating>input:checked~label:hover,
.rev-rating>label:hover~input:checked~label,

/* lighten current selection */

.rev-rating>input:checked~label:hover~label {
    color: #FFED85;
}

.filter-box .custom-control {
    padding-left: 0px;
}

.price-box .col-md-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.article-cntr .package-band h5 {
    font-size: 15px;
}

.article-cntr .package-band h3 {
    font-size: 25px;
}

.article-cntr .package-band .blue-bttn a {
    padding: 12px 24px;
    font-size: 14px;
}

.home-brand .card,
.comparison-band .card {
    background-color: #fff;
    margin-bottom: 1.6rem;
    text-align: left;
    outline: 0px solid transparent;
}

.comparison-band .card {
    margin: 0px 15px;
    width: 100%;
    height: 100%;
    min-height: 415px;
}

.home-brand .card__padding,
.comparison-band .card__padding {
    padding: 28px;
}

.home-p-b .card__padding {
    padding: 20px 60px;
}

.article-cntr .home-p-b .card__padding {
    padding: 20px 30px;
}

.home-brand .card__content {
    height: 100%;
    min-height: 320px;
}

.home-brand h4,
.comparison-band h4 {
    padding-left: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #0060dc;
}

.no-desk {
    display: none;
}

.home-brand h4 {
    padding-left: 0px;
    font-size: 22px;
}

.home-brand p,
.comparison-band li {
    padding-left: 0px;
    font-size: 12px !important;
    list-style: none;
    padding-bottom: 2px;
    text-align: inherit !important;
}

.comparison-band h4 {
    font-size: 17px !important;
    width: 100%;
}

.comparison-band li {
    font-size: 13px !important;
    line-height: inherit !important;
    padding: 0px !important;
    margin-left: 0px !important;
}

.home-brand .card__image,
.comparison-band .card__image {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.home-brand .card__image img,
.comparison-band .card__image img {
    width: 100%;
    max-width: 200px;
    display: block;
}

.latest-reviews {
    background-color: #fafafa;
    border: thin solid #ebebeb;
    padding: 50px 0px;
}

.comparison-band .card__image img {
    width: 100%;
    max-width: 179px;
    height: 100%;
    max-height: 250px;
    display: block;
}

.home-brand .card__image img {
    max-width: 220px;
    margin: auto;
    padding: 30px 0px;
}

.home-brand .card__content,
.comparison-band .card__content {
    position: relative;
}

.list-head {
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: 53px !important;
}


/* card article */

.home-brand .card__article a,
.comparison-band .card__article a {
    text-decoration: none;
    color: #0060dc;
    transition: all 0.5s ease;
}

.home-brand .card__article h5 {
    font-size: 15px;
    padding-bottom: 10px;
    height: 45px;
}

.home-brand .card__article img {
    width: 100%;
    max-width: 30px;
    padding-left: 10px;
    vertical-align: middle;
    float: right;
}

.country-flag img {
    width: 100%;
    max-width: 35px;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 0px !important;
}

.home-brand .card__article a:hover,
.comparison-band .card__article a:hover {
    color: #2980b9;
}


/* card action */

.home-brand .card__action,
.comparison-band .card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}

.home-brand .card__author img,
.comparison-band .card__author img {
    border-radius: 50%;
    margin-right: 0.6em;
}

.three-element p,
.post-module .post-content p {
    color: #777;
    line-height: 20px;
}

.three-element .nav-t {
    margin-bottom: 1.25rem;
    margin-left: 0;
    list-style: none;
    padding: 0px 0px;
}

.three-element .nav-t>li>a {
    display: block;
}

.three-element .nav-tabs {
    *zoom: 1;
}

.three-element .nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.three-element .nav-tabs:after {
    clear: both;
}

.three-element .nav-tabs>li {
    float: left;
}

.three-element .nav-tabs>li>a {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 0.1rem;
    line-height: 1rem;
}

.three-element .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.three-element .nav-tabs>li {
    margin-bottom: -1px;
    width: 33.3%;
    text-align: center;
}

.three-element .nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.25rem;
    border: 1px solid transparent;
    color: #888;
    font-size: 20px;
}

.three-element .nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-bottom: 4px solid #0060dc;
    color: #222 !important;
}

.three-element .nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid #0060dc;
    color: #222 !important;
}

.three-element .tab-content.active {
    display: block;
}

.three-element .tab-content.hide {
    display: none;
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    width: 100%;
    min-width: 350px;
    height: 470px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #0060dc;
    width: 55px;
    height: 55px;
    padding: 8px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 100%;
    max-width: 350px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    height: 170px;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -32px;
    left: 0;
    background: #0060dc;
    padding: 7px 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-module .post-content p {
    font-size: 13px;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 19px;
    font-weight: 400;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #0060dc;
    font-size: 20px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.top-band {
    margin: 120px 0px;
}

.top-band:before,
.top-band:after {
    content: '';
    display: block;
    clear: both;
}

.top-band .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.top-band .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-band .info,
.comparison-band .info {
    margin: 50px auto;
    text-align: center;
}

.top-band .info span {
    color: #666666;
    font-size: 12px;
}

.top-band .info span a {
    color: #000000;
    text-decoration: none;
}

.top-band .info span .fa {
    color: #0060dc;
}

#contact-cta-section {
    padding-top: 37px;
    padding-bottom: 40px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    padding: 75px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
}

.wrapper-full {
    position: relative;
    margin: 0 auto;
}

.cta-wrapper {
    margin-bottom: 0;
    text-align: left;
    padding: 28px;
    background-color: #008fe4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.cta-wrapper .details-wrapper {
    float: left;
    width: 60%;
}

.cta-wrapper .details-wrapper h2 {
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #FFF;
    font-size: 27px;
}

.cta-wrapper .details-wrapper p {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cta-wrapper .blue-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #008fe4;
    color: #FFF;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    white-space: pre;
    margin: 31px 0 25px 0;
    float: right;
    margin: 0;
    color: #008fe4;
    background-color: #FFF;
    padding: 17px 0;
    width: 40%;
    text-align: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #facf62;
}

.carousel-indicators li {
    background-color: #facf62;
    opacity: .5;
}

.carousel-indicators .active {
    background-color: #facf62;
    opacity: 1;
}

#compare {
    text-align: center;
    margin-bottom: 3%;
}

#compare .thumbnail img {
    width: 90%;
    max-width: 225px;
}

#compare h1 {
    color: #0060dc;
}

.compare-carousel-names {
    margin-bottom: 12px;
    margin-top: 11px;
}

#comparison-carousel .carousel-indicators {
    bottom: 26%;
}

#manufacturer-carousel .carousel-indicators {
    bottom: -10%;
}

#manufacturer-carousel .carousel-control.right {
    bottom: 20%;
    right: -4%;
}

#manufacturer-carousel .carousel-control.left {
    bottom: 20%;
    left: -4%;
}

#top-manufacturers-train {
    text-align: center;
    background-color: #444;
    color: white;
    margin-top: 0%;
    padding-bottom: 2%;
}

#lightgrey {
    padding-top: 2%;
    background-color: white;
    padding-bottom: 3%;
}

#lightgrey h2 {
    font-size: 200%;
    padding-bottom: 2%;
}

.faq-button {
    font-weight: 400;
    padding: 5px 12px;
    color: #735304 !important;
    font-size: 16px;
    transition: all 0.5s ease-in 0s;
    background-color: #facf62;
    border: thin #bd8906 solid;
    border-radius: 3px;
}

.faq-button:hover {
    background-color: #fcca32;
    cursor: pointer;
    border: thin #bd8906 solid;
}

#review-blueback h1,
#compare h1,
#dealer h1,
#top-manufacturers-train h1 {
    line-height: 1.2;
    margin-top: 1%;
    font-size: 250%;
    margin-bottom: 3%;
    text-align: center;
}

#review-blueback h1 {
    margin-bottom: 5px;
}

#review select {
    width: 90%;
}

#review-blueback {
    background-color: #0060dc;
    border-top: 3px #00537a solid;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0;
}

.att-banner {
    background-color: #0060dc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0px 20px 0px;
    font-size: 110%;
    text-align: center;
}

.eq-banner {
    background-color: #0060dc;
    background-repeat: no-repeat;
    border-top: 4px solid #153154;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0px 50px 0px;
    font-size: 110%;
    text-align: center;
}

.in-ban-con h1,
.in-ban-con h2 {
    margin-bottom: 8px !important;
    font-weight: 300;
    color: #fff;
    font-size: 35px;
}

.in-ban-con .form-control {
    height: 44px;
}

.in-ban-con p {
    font-size: 16px !important;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.mob-button {
    display: none;
}

.banner-button,
.mob-button {
    margin-bottom: 30px;
}

.banner-button a,
.mob-button a {
    border: thin solid #fff !important;
    padding: 10px 25px;
    font-family: 'Inter', sans-serif;
    font-size: 80%;
    border-radius: 3px;
    display: inline-block;
    border: none;
    color: #fff !important;
    text-decoration: none;
}

.banner-button a:hover,
.mob-button a:hover {
    border: thin solid #fff;
    background-color: #fff;
    color: #222 !important;
}

.mob-button i {
    padding-right: 8px;
}

.blue-bttn a,
.mod-bttn,
.blue-bttn input {
    border: thin solid #0060dc !important;
    padding: 10px 28px !important;
    font-family: 'Inter', sans-serif;
    font-size: 90%;
    border-radius: 5px !important;
    background-color: #0060dc;
    border: none !important;
    color: #fff !important;
    text-decoration: none;
}

.blue-bttn a:hover {
    background-color: #00537a !important;
    color: #fff !important;
}

.home-dealer-banner {
    border-top: 0px;
    padding: 50px 0px 60px 0px;
}

#dealer {
    background-color: #0060dc;
    border-top: 3px #00537a solid;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 3%;
    margin: 0;
}

.get-listed {
    margin-bottom: 5%;
}

.dealer-footer-links a:link,
.dealer-footer-links a:visited {
    color: white;
    text-align: left;
}

.dealer-footer-links a:hover {
    text-decoration: underline;
}

.dealer-footer-links {
    background-color: #00537a;
    color: white;
    padding: 2% 0;
}

.dealer-footer-links h2 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 140%;
    text-align: center;
}

.dealer_links,
.brand_dealer_links {
    font-size: 65%;
    text-align: left;
    color: white;
}

.dealer_links ul,
.brand_dealer_links ul {
    list-style: none;
}

.dealer_links ul li,
.brand_dealer_links ul li {
    padding-bottom: 5px;
}


/*Section elements===========================================================*/

a:link {
    color: #0060dc;
    text-decoration: underline;
}

a:visited {
    color: #0060dc
}

a:hover {
    color: #0060dc;
    transition-duration: 500ms;
}

.blue-bttn a:link {
    text-decoration: none;
}

.border {
    border: thin solid black;
}

section {
    box-sizing: border-box;
    width: 69%;
    line-height: 1.8;
    float: left;
    padding: 0 4% 4% 0;
    margin-bottom: 2%;
    text-align: justify;
}

section img {
    max-width: 100%;
    margin-bottom: 3%;
}

.br {
    display: none;
}

#poc {
    margin-left: 30px;
}

aside #poc {
    margin-left: 5px;
}

section h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin: 30px 0px;
}

section h2 {
    font-weight: 300;
    font-size: 250%;
    color: #0060dc;
    line-height: 1.2;
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: left;
}

h2 {
    font-weight: 500;
    font-size: 240%;
    color: #222;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 3%;
    font-weight: 300;
}

.mtime+article>h2:first-child {
    margin-top: 0;
}

.orange {
    color: #0060dc;
}

h3 a:link,
h3 a:visited {
    font-weight: 400;
}

section h3 {
    font-weight: 700;
    font-size: 120%;
    margin-top: 1%;
}

h3 {
    font-size: 140%;
}

section li {
    padding-bottom: 2%;
}

section p {
    padding: 0 0 3% 0;
}

h4,
h4+p,
h4+p+p,
h4+p+p+p,
h4+p+p+p+p,
h4+p+p+p+p+p {
    font-size: 93%;
}

section ul,
section ol {
    margin-left: 7%;
    padding-bottom: 2%;
}

blockquote {
    font-style: italic;
    margin-top: 5%;
    background-color: #F1F4F6;
    padding: 30px;
    border: thin solid lightgrey;
    border-radius: 10px;
    background-repeat: no-repeat;
}

blockquote h2 {
    font-style: normal;
    margin-top: 0px !important;
}


/*blue text box in articles - Sticky Note==========================================*/

.sticky_note {
    text-align: center;
    float: right;
    width: 30%;
    background-color: #4bacc6;
    color: white;
    padding: 3%;
    margin: 3%;
    border: solid 1px #153154;
    outline: solid 1px #153154;
    outline-offset: 9px;
    font-style: italic;
    font-size: 105%;
}

.blue_text_with_shadow {
    color: #153154;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 115%;
}

.orange a {
    color: #0060dc !important;
}


/*input types=========================================================*/

.homepage_reset {
    display: none;
}

select {
    color: #444;
    border: 1px solid #0060dc;
    border-radius: 3px;
    width: 230px;
    height: 35px;
    font-size: 14px;
    padding: 2px 0px 2px 12px;
    cursor: pointer;
}

select:disabled {
    color: #8f8f8f;
    cursor: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
    color: #444;
    border-radius: 3px;
    height: 35px;
    font-size: 14px;
    padding: 2px 0px 2px 12px;
}

.error-page {
    margin-bottom: 5%;
}

.error-page ul {
    list-style: none;
}

.error-page h1 {
    margin-bottom: 4.5%;
}

.error-page .small-text {
    font-size: 80%;
    margin-left: 2%;
}

textarea {
    height: 100px;
}

label {
    font-weight: 700;
}

.ytb .slick-dots {
    bottom: -50px;
}


/*Sidebars================================================================*/

aside {
    box-sizing: border-box;
    color: #444;
    width: 28%;
    float: right;
    margin: 2% 0 0% 2%;
    padding: 3%;
    padding-top: 2%;
    border: thin lightgrey solid;
    border-radius: 3px;
    background-color: #f2f4f6;
    max-width: 300px;
}

aside h3 {
    font-style: normal;
    padding-bottom: 5%;
}

aside #compare-selector {
    margin: 10% 0 5% 0;
}

.ad {
    box-sizing: border-box;
    color: #444;
    width: 28%;
    max-width: 300px;
    float: right;
    margin: 2% 0 0% 2%;
    padding: 0%;
    padding-top: 0%;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.compare_sidebar,
.dealer_sidebar {
    padding: 2%;
}

.related_links a:link,
.related_links a:visited {
    margin: 10px 0 10px 0;
    line-height: 1.8;
}

.related_links li {
    list-style: none;
    margin-top: 10px;
}

.contents a:link,
.contents a:visited {
    color: #444;
}

.contents a:hover {
    text-decoration: underline;
}

.contents ul {
    padding: 2%;
    padding-left: 10%;
    list-style: disc;
}

.contents h3 {
    font-size: 150%;
    padding-bottom: 5%;
    font-weight: 300;
    color: #0060dc;
}

.breadcrumb {
    color: #999;
    padding: 4px;
    font-size: 70%;
    border-bottom: thin solid lightgrey;
    border-top: thin solid lightgrey;
    margin-bottom: 3%;
    background-color: #fff;
    margin-top: 1%;
}

.active-bread {
    color: #999;
}

.mtime {
    color: #999;
    font-size: 80%;
    font-style: italic;
}


/*Review index=============================================*/

.review_brief h3 {
    font-weight: 400;
    font-size: 180%;
    color: #00537a;
    margin-bottom: 2%;
    margin-top: 4%;
}

.review_brief_wrapper {
    margin-bottom: 5%;
}

.review_brief_wrapper h2 {
    margin-top: 4%
}

.review_brief_wrapper h3 a:link,
.review_brief_wrapper h3 a:visited {
    color: #00537a;
}

.review_brief_wrapper h3 a:hover {
    color: #0060dc;
}

.thumbnail_review {
    width: 150px;
    float: left;
    margin-right: 25px;
    border: thin solid #f2f2f2;
}


/*Review Pages=============================================*/

.review-side-bar {
    box-sizing: border-box;
    background-color: #4bacc6;
    color: white;
    padding: 2%;
    border: solid 2px #153154;
    text-align: left;
    font-style: italic;
}

.review-side-bar ul {
    padding-bottom: 5%;
    padding-left: 12%;
    font-style: italic;
    list-style: circle;
}

.review-side-bar ul li {
    padding-bottom: 5%;
}

.reviewbluetext {
    color: #153154;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 105%;
}


/*faqs==============================================================*/

.question {
    font-size: 130%;
    color: #00537a;
    margin-top: 4%;
    cursor: pointer;
}

.answer {
    font-style: italic;
    padding-left: 7%;
    display: none;
}


/*About the company=================================================*/

.company {
    box-sizing: border-box;
    margin-top: 3%;
    background-color: #4bacc6;
    color: white;
    float: right;
    padding: 2% 1%;
    border: solid 2px #153154;
    text-align: center;
    font-style: italic;
    font-size: 105%;
}

.company_logo {
    box-sizing: border-box;
    background-color: white;
    float: right;
    padding: 0 1%;
    text-align: center;
    border: solid 1px;
}


/*tables===============================================*/

table td,
table th {
    padding: 5px;
}

table {
    font-size: 90%;
    margin-top: 1%;
    text-align: start;
    border-collapse: collapse;
    margin-bottom: 5%;
}

table img {
    width: 100%;
    max-width: 225px;
}

caption {
    font-weight: bold;
    font-size: 110%;
}

.table-form img {
    width: 100px;
}

.table-form tr:nth-child(odd) {
    background-color: white;
}

.table-form tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-form td {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-form {
    border: none;
}

.table-form input[type="text"],
.table-form input[type="tel"],
.table-form input[type="email"],
.table-form input[type="number"],
.table-form input[type="url"],
.table-form textarea {
    width: 200px;
}

.table-ratings img {
    width: 100px;
    border: thin lightgrey solid;
}

.table-ratings tr:nth-child(odd) {
    background-color: white;
}

.table-ratings tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-ratings td {
    border: none;
    font-size: 105%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;
}

.table-ratings {
    border: lightgrey thin solid;
}


/*Comments=========================================================*/

.comments {
    margin-top: 50px;
}

.comment-name {
    font-weight: bold;
}

.comment-elements {
    margin: 5% 0%;
}

.reply-comment-elements {
    margin: 2% 0% 1% 5%;
    padding-left: 3%;
    border-left: thin lightgrey solid;
}

.reply_button {
    color: #0060dc;
    font-size: 90%;
    cursor: pointer;
}

.comment-text,
.comment-text li {
    font-size: 14px !important;
}

.reply-box {
    margin: 10px 0px 0px 0px;
    border: thin solid lightgrey;
    background: #fafafa;
    padding: 20px;
    border-radius: 3px;
}

.slick-next::before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
}

.slick-prev::before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
}

.slick-prev:before,
.slick-next:before {
    font-size: 22px;
    line-height: 1;
    opacity: .75;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    background-image: none !important;
}


/*Comparison Page==================================================*/

.comparison_page h1 {
    font-weight: 300;
    font-size: 250%;
    line-height: 1.2;
    color: #0060dc;
    margin-bottom: 6%;
}


/*Comparison index=================================================*/

.top_comparisons h2 {
    font-weight: 400;
    font-size: 180%;
    color: #00537a;
}

.top_comparisons ul {
    padding-left: 5%;
}

.top_comparisons ul li {
    line-height: 2;
}

.three_oc_top_comparison {
    margin-bottom: 5%;
}


/*FAQ Slider=======================================================*/

#slider {
    font-style: italic;
    overflow: hidden;
    margin: auto;
}

#slider>li {
    height: 70px;
    float: left;
    display: none;
}


/*Dealer's Data Page=================================================*/

fieldset {
    border-radius: 3px;
    text-align: center;
    background-color: #f9f9f9;
}

#dealer_page h1 {
    font-weight: 700;
    font-size: 100%;
    margin-bottom: 0;
}

#dealer_page h2 {
    font-size: 100%;
    margin-bottom: 0;
    color: #444;
    font-weight: 700;
}

#dealer_page .mtime {
    margin-bottom: 2%;
}

.dealer_name {
    font-weight: 300;
    font-size: 200%;
    color: #0060dc;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.contact_details {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}

.dealer_locality {
    font-size: 120%;
    color: #0060dc;
    line-height: 1.2;
}

.deals_in {
    box-sizing: border-box;
    width: 40%;
    float: right;
    font-size: 80%;
}

.deals_in img {
    margin: 3%;
}

.rent {
    font-size: 120%;
    font-weight: bold;
    border-top: thin solid lightgrey;
    padding-top: 5px;
    margin-top: 5px;
    color: #00537a;
    font-style: italic;
}

.rent-tick {
    color: #0060dc;
}

.view_full_address {
    text-decoration: underline;
    font-style: italic;
    color: #00537a;
    cursor: pointer;
}

.full_address {
    diplay: none;
}

.show_number {
    width: 250px;
    margin: 5% 0 0 0;
    height: 35px;
    font-size: 100%;
    color: #444;
}

.contact_number a:link {
    font-weight: normal;
    color: #0060dc;
}

.contact_number a:hover {
    text-decoration: underline;
}

.contact_number {
    margin-top: 10%;
    font-size: 120%;
    padding-left: 25%;
    background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
    height: 70px;
    display: none;
    vertical-align: middle;
}

#dealer_list_wrapper>div {
    background: white;
    padding: 0%;
    padding-bottom: 7%;
    margin-bottom: 5%;
    border-bottom: thin solid #CCC;
}

div#dealer_list_wrapper div:last-child {
    border-bottom: none;
}


/*Manufacturer's Main Page======================================*/

.company_brief {
    padding: 5% 0%;
}

.company_brief img {
    float: left;
    width: 200px;
    padding: 0% 2%;
    border: thin solid #f2f2f2;
    margin-right: 5%;
    border-radius: 6px;
}


/*Learn index====================================================*/

.learn_brief {
    padding-bottom: 3%;
}

.thumbnail_learn {
    width: 200px;
    float: left;
    margin-right: 5%;
    border: thin solid #f2f2f2;
}


/*========================================================*/

.ft-cta {
    background-color: #0060dc;
    color: #fff;
    font-size: 20px;
    padding: 30px 0px;
    text-align: center;
    font-weight: 300 !important;
    font-size: 26px;
}

.ft-cta a {
    color: #fff !important;
}


/* footer {
	clear:both;
	background-color:#333;
	color: #ccc;
	font-size:80%;
	text-align:center;
	padding:0%;
}

footer p {color:#fff; }
footer p+p{padding-top:0;}

footer a:link, footer a:visited {color: white;}
footer a:hover {text-decoration:underline;} */

.footer-section {
    background: #151414;
    position: relative;
}

.con-f {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #0060dc;
    font-size: 22px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #0060dc;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0060dc;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #0060dc;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0060dc;
    padding: 13px 20px;
    border: 1px solid #0060dc;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #151414;
    border-top: thin solid #202020;
    padding: 15px 0;
}

.rivals {
    margin-bottom: 30px;
}

footer ul {
    margin-bottom: 0px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    width: 100% !important;
}

.copyright-text p a {
    color: #0060dc;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0060dc;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.main-foot {
    padding: 40px 0px;
    text-align: left;
}

.foot-logo img {
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
    max-width: 150px;
}

.main-foot h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #fff;
}

.main-foot .col-md-6 {
    margin-bottom: 30px;
}

.main-foot ul {
    margin-left: 0px;
}

.main-foot li {
    padding-bottom: 6px;
    list-style: none;
    font-weight: 400;
}

.main-foot i {
    padding-right: 10px;
    font-size: 18px;
}

.main-foot a:hover {
    text-decoration: none;
    color: #5cb4ff;
}

.main-foot .con-det p {
    padding: 0 0 10px 0px !important;
    font-size: 15px;
}

.sub-footer {
    background-color: #222;
    padding: 20px;
}


/*PDI==========================================*/

.pdi-indent {
    padding-left: 5%;
}

.pdi-point {
    padding-top: 2%;
    padding-bottom: 1%;
}

.pdi-point label {
    font-weight: 400;
    cursor: pointer;
}

.pdi-indent .pdi-point {
    padding-top: 0;
    padding-bottom: 0;
}

.product-category {
    margin: 70px 0px;
}

.product-category h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 180%;
}

.product-category p {
    margin-bottom: 40px;
    width: 80%;
    color: black;
}

.product-thumb {
    display: inline-block;
    width: 48%;
    margin: 0px 20px 60px 0px;
}

.product-image {
    display: inline-block;
    width: 44%;
}

.product-image img {
    width: 95%;
}

.product-info {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.product-info h3 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 120%;
    text-transform: uppercase;
    padding-top: 20px;
}

.product-info h4 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 120%;
    color: #facf00;
    padding-bottom: 20px;
}

.product-info p {
    margin-bottom: 32px;
    font-size: 83%;
}

.product-info a {
    background: #222222;
    padding: 8px 20px;
    border: none;
    text-decoration: none;
    font-size: 80%;
    color: white;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease-in-out 0s;
}

.product-info a:hover {
    color: black;
    background: #facf00;
}

.product-table {
    display: inline-block;
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    vertical-align: top;
}

.empty {
    margin-top: 30px;
}

.product-detail table {
    border-collapse: collapse;
}

.tbl-head {
    font-weight: 700;
    border: thin solid #ebebeb;
    background-color: #f7f7f7;
    padding: 8px 20px;
    width: 50%;
}

.tbl-sub {
    border: thin solid #ebebeb;
    padding: 8px 20px;
    width: 40%;
    background-color: #fff;
}

.walker .tbl-sub {
    border: thin solid #ebebeb;
    padding: 8px 20px;
    width: 20%;
    background-color: #fff;
}

.product-detail-button {
    margin-top: 30px;
}

.product-table table {
    border: none !important;
}

.product-table th {
    font-weight: 700;
    background-color: #eee !important;
    color: #222 !important;
    border: none !important;
    padding: 10px !important;
}

.product-table a {
    padding: 13px 35px;
    font-family: 'Inter', sans-serif;
    font-size: 90%;
    border: none;
    border-radius: 3px;
    margin-top: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.enquiry {
    background-color: #0060dc;
    margin-right: 30px;
}

.other-product {
    background-color: #222;
    color: white;
}

.enquiry:hover {
    background-color: #222;
    color: white;
}

.other-product:hover {
    background-color: #00426f;
    color: white;
}

.detail-table {
    margin: 60px 0px;
}

.detail-table th {
    background-color: #f7f7f7;
    border: thin solid #ebebeb;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 80%;
    font-family: 'Inter', sans-serif;
}

.detail-table td {
    border: thin solid #ebebeb;
    font-size: 80%;
    padding: 10px 5px;
    font-weight: 700;
    text-align: center;
}

.product-category h4,
.product-category p {
    padding-left: 0px !important;
    padding-bottom: 10px;
}

.product-category h3 {
    margin-bottom: 20px;
}

.product-category ul {
    margin: -40px 0px 30px 30px;
}

.services {
    text-align: center !important;
    margin: 40px 0px;
}

.services h2,
.n-times h2,
{
    margin-bottom: 20px;
}

.services p {
    padding-bottom: 30px;
    width: 70%;
    margin: auto;
    font-size: 15px;
}

.services .sr-block {
    width: 100%;
    vertical-align: top;
    max-width: 170px;
    display: inline-block;
    margin: 20px
}

.services .at-block {
    width: 100%;
    max-width: 135px;
}

.services .sr-block img {
    max-width: 60px !important;
    padding-bottom: 15px;
}

.services .sr-block i {
    font-size: 50px !important;
    padding-bottom: 15px;
    color: #0060dc;
}

.services .sr-block h4 {
    font-size: 15px;
    color: #222;
}

.nursing-points {
    margin-top: 100px;
    background-color: #fafafa;
    padding: 70px 0px;
    border-top: thin solid #ebebeb;
    border-bottom: thin solid #ebebeb;
}

.nursing-points h3 {
    font-size: 24px;
    margin-bottom: 6px;
    color: #222;
}

.nursing-points p {
    margin-bottom: 25px;
}

.n-points {
    margin-left: 30px;
    margin-bottom: 30px;
}

.n-points li {
    list-style: url(images/tick-b.png);
    padding-bottom: 8px;
}

.n-times {
    text-align: center;
    margin: 100px 0px;
}

.n-times h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #222;
}

.service-box {
    background-color: #f4f4f4;
    padding: 40px 60px;
    height: 100%;
    min-height: 260px !important;
    b-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.tick1 {
    margin-bottom: 60px;
}

.reviews {
    text-align: center;
    margin: 30px 0px;
}

.reviews h2 {
    margin-bottom: 40px;
}

.review-box {
    border-radius: 3px;
    padding: 30px;
    height: 100%;
    min-height: 200px;
}

.review-box p {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.review-box h5 {
    margin: 0;
}

.review-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #7d8597;
}

.review-box i {
    font-size: 10px;
    padding: 5px;
    background-color: #ddd;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.rating {
    height: 26px;
    overflow: hidden;
    width: 100%;
    margin: auto !important;
}

.glyphicon-star,
.glyphicon-star-empty {
    color: #ffd642;
    font-size: 13px;
}

.modal-content .input-group {
    width: 100%;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts {
    padding: 0;
    margin: 100px 0px 0px 0px;
    text-align: center;
}

#projectFacts .fullWidth {
    padding: 0;
}

#projectFacts .nrs-fact h3 {
    color: #fff !important;
    padding: 10px 0px;
}

#projectFacts .nrs-fact p {
    font-size: 16px;
    padding: 10px;
}

.projectFactsWrap .item {
    width: 33.33%;
    height: 100%;
    min-height: 380px;
    padding: 50px 20px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #0174b9;
}

.projectFactsWrap .item:nth-child(2) {
    background: #0060dc;
}

.projectFactsWrap .item:nth-child(3) {
    background: #008fe4;
}

.projectFactsWrap .item p.number {
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 22px;
    font-family: 'Inter', sans-serif;
}

.projectFactsWrap .item i {
    margin-bottom: 20px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

.home-products-band {
    margin: 100px 0px;
    text-align: center;
}

.eq-box {
    padding: 20px;
}

.eq-box img {
    width: 100%;
    max-width: 250px;
    border: thin solid #ebebeb;
    margin: auto;
}

.eq-box h3 {
    color: #00385e;
    margin-top: 10px;
    font-size: 18px;
}

.charges .input-group-addon {
    width: 135px;
    text-align: left;
}

.charge {
    margin-bottom: 6px !important;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mod-slider {
    margin-bottom: 40px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 0px !important;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ddd;
    position: absolute;
}

.slick-dots li.slick-active:before {
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    background-color: #0060dc;
}

.slick-prev {
    left: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: -40px;
}

.slick-arrow {
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -13px;
    position: absolute;
    z-index: 1000;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    opacity: 0.3;
    border: none;
    background-image: url(images/next-arrow.png);
    background-repeat: no-repeat;
}

.nursing-points img {
    width: 100% !important;
    max-width: 550px !important;
    padding-bottom: 20px;
}

a:focus {
    outline: none !important;
}

.contact-page {
    width: 80%;
}

.contact-page .touch {
    background-color: #fcfcfc;
    padding: 50px;
    color: #222 !important;
}

.contact-page .touch a {
    color: #222 !important;
}

.contact-page .touch i {
    margin-right: 10px;
}

nav .blue-bttn a {
    display: inline-block !important;
    font-size: 14px !important;
    padding: 4px 14px !important;
    margin-top: 0px;
    margin-left: 30px;
}

nav .blue-bttn i {
    padding-right: 8px;
}

footer h4 {
    padding-left: 0px;
}

.sidenav {
    display: none;
}

.listing {
    padding: 20px 0px 80px 0px;
}

.listing .list-block {
    padding: 50px 0px;
    border-bottom: thin solid #CCC;
    position: relative;
}

.listing .list-block .profile-pic {
    height: 250px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing .list-block img {
    width: 100%;
    max-width: 160px;
    vertical-align: middle;
}

.listing .list-block .p-type {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    background-color: #bbb;
}

.d-grey-bg {
    background-color: #888 !important;
}

.listing .list-block h2 {
    font-weight: 400;
    color: #0060dc;
    margin-bottom: 0px;
    font-size: 28px;
    text-transform: capitalize;
}

.listing .list-block .review-num {
    padding-left: 5px;
    color: #888;
    font-size: 14px;
}

.listing .list-block .shifts {
    color: #222;
    font-size: 13px !important;
    margin: 15px 0px 15px 0px;
}

.listing .list-block .per-shift {
    padding: 0px 15px 5px 0px;
    display: inline-block;
}

.listing .list-block i {
    padding: 0px 5px 5px 0px;
    font-size: 13px;
}

.listing .list-block .bill-t {
    color: #7b7b7b;
    margin-bottom: 3px;
}

.listing .list-block .bill-t span {
    font-weight: 700;
}

.listing .list-block .verified {
    color: #00ae10;
    margin-bottom: 3px;
    font-size: 15px;
}

.listing .list-block .verified .fa {
    font-size: 12px;
}

.listing .list-block .verified span {
    padding-right: 10px;
    display: inline-block;
}

.listing .list-block .pro-button {
    border: thin solid #0060dc !important;
    padding: 10px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    background-color: #0060dc;
    border: none;
    margin-top: -10px;
    color: #fff !important;
    text-decoration: none;
}

.listing .list-block .pro-button a {
    color: #fff !important
}

.listing .list-block:last-child {
    border-bottom: none;
}

.rate_after_deduction {
    color: red;
    font-size: 13px;
}

.money-back {
    color: #fff;
    background-color: #44d452;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
}

.listing .list-block .pro-button:hover {
    border: thin solid #00385e !important;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 30%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.has-search {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin: auto;
}

.location {
    max-width: 200px !important;
}

.has-search .form-control {
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.srch-txt {
    color: #444;
    font-size: 13px;
}

.srch-txt span {
    color: #0060dc;
    font-size: 16px;
}

.dispnone {
    display: none;
}

.searchbardivband {
    background-color: #ebebeb;
    border-bottom: 1px #ccc solid;
    color: white;
    text-align: center;
    padding: 12px 0px;
    margin: 0;
}

.searchbardivband a {
    margin-top: 10px !important;
}

.has-search .form-control-feedback {
    z-index: 1;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    padding: 10px 20px 10px 20px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    position: absolute !important;
    top: 4px;
    left: -10px;
}

.listing .list-filters {
    margin: 80px 0px;
    padding-left: 40px;
    border-left: thin solid #CCC;
}

.listing .filter-block {
    padding: 10px 0px;
}

.listing .filter-block h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.listing .filter-block ul {
    margin-left: 10px;
}

.listing .filter-block li {
    list-style: none;
}

.listing .filter-block .container-checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-block .related-links li {
    padding-bottom: 7px;
    font-size: 14px;
}


/* Hide the browser's default checkbox */

.listing .filter-block .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.listing .filter-block .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.listing .filter-block .container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.listing .filter-block .container-checkbox input:checked~.checkmark {
    background-color: #0060dc;
}


/* Create the checkmark/indicator (hidden when not checked) */

.listing .filter-block .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.listing .filter-block .container-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.listing .filter-block .container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.get-listed {
    margin: 60px;
}

.form-horizontal .control-label {
    text-align: left;
}

.banner-logo {
    border: thin solid #ccc;
    width: 100%;
    max-width: 150px;
    margin-bottom: -20px;
    margin-top: 20px;
}

.list-pro-check .item i {
    display: inline-block;
    padding-right: 10px;
    font-size: 35px !important;
}

.list-pro-check .item h3 {
    display: inline-block;
    font-size: 18px;
}

.list-pro-check .item {
    min-height: 100px;
    padding: 30px 0px;
}

.list-pro-check {
    margin: 0px !important;
}

.list-pro-check .list-w-2 {
    width: 50%;
}

.list-pro-check .list-w-1 {
    width: 100%;
}

.pro-shift {
    margin-top: 0px;
}

.pro-services {
    margin-bottom: 0px;
    background-color: #fafafa;
    padding: 70px 0px;
    border-top: thin solid #ebebeb;
    border-bottom: thin solid #ebebeb;
}

.modal-header {
    background-color: #0060dc;
    text-align: center;
    color: #fff;
}

.modal-header h4 {
    font-size: 22px;
}

.modal-header .close {
    color: #fff !important;
    position: absolute;
    top: 0px;
    right: 10px;
}

.modal-header .close:focus,
.close:hover {
    color: #ccc;
}

.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal input[type="number"],
.modal input[type="url"],
.modal textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.charge input[type=checkbox] {
    margin-top: 7px !important;
}

.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    &:hover,
    &:focus {
        color: lighten(#555, 20%);
        border-color: lighten(#555, 20%);
    }
}


/* input file style */

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    +.js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
        .icon:before {
            //font-awesome
            content: "\f093";
        }
        &.has-file {
            .icon:before {
                //font-awesome
                content: "\f00c";
                color: #5AAC7B;
            }
        }
    }
}

#feedback {
    max-width: 60%;
    width: 100%;
    margin: 10px auto;
    padding: 30px 20px;
    border: solid 1px #f1f1f1;
    background: #fbfbfb;
    box-shadow: #e6e6e6 0 0 4px;
    border-radius: 0.25rem;
    margin-bottom: 50px;
    margin-top: 50px;
}

#feedback button {
    margin: 10px 0px 0px 15px;
}

.list-pro-check {
    display: block !important;
}

.list-pro-check .item i {
    display: inline-block;
    padding-right: 10px;
    font-size: 35px !important;
}

.list-pro-check .item h3 {
    display: inline-block;
    font-size: 18px;
}

.list-pro-check .item {
    min-height: 100px;
    padding: 30px 0px;
}

.list-pro-check {
    margin: 0px !important;
}

.list-pro-check .list-w-2 {
    width: 50%;
}

.list-pro-check .list-w-1 {
    width: 100%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.flash_msg {
    position: fixed;
    z-index: 100000;
    top: 0;
    text-align: center;
}

.flash_msg .alert {
    padding: 5px 15px;
    margin: auto;
    max-width: 600px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#fadeMe {
    /* display: none; */
    opacity: 0.7;
    filter: alpha(opacity=20);
    background-color: #000;
    width: 0%;
    height: 100%;
    /* z-index:1260; */
    top: 0;
    left: 0;
    position: fixed;
    float: right;
}

.main-article li {
    margin-left: 30px;
    padding-bottom: 8px;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.main-article h1,
.head h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 56px;
    color: #222;
}

.smallermodelpreview {
    margin-bottom: 0px;
}

.showallsmallermodel {
    margin: 0px 0px 20px 10px;
}

.main-article .entry-meta {
    font-size: 13px;
    color: #999;
}

.main-article h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-align: left !important;
}

.main-article h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.main-article .comparison-band h2 {
    text-align: center !important;
}

.main-article p {
    line-height: 2;
    font-size: 20px;
    color: #333;
    margin-top: 22px;
    margin-bottom: 13px;
}

.main-article label {
    display: inline;
}

.main-article input[type="submit"] {
    margin-top: 10px;
    font-size: 16px;
}

.article-cntr .main-img {
    width: 100%;
    padding-bottom: 40px;
}



.article-cntr table{
    width: 100% !important;
}


.article-cntr table .blue-bttn a{
    display: inline-block;
    text-align: center;
}


.article-cntr .brand-pg-img {
    width: 100%;
    max-width: 200px;
}

.article-cntr {
    width: 60%;
    margin-top: 40px;
}


/* Social Icons */

#social_side_links {
    position: fixed;
    top: 170px;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
    display: block;
    max-width: 40px;
    padding: 10px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

#social_side_links li a:hover img {
    background: rgba(0, 0, 0, .2);
    &:hover {
        padding-left: 20px;
        width: 65px;
    }
}

.pro-title {
    font-size: 27px !important;
    line-height: 40px !important;
}

.pro-title span {
    font-size: 13px;
    font-weight: 300;
}

.pro-title .txt-blue {
    display: inline-block;
}

.bold {
    font-weight: 700 !important;
}

.dark-grey {
    color: #555;
}

.txt-blue {
    color: #0060dc !important;
}

.pro-side-info .price {
    font-weight: 700;
    font-size: 18px !important;
}

.light-grey {
    color: #888 !important;
}

.key-table {
    width: 100%;
    max-width: 350px;
}

.key-table th,
.key-table td {
    padding: 6px 0px;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    font-size: 13px;
}

.key-table td {
    font-weight: 400;
}

.pro-comp-img {
    height: 50px;
}

.key-table img,
.card__article img,
.pro-comp-tbl img {
    width: 26px !important;
    padding: 0px 6px !important;
    display: inline-block;
}

.cert-tbl {
    width: 100%;
    max-width: 350px;
}

.cert-tbl img {
    width: 50px;
    padding: 4px;
}

.cert-tbl td,
.cert-tbl th {
    border-bottom: 1px solid #dee2e6;
    border-top: inherit;
}

.alarm-tbl th,
.cert-tbl th {
    width: 100%;
    max-width: 200px;
}

.btn-lg {
    padding: 15px 60px !important;
}

.pro-side-info .blue-bttn a,
.top-mod-side .blue-bttn a,
.mod-dealer a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 10px 42px !important;
    font-size: 100%;
    font-weight: 700;
}

.pro-side-info .blue-bttn {
    margin-top: 30px;
}

.pro-side-info .blue-bttn a:hover {
    color: #fff !important;
}

.good-bad {
    border: thin solid #dee2e6;
    padding: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.good-bad h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.good-bad li {
    font-size: 14px;
    line-height: 25px;
}

.good-bad .fa-thumbs-up,
.fa-check {
    color: #2dbf00;
    padding-right: 5px;
}

.good-bad .fa-thumbs-down {
    color: #ff4d4d;
    padding-right: 5px;
}

.cert img {
    padding-right: 20px;
}

.people-saying h4 {
    font-size: 18px;
    padding-left: 0px;
    font-weight: 700;
}

.small-p {
    font-size: 13px !important;
    padding-left: 0px;
}

.thumb-table th {
    width: 50%;
    max-width: 100px;
    padding: 3px 0px;
    border-bottom: none;
}

.thumb-table td {
    width: 50%;
    max-width: 100px;
    padding: 3px 0px;
    border-bottom: none;
}

.card__article p {
    padding-left: 0;
}

.faq-box {
    border: thin solid #e5e5e5;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 30px;
}

.faq-box h3 {
    font-size: 18px;
    font-weight: 400;
}

.faq-box p {
    text-align: inherit;
}

.faq-box .qa-box {
    padding: 10px 15px;
    border-bottom: thin solid #e1e1e1;
    margin-bottom: 10px;
}

.faq-box .qa-box:last-child {
    border-bottom: 0px solid #e1e1e1;
    padding-bottom: 0px;
}

.comparison-band .blue-bttn a {
    margin-top: 0px;
    padding: 6px 28px;
}

.list-pg {
    margin-top: 30px;
}

.list-pg .list-box {
    padding: 38px;
    border: thin solid #fff;
    border-bottom: thin solid #e1e1e1;
}

.list-box .mob-button {
    margin-top: 30px;
}

.list-pg .list-box:hover {
    border: thin solid #e1e1e1;
}

.list-pg .list-box h2 {
    margin: 0px;
    font-size: 24px;
}

.list-pg .list-box i {
    font-size: 14px;
}

.list-pg .list-box .dealer-location {
    font-size: 16px;
    margin-bottom: 5px;
}

.list-pg .list-box .model-imgs {
    margin-top: 10px;
    margin-bottom: 50px;
}

.list-pg .list-box .model-imgs img {
    width: 100%;
    max-width: 72px;
}

.list-pg .list-box .model-imgs .slick-dots {
    bottom: -50px;
}

.list-pg .list-box a {
    text-decoration: none;
}

.list-pg .list-box .more-models {
    position: relative;
}

.fade-img {
    opacity: 0.4;
}

.list-pg .list-box .more-models span {
    position: absolute;
    top: 4%;
    left: 3%;
    color: #008fe4;
    font-weight: 700;
    opacity: 1 !important;
}

.list-pg .list-box .con-details {
    padding-top: 20px;
    border-top: thin dotted #e1e1e1;
    margin-top: 30px;
    display: none;
}

.list-pg .list-box .con-details h3,
.dealer-con {
    color: #00ae10 !important;
    text-decoration: none !important;
}

.list-pg .list-box .con-details h3 small {
    font-size: 14px;
    color: #444;
}

.list-pg .list-box .con-details p {
    margin-bottom: 0px;
    text-align: inherit;
}

.list-box .mob-bttn {
    margin-top: 30px;
}

.pro-comp-tbl {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.pro-comp-tbl th {
    background: #F5F5F5;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    height: 53px
}

.pro-comp-tbl td {
    font-size: 13px;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    border: 1px solid #DDD;
    padding: 10px;
    empty-cells: show;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    text-align: left;
}

.pro-comp-tbl td+td,
.pro-comp-tbl th+th {
    text-align: left;
}

.pro-comp-tbl .sep {
    background: #fafafa;
    font-weight: bold;
    color: #135394;
    text-transform: uppercase;
}

.pro-comp-tbl .txt-l {
    font-size: 14px;
    font-weight: bold;
}

.pro-comp-tbl .txt-top {
    position: relative;
    top: -3px;
    left: -1px;
}

.pro-comp-tbl .form-control {
    width: 100%;
}

.hide {
    border: 0;
    background: none;
}

#product_brand_model_1,
#product_brand_model_2,
#product_brand_model_3 {
    font-size: 20px;
    height: 30px;
    line-height: 22px;
}

.pro-comp-tbl .bold img {
    width: 100% !important;
    margin-top: 0px;
    max-width: 120px;
}

.comp-pro-pg {
    margin-bottom: 100px;
}

.add-pro-comp {
    border: 1px solid rgba(36, 39, 44, .15);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.add-pro-comp .add-icon .fa {
    color: rgba(36, 39, 44, .15);
    border: thin dotted rgba(36, 39, 44, .15);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.add-pro-comp .add-icon .fa {
    margin: 35px;
}

.add-pro-comp .add-icon img {
    width: 100% !important;
    max-width: 120px;
    margin-bottom: 10px;
}

.add-pro-comp .form-control {
    border-radius: 0px;
    height: 46px;
    margin-bottom: -17px;
}

.content-container {
    display: flex;
    margin: 0 auto;
    background-color: white;
    max-width: 660px;
    width: 100%;
    margin-right: 40px;
}

.product-image--container {
    margin: 0 10px;
}

.triangle-topleft {
    position: relative;
    width: 0;
    height: 0;
    border-top: 100px solid #FFC500;
    border-right: 100px solid transparent;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.triangle-topleft:hover {
    border-top: 100px solid #ffd54d;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.product-image--featured {
    width: 100%;
    max-width: 318px;
    max-height: 100%;
    border-radius: 3px;
    display: inline-block;
}

.product-image--list {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.fa-youtube {
    color: #d10a11;
}

.product-image--list li {
    margin: 0 5px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    display: block;
    width: 100%;
    max-width: 49px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.product-image--list li.item-selected {
    box-shadow: 1px 1px 1px #888888;
    border: 2px solid #55ACEE;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.product-image--item {
    max-width: 40px;
    max-height: 40px;
}

.al-logo {
    padding: 0px 33%;
    line-height: 100px;
    border-radius: 62px;
    font-size: 50px;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.pro-thumb-info {
    margin-left: -20px;
}

.pro-mod-pic {
    position: relative;
}

.tick-m {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
}

.tick-m img {
    width: 20px !important;
}

.tick-c img {
    width: 32px !important;
    margin-left: -10px;
}

.l-yellow {
    background-color: #dcba00;
}

.l-red {
    background-color: #d10a11;
}

.l-blue {
    background-color: #0257c4;
}

.l-green {
    background-color: #83c406;
}

.l-orange {
    background-color: #db3801;
}

.l-purple {
    background-color: #9e07d2;
}

.l-cyan {
    background-color: #07d3ca;
}

.main-margin {
    margin-bottom: 80px;
}

.slick-dots li.slick-active:before,
.slick-dots li:before {
    border-radius: 8px !important;
}

.list-box .slick-next {
    right: -44px;
}

.home-brand .blue-bttn a {
    margin-top: 10px;
}

.list-thumbs {
    margin: 80px 0px;
}

.list-thumbs h2 {
    text-align: center;
}

.list-thumbs .card__image {
    text-align: center;
    background-color: #fff;
}

.list-thumbs .model img {
    width: 100%;
    max-width: 170px;
    margin: auto;
    padding: 0px 0px 10px 0px;
}

.list-thumbs .blue-bttn a {
    width: 100%;
    max-width: 350px;
    margin-bottom: 12px;
    color: #0060dc !important;
    background-color: #fff !important;
    border: thin solid #0060dc !important;
    font-weight: 700;
}

.list-thumbs .blue-bttn a:hover {
    color: #fff !important;
    background-color: #0060dc !important;
    border: thin solid #0060dc !important;
}

.list-thumbs h4 {
    font-size: 16px;
}

.orange-btn a {
    margin-top: 20px !important;
    background-color: #dc6106;
    border: thin solid #dc6106 !important;
}

.list-thumbs .card {}

.in-ban-con .searchbardivband {
    background-color: inherit !important;
    border-bottom: none !important;
}

.in-ban-con .searchbardivband select {
    height: 44px;
    font-size: 14px;
}

.main-article .home-brand .card {
    width: 100%;
    margin: 0px 9px;
}

.main-article .home-brand p {
    font-size: 12px !important;
    line-height: 1.7;
}

.main-article .home-brand .card__article img {
    width: 28px;
}

.comp-imgs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 10px;
}

.litrtr .fa,
.fa-file-pdf {
    color: #d10a11 !important;
}

.p-2 {
    padding: 0px !important;
}

.p-1 {
    padding: 0px !important;
}

.things {
    margin-bottom: 30px;
}

.ytb .slick-slide {
    margin: 0px 40px;
    width: 100%;
    max-width: 550px;
}

.ytb .slick-slide iframe {
    width: 100%;
    max-width: 583px !important;
    height: 310px;
}

.model-imgs .slick-prev {
    left: -43px;
}

.foot-links {
    text-align: center;
}

.foot-links li {
    display: inline-block;
    padding: 0px 12px;
    border-right: thin solid #7d8597;
    line-height: 10px;
}

.foot-links li:last-child {
    border-right: 0px;
}

.foot-links a {
    color: #7d8597;
}

.ring-container {
    position: relative;
    display: inline-block;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -25px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -30px;
    top: -2px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.leading-dealer span {
    display: inline-block;
}

.leading-dealer {
    padding: 10px 10px 10px 39px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    border: thin solid #ebebeb;
    top: 45px;
    background: #fafafa;
    right: 15px;
}

#fh2 {
    padding: 2px 15px;
    color: #ff4d4d;
    text-align: center;
}

#fh6 {
    padding: 2px 15px;
    color: #4d0er;
    text-align: center;
    font-weight: normal;
}

.pinfo {
    margin: auto;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

#feedback .form-group {
    margin-bottom: 0px;
}

#feedback .panel-title {
    margin-top: 20px;
    padding-bottom: 10px;
}

#feedback .input-group {
    margin-bottom: 10px;
}

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.testimonial-block {
    margin: 20px 0px 60px 0px;
}

.testimonial-block h2 {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial {
    border: 1px solid #ebebeb;
    padding: 30px 30px;
    margin-bottom: 30px;
    position: relative;
    height: 350px;
}

.testimonial .fa {
    font-size: 30px;
    display: block;
    color: #0060dc;
}

.testimonial .description {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
}

.test-name {
    text-align: right;
    color: #222;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: 25px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-title {
    font-size: 18px;
    color: #000;
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.input-group-addon {
    width: 45px;
}

.n-rate {
    margin: 0px 10px;
    font-size: 13px;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline,
.radio-inline {
    margin-left: 0px;
    margin-right: 10px;
}

.input-group {
    width: 100%;
}

.modal {
    top: 30px;
}

.modal a {
    color: #fff;
}

#join-fadeMe {
    display: none;
    filter: alpha(opacity=20);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 1260;
    top: 0;
    left: 0;
    position: fixed;
}

#join-wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000;
    padding: 2px
}

#join-wait p {
    width: 63%;
    margin-top: 20px;
    left: 0%;
    color: #fff;
    margin-left: -133px;
    text-align: center;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.list-green {
    background-color: #2dbf00 !important;
}

.list-box .mob-button a {
    display: inline-block;
    margin-right: 10px !important;
    padding: 8px 20px;
}

.list-box .mob-bttn a:hover {
    border: 0px !important;
}

.list-box .pro-thumb {
    width: 190px;
    margin-bottom: 20px;
    display: inline-block;
}


/*
.list-box .model-imgs {
height: 100px;
overflow: hidden;} */

.pagination li {
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.purchase-img img {
    max-width: 100% !important;
    width: 100px !important;
}

.amzn-bttn img {
    width: 100% !important;
    max-width: 82px !important;
}

.blue-bttn .amzn-bttn a {
    background-color: #222222 !important;
    padding: 12px 38px 13px 38px!important;
    margin-left: 13px;
    margin-top: 20px;
    border: thin solid #222 !important;
}

.amzn-bttn a {
    background-color: #222222 !important;
    padding: 10px 38px 10px 38px;
    margin-left: 0px;
    margin-top: 20px;
    border: thin solid #000 !important;
    border-radius: 5px;
}

.brands-para p {
    margin-top: 0px;
}

.price-slider img {
    width: 100%;
    max-width: 130px;
    text-align: center;
    margin: auto;
}

.price-slider .img-box {
    max-width: 178px;
    margin-right: 26px;
}

.pk-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.pk-video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#msform {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}


/*buttons*/

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #0060cd;
    color: white;
}


/*icons*/

#msform .action-button>i {
    line-height: 70px;
    position: absolute;
}


/*headings*/

.fs-title {
    font-size: 21px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-bottom: 15px;
}

.fs-subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #4b4b4b;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 100;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 18px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    border: thin solid #0060dc;
    color: #333;
    background: #FFF;
    border-radius: 15px;
    margin: 0 auto 10px auto;
    z-index: 1000;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #0060dc;
    position: absolute;
    left: -44%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0060dc;
    border: thin solid #0060dc;
    color: white;
}

#contact-Modal .modal-header {
    background-color: #f3f3f3 !important;
    color: #333 !important;
    padding-left: 0px;
}

#contact-Modal .modal-header h4 {
    font-size: 20px !important;
    text-align: left;
}

#contact-Modal fieldset {
    background: #f3f3f3;
}

#contact-Modal .close {
    color: #aaa !important;
    z-index: 1000;
}

#contact-Modal .modal-body {
    background-color: #f3f3f3;
}

#contact-Modal .skip-step {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: right;
}

#contact-Modal .previous-step {
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: left;
}

#contact-Modal .mod-bttn {
    float: right;
    padding: 5px 19px !important;
}

#contact-Modal-mob .modal-header {
    background-color: #f3f3f3 !important;
    color: #333 !important;
    padding-left: 0px;
}

#contact-Modal .modal-header h4 {
    font-size: 20px !important;
    text-align: left;
}

#contact-Modal-mob fieldset {
    background: #f3f3f3;
}

#contact-Modal-mob .close {
    color: #aaa !important;
    z-index: 1000;
}

#contact-Modal-mob .modal-body {
    background-color: #f3f3f3;
}

#contact-Modal-mob .skip-step {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: right;
}

#contact-Modal-mob .previous-step {
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: left;
}

#contact-Modal-mob .mod-bttn {
    float: right;
    padding: 5px 19px !important;
}

.drive-pic {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    vertical-align: top;
}

.blue-bttn .oxy-blk a {
    background-color: #000 !important;
    border: thin solid #000 !important;
}


/* ----------------  New Theme  ------------------- */

.site-container {
    padding: 0px 40px;
}

.top-slick {
    margin: 6px 0px 6px 0px;
}

.top-slick a {
    text-decoration: none !important;
}

.top-slick span {
    color: #222 !important;
    font-size: 14px;
    font-weight: bold;
}

.top-slick i {
    padding-right: 6px;
}

.top-slick p {
    font-size: 13px;
    margin-bottom: 0px;
}

.top-slick ul li {
    display: inline-block;
    padding-left: 10px;
}

.top-slick ul {
    margin-bottom: 0px;
}

.fa-linkedin {
    color: #0076b7;
    font-size: 18px;
}

.fa-facebook-square {
    color: #3a549f;
    font-size: 18px;
}

.fa-youtube-square {
    color: #ff0000;
    font-size: 18px;
}

.site-container .wrap,
.mob-site-header .wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.mob-site-header {
    display: none;
}

.searchTerm {
    width: 100%;
    max-width: 800px;
    border: 3px solid #fff;
    border-right: none;
    padding: 15px 5px 15px 8px;
    height: 20px;
    border-radius: 25px !important;
    outline: none;
    color: #000;
}

.n-search .btn-primary {
    color: #383838 !important;
    background-color: #ffffff !important;
    border-color: thin solid #ced4da !important;
    border-color: #ced4da !important;
}

.n-search .btn-primary:hover {
    color: #383838 !important;
    background-color: #ffffff !important;
    border-color: thin solid #ced4da !important;
}

.mob-search {
    width: 100%;
}

.site-header img {
    margin-top: -4px;
    width: 100%;
    max-width: 246px;
}

.mob-log small {
    display: block;
}

.searchTerm:focus {
    color: #0060cd;
    ;
}

.searchButton {
    width: 80px;
    height: 36px;
    border: 2px solid #fff;
    background: #0060cd;
    ;
    text-align: center;
    color: #fff;
    margin-left: -78px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
}

.site-header .site-ftr .fas {
    font-size: 28px;
    padding-right: 10px;
}

.site-header .map-mark {
    margin-right: -8px;
    margin-top: 12px;
}

.site-header .site-ftr b {
    font-size: 15px;
}

.product-bar {
    padding: 30px 0px;
    border-bottom: thin solid #ebebeb;
}

.product-bar .pro-box img {
    margin-right: 7px;
    display: none !important;
}

.product-bar .pro-box a {
    text-decoration: none;
    color: #444;
}

.site-header a,
.search a {
    text-decoration: none;
    color: #fff;
}

.product-bar .pro-box {
    width: 16%;
    max-width: 212px;
    padding: 0px 22px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-right: thin solid #d3d3d3;
}

.product-bar .no-border {
    border-right: none !important;
}

.main-banner {
    overflow: hidden;
}

.main-banner img {
    width: 100%;
}

.main-banner .slick-dots {
    bottom: -11px;
}

.usp-band {
    padding: 20px 17%;
    margin: auto;
    background-color: #fafafa;
    border-bottom: thin solid #ebebeb;
}

.con-band {
    padding: 60px 0px;
}

.con-band .con-box {
    background-color: #fafafa;
    padding: 30px;
}

.con-band .con-box .com-img {
    height: 350px;
    padding-bottom: 20px;
    vertical-align: bottom;
}

.con-band .con-box img {
    width: 100%;
    max-width: 280px;
    vertical-align: bottom;
}

.cat-band {
    background-color: #ebebeb;
    padding: 30px 0px;
}

.cat-band .l-pad {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.cat-band .cat-box {
    background-color: #fff;
    padding: 20px;
}

.cat-box img {
    width: 100%;
    max-width: 110px;
    display: block;
}

.cat-box .col-md-6 {
    height: 120px;
}

.cat-band .cat-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.cat-band .cat-box small {
    padding-bottom: 20px;
    font-size: 12px;
}

.cat-band .cat-box a {
    font-size: 14px;
}

.home-brand {
    padding: 60px 0px;
}

.home-brand img {
    border: none;
}

.home-pro-slider {
    padding: 80px 15px 60px 40px;
}

.home-pro-slider h2 {
    font-weight: bold;
    margin-top: 0px;
}

.home-pro-slider p {
    margin-top: 60px;
}

.home-pro-slider .home-pro-box .one-pro-box {
    border: 3px solid #ebebeb;
    width: 100%;
    max-width: 215px;
    margin: 0px 10px;
}

.no-lap .slick-list {
    padding: 0px !important;
}

.home-pro-slider .home-pro-box .one-pro-box img {
    width: 100%;
}

.home-pro-slider .home-pro-box .one-pro-box .pro-box-text {
    padding: 15px 20px;
    background-color: #fff;
}

.home-pro-slider .home-pro-box .one-pro-box .pro-box-text h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.blue-slider {
    background-color: #0060cd;
}

.blue-slider h2,
.blue-slider p {
    color: #fff !important;
}

.products-list {
    border-top: thin solid #ebebeb;
    padding-top: 30px;
}

.products-list h1 {
    font-size: 34px;
    font-weight: bold;
}

.products-list .pro-sort {
    width: 100%;
    max-width: 200px;
}

.products-list h4 {
    font-size: 17px;
}

.products-list .pro-filter {
    border-right: thin solid #ebebeb;
    margin-right: 30px;
}

.products-list .filter-box {
    margin: 25px 0px;
}

.products-list .filter-box .custom-control {
    margin-bottom: -8px;
}

.products-list .filter-box label {
    font-size: 14px;
    font-weight: normal;
}

.products-list .filter-box a {
    font-size: 14px;
    text-decoration: none;
}

.pro-list-box .fa-star,
.pro-list-box .fa-star-half-alt,
.pro-side-info .fa-star,
.pro-side-info .fa-star-half-alt {
    color: #ffa51c;
    font-size: 14px;
}

.pro-list-box {
    padding: 40px 0px;
    border-bottom: thin solid #ebebeb;
}

.pro-list-box h2 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 0px;
}

.pro-list-box .product-img {
    width: 100%;
    max-width: 260px;
}

.pro-list-box .rating a,
.pro-side-info .rating a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

.pro-list-box .category,
.pro-side-info .category {
    text-decoration: none;
    font-size: 12px;
    border: thin solid #888;
    color: #666;
    padding: 3px;
    border-radius: 2px;
    margin: 10px 0px;
}

.pro-list-box p {
    margin: 10px 0px 3px 0px;
}

.pro-list-box .pro-price,
.pro-side-info .pro-price,
.related-pro-box .pro-price,
.cart-box .pro-price,
.pro-comp-tbl .pro-price {
    color: #b1271c;
    font-size: 26px;
    position: relative;
    padding-left: 8px;
    margin: 15px 0px;
}

.pro-side-info .pro-price,
.pro-comp-tbl .pro-price {
    font-weight: 500;
}

.text-strike {
    font-size: 14px;
    color: #777;
}

.pro-side-info .pro-price {
    font-size: 18px;
}

.pro-comp-tbl .pro-brand,
.pro-comp-tbl .star-rate {
    margin-bottom: 0px;
}

.text-strike {
    font-weight: normal;
}

.pro-side-info .pro-price,
.cart-box .pro-price {
    margin: 0px 0px 0px 0px;
}

.cart-box .pro-price {
    font-size: 20px;
    color: #000;
}

.pro-list-box .pro-price .price-symbol,
.pro-side-info .pro-price .price-symbol,
.related-pro-box .price-symbol {
    font-size: 14px;
    top: 4px;
    position: absolute;
    left: -1px;
}

.cart-box .pro-price .price-symbol {
    font-size: 14px;
}

.pro-list-box .pro-price strike,
.pro-side-info .pro-price strike,
.pro-comp-tbl .pro-price strike {
    font-size: 14px;
    color: #777;
}

.pro-list-box .demo {
    background-color: #0eaf28;
    border: thin solid #0eaf28;
    margin-left: 20px;
}

.pro-side-info .demo {
    background-color: #0eaf28;
    border: thin solid #0eaf28;
    margin: 0px 0px 20px 0px;
}

.pro-side-info .pro-brand {
    font-size: 16px;
    color: #01437f;
    margin: 0px;
    padding: 0px;
}

.buy-bttn .rent-bttn {
    background-color: #222 !important;
}

.buy-bttn a {
    width: 100%;
    max-width: 225px;
    padding: 16px 28px !important;
    font-size: 16px;
}

.pro-detail-cntr {
    width: 70%;
}

.range-slider {
    width: 100%;
    max-width: 220px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 20px;
    margin-bottom: 72px;
}

.range-slider .price-box {
    position: absolute;
    top: 35px;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    height: 31px;
    width: 100%;
    max-width: 72px;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.pro-banner {
    background-image: url(images/pro-banner.jpg);
    width: 100%;
    background-size: cover;
    padding: 20px 0px;
}

.pro-banner .banner-container {
    width: 60%;
    text-align: center;
    margin: auto;
}

.pro-banner h2 {
    margin: 0px;
}

.pro-banner .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
}

.pro-banner .banner-pro-img {
    background-color: #fff;
    border: 10px solid #0169ca;
    border-radius: 50%;
    width: 100%;
    padding: 31px 0px;
    height: 100%;
    max-width: 272px;
    max-height: 310px;
}

.banner-pro-img img {
    width: 100%;
    max-width: 160px;
}

.related-pro {
    margin: 50px 0px 80px 0px;
}

.related-pro-box {
    padding: 20px;
    border: thin solid #ebebeb;
    margin: 0px 10px;
    height: 100%;
    max-height: 330px;
    margin-bottom: 30px;
}

.related-pro-box img {
    max-width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
}

.related-pro-box .pro-price {
    font-size: 18px;
    margin: 0px;
}

.related-pro-box a {
    text-decoration: none;
    font-size: 13px;
}

.pro-content {
    margin: 30px 0px;
}

.pro-content p {
    width: 80%;
    font-size: 15px;
}

.pro-content ul li {
    margin: 0px 0px 10px 20px;
}

.pro-detail-table {
    margin: 50px 0px;
}

.pro-detail-table .tick-c img {
    width: 100%;
    max-width: 25px;
}

.pro-detail-table h3 {
    margin-bottom: 20px;
}

.cart-box {
    padding: 20px;
    background-color: #fafafa;
    border: thin solid #ebebeb;
    margin-bottom: 60px;
}

.cart-box h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.cart-box img {
    width: 100%;
    max-width: 250px;
}

.cart-box h2 {
    font-size: 22px;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 6px;
}

.cart-box p {
    margin-bottom: 6px;
}

.cart-dlt-bttn {
    background: #eaeaea;
    border: thin solid #ddd;
    font-size: 13px;
    color: #222;
    display: inline-block;
    margin-left: 10px;
}

.qnty-bttn {
    display: inline-block;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-top: 10px;
    background: #eaeaea;
    border: thin solid #ddd;
    border-radius: 3px;
    padding: 0px 8px;
}

* {
    margin: 0px;
    padding: 0px;
}

.swiper {
    display: none;
}


/*New logo colors
orange: #f7751f
light blue: #0095da
dark blue: #00537a
*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

header,
nav,
section,
footer {
    display: block;
}

header {
    margin: 8px 0px;
}

::selection {
    background: #00537a;
    color: white;
}

::-moz-selection {
    background: #00537a;
    color: white;
}

body {
    color: #444;
    margin: auto;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    outline: 0px solid transparent !important;
}

.top-head {
    padding: 5px 0px;
    border-bottom: thin solid #ccc;
    text-align: right;
    background-color: #ddd;
}

.top-head a {
    font-size: 13px !important;
    text-align: right;
    font-weight: 700;
    width: 100%;
    margin-right: 18px;
}

#header0 {
    background-color: #f47521;
    color: white;
    text-align: center;
    line-height: 1.3;
    padding-right: 0%;
    font-size: 75%;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header1 {
    background-color: #0060dc;
    color: white;
    text-align: right;
    line-height: 30px;
    padding-right: 0%;
    font-size: 75%;
    height: 30px;
}

#header1 a:link,
#header1 a:visited {
    color: white;
}

#header1 a:hover {
    text-decoration: underline;
}

.show-menu {
    text-decoration: none;
    color: white;
    padding: 5px 5%;
    display: none;
}


/*Hide checkbox*/

#navigation input[type=checkbox] {
    display: none;
}


/*Show menu when invisible checkbox is checked*/

input[type=checkbox]:checked~#menu {
    display: block;
}

nav {
    clear: both;
}

nav li {
    display: inline-block;
}

#navigation ul a:hover {
    color: #0060dc;
    transition-duration: 500ms;
}

#search_button {
    background: none;
    border: none;
    font-size: 80%;
}

#q {
    margin-left: 40px;
    width: 110px;
    height: 80%;
    border-color: #f2f2f2;
}

#wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 2px;
}

#menu a {
    font-size: 15px;
}

.sub-menu {
    display: none;
    background-color: #f4f4f4;
    padding: 0px;
    border-top: 2px solid #0060dc;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    width: 100%;
    max-width: 200px;
}

.sub-menu li {
    display: block;
    padding: 6px 26px;
    border-bottom: thin solid #ddd;
    text-align: left;
    ;
}

.sub-menu a {
    padding: 0px !important;
    line-height: 20px !important;
    font-size: 13px !important
}

.eq-menu {
    width: 100%;
    max-width: 418px;
}


/*Homepage elements========================================*/

#welcome {
    background: #000 url(/images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-top: 4px solid #0060dc;
    background-position: center;
    min-height: 250px;
    padding: 80px 0px 100px 0px;
    font-size: 110%;
    text-align: center;
    position: relative;
}

.homecare {
    background-image: none !important;
    background-color: #0060dc !important;
    border-top: 4px solid #153154 !important;
    margin-bottom: 50px !important;
    padding: 80px 0px 70px 0px !important;
}

#welcome h1 {
    font-size: 215%;
}

#welcome h1 span {
    color: #43baff;
}

.banner-txt {
    text-align: center !important;
}

.home-monitor {
    position: absolute;
    bottom: -135%;
    width: 100%;
    max-width: 270px;
    left: 38%;
}

.white-text {
    color: white;
}

.welcome-image {
    width: 200px;
    float: right;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-search input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.home-search input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #0060dc;
    border-color: #0060dc;
    outline: none;
}

.home-search form.search-form {
    display: flex;
    justify-content: center;
}

.home-search label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

.home-search input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-search input.search-submit {
    margin: 0;
    padding: 7px 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 1rem;
    border-radius: 0px;
    border: 2px solid #fff;
}

.home-search .form-control {
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 2px solid #fff;
}

.home-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.home-search .button {
    display: inline-block;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.15;
    background: #0060dc;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.info h2 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.three-element .blue-bttn a {
    margin-top: 0px;
}

.home-search .button:hover,
.home-search .button:active,
.home-search .button:focus {
    cursor: pointer;
    background: #00537a;
    outline: 0;
}

.thumbnail {
    text-align: center;
}

.home-guides,
.home-brand,
.home-review {
    text-align: center !important;
    margin: 40px 0px;
}

.home-guides .card-title {
    font-weight: 700;
}

.home-guides h2 {
    margin-bottom: 8px;
}

.band-title {
    margin-bottom: 40px;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.home-guides .card {
    border: 1px solid #eee;
    margin: 30px;
}

.home-brand .card {
    margin: 25px;
}

.home-guides .card .fa {
    font-size: 13px;
    padding-right: 4px;
}

.home-guides .card .fa-user {
    padding-left: 15px;
}

.home-guides .card-body {
    height: 235px !important;
}

.card-title {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 25px;
}

.card-text {
    font-size: 13px;
}

.read-link {
    font-size: 15px;
    font-weight: 700;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.red {
    color: #d10a11;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.home-review .blog-card {
    width: 100%;
    max-width: 550px;
    margin: 2vh;
    text-align: left;
    margin-bottom: 40px;
}

.home-review .header {
    background-color: #ececec;
    text-align: center;
    text-align: left;
}

.home-review .category {
    margin: 0;
    padding: 0px 0px 10px 20px;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.home-review .picture-wrapper {
    display: flex;
    justify-content: center;
}

.home-review .picture-wrapper img {
    height: 100%;
    width: 100%;
    max-width: 300px;
}

.home-review .title {
    font-size: 1.25em;
    padding: 6vh 4vh 2vh 4vh;
}

.home-review .author {
    font-size: 13px;
    padding: 0px 0px 10px 20px;
    font-style: italic;
    color: #aaa;
}

.home-review .text {
    font-size: 13px;
    padding: 0px 20px;
}

.home-review .read-link {
    padding: 20px 0px 20px 0px;
    margin-bottom: 20px;
    font-size: 14px;
}

.home-review .hover {
    font-size: 1.5625em;
}

.comparison-band {
    margin: 100px 0px 80px 0px;
}

.brands {
    margin: 60px 0px 100px 0px;
}

.comparison-band .slick-dots {
    bottom: -50px;
}

.home-review .picture-wrapper img {
    border: thin solid #ebebeb;
}

.comment-box {
    margin-top: 80px;
    border: thin solid #ebebeb;
    background: #fafafa;
    padding: 20px;
    border-radius: 3px;
}

.rtable {
    width: 60%;
}

.rtable th {
    text-align: left;
    background: #0060dc;
    color: #fff;
}

.rtable img {
    width: 100%;
    max-width: 100px;
}

.rtable .tbl-flag {
    width: 20px;
}

.port-tbl .blue-bttn .amzn-bttn a {
    margin-left: 0px;
}

.port-tbl .blue-bttn a {
    margin-bottom: 20px;
}

.rtable th,
.rtable td {
    padding: 6px 12px;
    border: 1px solid #d9d7ce;
}

.model-box {
    padding: 10px;
    border: thin solid #ebebeb;
    margin-bottom: 30px;
}

.model-box img {
    width: 100%;
    max-width: 200px;
}

.mod-des {
    padding: 20px 0px;
    text-align: left;
}

.mod-des h4 {
    font-size: 18px;
}

.mod-des .thumb-table {
    color: #666 !important;
}

.mod-des .thumb-table th {
    padding: 5px 0px;
    width: auto;
}

.mod-des .thumb-table td {
    width: auto;
}

.mod-des .blue-bttn .amzn-bttn a {
    padding: 11px 26px 11px 26px!important;
}

.list-search {
    padding: 10px 20px;
    margin-top: 10px;
}

.list-search select {
    border: 0px;
    margin-left: -15px;
}

.list-search .form-control-sm {
    margin-left: -10px;
    border: none;
}

.list-search .col-md-4 {
    border: thin solid #ebebeb;
    padding: 1px 15px;
}

.list-search .no-border {
    border: 0px;
    margin-left: -35px;
}

.list-search .no-border .blue-bttn {
    margin: 20px 0px 0px 20px;
}

.list-search .no-border .blue-bttn a {
    padding: 23px 39px !important;
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.list-search .m-lft {
    margin-left: -1px;
}

.list-search label {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-text ol,
.comment-text ul {
    margin-left: 15px;
}

.img-box {
    border: thin solid #ebebeb;
    text-align: center;
    padding: 8px;
    width: 100%;
    max-width: 220px;
    margin-right: 26px;
}

.mod-slider .slick-dots {
    display: none;
}

.border-box {
    border: thin solid #ebebeb;
    text-align: left;
    padding: 8px;
    width: 100%;
    max-width: 520px;
}

.border-box img {
    padding-bottom: 10px;
    width: 100%;
    max-width: 520px;
}

.img-box img {
    width: 100%;
    padding-bottom: 10px;
}

.guide-drop-down {
    width: 60%;
    max-width: 600px;
}

.guide-drop-down .form-control {
    border: 1px solid #ccc;
}

.guide-drop-down .form-control:focus {
    border: 1px solid #ccc !important;
}

.guide-drop-down input.search-submit {
    border: 0px;
}

.article-cntr .att-banner h2 {
    font-size: 36px;
    color: #fff;
    text-align: center !important;
}

.article-cntr .att-banner p {
    color: #fff;
    font-size: 14px !important;
}

.article-cntr .searchbardivband a {
    margin-top: 0px !important;
}

.article-cntr .banner-button a {
    border: 0px;
    padding: 13px 25px;
}

.top-brands {
    text-align: center;
}

.top-brands .col-md-2,
.top-brands .col-sm-3,
.top-brands .col-6 {
    padding: 0px;
    border: thin solid #eee;
}

.top-brands .site-container {
    padding: 0px 110px;
}

.top-brands img {
    width: 100%;
    max-width: 125px;
    border: thin solid #ebebeb;
    padding: 20px 10px;
}

.mod-img img {
    width: 100%;
    max-width: 250px;
}

.spec-thumb {
    margin-bottom: 40px;
    height: 60px;
}


.mod-specs {
    margin-left: -30px;
}

.mod-specs img {
    width: 100%;
    max-width: 15px;
    margin: -3px 0px 0px 5px;
}

.spec-thumb span {
    font-size: 13px;
}

.toptbl {
    width: 100%
}

.rtable .blue-bttn a {
    padding: 7px 11px !important;
    font-size: 12px;
    width: 100px;
}

.rtable .blue-bttn .amzn-bttn a {
    padding: 7px 16px !important;
}

.rtable .amzn-bttn img {
    width: 66px !important;
}

.bttry-block {
    padding: 30px 20px;
    border: thin solid #e6e6e6;
    margin-top: 30px;
}

.bttry-block h3 {
    text-align: center !important;
    margin-bottom: 20px;
}

.bttry-block .spec-thumb {
    margin-bottom: 0px;
}

.inheritphone {
    color: inherit !important;
    font-weight: inherit !important;
}

.mobonly {
    display: none;
}

.card a:link,
.banner-button a:link,
.text-wrapper a:link {
    text-decoration: none !important;
}

.package-band {
    background-color: #fafafa;
    border: 2px solid #ebebeb;
    padding: 28px 0px;
}

.package-band h3 {
    font-size: 28px;
    font-weight: bold;
    color: #0060dc;
    text-align: left !important;
}

.package-band h5 {
    font-size: 16px;
}

.package-band big {
    font-size: 32px;
    font-weight: bold;
    color: #0060cd;
}

.package-band .blue-bttn a {
    padding: 15px 40px !important;
    font-size: 16px;
    font-weight: bold;
    background-color: #33c343;
}

.package-band .blue-bttn a:hover {
    background-color: #278e32 !important;
}

.package-band .blue-bttn .call-bttn:hover {
    background-color: #00537a !important;
}

.package-band .start-price {
    text-align: right;
}

.price-head {
    font-size: 26px !important;
    line-height: 36px !important;
}

.pricing-tables {
    margin: 60px 0px;
}

.pricing-table {
    text-align: center;
    background: #fff;
    padding: 22px 0;
    border: thin solid #ebebeb;
    transition: all .2s ease-in-out;
}

.pricing-table:hover .pricing-table-button {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ccc;
    animation: glow-grow 2s ease-out infinite;
}

.pricing-table .title {
    font-size: 24px;
    font-weight: bold;
    color: #0D1F2D;
    text-align: center !important;
    margin: 0 0 22px 0;
}

.pricing-table .price-value {
    padding: 22px 0 12px 0px;
    background: #0060cd;
    margin-bottom: 22px;
    position: relative;
}

.pricing-table .price-value:before {
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}

.pricing-table .price-title {
    display: block;
    font-size: 20px;
    color: #eaeaea;
}

.pricing-table .price {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.pricing-table .currency {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    font-size: 22px;
    font-weight: 400;
    color: #f0f0f0;
}

.pricing-table .value-small {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    font-size: 22px;
    font-weight: 300;
    color: #f0f0f0;
}

.pricing-table .pricing-content {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.pricing-table .pricing-content li {
    font-size: 16px;
    color: #546A7B;
    padding: 5px 0px;
    margin-left: 0px;
}

.pricing-table .pricing-content li:nth-of-type(2n+1) {
    background-color: #fafafa;
}

.pricing-table .pricing-table-button {
    display: inline-block;
    padding: 8px 40px;
    background: #fff;
    color: #FAD32E;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #FAD32E;
    border-radius: 2px;
    transition: all 0.5s ease 0s;
}

.pricing-table .pricing-table-button:hover {
    background: #FAD32E;
    color: #fff;
    text-decoration: none;
}

.article-cntr .package-band h5 {
    font-size: 15px;
}

.article-cntr .package-band h3 {
    font-size: 25px;
}

.article-cntr .package-band .blue-bttn a {
    padding: 12px 24px;
    font-size: 14px;
}

.home-brand .card,
.comparison-band .card {
    background-color: #fff;
    margin-bottom: 1.6rem;
    text-align: left;
    outline: 0px solid transparent;
}

.comparison-band .card {
    margin: 0px 15px;
    width: 100%;
    height: 100%;
    min-height: 415px;
}

.home-brand .card__padding,
.comparison-band .card__padding {
    padding: 28px;
}

.home-p-b .card__padding {
    padding: 20px 60px;
}

.article-cntr .home-p-b .card__padding {
    padding: 20px 30px;
}

.home-brand .card__content {
    height: 100%;
    min-height: 320px;
}

.home-brand h4,
.comparison-band h4 {
    padding-left: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #0060dc;
}

.no-desk {
    display: none;
}

.home-brand h4 {
    padding-left: 0px;
    font-size: 22px;
}

.home-brand p,
.comparison-band li {
    padding-left: 0px;
    font-size: 12px !important;
    list-style: none;
    padding-bottom: 2px;
    text-align: inherit !important;
}

.comparison-band h4 {
    font-size: 17px !important;
    width: 100%;
}

.comparison-band li {
    font-size: 13px !important;
    line-height: inherit !important;
    padding: 0px !important;
    margin-left: 0px !important;
}

.home-brand .card__image,
.comparison-band .card__image {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.home-brand .card__image img,
.comparison-band .card__image img {
    width: 100%;
    max-width: 200px;
    display: block;
}

.latest-reviews {
    background-color: #fafafa;
    border: thin solid #ebebeb;
    padding: 50px 0px;
}

.comparison-band .card__image img {
    width: 100%;
    max-width: 179px;
    height: 100%;
    max-height: 250px;
    display: block;
}

.home-brand .card__image img {
    max-width: 220px;
    margin: auto;
    padding: 30px 0px;
}

.home-brand .card__content,
.comparison-band .card__content {
    position: relative;
}

.list-head {
    font-size: 38px !important;
    font-weight: 300 !important;
    line-height: 53px !important;
}


/* card article */

.home-brand .card__article a,
.comparison-band .card__article a {
    text-decoration: none;
    color: #0060dc;
    transition: all 0.5s ease;
}

.home-brand .card__article h5 {
    font-size: 15px;
    padding-bottom: 10px;
    height: 45px;
}

.home-brand .card__article img {
    width: 100%;
    max-width: 30px;
    padding-left: 10px;
    vertical-align: middle;
    float: right;
}

.country-flag img {
    width: 100%;
    max-width: 35px;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 0px !important;
}

.home-brand .card__article a:hover,
.comparison-band .card__article a:hover {
    color: #2980b9;
}


/* card action */

.home-brand .card__action,
.comparison-band .card__action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}

.home-brand .card__author img,
.comparison-band .card__author img {
    border-radius: 50%;
    margin-right: 0.6em;
}

.three-element p,
.post-module .post-content p {
    color: #777;
    line-height: 20px;
}

.three-element .nav-t {
    margin-bottom: 1.25rem;
    margin-left: 0;
    list-style: none;
    padding: 0px 0px;
}

.three-element .nav-t>li>a {
    display: block;
}

.three-element .nav-tabs {
    *zoom: 1;
}

.three-element .nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.three-element .nav-tabs:after {
    clear: both;
}

.three-element .nav-tabs>li {
    float: left;
}

.three-element .nav-tabs>li>a {
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 0.1rem;
    line-height: 1rem;
}

.three-element .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.three-element .nav-tabs>li {
    margin-bottom: -1px;
    width: 33.3%;
    text-align: center;
}

.three-element .nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.25rem;
    border: 1px solid transparent;
    color: #888;
    font-size: 20px;
}

.three-element .nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-bottom: 4px solid #0060dc;
    color: #222 !important;
}

.three-element .nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid #0060dc;
    color: #222 !important;
}

.three-element .tab-content.active {
    display: block;
}

.three-element .tab-content.hide {
    display: none;
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    width: 100%;
    min-width: 350px;
    height: 470px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #0060dc;
    width: 55px;
    height: 55px;
    padding: 8px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 100%;
    max-width: 350px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    height: 170px;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -32px;
    left: 0;
    background: #0060dc;
    padding: 7px 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-module .post-content p {
    font-size: 13px;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 19px;
    font-weight: 400;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #0060dc;
    font-size: 20px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.top-band {
    margin: 120px 0px;
}

.top-band:before,
.top-band:after {
    content: '';
    display: block;
    clear: both;
}

.top-band .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.top-band .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-band .info,
.comparison-band .info {
    margin: 50px auto;
    text-align: center;
}

.top-band .info span {
    color: #666666;
    font-size: 12px;
}

.top-band .info span a {
    color: #000000;
    text-decoration: none;
}

.top-band .info span .fa {
    color: #0060dc;
}

#contact-cta-section {
    padding-top: 37px;
    padding-bottom: 40px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    padding: 75px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
}

.wrapper-full {
    position: relative;
    margin: 0 auto;
}

.cta-wrapper {
    margin-bottom: 0;
    text-align: left;
    padding: 28px;
    background-color: #008fe4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.cta-wrapper .details-wrapper {
    float: left;
    width: 60%;
}

.cta-wrapper .details-wrapper h2 {
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #FFF;
    font-size: 27px;
}

.cta-wrapper .details-wrapper p {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cta-wrapper .blue-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #008fe4;
    color: #FFF;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    white-space: pre;
    margin: 31px 0 25px 0;
    float: right;
    margin: 0;
    color: #008fe4;
    background-color: #FFF;
    padding: 17px 0;
    width: 40%;
    text-align: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #facf62;
}

.carousel-indicators li {
    background-color: #facf62;
    opacity: .5;
}

.carousel-indicators .active {
    background-color: #facf62;
    opacity: 1;
}

#compare {
    text-align: center;
    margin-bottom: 3%;
}

#compare .thumbnail img {
    width: 90%;
    max-width: 225px;
}

#compare h1 {
    color: #0060dc;
}

.compare-carousel-names {
    margin-bottom: 12px;
    margin-top: 11px;
}

#comparison-carousel .carousel-indicators {
    bottom: 26%;
}

#manufacturer-carousel .carousel-indicators {
    bottom: -10%;
}

#manufacturer-carousel .carousel-control.right {
    bottom: 20%;
    right: -4%;
}

#manufacturer-carousel .carousel-control.left {
    bottom: 20%;
    left: -4%;
}

#top-manufacturers-train {
    text-align: center;
    background-color: #444;
    color: white;
    margin-top: 0%;
    padding-bottom: 2%;
}

#lightgrey {
    padding-top: 2%;
    background-color: white;
    padding-bottom: 3%;
}

#lightgrey h2 {
    font-size: 200%;
    padding-bottom: 2%;
}

.faq-button {
    font-weight: 400;
    padding: 5px 12px;
    color: #735304 !important;
    font-size: 16px;
    transition: all 0.5s ease-in 0s;
    background-color: #facf62;
    border: thin #bd8906 solid;
    border-radius: 3px;
}

.faq-button:hover {
    background-color: #fcca32;
    cursor: pointer;
    border: thin #bd8906 solid;
}

#review-blueback h1,
#compare h1,
#dealer h1,
#top-manufacturers-train h1 {
    line-height: 1.2;
    margin-top: 1%;
    font-size: 250%;
    margin-bottom: 3%;
    text-align: center;
}

#review-blueback h1 {
    margin-bottom: 5px;
}

#review select {
    width: 90%;
}

#review-blueback {
    background-color: #0060dc;
    border-top: 3px #00537a solid;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0;
}

.att-banner {
    background-color: #0060dc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0px 20px 0px;
    font-size: 110%;
    text-align: center;
}

.eq-banner {
    background-color: #0060dc;
    background-repeat: no-repeat;
    border-top: 4px solid #153154;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 0px 50px 0px;
    font-size: 110%;
    text-align: center;
}

.in-ban-con h1,
.in-ban-con h2 {
    margin-bottom: 8px !important;
    font-weight: 300;
    color: #fff;
    font-size: 35px;
}

.in-ban-con .form-control {
    height: 44px;
}

.in-ban-con p {
    font-size: 16px !important;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.mob-button {
    display: none;
}

.banner-button,
.mob-button {
    margin-bottom: 30px;
}

.banner-button a,
.mob-button a {
    border: thin solid #fff !important;
    padding: 10px 25px;
    font-family: 'Inter', sans-serif;
    font-size: 80%;
    border-radius: 3px;
    display: inline-block;
    border: none;
    color: #fff !important;
    text-decoration: none;
}

.banner-button a:hover,
.mob-button a:hover {
    border: thin solid #fff;
    background-color: #fff;
    color: #222 !important;
}

.mob-button i {
    padding-right: 8px;
}

.blue-bttn a,
.mod-bttn,
.blue-bttn input {
    border: thin solid #0060dc !important;
    padding: 10px 28px !important;
    font-family: 'Inter', sans-serif;
    font-size: 90%;
    border-radius: 5px !important;
    background-color: #0060dc;
    border: none !important;
    color: #fff !important;
    text-decoration: none;
}

.blue-bttn a:hover {
    background-color: #00537a !important;
    color: #fff !important;
}

.home-dealer-banner {
    border-top: 0px;
    padding: 50px 0px 60px 0px;
}

#dealer {
    background-color: #0060dc;
    border-top: 3px #00537a solid;
    color: white;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 3%;
    margin: 0;
}

.get-listed {
    margin-bottom: 5%;
}

.dealer-footer-links a:link,
.dealer-footer-links a:visited {
    color: white;
    text-align: left;
}

.dealer-footer-links a:hover {
    text-decoration: underline;
}

.dealer-footer-links {
    background-color: #00537a;
    color: white;
    padding: 2% 0;
}

.dealer-footer-links h2 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 140%;
    text-align: center;
}

.dealer_links,
.brand_dealer_links {
    font-size: 65%;
    text-align: left;
    color: white;
}

.dealer_links ul,
.brand_dealer_links ul {
    list-style: none;
}

.dealer_links ul li,
.brand_dealer_links ul li {
    padding-bottom: 5px;
}


/*Section elements===========================================================*/

a:link {
    color: #0060dc;
    text-decoration: underline;
}

a:visited {
    color: #0060dc
}

a:hover {
    color: #0060dc;
    transition-duration: 500ms;
}

.blue-bttn a:link {
    text-decoration: none;
}

.border {
    border: thin solid black;
}

section {
    box-sizing: border-box;
    width: 69%;
    line-height: 1.8;
    float: left;
    padding: 0 4% 4% 0;
    margin-bottom: 2%;
    text-align: justify;
}

section img {
    max-width: 100%;
    margin-bottom: 3%;
}

.br {
    display: none;
}

#poc {
    margin-left: 30px;
}

aside #poc {
    margin-left: 5px;
}

section h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    margin: 30px 0px;
}

section h2 {
    font-weight: 300;
    font-size: 250%;
    color: #0060dc;
    line-height: 1.2;
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: left;
}

h2 {
    font-weight: 500;
    font-size: 240%;
    color: #222;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 3%;
    font-weight: 300;
}

.mtime+article>h2:first-child {
    margin-top: 0;
}

.orange {
    color: #0060dc;
}

h3 a:link,
h3 a:visited {
    font-weight: 400;
}

section h3 {
    font-weight: 700;
    font-size: 120%;
    margin-top: 1%;
}

h3 {
    font-size: 140%;
}

section li {
    padding-bottom: 2%;
}

section p {
    padding: 0 0 3% 0;
}

h4,
h4+p,
h4+p+p,
h4+p+p+p,
h4+p+p+p+p,
h4+p+p+p+p+p {
    font-size: 93%;
}

section ul,
section ol {
    margin-left: 7%;
    padding-bottom: 2%;
}




/*blue text box in articles - Sticky Note==========================================*/

.sticky_note {
    text-align: center;
    float: right;
    width: 30%;
    background-color: #4bacc6;
    color: white;
    padding: 3%;
    margin: 3%;
    border: solid 1px #153154;
    outline: solid 1px #153154;
    outline-offset: 9px;
    font-style: italic;
    font-size: 105%;
}

.blue_text_with_shadow {
    color: #153154;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 115%;
}

.orange a {
    color: #0060dc !important;
}


/*input types=========================================================*/

.homepage_reset {
    display: none;
}

select {
    color: #444;
    border: 1px solid #0060dc;
    border-radius: 3px;
    width: 230px;
    height: 35px;
    font-size: 14px;
    padding: 2px 0px 2px 12px;
    cursor: pointer;
}

select:disabled {
    color: #8f8f8f;
    cursor: auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea {
    color: #444;
    border-radius: 3px;
    height: 35px;
    font-size: 14px;
    padding: 2px 0px 2px 12px;
}

.error-page {
    margin-bottom: 5%;
}

.error-page ul {
    list-style: none;
}

.error-page h1 {
    margin-bottom: 4.5%;
}

.error-page .small-text {
    font-size: 80%;
    margin-left: 2%;
}

textarea {
    height: 100px;
}

label {
    font-weight: 700;
}

.ytb .slick-dots {
    bottom: -50px;
}


/*Sidebars================================================================*/

aside {
    box-sizing: border-box;
    color: #444;
    width: 28%;
    float: right;
    margin: 2% 0 0% 2%;
    padding: 3%;
    padding-top: 2%;
    border: thin lightgrey solid;
    border-radius: 3px;
    background-color: #f2f4f6;
    max-width: 300px;
}

aside h3 {
    font-style: normal;
    padding-bottom: 5%;
}

aside #compare-selector {
    margin: 10% 0 5% 0;
}

.ad {
    box-sizing: border-box;
    color: #444;
    width: 28%;
    max-width: 300px;
    float: right;
    margin: 2% 0 0% 2%;
    padding: 0%;
    padding-top: 0%;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.compare_sidebar,
.dealer_sidebar {
    padding: 2%;
}

.related_links a:link,
.related_links a:visited {
    margin: 10px 0 10px 0;
    line-height: 1.8;
}

.related_links li {
    list-style: none;
    margin-top: 10px;
}

.contents a:link,
.contents a:visited {
    color: #444;
}

.contents a:hover {
    text-decoration: underline;
}

.contents ul {
    padding: 2%;
    padding-left: 10%;
    list-style: disc;
}

.contents h3 {
    font-size: 150%;
    padding-bottom: 5%;
    font-weight: 300;
    color: #0060dc;
}

.breadcrumb {
    color: #999;
    padding: 4px;
    font-size: 70%;
    border-bottom: thin solid lightgrey;
    border-top: thin solid lightgrey;
    margin-bottom: 3%;
    background-color: #fff;
    margin-top: 1%;
}

.active-bread {
    color: #999;
}

.mtime {
    color: #999;
    font-size: 80%;
    font-style: italic;
}

.results {
    text-align: left;
    list-style: none;
    width: 100%;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
    max-width: 630px;
    max-height: 400px;
    overflow-y: scroll;
}

.results li {
    padding: 0px 10px;
    line-height:35px;
    background-color: #fff;
}

.results li a {
    color: #222;
    text-decoration: none;
    width: 100%;
    display: block;
}

.results li:hover {
    background-color: #ebebeb
}


/*Review index=============================================*/

.review_brief h3 {
    font-weight: 400;
    font-size: 180%;
    color: #00537a;
    margin-bottom: 2%;
    margin-top: 4%;
}

.review_brief_wrapper {
    margin-bottom: 5%;
}

.review_brief_wrapper h2 {
    margin-top: 4%
}

.review_brief_wrapper h3 a:link,
.review_brief_wrapper h3 a:visited {
    color: #00537a;
}

.review_brief_wrapper h3 a:hover {
    color: #0060dc;
}

.thumbnail_review {
    width: 150px;
    float: left;
    margin-right: 25px;
    border: thin solid #f2f2f2;
}


/*Review Pages=============================================*/

.review-side-bar {
    box-sizing: border-box;
    background-color: #4bacc6;
    color: white;
    padding: 2%;
    border: solid 2px #153154;
    text-align: left;
    font-style: italic;
}

.review-side-bar ul {
    padding-bottom: 5%;
    padding-left: 12%;
    font-style: italic;
    list-style: circle;
}

.review-side-bar ul li {
    padding-bottom: 5%;
}

.reviewbluetext {
    color: #153154;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 105%;
}


/*faqs==============================================================*/

.question {
    font-size: 130%;
    color: #00537a;
    margin-top: 4%;
    cursor: pointer;
}

.answer {
    font-style: italic;
    padding-left: 7%;
    display: none;
}


/*About the company=================================================*/

.company {
    box-sizing: border-box;
    margin-top: 3%;
    background-color: #4bacc6;
    color: white;
    float: right;
    padding: 2% 1%;
    border: solid 2px #153154;
    text-align: center;
    font-style: italic;
    font-size: 105%;
}

.company_logo {
    box-sizing: border-box;
    background-color: white;
    float: right;
    padding: 0 1%;
    text-align: center;
    border: solid 1px;
}


/*tables===============================================*/

table td,
table th {
    padding: 5px;
}

table {
    font-size: 90%;
    margin-top: 1%;
    text-align: start;
    border-collapse: collapse;
    margin-bottom: 5%;
}

table img {
    width: 100%;
    max-width: 225px;
}

caption {
    font-weight: bold;
    font-size: 110%;
}

.table-form img {
    width: 100px;
}

.table-form tr:nth-child(odd) {
    background-color: white;
}

.table-form tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-form td {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-form {
    border: none;
}

.table-form input[type="text"],
.table-form input[type="tel"],
.table-form input[type="email"],
.table-form input[type="number"],
.table-form input[type="url"],
.table-form textarea {
    width: 200px;
}

.table-ratings img {
    width: 100px;
    border: thin lightgrey solid;
}

.table-ratings tr:nth-child(odd) {
    background-color: white;
}

.table-ratings tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-ratings td {
    border: none;
    font-size: 105%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;
}

.table-ratings {
    border: lightgrey thin solid;
}


/*Comments=========================================================*/

.comments {
    margin-top: 50px;
}

.comment-name {
    font-weight: bold;
}

.comment-elements {
    margin: 5% 0%;
}

.reply-comment-elements {
    margin: 2% 0% 1% 5%;
    padding-left: 3%;
    border-left: thin lightgrey solid;
}

.reply_button {
    color: #0060dc;
    font-size: 90%;
    cursor: pointer;
}

.comment-text,
.comment-text li {
    font-size: 14px !important;
}

.reply-box {
    margin: 10px 0px 0px 0px;
    border: thin solid lightgrey;
    background: #fafafa;
    padding: 20px;
    border-radius: 3px;
}

.slick-next::before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
}

.slick-prev::before {
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
}

.slick-prev:before,
.slick-next:before {
    font-size: 22px;
    line-height: 1;
    opacity: .75;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
    background-image: none !important;
}


/*Comparison Page==================================================*/

.comparison_page h1 {
    font-weight: 300;
    font-size: 250%;
    line-height: 1.2;
    color: #0060dc;
    margin-bottom: 6%;
}


/*Comparison index=================================================*/

.top_comparisons h2 {
    font-weight: 400;
    font-size: 180%;
    color: #00537a;
}

.top_comparisons ul {
    padding-left: 5%;
}

.top_comparisons ul li {
    line-height: 2;
}

.three_oc_top_comparison {
    margin-bottom: 5%;
}


/*FAQ Slider=======================================================*/

#slider {
    font-style: italic;
    overflow: hidden;
    margin: auto;
}

#slider>li {
    height: 70px;
    float: left;
    display: none;
}


/*Dealer's Data Page=================================================*/

fieldset {
    border-radius: 3px;
    text-align: center;
    background-color: #f9f9f9;
}

#dealer_page h1 {
    font-weight: 700;
    font-size: 100%;
    margin-bottom: 0;
}

#dealer_page h2 {
    font-size: 100%;
    margin-bottom: 0;
    color: #444;
    font-weight: 700;
}

#dealer_page .mtime {
    margin-bottom: 2%;
}

.dealer_name {
    font-weight: 300;
    font-size: 200%;
    color: #0060dc;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.contact_details {
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}

.dealer_locality {
    font-size: 120%;
    color: #0060dc;
    line-height: 1.2;
}

.deals_in {
    box-sizing: border-box;
    width: 40%;
    float: right;
    font-size: 80%;
}

.deals_in img {
    margin: 3%;
}

.rent {
    font-size: 120%;
    font-weight: bold;
    border-top: thin solid lightgrey;
    padding-top: 5px;
    margin-top: 5px;
    color: #00537a;
    font-style: italic;
}

.rent-tick {
    color: #0060dc;
}

.view_full_address {
    text-decoration: underline;
    font-style: italic;
    color: #00537a;
    cursor: pointer;
}

.full_address {
    diplay: none;
}

.show_number {
    width: 250px;
    margin: 5% 0 0 0;
    height: 35px;
    font-size: 100%;
    color: #444;
}

.contact_number a:link {
    font-weight: normal;
    color: #0060dc;
}

.contact_number a:hover {
    text-decoration: underline;
}

.contact_number {
    margin-top: 10%;
    font-size: 120%;
    padding-left: 25%;
    background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
    height: 70px;
    display: none;
    vertical-align: middle;
}

#dealer_list_wrapper>div {
    background: white;
    padding: 0%;
    padding-bottom: 7%;
    margin-bottom: 5%;
    border-bottom: thin solid #CCC;
}

div#dealer_list_wrapper div:last-child {
    border-bottom: none;
}


/*Manufacturer's Main Page======================================*/

.company_brief {
    padding: 5% 0%;
}

.company_brief img {
    float: left;
    width: 200px;
    padding: 0% 2%;
    border: thin solid #f2f2f2;
    margin-right: 5%;
    border-radius: 6px;
}


/*Learn index====================================================*/

.learn_brief {
    padding-bottom: 3%;
}

.thumbnail_learn {
    width: 200px;
    float: left;
    margin-right: 5%;
    border: thin solid #f2f2f2;
}


/*========================================================*/

.ft-cta {
    background-color: #0060dc;
    color: #fff;
    font-size: 20px;
    padding: 30px 0px;
    text-align: center;
    font-weight: 300 !important;
    font-size: 26px;
}

.ft-cta a {
    color: #fff !important;
}


/* footer {
	clear:both;
	background-color:#333;
	color: #ccc;
	font-size:80%;
	text-align:center;
	padding:0%;
}

footer p {color:#fff; }
footer p+p{padding-top:0;}

footer a:link, footer a:visited {color: white;}
footer a:hover {text-decoration:underline;} */

.footer-section {
    background: #fafafa;
    position: relative;
    color: #222;
    border-top: thin solid #ebebeb;
}

.con-f {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #0060dc;
    font-size: 22px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #0060dc;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0060dc;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #0060dc;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0060dc;
    padding: 13px 20px;
    border: 1px solid #0060dc;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #fafafa;
    border-top: thin solid #ebebeb;
    padding: 15px 0;
}

.rivals {
    margin-bottom: 30px;
}

footer ul {
    margin-bottom: 0px;
}

.copyright-text p {
    margin: 0;
    font-size: 12px;
    color: #222;
}

.copyright-text p a {
    color: #222;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0060dc;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.main-foot {
    padding: 40px 0px;
    text-align: left;
}

.foot-logo img {
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
    max-width: 150px;
}

.main-foot h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #fff;
}

.main-foot .col-md-6 {
    margin-bottom: 30px;
}

.main-foot ul {
    margin-left: 0px;
}

.main-foot li {
    padding-bottom: 6px;
    list-style: none;
    font-weight: 400;
}

.main-foot i {
    padding-right: 10px;
    font-size: 18px;
}

.main-foot a:hover {
    text-decoration: none;
    color: #5cb4ff;
}

.main-foot .con-det p {
    padding: 0 0 10px 0px !important;
    font-size: 15px;
}

.sub-footer {
    background-color: #222;
    padding: 20px;
}


/*PDI==========================================*/

.pdi-indent {
    padding-left: 5%;
}

.pdi-point {
    padding-top: 2%;
    padding-bottom: 1%;
}

.pdi-point label {
    font-weight: 400;
    cursor: pointer;
}

.pdi-indent .pdi-point {
    padding-top: 0;
    padding-bottom: 0;
}

.product-category {
    margin: 70px 0px;
}

.product-category h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 180%;
}

.product-category p {
    margin-bottom: 40px;
    width: 80%;
    color: black;
}

.product-thumb {
    display: inline-block;
    width: 48%;
    margin: 0px 20px 60px 0px;
}

.product-image {
    display: inline-block;
    width: 44%;
}

.product-image img {
    width: 95%;
}

.product-info {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}

.product-info h3 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 120%;
    text-transform: uppercase;
    padding-top: 20px;
}

.product-info h4 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 120%;
    color: #facf00;
    padding-bottom: 20px;
}

.product-info p {
    margin-bottom: 32px;
    font-size: 83%;
}

.product-info a {
    background: #222222;
    padding: 8px 20px;
    border: none;
    text-decoration: none;
    font-size: 80%;
    color: white;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease-in-out 0s;
}

.product-info a:hover {
    color: black;
    background: #facf00;
}

.product-table {
    display: inline-block;
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
    vertical-align: top;
}

.empty {
    margin-top: 30px;
}

.product-detail table {
    border-collapse: collapse;
}

.tbl-head {
    font-weight: 700;
    border: thin solid #ebebeb;
    background-color: #f7f7f7;
    padding: 8px 20px;
    width: 50%;
}

.tbl-sub {
    border: thin solid #ebebeb;
    padding: 8px 20px;
    width: 40%;
    background-color: #fff;
}

.walker .tbl-sub {
    border: thin solid #ebebeb;
    padding: 8px 20px;
    width: 20%;
    background-color: #fff;
}

.product-detail-button {
    margin-top: 30px;
}

.product-table table {
    border: none !important;
}

.product-table th {
    font-weight: 700;
    background-color: #eee !important;
    color: #222 !important;
    border: none !important;
    padding: 10px !important;
}

.product-table a {
    padding: 13px 35px;
    font-family: 'Inter', sans-serif;
    font-size: 90%;
    border: none;
    border-radius: 3px;
    margin-top: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.enquiry {
    background-color: #0060dc;
    margin-right: 30px;
}

.other-product {
    background-color: #222;
    color: white;
}

.enquiry:hover {
    background-color: #222;
    color: white;
}

.other-product:hover {
    background-color: #00426f;
    color: white;
}

.detail-table {
    margin: 60px 0px;
}

.detail-table th {
    background-color: #f7f7f7;
    border: thin solid #ebebeb;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 80%;
    font-family: 'Inter', sans-serif;
}

.detail-table td {
    border: thin solid #ebebeb;
    font-size: 80%;
    padding: 10px 5px;
    font-weight: 700;
    text-align: center;
}

.product-category h4,
.product-category p {
    padding-left: 0px !important;
    padding-bottom: 10px;
}

.product-category h3 {
    margin-bottom: 20px;
}

.product-category ul {
    margin: -40px 0px 30px 30px;
}

.services {
    text-align: center !important;
    margin: 40px 0px;
}

.services h2,
.n-times h2,
{
    margin-bottom: 20px;
}

.services p {
    padding-bottom: 30px;
    width: 70%;
    margin: auto;
    font-size: 15px;
}

.services .sr-block {
    width: 100%;
    vertical-align: top;
    max-width: 170px;
    display: inline-block;
    margin: 20px
}

.services .at-block {
    width: 100%;
    max-width: 135px;
}

.services .sr-block img {
    max-width: 60px !important;
    padding-bottom: 15px;
}

.services .sr-block i {
    font-size: 50px !important;
    padding-bottom: 15px;
    color: #0060dc;
}

.services .sr-block h4 {
    font-size: 15px;
    color: #222;
}

.nursing-points {
    margin-top: 0px;
    background-color: #fafafa;
    padding: 70px 0px;
    border-top: thin solid #ebebeb;
    border-bottom: thin solid #ebebeb;
}

.nursing-points h3 {
    font-size: 24px;
    margin-bottom: 6px;
    color: #222;
}

.nursing-points p {
    margin-bottom: 25px;
}

.n-points {
    margin-left: 30px;
    margin-bottom: 30px;
}

.n-points li {
    list-style: url(images/tick-b.png);
    padding-bottom: 8px;
}

.n-times {
    text-align: center;
    margin: 100px 0px;
}

.n-times h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #222;
}

.service-box {
    background-color: #f4f4f4;
    padding: 40px 60px;
    height: 100%;
    min-height: 260px !important;
    b-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.tick1 {
    margin-bottom: 60px;
}

.reviews {
    text-align: center;
    margin: -20px 0px 60px 0px;
}

.reviews h2 {
    margin-bottom: 10px;
}

.review-box {
    border-radius: 3px;
    padding: 30px;
    height: 100%;
    min-height: 200px;
}

.review-box p {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.review-box h5 {
    margin: 0;
}

.review-box p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #7d8597;
}

.review-box i {
    font-size: 10px;
    padding: 5px;
    background-color: #ddd;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.review-box .fa-star,
.review-box .fa-star-half-alt {
    color: #ffa51c !important;
    font-size: 14px !important;
    background: none !important;
    margin-right: 0px !important;
}

.rating {
    height: 26px;
    overflow: hidden;
    width: 100%;
    margin: auto !important;
}

.glyphicon-star,
.glyphicon-star-empty {
    color: #ffd642;
    font-size: 13px;
}

.modal-content .input-group {
    width: 100%;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts {
    padding: 0;
    margin: 100px 0px 0px 0px;
    text-align: center;
}

#projectFacts .fullWidth {
    padding: 0;
}

#projectFacts .nrs-fact h3 {
    color: #fff !important;
    padding: 10px 0px;
}

#projectFacts .nrs-fact p {
    font-size: 16px;
    padding: 10px;
}

.projectFactsWrap .item {
    width: 33.33%;
    height: 100%;
    min-height: 380px;
    padding: 50px 20px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #0174b9;
}

.projectFactsWrap .item:nth-child(2) {
    background: #0060dc;
}

.projectFactsWrap .item:nth-child(3) {
    background: #008fe4;
}

.projectFactsWrap .item p.number {
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 22px;
    font-family: 'Inter', sans-serif;
}

.projectFactsWrap .item i {
    margin-bottom: 20px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

.home-products-band {
    margin: 100px 0px;
    text-align: center;
}

.eq-box {
    padding: 20px;
}

.eq-box img {
    width: 100%;
    max-width: 250px;
    border: thin solid #ebebeb;
    margin: auto;
}

.eq-box h3 {
    color: #00385e;
    margin-top: 10px;
    font-size: 18px;
}

.charges .input-group-addon {
    width: 135px;
    text-align: left;
}

.charge {
    margin-bottom: 6px !important;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mod-slider {
    margin-bottom: 40px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 0px !important;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:before {
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ddd;
    position: absolute;
}

.slick-dots li.slick-active:before {
    top: 0;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    background-color: #0060dc;
}

.slick-prev {
    left: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: -40px;
}

.slick-arrow {
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -13px;
    position: absolute;
    z-index: 1000;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    opacity: 0.3;
    border: none;
    background-image: url(images/next-arrow.png);
    background-repeat: no-repeat;
}

.nursing-points img {
    width: 100% !important;
    max-width: 550px !important;
    padding-bottom: 20px;
}

a:focus {
    outline: none !important;
}

.contact-page {
    width: 80%;
}

.contact-page .touch {
    background-color: #fcfcfc;
    padding: 50px;
    color: #222 !important;
}

.contact-page .touch a {
    color: #222 !important;
}

.contact-page .touch i {
    margin-right: 10px;
}

nav .blue-bttn {
    text-align: right;
    margin: 10px 0px;
}

nav .blue-bttn a {
    display: inline-block !important;
    font-size: 14px !important;
    padding: 4px 14px !important;
    margin-top: 0px;
    margin-left: 0px;
}

nav .blue-bttn i {
    padding-right: 8px;
}

footer h4 {
    padding-left: 0px;
}

.sidenav {
    display: none;
}

.listing {
    padding: 20px 0px 80px 0px;
}

.listing .list-block {
    padding: 50px 0px;
    border-bottom: thin solid #CCC;
    position: relative;
}

.listing .list-block .profile-pic {
    height: 250px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listing .list-block img {
    width: 100%;
    max-width: 160px;
    vertical-align: middle;
}

.listing .list-block .p-type {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    background-color: #bbb;
}

.d-grey-bg {
    background-color: #888 !important;
}

.listing .list-block h2 {
    font-weight: 400;
    color: #0060dc;
    margin-bottom: 0px;
    font-size: 28px;
    text-transform: capitalize;
}

.listing .list-block .review-num {
    padding-left: 5px;
    color: #888;
    font-size: 14px;
}

.listing .list-block .shifts {
    color: #222;
    font-size: 13px !important;
    margin: 15px 0px 15px 0px;
}

.listing .list-block .per-shift {
    padding: 0px 15px 5px 0px;
    display: inline-block;
}

.listing .list-block i {
    padding: 0px 5px 5px 0px;
    font-size: 13px;
}

.listing .list-block .bill-t {
    color: #7b7b7b;
    margin-bottom: 3px;
}

.listing .list-block .bill-t span {
    font-weight: 700;
}

.listing .list-block .verified {
    color: #00ae10;
    margin-bottom: 3px;
    font-size: 15px;
}

.listing .list-block .verified .fa {
    font-size: 12px;
}

.listing .list-block .verified span {
    padding-right: 10px;
    display: inline-block;
}

.listing .list-block .pro-button {
    border: thin solid #0060dc !important;
    padding: 10px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    background-color: #0060dc;
    border: none;
    margin-top: -10px;
    color: #fff !important;
    text-decoration: none;
}

.listing .list-block .pro-button a {
    color: #fff !important
}

.listing .list-block:last-child {
    border-bottom: none;
}

.rate_after_deduction {
    color: red;
    font-size: 13px;
}

.money-back {
    color: #fff;
    background-color: #44d452;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
}

.listing .list-block .pro-button:hover {
    border: thin solid #00385e !important;
}

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 30%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.has-search {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin: auto;
}

.location {
    max-width: 200px !important;
}

.has-search .form-control {
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.srch-txt {
    color: #444;
    font-size: 13px;
}

.srch-txt span {
    color: #0060dc;
    font-size: 16px;
}

.dispnone {
    display: none;
}

.searchbardivband {
    background-color: #ebebeb;
    border-bottom: 1px #ccc solid;
    color: white;
    text-align: center;
    padding: 12px 0px;
    margin: 0;
}

.searchbardivband a {
    margin-top: 10px !important;
}

.has-search .form-control-feedback {
    z-index: 1;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    padding: 10px 20px 10px 20px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    position: absolute !important;
    top: 4px;
    left: -10px;
}

.listing .list-filters {
    margin: 80px 0px;
    padding-left: 40px;
    border-left: thin solid #CCC;
}

.listing .filter-block {
    padding: 10px 0px;
}

.listing .filter-block h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.listing .filter-block ul {
    margin-left: 10px;
}

.listing .filter-block li {
    list-style: none;
}

.listing .filter-block .container-checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-block .related-links li {
    padding-bottom: 7px;
    font-size: 14px;
}


/* Hide the browser's default checkbox */

.listing .filter-block .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.listing .filter-block .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.listing .filter-block .container-checkbox:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.listing .filter-block .container-checkbox input:checked~.checkmark {
    background-color: #0060dc;
}


/* Create the checkmark/indicator (hidden when not checked) */

.listing .filter-block .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.listing .filter-block .container-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.listing .filter-block .container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.get-listed {
    margin: 60px;
}

.form-horizontal .control-label {
    text-align: left;
}

.banner-logo {
    border: thin solid #ccc;
    width: 100%;
    max-width: 150px;
    margin-bottom: -20px;
    margin-top: 20px;
}

.list-pro-check .item i {
    display: inline-block;
    padding-right: 10px;
    font-size: 35px !important;
}

.list-pro-check .item h3 {
    display: inline-block;
    font-size: 18px;
}

.list-pro-check .item {
    min-height: 100px;
    padding: 30px 0px;
}

.list-pro-check {
    margin: 0px !important;
}

.list-pro-check .list-w-2 {
    width: 50%;
}

.list-pro-check .list-w-1 {
    width: 100%;
}

.pro-shift {
    margin-top: 0px;
}

.pro-services {
    margin-bottom: 0px;
    background-color: #fafafa;
    padding: 70px 0px;
    border-top: thin solid #ebebeb;
    border-bottom: thin solid #ebebeb;
}

.modal-header {
    background-color: #0060dc;
    text-align: center;
    color: #fff;
}

.modal-header h4 {
    font-size: 22px;
}

.modal-header .close {
    color: #fff !important;
    position: absolute;
    top: 0px;
    right: 10px;
}

.modal-header .close:focus,
.close:hover {
    color: #ccc;
}

.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal input[type="number"],
.modal input[type="url"],
.modal textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.charge input[type=checkbox] {
    margin-top: 7px !important;
}

.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    &:hover,
    &:focus {
        color: lighten(#555, 20%);
        border-color: lighten(#555, 20%);
    }
}


/* input file style */

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    +.js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;
        .icon:before {
            //font-awesome
            content: "\f093";
        }
        &.has-file {
            .icon:before {
                //font-awesome
                content: "\f00c";
                color: #5AAC7B;
            }
        }
    }
}

#feedback {
    max-width: 60%;
    width: 100%;
    margin: 10px auto;
    padding: 30px 20px;
    border: solid 1px #f1f1f1;
    background: #fbfbfb;
    box-shadow: #e6e6e6 0 0 4px;
    border-radius: 0.25rem;
    margin-bottom: 50px;
    margin-top: 50px;
}

#feedback button {
    margin: 10px 0px 0px 15px;
}

.list-pro-check {
    display: block !important;
}

.list-pro-check .item i {
    display: inline-block;
    padding-right: 10px;
    font-size: 35px !important;
}

.list-pro-check .item h3 {
    display: inline-block;
    font-size: 18px;
}

.list-pro-check .item {
    min-height: 100px;
    padding: 30px 0px;
}

.list-pro-check {
    margin: 0px !important;
}

.list-pro-check .list-w-2 {
    width: 50%;
}

.list-pro-check .list-w-1 {
    width: 100%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.flash_msg {
    position: fixed;
    z-index: 100000;
    top: 0;
    text-align: center;
}

.flash_msg .alert {
    padding: 5px 15px;
    margin: auto;
    max-width: 600px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#fadeMe {
    /* display: none; */
    opacity: 0.7;
    filter: alpha(opacity=20);
    background-color: #000;
    width: 0%;
    height: 100%;
    /* z-index:1260; */
    top: 0;
    left: 0;
    position: fixed;
    float: right;
}

.main-article li {
    margin-left: 30px;
    padding-bottom: 8px;
    line-height: 1.8;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.main-article h1,
.head h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 56px;
    color: #222;
}

.smallermodelpreview {
    margin-bottom: 0px;
}

.showallsmallermodel {
    margin: 0px 0px 20px 10px;
}

.main-article .entry-meta {
    font-size: 13px;
    color: #999;
}

.main-article h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-align: left !important;
}

.main-article h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.main-article .comparison-band h2 {
    text-align: center !important;
}

.main-article p {
    line-height: 2;
    font-size: 20px;
    color: #333;
    margin-top: 22px;
    margin-bottom: 13px;
}

.main-article label {
    display: inline;
}

.main-article input[type="submit"] {
    margin-top: 10px;
    font-size: 16px;
}

.article-cntr .main-img {
    width: 100%;
    padding-bottom: 40px;
}

.article-cntr .brand-pg-img {
    width: 100%;
    max-width: 200px;
}

.article-cntr {
    width: 60%;
    margin-top: 25px;
}


/* Social Icons */

#social_side_links {
    position: fixed;
    top: 170px;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
    display: block;
    max-width: 40px;
    padding: 10px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

#social_side_links li a:hover img {
    background: rgba(0, 0, 0, .2);
    &:hover {
        padding-left: 20px;
        width: 65px;
    }
}

.pro-title {
    font-size: 27px !important;
    line-height: 40px !important;
}

.pro-title span {
    font-size: 13px;
    font-weight: 300;
}

.pro-title .txt-blue {
    display: inline-block;
}

.bold {
    font-weight: 700 !important;
}

.dark-grey {
    color: #555;
}

.txt-blue {
    color: #0060dc !important;
}

.pro-side-info .price {
    font-weight: 700;
    font-size: 18px !important;
}

.light-grey {
    color: #888 !important;
}

.key-table {
    width: 100%;
    max-width: 350px;
}

.key-table th,
.key-table td {
    padding: 6px 0px;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    font-size: 13px;
}

.key-table td {
    font-weight: 400;
}

.key-table img,
.card__article img,
.pro-comp-tbl img {
    width: 26px !important;
    padding: 0px 6px !important;
    display: inline-block;
}

.cert-tbl {
    width: 100%;
    max-width: 350px;
}

.cert-tbl img {
    width: 50px;
    padding: 4px;
}

.cert-tbl td,
.cert-tbl th {
    border-bottom: 1px solid #dee2e6;
    border-top: inherit;
}

.alarm-tbl th,
.cert-tbl th {
    width: 100%;
    max-width: 200px;
}

.btn-lg {
    padding: 15px 60px !important;
}

.pro-side-info .blue-bttn a,
.top-mod-side .blue-bttn a,
.mod-dealer a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 10px 42px !important;
    font-size: 100%;
    font-weight: 700;
}

.pro-side-info .blue-bttn {
    margin-top: 30px;
}

.pro-side-info .blue-bttn a:hover {
    color: #fff !important;
}

.good-bad {
    border: thin solid #dee2e6;
    padding: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.good-bad h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.good-bad li {
    font-size: 14px;
    line-height: 25px;
}

.good-bad .fa-thumbs-up,
.fa-check {
    color: #2dbf00;
    padding-right: 5px;
}

.good-bad .fa-thumbs-down {
    color: #ff4d4d;
    padding-right: 5px;
}

.cert img {
    padding-right: 20px;
}

.people-saying h4 {
    font-size: 18px;
    padding-left: 0px;
    font-weight: 700;
}

.small-p {
    font-size: 13px !important;
    padding-left: 0px;
}

.thumb-table th {
    width: 50%;
    max-width: 100px;
    padding: 3px 0px;
    border-bottom: none;
}

.thumb-table td {
    width: 50%;
    max-width: 100px;
    padding: 3px 0px;
    border-bottom: none;
}

.card__article p {
    padding-left: 0;
}

.faq-box {
    border: thin solid #e5e5e5;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 30px;
}

.faq-box h3 {
    font-size: 18px;
    font-weight: 400;
}

.faq-box p {
    text-align: inherit;
}

.faq-box .qa-box {
    padding: 10px 15px;
    border-bottom: thin solid #e1e1e1;
    margin-bottom: 10px;
}

.faq-box .qa-box:last-child {
    border-bottom: 0px solid #e1e1e1;
    padding-bottom: 0px;
}

.no-border {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    border-right: 0px !important;
}

.comparison-band .blue-bttn a {
    margin-top: 0px;
    padding: 6px 28px;
}

.list-pg {
    margin-top: 30px;
}

.list-pg .list-box {
    padding: 38px;
    border: thin solid #fff;
    border-bottom: thin solid #e1e1e1;
}

.list-box .mob-button {
    margin-top: 30px;
}

.list-pg .list-box:hover {
    border: thin solid #e1e1e1;
}

.list-pg .list-box h2 {
    margin: 0px;
    font-size: 24px;
}

.list-pg .list-box i {
    font-size: 14px;
}

.list-pg .list-box .dealer-location {
    font-size: 16px;
    margin-bottom: 5px;
}

.list-pg .list-box .model-imgs {
    margin-top: 10px;
    margin-bottom: 50px;
}

.list-pg .list-box .model-imgs img {
    width: 100%;
    max-width: 72px;
}

.list-pg .list-box .model-imgs .slick-dots {
    bottom: -50px;
}

.list-pg .list-box a {
    text-decoration: none;
}

.list-pg .list-box .more-models {
    position: relative;
}

.fade-img {
    opacity: 0.4;
}

.list-pg .list-box .more-models span {
    position: absolute;
    top: 4%;
    left: 3%;
    color: #008fe4;
    font-weight: 700;
    opacity: 1 !important;
}

.list-pg .list-box .con-details {
    padding-top: 20px;
    border-top: thin dotted #e1e1e1;
    margin-top: 30px;
    display: none;
}

.list-pg .list-box .con-details h3,
.dealer-con {
    color: #00ae10 !important;
    text-decoration: none !important;
}

.list-pg .list-box .con-details h3 small {
    font-size: 14px;
    color: #444;
}

.list-pg .list-box .con-details p {
    margin-bottom: 0px;
    text-align: inherit;
}

.list-box .mob-bttn {
    margin-top: 30px;
}

.pro-comp-tbl {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.pro-comp-tbl th {
    background: #F5F5F5;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    height: 53px
}

.pro-comp-tbl td {
    font-size: 13px;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    border: 1px solid #DDD;
    padding: 10px;
    empty-cells: show;
}

.pro-comp-tbl td,
.pro-comp-tbl th {
    text-align: left;
}

.pro-comp-tbl td+td,
.pro-comp-tbl th+th {
    text-align: left;
}

.pro-comp-tbl .sep {
    background: #fafafa;
    font-weight: bold;
    color: #135394;
    text-transform: uppercase;
}

.pro-comp-tbl .txt-l {
    font-size: 14px;
    font-weight: bold;
}

.pro-comp-tbl .txt-top {
    position: relative;
    top: -3px;
    left: -1px;
}

.pro-comp-tbl .form-control {
    width: 100%;
}

.hide {
    border: 0;
    background: none;
}

#product_brand_model_1,
#product_brand_model_2,
#product_brand_model_3 {
    font-size: 20px;
    height: auto !important;
    line-height: 22px;
    margin-bottom: 0px;
}

#product_image_1 img,
#product_image_2 img,
#product_image_3 img {
    margin-top: 10px;
    padding: 5px;
    border: thin solid #ebebeb;
    background-color: #fff;
    width: 100% !important;
    max-width: 115px !important;
}

.pro-comp-tbl .bold img {
    width: 100% !important;
    margin-top: 0px;
    max-width: 120px;
}

.comp-pro-pg {
    margin-bottom: 100px;
}

.add-pro-comp {
    border: 1px solid rgba(36, 39, 44, .15);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.add-pro-comp .add-icon .fa {
    color: rgba(36, 39, 44, .15);
    border: thin dotted rgba(36, 39, 44, .15);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.add-pro-comp .add-icon .fa {
    margin: 35px;
}

.add-pro-comp .add-icon {
    height: 200px;
}

.add-pro-comp .add-icon img {
    width: 100% !important;
    max-width: 120px;
    margin-bottom: 10px;
}

.add-pro-comp .form-control {
    border-radius: 0px;
    height: 46px;
    margin-bottom: -17px;
}

.content-container {
    display: flex;
    margin: 0 auto;
    background-color: white;
    max-width: 660px;
    width: 100%;
    margin-right: 40px;
}

.product-image--container {
    margin: 0 0px;
}

.triangle-topleft {
    position: relative;
    width: 0;
    height: 0;
    border-top: 100px solid #FFC500;
    border-right: 100px solid transparent;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.triangle-topleft:hover {
    border-top: 100px solid #ffd54d;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.product-image--list {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.product-image--list li {
    margin: 0 3px;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    display: block;
    width: 100%;
    max-width: 45px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.product-image--list li.item-selected {
    box-shadow: 1px 1px 1px #888888;
    border: 2px solid #55ACEE;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.product-image--item {
    max-width: 40px;
    max-height: 40px;
}

.al-logo {
    padding: 0px 33%;
    line-height: 100px;
    border-radius: 62px;
    font-size: 50px;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
}

.pro-thumb-info {
    margin-left: -20px;
}

.pro-mod-pic {
    position: relative;
}

.tick-m {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
}

.tick-m img {
    width: 20px !important;
}

.tick-c img {
    width: 32px !important;
    margin-left: -10px;
}

.pro-side-info .tick-c img {
    max-width: 32px !important;
}

.l-yellow {
    background-color: #dcba00;
}

.l-red {
    background-color: #d10a11;
}

.l-blue {
    background-color: #0257c4;
}

.l-green {
    background-color: #83c406;
}

.l-orange {
    background-color: #db3801;
}

.l-purple {
    background-color: #9e07d2;
}

.l-cyan {
    background-color: #07d3ca;
}

.main-margin {
    margin-bottom: 80px;
}

.slick-dots li.slick-active:before,
.slick-dots li:before {
    border-radius: 8px !important;
}

.list-box .slick-next {
    right: -44px;
}

.home-brand .blue-bttn a {
    margin-top: 10px;
}

.list-thumbs {
    margin: 80px 0px;
}

.list-thumbs h2 {
    text-align: center;
}

.list-thumbs .card__image {
    text-align: center;
    background-color: #fff;
}

.list-thumbs .model img {
    width: 100%;
    max-width: 170px;
    margin: auto;
    padding: 0px 0px 10px 0px;
}

.list-thumbs .blue-bttn a {
    width: 100%;
    max-width: 350px;
    margin-bottom: 12px;
    color: #0060dc !important;
    background-color: #fff !important;
    border: thin solid #0060dc !important;
    font-weight: 700;
}

.list-thumbs .blue-bttn a:hover {
    color: #fff !important;
    background-color: #0060dc !important;
    border: thin solid #0060dc !important;
}

.list-thumbs h4 {
    font-size: 16px;
}

.orange-btn a {
    margin-top: 20px !important;
    background-color: #dc6106;
    border: thin solid #dc6106 !important;
}

.list-thumbs .card {}

.in-ban-con .searchbardivband {
    background-color: inherit !important;
    border-bottom: none !important;
}

.in-ban-con .searchbardivband select {
    height: 44px;
    font-size: 14px;
}

.main-article .home-brand .card {
    width: 100%;
    margin: 0px 9px;
}

.main-article .home-brand p {
    font-size: 12px !important;
    line-height: 1.7;
}

.main-article .home-brand .card__article img {
    width: 28px;
}

.comp-imgs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding: 10px;
}

.litrtr .fa,
.fa-file-pdf {
    color: #d10a11 !important;
}

.p-2 {
    padding: 0px !important;
}

.p-1 {
    padding: 0px !important;
}

.things {
    margin-bottom: 30px;
}

.ytb .slick-slide {
    margin: 0px 40px;
    width: 100%;
    max-width: 550px;
}

.ytb .slick-slide iframe {
    width: 100%;
    max-width: 583px !important;
    height: 310px;
}

.model-imgs .slick-prev {
    left: -43px;
}

.foot-links {
    text-align: center;
}

.foot-links li {
    display: inline-block;
    padding: 0px 12px;
    border-right: thin solid #7d8597;
    line-height: 10px;
}

.foot-links li:last-child {
    border-right: 0px;
}

.foot-links a {
    color: #7d8597;
}

.ring-container {
    position: relative;
    display: inline-block;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -25px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -30px;
    top: -2px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.leading-dealer span {
    display: inline-block;
}

.leading-dealer {
    padding: 10px 10px 10px 39px;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    border: thin solid #ebebeb;
    top: 45px;
    background: #fafafa;
    right: 15px;
}

#fh2 {
    padding: 2px 15px;
    color: #ff4d4d;
    text-align: center;
}

#fh6 {
    padding: 2px 15px;
    color: #4d0er;
    text-align: center;
    font-weight: normal;
}

.pinfo {
    margin: auto;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 20px;
}

#feedback .form-group {
    margin-bottom: 0px;
}

#feedback .panel-title {
    margin-top: 20px;
    padding-bottom: 10px;
}

#feedback .input-group {
    margin-bottom: 10px;
}

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.testimonial-block {
    margin: 20px 0px 60px 0px;
}

.testimonial-block h2 {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial {
    border: 1px solid #ebebeb;
    padding: 30px 30px;
    margin-bottom: 30px;
    position: relative;
    height: 350px;
}

.testimonial .fa {
    font-size: 30px;
    display: block;
    color: #0060dc;
}

.testimonial .description {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
}

.test-name {
    text-align: right;
    color: #222;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: 25px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-title {
    font-size: 18px;
    color: #000;
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.input-group-addon {
    width: 45px;
}

.n-rate {
    margin: 0px 10px;
    font-size: 13px;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline,
.radio-inline {
    margin-left: 0px;
    margin-right: 10px;
}

.input-group {
    width: 100%;
}

.modal {
    top: 30px;
}

.modal a {
    color: #fff;
}

#join-fadeMe {
    display: none;
    filter: alpha(opacity=20);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 1260;
    top: 0;
    left: 0;
    position: fixed;
}

#join-wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000000;
    padding: 2px
}

#join-wait p {
    width: 63%;
    margin-top: 20px;
    left: 0%;
    color: #fff;
    margin-left: -133px;
    text-align: center;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.list-green {
    background-color: #2dbf00 !important;
}

.list-box .mob-button a {
    display: inline-block;
    margin-right: 10px !important;
    padding: 8px 20px;
}

.list-box .mob-bttn a:hover {
    border: 0px !important;
}

.list-box .pro-thumb {
    width: 190px;
    margin-bottom: 20px;
    display: inline-block;
}


/*
.list-box .model-imgs {
height: 100px;
overflow: hidden;} */

.pagination li {
    margin-left: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
}

.purchase-img img {
    max-width: 100% !important;
    width: 100px !important;
}

.amzn-bttn img {
    width: 100% !important;
    max-width: 82px !important;
}

.blue-bttn .amzn-bttn a {
    background-color: #222222 !important;
    padding: 12px 38px 13px 38px!important;
    margin-left: 13px;
    margin-top: 20px;
    border: thin solid #222 !important;
}

.amzn-bttn a {
    background-color: #222222 !important;
    padding: 10px 38px 10px 38px;
    margin-left: 0px;
    margin-top: 20px;
    border: thin solid #000 !important;
    border-radius: 5px;
}

.brands-para p {
    margin-top: 0px;
}

.price-slider img {
    width: 100%;
    max-width: 130px;
    text-align: center;
    margin: auto;
}

.price-slider .img-box {
    max-width: 178px;
    margin-right: 26px;
}

.pk-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.pk-video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#msform {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    text-align: left;
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
}


/*buttons*/

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #0060cd;
    color: white;
}


/*icons*/

#msform .action-button>i {
    line-height: 70px;
    position: absolute;
}


/*headings*/

.fs-title {
    font-size: 21px;
    text-transform: uppercase;
    color: #4b4b4b;
    margin-bottom: 15px;
}

.fs-subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #4b4b4b;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 100;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 18px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    border: thin solid #0060dc;
    color: #333;
    background: #FFF;
    border-radius: 15px;
    margin: 0 auto 10px auto;
    z-index: 1000;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #0060dc;
    position: absolute;
    left: -44%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0060dc;
    border: thin solid #0060dc;
    color: white;
}

#contact-Modal .modal-header {
    background-color: #f3f3f3 !important;
    color: #333 !important;
    padding-left: 0px;
}

#contact-Modal .modal-header h4 {
    font-size: 20px !important;
    text-align: left;
}

#contact-Modal fieldset {
    background: #f3f3f3;
}

#contact-Modal .close {
    color: #aaa !important;
    z-index: 1000;
}

#contact-Modal .modal-body {
    background-color: #f3f3f3;
}

#contact-Modal .skip-step {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: right;
}

#contact-Modal .previous-step {
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: left;
}

#contact-Modal .mod-bttn {
    float: right;
    padding: 5px 19px !important;
}

#contact-Modal-mob .modal-header {
    background-color: #f3f3f3 !important;
    color: #333 !important;
    padding-left: 0px;
}

#contact-Modal .modal-header h4 {
    font-size: 20px !important;
    text-align: left;
}

#contact-Modal-mob fieldset {
    background: #f3f3f3;
}

#contact-Modal-mob .close {
    color: #aaa !important;
    z-index: 1000;
}

#contact-Modal-mob .modal-body {
    background-color: #f3f3f3;
}

#contact-Modal-mob .skip-step {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: right;
}

#contact-Modal-mob .previous-step {
    text-align: left;
    cursor: pointer;
    display: inline-block;
    width: 49%;
    float: left;
}

#contact-Modal-mob .mod-bttn {
    float: right;
    padding: 5px 19px !important;
}

.drive-pic {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    vertical-align: top;
}

.blue-bttn .oxy-blk a {
    background-color: #000 !important;
    border: thin solid #000 !important;
}


/* ----------------  New Theme  ------------------- */

.site-container {
    padding: 0px 40px;
}

.top-slick {
    margin: 6px 0px 3px 0px;
}

.top-slick ul li {
    display: inline-block;
    padding-left: 10px;
}

.top-slick ul {
    margin-bottom: 0px;
}

.fa-linkedin {
    color: #0076b7;
    font-size: 18px;
}

.fa-facebook-square {
    color: #3a549f;
    font-size: 18px;
}

.fa-youtube-square {
    color: #ff0000;
    font-size: 18px;
}

.site-header {
    background-color: #fff;
    padding: 15px 0px 10px 0px;
    box-shadow: 0 8px 6px -12px black;
    border-bottom: thin solid #ccc;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm:focus {
    color: #0060cd;
    ;
}

.searchButton {
    width: 80px;
    height: 36px;
    border: 2px solid #fff;
    background: #0060cd;
    ;
    text-align: center;
    color: #fff;
    margin-left: -78px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 20px;
}

.site-header .site-ftr .fas {
    font-size: 28px;
    padding-right: 10px;
}

.site-header .map-mark {
    margin-right: -8px;
    margin-top: 12px;
}

.site-header .site-ftr b {
    font-size: 15px;
}

.site-header .cart .cart-badge {
    position: absolute;
    position: absolute;
    top: -6px;
    font-size: 10px;
    left: 25px;
    font-weight: bold;
    background-color: #444;
    color: #fff;
    width: 15px;
    height: 15px;
    padding: 0px 5px;
    border-radius: 50%;
}

.product-bar {
    padding: 12px 0px;
    border-bottom: thin solid #ebebeb;
}

.product-bar .pro-box {
    text-align: center;
}

.product-bar .pro-box img {
    margin-bottom: 5px;
    width: 100%;
    max-width: 45px;
    display: inline-block;
}

.product-bar .pro-box a {
    text-decoration: none;
    color: #444;
}

.site-header a {
    text-decoration: none;
    color: #444;
}

.search input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.search input:focus+.results {
    display: block
}

.search .results {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 600px;
    z-index: 10000;
    text-align: left;
    padding: 0;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    border: thin solid #ebebeb;
    border-radius: 3px;
    background-color: #fff;
}

.search .results li {
    display: block
}

.search .results li:first-child {
    margin-top: -1px
}

.search .results li:first-child:before,
.search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 4%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before,
.search .results li:first-child:hover:after {
    display: none
}

.search .results li:last-child {
    margin-bottom: -1px
}

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results a span {
    font-weight: 200
}

.search .results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.search .results a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fafafa;
}

.usp-band img {
    width: 100%;
    max-width: 50px;
}

.product-bar .pro-box {
    width: 16%;
    max-width: 212px;
    padding: 0px 22px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    border-right: thin solid #d3d3d3;
}

.product-bar .no-border {
    border-right: none !important;
}

.main-banner img {
    width: 100%;
}

.usp-band {
    padding: 20px 17%;
    margin: auto;
    background-color: #fafafa;
    border-bottom: thin solid #ebebeb;
}

.usp-band .icon {
    text-align: right;
}

.usp-band p {
    font-size: 12px;
    margin-top: -2px;
    margin-bottom: 0px;
}

.con-band {
    padding: 60px 0px;
}

.con-band .con-box {
    background-color: #fafafa;
    padding: 30px;
}

.con-band .con-box .com-img {
    height: 350px;
    padding-bottom: 20px;
    vertical-align: bottom;
}

.con-band .con-box img {
    width: 100%;
    max-width: 280px;
    vertical-align: bottom;
}

.cat-band {
    background-color: #ebebeb;
    padding: 30px 0px;
}

.cat-band .l-pad {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.cat-band .cat-box {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0px;
    height: 100%;
    min-height: 310px;
    max-height: 370px;
}

.cat-band .cat-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.cat-band .cat-box p {
    font-size: 11px;
}

.cat-band .cat-box small {
    padding-bottom: 20px;
    font-size: 12px;
}

.cat-band .cat-box a {
    font-size: 14px;
}

.cat-band .cat-box .mb-2 a {
    text-decoration: none;
    color: #222;
}

.home-brand {
    padding: 0px 0px;
}

.home-brand img {
    border: none;
}

.home-pro-slider {
    padding: 80px 15px 60px 40px;
}

.home-pro-slider h2 {
    font-weight: bold;
    margin-top: 0px;
    font-size: 28px;
}

.home-pro-slider p {
    margin-top: 60px;
}

.home-pro-slider .home-pro-box .one-pro-box {
    border: 1px solid #ebebeb;
    width: 100%;
    max-width: 215px;
    background-color: #fff;
    height: 269px !important;
    margin: 0px 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-pro-slider .home-pro-box a {
    text-decoration: none !important;
    color: #222 !important;
}

.home-pro-slider .home-pro-box .one-pro-box img {
    width: 100%;
    padding: 13px;
}

.home-pro-slider .home-pro-box .one-pro-box .pro-box-text {
    padding: 15px 20px;
    background-color: #fff;
}

.home-pro-slider .home-pro-box .one-pro-box .pro-box-text h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.blue-slider {
    background-color: #0060cd;
}

.blue-slider h2,
.blue-slider p {
    color: #fff !important;
}

.products-list {
    border-top: thin solid #ebebeb;
    padding-top: 15px;
    margin-bottom: 60px;
}

.products-list h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}

.products-list .pro-sort {
    width: 100%;
    max-width: 200px;
}

.products-list h4 {
    font-size: 17px;
}

.products-list .pro-filter {
    border-right: thin solid #ebebeb;
    margin-right: 30px;
}

.products-list .filter-box {
    margin: 25px 0px;
}

.products-list .filter-box label {
    font-size: 14px;
    font-weight: normal;
}

.products-list .filter-box a {
    font-size: 14px;
    text-decoration: none;
}

.products-list a {
    text-decoration: none;
}

.fa-star,
.fa-star-half-alt,
.pro-side-info .fa-star,
.pro-side-info .fa-star-half-alt {
    color: #ffa51c !important;
    font-size: 14px !important;
}

.pro-list-box {
    padding: 10px 0px;
    border-bottom: thin solid #ebebeb;
}

.pro-list-box h2 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px;
}

.pro-list-box .product-img {
    width: 100%;
    max-width: 500px;
    border-radius: 3px;
}

.rating a,
.pro-side-info .rating a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.pro-list-box .category,
.pro-side-info .category {
    text-decoration: none;
    font-size: 12px;
    border: thin solid #888;
    color: #666;
    padding: 3px;
    border-radius: 2px;
    margin: 10px 0px;
}

.pro-list-box p {
    margin: 10px 0px 3px 0px;
    font-size: 14px;
}

.pro-list-box .pro-price,
.pro-side-info .pro-price,
.related-pro-box .pro-price,
.cart-box .pro-price,
.pro-comp-tbl .pro-price {
    color: #b1271c;
    font-size: 18px;
    position: relative;
    padding-left: 8px;
    margin: 6px 0px;
}

.pro-side-info .pro-price,
.cart-box .pro-price {
    margin: 0px 0px 0px 0px;
}

.cart-box .pro-price {
    font-size: 20px;
    color: #000;
}

.pro-list-box .pro-price .price-symbol,
.pro-side-info .pro-price .price-symbol,
.related-pro-box .price-symbol,
.pro-comp-tbl .pro-price .price-symbol {
    font-size: 14px;
    top: 0px;
    position: absolute;
    left: -1px;
}

.cart-box .pro-price .price-symbol {
    font-size: 14px;
}

.cart-box .main-price .price-symbol {
    font-size: 14px;
}

.cart-box .cart-sub {
    margin-top: 50px;
    margin-left: 90px;
    text-align: right;
}

.cart-sub .table td,
.cart-sub .table th {
    padding: 6px 0px;
    border-top: none;
}

.cart-box .table td,
.cart-box .table th {
    border-top: none;
}

.cart-sub thead {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-sub .pro-price {
    font-size: 15px;
}

.pro-list-box .pro-price strike,
.pro-side-info .pro-price strike {
    font-size: 14px;
    color: #777;
}

.pro-list-box .demo {
    background-color: #0eaf28;
    border: thin solid #0eaf28;
    margin-left: 20px;
}

.pro-side-info .demo {
    background-color: #0eaf28;
    border: thin solid #0eaf28;
    margin: 0px 0px 20px 0px;
}

.pro-side-info .pro-brand {
    font-size: 16px;
    color: #01437f;
    margin: 0px;
    padding: 0px;
}

.buy-bttn .rent-bttn {
    background-color: #222 !important;
}

.buy-bttn a {
    width: 100%;
    max-width: 225px;
    padding: 16px 28px !important;
    font-size: 16px;
}

.pro-detail-cntr {
    width: 70%;
}

.range-slider {
    width: 100%;
    max-width: 280px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 20px;
    margin-bottom: 72px;
}

.range-slider .price-box {
    position: absolute;
    top: 35px;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    height: 31px;
    width: 100%;
    max-width: 110px;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.pro-banner {
    background-image: url(images/pro-banner.jpg);
    width: 100%;
    background-size: cover;
    padding: 20px 0px;
}

.pro-banner .banner-container {
    width: 60%;
    text-align: center;
    margin: auto;
}

.pro-banner h2 {
    margin: 0px;
}

.pro-banner .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
}

.pro-banner .banner-pro-img {
    background-color: #fff;
    border: 10px solid #0169ca;
    border-radius: 50%;
    width: 100%;
    padding: 31px 0px;
    height: 100%;
    max-width: 272px;
    max-height: 310px;
}

.banner-pro-img img {
    width: 100%;
    max-width: 160px;
}

.related-pro {
    margin: 50px 0px 80px 0px;
}

.related-pro-box {
    padding: 8px;
    border: thin solid #ebebeb;
    margin: 0px 10px;
    margin-bottom: 30px;
}

.related-pro-box .price-symbol {
    position: relative !important;
}

.related-pro-box img {
    max-width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
}

.related-pro-box .pro-price {
    font-size: 18px;
    margin: 0px;
}

.related-pro-box a {
    text-decoration: none;
    font-size: 13px;
}

.pro-content {
    margin: 30px 0px;
}

.pro-content h2 {
    margin-bottom: 12px;
}

.pro-content .site-container {
    padding: 0 15%;
}

.pro-content .site-container p {
    width: 100%;
}

.pro-content ol {
    margin-left: 15px;
}

.pro-content p {
    width: 80%;
    font-size: 15px;
}

.pro-detail-table {
    margin: 50px 0px;
}

.pro-detail-table .tick-c img {
    width: 100%;
    max-width: 25px;
}

.pro-detail-table h3 {
    margin-bottom: 20px;
}

.cart-box {
    padding: 8px 10px;
    background-color: #fafafa;
    border: thin solid #ebebeb;
    margin-bottom: 60px;
}

.cart-box h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.cart-box img {
    width: 100%;
    max-width: 170px;
}

.cart-box h2 {
    font-size: 22px;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 6px;
}

.cart-box p {
    margin-bottom: 6px;
}

.promoCode {
    float: left;
}

.promoCode label {
    font-weight: 300;
}

.promoCode input {
    width: 80%;
    max-width: 240px;
    font-size: 1em;
    padding: .5em;
    border-radius: 3px 0px 0px 3px;
    float: left;
    border: 1px solid #dadada;
}

.promoCode input:active,
.promoCode input:focus {
    outline: 0;
}

.promoCode a.btn {
    text-decoration: none;
    float: left;
    width: 20%;
    max-width: 80px;
    padding: 7px 12px;
    border-radius: 0px 3px 3px 0px;
    text-align: center;
    border: none;
    color: #fff;
    background-color: #0060cd;
}

.promoCode .btn {
    font-size: .85em;
    padding: .5em 2em;
}

.cart-dlt-bttn {
    background: #eaeaea;
    border: thin solid #ddd;
    font-size: 13px;
    color: #222;
    display: inline-block;
    margin: 10px;
    margin-top: -5px;
}

.qnty-bttn {
    display: inline-block;
}

.cart-bttn-from {
    display: inline-block
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0px 10px;
    background: #eaeaea;
    border: thin solid #ddd;
    border-radius: 3px;
    padding: 0px 8px;
}

.fa-trash {
    color: #444;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 0px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 12px;
    height: 12px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    height: 28px !important;
}

.quantity-control input[type="number"] {
    padding: 0px;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-price {
    padding-left: 0px !important;
    padding-bottom: 6px;
}

.cart-price .main-price {
    position: relative;
}

.cart-price .price-symbol {
    left: 92px !important;
}

.cart-box .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 12px 40px !important;
}

.address {
    margin: 50px 0px;
}

.address h1 {
    margin-bottom: 0px;
    font-size: 28px;
}

.address .blue-bttn a,
.address-form .blue-bttn a {
    background-color: #dc6106 !important;
    border: thin solid #dc6106 !important;
    padding: 6px 25px !important;
}

.address .address-bttn {
    background-color: #ebebeb;
    border: thin solid #ccc;
    font-size: 13px;
    color: #222;
    width: 31%;
    margin-right: 20px;
}

.address-form h2 {
    font-size: 28px;
    font-weight: bold;
}

.address-form {
    margin: 60px 0px;
}

.thank {
    margin: 30px 0px 100px 0px;
}

.thank .placed {
    font-size: 20px;
    color: #00b704;
    font-weight: bold;
}

.bn-bttn {
    margin-top: 15px;
}

.start-price {
    margin-top: -25px;
}

.start-price .bn-bttn a {
    padding: 10px 10px !important;
    margin-right: 0px;
}

.bn-bttn i {
    padding-right: 6px;
}

.bn-bttn .call-bttn {
    background-color: #0060dc !important;
    border: thin solid #0060dc !important;
    margin-right: 10px;
}

.review-band {}

h2 {
    margin-bottom:30px;
}

.cards {
    margin-top: 2.5rem;
}

.cards .card {
    width: 100%;
    margin-bottom: .7rem;
    border-radius: 5px;
}

.card>* {
    padding: 20px 20px 0px 20px;
}

.card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.img {
    width: 50px;
    height: 50px;
    background: purple;
    border-radius: 50%;
    outline: none;
}

.name .one {
    background: orange;
}

.name,
.name .img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.name .img {
    justify-content: center;
}

.rate i {
    color: #ffa500;
}

.card-content {
    margin: 0;
    padding-top: 0;
}

.card-content p {
    font-size: .8rem;
    color: rgb(152, 152, 165);
}

.card-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 20px 20px;
}

.card-action span {
    font-size: .8rem;
    color: RGB(101, 101, 114);
}

.card-action .btn {
    padding: .3rem .7rem;
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    color: #8C8C9F;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.bar-slider .slick-dots {
    display: none !important;
}

.bar-slider .slick-arrow {
    display: none !important;
}

.rep-ret img {
    width: 100%;
    max-width: 28px;
}

.rep-ret p {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
}

.rep-ret span {
    font-size: 14px;
}

.login-box .card-header {
    padding: 13px;
}

.login-box form {
    padding-bottom: 20px;
}

.pro-detail-cntr form .buy-bttn button {
    max-width: 200px;
}

.pro-detail-cntr form .buy-bttn a {
    max-width: 200px;
}

.ytb .slick-dots,
.rivals .slick-dots,
.review-band .slick-dots {
    display: none !important;
}

.big-img {
    width: 100%;
    max-width: 400px;
    text-align: center !important;
}

.big-img .slick-slide {
    display: flex !important;
    justify-content: center;
}

.big-img .slick-dots li button {
    display: block !important;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none!important
}

.slider-container .slick-dots {
    display: none !important;
}

.slider-for {
    margin-bottom: 15px;
    width: 100%;
    max-width: 320px;
    margin: 0px 40px 10px 40px;
}

.slider-container {
    margin-top: -20px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav .item-slick {
    max-width: 60px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
    padding: 3px;
    border: thin solid #ebebeb;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.pro-detail-cntr form .buy-bttn a {
    background-color: #222;
}

.stock-dot {
    margin-bottom: 12px;
}

.stock-dot small,
.stock-dot #dot-container {
    display: inline-block;
}

#dot-container {
    margin-left: 0px;
    position: relative;
    background: #45453f;
}

.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #2bdb48;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #2bdb48;
    z-index: 10;
    position: absolute;
    top: -9px;
}

.dot {
    border: 10px solid #2bdb48;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -29px;
    left: -20px;
    z-index: 1;
    opacity: 0;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.pro-list-box .badge {
    padding: 4px 8px;
    font-weight: normal;
}

.pro-list-box .badge-success {
    color: #fff;
    background-color: #3dc15b;
}

.pro-list-box .badge-danger {
    color: #fff;
    background-color: #e14f5d;
}

.img-fix {
    height: 350px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-section .main-foot {
    padding: 80px 0px 30px 0px;
}

.footer-section .main-foot h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.footer-section .main-foot li,
.footer-section .main-foot p {
    font-size: 12px;
    color: #222;
}

.footer-section .main-foot li,
.footer-section .main-foot a {
    font-size: 12px;
    color: #222;
    display: inline-block;
    text-decoration: none;
}

.footer-section .foot-links {
    text-align: left;
    margin-left: -10px;
}

.footer-section .foot-links li {
    padding: 0px 10px;
    border-right: thin solid #222;
}

.foot-social img {
    width: 100%;
    max-width: 25px;
    margin-top: -5px;
    border-radius: 3px;
    margin-right: 8px;
}

.compare-banner {
    background-image: url(images/mid-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 60px;
    background-position: center;
}

.compare-banner .banner-container {
    width: 65%;
    margin: auto;
}

.compare-banner h2 {
    color: #0069ca;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 64px;
    margin-top: 0px;
}

.compare-banner h3 {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 38px;
}

.compare-banner .blue-bttn a {
    background-color: #dc6106;
}

.compare-banner {
    display: flex;
    justify-content: center;
}

.compare-banner .comp-img img {
    width: 100%;
    max-width: 220px;
}

.home-video {
    margin-bottom: 60px;
    width: 100% !important;
    overflow: hidden !important;
}

.home-video .slick-slide iframe {
    height: 184px !important;
}

.nav-container label,
.nav-container a {
    text-decoration: none;
    color: #555;
}

.nav-container ul {
    list-style: none;
    padding: 0;
}

.nav-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.nav-container .nav-row {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.nav-row li {
    position: relative;
}

.nav-row ul {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 150px;
    top: 100%;
    left: -1px;
    z-index: 1;
    text-align: left;
}

.row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.cpn-st {
    padding: 2px 5px;
    border: thin dashed #0060cd;
    margin: 10px 7px 10px 0px;
}

.red {
    color: #d10a11 !important;
}

.green {
    display: block;
    color: #0f8a4a;
    margin-bottom: 15px;
}

.comp-thumb {
    justify-content: center;
}

.comp-thumb a {
    color: #000;
}

.pro-comp-tbl .blue-bttn a {
    padding: 7px 24px !important;
}

.alert-info,
.alert-danger {
    padding: 4px;
    font-size: 11px;
    margin-top: 6px;
    width: 100%;
    max-width: 220px;
    margin-bottom: 0px;
}

.opt-box .category {
    width: 100%;
    max-width: 110px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #000;
    opacity: 0.6;
    font-size: 10px;
    padding: 4px;
}

.opt-box .cat-active {
    opacity: 1;
    border: solid 1px #0f8a4a;
    background-color: #e3f8e8;
}

.opt-box .s-price {
    color: #b1271c
}

.var-pro select {
    width: 100%;
    max-width: 270px;
    height: 27px;
    font-size: 12px;
    padding: 2px 0px 2px 7px;
}

.content-container {
    position: relative;
}

.cod-rib {
    width: 100%;
    height: 188px;
    position: absolute;
    top: 17px;
    left: -75px;
    overflow: hidden;
}

.ribbon6 {
    width: 182px;
    height: 30px;
    line-height: 15px;
    position: absolute;
    top: 27px;
    right: -43px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #f8463f, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: #f8463f;
    text-align: center;
    color: #fff;
    ;
}

.exprt-bttn {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100000;
    background-color: #fff;
    box-shadow: 0 8px 6px -10px black;
    border-bottom: thin solid #ccc;
    padding: 10px 0px;
    width: 100%;
}

.exprt-bttn .blue-bttn a {
    display: inline-block !important;
    font-size: 10px !important;
    padding: 3px 4px !important;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 76px;
    height: 23px;
    text-align: center;
}

.exprt-bttn img {
    max-width: 200px;
}

.exprt-bttn .bn-bttn {
    margin: 8px 0px;
}

.pro-price span {
    display: inline-block;
}

.cart-pronm h2 {
    width: 100%;
    max-width: 340px;
}

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 4px;
    box-shadow: 0 2px 5px -4px rgb(0 0 0 / 70%);
    width: 130px;
}

.n-search input {
    font-size: 13px;
}

.num-rat {
    font-size: 12px;
    color: #777;
}

.no-mob .hm-pro {
    width: 100%;
    max-width: 180px;
    min-width: 180px;
    height: 100%;
    max-height: 170px;
    display: flex;
    align-items: center;
    min-height: 180px;
}

.products-list  .pk-video-responsive { padding-bottom: 43% !important;}

@media (max-width: 991px) {
    .nav-container .nav-row {
        display: none;
    }
}

.nav-container .nav-row .nav-row-list {
    flex: auto;
    border-right: thin solid #ddd;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link {
    align-items: center;
    display: flex;
    height: 25px;
    justify-content: center;
    transition: 100ms all linear 0s;
}

.nav-container .nav-row .nav-row-list .nav-row-list-link:hover {
    background: #f4f4f4;
    width: 100%;
}

.nav-container .featured-category {
    flex: auto;
    margin: 0 15px 0 0;
}

@media (max-width: 991px) {
    .nav-container .featured-category {
        display: none;
    }
}

.nav-container .all-navigator {
    align-items: center;
    display: flex;
    padding: 0 25px;
    width: 100%;
    border-right: thin solid #ddd;
    height: 25px;
}

@media (max-width: 991px) {
    .nav-container .all-navigator {
        margin-right: 0;
    }
}

.nav-container .all-navigator .fa-angle-up,
.nav-container .all-navigator .fa-angle-down {
    position: absolute;
    right: 25px;
}

.nav-container .all-navigator .fa-angle-up {
    display: none;
}

.nav-container .all-navigator .fas {
    font-size: 16px;
    margin-right: 0;
}

.nav-container .all-navigator span {
    margin-left: 15px;
}

.nav-container .all-category-nav {
    cursor: pointer;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.nav-container .blue-bttn a,
.mod-bttn,
.blue-bttn input {
    padding: 7px 15px !important;
    font-size: 12px;
}

.nav-container .bn-bttn {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .nav-container .all-category-nav {
        max-width: 100%;
    }
}

.nav-container .all-category-nav .open-menu-all {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    margin: 5px 0px;
}

.nav-container .all-category-nav .input-menu-all {
    display: none;
}

.nav-container .all-category-nav .input-menu-all:checked~.all-category-list {
    display: block;
    height: 550px;
    overflow-y: scroll;
}

.nav-container .all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-down {
    display: none;
}

.nav-container .all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-up {
    display: block;
}

.nav-container .all-category-list {
    background: #fff;
    border-bottom: 3px solid #0060cd;
    box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    display: none;
    height: auto;
    padding: 15px 0;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: 90;
    overflow-y: scroll;
    height: 550px;
}

.media {
    display: block;
}

@media (max-width: 991px) {
    .nav-container .all-category-list {
        min-width: 100%;
    }
}

.nav-container .all-category-list-item:hover {
    display: block;
    background: #f4f4f4;
}

.nav-container .all-category-list-item:hover .category-second-list {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-container .all-category-list-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    font-weight: 400;
    transition: 100ms all linear 0s;
}

.nav-container .category-second-list {
    background: #fff;
    transition: 100ms all linear 0s;
    width: 100%;
}

.nav-container .category-second-list .img-product-menu img {
    max-width: 180px;
}

.nav-container .category-second-list-ul {
    /* display: flex; */
    flex-direction: column;
    width: 100%;
}

.nav-container .category-second-item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    font-weight: 400;
}

.nav-container .category-second-item:hover {
    background: #f4f4f4;
}

.fa-bars {
    font-size: 28px;
}


/*Responsive Styles==========================================*/

@media screen and (max-width: 365px) {
    .pro-side-info .blue-bttn a {
        padding: 10px 26px !important;
    }
    .blue-bttn .amzn-bttn a {
        padding: 12px 28px 13px 28x!important;
    }
}

@media (max-width: 400px) {
    #fh2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .mob-button a {
        font-size: 85%;
        padding: 7px 7px !important;
        margin-bottom: 10px;
        width: 100%;
        max-width: 102px;
    }
    .mob-view-btn a {
        max-width: 155px;
    }
    #contact-Modal-mob {
        top: 70px
    }
}

@media (max-width: 500px) {
    #feedback {
        padding: 10px;
    }
    .brand-models {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 720px) {
    #feedback {
        max-width: 90%;
    }
    .pro-comp-tbl .rating a {
        font-size: 11px;
        display: block;
    }
    .pro-comp-tbl .pro-comp-img {
        height: 100px;
    }
    .pro-comp-tbl .fa-star,
    .pro-comp-tbl .fa-star-half-alt {
        color: #ffa51c;
        font-size: 10px;
    }
    .al-logo {
        padding: 0px 6%;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }
    .mob-cats {
        padding: 0px 10px;
        text-align: center;
    }
    .mob-cats h6 {
        color: #777777;
    }
    .mob-cats .col-3,
    .mob-cats .col-4 {
        padding: 0px 6px;
    }
    .mob-cats p {
        font-size: 11px;
        padding-top: 6px;
    }
    .mob-cats a {
        text-decoration: none;
        color: #222;
    }
    .mob-comp-tool {
        padding: 20px 0px;
        background-color: #f8f8f8;
        border-top: thin solid #efefef;
        border-bottom: thin solid #efefef;
    }
    .mob-comp-tool h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .mob-comp-tool p {
        color: #8c8b8b;
        font-size: 10px;
    }
    .mob-comp-tool .blue-bttn a {
        padding: 4px 14px !important;
        font-size: 12px;
        background-color: #dc6106;
    }

    .products-list .pk-video-responsive {
        padding-bottom: 62% !important;
    }

    .products-list iframe {
        height: 100% !important;
    }

    .pro-sort { display: none;}
    .pro-filter { display: none;}


}

@media screen and (min-width: 700px) {
    .home-review .blog-card {
        width: 100%;
    }
    .home-review .content {
        display: flex;
        flex-direction: row;
    }
    .slick-slide {
        outline: 0px;
    }
    .home-review .picture-wrapper {
        height: auto;
        width: 100%;
    }
    .home-review .title {
        padding-right: 10vh;
    }
}

@media screen and (max-width:750px) {
    body {
        padding: 0rem;
        margin: 0;
    }
    .no-mob {
        display: none !important;
    }
    .no-lap {
        display: block !important;
    }
    .footer-section .main-foot h3 {
        text-align: center;
    }
    .footer-section .foot-links li {
        padding: 0px 10px;
        line-height: 10px;
        font-size: 14px;
        border-right:none;

    }
    .footer-section .foot-links {
        text-align: center !important;
    }

    .footer-section .main-foot li, .footer-section .main-foot a { font-size: 13px;}
    .nav-container .all-category-list {
        top: 40px;
    }
    .ytb .slick-slide {
        margin: 0px 5px;
    }
    .review-container {
        /*     padding:0; */
        margin: 1rem 0;
        width: 75%;
    }
    .site-container {
        padding: 0px 16px !important;
    }
    .mob-search {
        position: relative;
    }
    .mob-search .bn-bttn {
        position: absolute;
        top: -46px;
        right: 5px;
        width: 100%;
        text-align: right;
    }
    .top-brands .site-container {
        padding: 0px 15px;
    }
    .home-pro-slider {
        padding: 40px 0px;
        overflow: hidden;
    }
    .footer-section {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 6px;
    }
    .footer-section .main-foot {
        text-align: center;
    }
    .home-pro-slider .home-pro-box .one-pro-box img {
        max-width: 128px;
    }
    .home-pro-slider .home-pro-box .one-pro-box i {
        font-size: 8px !important;
    }
    .home-pro-slider .home-pro-box .one-pro-box .pro-box-text h4 {
        font-size: 12px;
    }
    .home-pro-slider .home-pro-box .one-pro-box .pro-box-text s {
        font-size: 10px;
    }
    .home-pro-slider .home-pro-box .one-pro-box .pro-box-text p {
        margin-top: -3px;
        line-height: 14px;
    }
    .home-pro-slider .home-pro-box .one-pro-box .pro-box-text {
        padding: 10px 10px;
    }
    .no-lap .hm-pro {
        width: 100%;
        max-width: 130px;
        min-width: 130px;
        height: 100%;
        max-height: 130px;
        display: flex;
        align-items: center;
        min-height: 130px;
    }
    .pap-slides .hm-pro {
        min-height: 100px;
        max-height: 110px;
    }
    .mob-cats {
        padding: 0px 10px;
        text-align: center;
        margin: 25px 0px 10px 0px;
    }
    .mob-cats h6 {
        color: #777777;
    }
    .mob-cats .col-3,
    .mob-cats .col-4 {
        padding: 0px 6px;
    }
    .mob-cats p {
        font-size: 11px;
        padding-top: 6px;
    }
    .mob-cats a {
        text-decoration: none;
        color: #222;
    }
    .mob-comp-tool {
        padding: 28px 0px;
        background-color: #f8f8f8;
        border-top: thin solid #efefef;
        border-bottom: thin solid #efefef;
    }
    .mob-comp-tool h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .mob-comp-tool p {
        color: #8c8b8b;
        font-size: 10px;
    }
    .mob-comp-tool .blue-bttn a {
        padding: 4px 12px !important;
        font-size: 12px;
        background-color: #dc6106;
    }
    .reviews h2 {
        font-size: 20px !important;
    }
    .review-box {
        padding: 15px 30px;
    }
    .review-box h5 {
        font-size: 16px;
    }
    .review-box .fa-star {
        font-size: 12px !important;
    }
    .home-pro-slider h6 {
        color: #777 !important;
    }
    .review-box {
        font-size: 12px;
    }
    .home-pro-slider .home-pro-box .one-pro-box {
        border: none;
        text-align: left;
        max-width: 232px;
        margin: 0px 6px;
    }
    .top-brands {
        margin-bottom: 0px;
        padding: 0px;
    }
    .top-brands h6 {
        color: #777777;
    }
    .cart-box h2 {
        font-size: 18px !important;
    }
    .pro-list-box .pro-price,
    .pro-side-info .pro-price,
    .related-pro-box .pro-price,
    .cart-box .pro-price {
        font-size: 16px !important;
    }
    .cart-box td {
        display: block !important;
    }
    .secondcol {
        text-align: right !important;
    }
    .usp-band {
        padding: 19px 0%;
        text-align: center;
    }
    .usp-band .icon {
        margin-right: 0px;
        text-align: center;
    }
    .usp-band .icon img {
        max-width: 32px;
    }
    .usp-band b {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .alrm-scnd {
        margin-top: -15px;
    }
    .rtable .amzn-bttn a {
        margin-left: 0px !important;
    }
    .rtable .blue-bttn a {
        margin-bottom: 10px;
        padding: 5px 7px !important;
        font-size: 11px;
        width: 80px;
    }
    .mod-specs {
        font-size: 14px;
    }
    .mod-specs small {
        font-weight: bold;
    }
    .rtable {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .negmargintill768 {
        margin-top: -110px;
    }
}

@media only screen and (max-width: 990px) {
    .pricing-table {
        margin-bottom: 30px;
    }
    .cod-rib {
        left: -32px !important;
        top: 2px !important;
    }
    .usp-band {
        padding: 12px 0% !important;
        text-align: center;
    }
    .usp-band small {
        font-size: 11px;
    }
    .compare-banner .banner-container {
        width: 94%;
    }
}

@media screen and (min-width:576px) and (max-width:949px) {
    .menuIconToggle {
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: 20px;
        right: 7%;
        height: 22px;
        width: 22px;
        transition: all 0.3s;
        z-index: 10;
    }
    .footer-section .main-foot li, .footer-section .main-foot a {
        font-size: 11px;}
    .al-logo {
        padding: 0px 21px;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }
    .no-desk {
        display: block;
    }
    .location {
        max-width: 220px !important;
    }
    .has-search {
        max-width: 220px;
    }
    .home-guides .card-body {
        height: 255px !important;
    }
    .container {
        max-width: 800px;
    }
    .home-review .blog-card {
        max-width: 715px;
    }
    .home-review .picture-wrapper img {
        max-width: 250px;
        height: auto;
    }
}

@media screen and (min-width:950px) and (max-width:1024px) {
    .container {
        max-width: 922px;
    }
    .listing .list-block .blue-bttn a {
        padding: 10px 34px;
    }
    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        padding: 2px 4px;
    }
    .services .sr-block {
        width: 100%;
        max-width: 134px;
    }
    .services .at-block {
        width: 100%;
        max-width: 103px;
    }
    .projectFactsWrap .item {
        min-height: 418px;
    }
    .footer-section .main-foot li, .footer-section .main-foot a {
        font-size: 11px;}
    #search_button {
        display: none;
    }
    #q {
        display: none;
    }
    .br {
        display: none;
    }
    .logo {
        width: 180px;
        padding: 26px 0px;
    }
    #navigation ul a:link,
    #navigation ul a:visited {
        font-size: 14px;
        margin-top: 4px;
    }
    #welcome {
        background-color: #0060dc;
        padding-top: 2%;
        padding-bottom: 138px;
    }
    .home-monitor {
        bottom: -81%;
        left: 40%;
    }
    #welcome img {
        width: 180px;
        padding-top: -10px;
    }
    #welcome h1 {
        font-size: 180%;
        padding-top: 5%;
    }
    section h1 {
        font-size: 200%;
        font-weight: 400;
    }
    section h2,
    h2,
    #lightgrey h2 {
        font-size: 180%;
        font-weight: 400;
    }
    section h3,
    h3 {
        font-size: 120%;
    }
    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
    }
    #comparison-carousel .carousel-indicators {
        bottom: 25%;
    }
    #compare .thumbnail img {
        width: 90%;
        max-width: 225px;
    }
    .compare-carousel-names {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #manufacturer-carousel .carousel-indicators {
        bottom: -25%;
    }
    #manufacturer-carousel img {
        width: 150px;
    }
    #top-manufacturers-train {
        text-align: center;
        padding: 2% 0% 5% 0;
    }
    #lightgrey {
        padding: 2% 0;
    }
    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 180%;
        margin-bottom: 3%;
        text-align: center;
        font-weight: 400;
    }
    #review-blueback h1 {
        margin-bottom: 5px;
    }
    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 3%;
        margin: 0;
    }
    #compare {
        padding: 2% 0;
    }
    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding: 2% 0;
        margin: 0;
    }
    /*=================================================*/
    section {
        width: 60%;
    }
    section img {
        max-width: 100%;
    }
    select {
        width: 100%;
    }
    aside {
        width: 35%;
        max-width: 300px;
    }
    .ad {
        width: 300px;
        margin-left: 0;
        padding-left: 0;
    }
    aside select {
        width: 100%;
    }
    aside #poc {
        margin-left: 5px;
    }
    .contents h3 {
        font-size: 150%;
    }
    .company_logo img {
        width: 60%;
        max-width: 200px;
    }
    .company_brief img {
        width: 180px;
    }
    .top_comparisons h2 {
        font-size: 130%;
    }
    .dealer_name {
        font-size: 180%;
        font-weight: 400
    }
    .dealer_locality {
        font-size: 120%;
    }
    .contact_number {
        padding-left: 30%;
        width: 250px;
    }
    .deals_in {
        width: 35%;
        font-size: 80%;
    }
    .deals_in img {
        width: 80px;
    }
    .home-review .picture-wrapper img {
        height: 72%;
    }
    .al-logo {
        padding: 0px 31px;
    }
    .article-cntr {
        width: 90%;
    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    .al-logo {
        padding: 0px 31px;
    }
    .article-cntr {
        width: 90%;
    }
    .listing .list-block .blue-bttn a {
        padding: 10px 34px;
    }
    .projectFactsWrap .item {
        min-height: 404px;
    }
    #search_button {
        display: none;
    }
    #q {
        display: none;
    }
    section {
        width: 64%;
    }
    select {
        width: 100%;
    }
    aside {
        width: 35%;
        max-width: 300px;
    }
    .ad {
        width: 300px;
        margin-left: 0;
        padding-left: 0;
    }
    #navigation ul a:link,
    #navigation ul a:visited {
        font-size: 14px;
    }
    .services .at-block {
        width: 100%;
        max-width: 114px;
    }
    .home-monitor {
        bottom: -114%;
        left: 37%;
    }
    .services .sr-block {
        width: 100%;
        max-width: 149px;
    }
    aside select {
        width: 100%;
    }
    #welcome h1 {
        font-size: 180%;
        padding-top: 5%;
    }
    section h1 {
        font-size: 200%;
        font-weight: 400;
    }
    h2,
    #lightgrey h2 {
        font-size: 180%;
        font-weight: 400;
    }
    section h2 {
        font-size: 180%;
        font-weight: 400;
    }
    h3 {
        font-size: 135%;
    }
    #lightgrey #review select {
        max-width: 290px;
    }
    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 200%;
        margin-bottom: 3%;
        text-align: center;
        font-weight: 400;
    }
    .contents h3 {
        font-size: 150%;
    }
    .company_logo img {
        width: 60%;
        max-width: 200px;
    }
    .deals_in {
        width: 40%;
        font-size: 80%;
    }
    .deals_in img {
        width: 80px;
    }
    .home-review .picture-wrapper img {
        height: 83%;
    }
}

@media screen and (max-width: 365px) {
    .pro-side-info .blue-bttn a {
        padding: 10px 26px !important;
    }
    .blue-bttn .amzn-bttn a {
        padding: 12px 28px 13px 28x!important;
    }
}

@media screen and (max-width: 480px) {
    .mob-button a {
        font-size: 85%;
        padding: 7px 7px !important;
        margin-bottom: 10px;
        width: 100%;
        max-width: 102px;
    }
    .mob-view-btn a {
        max-width: 155px;
    }
    #contact-Modal-mob {
        top: 70px
    }
}

@media only screen and (max-width: 990px) {
    .pricing-table {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 700px) {
    .home-review .blog-card {
        width: 100%;
    }
    @media screen and (max-width: 767px) {
        .alrm-scnd {
            margin-top: -15px;
        }
        .rtable .amzn-bttn a {
            margin-left: 0px !important;
        }
        .rtable .blue-bttn a {
            margin-bottom: 10px;
        }
        .rtable {
            width: 100%;
        }
    }
    .home-review .content {
        display: flex;
        flex-direction: row;
    }
    .slick-slide {
        outline: 0px;
    }
    .home-review .picture-wrapper {
        height: auto;
        width: 100%;
    }
    .home-review .title {
        padding-right: 10vh;
    }
}

@media (max-width: 400px) {
    #fh2 {
        font-size: 20px;
    }
}

@media (max-width: 720px) {
    #feedback {
        max-width: 90%;
    }
    .al-logo {
        padding: 0px 6%;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }
    .nav-container .all-category-list {
        top: 30px;
    }
    .mob-search {
        position: relative;
    }
    .nav-container .all-category-nav .input-menu-all:checked+.all-navigator .fa-angle-up {
        display: none;
    }
    .mob-search .bn-bttn {
        position: absolute;
        top: -46px;
        right: 5px;
        width: 100%;
        text-align: right;
        max-width: 212px;
    }
    .home-care-bttns .bn-bttn {
        top: -12px;}
        .home-head img {
            width: 100%;
            max-width: 150px;
            margin-top: -12px;
        }
        .nav-container .all-navigator {
            border-right: none;
        }
        .nurse-banner {
            background-image: url(images/nurse-mob.jpg) !important;
            height: 180px;
        }
        .attendant-banner { background-image: url(images/att-mob.jpg) !important;
            height: 180px;}
.elderly-banner{ background-image: url(images/elder-mob.jpg) !important;
    height: 180px;}
    .doctor-banner{ background-image: url(images/doctor-mob.jpg) !important;
        height: 180px;}
        .baby-banner{ background-image: url(images/baby-mob.jpg) !important;
            height: 180px;}
}

.mob-search .blue-bttn a {
    display: inline-block !important;
    font-size: 11px !important;
    padding: 3px 4px !important;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 80px;
    height: 23px;
    text-align: center;
}


}
@media (max-width: 500px) {
    #feedback {
        padding: 10px;
    }

    .brand-models {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 350px;
    }
}
@media (max-width: 400px) {
    #fh6 {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    #fh6 {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    body {
        background-color: white;
        color: #444;
        margin: auto;
        text-align: centre;
    }

    .amzn-bttn a {
        padding: 7px 11px !important;
    }

    .list-search .no-border .blue-bttn a {
        padding: 15px 30px !important;
    }

    .list-search .no-border .blue-bttn {
        margin: 0px;
    }

    .list-search .m-lft {
        margin-left: 0px !important;
    }

    .slick-dots {
        bottom: -45px;
    }

    .mod-slider .slick-arrow {
        display: none !important;
    }

    .guide-drop-down {
        width: 100% !important;
    }

    .blue-bttn .amzn-bttn a {
        padding: padding: 12px 26px 13px 26px!important;
    }

    .top-mod-side .blue-bttn a {
        padding: 10px 21px !important;
    }

    .list-search .no-border {
        border: 0px;
        margin-top: 12px;
        padding: 0px;
        margin-left: 0px;
    }

    .img-box {
        max-width: 292px !important;
        margin: 0px 16px !important;
    }

    .border-box {
        max-width: 250px !important;
    }

    .border-box img {
        max-width: 250px !important;
    }

    .brand-models {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 350px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .good-bad {
        border: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .good-bad h4 {
        padding-left: 0px;
    }

    .good-bad li {
        margin-left: 20px;
    }

    .comparison-band .card__image {
        min-height: 110px;
    }

    .alrm-scnd {
        margin-top: -15px;
    }

    .al-logo {
        padding: 0px 21px;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .home-search .form-control {
        max-width: 250px;
    }

    .article-cntr {
        width: 87% !important;
    }

    .main-article p {
        font-size: 16px;
    }

    .leading-dealer {
        padding: 6px 6px 6px 34px;
        font-size: 12px;
        position: absolute;
        top: -73px;
        right: -17px;
    }

    .ringring {
        height: 20px;
        width: 20px;
        left: -28px;
        top: -1px;
    }

    .circle {
        width: 10px;
        height: 10px;
        top: 4px;
        left: -22px;
    }

    .spec-thumb .col-4 {
        margin-right: 10px;
    }

    .product-table a {
        padding: 10px 16px;
        font-size: 75%;
    }

    footer .col-md-4 {
        margin-bottom: 40px;
    }

    .ft-cta {
        font-size: 18px;
    }

    .mob-button {
        display: block;
    }

    .mob-button a {
        font-size: 85%;
        padding: 7px 14px;
        margin-bottom: 10px;
        width: 128px;
    }

    .pricing-table {
        margin-bottom: 20px;
    }

    .package-band {
        text-align: center !important;
    }

    .article-cntr .package-band h3 {
        text-align: center !important;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .mobonly {
        display: inline-block;
    }

    .pricing-table {
        padding: 10px 0;
    }

    .pricing-table .title {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .pricing-table .price-value {
        padding: 18px 0 0 0;
        margin-bottom: 10px;
    }

    .pricing-table .price-title {
        font-size: 16px;
    }

    .pricing-table .price {
        font-size: 30px;
    }

    .pricing-table .pricing-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .pricing-table .pricing-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .testimonial {
        border: none;
        padding: 30px 30px;
        margin-bottom: 0px;
        border-bottom: 1px solid #ebebeb;
        height: auto;
    }

    .testimonial .description {
        margin-top: 6px;
    }

    .location {
        max-width: 200px !important;
        margin-bottom: 10px;
    }

    .projectFactsWrap .item {
        width: 100%;
        min-height: 318px;
    }

    .projectFactsWrap .item i {
        margin-bottom: -6px;
    }

    #projectFacts .nrs-fact p {
        font-size: 14px;
    }

    .modal-header h4 {
        font-size: 16px;
    }

    #header1 {
        text-align: left;
        font-size: 60%;
    }

    .logo {
        width: 100%;
        max-width: 180px;
        margin: auto;
    }

    .services .at-block {
        max-width: 92px;
    }

    .input-group-sm>.form-control,
    .input-group-sm>.input-group-addon,
    .input-group-sm>.input-group-btn>.btn {
        padding: 5px 4px;
        font-size: 11px;
    }

    .listing .list-block h2 {
        font-size: 18px;
    }

    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        font-size: 10px;
        padding: 2px 4px;
    }

    .listing .list-block {
        font-size: 15px;
    }

    .listing .list-block .shifts {
        font-size: 13px !important;
        margin: -2px 0px 8px -15px;
    }

    .listing .list-block .per-shift {
        display: inline-block;
        padding: 2px 13px;
    }

    .list-pro-check {
        display: block !important;
    }

    .list-pro-check .item i {
        display: block !important;
        padding-right: 10px;
        font-size: 28px !important;
    }

    .list-pro-check .item h3 {
        display: block !important;
        font-size: 16px !important;
    }

    .list-pro-check .item {
        min-height: 162px !important;
        padding: 30px 0px;
    }

    .list-pro-check {
        margin: 0px !important;
    }

    .list-pro-check .list-w-2 {
        width: 50%;
    }

    .list-pro-check .list-w-1 {
        width: 100%;
    }

    .listing .list-block .pro-button {
        margin-top: 10px;
    }

    .listing .list-block .profile-pic {
        height: 170px;
        align-items: flex-start;
    }

    .has-search .form-control-feedback {
        top: 4px;
    }

    #join-wait {
        /* display: none; */
        position: fixed;
        top: 50%;
        left: 37%;
        z-index: 100000000;
        padding: 2px;
    }

    #join-wait p {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        color: #fff;
        margin-left: -50px;
    }
    /*Responsive Menu==========================================*/

    #menu {
        display: none;
    }

    nav ul {
        position: relative;
        display: none;
        z-index: 1;
    }
    /*Make all menu links full width*/

    nav ul li,
    li a {
        width: 100%;
        margin: auto;
        margin-bottom: 2px;
    }

    .sub-menu {
        background-color: #fff;
        padding: 0px;
        border-top: none;
        position: inherit;
        z-index: 1000;
        margin-left: 62px;
        width: 85%;
        max-width: 500px;
        float: left;
    }

    .sub-menu li {
        padding: 3px 5px;
        border-bottom: none;
        text-align: left;
        font-size: 14px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: #fefefe;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }

    .line {
        border-bottom: 1px solid #ddd;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        transition: 0.3s;
    }

    .sidenav a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        text-align: left;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #0060dc;
    }

    .sidenav .side-sub a {
        display: block !important;
        padding-bottom: 3px;
        padding-left: 26px;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        border-bottom: none;
        transition: 0.3s;
    }

    .menuIconToggle {
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: -40px;
        right: 10%;
        height: 22px;
        width: 22px;
        transition: all 0.3s;
        z-index: 10;
    }

    .hamb-line {
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #000;
        transition: all 0.25s;
    }

    .hor {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .dia.p-1 {
        position: relative;
        box-sizing: border-box;
        float: left;
        transition: all .25s;
    }

    .dia.p-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.hor {
        box-sizing: border-box;
        opacity: 0;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-1 {
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-2 {
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
        transition: all .25s;
    }

    .input-group-sm>.form-control,
    .input-group-sm>.input-group-addon,
    .input-group-sm>.input-group-btn>.btn {
        padding: 5px 4px;
        font-size: 10px;
    }

    .charges .input-group-addon {
        width: 90px;
        text-align: left;
    }
    /*Homepage elements=====================================*/

    #welcome {
        background-color: #000;
        padding: 70px 0px 80px 0px;
        text-align: center;
        background-position: 84%;
    }

    #welcome img {
        display: none;
    }

    #welcome h1 {
        font-size: 170%;
        text-align: center;
    }

    h2,
    #lightgrey h2 {
        font-size: 200%;
        font-weight: 400;
        font-size: 26px !important;
    }

    .in-ban-con p {
        font-size: 16px !important;
    }

    h3 {
        font-size: 120%;
    }

    #poc {
        margin-left: 15px;
    }

    .nodisp {
        display: none;
    }

    #compare .thumbnail img {
        width: 112.5px;
        height: 100px;
    }

    .services p {
        width: 100%;
    }

    #manufacturer-carousel .carousel-indicators {
        bottom: -2%;
    }

    #manufacturer-carousel .carousel-control.right {
        right: 3%;
    }

    #manufacturer-carousel .carousel-control.left {
        left: 3%;
    }

    #manufacturer-carousel img {
        width: 100px;
    }

    #top-manufacturers-train {
        text-align: center;
        padding: 5% 0%;
        color: #444;
    }

    #lightgrey {
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
    }

    #lightgrey #review {
        margin: 10% 0;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 24px;
        margin-bottom: 3%;
        text-align: center;
    }

    #review-blueback h1 {
        margin-bottom: 5px;
    }

    #review select {
        width: 90%;
        margin-left: 3%;
        margin-right: 0;
    }

    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding: 30px 0px;
        margin: 0;
    }

    #compare {
        padding: 5% 0;
    }

    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 8%;
        padding-bottom: 8%;
        margin: 0;
    }

    .get-listed input[type="text"],
    .get-listed input[type="tel"],
    .get-listed input[type="email"],
    .get-listed input[type="number"],
    .get-listed input[type="url"],
    .get-listed textarea {
        width: 100%;
    }

    #dealer select {
        width: 100%;
    }

    .dealer-footer-links {
        background-color: #00537a;
        color: white;
        padding: 2% 0;
        display: none;
    }
    /*==================================================*/

    section {
        width: 100%;
        padding: 4% 0;
        text-align: left;
    }

    section img {
        max-width: 100%;
        margin-bottom: 5%;
    }

    #compare_3,
    .three_oc_top_comparison {
        display: none;
    }

    section h1,
    h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }

    section h2 {
        font-weight: 400;
        font-size: 165%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    section ul,
    section ol {
        margin-left: 12%;
        padding-bottom: 2%;
    }
    /*blue text box in articles - Sticky Note==========================================*/

    .sticky_note {
        width: 93%;
        padding: 3%;
        margin: 4%;
        margin-left: 3%;
        float: left;
    }

    .br {
        display: inline;
    }
    /*input types=========================================================*/

    select {
        border-radius: 0px;
        max-width: 350px;
        margin-left: 0;
        border-radius: 3px;
    }

    aside select {
        border-radius: 0px;
        max-width: 350px;
        width: 100%;
        margin: 5px 0;
        border-radius: 3px;
    }
    /*Sidebars================================================================*/

    aside {
        border: none;
        border-top: thin solid lightgrey;
        border-radius: 0px;
        background-color: #f1f4f6;
        box-sizing: border-box;
        color: #444;
        padding: 5% 0;
        padding-bottom: 8%;
        width: 100%;
        margin-top: 0%;
        margin: 0;
        width: 100%;
        max-width: 500px;
    }

    aside+aside {
        border-top: thin dashed lightgrey;
    }

    aside h3 {
        color: #00537a;
        font-style: normal;
        padding-bottom: 0%;
    }

    .ad {
        width: 100%;
        float: none;
        margin: 2% 0 2% 0%;
        padding: 0%;
        padding-left: 0;
        padding-top: 0%;
        border: none;
        border-radius: 0px;
        background-color: #FFFFFF;
        text-align: center;
    }

    .contents {
        display: none;
    }
    /*Review index=============================================*/

    .review_brief h3 {
        font-weight: 400;
        font-size: 130%;
        line-height: 1.2;
    }

    .thumbnail_review {
        max-width: 300px;
        margin-right: 5%;
        width: 40%;
    }
    /*Review Pages=============================================*/

    .review-side-bar {
        padding: 5% 0;
        border: none;
        text-align: left;
    }

    .review-side-bar+.review-side-bar {
        border-top: thin dashed #3d899d;
    }
    /*About the company=================================================*/

    .company {
        padding: 6% 0;
        border: none;
        text-align: left;
    }

    .company_logo {
        box-sizing: border-box;
        padding: 5%;
        border: none;
        border-bottom: thin solid black;
    }

    .company_logo img {
        width: 150px;
    }
    /*tables===============================================*/

    table td,
    table th {
        padding: 2px;
    }

    table {
        font-size: 13px;
    }
    /*Comparison Page==================================================*/

    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }
    /*Comparison index=================================================*/
    /*FAQ Slider=======================================================*/

    #slider>li {
        padding-top: 5%;
        height: 85px;
        float: none;
    }
    /*Dealer's Data Page=================================================*/

    .dealer_name {
        font-weight: 400;
        font-size: 150%;
        color: #0060dc;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 0;
    }

    .dealer_locality {
        font-size: 100%;
        color: #0060dc;
        line-height: 1.2;
    }

    .deals_in {
        width: 40%;
        font-size: 80%;
        line-height: 1.2;
    }

    .deals_in img {
        width: 70px;
        padding: 3%;
    }

    .contact_number {
        padding-left: 50%;
        background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
        width: 300px;
    }
    /*Manufacturer's Main Page======================================*/

    .company_brief img {
        float: left;
        width: 40%;
        max-width: 200px;
    }
    /*Learn index =================================================*/

    .thumbnail_learn {
        width: 45%;
        float: left;
        margin-top: 2%;
        margin-right: 5%;
    }
    /*========================================================*/

    footer {
        padding: 1% 0;
    }

    .has-search {
        max-width: 320px;
        display: block;
    }

    .location {
        max-width: 320px !important;
    }

    .searchbardivband a {
        width: 100%;
        max-width: 320px;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 120px;
        font-size: 13px;
    }

    .listing .list-block .blue-bttn {
        margin-top: 20px;
        text-align: center;
    }

    img {
        width: 100%;
    }

    .brands-para img {
        width: 100%;
        max-width: 160px;
    }

    .table td,
    .table th {
        padding: .50rem;
    }

    .spec-thumb {
        height: 75px;
    }

    .ytb .slick-slide {
        max-width: 370px;
        outline: 0px;
        padding: 30px 0px;
        background-color: #fff;
    }

    .slick-list {
        text-align: center;
        margin: auto;
    }

    .slick-arrow {
        display: none;
    }

    .ytb .swiper {
        background-color: #ebebeb;
        padding: 6px;
        text-align: center;
        font-size: 14px;
        display: block;
    }

    .ytb .slick-dots {
        bottom: -20px;
    }

    .main-article h1,
    .head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .price-head {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .pricing-tables {
        margin: 40px 0px;
    }

    .list-head {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .main-article h2 {
        font-size: 26px;
    }

    .main-article li {
        font-size: 16px;
    }

    .pro-comp-tbl td {
        font-size: 12px;
    }

    .no-desk {
        display: block;
    }

    .blue-bttn .no-desk {
        width: 50%;
        margin: auto;
    }

    .home-review .picture-wrapper img {
        max-width: 200px;
    }
}
@media screen and (max-width: 480px) {
    .deals_in {
        width: 30%;
    }

    .show_number {
        width: 300px;
    }

    #header0 {
        text-align: left;
        font-size: 70%;
    }

    .slider-for .slick-dots {
        display: block !important;
    }

    .slider-for {
        margin: 0px 10px;
    }

    .pro-content .site-container {
        padding: 0 5%;
    }

    .cart-box .cart-sub {
        margin-top: 50px;
        margin-left: 0px;
        text-align: left;
    }

    .pro-detail-cntr form {
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        margin-left: -27px;
        text-align: center;
        padding-top: 0px;
        box-shadow: 0 -5px 5px -5px #333;
        background-color: #fff;
    }

    .ytb .slick-slide iframe {
        height: 204px !important;
    }

    .buy-bttn button {
        width: 49% !important;
    }

    .pro-detail-cntr form .buy-bttn button {
        display: inline-block;
        padding: 12px 28px !important;
        border-radius: 0px;
        max-width: 240px;
        margin: 0px -2px;
        width: 49.8% !important;
    }

    .pro-detail-cntr form .buy-bttn a {
        display: inline-block;
        padding: 12px 28px !important;
        border-radius: 0px !important;
        max-width: 240px;
        margin: 0px -2px;
        width: 49.8% !important;
    }

    .site-header img {
        margin-top: 0px;
    }

    .banner-pro-img img {
        max-width: 150px;
        border-radius: 5px;
    }
}
@media screen and (min-width:1200px) and (max-width:1350px) {
    .product-image--featured {
        max-width: 260px;
    }
}
@media screen and (max-width: 400px) {
    .home-search .form-control {
        max-width: 185px;
    }
}
@media screen and (max-width: 480px) {
    body {
        background-color: white;
        color: #444;
        margin: auto;
        text-align: centre;
    }

    .amzn-bttn a {
        padding: 7px 11px !important;
    }

    .list-search .no-border .blue-bttn a {
        padding: 15px 30px !important;
    }

    .list-search .no-border .blue-bttn {
        margin: 0px;
    }

    .list-search .m-lft {
        margin-left: 0px !important;
    }

    .slick-dots {
        bottom: -45px;
    }

    .mod-slider .slick-arrow {
        display: none !important;
    }

    .guide-drop-down {
        width: 100% !important;
    }

    .blue-bttn .amzn-bttn a {
        padding: padding: 12px 26px 13px 26px!important;
    }

    .top-mod-side .blue-bttn a {
        padding: 10px 21px !important;
    }

    .list-search .no-border {
        border: 0px;
        margin-top: 12px;
        padding: 0px;
        margin-left: 0px;
    }

    .img-box {
        max-width: 292px !important;
        margin: 0px 16px !important;
    }

    .border-box {
        max-width: 250px !important;
    }

    .border-box img {
        max-width: 250px !important;
    }

    .brand-models {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 350px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -20px;
    }

    .good-bad {
        border: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .good-bad h4 {
        padding-left: 0px;
    }

    .good-bad li {
        margin-left: 20px;
    }

    .comparison-band .card__image {
        min-height: 110px;
    }

    .alrm-scnd {
        margin-top: -15px;
    }

    .al-logo {
        padding: 0px 21px;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .home-search .form-control {
        max-width: 250px;
    }

    .article-cntr {
        width: 87% !important;
        margin-top: 3px;
    }

    .pro-title {
        font-size: 18px !important;
    line-height: 20px !important;
    }

    .fa-star, .fa-star-half-alt, .pro-side-info .fa-star, .pro-side-info .fa-star-half-alt {
        font-size: 11px !important;
    }

    .rating a, .pro-side-info .rating a {
        font-size: 11px !important;
    }

    .pro-list-box .category, .pro-side-info .category {
        font-size: 11px;
        padding: 2px;
    }
    .img-fix {
        margin-top: -12px;
    }

    .pro-list-box .category {
        margin: 0px 0px;
    font-size: 11px !important;
    }

    .pro-side-info .pro-brand {
        font-size: 13px !important;
    }

    .main-article p {
        font-size: 16px;
    }

    .leading-dealer {
        padding: 6px 6px 6px 34px;
        font-size: 12px;
        position: absolute;
        top: -73px;
        right: -17px;
    }

    .ringring {
        height: 20px;
        width: 20px;
        left: -28px;
        top: -1px;
    }

    .circle {
        width: 10px;
        height: 10px;
        top: 4px;
        left: -22px;
    }

    .spec-thumb .col-4 {
        margin-right: 10px;
    }

    .product-table a {
        padding: 10px 16px;
        font-size: 75%;
    }

    footer .col-md-4 {
        margin-bottom: 40px;
    }

    .ft-cta {
        font-size: 18px;
    }

    .mob-button {
        display: block;
    }

    .mob-button a {
        font-size: 85%;
        padding: 7px 14px;
        margin-bottom: 10px;
        width: 128px;
    }

    .pricing-table {
        margin-bottom: 20px;
    }

    .package-band {
        text-align: center !important;
    }

    .article-cntr .package-band h3 {
        text-align: center !important;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .mobonly {
        display: inline-block;
    }

    .pricing-table {
        padding: 10px 0;
    }

    .pricing-table .title {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .pricing-table .price-value {
        padding: 18px 0 0 0;
        margin-bottom: 10px;
    }

    .pricing-table .price-title {
        font-size: 16px;
    }

    .pricing-table .price {
        font-size: 30px;
    }

    .pricing-table .pricing-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .pricing-table .pricing-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .testimonial {
        border: none;
        padding: 30px 30px;
        margin-bottom: 0px;
        border-bottom: 1px solid #ebebeb;
        height: auto;
    }

    .testimonial .description {
        margin-top: 6px;
    }

    .location {
        max-width: 200px !important;
        margin-bottom: 10px;
    }

    .projectFactsWrap .item {
        width: 100%;
        min-height: 318px;
    }

    .projectFactsWrap .item i {
        margin-bottom: -6px;
    }

    #projectFacts .nrs-fact p {
        font-size: 14px;
    }

    .modal-header h4 {
        font-size: 16px;
    }

    #header1 {
        text-align: left;
        font-size: 60%;
    }

    .logo {
        width: 100%;
        max-width: 120px;
        margin: auto;
    }

    .services .at-block {
        max-width: 92px;
    }

    .input-group-sm>.form-control,
    .input-group-sm>.input-group-addon,
    .input-group-sm>.input-group-btn>.btn {
        padding: 5px 4px;
        font-size: 11px;
    }

    .listing .list-block h2 {
        font-size: 18px;
    }

    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        font-size: 10px;
        padding: 2px 4px;
    }

    .listing .list-block {
        font-size: 15px;
    }

    .listing .list-block .shifts {
        font-size: 13px !important;
        margin: -2px 0px 8px -15px;
    }

    .listing .list-block .per-shift {
        display: inline-block;
        padding: 2px 13px;
    }

    .list-pro-check {
        display: block !important;
    }

    .list-pro-check .item i {
        display: block !important;
        padding-right: 10px;
        font-size: 28px !important;
    }

    .list-pro-check .item h3 {
        display: block !important;
        font-size: 16px !important;
    }

    .list-pro-check .item {
        min-height: 162px !important;
        padding: 30px 0px;
    }

    .list-pro-check {
        margin: 0px !important;
    }

    .list-pro-check .list-w-2 {
        width: 50%;
    }

    .list-pro-check .list-w-1 {
        width: 100%;
    }

    .listing .list-block .pro-button {
        margin-top: 10px;
    }

    .listing .list-block .profile-pic {
        height: 170px;
        align-items: flex-start;
    }

    .has-search .form-control-feedback {
        top: 4px;
    }

    #join-wait {
        /* display: none; */
        position: fixed;
        top: 50%;
        left: 37%;
        z-index: 100000000;
        padding: 2px;
    }

    #join-wait p {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        color: #fff;
        margin-left: -50px;
    }
    /*Responsive Menu==========================================*/

    #menu {
        display: none;
        margin-top: 40px;
    }

    nav ul {
        position: relative;
        display: none;
        z-index: 1;
    }

    .home-head .menuIconToggle {
        top: -23px !important;
        right: 5% !important;
        left: inherit;
    }
    /*Make all menu links full width*/

    nav ul li,
    li a {
        width: 100%;
        margin: auto;
        margin-bottom: 2px;
        text-align: left;
        border-right: none;
        font-size: 14px !important;
        line-height: 26px !important;
    }

    nav ul li {
        border-bottom: thin solid #ebebeb;
    }

    .sub-menu {
        background-color: #fff;
        padding: 0px;
        border-top: none;
        position: inherit;
        z-index: 1000;
        margin-left: 62px;
        width: 85%;
        max-width: 500px;
        float: left;
    }

    .sub-menu li {
        padding: 3px 5px;
        border-bottom: none;
        text-align: left;
        font-size: 14px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: #fefefe;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }

    .line {
        border-bottom: 1px solid #ddd;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        transition: 0.3s;
    }

    .sidenav a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        text-align: left;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #0060dc;
    }

    .sidenav .side-sub a {
        display: block !important;
        padding-bottom: 3px;
        padding-left: 26px;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        border-bottom: none;
        transition: 0.3s;
    }

    .menuIconToggle {
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: 16px;
        left: 10%;
        height: 22px;
        width: 22px;
        transition: all 0.3s;
        z-index: 10;
    }

    .hamb-line {
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #000;
        transition: all 0.25s;
    }

    .hor {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .dia.p-1 {
        position: relative;
        box-sizing: border-box;
        float: left;
        transition: all .25s;
    }

    .dia.p-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.hor {
        box-sizing: border-box;
        opacity: 0;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-1 {
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-2 {
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
        transition: all .25s;
    }

    .input-group-sm>.form-control,
    .input-group-sm>.input-group-addon,
    .input-group-sm>.input-group-btn>.btn {
        padding: 5px 4px;
        font-size: 10px;
    }

    .charges .input-group-addon {
        width: 90px;
        text-align: left;
    }
    /*Homepage elements=====================================*/

    #welcome {
        background-color: #000;
        padding: 70px 0px 80px 0px;
        text-align: center;
        background-position: 84%;
    }

    #welcome img {
        display: none;
    }

    #welcome h1 {
        font-size: 170%;
        text-align: center;
    }

    h2,
    #lightgrey h2 {
        font-size: 200%;
        font-weight: 400;
        font-size: 26px !important;
    }

    .in-ban-con p {
        font-size: 16px !important;
    }

    .compare-banner h3 {
        font-size: 25px;
    }

    .compare-banner h2 {
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 30px !important;
    }

    h3 {
        font-size: 120%;
    }

    .package-band h3 {
        text-align: center !important;
    }

    #poc {
        margin-left: 15px;
    }

    .nodisp {
        display: none;
    }

    #compare .thumbnail img {
        width: 112.5px;
        height: 100px;
    }

    .services p {
        width: 100%;
    }

    #manufacturer-carousel .carousel-indicators {
        bottom: -2%;
    }

    #manufacturer-carousel .carousel-control.right {
        right: 3%;
    }

    #manufacturer-carousel .carousel-control.left {
        left: 3%;
    }

    #manufacturer-carousel img {
        width: 100px;
    }

    #top-manufacturers-train {
        text-align: center;
        padding: 5% 0%;
        color: #444;
    }

    #lightgrey {
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
    }

    #lightgrey #review {
        margin: 10% 0;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 24px;
        margin-bottom: 3%;
        text-align: center;
    }

    #review-blueback h1 {
        margin-bottom: 5px;
    }

    #review select {
        width: 90%;
        margin-left: 3%;
        margin-right: 0;
    }

    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding: 30px 0px;
        margin: 0;
    }

    #compare {
        padding: 5% 0;
    }

    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 8%;
        padding-bottom: 8%;
        margin: 0;
    }

    .get-listed input[type="text"],
    .get-listed input[type="tel"],
    .get-listed input[type="email"],
    .get-listed input[type="number"],
    .get-listed input[type="url"],
    .get-listed textarea {
        width: 100%;
    }

    #dealer select {
        width: 100%;
    }

    .dealer-footer-links {
        background-color: #00537a;
        color: white;
        padding: 2% 0;
        display: none;
    }
    /*==================================================*/

    section {
        width: 100%;
        padding: 4% 0;
        text-align: left;
    }

    section img {
        max-width: 100%;
        margin-bottom: 5%;
    }

    #compare_3,
    .three_oc_top_comparison {
        display: none;
    }

    section h1,
    h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }

    .products-list h1 {
        font-size: 28px !important;
        margin: 10px 0px;
    }

    .pro-list-box h2 {
        font-size: 15px !important;
    font-weight: 500 !important;
    }
    .pro-list-box p {
        font-size: 12px;
        display: none;
    }

    .pro-list-box .pro-price,
    .pro-side-info .pro-price,
    .related-pro-box .pro-price,
    .cart-box .pro-price {
        font-size: 20px;
    }

    section h2 {
        font-weight: 400;
        font-size: 165%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    section ul,
    section ol {
        margin-left: 12%;
        padding-bottom: 2%;
    }
    /*blue text box in articles - Sticky Note==========================================*/

    .sticky_note {
        width: 93%;
        padding: 3%;
        margin: 4%;
        margin-left: 3%;
        float: left;
    }

    .br {
        display: inline;
    }
    /*input types=========================================================*/

    select {
        border-radius: 0px;
        max-width: 350px;
        margin-left: 0;
        border-radius: 3px;
    }

    aside select {
        border-radius: 0px;
        max-width: 350px;
        width: 100%;
        margin: 5px 0;
        border-radius: 3px;
    }
    /*Sidebars================================================================*/

    aside {
        border: none;
        border-top: thin solid lightgrey;
        border-radius: 0px;
        background-color: #f1f4f6;
        box-sizing: border-box;
        color: #444;
        padding: 5% 0;
        padding-bottom: 8%;
        width: 100%;
        margin-top: 0%;
        margin: 0;
        width: 100%;
        max-width: 500px;
    }

    aside+aside {
        border-top: thin dashed lightgrey;
    }

    aside h3 {
        color: #00537a;
        font-style: normal;
        padding-bottom: 0%;
    }

    .ad {
        width: 100%;
        float: none;
        margin: 2% 0 2% 0%;
        padding: 0%;
        padding-left: 0;
        padding-top: 0%;
        border: none;
        border-radius: 0px;
        background-color: #FFFFFF;
        text-align: center;
    }

    .contents {
        display: none;
    }
    /*Review index=============================================*/

    .review_brief h3 {
        font-weight: 400;
        font-size: 130%;
        line-height: 1.2;
    }

    .thumbnail_review {
        max-width: 300px;
        margin-right: 5%;
        width: 40%;
    }
    /*Review Pages=============================================*/

    .review-side-bar {
        padding: 5% 0;
        border: none;
        text-align: left;
    }

    .review-side-bar+.review-side-bar {
        border-top: thin dashed #3d899d;
    }
    /*About the company=================================================*/

    .company {
        padding: 6% 0;
        border: none;
        text-align: left;
    }

    .company_logo {
        box-sizing: border-box;
        padding: 5%;
        border: none;
        border-bottom: thin solid black;
    }

    .company_logo img {
        width: 150px;
    }
    /*tables===============================================*/

    table td,
    table th {
        padding: 2px;
    }

    table {
        font-size: 13px;
    }
    /*Comparison Page==================================================*/

    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }
    /*Comparison index=================================================*/
    /*FAQ Slider=======================================================*/

    #slider>li {
        padding-top: 5%;
        height: 85px;
        float: none;
    }
    /*Dealer's Data Page=================================================*/

    .dealer_name {
        font-weight: 400;
        font-size: 150%;
        color: #0060dc;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 0;
    }

    .dealer_locality {
        font-size: 100%;
        color: #0060dc;
        line-height: 1.2;
    }

    .deals_in {
        width: 40%;
        font-size: 80%;
        line-height: 1.2;
    }

    .deals_in img {
        width: 70px;
        padding: 3%;
    }

    .contact_number {
        padding-left: 50%;
        background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
        width: 300px;
    }
    /*Manufacturer's Main Page======================================*/

    .company_brief img {
        float: left;
        width: 40%;
        max-width: 200px;
    }
    /*Learn index =================================================*/

    .thumbnail_learn {
        width: 45%;
        float: left;
        margin-top: 2%;
        margin-right: 5%;
    }

    #product_brand_model_1,
    #product_brand_model_2,
    #product_brand_model_3 {
        font-size: 14px !important;
        height: 38px;
        line-height: 18px;
    }
    /*========================================================*/

    footer {
        padding: 1% 0;
    }

    .has-search {
        max-width: 320px;
        display: block;
    }

    .location {
        max-width: 320px !important;
    }

    .searchbardivband a {
        width: 100%;
        max-width: 320px;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 120px;
        font-size: 13px;
    }

    .listing .list-block .blue-bttn {
        margin-top: 20px;
        text-align: center;
    }

    img {
        width: 100%;
    }

    .brands-para img {
        width: 100%;
        max-width: 160px;
    }

    .table td,
    .table th {
        padding: .50rem;
    }

    .spec-thumb {
        height: 75px;
    }

    .ytb .slick-slide {
        max-width: 400px;
        outline: 0px;
        padding: 30px 0px;
        background-color: #fff;
    }

    .ytb .slick-arrow {
        display: none !important;
    }

    .slick-list {
        text-align: center;
        margin: auto;
    }

    .slick-arrow {
        display: none;
    }

    .ytb .swiper {
        background-color: #ebebeb;
        padding: 6px;
        text-align: center;
        font-size: 14px;
        display: block;
        width: 100%;
        max-width: 500px;
    }

    .ytb .slick-dots {
        bottom: -20px;
    }

    .main-article h1,
    .head h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .price-head {
        font-size: 20px !important;
        line-height: 32px !important;
    }

    .pricing-tables {
        margin: 40px 0px;
    }

    .list-head {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .main-article h2 {
        font-size: 26px;
    }

    .main-article li {
        font-size: 16px;
    }

    .pro-comp-tbl td {
        font-size: 12px;
    }

    .no-desk {
        display: block;
    }

    .blue-bttn .no-desk {
        width: 50%;
        margin: auto;
    }

    .home-review .picture-wrapper img {
        max-width: 200px;
    }
}
@media screen and (max-width: 480px) {
    .no-mob-show {
        display: none !important;
    }

    .site-container {
        padding: 0px 15px !important;
    }

    .site-header .searchTerm {
        width: 96%;
    }

    .bar-slider .slick-dots {
        display: none !important;
    }

    .bar-slider .slick-arrow {
        display: none !important;
    }

    .product-bar .pro-box {
        padding: 0px 8px;
        font-size: 12px;
        border-right: none !important;
    }

    .product-bar .pro-box img {
        margin-right: 0px;
        display: inline-block;
        width: 100%;
        max-width: 45px;
    }

    .deals_in {
        width: 30%;
    }

    .show_number {
        width: 300px;
    }

    #header0 {
        text-align: left;
        font-size: 70%;
    }

    .site-header {
        position: relative;
        overflow: hidden;
    }

    .site-header .mob-log {
        position: absolute;
        top: 18px;
        right: 8%;
    }

    .site-header .cart {
        position: absolute;
        top: 19px;
        right: -9%;
    }

    .filter-mod {
        display: none;
        background-color: #fafafa;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: fixed;
        bottom: 0px;
        z-index: 100000;
        top: 40px;
        overflow: scroll
    }

    .filter-mod .filter-box {
        padding: 0px 30px;
        margin-bottom: 15px;
    }

    .filter-mod .input,
    .filter-mod input {
        display: none;
    }

    .filter-mod .custom-control-label::before {
        display: none;
    }

    .filter-mod h3 {
        padding: 15px 30px;
        border-bottom: thin solid #ebebeb;
        margin-bottom: 10px;
    }

    .filter-mod h4 {
        font-size: 18px;
    }

    .filter-mod label {
        font-weight: 700;
        background-color: #ebebeb;
        font-size: 14px;
        font-weight: normal;
        padding: 3px 6px;
        margin-bottom: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .filter-mod .filter-box .custom-control {
        display: inline-block;
    }

    .pro-list-box .product-img {
        width: 100%;
        max-width: 250px;
        min-width: 147px;
    }
}
@media screen and (min-width:481px) and (max-width:949px) {
    .no-mob-show {
        display: none !important;
    }

    .site-header .searchTerm {
        width: 95% !important;
    }

    .site-container {
        padding: 0px 40px;
    }

    .pro-content .site-container {
        padding: 0 5%;
    }

    .pro-content .site-container {
        padding: 0 5%;
    }

    .pro-list-box .product-img {
        width: 100%;
        max-width: 250px;
    }

    .cart-box .cart-sub {
        margin-top: 50px;
        margin-left: 0px;
        text-align: left;
    }

    .pro-detail-cntr form {
        position: fixed;
        bottom: 0px;
        z-index: 1000;
        width: 100%;
        margin-left: -52px;
        text-align: center;
        padding-top: 0px;
        box-shadow: 0 -5px 5px -5px #333;
        background-color: #fff;
    }

    .buy-bttn button {
        width: 49% !important;
    }

    .pro-detail-cntr form .buy-bttn button {
        display: inline-block;
        padding: 12px 28px !important;
        border-radius: 0px;
        max-width: 575px;
        margin: 0px -3px;
    }

    .pro-detail-cntr form .buy-bttn a {
        display: inline-block;
        padding: 12px 28px !important;
        border-radius: 0px !important;
        width: 49.8%;
        max-width: 575px;
        margin: 0px -3px
    }

    .probuy-bttn {
        max-width: 575px;
    }

    .site-header img {
        margin-top: 2px;
        width: 100%;
        max-width: 230px;
    }

    .bar-slider .slick-dots {
        display: none !important;
    }

    .bar-slider .slick-arrow {
        display: none !important;
    }

    .product-bar .pro-box {
        padding: 0px 8px;
        font-size: 12px;
        border-right: none !important;
    }

    .bar-slider .product-bar .pro-box img {
        margin-right: 0px;
        display: inline-block;
        width: 100%;
        max-width: 45px;
    }

    .site-header {
        position: relative;
        overflow: hidden;
    }

    .site-header .mob-log {
        position: absolute;
        top: 22px;
        right: 16%;
        text-align: right;
    }

    .site-header .cart {
        position: absolute;
        top: 19px;
        right: -9%;
    }

    .site-header .searchTerm {
        width: 100%;
        .filter-mod {
            display: none;
            background-color: #fafafa;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            position: fixed;
            bottom: 0px;
            z-index: 100000;
            top: 40px;
            overflow: scroll;
        }
        .filter-mod .filter-box {
            padding: 0px 30px;
            margin-bottom: 15px;
        }
        .filter-mod .input,
        .filter-mod input {
            display: none;
        }
        .filter-mod .custom-control-label::before {
            display: none;
        }
        .filter-mod h3 {
            padding: 15px 30px;
            border-bottom: thin solid #ebebeb;
            margin-bottom: 10px;
        }
        .filter-mod h4 {
            font-size: 18px;
        }
        .filter-mod label {
            font-weight: 700;
            background-color: #ebebeb;
            font-size: 14px;
            font-weight: normal;
            padding: 3px 6px;
            margin-bottom: 5px;
            border-radius: 5px;
            cursor: pointer;
        }
    }

    .filter-mod .filter-box .custom-control {
        display: inline-block;
    }

    .package-band {
        text-align: center;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .mobonly {
        display: inline-block;
    }

    .pricing-table {
        padding: 10px 0;
    }

    .pricing-table .title {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .pricing-table .price-value {
        padding: 18px 0 0 0;
        margin-bottom: 10px;
    }

    .pricing-table .price-title {
        font-size: 16px;
    }

    .pricing-table .price {
        font-size: 30px;
    }

    .pricing-table .pricing-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .pricing-table .pricing-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .amzn-bttn a {
        padding: 7px 11px !important;
    }

    .slick-dots {
        bottom: -45px;
    }

    .mod-slider .slick-arrow {
        display: none !important;
    }

    .img-box {
        margin: 0px 16px !important;
    }

    .border-box {
        max-width: 400px !important;
    }

    .border-box img {
        max-width: 400px !important;
    }

    .ytb .slick-slide {
        padding: 30px 0px;
        background-color: #fff;
        max-width: 480px;
        outline: 0px;
    }

    .ytb .swiper {
        background-color: #ebebeb;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        display: block;
    }

    .ytb .slick-dots {
        bottom: -20px;
    }

    .ytb .slick-arrow {
        display: none !important;
    }

    .good-bad {
        border: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .good-bad h4 {
        padding-left: 0px;
    }

    .good-bad li {
        margin-left: 20px;
    }

    .product-image--featured {
        max-width: 260px;
    }

    .comparison-band .card__image img {
        width: 100%;
        max-width: 160px;
        display: block;
    }

    .spec-thumb {
        height: 66px;
    }

    .spec-thumb .col-4 {
        margin-right: 10px;
    }

    img {
        width: 100%;
    }

    .brands-para img {
        width: 100%;
        max-width: 180px;
    }

    .table td,
    .table th {
        padding: .65rem;
    }

    .main-article h1,
    .head h1 {
        font-size: 42px;
        line-height: 46px;
    }

    .main-article h2 {
        font-size: 30px;
    }

    .main-article li {
        font-size: 16px;
    }

    .home-guides .card-body {
        height: 177px !important;
    }

    .home-search .form-control {
        max-width: 250px;
    }

    .ft-cta {
        font-size: 18px;
    }

    footer .col-sm-4 {
        margin-bottom: 40px;
    }

    .mob-button {
        display: block;
    }

    .location {
        max-width: 400px !important;
        margin-bottom: 10px;
    }

    .has-search {
        ;
        width: 100%;
        max-width: 400px;
    }

    .has-search .form-control-feedback {
        top: 2px;
    }

    .projectFactsWrap .item {
        width: 100%;
        min-height: 347px;
        padding: 45px 20px;
    }

    .mob-button a {
        font-size: 85%;
        padding: 7px 14px;
    }

    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        padding: 2px 4px;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 120px;
        font-size: 13px;
    }

    .listing .list-block .blue-bttn {
        margin-top: 20px;
        text-align: center;
    }

    #header1,
    #header0 {
        text-align: left;
        font-size: 70%;
    }

    #welcome {
        background-color: #000;
        padding: 70px 0px 80px 0px;
        text-align: center;
        background-position: 84%;
    }

    .logo {
        margin: auto;
        max-width: 180px;
    }

    .list-pro-check {
        display: block !important;
    }

    .list-pro-check .item i {
        display: block !important;
        padding-right: 10px;
        font-size: 28px !important;
    }

    .list-pro-check .item h3 {
        display: block !important;
        font-size: 16px !important;
    }

    .list-pro-check .item {
        min-height: 162px !important;
        padding: 30px 0px;
    }

    .list-pro-check {
        margin: 0px !important;
    }

    .list-pro-check .list-w-2 {
        width: 50%;
    }

    .list-pro-check .list-w-1 {
        width: 100%;
    }
    /*Responsive Menu==========================================*/

    nav ul {
        position: relative;
        display: none;
        z-index: 1;
        width: 100%;
    }
    /*Make all menu links full width*/

    nav ul li,
    li a {
        width: 100%;
        margin: auto;
        margin-bottom: 2px;
    }

    .sub-menu {
        background-color: #fff;
        padding: 0px;
        border-top: none;
        position: inherit;
        z-index: 1000;
        margin-left: 62px;
        width: 85%;
        max-width: 500px;
        float: left;
    }

    .sub-menu li {
        padding: 3px 5px;
        border-bottom: none;
        text-align: left;
        font-size: 14px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #fefefe;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }

    .line {
        border-bottom: 1px solid #ddd;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        transition: 0.3s;
    }

    .sidenav a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        text-align: left;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #0060dc;
    }

    .sidenav .side-sub a {
        display: block !important;
        padding-bottom: 3px;
        padding-left: 26px;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        border-bottom: none;
        transition: 0.3s;
    }

    .menuIconToggle {
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: -40px;
        right: 7%;
        height: 22px;
        width: 22px;
        transition: all 0.3s;
        z-index: 10;
    }

    .hamb-line {
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #000;
        transition: all 0.25s;
    }

    .hor {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .dia.p-1 {
        position: relative;
        box-sizing: border-box;
        float: left;
        transition: all .25s;
    }

    .dia.p-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.hor {
        box-sizing: border-box;
        opacity: 0;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-1 {
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-2 {
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
        transition: all .25s;
    }
    /*Homepage elements */

    #welcome img {
        display: none;
    }

    #welcome h1 {
        font-size: 170%;
        text-align: center;
    }

    h2,
    #lightgrey h2 {
        font-size: 200%;
        font-weight: 400;
        font-size: 26px !important;
    }

    h3 {
        font-size: 120%;
    }

    #poc {
        margin-left: 15px;
    }

    #comparison-carousel .carousel-indicators {
        bottom: 30%;
    }

    #manufacturer-carousel .carousel-indicators {
        bottom: -2%;
    }

    #manufacturer-carousel .carousel-control.right {
        right: 3%;
    }

    #manufacturer-carousel .carousel-control.left {
        left: 3%;
    }

    #manufacturer-carousel img {
        width: 150px;
    }

    #top-manufacturers-train {
        text-align: center;
        padding: 5% 0%;
    }

    #lightgrey {
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
    }

    #lightgrey #review {
        margin-top: 10%;
    }

    .faq-button {
        font-weight: 400;
        padding: 5px 12px;
        color: #735304 !important;
        font-size: 16px;
        transition: all 0.5s ease-in 0s;
        background-color: #facf62;
        border: thin #bd8906 solid;
        border-radius: 3px;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 180%;
        margin-bottom: 3%;
        text-align: center;
    }

    #review-blueback h1 {
        margin-bottom: 5px;
    }

    #review select {
        width: 45%;
        margin-left: 3%;
        margin-right: 0;
    }

    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 3%;
        margin: 0;
    }

    #compare {
        padding: 5% 0;
    }

    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
        margin: 0;
    }

    .dealer-footer-links {
        display: none;
    }
    /*==================================================*/

    section {
        width: 100%;
        margin: 5% 0;
        padding: 0;
    }

    section img {
        max-width: 100%;
        margin-bottom: 5%;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    #compare-selector {
        margin: 6% 0 0 0;
    }

    section h1,
    h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }

    section h2 {
        font-weight: 400;
        font-size: 165%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    section ul,
    section ol {
        margin-left: 6%;
        padding-bottom: 2%;
    }
    /*blue text box in articles - Sticky Note==========================================*/

    .sticky_note {
        width: 96%;
        padding: 3%;
        margin: 3%;
        margin-left: 2%;
        float: left;
    }
    /*input types=========================================================*/

    .br {
        display: inline;
    }

    select {
        border-radius: 0px;
        width: 100%;
        margin-left: 0;
        border-radius: 3px;
    }

    aside select {
        border-radius: 0px;
        width: 100%;
        margin: 5px;
        margin-left: 0;
        border-radius: 3px;
    }

    input {
        border-radius: 3px;
    }
    /*Sidebars================================================================*/

    aside {
        border: none;
        border-top: thin solid lightgrey;
        border-radius: 0px;
        background-color: #f1f4f6;
        box-sizing: border-box;
        color: #444;
        padding: 5% 0;
        padding-bottom: 8%;
        width: 100%;
        margin-top: 0%;
        max-width: 1500px;
    }

    .ad {
        width: 100%;
        float: none;
        margin: 2% 0 2% 0%;
        padding: 0%;
        padding-left: 0;
        padding-top: 0%;
        border: none;
        border-radius: 0px;
        background-color: #FFFFFF;
        text-align: center;
    }

    aside+aside {
        border-top: thin dashed lightgrey;
    }

    aside h3 {
        color: #00537a;
        font-style: normal;
        padding-bottom: 3%;
    }

    .contents {
        display: none;
    }
    /*Review index=============================================*/

    .review_brief h3 {
        font-weight: 400;
        font-size: 150%;
        line-height: 1.2;
    }

    .thumbnail_review {
        max-width: 300px;
        margin-right: 5%;
        width: 30%;
    }
    /*Review Pages=============================================*/

    .review-side-bar {
        padding: 5% 0;
        border: none;
        text-align: left;
    }

    .review-side-bar+.review-side-bar {
        border-top: thin dashed #3d899d;
    }
    /*Manufacturer's Main Page======================================*/

    .company_brief img {
        float: left;
        width: 30%;
        max-width: 150px;
    }
    /*About the company=================================================*/

    .company {
        padding: 6% 0;
        border: none;
        text-align: left;
    }

    .company_logo {
        box-sizing: border-box;
        padding: 5%;
        border: none;
        border-bottom: thin solid black;
    }

    .company_logo img {
        width: 150px;
    }
    /*tables===============================================*/

    table td,
    table th {
        padding: 5px;
    }

    table {
        font-size: 90%;
    }
    /*Comparison Page==================================================*/

    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }
    /*Comparison index=================================================*/

    .top_comparisons h2 {
        font-weight: 400;
        font-size: 120%;
        margin-top: 5%;
    }
    /*FAQ Slider=======================================================*/

    #slider>li {
        padding-top: 5%;
        height: 85px;
        float: none;
    }
    /*Dealer's Data Page=================================================*/

    #dealer_page h1 {
        margin-top: 5%;
    }

    .dealer_name {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 0;
    }

    .dealer_locality {
        font-size: 120%;
    }

    .deals_in {
        width: 40%;
        font-size: 80%;
        line-height: 1.2;
        padding: 2%;
    }

    .deals_in img {
        width: 85px;
        padding: 3%;
    }

    .contact_number {
        padding-left: 30%;
        background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
        width: 300px;
    }
    /*Learn index =================================================*/

    .thumbnail_learn {
        width: 30%;
        float: left;
        margin-top: 2%;
        margin-right: 5%;
    }
    /*========================================================*/

    footer {
        clear: both;
        padding: 1% 0;
    }

    .listing .list-block .pro-button {
        margin-top: 10px;
    }

    .listing .list-block .bill-t span {
        font-size: 13px;
    }

    #product_brand_model_1,
    #product_brand_model_2,
    #product_brand_model_3 {
        font-size: 18px !important;
    }
}
@media screen and (min-width:481px) and (max-width:949px) {
    .article-cntr {
        width: 88% !important;
    }

    img {
        width: 100%;
    }

    .main-article p {
        font-size: 16px;
    }

    .pricing-table {
        margin-bottom: 20px;
    }

    .no-desk {
        display: block !important;
    }

    .blue-bttn .no-desk {
        width: 50%;
        margin: auto;
    }

    .package-band {
        text-align: center;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .package-band h3 {
        text-align: center !important;
    }

    .products-list h1 {
        font-size: 28px;
        margin: 10px 0px;
    }

    .pro-list-box h2 {
        font-size: 20px !important;
    }

    .pro-list-box .pro-price,
    .pro-side-info .pro-price,
    .related-pro-box .pro-price,
    .cart-box .pro-price {
        font-size: 20px;
    }

    .top-slick p {
        font-size: 12px;
    }

    .no-desk {
        display: block !important;
    }

    .blue-bttn .no-desk {
        width: 50%;
        margin: auto;
    }

    .package-band {
        text-align: center;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .package-band h3 {
        text-align: center !important;
    }

    .pricing-table {
        margin-bottom: 20px;
    }

    .package-band {
        text-align: center;
    }

    .package-band .start-price {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .mobonly {
        display: inline-block;
    }

    .pricing-table {
        padding: 10px 0;
    }

    .pricing-table .title {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .pricing-table .price-value {
        padding: 18px 0 0 0;
        margin-bottom: 10px;
    }

    .pricing-table .price-title {
        font-size: 16px;
    }

    .pricing-table .price {
        font-size: 30px;
    }

    .pricing-table .pricing-content {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .pricing-table .pricing-content li {
        font-size: 15px;
        line-height: 24px;
    }

    .amzn-bttn a {
        padding: 7px 11px !important;
    }

    .slick-dots {
        bottom: -45px;
    }

    .mod-slider .slick-arrow {
        display: none !important;
    }

    .img-box {
        margin: 0px 16px !important;
    }

    .border-box {
        max-width: 400px !important;
    }

    .border-box img {
        max-width: 400px !important;
    }

    .ytb .slick-slide {
        padding: 30px 0px;
        background-color: #fff;
        max-width: 500px;
        outline: 0px;
    }

    .ytb .swiper {
        background-color: #ebebeb;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        display: block;
    }

    .ytb .slick-dots {
        bottom: -20px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .good-bad {
        border: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .good-bad h4 {
        padding-left: 0px;
    }

    .good-bad li {
        margin-left: 20px;
    }

    .product-image--featured {
        max-width: 260px;
    }

    .comparison-band .card__image img {
        width: 100%;
        max-width: 160px;
        display: block;
    }

    .spec-thumb {
        height: 66px;
    }

    .spec-thumb .col-4 {
        margin-right: 10px;
    }

    img {
        width: 100%;
    }

    .brands-para img {
        width: 100%;
        max-width: 180px;
    }

    .table td,
    .table th {
        padding: .65rem;
    }

    .main-article h1,
    .head h1 {
        font-size: 42px;
        line-height: 46px;
    }

    .main-article h2 {
        font-size: 30px;
    }

    .main-article li {
        font-size: 16px;
    }

    .home-guides .card-body {
        height: 177px !important;
    }

    .home-search .form-control {
        max-width: 250px;
    }

    .ft-cta {
        font-size: 18px;
    }

    footer .col-sm-4 {
        margin-bottom: 40px;
    }

    .mob-button {
        display: block;
    }

    .location {
        max-width: 400px !important;
        margin-bottom: 10px;
    }

    .has-search {
        ;
        width: 100%;
        max-width: 400px;
    }

    .has-search .form-control-feedback {
        top: 2px;
    }

    .projectFactsWrap .item {
        width: 100%;
        min-height: 347px;
        padding: 45px 20px;
    }

    .mob-button a {
        font-size: 85%;
        padding: 7px 14px;
    }

    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        padding: 2px 4px;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 120px;
        font-size: 13px;
    }

    .listing .list-block .blue-bttn {
        margin-top: 20px;
        text-align: center;
    }

    #header1,
    #header0 {
        text-align: left;
        font-size: 70%;
    }

    #welcome {
        background-color: #000;
        padding: 70px 0px 80px 0px;
        text-align: center;
        background-position: 84%;
    }

    .logo {
        margin: auto;
        max-width: 120px;
    }

    .list-pro-check {
        display: block !important;
    }

    .list-pro-check .item i {
        display: block !important;
        padding-right: 10px;
        font-size: 28px !important;
    }

    .list-pro-check .item h3 {
        display: block !important;
        font-size: 16px !important;
    }

    .list-pro-check .item {
        min-height: 162px !important;
        padding: 30px 0px;
    }

    .list-pro-check {
        margin: 0px !important;
    }

    .list-pro-check .list-w-2 {
        width: 50%;
    }

    .list-pro-check .list-w-1 {
        width: 100%;
    }
    /*Responsive Menu==========================================*/

    .home-head .menuIconToggle {
        top: -27px !important;
        right: 5% !important;
        left: inherit;
    }

    nav ul {
        position: relative;
        display: none;
        z-index: 1;
        width: 100%;
        margin-top: 40px;
    }
    /*Make all menu links full width*/

    nav ul li,
    li a {
        width: 100%;
        margin: auto;
        margin-bottom: 2px;
        text-align: left;
        border-right: none;
        font-size: 14px !important;
        line-height: 26px !important;
    }

    nav ul li {
        border-bottom: thin solid #ebebeb;
    }

    .sub-menu {
        background-color: #fff;
        padding: 0px;
        border-top: none;
        position: inherit;
        z-index: 1000;
        margin-left: 62px;
        width: 85%;
        max-width: 500px;
        float: left;
    }

    .sub-menu li {
        padding: 3px 5px;
        border-bottom: none;
        text-align: left;
        font-size: 14px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: #fefefe;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 40px;
    }

    .line {
        border-bottom: 1px solid #ddd;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        transition: 0.3s;
    }

    .sidenav a {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        text-align: left;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #0060dc;
    }

    .sidenav .side-sub a {
        display: block !important;
        padding-bottom: 3px;
        padding-left: 26px;
        text-align: left;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: #000;
        border-bottom: none;
        transition: 0.3s;
    }

    .menuIconToggle {
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        height: 100%;
        width: 100%;
        top: 17px;
        left: 7%;
        height: 22px;
        width: 22px;
        transition: all 0.3s;
        z-index: 10;
    }

    .hamb-line {
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #000;
        transition: all 0.25s;
    }

    .hor {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .dia.p-1 {
        position: relative;
        box-sizing: border-box;
        float: left;
        transition: all .25s;
    }

    .dia.p-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.hor {
        box-sizing: border-box;
        opacity: 0;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-1 {
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
        transition: all .25s;
    }

    input[type=checkbox]:checked~.menuIconToggle>.dia.p-2 {
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
        transition: all .25s;
    }
    /*Homepage elements */

    #welcome img {
        display: none;
    }

    #welcome h1 {
        font-size: 170%;
        text-align: center;
    }

    h2,
    #lightgrey h2 {
        font-size: 200%;
        font-weight: 400;
        font-size: 26px !important;
    }

    h3 {
        font-size: 120%;
    }

    #poc {
        margin-left: 15px;
    }

    #comparison-carousel .carousel-indicators {
        bottom: 30%;
    }

    #manufacturer-carousel .carousel-indicators {
        bottom: -2%;
    }

    #manufacturer-carousel .carousel-control.right {
        right: 3%;
    }

    #manufacturer-carousel .carousel-control.left {
        left: 3%;
    }

    #manufacturer-carousel img {
        width: 150px;
    }

    #top-manufacturers-train {
        text-align: center;
        padding: 5% 0%;
    }

    #lightgrey {
        padding-top: 5%;
        padding-bottom: 5%;
        text-align: center;
    }

    #lightgrey #review {
        margin-top: 10%;
    }

    .faq-button {
        font-weight: 400;
        padding: 5px 12px;
        color: #735304 !important;
        font-size: 16px;
        transition: all 0.5s ease-in 0s;
        background-color: #facf62;
        border: thin #bd8906 solid;
        border-radius: 3px;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 180%;
        margin-bottom: 3%;
        text-align: center;
    }

    #review-blueback h1 {
        margin-bottom: 5px;
    }

    #review select {
        width: 45%;
        margin-left: 3%;
        margin-right: 0;
    }

    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 3%;
        margin: 0;
    }

    #compare {
        padding: 5% 0;
    }

    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
        margin: 0;
    }

    .dealer-footer-links {
        display: none;
    }
    /*==================================================*/

    section {
        width: 100%;
        margin: 5% 0;
        padding: 0;
    }

    section img {
        max-width: 100%;
        margin-bottom: 5%;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    #compare-selector {
        margin: 6% 0 0 0;
    }

    section h1,
    h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }

    section h2 {
        font-weight: 400;
        font-size: 165%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    section ul,
    section ol {
        margin-left: 6%;
        padding-bottom: 2%;
    }
    /*blue text box in articles - Sticky Note==========================================*/

    .sticky_note {
        width: 96%;
        padding: 3%;
        margin: 3%;
        margin-left: 2%;
        float: left;
    }
    /*input types=========================================================*/

    .br {
        display: inline;
    }

    select {
        border-radius: 0px;
        width: 100%;
        margin-left: 0;
        border-radius: 3px;
    }

    aside select {
        border-radius: 0px;
        width: 100%;
        margin: 5px;
        margin-left: 0;
        border-radius: 3px;
    }

    input {
        border-radius: 3px;
    }
    /*Sidebars================================================================*/

    aside {
        border: none;
        border-top: thin solid lightgrey;
        border-radius: 0px;
        background-color: #f1f4f6;
        box-sizing: border-box;
        color: #444;
        padding: 5% 0;
        padding-bottom: 8%;
        width: 100%;
        margin-top: 0%;
        max-width: 1500px;
    }

    .ad {
        width: 100%;
        float: none;
        margin: 2% 0 2% 0%;
        padding: 0%;
        padding-left: 0;
        padding-top: 0%;
        border: none;
        border-radius: 0px;
        background-color: #FFFFFF;
        text-align: center;
    }

    aside+aside {
        border-top: thin dashed lightgrey;
    }

    aside h3 {
        color: #00537a;
        font-style: normal;
        padding-bottom: 3%;
    }

    .contents {
        display: none;
    }
    /*Review index=============================================*/

    .review_brief h3 {
        font-weight: 400;
        font-size: 150%;
        line-height: 1.2;
    }

    .thumbnail_review {
        max-width: 300px;
        margin-right: 5%;
        width: 30%;
    }
    /*Review Pages=============================================*/

    .review-side-bar {
        padding: 5% 0;
        border: none;
        text-align: left;
    }

    .review-side-bar+.review-side-bar {
        border-top: thin dashed #3d899d;
    }
    /*Manufacturer's Main Page======================================*/

    .company_brief img {
        float: left;
        width: 30%;
        max-width: 150px;
    }
    /*About the company=================================================*/

    .company {
        padding: 6% 0;
        border: none;
        text-align: left;
    }

    .company_logo {
        box-sizing: border-box;
        padding: 5%;
        border: none;
        border-bottom: thin solid black;
    }

    .company_logo img {
        width: 150px;
    }
    /*tables===============================================*/

    table td,
    table th {
        padding: 5px;
    }

    table {
        font-size: 90%;
    }
    /*Comparison Page==================================================*/

    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-bottom: 6%;
    }
    /*Comparison index=================================================*/

    .top_comparisons h2 {
        font-weight: 400;
        font-size: 120%;
        margin-top: 5%;
    }
    /*FAQ Slider=======================================================*/

    #slider>li {
        padding-top: 5%;
        height: 85px;
        float: none;
    }
    /*Dealer's Data Page=================================================*/

    #dealer_page h1 {
        margin-top: 5%;
    }

    .dealer_name {
        font-weight: 400;
        font-size: 180%;
        line-height: 1.2;
        margin-top: 5%;
        margin-bottom: 0;
    }

    .dealer_locality {
        font-size: 120%;
    }

    .deals_in {
        width: 40%;
        font-size: 80%;
        line-height: 1.2;
        padding: 2%;
    }

    .deals_in img {
        width: 85px;
        padding: 3%;
    }

    .contact_number {
        padding-left: 30%;
        background: url(oxygen-concentrator-dealers/images/blue_phone_background.png) no-repeat left;
        width: 300px;
    }
    /*Learn index =================================================*/

    .thumbnail_learn {
        width: 30%;
        float: left;
        margin-top: 2%;
        margin-right: 5%;
    }
    /*========================================================*/

    footer {
        clear: both;
        padding: 1% 0;
    }

    .listing .list-block .pro-button {
        margin-top: 10px;
    }

    .listing .list-block .bill-t span {
        font-size: 13px;
    }

    #product_brand_model_1,
    #product_brand_model_2,
    #product_brand_model_3 {
        font-size: 18px !important;
    }
}
@media screen and (min-width:576px) and (max-width:949px) {
    .al-logo {
        padding: 0px 21px;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .no-desk {
        display: block;
    }

    .location {
        max-width: 220px !important;
    }

    .has-search {
        max-width: 220px;
    }

    .home-guides .card-body {
        height: 255px !important;
    }

    .container {
        max-width: 800px;
    }

    .home-review .blog-card {
        max-width: 715px;
    }

    .home-review .picture-wrapper img {
        max-width: 250px;
        height: auto;
    }
}
@media screen and (min-width:950px) and (max-width:1024px) {
    .container {
        max-width: 922px;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 34px;
    }

    .listing .list-block .p-type {
        position: absolute;
        top: -24px;
        right: 20px;
        padding: 2px 4px;
    }

    .services .sr-block {
        width: 100%;
        max-width: 134px;
    }

    .services .at-block {
        width: 100%;
        max-width: 103px;
    }

    .projectFactsWrap .item {
        min-height: 418px;
    }

    #search_button {
        display: none;
    }

    #q {
        display: none;
    }

    .br {
        display: none;
    }

    .logo {
        width: 180px;
        padding: 26px 0px;
    }

    #navigation ul a:link,
    #navigation ul a:visited {
        font-size: 14px;
        margin-top: 4px;
    }

    nav li {
        display: inline-block;
        padding: 0px 14px;
    }

    #welcome {
        background-color: #0060dc;
        padding-top: 2%;
        padding-bottom: 138px;
    }

    .home-monitor {
        bottom: -81%;
        left: 40%;
    }

    #welcome img {
        width: 180px;
        padding-top: -10px;
    }

    #welcome h1 {
        font-size: 180%;
        padding-top: 5%;
    }

    section h1 {
        font-size: 200%;
        font-weight: 400;
    }

    section h2,
    h2,
    #lightgrey h2 {
        font-size: 180%;
        font-weight: 400;
    }

    section h3,
    h3 {
        font-size: 120%;
    }

    .comparison_page h1 {
        font-weight: 400;
        font-size: 180%;
    }

    #comparison-carousel .carousel-indicators {
        bottom: 25%;
    }

    #compare .thumbnail img {
        width: 90%;
        max-width: 225px;
    }

    .compare-carousel-names {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #manufacturer-carousel .carousel-indicators {
        bottom: -25%;
    }

    #manufacturer-carousel img {
        width: 150px;
    }

    #top-manufacturers-train {
        text-align: center;
        padding: 2% 0% 5% 0;
    }

    #lightgrey {
        padding: 2% 0;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 180%;
        margin-bottom: 3%;
        text-align: center;
        font-weight: 400;
    }

    #review-blueback h1 {
        margin-bottom: 5px;
    }

    #review-blueback {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 3%;
        margin: 0;
    }

    #compare {
        padding: 2% 0;
    }

    #dealer {
        background-color: #0060dc;
        border-top: 3px #00537a solid;
        color: white;
        text-align: center;
        padding: 2% 0;
        margin: 0;
    }
    /*=================================================*/

    section {
        width: 60%;
    }

    section img {
        max-width: 100%;
    }

    select {
        width: 100%;
    }

    aside {
        width: 35%;
        max-width: 300px;
    }

    .ad {
        width: 300px;
        margin-left: 0;
        padding-left: 0;
    }

    aside select {
        width: 100%;
    }

    aside #poc {
        margin-left: 5px;
    }

    .contents h3 {
        font-size: 150%;
    }

    .company_logo img {
        width: 60%;
        max-width: 200px;
    }

    .company_brief img {
        width: 180px;
    }

    .top_comparisons h2 {
        font-size: 130%;
    }

    .dealer_name {
        font-size: 180%;
        font-weight: 400
    }

    .dealer_locality {
        font-size: 120%;
    }

    .contact_number {
        padding-left: 30%;
        width: 250px;
    }

    .deals_in {
        width: 35%;
        font-size: 80%;
    }

    .deals_in img {
        width: 80px;
    }

    .home-review .picture-wrapper img {
        height: 72%;
    }

    .al-logo {
        padding: 0px 31px;
    }

    .article-cntr {
        width: 90%;
    }
}
@media screen and (min-width:1025px) and (max-width:1200px) {
    .al-logo {
        padding: 0px 31px;
    }

    .article-cntr {
        width: 90%;
    }

    .listing .list-block .blue-bttn a {
        padding: 10px 34px;
    }

    .projectFactsWrap .item {
        min-height: 404px;
    }

    #search_button {
        display: none;
    }

    #q {
        display: none;
    }

    section {
        width: 64%;
    }

    select {
        width: 100%;
    }

    aside {
        width: 35%;
        max-width: 300px;
    }

    .ad {
        width: 300px;
        margin-left: 0;
        padding-left: 0;
    }

    #navigation ul a:link,
    #navigation ul a:visited {
        font-size: 14px;
    }

    nav li {
        display: inline-block;
        padding: 0px 14px;
    }

    .services .at-block {
        width: 100%;
        max-width: 114px;
    }

    .home-monitor {
        bottom: -114%;
        left: 37%;
    }

    .services .sr-block {
        width: 100%;
        max-width: 149px;
    }

    aside select {
        width: 100%;
    }

    #welcome h1 {
        font-size: 180%;
        padding-top: 5%;
    }

    section h1 {
        font-size: 200%;
        font-weight: 400;
    }

    h2,
    #lightgrey h2 {
        font-size: 180%;
        font-weight: 400;
    }

    section h2 {
        font-size: 180%;
        font-weight: 400;
    }

    h3 {
        font-size: 135%;
    }

    #lightgrey #review select {
        max-width: 290px;
    }

    #review-blueback h1,
    #compare h1,
    #dealer h1,
    #top-manufacturers-train h1 {
        line-height: 1.2;
        margin-top: 2%;
        font-size: 200%;
        margin-bottom: 3%;
        text-align: center;
        font-weight: 400;
    }

    .contents h3 {
        font-size: 150%;
    }

    .company_logo img {
        width: 60%;
        max-width: 200px;
    }

    .deals_in {
        width: 40%;
        font-size: 80%;
    }

    .deals_in img {
        width: 80px;
    }

    .home-review .picture-wrapper img {
        height: 83%;
    }
}
@media screen and (min-width:1200px) and (max-width:1350px) {
    .product-image--featured {
        max-width: 260px;
    }
}
@media screen and (max-width: 400px) {
    .home-search .form-control {
        max-width: 185px;
    }
}
@media screen and (min-width: 800px) and (max-width: 949px) {
    .site-header .mob-log {
        right: 9%;
        top: 10px;
    }

    .site-header .cart {
        right: 3%;
        top: 10px;
    }

    .site-header {
        height: inherit;
    }
}
@media screen and (max-width: 800px) {
    .no-show {
        display: none !important;
    }

    .searchTerm {
        width: 100% !important;
    }

    .mob-site-header {
        background-color: #0060cd;
        padding: 10px 0px 0px 0px;
        display: block;
    }

    .content-container {
        max-width: 800px;
        position: relative;
        width: 100%;
        justify-content: center;
        margin-bottom: 35px!important;
    }

    .product-image--list li {
        display: inline-block;
    }

    .left-container {
        position: absolute;
        bottom: -50px;
    }

    .product-image--featured {
        max-width: 100%;
        max-height: 100%;
    }

    .img-fix {
        margin-top: 0px;
        height: 330px;
    }

    .footer-section .main-foot {
        padding: 31px 0px;
    }
}

.products-list iframe { width:100%; max-width: 550px; height: 309px;}

.editor_contet p{
    line-height: 2 !important;
    font-size: 20px !important;
    color: #333 !important;
    margin-bottom: 13px !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-family: 'Inter', sans-serif !important;
}
.editor_contet ul li{
    margin-bottom: 0px !important;
}

.editor_contet h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #222  !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Inter', sans-serif !important;
}
.editor_contet h2  span { font-size: 32px !important;}

.editor_contet h3{
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #222  !important;
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'Inter', sans-serif !important;
}

.editor_contet a span { font-size: 16px ;   color: #0060dc !important;}
.editor_contet h3  span { font-size: 24px !important;}



.editor_contet ul, .editor_contet ol{
    line-height: 2 !important;
    font-size: 20px !important;
    color: #333 !important;
    margin-left: 21px;
    margin-bottom: 0px !important;
    font-family: 'Inter', sans-serif !important;
}
.editor_contet table { width: 60% !important; text-align: left !important;}

.editor_contet table .thumbnail_learn{
    padding: 6px 12px !important;
    border: 1px solid #d9d7ce !important;
    text-align: left !important;
    background: #0060dc !important;
    color: #fff !important;
    text-align: left !important;
}

.editor_contet table td {
    padding: 6px 10px !important;
    border: 1px solid #d9d7ce !important;
    text-align: left !important;
}

.editor_contet table th {
    padding: 6px 10px !important;
    border: 1px solid #d9d7ce !important;
    text-align: left !important;
    background: #0060dc;
    color: #fff;
  }

.editor_contet img{
    width: 100% !important;
    max-width: 900px;
    object-fit: fill;
}

.editor_contet .small-img {
    width: 100% !important;
    max-width: 500px;
    height:auto !important;
}

.editor_contet .big-img {
    width: 100% !important;
    max-width: 900px;
}

@media (max-width: 991px) {
    .editor_contet table { width: 100% !important;
    }

    .n-search input { height: 38px !important;}
}
.faq-form { margin-bottom: 60px;}
.qsn-box:last-child {
    border-bottom: none;
  }
.faq-form .col-md-8{padding: 20px;}
.faq-form h4{ font-weight: bold; font-size: 18px;}
.qsn-box { margin-bottom: 10px; padding: 10px 0px;}

.bf-testimonial-slick-single{
	color:#fff;
	text-align: center;
	border-radius: 10px;
    background-color: #fafafa;
    border: thin solid #ebebeb;
	padding: 50px;
}

@media only screen and (min-width: 992px){
	.slick-slide {
		margin: 0 25px;
	}
}

.bf-testimonial-icon i{
		font-size: 20px;
		letter-spacing: 5.4px;
		color: #f8c51c;
}
.bf-testimonial-title h3{
		font-size: 24px;
		font-weight: 900;
		line-height: 1.5em;
		text-align: center;
		color: #6a6a6a;
}

.bf-testimonial-message p{
	opacity: 0.7;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
  color: #444;
}
.bf-testimonial-author-info{}
.bf-testimonial-author-info .author-name h4{
		opacity: 0.6;
		font-size: 15px;
		font-weight: 900;
		line-height: 1em;
		text-align: center;
		color: #4a4a4a;
}
.bf-testimonial-author-info .author-designation h5{
	opacity: 0.3;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #4a4a4a;
}

/* Testimonial Spacing */
.bf-testimonial-icon {
    margin-bottom: 13px;
}
.bf-testimonial-title {
    margin-bottom: 36px;
}
.bf-testimonial-message {
    padding: 0 50px;
    margin-bottom: 45px;
}
.bf-testimonial-author-info .author-name {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1367px){
	.bf-testimonial-slick-single{
		padding: 20px;
	}
	.bf-testimonial-message {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 991px){
	.bf-testimonial-slick-single{
		padding: 20px;
	}
	.bf-testimonial-message {
		padding: 0px;
	}
}

.pro-img-slide { margin-bottom: 30px;
    height: 200px;
    width: 100%;
    max-width: 500px;
    text-align: center;}

    .pro-img-slide .slick-track {    display: flex;
        justify-content: center;}

.pro-img-slide .slick-dots { bottom: -40px;}

.pro-img-slide .mob-pro {  height: 100%;
    display: flex;
    justify-content: end !important;}

.pro-img-slide img {
    width: 100% !important;
    max-width: 170px;
    height: 100% !important;
    max-height: 200px;}

.card-01 .card-body{
    position:relative; padding-top:40px;
  }
  .card-01 .badge-box{
    position:absolute;
    top:-20px; left:50%; width:100px; height:100px;margin-left:-50px; text-align:center;
  }
  .card-01 .badge-box i{
    background:#006EFF; color:#fff; border-radius:50%;  width:50px; height:50px; line-height:50px; text-align:center; font-size:20px;
  }
  .card-01 .height-fix{
    height:455px; overflow:hidden;
  }

  .card-01 .height-fix .card-img-top{width:auto!imporat;}
  .card-01 .card-title { font-size: 16px;}
  .card-01 { margin-bottom: 20px;
    height: 100%;
    max-height: 466px;}
    .homecare-testimonials h2 { font-size: 20px; font-weight: bold; margin-bottom: 15px;}
  .why-us { background-image: url(/images/why-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 60px 0px;
    color: #222;
}
.why-us h2 { color: #222; margin-bottom: 30px;}
.why-us .table thead th { font-size: 20px !important; font-weight: bold !important; background-color:initial; border-bottom: thin solid #888; padding-bottom: 20px; border-top: none; color: #222;}
.why-us tr th, .why-us .table td { font-size: 16px; font-weight: 400; border-bottom: thin solid #888;color: #222;}
.why-us .table td { text-align: center;}
.why-us tr th{ padding: 8px 20px;}
.why-us .table td .fa-check { background-color: #278e32; color: #fff; padding: 6px; border-radius: 50%;}
.why-us .table td .fa-times { background-color:#d10a11; color: #fff; padding:6px 9px; border-radius: 50%;}



.spec-thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 40px !important;
    min-width: 20px !important;
    margin-top: 6px;
}

  body {
    background: transparent;
  }

  .modal.show .modal-dialog {
    padding: 5% 0px;
}

.modal.show .modal-dialog .call-box {
	padding: 10px 30px;
    border: thin solid #ccc;
    border-radius: 5px;
	margin-bottom:20px;
    text-align: left;
}

.modal-dialog .call-box a { font-size: 16px;
    color: #333 !important;
    text-decoration: none;
    padding: 0px !important;
    background-color: transparent !important;}

.modal.show .modal-dialog .call-box i {
	padding-right:6px;
}

.modal.show .modal-dialog .call-box p {
	margin-bottom:0px;
}

.cblue { color:#0087C9;}
.cgreen { color:#00BB2C;}
.corange {  color:#DB5F00}



.request-detail-div span a {
    padding: 0px !important;

}
.request-detail-div span a:hover {
    padding: 0px !important;
    background-color: transparent !important;
    color: #0060dc !important;

}

.modal-header .btn-close  {
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .modal-header .btn-close:after, .modal-header .btn-close:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 13px;
    right: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal-header .btn-close:before {
    right: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  @keyframes snowfall {

    from {
  
      transform: translate3d(var(--sw-tx, 0), var(--sw-ty, -10vh), 0);
  
    }
  
    34% {
  
      transform: translate3d(var(--sw25-tx, 0), var(--sw25-ty, 20vh), 0);
  
    }
  
    67% {
  
      transform: translate3d(var(--sw75-tx, 0), var(--sw75-ty, 60vh), 0);
  
    }
  
    100% {
  
      transform: translate3d(var(--sw100-tx, 0), var(--sw100-ty, 100vh), 0);
  
    }
  
  }
  
  .snow {
  
    width: var(--sw-s, 60px);
  
    height: var(--sw-s, 60px);
  
    filter: blur(var(--sw-f, 0));
  
    left: var(--sw-l, 0);
  
    transform: translate3d(0, -10vh, 0);
  
    -webkit-animation: snowfall var(--sw-t, 10s) var(--sw-d, 0s) infinite linear;
  
            animation: snowfall var(--sw-t, 10s) var(--sw-d, 0s) infinite linear;
  
    opacity: var(--sw-o, 1);
  
    position: absolute;
  
    border-radius: 50%;
  
    background-color: rgba(255, 255, 255, 0.75);
  
  }
  
  .snow-container {
  
    overflow: hidden;
  
    width: 100%;
  
    height: 100vh;
  
    position: fixed;
  
    left: 0;
  
    top: 0;
  
    pointer-events: none;
  
    z-index: 9999;
  
  }
  
  
  
  body {
  
    background: transparent;
  
  }
