body{
    font-size: 15px;
    color: #333;
}
a{
    text-decoration: none !important;
}
.container {
    max-width: 1300px;
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: #0771bb;
    color: #fff;
    z-index: 1;
    border: 1px solid #fff;
}
a.navbar-brand img {
    max-height: 118px;
}
.top-header {
    background: #f3f3f3;
}
#topSearch {
    display: inline-flex;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
}
#topSearch input{
    border: none;
    outline: none;
    width: 360px;
    padding: 10px 20px;
    border-radius: 10px;
}
#topSearch button{
    border: none;
    background: #fff;
    outline: none;
    padding: 10px 20px;
    border-radius: 10px;
}
#topSearch .fa{
    font-size: 18px;
}
.top-right{
    text-align: right;
}
.top-call {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 7px;
}
.top-call-open .fa{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #105188;
    color: #fff;
    margin-right: 5px;
}
.top-call{
    margin-bottom: 1rem;
}
.call-right {
    font-weight: 600;
    line-height: 1.4;
}
.top-right a {
    display: inline-block;
    color: #222;
    font-size: 19px;
}
a.top-user {
    margin-right: 20px;
}
a.top-cart {
    position: relative;
    margin-right: 10px;
}
a.top-wish {
    position: relative;
    margin-right: 20px;
}
span.cart-count {
    position: absolute;
    font-size: 12px;
    background: #105188;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 50%;
    top: -3px;
}
.home-sidebar-title {
    padding: 12px 20px;
    font-size: 1.1rem;
    background: #FDF32F;
    color: #fff;
    font-weight: 500;
}
.home-sidebar-title .fa{
    margin-right: 5px;
}
.section-title {
    font-weight: 700;
    font-size: 1.2rem;
}
.title-bar {
    display: block;
    width: 75px;
    height: 3px;
    background: #0771bb;
    margin: 15px 0;
}
.section-padd{
    padding: 35px 0;
}
.product-card {
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
}
.product-card:hover {
    box-shadow: 0 0 7px #00000050;
}
.product-card img {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    height: 236px;
}
.product-card-txt {
    padding: 15px;
}
.product-card-title {
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1.2;
    height: 2rem;
    margin-bottom: 8px;
    overflow: hidden;
}
.product-card-price {
    color: #000;
    font-weight: 700;
}
.offer-ribbon {
    background: #105188;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 12px;
    padding: 3px 6px;
    color: #fff;
}
.graybg{
    background: #f3f3f3;
}
span.cut-price {
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
}
#specialOffer .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
#specialOffer button.owl-prev,#specialOffer  button.owl-next {
    position: absolute;
    outline: none;
    background: #0771bb !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    color: #fff !important;
}
#specialOffer button.owl-prev {
    left: -2%;
}
#specialOffer button.owl-next {
    right: -2%;
}
.owl-dots {
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 14px;
    height: 14px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #0771bb;
}
.featured-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.product-card img{
    width: 100%;
}
button.add-to-cart-wrap {
    position: absolute;
    top: 50px;
    right: -40px;
    border: none;
    background: #0771bb;
    color: #fff;
    padding: 5px 9px;
    border-radius: 0px;
    visibility: hidden;
    transition: all 0.5s ease;
}
.product-card:hover button.add-to-cart-wrap{
    visibility: visible;
    right: 5px;
}
a.view-more-btn {
    display: inline-block;
    background: #105188;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
}
a.view-more-btn:hover{
    background: #0771bb;
}
.partner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-img {
    width: 160px !important;
    height: 120px;
    object-fit: contain;
}
#newsletterSection{
    background: #105188;
    padding: 1rem 0;
}
.subscribe-txt {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    text-transform: uppercase;
    text-align: right;
}
span.subscribe-2nd {
    color: skyblue;
}
.subscribe-block{
    position: relative;
}
.callblock24 {
    background: #fff;
    padding: 8px 20px;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.callblock24 a{
    color: #444;
}
img.img24 {
    width: 50px;
    margin-right: 15px;
}
#subscribeForm input {
    padding: 12px 20px;
    width: 100%;
    outline: none;
    border: none;
}
button.subscribe {
    padding: 12px 25px;
    border: none;
    background: #0771bb;
    color: #fff;
    position: absolute;
    right: 0;
    font-weight: 600;
}
.special-product-block{
    position: relative;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.overlay-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}
a.overlay-link {
    display: inline-block;
    background: #fff;
    padding: 8px 25px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #555;
}
a.overlay-link:hover {
    background: #FDF32F;
    color: #555;
}
.top-category-block {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.top-category-block img {
    height: 280px;
    object-fit: contain;
    margin-bottom: 10px;
}
.top-cat-title {
    font-weight: 700;
    font-size: 1.1rem;
}
a.top-cat-link {
    display: inline-block;
    background: #0771bb;
    color: #fff;
    padding: 8px 20px;
    margin-top: 8px;
    border-radius: 5px;
}
#preFooter {
    padding: 60px 0;
}
.copyright {
    padding: 25px 0;
    background: #ddd;
    text-align: center;
}
.footer-bar{
    display: block;
    width: 55px;
    height: 3px;
    background: #333;
    margin: 15px 0;
}
.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-li {
    margin-bottom: 5px;
    color: #666;
    font-weight: 500;
}
.footer-li a{
    color: #666;
}
.footer-li a:hover{
    color: #0771bb;
}
.footer-social img {
    width: 64px;
    transition: all 0.3s ease;
}
.footer-social img:hover {
    transform: scale(1.1);
}
#mainSliderSection{
    position: relative;
}
#mainSliderSection .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
#mainSliderSection button.owl-prev, #mainSliderSection button.owl-next {
    position: absolute;
    outline: none;
    background: #0771bb !important;
    line-height: 1 !important;
    display: inline-flex !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    font-size: 17px !important;
    color: #fff !important;
    align-items: center;
    justify-content: center;
}
#mainSliderSection button.owl-prev {
    left: 10px;
}
#mainSliderSection button.owl-next {
    right: 10px;
}
.page-title-bar {
    padding: 30px 0;
    background: #ddd;
}
.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.page-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
span.breadcrumb-seperator {
    margin: 0 10px;
}
.breadcrumb-links{
    font-weight: 500;
    color: #555;
    font-size: 14px;
}
.breadcrumb-links a{
    color: #555;
}
.breadcrumb-links a:hover{
    color: #105188;
}
.full-img{
    width: 100%;
}
.abtText{
    margin-bottom: 35px;
}
.abtImg img{
    width: 100%;
    margin-bottom: 15px;
}
.abtImg{
    margin-bottom: 35px;
}
.missionBlock{
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 15px 3px #ddd;
}
.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #FDF32F;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header a {
    color: #fff !important;
    font-weight: 500;
    display: block;
    text-align: left;
    cursor: pointer;
}
#locationMap iframe{
    width: 100%;
}
#locationMap{
    margin-bottom: 35px;
}
#contactForm input, #contactForm textarea{
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 16px;
}
button.form-btn {
    background: #222;
    color: #fff;
    padding: 10px 30px;
    border: none;
    outline: none;
}
.contact-block{
    padding: 50px 30px;
    background: #f5f5f5;
}
.login-left{
    position: relative;
    color: #eee;
    text-align: center;
    padding: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}
.login-left:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
}
.login-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #105188;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    outline: none;
}
a.login-btn{
    color: #fff;
}
.z-1{
    position: relative;
}
.login-right{
    width: 100%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 50px 70px;
    text-align: center;
}
#loginForm input{
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    outline: none;
}
.shop-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.single-product-img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.product-desc-div{
    display: flex;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}
.single-product-label{
    width: 30%;
}
.single-product-value{
    width: 70%;
}
.single-product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0771bb;
    margin-bottom: 20px;
    position: relative;
}
span.single-price-cut {
    font-size: 1.2rem;
    margin-left: 10px;
    opacity: .6;
    text-decoration: line-through;
}
.single-p-qty{
    margin: 30px 0;
    font-weight: 500;
}
.single-p-qty input{
    width: 80px;
    margin-left: 10px;
    padding: 5px;
}
button.single-p-add {
    border: none;
    background: #105188;
    padding: 12px 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 10px;
}
a.buy-now-btn {
    border: none;
    background: #333;
    padding: 12px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
}
.sidebar-widget {
    margin: 25px 0;
}
form#priceFilter input {
    width: 80px;
    margin-right: 10px;
    padding: 5px;
}
#priceFilter button{
    border: none;
    background: #FDF32F;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
}
#cartTable{
    width: 100%;
    text-align: center;
}
.cart-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
#cartTable tr{
    border-bottom: 1px solid #333;
}
#cartTable td, #cartTable th{
    padding: 8px 0;
}
#cartTable button{
    border: none;
    background: none;
    outline: none;
}
button.clear-cart-btn {
    border: none;
    padding: 10px 25px;
    background: #ddd;
}
a.my-order-btn{
    display: inline-block;
    padding: 10px 25px;
    background: #105188;
    color: #fff;
    margin-right: 10px;
}
a.proceed-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #105188;
    color: #fff;
    margin-right: 10px;
}
a.continue-shop-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #666;
    color: #fff;
}
#checkoutTable{
    width: 100%;
    text-align: center;
}
.cart-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
#checkoutTable tr{
    border-bottom: 1px solid #ddd;
}
#checkoutTable td, #checkoutTable th{
    padding: 6px 0;
}
.shipping-block{
    padding: 30px 20px;
    background: #eee;
}
#shippingForm input, #shippingForm select{
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
}
.order-now-btn{
    display: inline-block;
    padding: 10px 25px;
    background: #105188;
    color: #fff;
    margin-right: 10px;
    border: none;
    outline: none;
}
.special-product-block img {
    height: 300px;
    object-fit: contain;
}
a.contact-us-btn {
    display: inline-block;
    background: #0771bb;
    color: #fff;
    padding: 7px 18px;
    margin-top: 10px;
}
img.app-img {
    width: 230px;
}
.copyright {
    padding: 25px 0;
    background: #ddd;
    text-align: center;
    display: flex;
    align-items: center;
}
.copyright a {
    display: inline-block;
    vertical-align: bottom;
}
img.ankur-img {
    width: 70px;
}
.vacancy-block{
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
}
.vacancy-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
#careerForm input{
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
}
#careerForm{
    background: #eee;
    padding: 20px;
}

#serviceForm input, #serviceForm select{
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.abt-padd{
    padding: 5rem 0;
}
.abt-txt{
    margin-bottom: 2rem;
}
.top-bar {
    padding: 24px 0;
}
.menu-bar .dropdown:hover>.dropdown-menu {
    display: block;
}
.menu-bar ul.multi-level {
    list-style: none;
    padding-left: 0;
}
.menu-bar .dropdown-menu {
    padding: .1rem 0;
    margin: 0;
    border-radius: 3px;
    width: 210px;
    border: 1px solid #61ba6c40;
    box-shadow: 0 0 5px #00000020;
    transition: all 0.3s ease;
}
.menu-bar .dropdown-item {
    text-transform: none;
    padding: .5rem 1.5rem;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: pre-line;
    border-bottom: 1px solid #eee;
}
.menu-bar .dropdown-item:hover {
    background: #eee;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.menu-bar .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
}
.menu-bar li.nav-item {
    display: inline-block;
}
.menu-bar .nav-link {
    padding: .6rem 1.8rem;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}
.menu-bar .nav-link:hover {
    background: #0771bb;
    color: #fff;
}
.menu-bar {
    background: #105188;
}
.nav-controls {
    display: none;
}
.hs-menubar {
    background: #fff;
    height: 118px;
}
#mobileMenu ul.nav-links {
    padding-left: 10px;
}
nav.hs-navigation {
    background: #105188;
}
.nav-links .its-parent, .nav-links li a{
    color: #fff;
}
.nav-links ul .its-parent:before, .nav-links .has-child ul li a:before{
    color: #fff;
}
a.mobile-wish {
    position: absolute;
    top: 12px;
    right: 90px;
    font-size: 1rem;
}
a.mobile-cart {
    right: 54px;
}
form#mobSearch {
    padding: 0 15px;
}
.mob-search-bar {
    position: relative;
    line-height: 20px;
}
.mob-search-bar input {
    width: 100%;
    padding: 6px 14px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
}
.mob-search-btn {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background: #0771bb;
    text-align: center;
    padding: 6px 0;
    border: none;
    outline: none;
    color: #fff;
}
a.mobile-cart {
    position: absolute;
    top: 12px;
    right: 60px;
    font-size: 1rem;
    color: #111;
}
ul.user-penal.fadeInUp {
    padding-left: 0px;
    background: #050505;
}
.user-penal li a {
    color: #ddd;
    padding: 8px 10px;
}
.more-trigger {
    top: 20px;
    color: #111;
}
span.wish-number {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 14px;
    line-height: 1;
    padding: .25em .4em;
    background: #0771bb;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
}
.mob-icon a{
    color: #111;
}
.menu-trigger {
    top: 20px;
    color: #111;
}
ul.its-children {
    padding-left: 0;
}
.nav-links .has-child ul {
    margin-left: 10px;
    border-left: none;
}
nav.hs-navigation.open {
    top: 70px;
    overflow-y: auto;
    padding-bottom: 10px;
}
img.mobile-logo {
    height: 70px;
    width: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
select#topSelect {
    min-width: 150px;
    padding: 8px 10px;
    border: none;
}
.logo-block{
    display: flex;
    align-items: center;
}
.nav-ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
}
.home-abt {
    position: absolute;
    text-align: center;
    top: 14%;
    z-index: 1;
    left: 22%;
    right: 22%;
    color: #fff;
    background: rgba(0,0,0,.4);
    padding: 2rem;
}
.mega-menu{
    position: absolute;
    visibility: hidden;
    z-index: 9;
    left: 0;
    width: 100%;
    transform: translateY(-10px);
    text-align: left;
    z-index: 9;
    transition: transform 0.3s ease-in-out;
}
.mega-drop:hover .mega-menu{
    padding: 1rem;
    background: #f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    visibility: visible;
    transform: translateY(0px);
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
    position: relative;
}
.menu-bar li.nav-item:first-child {
    position: relative;
}
.menu-bar li.nav-item:first-child:before {
    position: absolute;
    content: '';
    right: 100%;
    border-style: solid;
    border-width: 20.5px;
    border-color: transparent #105188 #105188 transparent;
}
img.home-slider-img {
    height: 490px;
}
span.size-span {
    border: 1px solid #cccc;
    padding: 5px;
    font-size: 13px;
    margin-right: 5px;
}
span.color-span {
    width: 40px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
}
.testimony-img{
    width: 100px !important;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.testimony-block{
    text-align: center !important;
}
.testimony-company{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.mega-cat{
    font-size: 1rem;
    font-weight: 600;
    color: #111;
}
.sub-cat-li a{
    display: block;
    margin-bottom: 5px;
    color: #888;
    font-size: 14px;
}
.sub-cat-li a:hover{
    color: #0771bb;
}
a.single-product-share {
    position: absolute;
    right: 5%;
    color: #aaa;
    font-size: 18px;
}
a.single-product-share:hover {
    color: #0771bb;
}
#exzoom {
    position: relative;
}
.exzoom .exzoom_img_box {
    background: #fff;
    position: relative;
}
#zoomProduct{
    visibility: hidden;
}
.exzoom .exzoom_btn a {
    width: 20px;
    color: #fff;
    background: #105188;
    font-weight: 700;
}
.exzoom .exzoom_btn a:hover {
    background: #0771bb;
    color: #fff;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current{
    border: 1px solid #0771bb;
}

.blog-card{
    margin-bottom: 20px;
}
.blog-card-img-wrap{
    overflow: hidden;
}
.blog-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.blog-card:hover img{
    transform: scale(1.08);
}
.blog-txt{
    padding: 0.5rem 1rem 1rem;
    background: #f5f5f5;
}
.blog-date {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}
a.blog-readmore {
    display: inline-block;
    padding: 10px 20px;
    background: #0771bb;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}
a.blog-readmore:hover {
    background: #555;
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
  }
  
  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }
  
  .switch-field label {
    border: 1px solid #cccc;
    padding: 15px;
    font-size: 13px; 
    margin : 10px; 
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center; 
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
  }
  
  .switch-field label:hover {
    cursor: pointer;
  }
  

  .switch-field input:checked + label {
    background-color: #0771bb;
    color: #fff;
    box-shadow: none;
  }
  .switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
  }
  
  .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
  }
   