
.bannerHeader {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
   padding-top:78px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    padding: 0 10px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: 0;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 2px solid #fff;
    opacity: 9;
    transition: opacity .6s ease;
    color: #fff;
    background: none;
    font-weight: 300;
    padding-bottom: 6px;
}
.carousel-indicators a { text-decoration: none; }
.carousel-indicators a.active { border-bottom: 2px solid #ff0000; }
.carousel-inner {
    text-align: center;
}
.carousel-indicators {
    margin-bottom: 74px;
}
.searchBox {
    max-width: 1020px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    padding: 20px;
    height: 108px;
    padding-left: 0;
    margin-top: -50px;
    z-index: 99;
    position: relative;
    border-radius: 6px;
}
.searchBox .form-group {
    width: 20%;
    float: left;
    margin-left: 20px;
}
a.searchFilter {
        background: #EB002B;
    color: #fff;
    padding: 9px 19px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 24px;
    display: inline-block;
    font-size: 16px;
}
a.searchFilter:hover { background: #ce0228; }
.searchBox .form-group select {
    height: 44px;
    font-size: 16px;
}
.searchBox .form-group label {
    font-size: 12px;
    font-weight: 400;
    color: #334155;
    margin-bottom: 4px;
}
.bgGrey {
    background: #FBFBFB;
}
h2 {
    font-size: 30px;
    color: #334155;
}
h2 span{ color: #EB002B; }
.findyour {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
    display: flow-root;
}
.findyour ul li .selectPro {
    width: 100px;
    height: 90px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0px auto;
}
.findyour ul li a:hover .selectPro { box-shadow: 0px 4px 10px #eb002b29;}
.findyour ul li a:hover .categoryRow {color: #EB002B;}

.findyour ul li {
    float: left;
    list-style: none;
    width: 130px;
}
.findyour ul {
    margin: 0px auto;
    padding: 0px;
    max-width: 300px;
        margin-top: 20px;
}
.findyour ul li:last-child { margin-right: 0px; }
.categoryRow {
    text-align: center;
    display: inline;
}
.findyour ul li a {
    color: #334155;
    text-decoration: none;
    font-size: 14px;
}
.themost {
    padding: 60px 0;
}

.themost h2 {
    text-align: center;
}
.productList {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}
ul.nav.nav-tabs {
        margin: 0px auto;
    border-bottom: none;
    display: inline-block;
    text-align: center;
}
ul.nav.nav-tabs li { float: left; }
ul.nav.nav-tabs li button.nav-link {
    border: none;color: #64748B; padding: 14px 14px 10px; background: none;
}
button.nav-link.active {
    color: #EB002B !important;
    border-bottom: 2px solid #EB002B !important;
}
.sliderbty .productCls h3 {
        font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    max-width: 212px;
    position: relative;
    line-height: 20px;
}

.sliderbty .productCls h3 a {font-size: 14px;
    font-weight: 600;
    border: none;
    text-align: left;
    color: #334155;
    line-height: 22px;
    height: auto;
    overflow: hidden;}

.sliderbty .productCls h3 a:hover { background: none; color: #334155; }


.sliderbty .productCls a {
    color: #EB002B;
    text-decoration: none;
    border: 1px solid #EB002B;
    display: block;
    text-align: center;
    border-radius: 6px;
    line-height: 28px;
}
.sliderbty .productCls a:hover { background:#EB002B; color: #fff; }

button.slick-next.slick-arrow
{   background: url(../images/rightArrow.svg) no-repeat;
    width: 40px;
    height: 40px;
}
.slick-next:before {
    content:none;
}
.slick-next {
    right: -55px
}

button.slick-prev.slick-arrow
{   background: url(../images/leftArrow.svg) no-repeat;
    width: 40px;
    height: 40px;
}
.slick-prev:before {
    content:none;
}
.slick-prev {
    left: -55px
}
ul.slick-dots {
    display: none !important;
}

.productCls h3 span {
    background: url(../images/favoriteunactive.svg) no-repeat;
    width: 20px;
    height: 20px;
    padding: 0px 20px 0 0;
    position: absolute;
    right: -24px;
    top: 0px; cursor: pointer;
}
.productCls h3 span.active {
    background: url(../images/favoriteactive.svg) no-repeat;
    width: 20px;
    height: 20px;
    padding: 0px 20px 0 0;
    position: absolute;
    right: -24px;
    top: 0px;
}

.viewallbutton {
    width: 100%;
    text-align: center;
}
.viewallbutton a {
    color: #001B72;
    text-decoration: none;
    border: 1px solid #001b7242;
    padding: 8px 20px;
    border-radius: 6px;
}
.viewallbutton a:hover {
    background: #001b720d;
}
.viewallbutton a img {
    margin-left: 8px;
}
.productList.whitebox .sliderbty .productCls { background: #fff;}



.productList.whitebox .sliderbty button.slick-next.slick-arrow
{   background: url(../images/rightArrowWhite.svg) no-repeat;
    width: 40px;
    height: 40px;
}

.productList.whitebox .sliderbty button.slick-prev.slick-arrow
{   background: url(../images/leftArrowWhite.svg) no-repeat;
    width: 40px;
    height: 40px;
}
.ads1 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: -20px;
}
.themost.mgn50 {
    padding-bottom: 40px;
}

.brandlogosBox {
    width:89%;
    display: flow-root;
    margin: 0px auto;
    margin-top: 12px;
}
.brandlogosBox a {     font-size: 14px;
    color: #334155; text-decoration: none; }
.brandlogosBox .brandbox {
    float: left;
    width: 175px;
    margin-right: 20px;
    border: 1px solid #E2E8F0;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 12px;
    background: #fff;
}

.brandlogosBox .brandbox:hover {
    border: 1px solid #eb002b29;
}
.brandlogosBox a:hover {color:#EB002B}

.brandlogosBox .brandbox span {
    display: block;
    margin-top: 10px;
}
.brandlogosBox .brandbox:nth-child(6) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(12) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(18) {
  margin-right: 0px;
}

.brandlogosBox .brandbox:nth-child(24) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(30) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(36) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(42) {
  margin-right: 0px;
}

.brandlogosBox .brandbox:nth-child(48) {
  margin-right: 0px;
}

.brandlogosBox .brandbox:nth-child(54) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(60) {
  margin-right: 0px;
}

.sliderbty .productCls p {
    max-width: 236px;
    margin-bottom: 16px;
    overflow: hidden;
}

.sliderbty .productCls span {
    margin-top: 4px;
    display: block;
    margin-bottom: -14px;
    color: #EB002B;
    font-size: 12px;
}
.sliderbty .productCls span i { color: #334155; }
.storiesSection .sliderbty .productCls {
    border: none;
    padding: 0px;
    border-radius: 0;
    text-align: left;    position: relative;
}


.storiesSection .slick-slide {
    margin: 0px 15px;
}
.boxoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0) 100%);
}
.containtBtm {
    position: absolute;
    bottom: 30px;
    padding: 0 18px;
}
.containtBtm p{
    color: #fff;
    font-size: 16px;
        margin-bottom: 0px;
}
.containtBtm a{
    color: #fff !important;
    font-size: 16px !important; text-align: left !important; border: none !important;
        margin-bottom: 0px;line-height: 22px !important;
}
.containtBtm a:hover {background: none !important;}

.containtBtm span{
    color: #fff !important;
    font-size: 14px !important;
        margin-top: 10px !important;
}
.containtBtm span i{
    color: #EB002B !important;
}
.containtBtm span i {
    color: #EB002B !important;
    font-weight: 500;
    font-style: initial;
}

.aboutus {
    padding: 60px 0;
}
.aboutus a {
    color: #334155;
    text-decoration: underline;
}
.aboutus a:hover { text-decoration: none; }
.aboutus h2 i {
    font-style: normal; color: #EB002B;
}

.aboutus h2 {
    font-size: 20px;
}

.aboutus h2 span{
    color: #001B72;
}

.upArrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.productList.whitebox .sliderbty button.slick-next.slick-arrow:hover {
    box-shadow: 0px 4px 10px #eb002b29;
    border-radius: 40px;
}

.productList.whitebox .sliderbty button.slick-prev.slick-arrow:hover {box-shadow: 0px 4px 10px #eb002b29;
    border-radius: 40px;}




/*Slider*/
.slider {
    width: 91%;
    margin: 20px auto;
}

.slick-slide {
  margin: 0px 14px;
}

.slick-slide img {
  width: 100%;
  max-width: 235px;
  border-radius: 6px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}    

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}
.sliderbty .productCls {
    border: 1px solid #F1F5F9;
    padding: 18px;
    border-radius: 10px;
    text-align: left;
}
/*Slider*/



#selectcity .modal-body h4 {
    font-weight: 400;
    font-size: 16px;margin-bottom: 18px;
}

#selectcity .modal-body {
    padding: 40px 30px;
}
#selectcity .modal-body button.btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}













/* mobile Media Css Start Here 320 -767 */
@media screen and (max-width:767px) and (min-width:320px) { 
 .searchBtn {
    margin-top: 12px;
    display: inline-block;
}


#selectcity .modal-body select {
    font-size: 14px;
}
#selectcity .modal-body h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
    padding: 0px 10px;
    text-align: center;
    line-height: 21px;
}


h2 {
    font-size: 22px;
}
.ads1 img {
    width: 100%;
}
.slick-prev {
    left: -24px;
    z-index: 9;
}
.sliderbty .productCls {
    padding: 12px;
}
.slick-slide {
    margin: 0px 8px;
}
.slick-next {
    right: -24px;
}
.themost {
    padding: 35px 0 45px;
}
.brandlogosBox .brandbox img {
    height: 36px;
}
.brandlogosBox {
    width: 98%;
    display: flow-root;
    margin: 0px auto;
    margin-top: 18px;
        margin-bottom: -20px;
}
.brandlogosBox .brandbox:nth-child(3) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(6) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(9) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(12) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(15) {
  margin-right: 0px;
}
.brandlogosBox .brandbox:nth-child(18) {
  margin-right: 0px;
}
.brandlogosBox .brandbox { width:28%; }

.findyour ul {
    width: 300px;
}
.findyour ul li {
    margin-bottom: 20px;width: 148px;
}
.findyour {
    padding-bottom: 10px;margin-top: 30px;
}
.findyour ul li .selectPro {
    width: 134px;}

.themost.mgn50 {
    padding-bottom: 10px;
}
ul.nav.nav-tabs li button.nav-link {
    padding: 14px 0px 8px;
    margin-right: 15px;
}
ul.nav.nav-tabs li:last-child button.nav-link { margin-right: 15px;}
.ads1 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -10px;
}

.carousel-item img {
    width: 130%;
}
.searchBox {
    height: auto;padding-right: 12px;
}

.searchBox .form-group {
    width: 42%;
    float: left;
    margin-left: 20px;margin-bottom: 10px;
}
a.searchFilter {
    margin-top: 6px;
}
.searchBox {
    margin-top: 50px;}

.carousel-indicators a.active {
    border: 2px solid #ff0000;
    width: 0px;
    height: 10px;
    background: #ff0000;
    font-size: 0px;
    border-radius: 50px;
}
.carousel-indicators a {
    border-bottom: 2px solid #000;
    width: 0px;
    height: 10px;
    font-size: 0px;
    border-radius: 50px;
}
.carousel-indicators {
    margin-bottom: -30px;
}

.carousel-indicators [data-bs-target] {
    padding: 0 5px;
    margin-right:0px;
    border: 2px solid #ccc;
}

.sliderbty .productCls p {
    max-width: 166px;
}
.sliderbty .productCls h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 14px;
    max-width: 150px;
    position: relative;
    line-height: 20px;
}
.sliderbty .productCls span {margin-top: 1px;}
.sliderbty .productCls {
    width: 200px !important;
}

.bannerHeader {
    padding-top: 124px;
}

.scrollingDiv ul li {
    display: inline-block;
    padding: 10px 4px;
    float: none !important;
}

.scrollingDiv ul {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

ul.nav.nav-tabs li { float: left; }


}
















