

.bread-crum {
    background: #EFF1F6;
    padding-top: 16rem;
}
.bread-crum-grp > ul > li > a {
    display: block;
    font-size: 1.4rem;
    color: #000000;
    line-height: 24px;
    padding: 2rem 1rem;
    font-weight: 500;
}
.bread-crum-grp > ul {
    display: flex;
    justify-content: center;
}
.bread-crum-grp > ul > li > a > img {
    margin-left: 1rem;
    transform: rotate(270deg);
}
.innert_txt h3{
    letter-spacing: -0.96px;
    line-height: 60px;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 3.6rem;
}
.innert_txt h3:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #F2B705;
    width: 100px;
}
.innert-ttl {
    padding: 7rem 0 4rem;
}
.side-bar {
    background: #F4F7FD;
    display: block;
    /* padding: 4rem 3rem; */
    margin-bottom: 2.5rem;
}
.side-bar-mobile{display: none;}
.side_scroll {
    padding: 0rem 3rem 4rem 3rem;
    height: 30rem;
    overflow-y: scroll;
}
.side_scroll::-webkit-scrollbar {width: 4px;}  
.side_scroll::-webkit-scrollbar-thumb {background: #273f85;}

.side-bar p {
    padding-bottom: 2.5rem;
    margin: 0;
    line-height: 3rem;
    font-weight: 600;
    padding-left: 3rem;
    padding-top: 3rem;
}

.form-check .form-check-input {
    width: 19px;
    height: 19px;
    float: none;
    margin: 0;
}
.form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
    gap: 0 1.5rem;
    margin-bottom: 2rem;
}
/* .products-grom-sec > .row > .col-lg-4 {
    margin: 0;
} */

.filter-img{display: none;}
.close_brand{display: none;}
.side-bar .side_selected {
    padding-inline: 3rem;
    padding-top: 2rem;
}

.side-bar .side_selected .form-selected {
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0rem 1rem 0rem;
    /* border-bottom: 1px solid #ccddff; */
}

.side-bar .side_selected .form-selected:last-child {
    margin-bottom: 0;
    /* border-bottom: none; */
}

.side-bar .side_selected .form-selected label.form-selected-label {
    padding-right: 1rem;
}

.side-bar .side_selected .form-selected label.form-selected-label+i.fa {
    font-size: var(--font-14);
    color: #000;
    cursor: pointer;
}
.side-bar .side_selected .form-selected label.form-selected-label+i.fa:hover{
    color: red;
}
.side-bar .side_selected .form-selected label.form-selected-label {
    font-size: var(--font-16);
    color: #000;
}

.form-check .form-check-label {
    font-size: 1.6rem;
    line-height: 23px;
    color: #333333;
    padding-left: 1.4rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.main-bar .search-form .form-grp input[type="text"] {
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    padding: 8px 40px 8px 15px;
    width: 312px;
    font-size: 1.4rem;
    color: #000000;
    line-height: 18px;
    margin: 0;
    outline: none;
    font-weight: 500;
}
.search-form .form-grp{
    position: relative;
}
.main-bar .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
    width: 45px;
    height: 36px;
}
.main-bar .search-form button[type="submit"] i {
    font-size: 15px;
    opacity: 70%;
    display: block;
}
.main-bar .nav {
    border: none;
}
.main-bar .nav .nav-link {
    border-radius: 5px;
    height: 31px;
    margin-right: 7px;
    border: 1px solid #DDDDDD;
    width: 31px;
    padding: 6px;
}
.main-bar .nav .nav-link img {
    width: 100%;
}
.main-bar .nav-link.active {
    background: #6A88E1;
    border: 1px solid #6A88E1;
}
.bar-search {
    display: flex;
    align-items: center;
}
.bar-form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.2rem;
}
.bar-search {
    display: flex;
    gap: 0 30px;
}
.bar-form-right .select-sec {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.bar-form-right .select-sec select{
    border: 1px solid #DDDDDD;
    border-radius: 50px;
    padding: 8px 15px;
    width: 185px;
    font-size: 1.4rem;
    color: #000000;
    line-height: 18px;
    margin: 0;
    outline: none;
    font-weight: 500;
    appearance: none;
    background: transparent;
}

.bar-form-right .select-sec p {
    display: block;
    font-size: 1.4rem;
    line-height: 23px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.select-arrow {
    position: relative;
}
.select-arrow::after {
    content: "";
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px;
    background-image: url(../images/icons/bread-right-arrow.svg);
    z-index: -1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    width: 20px;
}
.main-bar {
    padding-left: 4.7rem;
}
.inner-bx {
    box-shadow: 0px 2px 8px #00000017;
    padding: 0 0.8rem 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inner-content p {
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.inner-content {
    padding-bottom: 0.4rem;
}
.inner-content p strong {
    font-weight: 500;
    display: inline-block;
    padding-right: 1rem;
}
.products-grom-sec.without-img .inner-content p strong{
    font-weight: 700;
}
.inner-content p.font-18 {
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}
.inner-cart {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 1.6rem 1rem;
    column-gap: 1rem;
}
.inner-content p:hover {
    color: #273f85;
}
.cart-icon {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.cart-icon > a {
    display: inline-block;
}
.cart-grp > p.font-21 {
    font-size: 2.1rem;
    line-height: 3rem;
    margin: 0;
    color: #273F85;
    font-weight: 500;
}
.products-grom-sec.without-img .cart-grp > p.font-21{
    font-size: 2.4rem;
}
.inner-content {
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #E5E5E5;
}
.inner-img {
    padding: 0 1rem;
}
.products-grom-sec {
    padding: 5.2rem 0;
}
.form-check .form-check-input {
    width: 19px;
    height: 19px;
    float: none;
    margin: 0;
    border: 1px solid #727272;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #0000000F;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.form-check-input:checked{
    background-color: #273F85;
    border-color: #273F85;
    border: 1px solid #273F85;
}
.inner-img a figure img{    
    transition: .5s;}

.inner-img a figure{
    display: block;
    overflow: hidden;
}
.inner-img a:hover figure img{
    transform: scale(1.1);
} 
.moreBox, .moreBox-sec {
    display: none;
}
.load-more > a{
    color: #DB383C;
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
    padding-top: 1rem;
    font-weight: 500;
}
.products .nav-link.active .white-one{
    display:none;
}
.products .nav-link .white-one{
    display:block;
}

.products .nav-link .white {
    display: none;
}
.products .nav-link.active .white{
    display:block;
}

.grp-pagination .pagination {
    justify-content: center;
    width: 100%;
    background: #F4F7FD;
    border-radius: 50px;
    box-shadow: 0px 3px 10px #0000001A;
    padding: 0.8rem 2rem;
    align-items: center;
    margin: 0 auto;
}
.grp-pagination .page-item .page-link {
    border: none;
    background-color: transparent;
    color: #333333;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    display: flex;
    margin: 0 1.3rem;
}
.products .tab-content {
    padding-bottom: 0;
}
.products {
    padding-bottom: 11rem;
}
.grp-pagination > p {
    text-align: center;
    color: #666666;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 3rem;
    margin: 0;
}
.grp-pagination .page-item .page-link img {
    width: 20px;
}
.grp-pagination .page-item .page-link .pres {
    margin-right: 0.5rem;
}
.grp-pagination .page-item .page-link .nexts {
    margin-left: 0.5rem;
    transform: rotate(180deg);
}
.grp-pagination .page-item:where(:not(:first-child, :last-child)) .page-link {
    border-radius: 50%;
    color: #333333;
    font-weight: 400;
    height: 4.5rem;
    width: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
}
.grp-pagination .page-item:where(:is(:first-child, :last-child)) .page-link{padding-inline: .5rem}
.grp-pagination .page-item.disabled .page-link, .grp-pagination .page-item.next-page .page-link {
    background: transparent;
    margin: 0;
    width: auto;
    font-weight: 700;
}
.grp-pagination .page-item.disabled .page-link:hover, .grp-pagination .page-item.next-page .page-link:hover {
    background: transparent;
    color: #333333;
}
.grp-pagination .page-item:where(:not(:first-child, :last-child)) .page-link:hover {
    color: #fff;
    background-color: #6A88E1;
}
.grp-pagination .page-item.active .page-link{
    color: #fff;
    background-color: #6A88E1;
}
.nav-link .black-icon {
    display: none;
}
.nav-link.active .black{
    display:none;
}
.nav-link.active .black-icon{
    display:block;
}
.apply-now-button{
    display: none;
}

/* listing view css starts here */
.listing-view .listing-bx {
    padding: 2.1rem 0;
}
.listing-view .listing-bx {
    padding: 2.3rem 0 4.2rem;
    box-shadow: 0px 2px 8px #00000017;
    margin-top: 0;
    margin-bottom: 3.6rem;
}
.listing-content p.font-21 {
    font-size: 2.1rem;
    line-height: 30px;
    margin: 0;
    padding-bottom: 1.2rem;
    font-weight: 600;
}
.listing-content p.font-21 a{color: var(--light-black);;}
.listing-content .stock {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 1.2rem;
}
.listing-content .stock span {
    color: #4E9E09;
    display: inline-block;
    padding-right: 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.listing-content .stock strong {
    font-weight: 600;
}
.listing-content .sku strong {
    display: inline-block;
    padding-right: 1rem;
    font-weight: 700;
}
.listing-content .sku {
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0;
    padding-bottom: 1.2rem;
    font-weight: normal;
}
.listing-content .sku {
    display: flex;
    gap: 0 3rem;
}
.listing-content {
    padding-top: 1.5rem;
    padding-right: 6rem;
    border-right: 1px solid #E5E5E5;
}
.listing-cart .cart-grp > p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 26px;
    display: block;
    padding-bottom: 1.2rem;
    margin: 0;
    font-weight: 400;
}
.listing-bx-grpp .listing-fix-three .listing-icon p.font-21{
    color: #273F85;
    font-size: 2.4rem;
    line-height: 24px;
    margin: 0;
    padding-bottom: 3rem;
    font-weight: 500;
}
.listing-cart .cart-grp > p.font-21 {
    color: #273F85;
    font-size: 2.4rem;
    line-height: 24px;
    margin: 0;
    padding-bottom: 3rem;
    font-weight: 500;
}
.listing-icon-add figure img {
    width: 15px;
}
.listing-icon-add > a,
.listing-icon-add {
    display: flex;
}
.listing-icon-add > a {
    font-size: 1.4rem;
    line-height: 24px;
    color: #333333;
    gap: 0 1rem;
    font-weight: 500;
}
.listing-icon-add {
    gap: 0 2rem;
}
/* .listing-icon-add > a:first-child {
    border-right: 1px solid #707070;
    padding-right: 1.3rem;
} */
.listing-icon .wishlist-icon img {
    width: 19px;
}
.listing-icon {
    padding: 0 4rem 0;
}
.listing-icon .wishlist-icon {
    border: 1px solid #273F85;
    border-radius: 25px;
    background: #273F85;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 1.4rem;
    line-height: normal;
    padding: 1rem 4rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    margin-bottom: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
    width: 171px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
}

/* .listing-icon .wishlist-icon.whish-white.add-to-cart-btn-detail.addtocart132{
    background-color: #273F85;
    color: #fff;
    border: 1px solid #273F85;
    text-align: center;
}
.listing-icon .wishlist-icon.whish-white.add-to-cart-btn-detail.addtocart132:hover{
    color: #273F85;
    background-color: #fff;
} */
/* .listing-icon .wishlist-icon.whish-white {
    background: #FFFFFF;
    color: #273F85;
    display: inline-block;
    padding: 1rem 2rem;
    border: 0;
} */
.listing-icon .wishlist-icon.whish-white {
    background: transparent;
    color: #000;
    display: inline-block;
    padding: 1rem 2rem;
    box-shadow: none;
}
.listing-icon .wishlist-icon.whish-white > figure {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}
.listing-icon {
    padding: 2rem 4.5rem 0;
}
.listing-icon .view-more {
    display: flex;
    font-size: 1.6rem;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    padding: 1.5rem 0 0 0;
    position: relative;
    margin-top: 5rem;
}
.listing-icon .view-more img {
    width: 11px;
    margin-left: 1rem;
    transform: rotate(270deg);
    display: inline-block;
    vertical-align: middle;
}
.listing-bx-grpp .listing-fix-one {
    width: 170px;
    display: inline-block;
    padding-inline: 1rem
}
.listing-bx-grpp .listing-fix-two {
    display: inline-block;
    vertical-align: top;
    width: 537px;
    padding-left: 1rem
}
.listing-bx-grpp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.listing-bx-grpp .listing-fix-three {
    display: inline-block;
    vertical-align: top;
    width: 253px;
}
/* listing view css ends here */


.products-grom-sec.without-img .inner-content.ttl {
    padding: 3.4rem 1rem 2rem;
}
.products-grom-sec.without-img .inner-content.cont {
    padding: 2rem 1rem 2rem;
    position: relative;
    border: none;
    margin-bottom: 4.5rem;
}
.products-grom-sec.without-img .inner-content.cont p {
    padding-bottom: 1rem;
}
.products-grom-sec.without-img .inner-content.cont:after {
    content: "";
    position: absolute;
    left: 1rem;
    right: auto;
    border: 0;
    width: 40px;
    bottom: 0;
    border-bottom: 1px solid #F2B705;
}
/* .products-grom-sec.without-img .inner-cart {
    padding: 0 1.6rem 1rem;
} */
.products-grom-sec.without-img .inner-cart .cart-grp a {
    border: 1px solid #273F85;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 1rem;
    line-height: normal;
    padding: 0.8rem;
    text-align: center;
    color: #273F85;
    display: inline-flex;
    margin: 0;
    align-items: center;
    column-gap: 0.5rem;
    font-weight: 700;
    white-space: nowrap;
    /* width: 100px; */
    transition: all 0.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -ms-transition: all.4s;
    -o-transition: all.4s;
}
    
.products-grom-sec.without-img .inner-cart .cart-grp .wishlist-icon {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    box-shadow: none;
    column-gap: 1rem;
     padding-block: 0.5rem;
     padding-inline: 1rem;
     min-width: 123px;
}
.products-grom-sec.without-img .inner-cart .cart-grp .wishlist-icon img{max-width: 19.13px;height: 17px;}
.products-grom-sec.without-img .inner-cart .cart-grp .wishlist-icon.add-to-cart-btn:hover {
    color: #fff;
    background: #273f85;
}
.products-grom-sec.without-img .inner-cart .cart-grp .wishlist-icon.add-to-cart-btn:hover img{filter: invert(1) brightness(1);}
.products-grom-sec.without-img .inner-cart.by-nw {
    padding: 1.8rem 0.6rem 1.8rem;
    border-top: 1px solid #E5E5E5;
}
.products-grom-sec.without-img .inner-cart .cart-grp .buy_now_grid{border: none;box-shadow: none;color: #000;}
.products-grom-sec.without-img .inner-cart .cart-grp:hover .buy-now-btn{color: #273F85;background-color: transparent;}
.listing-icon .buy-now-btn{border: none;box-shadow: none;color: #000;background-color: transparent;}
.listing-icon .buy-now-btn:hover {color: #273F85;}
.products-grom-sec.without-img .inner-cart.price {
    padding: 0 0.7rem 1.8rem;
    margin-top: auto;
    display: block;
}
.products-grom-sec.without-img .inner-cart.price .cart-grp{display: flex;justify-content: space-between;flex-wrap: wrap;}
.products-grom-sec.without-img .inner-cart.price .cart-grp a.view-more {
    border: none;
    background: transparent;
    font-size: 1.3rem;
    box-shadow: none;
    line-height: normal;
    padding: 0.8rem 0rem;
    color: #333333;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.products-grom-sec.without-img .inner-cart.price .cart-grp a.view-more:before {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px solid #F2B705;
    width: 40px;
    top: 0;
}
.products-grom-sec.without-img .inner-cart.price .cart-grp a.view-more img {
    width: 9px;
    margin-left: 0rem;
    transform: rotate(270deg);
    display: inline-block;
    vertical-align: middle;
}
.products-grom-sec.without-img .inner-cart.price .cart-grp a.view-more:hover{color:#273F85}
.products-grom-secs > .row > .col-lg-4 {
    margin: 0;
}
.products-grom-sec {
    padding: 0 0 2.6rem;
}
.products-grom-secs > .row {
    margin-top: 0;
    margin-bottom: 0;
}
.listing-view > .row > .col-lg-12 {
    margin: 0;
}
.listing-view > .row {
    margin-top: 0;
    margin-bottom: 0;
}
.listing-icon .view-more:before{
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px solid #F2B705;
    width: 40px;
    top: 0;
}
.listing-view > .row {
    padding-bottom: 3.9rem;
}
.products-grom-sec.without-img > .row {
    margin-top: 0;
    margin-bottom: 0;
}
.bread-crum-grp > ul > li:hover > a {
    color: #273F85;
}
.products-grom-sec.without-img .inner-cart .cart-grp a:hover {
    background: #273F85;
    color: #fff;
}
.products-grom-sec.without-img .inner-cart .cart-grp .buy_now_grid:hover {
    background: transparent;
    color: #273F85;
}
.products-grom-sec.without-img .inner-cart .cart-grp a:hover .fa-solid{filter: invert(1) brightness(2);}
.listing-icon .wishlist-icon:hover{
    background: transparent;
    color: #273F85;
}
.listing-icon .wishlist-icon.whish-white:hover{
    background: #273F85;
    color: #ffffff;
}
.listing-icon .wishlist-icon.whish-white:hover img{
    filter: invert(1);
}
.listing-icon .wishlist-icon.buy_now_list{border: none;background: transparent;box-shadow: none;color: #000;}
.listing-icon .wishlist-icon.buy_now_list:hover{color: #273F85;}
.grp-pagination .page-item.disabled .page-link {
    padding-right: 1rem;
}
.grp-pagination .page-item.next-page .page-link {
    padding-left: 1rem;
}
.listing-content .sku span {
    font-weight: 500;
}
.products-grom-sec.without-img .inner-content.cont p{
    font-weight: 500;
}
.listing-view .listing-content p.font-24 {
    font-weight: 600;
}
.load-more{
    color: #DB383C;
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
    padding-top: 1rem;
    font-weight: 500;
}
.main-bar .search-form .form-grp input[type="text"]::placeholder {
    color: #000000;
}
.main-bar .search-form .form-grp input[type="text"]::-ms-input-placeholder { 
    color: #000000;
}
.cart-icon > a i{
    /* display:none; */
    font-size: 17px;
}
.cart-icon .heart.clicked-heart > figure img,
.cart-icon .cart-shoping.clicked-cart > figure img {
    display: none;
}
.cart-icon .cart-shoping.clicked-cart > i {
    font-size: 17px;
}
.cart-icon .heart.clicked-heart > i {
    display: block;
}
.cart-icon .wishlist-icon.cart-shoping.clicked-cart > i{
    display: block;
}
.listing-icon-add .hearts i {
    display: none;
}
.listing-icon-add .hearts.clicked-heart figure img {
    display: none;
}
.listing-icon-add .wishlist-icon.hearts.clicked-heart i {
    display: inline-block;
}
.listing-icon-add > a, .listing-icon-add {
    align-items: center;
}


/* about css starts here */

.brand p > a {
    color: #333333;
}
.brand p > a:hover {
    color: #273F85;
}

.about_content {
    padding-right: 6.8rem;
}
.about_img {
    margin-right: -13rem;
}
.about_content {
    padding-right: 6.5rem;
}
section.aboutus_sec2 {
    padding-top: 8rem;
    padding-bottom: 14rem;
}
.about_count.counter {
    width: 31rem;
    float: right;
    background-color: #273F85;
    padding: 5rem 6rem;
    border-radius: 1rem;
}
.about_count.counter .item .count {
    font-size: 10.9rem;
    color: #fff;
    font-weight: 300;
}
.about_count.counter .item .text {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
}
.infotech_people {
    max-width: 53.2rem;
    width: 100%;
}
.infotech_people .color-blue{
    font-weight: 600;
}
section.aboutus_sec3 {
    background-color: #F5F5F5;
    padding-top: 10rem;
    padding-bottom: 11rem;
}

section.aboutus_sec3 .brand-sec {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1431px;
    margin: 0 auto;
    column-gap:1rem;
}
.aboutus-3 {
    text-align: center;
}
section.aboutus_sec3 .brand-sec .brand {
    text-align: center;
    max-width: 27.8rem;
    height: 100%;
    background: #fff;
    padding: 2.5rem 3.9rem;
    border-radius: 1rem;
}
.aboutus-3 p{letter-spacing: 0.36px;}
.product-range {
    position: relative;
}

.product-range:after {
    content: '';
    position: absolute;
    width: 10rem;
    background-color: #F2B705;
    left: 0;
    bottom: 0;
    height: 0.3rem;
}
.list-pro ul {
    padding-left: 2rem;
} 
.list-pro ul > li {
    padding-bottom: 3rem;
    position: relative;
    font-weight: 600;
}
.list-pro ul>li:before {
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #6A88E1;
    left: -2rem;
    top: 0.9rem;
    border-radius: 1rem;
}
/* ------------- */
.aboutus_sec4 {
    padding-bottom: 5rem;
}
.aboutus_sec5 {
    position: relative;
}
.aboutus_sec5:after{
content: "";
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.aboutus_sec5 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* ------------------second-aboutus-page------------- */

section.aboutus_sec3.new {
    background: transparent;
    position: relative;
    padding-bottom: 10rem;
}
section.aboutus_sec3.new:before {
    content: "";
    width: 164rem;
    height: 100%;
    background: #3E3D3D;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
    z-index: -1;
}
.aboutus-3.new h3, .aboutus-3.new p {
    color: #fff;
}

section.aboutus_sec3.new .brand-sec .brand img {
    border-radius: 10px;
    mix-blend-mode: darken;
}
section.aboutus_sec3.new .brand-sec .brand {
    text-align: center;
    max-width: 27.8rem;
    height: 100%;
    background: transparent;
    padding: 0;
    border-radius: 1rem;
}
.brand-sec.secondver .brand p {
    background: #6A88E1;
    padding: 18px 0px 22px;
    border-radius: 0px 0px 10px 10px;
}
.brand-sec.secondver .brand p a{color: #fff;font-weight: 400;}
.order-2 {
    order: inherit !important;
}
/* about css ends here */


/* product details page css start */
.product-details {
    padding-left: 5.5rem;
}
.product-img {
    max-width: 436px;
    border: 1px solid #DDDDDD;
    height: 100%;
}
.prod {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}
.product-details h3.color-blue{font-size: 4.1rem;line-height: 50px;}
.product-details h3.color-blue del {
    font-size: 2.1rem;
    vertical-align: baseline;
    color: #777777;
    align-content: center;
    line-height: 25px;
}
.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    max-width: 14rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2rem;
  }
  .qty-input .product-qty,
  .qty-input .qty-count {
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 2.1rem;
    border: none;
    height: 2.5rem;
    line-height: 1;
  }
  .qty-input .product-qty:focus,
  .qty-input .qty-count:focus {
    outline: none;
  }
  .qty-input .product-qty {
    width: 55px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .qty-input .qty-count {
    padding: 2rem 2rem;
    cursor: pointer;
    width: 3.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    background-color: #F4F7FD;
  }
  .qty-input .qty-count:before, .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 16px;
    position: absolute;
    display: block;
    background: #807d7d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
    border-radius: 23px 0px 0px 23px;
  }
  .qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
    border-radius: 0px 23px 23px 0px;
  }
  .qty-input .qty-count--add:after {
    transform: rotate(90deg);
  }
  .qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
  }
  .addtocart a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}

.addtocart {
    background-color: var(--color-blue);
    padding: 1rem 1.5rem;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    border: 1px solid var(--color-blue);
}
.addtocart:hover{
    background-color: transparent;
    transition: 0.5s ease;
    border: 1px solid #000;
    color: #000;
}

.addtocart a img {
    padding-right: 0.3rem;
    max-width: 2rem;
}
.addtocart:hover a{color: #000;}
.addtocart:hover a img{filter: invert();}
.cart_counter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.7rem;
    max-width: 51.6rem;
    align-items: center;
}

.wish-and-share {
    display: inline-flex;
    column-gap: 3.5rem;
}


.wish-and-share p>a img {
  display: inline-flex;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
}

.wish-and-share p>a {
  font-size: 1.6rem;
  line-height: 24px;
  color: #333333;
}
/* .wish-and-share p:first-child:after {
    content: '';
    position: absolute;
    border-right: 1px solid #b4b0b0;
    width: 100%;
    height: 100%;
    right: -2rem;
} */

.wish-and-share p:first-child {
    position: relative;
}
section.discription {
    padding-top: 15rem;
    padding-bottom: 11rem;
}
.discp .nav-link.active {
    color: #000;
    font-size: 2.1rem;
    line-height: 30px;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid #6A88E1;
    padding-left: 0;
}

.discp .nav-link {
    color: #000;
    font-size: 2.1rem;
    line-height: 30px;
    font-weight: 500;
    border: none
}
/* .discp .nav-link:hover {
    border-color:transparent;
} */
.discp .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
.discp .accordion-body h4 {
    font-size: 2.1rem;
    color: #000;
    line-height: 2.5rem;
    font-weight: 500;
}
.discp .accordion-body p {
    font-size: 1.3rem;
    line-height: 26px;
    letter-spacing: 0.16px;
}

.discp ul {
    border-bottom: 1px solid #ddd;
    column-gap: 2rem
}

.discp .tab-pane {
    border: none;
}
.discp .accordion-body{padding-left: 0;}

section.related-product {
  background-color: #F4F7FD;
  padding-top: 11rem;
  padding-bottom: 13rem;
}
.inner-boxxx {
  box-shadow: 0px 2px 8px #00000017;
  padding: 0 1rem 0;
  margin: 0 0 0rem;
  background-color: #fff;
}
section.related-product button.owl-dot.active span {
  width:1.4rem;
  height:1.4rem;
  display: inline-block;
  background: #273F85;
  margin: 5px;
  border-radius: 14px;
  box-shadow: 0px 3px 6px #00000029;
}
section.related-product button.owl-dot span {
  width:1.1rem;
  height:1.1rem;
  display: inline-block;
  background: #00000029;
  margin: 6px;
  border-radius: 14px;
}
section.related-product .owl-dots {
  text-align: center;
  padding-top: 4.8rem;
}
.discp.accordian-design .accordion-button {
    background-color: #273f85;
    color: #fff;
    padding: 2rem;
    font-size: 18px;
    font-weight: 500;
}
/* product details page css end */


.contact-content p{
    font-size: var(--font-18);
    word-spacing: 1px;
    padding-bottom: 7rem;
    margin: 0;
}
.contat-us-form .form-control {
    word-wrap: normal;
    font-size: 16px;
    color: #273F85;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #3333337a;
    width: 100%;
    padding: 1rem 0.8rem 0.5rem;
    margin-bottom: .5rem;
    line-height: normal;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.contat-us-form label {
    display: inline-block;
    font-size: 1.4rem;
    color: #000000;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 500;
}
.main-contat-us h2 {
    font-size: var(--font-24);
    font-weight: 600;
    display: block;
    padding-bottom: 4rem;
    margin: 0;
    color: var(--color-blue);
}

.contat-us-form .btn-blue{
    padding: 12px 30px;
    font-size: 21px;
    border-radius: 5rem;
    background-color: #273F85;
    border-color: #273F85;
    line-height: 25px;
    margin-top: 2rem;
    color: #fff;
    border: 1px solid #273F85;
    transition: 0.5s;
    display: inline-block;
}
.contat-us-form .btn-blue:hover{
    background-color: transparent;
    color: #273F85;
    border: 1px solid #273F85;
}
.moretext{
    display: none;
}
.moretext1{
    display: none;
}
.contact-details h5 {
    font-size: var(--font-18);
    color: var(--light-black);
    font-weight: 600;
    padding-bottom: 1rem;
    margin: 0;
}
.contact-details p {
    font-size: var(--font-16);
    margin: 0;
}
.contact-detail-cont {
    padding-bottom: 3rem;
}
.contact-detail-cont a {
    color: var(--color-blue);
}
.contact-detail-cont h4 {
    font-size: var(--font-21);
    padding-bottom: 1rem;
}
.contact-details {
    padding: 0 0 0 8rem;
}
.main-contat-us {
    padding-bottom: 8rem;
}
.login-page p {
    word-spacing: 1px;
    padding-bottom: 4rem;
    margin: 0;
}
.login-page .card-body {
    padding: 0;
}
.main-contat-us .contact-details h4 {
    font-size: var(--font-24);
    font-weight: 600;
    display: block;
    padding-bottom: 4rem;
    margin: 0;
    color: var(--color-blue);
}
.main-contat-us .form-group .custom-checkbox .custom-control-input,
.main-contat-us .custom-control-input{
    width: 19px;
    height: 19px;
    float: none;
    margin: 0;
    border: 1px solid #727272;
    border-radius: 5px;
    box-shadow: 0px 2px 3px #0000000F;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.main-contat-us .form-group .custom-checkbox .custom-control-input:checked{
    background-color: #273F85;
    border-color: #273F85;
    border: 1px solid #273F85;
}
/* .form-check-input:checked {
    background-color: #273F85;
    border-color: #273F85;
    border: 1px solid #273F85;
} */
.main-contat-us .main-form-ttl h2 {
    font-size: var(--font-30);
    color: var(--light-black);
}
.main-contat-us .form-group{
    margin-bottom: 2.5rem;
}
.main-contat-us .main-form-ttl {
    padding-bottom: 2rem;
}
.contat-us-form .error {
    color: red;
    font-size: 1.4rem;
    padding-left: 0;
    font-weight: 500;
}
.main-contat-us .form-group .custom-checkbox label,
.form-group.custom-input-grp label {
    margin: 0;
    padding: 0 0 0 1rem;
}
.main-contat-us .form-group .custom-checkbox,
.form-group.custom-input-grp {
    display: flex;
    align-items: center;
}


table.table :where(td, th){font-size: var(--font-16); padding: 1.2rem 1.5rem }



/* UI10051997 */
.search-form {position: relative; isolation: isolate;
    z-index: 55;}
.bar-form .suggestion{color: #000; text-align: left; font-size: 14px; padding: .8rem 1.5rem; cursor: pointer;}
.bar-form .suggestion:hover{background: #f5f5f5}
.bar-form #search-results1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: -1;
    padding-top: 3rem;
    overflow: hidden;
    padding-bottom: 3rem;
}
.bar-form #search-results {
    max-height: 250px;
    overflow-y: auto;
    padding: 1.5rem .5rem;
    scroll-behavior: smooth;
    position: relative;  
    padding-bottom: 0;  
}
.bar-form #search-results::-webkit-scrollbar{ width: 8px; position: absolute; right: 0; height: 100%; border-radius: .5rem; background-color: #aaa; -webkit-border-radius: .5rem; -moz-border-radius: .5rem; -ms-border-radius: .5rem; -o-border-radius: .5rem; }
.bar-form #search-results::-webkit-scrollbar-thumb {
    background: #273F85;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}



.side-bar .form-check{display: flex; align-items: flex-start; justify-content: flex-start; column-gap: 0rem;}


.cart-wrapper td img{width: 50px; height: 50px;}

.related-product .owl-stage{display: flex; }
.related-product .owl-stage .item{height: 100%; display: flex; flex-direction: column;}
.related-product .owl-stage .item .inner-content{margin-top: auto}
.related-product .owl-stage  .inner-content a{color: var(--light-black);}
/* UI10051997 end */


.for_table_only tr {
    vertical-align: middle;
    text-align: center;
}
.for_table_only tr i.fas.fa-times {
    padding: 0.4rem;
    line-height: 1.8;
}




.overlay-content .product-list li {
    position: relative;
}

.overlay-content .product-list li:before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #8ea4e7;
    border-radius: 1rem;
    left: -2rem;
    top: 0.6rem;
}

.overlay-content .product-list ul {padding-left: 2rem;}

.login-page .card-body .needs-validation h3 a {
    color: #273F85;
    display: block;
    padding-bottom: 2rem;
}
/* .table-responsive.for_table_only table.table :where(td, th){border: 1px solid #333333;} */

/* 
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  
  #video-popup-close:hover {
    color: #DE0023;
  } */

  .aboutus_sec2.cancell .infotech_people {
    max-width: 100%;
}
.aboutus_sec2.cancell .product-range {
    padding-top: 4rem;
}
.aboutus_sec2.cancell {
    padding-bottom: 7rem;
}
.btn-prime{
    background: #273F85 !important;
    color: white !important;
}
.btn-prime:hover{
    background: #6A88E1 !important;
    color: white !important;
}

.listing-icon .wishlist-icon.whish-white:hover .fa-solid {
   color: white;
}