@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* {font-family: 'Roboto', sans-serif;} */
* {
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
  }
body {
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?y251sa');
    src: url('../fonts/icomoon.eot?y251sa#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?y251sa') format('truetype'),
        url('../fonts/icomoon.woff?y251sa') format('woff'),
        url('../fonts/icomoon.svg?y251sa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
    content: "\e900";
}

.icon-envelope:before {
    content: "\e901";
}

.icon-cart-alt:before {
    content: "\e902";
}

.icon-email:before {
    content: "\e903";
}

.icon-ui-dial-phone:before {
    content: "\e904";
}

button:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

/*****************topbar start****************************/
.topbar {
    background: #fff;
}

.brandlogo {}

.brandlogo img {
    margin-top: 10px;
}

.topbarright {}

.topbarright .toarea {}

.topbarright .toarea ul {
    text-align: right;
}

.topbarright .toarea ul li {
    display: inline-block;
    margin: 10px;
}

.topbarright .toarea ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.topbarright .toarea ul li a span {
    color: #1f318f;
    font-size: 19px;
    vertical-align: text-bottom;
}

.topbarright .toarea ul li:first-child a {
    color: #0066cb;
    font-size: 14px;
    text-align: center;
}

.topbarright .toarea ul li:first-child a em {
    display: block;
    font-style: inherit;
    line-height: 15px;
}

.topbarright .toarea ul li:first-child {
    border-right: 1px solid #d2d2d2;
    padding-right: 35px;
    margin-right: 30px;
    vertical-align: bottom;
}

.topbarright .toarea ul li:last-child {
    background-color: #193356;
    margin-top: 0;
    padding: 10px 15px;
    color: #fff;
    margin-right: 0;
}

.topbarright .toarea ul li:last-child a {
    color: #fff;
}

.topbarright .toarea ul li:last-child a span {
    color: #fff;
}

.bottomarea {}

.bottomarea .form-group {
    position: relative;
}

.bottomarea .form-group .form-control {
    border: 1px solid #b3b3b3;
    height: 45px;
    font-size: 16px;
}

.bottomarea .form-group .search-btn {
    background: #283892;
    padding: 9px 12px;
    height: 43px;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
}

.bottom-login {}

.bottom-login .dropdown {}

.bottom-login .dropdown button {
    background: transparent;
    border: none;
    color: #333333;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
}

.bottom-login .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 120px;
    background: #fff;
    box-shadow: 0px 0px 10px #0000001f;
    border-radius: 0;
    border-bottom: 3px solid #193356;
}

.bottom-login .dropdown .dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 14px;
    border-bottom: 1px solid #dddddd87;
}

.bottom-login a {
    color: #1f318f;
    font-size: 16px;
}

.cart {
    float: right;
    font-size: 17px;
    color: #333333;
    font-weight: 500;
}

.cart em {
    position: relative;
    padding-right: 16px;
}

.cart em span {
    font-size: 36px;
    vertical-align: middle;
}

.cart em i {
    background: #283892;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-style: initial;
    border-radius: 50%;
    font-weight: normal;
}

.bottom-login ul {
    display: flex;
}

.bottom-login ul li {
    display: inline-block;
    padding: 0 11px;
}

.bottom-login ul li:first-child {
    padding-left: 0;
}

.bottom-login ul li:last-child {
    padding-right: 0;
}

.loginarea {
    border-right: 1px solid #d2d2d2;
    padding-right: 18px;
}

.bottomarea .col-sm-8 {
    flex: 0 0 70%;
    max-width: 70%;
}

.bottomarea .col-sm-4 {
    flex: 0 0 30%;
    max-width: 30%;
}


/******************topbar end**************************/
/******************main nav**************************/
.mainnav {
    background: #193356;
}

.mainnav .navbar {
    padding: 0;
}

.mainnav .navbar-nav {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0 auto !important;
    display: block;
}

.mainnav .navbar-nav .nav-item {
    border-right: 1px solid #3a529d;
    padding: 12px 20px;
    text-align: center;
    display: inline-block;
}

.mainnav .navbar-nav .nav-item:last-child {
    border-right: none;
}

.mainnav .navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0;
    transition-duration: 0.5s;
}

.mainnav .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.mainnav .navbar-nav .nav-item a:hover {
    color: #beceff !important;
}

/******************main nav end**************************/
/******************banner**************************/
.bannerarea {
    margin: 20px 0 30px 0;
}

.bannerarea .banner-brand {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 8px 0;
    height: 620px;
}

.bannerarea .banner-brand ul {
    text-align: center;
}

.bannerarea .banner-brand ul li {
    display: initial;
    padding: 2px 15px;
}

.bannerarea .banner-brand ul li img {
    height: 55px;
}

.middlebanner {
   /* background-image: url(../images/banner.jpg);*/
        background-color: #215da7;
    background-size: cover;
    text-align: center;
    padding: 15px;
    height: 620px;
}

.middlebanner h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 3px;
}

.middlebanner h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 8px 0 14px 0;
}

.middlebanner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 17px;
}

.middlebanner em {
    color: #fff;
    font-size: 18px;
}

.middlebanner .banner-img {}

.middlebanner .banner-img ul {
    width: 20%;
    float: left;
}

.middlebanner .banner-img ul li {
    margin-bottom: 10px;
}

.middlebanner .banner-img ul li img {
    width: 100%;
    border: 1px solid #acd1ff;
    padding: 1px;
}

.middlebanner .banner-img img {
    width: 76%;
}

.banner-login {
    background: #eaeaea;
    padding: 8px 12px;
    /* border: 1px solid #d2d2d2; */
    width: 100%;
    float: left;
}

.banner-login h3 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 19px;
}

.banner-login .form-group {
    margin-bottom: 9px;
}

.banner-login .form-control {
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 12px;
    height: 31px;
}

.banner-login label {
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
}

.banner-login .form-group span {
    font-size: 14px;
    color: #666666;
    float: left;
    width: 64%;
    line-height: 35px;
}

.banner-login .form-group span a {
    color: #485abc;
    text-decoration: underline;
    font-weight: 500;
}

.login-btn {
    background: rgb(241, 241, 241);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 13px;
    color: #333333;
    padding: 7px 12px;
    font-weight: 500;
    float: right;
    cursor: pointer;
}

.banner-subscribe {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 8px;
    border-top: 1px solid #d2d2d2;
    text-align: center;
}

.banner-subscribe .card {
    background: #f5f5f5;
    border: 2px solid #bebcbc;
    border-radius: 3px;
    padding: 10px;
}

.banner-subscribe .card h3 {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}

.banner-subscribe .card h3 span {
    width: 100%;
    float: left;
    text-transform: initial;
    font-size: 13px;
}

.banner-subscribe .card .form-control {
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 12px;
    height: 31px;
}

.banner-subscribe .card .form-group {
    margin-bottom: 9px;
}

.banner-subscribe .card ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
    opacity: 1;
    /* Firefox */
}

.banner-subscribe .card :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic;
}

.banner-subscribe .card ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-style: italic;
}

.banner-subscribe img {
    width: 100%;
    margin-top: 8px;
}

.banner-subscribe .news {
    width: auto;
}

.total-right {
    height: 620px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
}

/******************banner end**************************/
/******************sec1**************************/
.sec1 {
    margin-bottom: 30px;
}

.sec1-inner {
    background: #ebe8e8;
    padding: 20px;
}

.sec1-inner h4 {
    font-size: 20px;
    color: #222222;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec1-inner p {
    font-size: 16px;
    color: #000000;
    margin: 0;
}

/******************sec1 end**************************/
/******************sec2 **************************/
.sec2 {}

.sec2-item {
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 20px 18px;
    margin-bottom: 30px;
    height: 634px;
}

.sec2-item img {
    width: 100%;
    padding-bottom: 30px;
}

.sec2-item h4 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}

.sec2-item ul {}

.sec2-item ul li {
    font-size: 14px;
    color: #485abc;
    text-transform: uppercase;
    padding-bottom: 7px;
    font-weight: 500;
    display: flex;
}

.sec2-item ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    margin-right: 5px;
    line-height: 20px;
}

.sec2-item ul li:last-child {
    padding-bottom: 0;
}

.sec2-item .imgarea {
    height: 255px;
}

.sec2-bottom-text {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sec2-bottom-text p {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0;
}

.sec2-bottom-text span {
    color: #ff5000;
    font-weight: 500;
}

.sec2-bottom-text p a {
    color: #485abc;
    text-decoration: underline;
    font-size: 14px;
    transition-duration: 0.5s;
}

.sec2-bottom-text p a:hover {
    color: #002b56;
}

/******************sec2 end**************************/
/******************sec3**************************/
.sec3 {}

.product {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.product h4 {
    font-size: 24px;
    color: #333333;
    display: initial;
}

.product a {
    font-size: 16px;
    color: #0066cc;
    font-weight: 600;
    float: right;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.product a:hover {
    color: #002b56;
}

.product a i {}

.product .p-item {
    border: 1px solid #d2d2d2;
    width: 100%;
    float: left;
    margin-top: 20px;
    display: flex;
}

.product .p-item .p_img {
    width: 40%;
    background: #fff;
    float: left;
    padding: 8px 15px;
    border-right: 1px solid #d2d2d2;
}

.product .p-item .p_img img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.product .p_text {
    width: 60%;
    float: left;
    background: #f0f0f0;
    padding: 15px 20px;
}

.product .p_text h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 2px;
}

.product .p_text b {
    font-style: inherit;
    display: inherit;
    margin-bottom: 4px;
}

.product .p_text ul {
    text-align: left;
    display: inline-flex;
}

.product .p_text ul li {
    display: inline-block;
}

.product .p_text ul li a {
    float: none;
    font-size: 11px;
    color: #f6b543;
    padding-right: 2px;
}

.product .p_text ul li i {}

.product .p_text span {
    font-size: 14px;
    color: #333333;
}

.product .p_text em {
    font-style: inherit;
    display: block;
    font-size: 18px;
    color: #0066cc;
    font-weight: 500;
    margin: 2px 0 5px 0;
}

.product .p_text .add-to-cart-btn {
    background: #0066cc;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 9px 12px;
    height: 35px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.product .p_text .add-to-cart-btn:hover {
    background: #003d79;
}

.product .p_text .wishlist-btn {
    background: #6b6a6a;
    border: none;
    height: 36px;
    padding: 6px 10px;
    margin-left: 6px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.product .p_text .wishlist-btn span {
    font-size: 17px;
    color: #f5f5f5;
    vertical-align: middle;
}

.product .p_text .wishlist-btn:hover {
    background: #333333;
}

/******************sec3 end**************************/
/******************sec5 end**************************/
.sec5 .product {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/******************sec5 end**************************/
/******************sec6 **************************/
.sec6 {
    background: #f0f0f0;
    border-top: 1px solid #d2d2d2;
    margin-top: 60px;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 50px;
}

.sec6 h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}

.sec4-item {
    border: 1px solid #d2d2d2;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.sec4-item img {
    width: 100%;
}

.sec4-item h5 {
    padding: 15px;
    font-size: 18px;
    color: #333333;
    padding-bottom: 0;
}

.sec4-item p {
    padding: 0 15px;
    font-size: 15px;
    color: #666666;
}

.sec4-item a {
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    float: left;
    color: #0066cc;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.sec4-item a:hover {
    color: #002b56;
}

/******************sec6 end**************************/
/******************newletterarea**************************/
.newletterarea {}

.newletterarea_inner {
    background: #1d569d;
    padding: 30px 120px;
    margin-bottom: -60px;
    z-index: 999;
    position: relative;
}

.newletterarea_inner h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2px;
}

.newletterarea_inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.subscribearea {
    margin-top: 10px;
}

.subscribearea .form-group {
    position: relative;
    margin: 0;
}

.subscribearea .form-control {
    font-size: 16px;
    background: #fff;
    border: none;
    border-radius: 50px;
    height: 48px;
    padding-left: 25px;
    width: 100%;
    float: left;
    padding-right: 25%;
}

.subscribearea .subsc-btn {
    background: rgb(247, 200, 70);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 200, 70, 1) 1%, rgba(245, 172, 66, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 200, 70, 1) 1%, rgba(245, 172, 66, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 200, 70, 1) 1%, rgba(245, 172, 66, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    color: #000000;
    border: none;
    border-radius: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    font-weight: 500;
    padding: 0 30px;
    cursor: pointer;
}

/******************newletterarea end**************************/
/******************footer**************************/
.main-footer {
    background: #161f2e;
    padding-bottom: 65px;
    padding-top: 110px;
    border-bottom: 1px solid #2d3b51;
}

.footer-inner {}

.footer-inner h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
}

.footer-inner h6 {
    font-size: 26px;
    color: #e3b253;
    margin-bottom: 15px;
}

.footer-inner p {
    font-size: 18px;
    color: #c1bfbf;
    margin-bottom: 28px;
}

.footer-inner p span {
    display: block;
}

.social {}

.social li {
    display: inline-block;
    padding-right: 8px;
}

.social li a {}

.social li a i {
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    transition-duration: 0.5s;
}

.social li a i:hover {
    color: #fff;
    background: #1d569d;
}

.footerinner2 ul {}

.footerinner2 ul li {}

.footerinner2 ul li a {
    font-size: 17px;
    color: #c1bfbf;
    padding-bottom: 12px;
    display: block;
    transition-duration: 0.5s;
}

.footerinner2 ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
}

/******************footer end**************************/
/******************copyright**************************/
.copyright {
    background: #161f2e;
    text-align: center;
    padding: 25px 0;
}

.copyright p {
    margin: 0;
    font-size: 16px;
    color: #e4b155;
}

.copyright p a {
    color: #e4b155;
    transition-duration: 0.5s;
}

.copyright p a:hover {
    color: #ffd486;
}

/******************copyright end**************************/
/******************product-list**************************/
.product-list {
    margin: 30px 0;
}

.left-panel {
    background: #fff;
    border: 1px solid #e0dfdf;
}

.left-panel h4 {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
}

.left-panel .panel {}

.left-panel .panel li {
    padding: 15px;
    border-bottom: 1px solid #e0dfdf;
}

.left-panel .panel li button {
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.left-panel .panel li button i {
    float: right;
}

.left-panel .panel .collapse-inner {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.left-panel .panel .collapse-inner .form-group {
    margin: 0 -5px;
}

.left-panel .panel .collapse-inner .form-group input {
    width: 44%;
    margin: 0 5px;
    padding: 4px 8px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #333333;
    height: 35px;
    margin-bottom: 20px;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
    /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #1d569d;
    border-bottom: 1px solid #1d569d;
    background: #1d569d;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgb(29 86 157) 100%);
    /* W3C */
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%);
    /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #FFF;
}

.irs-min,
.irs-max {
    color: #333;
    font-size: 12px;
    line-height: 21px;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    text-shadow: none;
    padding: 1px 5px;
    background: #1d569d;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {}

.ch input[type=checkbox]:checked + label:before {
    background-color: #f6c345;
    border-color: #f6c345;
    color: #000;
}

.ch input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #dbd9d9;
    border-radius: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 3px;
    padding-bottom: 2px;
    margin-right: 0.2em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    padding-top: 0;
    line-height: 16px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}

.ch input[type=checkbox] {
    display: none;
}

.ch label {
    color: #888888;
    font-size: 14px;
}

.collapse-inner li {
    padding: 0 !important;
    border: none !important;
}

.collapse-inner ol {
    display: inline-block;
}

.collapse-inner ol li {
    display: inline-block;
}

.collapse-inner ol li i {
    color: #feda5b;
    font-size: 12px;
}

.collapse-inner span {}

.left-panel .panel li button label {
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
}

.right-panel {
    width: 100%;
}

.right-panel .product-list-rightinner h3 {
    font-size: 18px;
    line-height: 24px;
    color: #19222e;
    font-weight: 400;
    padding-bottom: 19px;
    margin-bottom: 0;
}

.product-list .product-list-rightinner .sort-by {
    padding-bottom: 0;
    margin-right: 20px;
}

.product-list .product-list-rightinner .sort-by select {
    border-radius: 5px;
    border: 1px solid #dbd9d9;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px 12px;
    width: auto;
    cursor: pointer;
    height: 35px;
    background: #fff;
    border-radius: 0;
    vertical-align: bottom;
    border-radius: 3px;
}

.product-list .product-view a {
    display: inline-block;
    margin-left: 3px;
    color: #999999;
    font-size: 17px;
    line-height: 36px;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
}

.product-list .product-view .active {
    color: #666666;
    border-color: #aeacac;
}

.product-list .product-view {
    text-align: right;
}

.product-list .product-display {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
}

.view_text {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    position: relative;
}

.view_text img {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    padding: 15px;
    height: 260px;
    object-fit: contain;
}

.view_text h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 2px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
}

.view_text b {
    font-style: inherit;
    display: inherit;
    margin-bottom: 4px;
}

.view_text ul {
    text-align: left;
    display: inline-flex;
}

.view_text ul li {
    display: inline-block;
}

.view_text ul li a {
    float: none;
    font-size: 11px;
    color: #f6b543;
    padding-right: 2px;
}

.view_text span {
    font-size: 14px;
    color: #333333;
}

.view_text em {
    font-style: inherit;
    display: block;
    font-size: 18px;
    color: #0066cc;
    font-weight: 500;
    margin: 2px 0 5px 0;
}

.view_text .add-to-cart-btn {
    background: #0066cc;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 9px 12px;
    height: 35px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.view_text .wishlist-btn {
    background: #6b6a6a;
    border: none;
    height: 36px;
    padding: 6px 10px;
    margin-left: 6px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.view_text .wishlist-btn span {
    font-size: 17px;
    color: #f5f5f5;
    vertical-align: middle;
}

.view_text .add-to-cart-btn:hover {
    background: #003d79;
}

.view_text .wishlist-btn:hover {
    background: #333333;
}

.view_text-area {
    padding: 15px 20px;
    background: #f0f0f0;
}

.right-panel .list-view {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.right-panel .list-view .p-item .p_img {
    /* width: 25%; */
}

.right-panel .list-view .p_text {
    /* width: 75%; */
}

.page-item .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.product-list h3 {
    font-size: 15px;
    line-height: 39px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.product-list h3 span {
    font-weight: bold;
}

.product-list-rightinner {
    text-align: right;
    width: auto;
    margin-bottom: 18px;
}

.product-list-rightinner h6 {
    text-align: left;
    float: left;
    line-height: 41px;
    font-size: 20px;
    color: #333333;
}

.view_text p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    margin-top: 7px;
    font-weight: 400;
}

.view_text p a {
    color: #0066cc;
}

.view_text em span {
    color: #8f8f8f;
    font-size: 12px;
    text-decoration: line-through;
}

.saletag {
    position: absolute;
    top: 8px;
    background: #ff6c00;
    font-size: 12px;
    color: #fff;
    padding: 1px 7px;
    text-transform: uppercase;
    padding-right: 3px;
}

.saletag::after {
    content: "";
    top: 0;
    right: -9px;
    border-left: 9px solid #ff6c00;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
}

.newtag {
    position: absolute;
    top: 8px;
    background: #0066cc;
    font-size: 12px;
    color: #fff;
    padding: 1px 7px;
    text-transform: uppercase;
    padding-left: 3px;
    right: 0;
}

.newtag::after {
    content: "";
    top: 0;
    left: -9px;
    border-right: 9px solid #0066cc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
}

.mostpopular {
    background: #f0f0f0;
    border-top: 1px solid #aeacac;
    border-bottom: 1px solid #aeacac;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.mostpopular .p_text h5 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
}

.collapse-inner ol li .no-rating {
    color: #e2e2e2;
}

/******************product-list end**************************/
/******************product-details end**************************/
.product-details {
    margin-top: 30px;
}

.bradcrams {}

.bradcrams ul {
    margin-bottom: 15px;
}

.bradcrams ul li {
    font-size: 14px;
    display: inline-block;
}

.bradcrams ul li a {
    color: #333333;
}

.bradcrams ul li:last-child {
    font-weight: 600;
}

.product-de {
    margin-bottom: 30px;
}

.product-de .slider-for {
    border: 1px solid #aeacac;
    background: #fff;
}

.product-de .slider-nav {
    position: relative;
}

.product-de .slider-nav .item {
    padding: 8px 5px;
    text-align: center;
    margin-top: 10px;
}

.product-de .slider-for img {
    width: 100%;
    padding: 25px;
}

.product-de .slider-nav img {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 10px;
    background: #fff;
    height: 80px;
    object-fit: contain;
    text-align: c;
}

.product-de .slider-nav .slick-current img {
    border: 5px solid #f6b543;
    box-shadow: 0px 0px 8px #828282;
}


.block__pic {
    width: 300px;
}

.buy-it-now-btn {
    background: #f98b09;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 11px 12px;
    height: 45px;
    cursor: pointer;
    transition-duration: 0.5s;
    border-radius: 5px;
}

.buy-it-now-btn:hover {
    background: #cc6e00;
}

.product-de-text {
    background: transparent;
    margin-bottom: 0;
    border: none;
}

.product-de-text .add-to-cart-btn {
    font-size: 16px;
    height: 45px;
    padding: 11px 12px;
    border-radius: 5px;
}

.product-de-text .wishlist-btn {
    font-size: 16px;
    height: 45px;
    padding: 11px 12px;
    border-radius: 5px;
}

.product-de-text h4 {
    font-size: 22px;
    color: #333333;
}

.product-de-text p {}

.product-de-text b ul li::before {
    content: none;
}

.product-de-text b ul li a {
    margin: 0;
}

.product-de-text b a {
    font-size: 14px;
    color: #0066cc;
    margin-left: 10px;
    font-weight: 400;
}

.product-de-text h6 {
    margin-top: 15px;
    color: #0066cb;
}

.product-de-text .product-details-text {
    display: block;
}

.product-de-text .product-details-text li {
    font-size: 15px;
    color: #333333;
    display: block;
    padding-bottom: 5px;
}

.product-de-text .product-details-text li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    vertical-align: top;
}

.size-qnt {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 50px;
}

.size-qnt h5 {
    font-size: 18px !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

.size-qnt select {
    height: 33px;
    border: 1px solid #d1d1d1;
    font-size: 15px;
    color: #333333;
    border-radius: 3px;
    padding: 7px 11px;
    width: 66px;
}

.product-de-text em {
    margin-bottom: 30px;
    font-size: 24px;
}

.product-de-text b {
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 8px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.des-text {
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    padding-top: 0;
    margin-bottom: 50px;
}

.des-text-item {}

.des-text-item h5 {
    border-bottom: 1px solid #d1d1d1;
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 20px;
}

.des-text-item h6 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.des-text-item p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
}

.des-text-item img {
    width: 100%;
    margin-top: 30px;
}

.des-text-item .table {
    margin-top: 30px;
}

.des-text-item .table td {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 18px;
}

.des-text-item .table td:nth-child(odd) {
    background: #f3f3f3;
    text-align: right;
    width: 240px;
}

.review {
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.review h5 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.re-inner {}

.re-inner ul {
    margin-bottom: 5px;
}

.re-inner ul li {
    display: inline-block;
}

.re-inner ul li a {
    float: none;
    font-size: 14px;
    color: #f6b543;
    padding-right: 2px;
}

.re-inner ul li a i {}

.re-inner p {
    font-size: 16px;
    color: #333333;
}

.write-a-review-btn {
    background: #fbcd0a;
    color: #333333;
    border: none;
    cursor: pointer;
    float: right;
    font-weight: 500;
    padding: 8px 13px;
    border-radius: 6px;
    font-size: 15px;
    transition-duration: 0.5s;
}

.write-a-review-btn:hover {
    background: #e8bc00;
}

.client-review {
    margin-top: 30px;
    display: inline-block;
}

.re {
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.re h5 {
    font-size: 16px;
    color: #333333;
    float: left;
    margin: 0;
    margin-top: 12px;
}

.re select {
    font-size: 14px;
    color: #666666;
    border: 1px solid #dbd9d9;
    float: right;
    border-radius: 3px;
    padding: 6px 10px;
}

.client-review-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdada;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.client-review-item span {
    background: #e9e9e9;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    font-size: 16px;
    line-height: 60px;
    margin-right: 15px;
}

.client-review-item b {
    padding-left: 0;
    display: block;
    margin-top: 8px;
}

.client-review-item b ul {
    float: left;
}

.client-review-item b ul li {
    display: inline-block;
}

.client-review-item b ul li a {
    float: none;
    font-size: 14px;
    color: #f6b543;
    padding-right: 2px;
}

.client-review-item b ul li a i {}

.client-review-item b span {
    background: transparent;
    color: #9f9d9d;
    font-size: 14px;
    float: none;
    width: auto;
    height: auto;
    line-height: 20px;
}

.client-review-item em {
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-style: inherit;
    display: block;
    width: 100%;
    float: l;
}

.client-review-item p {
    font-size: 15px;
    color: #666666;
    margin: 15px 0;
}

.p-social {
    float: left;
}

.p-social li {
    display: inline-block;
    padding-right: 20px;
}

.p-social li a {
    font-size: 18px;
    color: #333333;
}

.p-social li a i {}

.p-like-dislike {
    float: right;
}

.p-like-dislike li {
    display: inline-block;
    padding-right: 20px;
}

.p-like-dislike li a {
    font-size: 16px;
    color: #333333;
}

.p-like-dislike li a i {}

.p-like-dislike li a span {
    background: transparent;
    width: auto;
    height: auto;
    float: none;
    text-align: inherit;
    border-radius: inherit;
    color: #333333;
    line-height: normal;
    margin-right: 0;
    font-size: 18px;
    margin-left: 7px;
}

/******************product-details end**************************/
.heading {}

.heading h4 {
    font-size: 24px;
    color: #333333;
    display: initial;
}

.heading a {
    font-size: 14px;
    color: #0066cc;
    font-weight: 500;
    float: right;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.heading a:hover {
    color: #002b56;
}

.wi20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.Recommended-products .view_text {
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
}

/*****************************************/
/****************cart************************/
.cartpage {
    margin: 50px 0;
}

.cartpage h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}

.product-cart {}

.cartpage .table tr td img {
    height: 80px;
    width: 80px;
}

.cartpage .table tr {
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.cartpage .table tr td h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 2px;
    width: 80%;
}

.cartpage .table tr td p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
}

.cartpage .table tr td p a {
    color: #0066cc;
}

.cartpage .table tr td em {
    font-style: inherit;
    display: block;
    font-size: 18px;
    color: #0066cc;
    font-weight: 500;
}

.cartpage .table tr td button {
    background: #fff;
    width: 35px;
    height: 35px;
    border: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.cartpage .table tr td input {
    background: #fff;
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: none;
    border-bottom: none;
}

.cartpage .table tr td .wrap {
    background: #fff;
    border: 1px solid #dee2e6;
    display: flex;
}

.cartpage .table td,
.table th {
    vertical-align: middle;
}

.estimate-shipping {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin-top: 15px;
}

.estimate-shipping button {
    background: transparent;
    border: none;
    /* border-bottom: 1px solid #d2d2d2; */
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 15px 15px 12px 15px;
    color: #333;
}

.estimate-shipping button label {
    margin: 0;
}

.estimate-shipping button i {
    float: right;
}

.estimate-shipping .estimate-shipping-form {
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid #d2d2d2;
}

.estimate-shipping-form {}

.estimate-shipping-form .form-group {}

.estimate-shipping-form .form-control {
    height: 45px !important;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #333;
}

.estimate-shipping-form label {
    font-size: 14px;
    color: #333;
}

.estimate-btn {
    background-color: #0066cc !important;
    margin-top: 0;
    padding: 10px 15px !important;
    color: #fff !important;
    margin-right: 0;
    text-align: center !important;
    border-radius: 5px;
    margin-top: 30px;
    height: 45px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.estimate-btn:hover {
    background: #003d79 !important;
}


.product-cart-total {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
}

.product-cart-total h4 {
    float: left;
    font-size: 20px;
    color: #333;
}

.product-cart-total span {
    float: right;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.product-cart-total em {
    width: 100%;
    float: left;
    font-style: inherit;
    font-size: 16px;
    color: green;
    font-weight: 500;
}

.product-cart-total .order {
    border: none;
    background: #fff;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    color: #333;
    padding: 12px 0;
    margin: 15px 0;
    width: 100%;
    text-align: left;
}


.product-cart-total .order label {
    margin: 0;
}

.product-cart-total .order i {
    float: right;
}

.order-text .form-control {
    resize: none;
    height: 100px;
    margin-bottom: 15px;
}

.order-text .save-btn {
    background: #ddd;
    background: rgb(241, 241, 241);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 13px;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    float: right;
    cursor: pointer;
}

.checkout-btn {
    background: #0066cc;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 14px 19px;
    cursor: pointer;
    transition-duration: 0.5s;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.checkout-btn:hover {
    background: #003d79 !important;
}

.payment {
    text-align: center;
    margin-top: 15px;
}

.payment p {
    font-size: 15px;
    color: #656565;
    margin-bottom: 8px;
}

.payment p i {}

.product-cart-total p {
    font-size: 15px;
    color: #333;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.order-text {
    border-bottom: 1px solid #d2d2d2;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

/****************cart end************************/
/****************checkout************************/
.checkout {
    padding: 0 0 50px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #fff 0%, #fff 55%, #f5f5f5 45%, #f5f5f5 100%);
    /* margin-bottom: 50px; */
    /* border-bottom: 1px solid #c5c5c5; */
}

.checkout-inner {
    width: 95%;
    margin-top: 30px;
}

.checkout-inner h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.checkout-inner h5 span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
}

.checkout-inner h5 span a {
    color: #0066cc;
}

.checkout-inner .form-control {
    height: 45px !important;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.checkout-inner .form-group {
    position: relative;
}

.checkout-inner .form-group label {
    font-size: 14px;
    color: #333;
}

.ch input[type="checkbox"] {
    height: 18px;
    border-radius: 0;
    border: 1px solid #d7d9d9 !important;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.ch input[type=checkbox] {
    display: none;
}

.ch input[type=checkbox] {
    width: 20px !important;
}

.ch input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #969696;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-bottom: 2px;
    margin-right: 0.2em;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    padding-top: 0;
    line-height: 18px;
    margin-right: 8px;
    font-size: 16px;
}

.ch input[type=checkbox]:checked + label:before {
    background-color: #fec00a;
    border-color: #fec00a;
    color: #2f2f2f;
}

.Continue-to-shipping {
    background-color: #0066cc;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 5px;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition-duration: 0.5s;
}

.Continue-to-shipping:hover {
    background: #003d79;
}

.tooltiptext {
    position: absolute;
    top: 3px;
    right: 10px;
    background: #fff;
    border: none;
    line-height: 40px;
    font-size: 15px;
    color: #737373;
}

.checkout-payment-inner {
    padding-top: 30px;
}

.checkout-right {}

.checkout-right table tr {
    border-bottom: none;
}

.checkout-right table tr td {
    position: relative;
    font-size: 14px;
    color: #333;
    background: transparent;
    vertical-align: top;
    border: 0;
    padding: 8px;
}

.checkout-right table tr:last-child {
    border-bottom: 0;
}

.checkout-right table tr td em {
    font-size: 15px;
    color: #333;
    font-style: inherit;
}

.checkout-right table tr td img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

.checkout-right table tr td span {
    background: #989898;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 78px;
    text-align: center;
    line-height: 21px;
    font-weight: 600;
    top: 2px;
}

.checkout-right table tr td h6 small {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    padding-right: 2px;
}

.checkout-right table tr td h6 {
    font-size: 20px;
    color: #333;
}

.checkout-right table tr td i {
    font-style: inherit;
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

.checkout .bradcrams {
    padding-top: 30px;
}

.git-card {}

.git-card .form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
}

.git-card .form-control {
    height: 45px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d2d2d2;
    width: 82%;
    display: inline-block;
}

.git-card .apply-btn {
    background: rgb(241, 241, 241);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(215, 215, 215, 1) 100%);
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 13px;
    color: #333333;
    padding: 7px 12px;
    font-weight: 500;
    float: right;
    cursor: pointer;
    width: 15%;
    height: 45px;
}

.checkout-right tfoot tr {
    border-top: 1px solid #d2d2d2;
}

/****************checkout end************************/
/****************contact************************/
.page-heading {
    padding: 30px 0;
}

.page-heading h4 {
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
}

.contact-banner {}

.con-page-banner {
    background: url(../images/contact-banner.jpg);
    padding: 100px 60px;
    border-radius: 5px;
    margin-bottom: 50px;
    background-size: cover;
}

.contact-banner h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    width: 46%;
    margin-bottom: 20px;
    line-height: 51px;
}

.contact-banner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-banner p span {
    font-size: 20px;
    font-weight: 500;
}

.contact-banner h6 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}

.contact-chat {
    margin-bottom: 50px;
}

.contact-chat-inner {
    text-align: center;
    margin-bottom: 15px;
}

.contact-chat-inner img {
    margin-bottom: 25px;
}

.contact-chat-inner h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.contact-chat-inner p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
}

.sub-contact-chat-inner {
    border-top: 2px solid #0066cb;
    border-bottom: 2px solid #0066cb;
    padding: 10px 0;
    height: 90px;
}

.sub-contact-chat-inner h6 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 8px;
}

.sub-contact-chat-inner a {
    font-size: 16px;
    color: #0066cb;
}

.chat-now-btn {
    font-size: 18px;
    background: #fe9923;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 50px;
    margin-top: 6px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.chat-now-btn:hover {
    background: #cc6e00;
}

.sub-contact-chat-inner p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}

.sub-contact-chat-inner span {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    padding: 0 50px;
    display: block;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.contact-form {
    text-align: left;
    margin-bottom: 70px;
}

.contact-form-inner {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 17px #0003;
    width: 100%;
    margin: 0 auto;
}

.contact-form-inner h5 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 6px;
}

.contact-form-inner p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.contact-form-inner form {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 8px;
}

.contact-form-inner .form-control {
    border: 1px solid #c9c9c9;
    font-size: 14px;
    color: #333333;
    height: 45px !important;
    text-align: left;
}

.contact-form-inner .form-group label {
    font-size: 15px;
    color: #333333;
    text-align: left;
    display: block;
}

.contact-form-inner .form-group label span {
    color: #ed4747;
}

.contact-form-inner .form-group textarea {
    height: 132px !important;
    resize: none;
}

.send-btn {
    font-size: 18px;
    background: #fe9923;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.send-btn:hover {
    background: #cc6e00;
}

.contact-form iframe {
    border: 1px solid #c9c9c9 !important;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

/****************contact end************************/
/****************about************************/
.about {
    margin-bottom: 30px;
}

.about img {
    width: 100%;
    border-radius: 8px;
}

.about h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 40px;
}

.about p {
    color: #333333;
    font-size: 16px;
}

.about2 {
    margin-bottom: 50px;
}

.about2-inner {
    background: url(../images/about-img2-back.jpg);
    background-size: cover;
    padding: 120px 50px;
    text-align: center;
    border-radius: 8px;
}

.about2 h6 {
    color: #fff;
    font-size: 18px;
}

.about2 h5 {
    color: #fff;
    font-size: 24px;
    margin: 20px 0;
}

.about2 p {
    color: #fff;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
}

.about3 {
    text-align: center;
    margin-bottom: 20px;
}

.about3 h5 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #333333;
}

.about3-inner {
    position: relative;
    margin-bottom: 30px;
}

.about3-inner img {
    width: 100%;
    border-radius: 8px;
}

.about3-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.12) 41%, rgba(0, 0, 0, 0.62) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.12) 41%, rgba(0, 0, 0, 0.62) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.12) 55%, rgb(0 0 0) 100%);
}

.about3-inner h6 {
    font-size: 24px;
    color: #fff;
    margin-top: -42px;
    position: relative;
    padding-bottom: 15px;
}

.about3-inner h6 a {
    color: #fff;
}

.donate {
    margin-bottom: 50px;
}

.donate-inner {}

.donate-inner img {
    width: 100%;
    border-radius: 8px;
}

/****************about end************************/
/****************emargency************************/
.emergencypage-banner {}

.emergencypage-banner-inner {
    background: url(../images/emergency-kit-banner.jpg);
    padding: 100px 60px;
    border-radius: 5px;
    margin-bottom: 50px;
    background-size: cover;
    padding-bottom: 25px;
    padding-right: 35px;
    background-size: cover !important;
}

.emergencypage-banner-inner h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    /* width: 55%; */
    margin-bottom: 20px;
    line-height: 51px;
    margin-bottom: 5px;
}

.emergencypage-banner-inner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    z-index: 99;
    position: relative;
}

.emergencypage-banner-inner p span {
    font-size: 20px;
    font-weight: 500;
}

.emergencypage-banner-inner h6 {
    font-size: 48px;
    color: #ffc900;
    font-weight: 500;
    margin-bottom: 80px;
}

.emergencypage-banner-inner img {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 150px;
}

.emargency-kit {
    margin-bottom: 30px;
}

.emargency-kit h5 {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.emargency-kit p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 50px;
}

.emargency-kit-inner {
    background: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.emargency-kit-inner h5 {
    background: #fe9923;
    color: #fff;
    font-size: 18px !important;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
}

.emargency-kit-inner ul {
    padding: 15px 20px;
}

.emargency-kit-inner ul li {
    font-size: 15px;
    color: #333333;
    margin-bottom: 8px;
    display: flex;
}

.emargency-kit-inner ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding-right: 8px;
}

.emargency-kit-inner ul li a {
    color: #333333;
    transition-duration: 0.5s;
}

.emargency-kit-inner ul li a:hover {
    color: #0066cc;
}

.hoursproducts {
    background: #fff;
}

/****************emargency end************************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* SPECIAL : ROTATION des flÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ches */
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

/* --------------------- */
/* SPECIAL : ROTATION des flÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ches */
/* Niveau 1 */
li .dropdown-toggle:after {
    transition: all 0.5s;
}

li.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}

/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
    transform: rotate(90deg);
}

.mainnav .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #666666 !important;
    padding: 5px 40px;
    padding-left: 10px;
}

.mainnav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #0066cc !important;
    background: transparent;
}

.mainnav .dropdown .dropdown-menu .dropdown-item:active {
    color: #0066cc !important;
    background: transparent;
}

.mainnav .dropdown .dropdown-menu .dropdown-item:focus {
    color: #0066cc !important;
    background: transparent;
}

.mainnav .dropdown-menu {
    margin: 0;
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
}

.mainnav .dropdown-submenu .dropdown-menu {
    left: 107%;
    padding: 6px 8px;
}

.mainnav .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-right: 8px;
}

.mainnav .dropdown-submenu {}

/****************medical************************/
.medial-sup .emergencypage-banner-inner {
    background: url(../images/health-medical-supplies.jpg);
    background-size: cover !important;
}

/* .medial-sup h5 {
    width: 59%;
} */

.health-kit-inner {
    padding: 15px 20px;
}

.health-kit-inner ul {
    padding: 0;
}

.health-kit-inner ul li {}

.health-kit-inner ul li::before {
    display: none;
}

.health-kit-inner .ch input[type=checkbox] + label:before {
    background: #fff;
}

.ch input[type=checkbox]:checked + label:before {
    background-color: #fec00a !important;
    border-color: #fec00a !important;
}

.medial-sup p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.medial-sup p span {
    font-size: 20px;
    font-weight: 500;
}

.health-kit-inner .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.health-kit-inner .ch label {
    color: #333333;
    font-size: 15px;
}

.health-kit-inner h6 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.health-kit-inner select {
    border: 1px solid #c9c9c9;
    background: #fff;
    font-size: 16px;
    color: #666666;
    height: 42px;
    border-radius: 4px;
    padding-right: 25px;
    text-align: left;
    padding-left: 10px;
    min-width: 180px;
}

.health-kit-inner .form-group {}

.health-kit-inner label {
    font-size: 16px;
    color: #333333;
    margin-bottom: 9px;
}

.dowlodeform a {
    font-size: 16px;
    color: #0066cb;
}

.health-kit-inner .form-control {
    border: 1px solid #c9c9c9;
    background: #fff;
    font-size: 16px;
    color: #666666;
    height: 42px;
    border-radius: 4px;
}

.health-kit-inner i {
    font-style: inherit;
    padding-left: 10px;
}

.custom-form-control input {
    border: 1px solid #c9c9c9;
    background: #fff;
    font-size: 16px;
    color: #666666;
    height: 42px;
    border-radius: 4px;
    min-width: 210px;
}

.custom-form-control label {
    display: block;
}

.health-kit-inner textarea {
    resize: none;
    height: 130px !important;
}

.health-kit-inner input[type="file"] {
    display: none;
}

.health-kit-inner .custom-file-upload {
    border: none;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background: #0066cc;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    transition-duration: 0.5s;
}

.health-kit-inner .custom-file-upload:hover {
    background: #003d79;
}

.fileuplode {
    display: inline-block;
}

.submit-btn {
    padding: 10px 20px;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    background: #fe9923;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    width: 197px;
    transition-duration: 0.5s;
}

.submit-btn:hover {
    background: #cc6e00;
}

.health-medial-sup {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 30px 0 50px 0;
    margin-bottom: 50px;
    border-top: 1px solid #aeacac;
    border-bottom: 1px solid #aeacac;
}

.health-medial-sup p {
    font-size: 18px;
}

.health-medial-sup h4 {
    font-size: 50px;
    font-weight: 600;
    color: #283892;
    margin-bottom: 30px;
}

.health-medial-sup .listarea {
    margin-left: -10px;
    margin-right: -10px;
}

.health-medial-sup ul {
    width: 20%;
    float: left;
    text-align: left;
    padding: 0 10px;
}

.health-medial-sup ul li {
    color: #333333;
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
}

.health-medial-sup ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    top: 6px;
    position: absolute;
    left: 0;
    color: #616161;
}

/****************medial end************************/
.emergency-preparedness .emergencypage-banner-inner {
    background: url(../images/emergency-preparedness-banner.jpg);
}

.plan img {
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000030;
}

.plan .about3-inner::before {
    display: none;
}

.ph-number .form-control {
    display: inline-block;
    width: 91%;
}





.slider-nav .slick-arrow {
    border: 0;
    width: 24px;
    background: #f98b09 !important;
    color: #fff !important;
    height: 75%;
    z-index: 999;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    margin-top: 5px;
}

.slider-nav .slick-arrow.slick-next {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.slider-nav .slick-arrow.slick-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.slick-next:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: "\f105" !important;
    opacity: 1 !important;
}

.slick-prev:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    content: "\f104" !important;
    opacity: 1 !important;
}

.slick-list {
    width: 90%;
    margin: 0 auto !important;
}

.doenlodeform {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.doenlodeform a {
    background-color: #193356;
    margin-top: 0;
    padding: 18px 45px;
    color: #fff;
    border-radius: 50px;
}

.helthkit-img {
    margin-bottom: 30px;
}

.helthkit-img img {
    background: #fff;
    height: 180px;
    object-fit: contain;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
}

.footer-inner em {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
}

.footer-inner em span {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.footer-inner em a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.footer-inner small{
    margin-bottom: 5px;
    display: block;
    color: #fff;
    font-size: 15px;
    }
.fire-img {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border: 1px solid #d2d2d2;
}

.fire-img img {
    width: 100%;
    margin-bottom: 10px;
/*    height: 400px;*/
}

h3.page-heading {
    text-align: left;
    line-height: 41px;
    font-size: 22px;
    color: #333333;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.fire-img ul {}

.fire-img ul li {
    color: #0066cc;
    font-size: 16px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 7px;
    line-height: 32px;
}

.fire-img ul li a {
    color: #0066cc;
}

.fire-img ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    top: -1px;
    position: absolute;
    left: 0;
    color: #0066cc;
}

.homefireseftymain .view_text h5 {
    height: 38px;
}

.brochurepdf .modal-body iframe {
    width: 100%;
}

@media (min-width: 576px) {
    .brochurepdf .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.brochurepdf .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #ff0a0a;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
    opacity: inherit;
}

.brochurepdf .modal-header {
    padding: 0;
    border: none;
}

.carkittext p {}

.carkittext ul li {
    padding-left: 0;
    margin: 0;
}

.carkittext ul li label {
    margin: 0;
}

.carkittext ul li::before {
    display: none;
}

.carkittext p {
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #464646;
}



/****06jul***/
.safetypage-banner-inner {
    padding: 100px 60px;
    border-radius: 5px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    padding-right: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.safetypage-banner-inner::after,
.emergencypage-banner-inner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
        opacity: 0.4;
}

.safety-fire .safetypage-banner-inner {
    background-image: url(../images/home-fire-banner.jpeg);
}
.safety-communication .safetypage-banner-inner {
    background-image: url(../images/home-com-banner.jpg);
}


.safety-autodafety .safetypage-banner-inner {
    background-image: url(../images/auto-safety-banner.jpg);
}
.safety-supplies .safetypage-banner-inner {
    background-image: url(../images/supplies-banner.jpg);
}
.safety-personal .safetypage-banner-inner {
    background-image: url(../images/personal-safety-banner.jpg);
}
.safety-tools .safetypage-banner-inner {
    background-image: url(../images/safety-tools-banner.jpg);
}


@media (min-width: 1025px) and (max-width: 1366px) {
    .safetypage-banner-inner h5 {
        font-size: 40px;
        line-height: 42px;
    }
     .safetypage-banner-inner h6 {
        font-size: 40px;
        margin-bottom: 70px;
    }
}

.safetypage-banner-inner h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    /* width: 57%; */
    margin-bottom: 20px;
    line-height: 51px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.safetypage-banner-inner h6 {
    font-size: 48px;
    color: #ffc900;
    font-weight: 500;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.safetypage-banner-inner img {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 150px;
}
.medial-sup p{
       position: relative;
    z-index: 1;
}
.medial-sup small{     margin-bottom: 0;
    display: block;
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 15px;
}

.safetypage-banner-inner img{
     z-index: 1;
}

.home-security .safetypage-banner-inner {
    background-image: url(../images/home-security-banner.jpg);
}
.emergency-carkit .emergencypage-banner-inner{
      background-image: url(../images/emergency-carkit-banner.jpg);
}
.health-clean-water .safetypage-banner-inner {
    background-image: url(../images/health-clean-water-banner.jpg);
}
.health-safety .safetypage-banner-inner {
    background-image: url(../images/health-safety-banner.jpg);
}
.health-sanitation .safetypage-banner-inner {
    background-image: url(../images/health-sanitation-banner.jpg);
}
.emergencypage-banner-inner{
    position: relative;
}
.emergencypage-banner-inner h5,
.emergencypage-banner-inner h6{
    position: relative;
    z-index: 1;
}
.emergencypage-banner-inner img{
      z-index: 1;
}
.homefireimagelast{ text-align: center;}
.homefireimagelast .home-fire-safety-v3-img{
    width: 50%;
}
.homefireimagelast ul{text-align: left;margin-bottom: 15px;}
.homefireimagelast ul li {
    line-height: 30px;
}
.fire-img3 img{width: auto;}
.fire-img3 li{line-height: 22px !important;}
.home-communications-products .fire-img img{height: 350px;
    object-fit: contain;}

    #return-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: rgb(0, 0, 0);
        background: #1d569d;
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 19px;
        top: 13px;
        font-size: 23px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top:hover {
        background: #6b6a6a;
    }
    #return-to-top:hover i {
        color: #ffffff;
        top: 5px;
    }

.newtextaddsec{    padding: 50px;}
.newtextaddsec h6{margin-bottom: 0;}