
@import url('../css/content-components.css');
@import url('../css/layout.css');
@import url('../css/utilities.css');
@import url('../css/navigation.css');
@import url('../css/responsive.css');
@import url('../css/widgets.css');
@import url('../css/ui-components.css');



* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}


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


input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: Helvetica, sans-serif;
    position: relative;
}

body:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    display: none;
    z-index: 9;
}

.body-overlay:before {
    display: block;
    z-index: 9999;
}


.logo-area img {
    width: 100%;
}

.form-control {
    border: 1px solid #658dbc;
    height: 45px;
    font-size: 16px;
    color: rgb(0 45 88 / 50%);
    background: #fff;
}

.form-control::placeholder {
    color: #a3abb7;
}

.form-group {
    position: relative;
}



.form-control:focus {
    box-shadow: 0 0 0;
    border-color: #658dbc;
}

.search-input {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    padding: 5px 15px;
}

.call-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
}


.call-text-top p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #686868;
    line-height: 1.2;
}

.call-text-top p em {
    color: #658dbc;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.account-tools {
    text-align: center;
}

.account-tools i {
    font-size: 30px;
    color: #002d58;
    margin-bottom: 3px;
}

.account-tools img {
    margin-bottom: 3px;
}

.account-tools p {
    font-size: 12px;
    color: rgb(0 45 88 / 80%);
    text-align: center;
    margin-bottom: 0;
}

.my-account-text p {
    font-size: 12px;
    color: rgb(0 45 88 / 80%);
    margin-bottom: 2px;
    line-height: 1;
}

.my-account-text h3 {
    color: #002d58;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.my-account-text h3 i {
    color: #002d58;
    font-size: 16px;
    font-weight: bold;
}

.my-account-icon img {
    margin-right: 10px;
}

.my-account-area {
    display: flex;
    align-items: center;
    border: 1px solid #658dbc;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 10px;
}

.account-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-divider {
    border-right: 1px solid #d6d8db;
}
.contact-detail {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px #dbdbdb;
    margin-bottom: 15px;
}

.address {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-icon i {
    color: #002b57;
    background: #e9ecee;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 16px;
    margin-right: 5px;
}

.address-para p {
    font-size: 14px;
    color: #505050;
    line-height: 16px;
    margin-bottom: 0;
}

.call {
    display: flex;
    align-items: center;
}

.call .address-para p {
    margin-bottom: 0;
}

.call .address-para p a {
    text-decoration: underline;
}

.certify-area ul li {
    margin: 0 8px;
}

.certify-area ul li a {
    font-size: 0;
}

.copy-text p {
    font-size: 14px;
    color: #545454;
    margin-bottom: 0;
}

.policy-list ul {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.policy-list ul li a {
    padding: 0 10px;
    color: #002c58;
    font-size: 14px;
}

.slider-1 img {
    width: 100%;
}

.who-area {
    background: url(../images/about-support-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 30px 0;
}

.who-title {
    margin-bottom: 15px;
}

.who-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
    text-align: center;
}

.why1 {
    display: flex;
}

.why-us {
    margin-bottom: 50px;
}

.why-text h3 {
    font-weight: bold;
    font-size: 18px;
    color: #002c58;
    margin-bottom: 10px;
}

.why-text p {
    font-size: 16px;
    color: #424445;
    margin-bottom: 10px;
}

.why-img {
    width: 55%;
    height: auto;
    margin-right: 10px;
}

.why-text ul {
    margin-bottom: 0;
}

.why-text ul li {
    padding-left: 12px;
    position: relative;
    font-size: 16px;
    color: #424445;
}

.why-text ul li:before {
    position: absolute;
    content: '-';
    font-size: 16px;
    color: #424445;
    left: 0;
}

.call-text p {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.call-text1 p {
    text-align: center;
    position: relative;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #424445;
}

.video-thumbnail {
    padding: 10px 10px;
}

.video-thumbnail a {
    font-size: 0;
}

.video-thumbnail img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
}

.video-thumbnail p {
    font-size: 12px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 3px;
}

.video-thumbnail h3 {
    font-size: 14px;
    color: #000;
}

.video-thumbnail:hover {
    background: #000;
}

.video-thumbnail:hover h3 {
    color: #fff;
}

.slider-for {
    margin-bottom: 20px;
}

.slider-nav {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(24 66 66 / 20%);
    margin-bottom: 25px;
}

.slider-for {
    margin: 20px;
}

.menu-toggler {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.bar1 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 0 auto 5px auto;
}

.bar2 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 5px auto;
}

.bar3 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 5px auto 7px auto;
}

.menu-toggler p,
.user-login p {
    text-align: center;
    color: #002d58;
    font-size: 15px;
    margin-bottom: 0;
}

.user-login i {
    font-size: 35px;
    color: #002d58;
}

.user-login {
    position: relative;
    padding-right: 15px
}

.user-login:after {
    position: absolute;
    content: '\f107';
    width: 20px;
    height: 30px;
    color: #002d58;
    font-size: 30px;
    font-family: 'FontAwesome';
    top: 0;
    right: -5px;
    text-align: center;
    line-height: 1;
}

.mob-top-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.mob-top-list ul li {
    padding: 0 25px;
    border-right: 1px solid #d6dbe1;
}

.mob-top-list ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

.mob-bottom-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 15px 0;
}

.mob-bottom-list ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
}

.mob-bottom-list ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.mob-bottom-list .account-tools i {
    color: #fff;
    font-size: 25px;
}

.mob-bottom-list .account-tools p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.mob-bottom-list .search-input {
    width: 200px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #002d58;
    border-color: transparent;
}
.banner-caption h3 {
    font-size: 56px;
    color: #002c58;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.single-item .slider-1 img {
    width: 100%;
}

.banner-caption {
    position: absolute;
    content: '';
    top: 40px;
    right: 50px;
    width: 50%;
    bottom: 0;
    z-index: 3;
}

.banner-caption ul {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.banner-caption ul li {
    margin: 0 10px;
}

.banner-caption ul li img {
    width: 130px;
    height: 115px;
    object-fit: contain;
}

.shop-now a {
    text-align: center;
    background: #f59a1f;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}

.account-tools {
    position: relative;
    cursor: pointer;
    padding: 5px;
}

.tool-list {
    position: absolute;
    content: '';
    min-width: 140px;
    height: auto;
    background: #fff;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 27px rgba(0, 43, 88, 0.17);
    border-radius: 5px;
    z-index: 9;
    padding: 15px 20px;
    right: -20px;
    top: 55px;
    display: none;
    width: 100%;
}

.account-tools:hover .tool-list {
    display: block;
}

.tool-list ul {
    margin-bottom: 0;
    position: relative;
}

.tool-list ul li a {
    font-size: 14px;
    color: #597baa;
    display: block;
    padding-bottom: 8px;
    text-align: left;
}

.tool-list ul li:last-child a {
    padding-bottom: 0;
}

.top-arrow img {
    position: absolute;
    top: -10px;
    right: 20px;
}

.account-list {
    position: absolute;
    content: '';
    min-width: 140px;
    height: auto;
    background: #fff;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 27px rgba(0, 43, 88, 0.17);
    border-radius: 5px;
    z-index: 9;
    padding: 0px 0px;
    right: 0px;
    top: 55px;
    width: 100%;
    display: none;
}

.my-account-area {
    position: relative;
    cursor: pointer;
    margin: 0 20px;
}

.my-account-area:hover .account-list {
    display: block;
}
.account-option {
    padding: 0 15px;
}

.account-option ul {
    margin-bottom: 0;
}

.account-option ul li a {
    display: block;
    color: #597baa;
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.account-option ul li a img {
    margin-right: 5px;
}


.item-number {
    display: flex;
    align-items: center;
}

.item-number h4 {
    background: #ececec;
    padding: 5px 8px;
    border-radius: 5px;
    color: #002d58;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 0;
}

.item-number h5 {
    font-size: 14px;
    font-weight: bold;
    color: #88c633;
    margin-bottom: 0;
}


.contact-tab {
    position: absolute;
    content: '';
    min-width: 170px;
    height: auto;
    background: #fff;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 27px rgba(0, 43, 88, 0.17);
    border-radius: 5px;
    z-index: 99;
    padding: 0px 0px;
    left: 0px;
    top: 40px;
    width: 100%;
    display: none;
}

.contact-tab .top-arrow img {
    left: 20px;
    right: auto;
}

.live-chat {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    border-bottom: 1px solid #a3a3a3;
    position: relative;
}

.live-chat a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.chat-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.chat-icon {
    margin-right: 10px;
}

.chat-para p {
    font-size: 14px;
    color: #597baa;
    margin-bottom: 0;
}

.contact-links ul {
    display: block;
}

.contact-links ul li a {
    font-size: 14px;
    color: #597baa;
    padding: 0;
    display: block;
    border: 0;
    margin-bottom: 8px;
}

.contact-links ul li:last-child a {
    margin-bottom: 0;
    border-right: 0;
}

.contact-links ul li a:hover {
    color: #002d58;
}

.contact-links ul li {
    padding-left: 10px;
    position: relative;
}

.contact-links ul li:before {
    position: absolute;
    content: '-';
    width: 10px;
    height: 10px;
    color: #597baa;
    font-size: 17px;
    top: -4px;
    left: 0;
}

.contact-links h4 {
    color: #002d58;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-links {
    padding: 10px 15px;
    border-bottom: 1px solid #a3a3a3;
}

.top-header-list ul li:hover .contact-tab {
    display: block;
}

.mega1 {
    padding: 25px 15px;
    border-right: 1px solid #f1f1f1;
    height: 100%;
}

.mega1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
}

.mega1 ul {
    margin-bottom: 25px;
}

.mega1 ul li a {
    font-size: 14px;
    color: #597baa;
    display: block;
    margin-bottom: 10px;
}

.mega1 ul li a:hover {
    text-decoration: underline;
}

.mega-dropdown1 .megamenu-left,
.mega-dropdown1 .row,
.mega-dropdown1 .col-md-3 {
    height: 100%;
}



.video-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.video-slider iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-slider {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.video-slider a {
    font-size: 0;
}

.video-slider .video-wrapper {
    height: 0;
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%;
}

.video-slider .video-wrapper iframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-slider.active {
    height: auto;
    padding: 5px;
}

.video-slider.active a {
    display: none;
}

.why1.nobtm-border {
    border-bottom: 0;
}
.product-style{
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 8px; 
    padding: 15px; 
    background: #fff; 
    cursor: pointer;
}
.product-style img{
    width: 100%;
    height: 100px; 
    object-fit: cover; 
    border-radius: 4px;
}
.product-style h4{
    font-size: 16px;
     margin: 0 0 8px 0;
      color: #002d58;
      padding-top:26px;
}
.product-style p{
    margin: 0 0 8px 0; 
    font-size: 14px; 
    color: #666;
}
.product-style span{
    font-size: 18px; 
    font-weight: bold; 
    color: #002d58;
}
.mob-top-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

.phone-mob p {
    margin-bottom: 0;
    font-size: 12px;
    color: #002d58;
    font-weight: bold;
    text-transform: uppercase;
}

.phone-mob i {
    font-size: 22px;
    color: #002c58;
    font-weight: bold;
    text-align: center;
}

.mob-top-right ul li {
    border-right: 1px solid #dedfdf;
    padding: 0 15px;
}

.mob-top-right ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.phone-mob {
    text-align: center;
}

.menu-toggler p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #002d58;
    text-transform: uppercase;
    line-height: 1;
}

.mob-bottom-list .search-input {
    width: 150px;
    padding: 5px 10px;
}
.mob-account-list {
    margin-top: 30px;
}

.mob-account-list>ul {
    margin-bottom: 0;
}

.mob-account-list>ul li {
    padding: 13px 15px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.mob-account-list>ul li a {
    display: flex;
    align-items: center;
}

.mob-account-list>ul li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
}

.mob-account-list>ul li a p {
    font-size: 15px;
    color: #597baa;
    font-weight: 500;
    margin-bottom: 0;
}

.mob-account-list>ul li a i {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.mob-menu-contact {
    padding: 5px 15px 20px;
}

.mob-menu-contact img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 25px;
}

.mob-contact-text {
    text-align: center;
}

.mob-contact-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #002d5c;
    margin-bottom: 10px;
}

.mob-contact-text p {
    font-size: 14px;
    color: #424445;
}

.mob-call-back ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-call-back ul {
    position: relative;
}

.mob-call-back ul:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #ececec;
    left: 35%;
    transform: rotate(90deg) translateY(-50%);
}

.mob-call-back ul li a {
    text-align: center;
    display: inline-block;
    padding: 15px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 15px;
}

.mob-call-back ul li a:hover {
    border: 1px solid #ececec;
}

.mob-call-back ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mob-call-back ul li a p {
    font-size: 14px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.3;
}

.mob-call-back ul li a i {
    font-size: 18px;
}

.see-all {
    background: rgb(232, 233, 233);
    background: linear-gradient(0deg, rgba(232, 233, 233, 1) 0%, rgba(251, 251, 252, 1) 100%);
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 5px 25px;
}

.see-all p {
    font-size: 14px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 0;
}

.see-all p i {
    color: #6995c3;
    font-size: 20px;
}

.menu-overlay {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #808080;
    opacity: .8;
    z-index: 8888;
}

.google-rate {
    width: 137px;
    height: 49px;
    display: inline-block;
    background-position: 0px -88px;
}

.bbb-logo {
    width: 141px;
    height: 53px;
    display: inline-block;
    background-position: -153px -83px;
}

.paypal {
    width: 93px;
    height: 36px;
    display: inline-block;
    background-position: -1px -160px;
}

.visa {
    width: 50px;
    height: 33px;
    display: inline-block;
    background-position: -113px -160px;
}

.mastercard {
    width: 62px;
    height: 36px;
    display: inline-block;
    background-position: -177px -158px;
}

.discover {
    width: 53px;
    height: 53px;
    display: inline-block;
    background-position: -252px -151px;
}

.american {
    width: 68px;
    height: 24px;
    display: inline-block;
    background-position: -314px -168px;
}

.call-back {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -121px 0px;
}

.menu-contact-img {
    width: 275px;
    height: 92px;
    display: inline-block;
    background-position: 0px 355px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.breadcrumbs p {
    font-size: 12px;
    color: #939393;
    margin-bottom: 5px;
}

.breadcrumbs p a {
    color: #4b84ad;
}
.our-company-area {
    padding: 60px 0;
}

.company-head h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #002c58;
    margin-bottom: 20px;
    text-align: center;
}

.comp-intro-video {
    margin-bottom: 25px;
}

.comp-intro-video img {
    width: 100%;
    height: auto;
}

.started-area {
    padding: 30px 0;
}

.started1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.started1-para h4 {
    font-size: 18px;
    color: #002c58;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.started1-para p {
    font-size: 14px;
    color: #424445;
}

.divider-area {
    border-top: 1px solid #b6b6b6;
    margin: 10px 0;
}

.latest1 {
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
    margin-bottom: 10px;
    background: #fff;
}

.latest-img {
    width: 100%;
    height: 200px;
    position: relative;
    background: #b5bdc4;
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
}

.latest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-date {
    position: absolute;
    left: 15px;
    top: 20%;
    transform: translateY(-20%);
}

.latest-date p {
    color: #fff;
    font-size: 12px;
    background: #002d58;
    padding: 5px 15px;
    border-radius: 5px 5px;
    margin-bottom: 0;
}

.latest-head {
    padding: 20px;
    position: relative;
    text-align: center;
}

.latest-head h3 {
    font-size: 16px;
    color: #002c58;
    font-weight: bold;
    line-height: 20px;
}

.value-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.core1 {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 25px 15px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.core1 img {
    margin-right: 15px;
}

.core1-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 10px;
}

.core1-text p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 0;
}

.customer-name h4 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
}

.customer-name p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 18px;
    margin-bottom: 0;
    font-style: normal;
}

.rev-slider1 {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px 15px 15px;
}

.rev-slider1 p {
    font-size: 16px;
    color: #424445;
    font-style: italic;
}

.rev-slider1 .customer-name p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 18px;
    margin-bottom: 0;
    font-style: normal;
}

.custrev-slider {
    margin-bottom: 80px;
}

.review-form-head h2 {
    font-size: 18px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.review-form {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 30px;
}

.review-form .form-group {
    margin-bottom: 20px;
}

.submit-review {
    background: #ee8f0f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 165px;
    display: block;
    border: 0;
    margin: 0 auto;
}
.careerright-head h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.careerright-head p {
    font-size: 14px;
    color: #424445;
    line-height: 22px;
}

.careerright-head {
    margin-bottom: 30px;
}

.carreritem1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 15px;
}

.carreritem1 p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 20px;
}

.careerlist-slider {
    background: #fff;
    border-radius: 5px;
    padding: 30px 70px 80px 70px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.view-catalog {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 5px;
}

.view-catalog p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 0;
}

.view-catalog p i {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 0;
}

.perks-head {
    text-align: center;
}

.perks-head h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.perks-area {
    padding: 50px 0;
}

.resource-help-area {
    padding: 50px 0;
}

.resource-contact-section {
    background-image: url(../images/resource-contact-section.jpg);
    background-size: contain;
    background-position: left;
    padding: 15px 15px 15px 80px;
    background-repeat: no-repeat;
}

.resource-contact-section ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.help-text h4 {
    font-size: 18px;
    color: #0c2034;
    font-weight: bold;
    margin-bottom: 5px;
}

.help-text p {
    font-size: 12px;
    color: #0c2034;
    opacity: 0.8;
    margin-bottom: 0;
}

.call-text2 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    padding: 5px 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.call-text2 a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.call-text2 p {
    margin-bottom: 0;
    font-size: 14px;
    color: #002d58;
    margin-left: 3px;
}

.call-icon2 {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-position: -190px -3px;
}

.chat-icon2 {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-position: -222px -1px;
}

.resource-contact-section ul li {
    width: calc(100% / 4);
    margin: 0 10px;
}

.catalog-area p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.catalog-area p i {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.catalog-area {
    background-image: url(../images/catalog-bg.png);
    background-size: cover;
    display: flex;
    background-repeat: no-repeat;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 40px 20px 110px;
}

.res-title {
    background: #ebeced;
    padding: 20px 20px;
}

.res-title h2 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 44, 88, 0.6);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.res-tab-list ul li a {
    font-size: 14px;
    color: #4b84ad;
    font-weight: bold;
    padding: 15px 20px;
    display: block;
    background: #f8f8f8;
    border-left: 2px solid transparent;
}

.res-tab-list ul li a:hover {
    background: #fff;
    border-left: 2px solid #4b84ad;
    color: #6d6d6d;
    font-weight: normal;
}

.res-tab-list ul li.active a {
    background: #fff;
    border-left: 2px solid #4b84ad;
    color: #6d6d6d;
    font-weight: normal;
}

.resource-tab-right {
    background: #fff;
    padding: 20px;
    height: 100%;
}

.resource-right-head {
    border-bottom: 1px solid #e9e7f2;
    padding-bottom: 20px;
}

.resource-right-head p {
    font-size: 12px;
    color: #939393;
    margin-bottom: 8px;
}

.resource-right-head p a {
    color: #4b84ad;
}

.resource-right-head h3 {
    font-size: 24px;
    color: #002c58;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.res-center1 {
    background: #fcfcfc;
    padding: 30px 40px;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.3);
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.res-center1>a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.res-center1:hover {
    background: #fff;
}

.res-center1 h4 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 10px;
}

.res-center1 h4 i {
    font-size: 20px;
    font-weight: bold;
}

.res-center1 p {
    font-size: 14px;
    color: #5c5c5c;
}

.green-bg {
    background: #7bb32e;
}

.orange-bg {
    background: #c07b1e;
}

.res-bottom-head {
    text-align: center;
    margin-bottom: 15px;
}

.res-bottom-head h3 {
    font-size: 24px;
    color: #002c58;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.res-bottom-head p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
}

.res-bottom-prods ul {
    display: flex;
    flex-wrap: wrap;
}

.res-bottom-prods ul li {
    width: calc(100% / 5);
    padding: 10px;
}

.res-bottom-prods {
    margin-bottom: 35px;
}

.res-other-title {
    background: #fff;
    padding: 15px 20px;
    display: block;
    height: 100%;
}

.res-other-title h3 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 27px;
}

.res-industry-link {
    background: #fff;
    padding: 10px 20px;
    display: block;
}


.res-industry-link p {
    font-size: 18px;
    color: #002d58;
    font-weight: normal;
    margin-bottom: 0;
}

.res-industry-link p i {
    margin-left: 5px;
    color: #6995c3;
    font-weight: bold;
    font-size: 20px;
}

.res-other ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.3);
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}

.res-other ul li {
    width: calc(100% / 3);
    border-right: 1px solid #b7b7b7;
}

.res-industry-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background: #fff;
    position: relative;
}

.res-industry-link a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.resource-tab-wrap {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
}

.divider {
    width: 100%;
    height: 1px;
    background: #c4b8b3;
}

.video-img {
    width: 100%;
    height: auto;
    position: relative;
}

.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-caption h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.video-caption ul {
    display: flex;
    margin-bottom: 0;
}

.video-caption ul li p a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.video-caption ul li p img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-right: 5px;
}

.video-caption ul li p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

.video-caption ul li {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.video-caption ul li:last-child {
    border-right: 0;
}

.video-caption ul li:first-child {
    padding-left: 0;
}

.video-caption {
    position: absolute;
    content: '';
    width: 100%;
    padding-left: 20px;
    padding-right: 0px;
    left: 0;
    right: 0;
    bottom: 35px;
}

.video-post1 {
    margin-bottom: 23px;
}

.download-overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.sds-item {
    text-align: center;
    margin-bottom: 30px;
}

.sdsitem-img {
    background: #fbfbfb;
    border: 1px solid #c4b8b3;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
}

.sdsitem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sds-item:hover .sdsitem-img {
    border: 1px solid #002d58;
}

.sds-item:hover .download-overlay {
    opacity: 1;
    visibility: visible;
}

.return-item p {
    font-size: 14px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 0;
    margin-left: 5px;
}

.return-item p i {
    color: #6995c3;
    font-weight: bold;
    margin-left: 3px;
    font-size: 15px;
}

.return-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    padding: 30px;
}

.return-item:hover {
    box-shadow: 0 0 10px rgba(24, 66, 66, 0.2);
    background: #fff;
}

.return-item:hover p {
    color: #6995c3;
}

.subject-head label {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
}

.robot-img {
    width: 275px;
    margin-bottom: 15px;
}

.robot-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.submit-button input {
    margin-top: 0;
}

.divider2 {
    background: #d2d9de;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.subscribe-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.subscribe-checkbox label {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}

.subscribe-checkbox form {
    background: #254b76;
    display: flex;
    padding: 10px 10px 3px 10px;
    border: 1px solid #637d96;
    border-radius: 5px;
    align-items: center;
}

.check-area p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.form-check1 {
    display: inline-block;
}

.check-area {
    width: 69%;
    margin-left: 1%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.check-label {
    width: 29%;
    margin-right: 1%;
    margin-bottom: 15px;
}

.check-label label {
    margin-bottom: 0;
}

.form-check1 {
    width: 20px;
    height: 20px;
    margin-right: 5px !important;
    margin-bottom: 10px !important;
}

.subs-news-archieve {
    padding: 50px 0px;
}

.subs-archieve-bg {
    background: url(../images/newsletter-archieve-bgr.jpg);
    padding: 60px 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.subs-archieve-head h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
}

.event-area-left {
    background: #fafbfc;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.event-area-left h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 20px;
}

.event-area-left ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.event-area-left ul li {
    font-size: 12px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
    border-right: 1px solid #3f3f3f;
}

.event-area-left ul li:last-child {
    border-right: 0;
}

.event-left-list ul li {
    border: 0;
    padding: 0;
    margin: 5px;
}

.event-left-list ul li a {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    color: #487fa8;
    font-weight: normal;
    text-transform: none;
}

.event-left-list p {
    margin-bottom: 5px;
}

.event-left-list ul {
    margin-bottom: 0;
}

.spotlight-left h3 {
    font-size: 16px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 3px;
}

.spotlight-left p {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 10px;
}

.spotlight-left p b {
    color: #000;
}

.spotlight-left ul {
    margin-bottom: 20px;
}

.spotlight-left ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #002c58;
    margin-bottom: 8px;
}

.spotlight-left ul li:before {
    position: absolute;
    content: '\f058';
    width: 20px;
    height: 20px;
    color: #88c633;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}

.spotlight-1 {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    margin-bottom: 30px;
}

.spotlight-left a {
    font-size: 14px;
    color: #586093;
    border: 1px solid #487fa8;
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-block;
}

.spotlight-left {
    width: 59%;
    margin-right: 1%;
    padding-top: 25px;
}

.spotlight-right {
    width: 39%;
    margin-left: 1%;
    text-align: center;
}

.spotlight-right img {
    width: auto;
    height: 250px;
    object-fit: contain;
}

.view-option {
    margin-bottom: 30px;
}


.product-head-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-head-area .view-option { margin-bottom: 0; }
.product-head-area .aply-filters { margin: 0; }
.product-head-area .load-more-wrap { margin: 0; }


.load-more-wrap, .aply-filters { width: 100%; text-align: right !important; }
.load-more-wrap a.load-more { display: inline-block; }

@media (max-width: 767px) {
    .product-head-area {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product-head-area .view-option {
        margin-top: 8px;
    }
}

.view-option ul {
    display: flex;
    margin-bottom: 0;
}

.view-option ul li a {
    font-size: 14px;
    color: #002d58;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b4b7ba;
    display: flex;
    align-items: center;
}

.view-option ul li a i {
    color: #002d58;
    margin-left: 5px;
    font-size: 16px;
}

.view-option ul li {
    margin: 0 5px;
}

.view-option ul li a:hover {
    background: #597baa;
    color: #fff;
}

.view-option ul li.active a {
    background: #597baa;
    color: #fff;
}

.view-option ul li a:hover i {
    color: #fff;
}

.view-option ul li.active a i {
    color: #fff;
}

.view-option ul li:first-child {
    margin-left: 0;
}

.view-item1 {
    background: #fff;
    border: 1px solid #c4b8b3;
    border-radius: 5px;
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
}

.view-item1 a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
       top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}

.view-option { display: inline-flex; align-items: center; }


.product-options-panel {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(16,24,32,0.06);
    max-width: 520px;
    margin-left: auto;
}

.product-options-panel .astm-page-item,
.product-options-panel .astm-filter-option,
.product-options-panel .astm-filter-dropdown,
.product-options-panel .astm-filter-dropdown ul {
    margin: 0 0 12px 0;
}

.product-options-panel .astm-filter-dropdown {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.product-options-panel .astm-filter-dropdown ul {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 8px;
}


.product-options-panel .astm-filter-dropdown ul li p {
    background: #f7f7f7;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 20px;
    margin: 6px 6px 6px 0;
}

@media (max-width: 991px) {
    .product-options-panel { max-width: 100%; margin-left: 0; padding: 12px; }
    .product-options-panel .astm-filter-dropdown ul { max-height: 220px; }
}

.view-item1:hover {
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
}

.view-item-img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.view-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.view-item-text h4 {
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 0px;
}

.view-item-text h4 i {
    color: #597aa8;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
}

.view-item-text {
    text-align: center;
}

.concrete-testing-bg {
    background: url(../images/concrete-test-bg.jpg);
    padding: 60px 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.concrete-testing-bg h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002c58;
    text-transform: uppercase;
}

.concrete-test-text p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 0;
}

.concrete-test-text {
    margin-bottom: 40px;
}

.subcat-slider-for {
    margin-bottom: 30px;
}

.subcat-slider-nav {
    margin-bottom: 30px;
}

.subcateogory-bottom {
    padding: 50px 0;
}

.view-item-text p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: none;
}

.view-item-list .view-item-text p {
    display: block;
}

.view-item-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 45px;
}

.view-item-list .view-item-img {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 0;
    height: 220px;
}

.view-item-list .view-item-text {
    width: 74%;
    margin-left: 1%;
    text-align: left;
}

.concrete-test-text p a {
    font-size: 14px;
    color: #6187b7;
    text-decoration: underline;
}

.concrete-test-text p em {
    font-size: 14px;
    color: #999;
}

.concrete-test-text img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.track-detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 10px;
}

.track-detail p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 15px;
}

.track-detail a {
    font-size: 14px;
    color: #597aa8;
    border-radius: 5px;
    border: 1px solid #597aa8;
    padding: 8px 15px;
    display: inline-block;
}

.track-detail p a {
    font-weight: bold;
    padding: 0;
    border: 0;
    text-decoration: underline;
    display: block;
}

.order-account-area {
    padding: 30px 0;
}

.order-account-left p {
    font-size: 14px;
    color: #424445;
}

.order-account-left h4 {
    font-size: 14px;
    color: #424445;
    margin-bottom: 5px;
}

.order-account-left ul {
    margin-bottom: 0;
}

.order-account-left ul li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
}

.order-account-left ul li:before {
    position: absolute;
    content: '\f058';
    width: 20px;
    height: 20px;
    color: #88c633;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}

.order-account-right {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 25px;
}

.order-account-right label {
    font-size: 14px;
    color: #8e99a3;
    margin-bottom: 0;
}

.order-account-right label p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    display: inline-block;
}

.account-input {
    height: 30px;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
    border-radius: 5px;
}

.order-account-right .form-group {
    margin-bottom: 10px;
}

.order-info-area {
    padding: 30px 0;
}

.order-descp h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 10px;
}

.order-descp ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.order-descp ul li {
    padding: 3px 5px;
}

.order-descp ul li.order-title {
    font-size: 14px;
    color: #8e99a3;
    width: 15%;
}

.order-descp ul li.order-text {
    font-size: 14px;
    color: #000;
    width: 85%;
}

.order-print {
    display: flex;
    justify-content: flex-end;
}

.order-print p a {
    font-size: 14px;
    color: #6daede;
    display: inline-block;
    text-decoration: underline;
}

.order-print p {
    margin-bottom: 0;
    margin-left: 5px;
}

.order-contact1 {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    padding: 25px;
    margin-bottom: 30px;
}

.order-contact1 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #002d58;
}

.order-contact1 p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 0;
}

.order-map {
    height: 100%;
}

.order-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-detail-table {
    padding: 50px 0;
}

.order-table1 table,
.order-table2 table {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.order-table1 table th {
    text-align: center;
    font-size: 14px;
    color: #8e99a3;
    padding: 10px;
    border-right: 1px solid #dfdfdf;
}

.order-table1 table td {
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-right: 1px solid #dfdfdf;
}

.order-table1 table td a {
    font-size: 14px;
    font-weight: bold;
    color: #597aa8;
}

.order-table1 table th:last-child {
    border-right: 0;
}

.order-table1 table td:last-child {
    border-right: 0;
}

.order-table2 table {
    background: #fafafa;
}

.order-table2 table td {
    border-right: 1px solid #dfdfdf;
}

.order-table2 table td:last-child {
    border-right: 0;
}

.table-head {
    font-size: 14px;
    color: #8e99a3;
}

.table-detail {
    color: #000;
    font-size: 14px;
    text-align: right;
}

.table-total {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.subscribe-title p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.helpfull-area {
    background: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
}

.helpfull-area ul {
    margin-bottom: 0;
}

.helpfull-area ul li {
    margin-bottom: 20px;
}

.helpfull-area ul li a {
    display: block;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
}

.helpfull-area ul li a i {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #597aa8;
}

.order-helpfull-area {
    padding: 30px 0;
}

.prod-chart-text {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 25px;
}

.prod-chart-text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.prod-chart-text p {
    font-size: 14px;
    color: #fff;
}

.prod-chart-text p a {
    color: #88acde;
    text-decoration: underline;
}

.shaker-img {
    width: 100%;
    height: auto;
    position: relative;
}

.shaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.shaker-download {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shaker-img p {
    text-align: center;
    margin-bottom: 0;
}

.prod-view-2 {
    display: none;
}

.prod-view-list {
    display: flex;
}

.ship-partners ul {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.ship-partners ul li {
    margin: 0 5px;
}

.ship-partners ul li:first-child {
    margin-left: 0;
}

.ship-partners ul {
    margin-bottom: 10px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

.paypal1 {
    width: 55px;
    height: 22px;
    background-position: -10px 36px;
    display: inline-block;
}

.visa1 {
    width: 30px;
    height: 24px;
    background-position: -77px 36px;
    display: inline-block;
}

.mastercard1 {
    width: 38px;
    height: 28px;
    background-position: -117px 38px;
    display: inline-block;
}

.discover1 {
    width: 32px;
    height: 32px;
    background-position: -164px 40px;
    display: inline-block;
}

.american1 {
    width: 42px;
    height: 15px;
    background-position: -205px 31px;
    display: inline-block;
}

.time-dropdown {
    position: absolute;
    content: '';
    width: auto;
    height: auto;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.time-dropdown ul {
    margin-bottom: 0;
}

.time-dropdown ul li {
    margin-bottom: 5px;
}

.time-dropdown ul li p {
    margin-bottom: 0;
}

.disable {
    opacity: 0.5;
}

.cert-digi {
    width: 102px;
    height: 61px;
    background-position: -308px -76px;
    display: inline-block;
}

.digi-cert {
    text-align: center;
}

.copy-text {
    text-align: center;
}

.copy-text p {
    font-size: 14px;
    color: #545454;
    margin-bottom: 0;
}

.produt-items-total p {
    font-size: 14px;
    color: #002d58;
    margin-bottom: 0;
    border: 1px solid #cacaca;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
}

.check-table-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.check-table-right ul li {
    margin: 0 10px;
}

.check-table-right ul li:last-child {
    margin-right: 10px;
}

.check-table-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #d9d9db;
    padding: 15px 15px;
    border-radius: 5px 5px 0 0;
}

.check-table-left p {
    font-size: 16px;
    color: #002d58;
    margin-bottom: 0;
}

.shipping-method {
    margin-top: 30px;
}

.check-detail h3 {
    font-size: 14px;
    color: #919191;
    margin-bottom: 0;
}

.check-detail h4 {
    font-size: 14px;
    color: #88c633;
    font-weight: bold;
    margin-bottom: 5px;
}

.check-detail p {
    font-size: 14px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 0;
}

.proximity-check {
    margin-bottom: 0;
    margin-right: 10px;
}

.proximity-item1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.check-payment-left img {
    width: 50px;
    height: 32px;
    object-fit: contain;
    margin-right: 10px;
}

.check-payment-left p {
    font-size: 14px;
    color: #002d58;
    margin-bottom: 0;
}

.check-payment-left {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.additional-area {
    margin-top: 30px;
}

.additional-text {
    padding: 25px;
    background: #fff;
    border-radius: 0 0 5px rgba(22, 66, 66, 0.2);
}

.confirm-area label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #575757;
}

.confirm-area p a {
    font-size: 14px;
    color: #597aa8;
    display: block;
    text-decoration: underline;
    text-align: center;
}

.confirm-check {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.select-patment-wrap .rounded {
    border-radius: 1rem
}

.select-patment-wrap .nav-pills .nav-link.active {
    color: #002d59;
    font-weight: bold;
    background-color: #eef4fb;
    border: 1px solid #597baa;
}

.select-patment-wrap .rounded li {
    padding: 0 15px;
    flex: 1;
}

.select-patment-wrap .rounded li a {
    font-size: 16px;
    color: #002d59;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
}

.select-patment-tabs .card-header {
    border-radius: 5px;
    filter: drop-shadow(0 0 2.5px rgba(24, 66, 66, 0.2));
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
}

.select-patment-tabs #credit-card .form-group {
    display: flex;
    align-items: center;
}

.select-patment-tabs #credit-card h6 {
    font-size: 14px;
    color: #383838;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0;
}

.select-patment-tabs #credit-card label {
    padding-right: 10px;
    flex: 0 0 27%;
}

.select-patment-tabs #credit-card .mm-select {
    padding-right: 10px;
}

.select-patment-tabs #credit-card .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.select-patment-tabs #credit-card .input-group-append.cid-img {
    right: 165px;
}

.select-patment-tabs #credit-card .input-group-text {
    background: transparent;
    border: 0;
}

.select-patment-tabs #credit-card .input-group-text img {
    width: 30px;
    height: 20px;
    object-fit: contain;
}

.select-patment-tabs #credit-card .card-number {
    background-color: #ffffff;
    border: 1px solid #597baa;
    border-radius: 5px;
    font-size: 14px;
    color: #383838;
    padding-right: 50px;
}

.select-patment-tabs #credit-card .input,
.select-patment-tabs #credit-card select {
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}

.select-patment-tabs #credit-card h5 {
    padding-left: 10px;
    margin-bottom: 0;
    color: #999999;
    font-size: 24px;
}

.select-patment-tabs .tab-content {
    padding: 0 25px;
}

.select-patment-tabs #credit-card {
    width: 366px;
}

.select-patment-tabs #credit-card .cid-input {
    width: 103px;
    height: 46px;
    padding-right: 45px;
}

.select-patment-wrap {
    padding: 40px 20px 0;
}

.paypal-wrap ul {
    display: flex;
}

.paypal-wrap ul li {
    list-style: none;
    padding: 0 10px;
}

.paypal-wrap ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #292a2c;
    font-weight: bold;
    width: 237px;
    height: 44px;
    border-radius: 5px;
    background-color: #ffc339;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.paypal-wrap ul li:first-child {
    padding-left: 0;
}

.paypal-wrap ul li:first-child img {
    width: 81px;
    height: 23px;
    object-fit: contain;
    margin-right: 0;
}

.paypal-wrap ul li:last-child a {
    background-color: #2d2e2f;
    color: #ffffff;
}

.paypal-wrap ul li img {
    margin-right: 10px;
}

.powered-by {
    padding-bottom: 15px;
    margin-left: -10px;
}

.check-img img {
    width: 100%;
}

.check-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #44484b;
}

.mail-box {
    border-radius: 5px;
    background-color: #f5f6f7;
    padding: 20px;
}

.mail-box p {
    font-size: 14px;
    line-height: 1.2;
    color: #44484b;
}

.mail-box h3 {
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    margin-bottom: 16px;
}

.check-left-side {
    padding-right: 50px;
}

.check-wrap {
    padding-bottom: 15px;
}

.purchase-wrap .form-group {
    display: flex;
    width: 366px;
    align-items: center;
    padding-bottom: 20px;
}

.purchase-wrap .form-group h6 {
    font-size: 14px;
    color: #151719;
    font-weight: 400;
    margin-bottom: 0;
}

.purchase-wrap .form-group label {
    padding-right: 10px;
    flex: 0 0 27%;
}

.purchase-wrap .form-group input {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #acacac;
}

.paying-text h3 {
    font-size: 16px;
    line-height: 1.3;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 16px;
}

.paying-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #44484b;
}

.paying-text {
    width: 40%;
    padding-bottom: 15px;
}

.coupon-modal h5 img {
    margin-right: 10px;
}

.coupon-modal h5 {
    font-size: 16px;
    color: #0c2034;
    font-weight: bold;
    font-family: "Helvetica";
    text-align: center;
    width: 100%;
}

.coupon-modal .modal-header {
    flex-direction: column-reverse;
    justify-content: center;
    border: 0;
    padding-top: 0px;
    padding-bottom: 5px;
}

.coupon-modal .modal-header .close {
    font-size: 35px;
    color: #000000;
    opacity: 1;
}

.coupon-modal .modal-body input {
    font-size: 14px;
    color: #939394;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #acacac;
}

.coupon-modal .modal-content {
    padding: 25px;
    border-radius: 5px;
    filter: drop-shadow(0 0 2.5px rgba(24, 66, 66, 0.2));
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
}
:root {
    --main-image-width: 500px;
    --main-image-height: 400px;
    --thumbnail-track-width: 45px;
    --thumbnail-height: 43px;
}

ul.star-reviw {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: auto;
}

ul.star-reviw li {
    padding: 0 2px;
    margin-bottom: 0px;
}

ul.star-reviw li::before {
    border: 0px !important;
}

ul.star-reviw li img {
    margin-right: 0;
}

ul.star-reviw li:first-child {
    padding-left: 0;
}


.key-features-area h2 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 16px;
}

.key-features-area h3 {
    font-size: 14px;
    color: #002c58;
    margin-bottom: 16px;
    font-weight: bold;
}

.key-features-area p {
    font-size: 14px;
    line-height: 1.5;
    color: #424445;
}

.key-features-area a {
    font-size: 14px;
    color: #6daede;
    text-decoration: underline;
}

.key-features-area {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.social-media-left p {
    font-size: 14px;
    color: #888888;
    margin-bottom: 0;
}

.social-media-left ul {
    display: flex;
    margin-bottom: 0;
}

.social-media-left ul li {
    list-style: none;
    padding: 0 5px;
}

.social-media-left {
    display: flex;
    align-items: center;
}

.social-media-left select {
    font-size: 12px;
    color: #597baa;
    height: auto;
}

.social-media {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 10px;
}

.opening-wrap h2 {
    font-size: 14px;
    color: #989898;
}

.opening-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-area h2 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.table-wrap ul {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
    max-width: 674px;
}

.table-wrap ul li {
    display: flex;
    border-bottom: 1px solid #d1d1d3;
    list-style: none;
}

.table-wrap ul li:last-child {
    border-bottom: 0px solid #d1d1d3;
}

.table-wrap ul li p {
    font-size: 14px;
    line-height: 1.2;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 0;
    flex: 0 0 50%;
    border-right: 1px solid #d1d1d3;
    padding: 10px 20px;
}

.table-wrap ul li span {
    font-size: 14px;
    line-height: 1.2;
    color: #424445;
    flex: 0 0 50%;
    padding: 10px 20px;
}

.customers-wrap h2 {
    text-align: center;
}
.included-sec {
    position: absolute;
    top: -139px;
    width: 96%;
}

.top-info {
    text-align: center;
    min-height: 200px;
    border: 1px solid #ddd;
}

.top-info h3 {
    font-size: 14px;
    color: #002c58;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 16px 0;
}

.quick-compare-area .features {
    max-width: 210px;
    flex: 0 0 210px;
}

.quick-compare-area .features .top-info {
    width: 210px;
}

.features .top-info {
    border-radius: 5px 0 0 0;
}

.top-info img {
    min-width: 155px;
    object-fit: contain;
}


.side {
    float: left;
    width: 15%;
    margin-top: 10px;
    margin-left: 20px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 56%;
}

.ratings-text h3 {
    font-size: 14px;
    color: #a2a2a2;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
}


.right {
    text-align: left;
    padding-left: 0px;
}

.ratings-text {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    padding-block: 10px;
    padding-inline: 14px;
    margin-bottom: 15px;
}

.ratings-text .row {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.ratings-text .row:last-child {
    margin-bottom: 0;
}

.ratings-text .side,
.ratings-text .middle {
    float: none;
    margin: 0;
}

.ratings-text .side {
    flex: 0 0 auto;
    width: auto;
    font-weight: 600;
    color: #111;
}

.ratings-text .middle {
    flex: 1 1 auto;
    width: auto;
    margin: 0 12px;
}

.ratings-text .right {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
    color: #111;
}

.ratings-text .bar-container {
    height: 14px;
    border-radius: 999px;
    background-color: #eeeeee;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}

.ratings-text .bar-5,
.ratings-text .bar-4,
.ratings-text .bar-3,
.ratings-text .bar-2,
.ratings-text .bar-1 {
    height: 100%;
    border-radius: 999px;
    background-color: #f59a1f;
}

.reviews-wrap ul {
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
}

.reviews-wrap ul li {
    list-style: none;
    flex: 1;
    padding: 25px 30px;
}

.reviews-wrap ul li h3 {
    font-size: 14px;
    color: #929292;
    font-weight: bold;
    margin-bottom: 16px;
}

.reviews-wrap ul li h4 {
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
}

.reviews-wrap ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #424445;
}

.reviews-wrap ul li h5 {
    font-size: 14px;
    color: #0c0c0c;
    font-weight: bold;
    text-transform: uppercase;
}

.reviews-wrap ul li:first-child {
    border-right: 1px solid #d0d0d0;
    position: relative;
}

.reviews-wrap ul li:first-child::before {
    content: "VS";
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
    width: 43px;
    height: 43px;
    border-radius: 21px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    text-align: center;
    line-height: 2.8;
}

.reviews-wrap ul li:last-child {
    padding: 25px 50px;
}

.displaying-heading h2 {
    font-size: 14px;
    color: #969696;
}

.displaying-heading h2 span {
    color: #323232;
    font-weight: bold;
}

.displaying-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.reviews-name-left h3 {
    font-size: 14px;
    color: #0c0c0c;
    font-weight: bold;
}

.reviews-name-left p {
    font-size: 14px;
    color: #808080;
    margin-bottom: 50px;
}

.reviews-name-left h4 {
    font-size: 14px;
    color: #808080;
}

.reviews-text-right h3 {
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 16px;
}

.reviews-text-right p {
    font-size: 14px;
    line-height: 20px;
    color: #424445;
    margin-bottom: 50px;
}

.displaying-reviews-area ul li {
    list-style: none;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
    padding: 20px;
    margin-bottom: 16px;
    display: flex;
}

.reviews-name-left {
    flex: 0 0 15%;
}

.displaying-reviews-area .was-helpful ul {
    display: flex;
}

.displaying-reviews-area .was-helpful ul li {
    list-style: none;
    font-size: 14px;
    color: #8c8c8c;
    padding: 0 5px;
    border: 0;
    position: relative;
}

.displaying-reviews-area .was-helpful ul li:first-child {
    padding-left: 0;
}

.displaying-reviews-area .was-helpful ul li a {
    font-size: 14px;
    color: #6daede;
    text-decoration: underline;
}

.displaying-reviews-area .was-helpful ul li:last-child::before {
    content: "";
    border-right: 2px solid #ddd;
    width: 2px;
    height: 70%;
    position: absolute;
    top: 3px;
    left: -1px;
}

.displaying-reviews-area .was-helpful {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.displaying-reviews-area .was-helpful p {
    margin-bottom: 0;
}

.displaying-reviews-area .was-helpful p a {
    font-size: 14px;
    color: #6daede;
    margin-bottom: 0;
    text-decoration: underline;
}

.questions-wrap {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    padding: 20px;
    margin-bottom: 20px;
}

.questions-wrap h3 {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.3;
    margin-bottom: 8px;
}

.questions-wrap h4 {
    font-size: 16px;
    color: #002c58;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.questions-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #424445;
    line-height: 1.5;
}

.read-answers ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-answers ul li {
    list-style: none;
}

.read-answers ul li a {
    font-size: 14px;
    color: #6daede;
    text-decoration: underline;
}

.read-answers ul li:last-child a {
    font-size: 14px;
    color: #597baa;
    text-decoration: none;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #5476a5;
    padding: 10px 30px;
}

.errors-page {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 10px 15px;
}

.errors-page p {
    font-size: 14px;
    color: #888888;
    margin-bottom: 0;
}

.errors-page p a {
    font-size: 14px;
    color: #6daede;
    font-weight: bold;
    text-decoration: underline;
}

.frequently-bought h3 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.frequently-bought {
    padding-bottom: 50px;
}

.cid-wrap {
    display: flex;
    align-items: center;
}

.addthis_inline_share_toolbox {
    position: relative;
}

.addthis_inline_share_toolbox::before {
    content: "Share:";
    font-size: 14px;
    color: #888888;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
}

.tap-button {
    display: none;
}

.prod-view-list .flip-card {
    width: 19%;
    margin-right: 1%;
    border-right: 1px solid #d9d1ce;
}

.tap-button {
    display: block;
}

.tap-button button {
    position: relative;
    border: 0;
    background: transparent;
}

.tap-button {
    position: absolute;
    top: 0;
}

.tap-button button::before {
    content: "";
    background-image: url(../images/tap-button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}




.tital-sticky {
    background-color: #e7e7e7;
    padding: 15px 0;
    transition: transform .25s ease-out;
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.tital-sticky.open {
    transform: translateY(0);
}

.tital-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tital-wrap ul {
    margin-bottom: 0;
}

:root {
    --main-image-width: 500px;
    --main-image-height: 400px;
    --thumbnail-track-width: 55px;
    --thumbnail-height: 53px;
}

.view-360 {
    text-align: center;
}

.thumbs {
    display: inline-block;
    vertical-align: top;
}

.thumbs img {
    display: block;
    width: 50px;
    height: 47px;
    object-fit: contain;
    border: 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
    margin-bottom: 6px;
    padding: 2px;
    cursor: pointer;
}

.thumbs img:hover {
    border: 1px solid #3b6db2;
}

.click-view ul li {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
}

.click-view ul li button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    position: relative;
}

.click-view ul li button:hover {
    border: 1px solid #3b6db2;
}

.click-view ul li:first-child button::before {
    content: "+ 8";
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.25rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.click-view ul li button:hover {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.click-view ul li img {
    width: 50px;
    height: 47px;
    object-fit: contain;
    border: 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d3;
    padding: 2px;
}

.click-view ul li img:hover {
    border: 1px solid #3b6db2;
}

.rate em {
    font-style: normal;
}
