

body, h1, h2, h3, h4, h5, h6, p, ol, ul, input, select {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-family: 'Raleway';
}


.container {
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4rem 93px;
}

img { 
    width: 100%;
    max-width: 1903px;
    height: auto;
    display: block;
}


h1 {
    font-size: 28.22px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 700;
    color: #2d3353;
    letter-spacing: 4.376px;
}

h2 {
    font-size: 28.22px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 1rem !important;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 700;
    color: #2d3353;
    letter-spacing: 5.376px;
}


h3 {
    font-size: 17.55px;
    line-height: 24.9px;
    text-transform: uppercase;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 700;
    letter-spacing: 3.264px;
    color: #555555;
}


h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 1rem !important;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 700;
     letter-spacing: 0.1rem;
    color: #272727;
}

h5 {
    font-size: 14.23px;
    letter-spacing: 2.688px;
    margin: 0 0 1rem !important;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 700;
    color: #272727;
}


h6 {
    font-size: 11.86px;
    letter-spacing: 2.112px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 700;
    color: #272727;
}


p{
    font-size: 9.96px;
    line-height: 16px;
    margin: 0 0 1rem !important;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 400;
    letter-spacing: 3px;
     color: #000;
    letter-spacing: 1px;
}

a{
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 400;
}

.twoCol {
    display: flex;
}

.twoCol .col {
    min-width: 50%;
}

.threeCol {
    display: flex;
    flex-wrap: wrap;
}

.threeCol .col {
    flex: 1;
    margin-right: 20px;
    min-width: 0;
}


.buttonCon {
    background: #555555;
    color: #fff;
    font-size: 14.7px;
    letter-spacing: 2.688px;
    padding: 13px 20px!important;
    transition: color ease-out .3s;
    display: block;
    text-transform: uppercase;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

input:focus{
    outline: none;
}


.input, textarea{
    display: block;
    border:none;
    padding: 9px 10px;
    box-sizing: border-box;
    color: #2d3353;
    font-size: 11.56px;
    line-height: 20px;
    width: 100%;
    background-color: #eeeeee;
    letter-spacing: 2.112px;
}

.input::placeholder, textarea::placeholder{
    font-size: 11.56px;
    line-height: 20px;
    letter-spacing: 2.112px;
    font-family: 'Raleway';
    font-weight: 400;
}


::-webkit-input-placeholder { font-size: 11.56px;
    line-height: 20px;
    letter-spacing: 2.112px;

} 

::-moz-placeholder { font-size: 11.56px;
    line-height: 20px;
    letter-spacing: 2.112px;

} 

:-ms-input-placeholder { font-size: 11.56px;
    line-height: 20px;
    letter-spacing: 2.112px;} 

:-moz-placeholder{font-size: 11.56px;
    line-height: 20px;
    letter-spacing: 2.112px;}

.error {
    color: red;
    font-size: 10px;
    letter-spacing: 2.688px;
    opacity: 1;
}



.overlay.active {
    opacity: 1;
    visibility: visible;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    position: absolute;
    z-index: 10;
    background: #c6b175;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    background: url(../images/filter-close-icon.png) no-repeat 0 center;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transform: rotate(0);
    transition: transform ease-in-out 0.3s;
}

.close:hover {
  transform: rotate(90deg);
}

.headdingwrapper{
    margin-bottom: 92px;
    text-align: center;
}


.hoverDetailsSection {
    display: none;
    position: absolute;
     background-color: rgba(255,255,255,0.58);
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    top: 0;
    text-align: center;
}

.hoverDetailsSection .DetailsSection {
    width: 60%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    float: right;
}

.breadcrumb li {
    margin-right: 10px;
    font-size: 12.68px;
    line-height: 24.9px;
    letter-spacing: 2.304px;
    color: #a8a8a8;
    font-weight: 600;
    font-family: 'Raleway';
}

.breadcrumb li a {
    color: #a8a8a8;
    font-size: inherit;
    font-weight: inherit;
}

.breadcrumb li:before {
    background: url(../images/breadcrumb.png) no-repeat left 4px;
    padding-left: 10px;
    content: '';
}

.blackColor{
    color:#000;
}

.tagLine{
    font-size: 11.86px;
    letter-spacing: 2.112px;
    padding: 0;
    list-style: none;
    font-family: 'Raleway';
    font-weight: 400;
    color: #272727;
}

/********************************************************/


.mainHeader {
    position: fixed;
    z-index: 2;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 100%;
    background: #fff;
    top: 0px;
}


.mainHeader .container {
    display: flex;
    align-items: center;
    padding: 0 93px;
    box-sizing: border-box;
     height: 84px;
}

.mainHeader .upperNav{
    background: #2d3353;
    display: flex;
    font-size: 11.87px;
    line-height: 20px;
    padding: 0 93px;
}

.mainHeader .upperNav .innerUpperNav{
    margin-left: auto;
}

.mainHeader .logo{
    max-width: 65px;
    padding: 8px 0;
}

.mainHeader .mainNav {
    margin-left: 96px;
}


.mainHeader nav, .mainHeader .social {
    display: flex;
    font-size: 16px;
    line-height: 20px;
}

.mainHeader nav ul, .mainHeader .upperNav ul{
    display: flex;
    align-items: center;
}

.mainHeader nav li, .mainHeader .upperNav li{
    margin-right: 23px;
}

.mainHeader nav li{
    margin-right: 45px;
    margin-top: 42px;
    margin-bottom: 18px;
    position: relative;
}

.mainHeader .upperNav li:last-child{
    margin-right: 0px;
}

.mainHeader .upperNav a{
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600;
    letter-spacing: 0.61px;
}

.mainHeader nav a {
    color: #565656;
    display: block;
    text-transform: uppercase;
    padding: 0px 0;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    font-size: 14.23px;
    letter-spacing: 0.78px;
}

.mainHeader nav a.active{
    border-bottom: 1.5px solid #565656; 
}

.mainHeader nav a:hover{
    border-bottom: 1.5px solid #565656;
}

.searchBox .box {
    position: relative;
    margin-right: 0px;
    margin-top: 42px;
    margin-bottom: 22px;
}

.searchBox ul{
    display: flex;
    align-items: center;
}

.searchBox ul li{
    margin-right: 20px;
}
.m99Logo{
    /*max-width: 100px;*/
    padding: 22px 0 0 0;
}
.searchBox{
    margin-left: auto;
}

.search {
    width: 200px;
    max-width: 0;
    padding: 0px 0rem;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: 30px;
    box-sizing: border-box;
    opacity: 0;
   font-size: 14.23px;
    letter-spacing: 0.78px;
    font-weight: 600;
}

.search ::placeholder{
    font-size: 14.23px;
    letter-spacing: 0.78px;
    font-weight: 600px;
}


.searchBox .icon {
    width: 15px;
    height: 15px;
    background: url(../Images/serch.png);
    right: 0;
    overflow: hidden;
}

.searchBox .search.expanded {
    max-width: 135px;
    opacity: 1;
    border-bottom: 1px solid #2d3353 !important;
    border: none;
    background: none;
    color: #2d3353;
    font-size: 14.23px;
    letter-spacing: 0.78px;
    font-weight: 600;
}


.dropDown .dropDownContent {
       position: absolute;
       background: rgba(255, 255, 255, 0.8);
       top: calc(100% - 0px);
       left: 0%;
       padding-top: 27px;
       opacity: 1;
       visibility: hidden;
       z-index: 1;
       border: 0px;
       width:auto;	
       display:block;
}

.dropDown .twoCol {
       width: 380px;
}

.dropDown .threeCol {
       width: 540px;
}
	
 .dropDown .dropDownContent li{
     margin-right:0px;
     display:flex;
     align-items: center;
     float: left;
     margin-top: -11px;
    margin-bottom: 0px;
     width: 180px;
 }

.dropDown .dropDownContent li a {
    padding: 10px 15px;
    color: #565656;
    font-size: 11.23px;
    letter-spacing: 0.78px;
    border-bottom: 0;
}

.dropDown .dropDownContent a:hover {
    color: #072373;
    background: none; 
    border-bottom: 0;
}

.dropDown:hover, .dropDown.active {
    background: none; 
}

.dropDown.active a {
      color: #072373; 
}
    
.dropDown:hover .dropDownContent, .dropDown.active .dropDownContent {
      visibility: visible;
      opacity: 1;
}
	  
	  
.dropDownContent{
    display:block;
}
	  
.dropDown .dropDownContent ul{
    display: block !important;
    align-items: center !important;
}


.menu-overlay2 {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    display: none;
}

.menu-overlay2.active{
    display: block;
}
/***********************************************/

.mainBannerSlider{
    margin-top: 115px;
}

.mainBannerSlider .bx-wrapper .bx-prev {
    right: -20px;
    background: url(../images/right-control.png) no-repeat 5px 0;
}

.mainBannerSlider .bx-wrapper .bx-next {
   
    background: url(../images/left-control-Icon.png) no-repeat 83px 0;
}

.mainBannerSlider .bx-wrapper .bx-controls-direction a{
    width: 100px;
    height: 100px;
    z-index: 1;
}

.latestArrivals .bx-wrapper {
    border: none !important;
    box-shadow: none !important;
    margin-bottom:0 !important;
}
.mainBannerSlider .bx-wrapper {
    border: none !important;
    box-shadow: none !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    width: auto;
    background: none;
    left: 50%;
    padding: 5px;
    border-radius: 50px;
    transform: translateX(-50%);
}

.mainBanner .bannerContent {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
}

.mainBanner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2d3353;
}

.mainBanner .bx-wrapper .bx-pager.bx-default-pager a, .mainBanner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    width: 30px;
    height: 4px;
    background: #d3d2d1;
    border-radius: 0px;
    cursor: pointer;
}
/****************************************/
.largestStoreChain{
    background-image: url(../images/indiamap.png);
    background-position: 54% 30px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 108px;
    background-size: 340px 336px;
    position: relative;
    opacity: 0.85;
}

.largestStoreChain h2{
    margin: 0 0 14px !important;
    line-height: 28.22px;
}

.largestStoreChain h2, .largestStoreChain h4{
    color: #333 !important;
}

.largestStoreChain h4{
    letter-spacing: 0.5rem;
    font-weight: 400;
    letter-spacing: 2.688px;
    font-size: 14.7px;
    margin-bottom: 79px !important;
}


.largestStoreChain  a{
    background: #2d3353;
    width: 227px;
    margin-top: 2rem;
    color: #fff;
    font-size: 14.7px;
    font-weight: 400;
    padding: 10px 30px;
    letter-spacing: 2.688px;
    text-transform: uppercase;
}
/*******************************/

.greatFind{
    position: relative;
}


.greatFind .col{
    padding: 1rem;
}



.twoCol .leftCol .twoCol .rightCol{
    padding-right: 0;
    padding-bottom: 0;
}

.twoCol .leftCol .twoCol .leftCol{
    min-width: 37.5%;
}

.twoCol .imgCon1{
    
}

.twoCol .imgCon2{
    width: 328px;
    height: 345px;
    overflow: hidden;
}

.twoCol .imgCon2 img{
    overflow: hidden;
    height: 345px;
}


.twoCol .imgCon3{
    width: 228px;
    height: 345px;;
}

.twoCol .imgCon3 img{
    overflow: hidden;
}


.twoCol .rightCol .twoCol .leftCol{
    padding-left: 0;
    padding-top: 0;
}


.twoCol .rightCol .twoCol .rightCol .buttonCon{
   background: #2d3353;
}

.twoCol .rightCol .twoCol .rightCol{
    padding-right: 0;
}

.twoCol .rightCol .twoCol .rightCol p{
    letter-spacing: 2.688px;
    margin: 0 0 0rem !important;
    font-size: 14.7px;
    line-height: 20px;
}

.twoCol .rightCol .twoCol .rightCol .buttonCon{
    margin-top: 43px;
}

.twoCol .rightCol .twoCol .rightCol .buttonCon a{
    color: #fff;
    font-weight: 400px;
}

/********************************************/

.latestArrivals li img {
    margin-bottom: 2rem !important;
    width: auto;
    margin: 0 auto;
}

.latestArrivals .contentWrapper h4, .hoverDetailsSection h4 {
    font-size: 11.86px;
    letter-spacing: 2.112px;
    margin: 0 0 0!important;
    color: #272727;
}

/********************************************/

.getInspired{
    position: relative;
    margin-bottom: 3rem;
    margin-top: 44px;
}

.getInspired .col img{
    width: 100%;
}

.getInspired .col{
    position: relative;
}

.getInspired .col .buttonCon{
    margin: 0 auto;
}

.getInspired .col .buttonCon{
    background: #fff;
    max-width: 300px;
    width: 300px;
}

.getInspired .col .buttonCon{
    color: #2d3353;
}

.getInspired .twoCol .leftCol{
    border-right: 1px solid #fff;
}

.getInspired .twoCol .leftCol .wrapper{
    position: absolute;
    top: 50px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.getInspired .twoCol .leftCol .buttonCon, .getInspired .twoCol .rightCol .buttonCon{
    position: absolute;
     top: 50%;
    left: 27%;
    margin-top: 60px;
}

.getInspired .twoCol .rightCol .wrapper{
    position: absolute;
    top: 50%;top: 50px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.getInspired .col .wrapper h2, .getInspired .col .wrapper p{
    color: #fff;
}

.getInspired .col .wrapper h2{
    margin: 0 0 60px !important
}

.getInspired .col .wrapper p{
    padding: 0 13rem;
    font-size: 14.23px;
    letter-spacing: 2.688px;
    line-height: 23px;
}

.getInspired .twoCol .rightCol .logoArea{
    margin-bottom: 1rem;
}

.getInspired .twoCol .rightCol .logoArea ul{
    display: flex;
    align-items: center;
    padding: 0 12rem;
}

.getInspired .twoCol .rightCol .logoArea ul li{
    border-right: 2px solid #fff;
    padding-right: 20px;
}


.getInspired .twoCol .rightCol .logoArea ul li:last-child{
    border-right: none;
    padding-right: 0px;
    padding-left: 20px;
}
/***************************************/

.connectWithUs{
    position: relative;
}

.connectWithUsCol .col{
    margin-right: 30px;
    margin-bottom: 20px;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    text-align: center;
}

.connectWithUsCol .col:last-child{
    margin-right: 0;
}


.connectWithUsCol .col img{
    width: auto;
    margin: 0 auto;
    margin-bottom: 76px !important;
}

.connectWithUsCol h4{
    font-size: 11.15px;
    letter-spacing: 2.112px;
    margin: 0 0 0!important;
}

.connectWithUsCol .col:first-child p{
    padding: 0px 85px;
}

.connectWithUsCol .col:nth-child(2) p{
    padding: 0px 49px;
}

.connectWithUsCol .col:nth-child(3) p{
    padding: 0px 49px;
}

/*************************************/

.weeklyOffers  .imageCarousel img{
    margin-bottom: 1rem;
}


.weeklyOffers .imageCarousel .item:hover .hoverDetailsSection {
    display: flex;  
}



.weeklyOffers .contentWrapper{
    text-align: center;
}

.weeklyOffers .contentWrapper h4, .hoverDetailsSection h4{
    font-size: 11.15px;
    letter-spacing: 2.112px;
    margin: 0 0 0!important;
    color: #272727;
}

.weeklyOffers .contentWrapper p{
    color: #2d3353;
    padding: 0 2.5rem;
}

.latestArrivals .bx-wrapper .bx-next{
    right: -19px;
    background: url(../images/left-control-Icon.png) no-repeat -5px 0;
}

.latestArrivals .bx-wrapper .bx-prev{
    right: -20px;
    left: -20px;
    background: url(../images/right-control.png) no-repeat 5px 0;
}

.weeklyOffers .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    outline: 0;
    width: 16px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
}

.weeklyOffers .hoverDetailsSection{
    height: 80%;
}

/*************************************/
.findStore{
    position: relative;
}

.findStore .container{
    padding: 0rem 36px 41px;
}

.findStore .wrapper{
   background: #2d3353;
    padding: 1rem 0;
}

.findStore .wrapper img{
    width: auto;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.findStore .wrapper h2{
    color: #fff;
    text-align: center;
}

/*****************************************/

.pageFooter {
    padding: 0;
    text-align: left;
}

.pageFooter ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
}

.pageFooter ul li.linksSec a.active, .pageFooter ul li.linksSec a:hover{
    color: #2d3353;
    border-bottom: 1px solid #2d3353;
}

.pageFooter ul li ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: calc(30% - 15px);
    padding-bottom: 1.2rem;
}

.pageFooter ul li.linksSec {
    width: 50%;
}

.pageFooter ul li.newsletterSec{
     width: 29%;
}

.pageFooter ul li.socialSec{
     width: 15%;
    text-align: center;
    margin-right: 0;
}

.pageFooter ul li ul {
    padding-bottom: 3.4rem;
}

.pageFooter .newsletterSec ul{
    padding-bottom: 0.2rem;
}
.pageFooter .newsletterSec input{
        height: 30px;
}
.pageFooter h6 {
    font-size: 11.87px;
    letter-spacing: 5.376px;
    color: #2d3353;
    margin-bottom: 0.5rem !important;
    font-family: 'Raleway';
    font-weight: 700;
}

.pageFooter ul li ul li {
    display: block;
    margin-right: 0;
    font-size: 11.15px;
    letter-spacing: 2.112px;
    font-weight: 400;
    line-height: 18px;
}

.pageFooter ul li ul li a{
   color: #272727;
}

.pageFooter .newsletterSec ul li, .pageFooter .newsletterSec ul{
     display: flex;
    width: 100%;
}

.pageFooter .newsletterSec li a{
    margin-bottom: 0 !important;
    color: #fff !important;
    padding: 6px 20px !important;
    font-size: 11.56px;
    height: 30px;
}

.pageFooter .socialSec li a {
    color: #555555;
    font-size: 1rem;
    line-height: 2rem;
}

.pageFooter .socialSec ul{
    display: flex;
    width: 100%;
    justify-content: center;
}

.pageFooter .socialSec ul li{
    margin-right: 1rem;
}


/**********************************************/

.contactPage{
    position: relative;
    padding: 180px 89px 89px 93px;
}

.contactPage .twoCol .leftCol {
    min-width: 30%;
}

.contactPage .twoCol .rightCol {
    min-width: 70%;
}

.contactPage h1{
    margin: 0 0 48px !important
}

.contactPage  h4{
    margin: 0 0 25px !important;
}

.contactPage  p{
    font-size: 14.23px;
    letter-spacing: 2.688px;
    line-height: 24px;
    padding-right: 130px;
    margin:0 0 34px !important;
}

.contactPage .venderForm ul li{
    margin-bottom: 2rem;
    margin-right: 23px;
    float: left;
    width: 60%;
}

/******************************************/

.aboutPage{
    margin-top: 180px;
}

.aboutPage .headdingArea{
    background: #eeeeee;
    height: 77px;
    text-align: center;
}

.aboutPage .headdingArea h2{
    margin: 0 0 10px !important;
    padding-top: 8px;
}

.headdingArea img{
    max-width: 65px;
    margin: 0 auto;
}

.aboutPage .wrapper{
    margin-top: 140px;
    text-align: justify;
    padding: 0 248px;
}

.aboutPage .wrapper h2{
    margin: 0 0 42px !important;
}

.aboutPage .wrapper p{
    font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 37px !important;
}


.underline{
    width: 127px;
    border: 1px solid #2d3353;
    display: block;
    margin-top: 50px !important;
    margin-bottom: 63px !important;
    margin: 0 auto;
}

.aboutPage .wrapper h1{
    margin: 0 0 34px !important;
    font-size: 34.22px;
    line-height: 35px;
}

.aboutPage .twoCol{
    margin-top: 14px;
    margin-bottom: 115px;
}

.aboutPage .twoCol .col{
    position: relative;
}

.aboutPage .twoCol .col .wrapperCol{
    position: absolute;
    bottom: 25px;
    left: 247px;
}

.aboutPage .twoCol .col .wrapperCol h2{
    text-align: center;
}

.redColor{
    color: #fe5959;
}

.whiteColor{
    color: #fff;
}


.aboutPage .wrapper ul{
    list-style: disc;
    text-align: left;
    margin-bottom: 37px;
}

.aboutPage .wrapper ul li{
    font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 10px !important;
    font-family: 'Raleway';
    font-weight: 400;
    letter-spacing: 1.728px;
}

.aboutPage .wrapper ol{
    list-style: decimal;
    text-align: left;
     margin-bottom: 37px;
}

.aboutPage .wrapper ol li{
    font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 37px !important;
    font-family: 'Raleway';
    font-weight: 400;
    letter-spacing: 1.728px;
}


/*************************************/

.productPage{
    margin-top: 180px;
}

.productPage .headdingArea{
    text-align: center;
    margin-bottom: 70px;
}

.productPage .fourCol{
    padding: 0 182.5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fourCol{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fourCol .col{
    margin-right: 20px;
    margin-bottom: 40px;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
}

.fourCol .col .imgCon{
    margin-bottom: 21px;
}


.fourCol .wrapper{
    text-align: center;
}


/**********************************************/

.searchPage{
   margin-top: 200px;
}

.serchContent{
    padding: 0  93px;
}

.serchContent .wrapper span{
    color: #737373;
}

.serchContent .wrapper{
    width: 100%;
    max-width: 205px;
    margin-bottom: 60px;
}

.serchContent .input {
    width: 100%;
    border-bottom: 1px solid #2d3353;
    padding: 20px 0;
    font-size: 14.23px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d3353;
    font-family: 'Raleway';
    background: #fff;
}

.serchContent ul li {
    margin-bottom: 2rem;
    display: flex;
}

.serchContent ul li img {
    margin: 0px 25px 0px 0px;
    max-width: 120px;
    max-height: 120px;
    border: 1px solid #ccc;
}

.serchContent .searchContentWrapper h3{
  color: #2d3353;
    margin: 0 0 20px !important;
}

.serchContent .searchContentWrapper p{
    letter-spacing: 2.688px;
    margin: 0 0 0rem !important;
    font-size: 14.7px;
    line-height: 20px;
}

.searchPage .fourCol .col .imgCon{
    width: auto;
    height: auto;
}

.searchPage .serchContent .fourCol .col .wrapper{
    max-width: 100%;
}

/*************************************************/

.productDetailPage{
    margin-top: 180px;
}

.productDetailPage .owl-nav{
    display: none;
}

.productDetailPage .owl-carousel.productDetailCarousel{
    display: none;
}

.productDetailPage .owl-theme .owl-dots .owl-dot.active span, .productDetailPage .owl-theme .owl-dots .owl-dot:hover span{
    background: #2d3353;
}

.productDetailPage .wrapperArea{
    padding-top: 4rem;
    padding-left: 232px;
    padding-right: 188px;
    padding-bottom: 4rem;
}

.productDetailPage .small-img{
    transform: rotate(90deg);
}

.productDetailPage .small-container .show-small-img{
    transform: rotate(270deg);
    margin-right: 34px;
}


.productDetailPage .small-container{
    top: 164px;
}

.productDetailPage .small-img{
    margin-top: 119px;
}


.productDetailPage .small-img .icon-left, .productDetailPage .small-img .icon-right{
    top: 185px;
    margin: 0;
    transform: rotate(270deg);
}

.productDetailPage .small-img .icon-right{
   right: -32px; 
}

.productDetailPage .small-img .icon-left{
    right: -32px;
    top: 225px;
}

.threeCol .firstCol{
    max-width: 80px;
    width: 80px;
}

.productDetailPage .threeCol .col .wrapper{
	padding-left: 30px;
}


.threeCol .col .wrapper h2{
    font-weight: 600;
    margin:0 0 38px !important;
}

.threeCol .col .wrapper h5{
    margin: 0 0 26px !important;
    font-weight: 400;
}


.threeCol .col .wrapper h5 span{
    text-transform: capitalize;
}











/********************************************************/

.imglist {
  font-size: 0;
}

.imglist a:last-of-type {
  margin-right: 0; 
}

.imglist a img {
  vertical-align: top;
}

.fancybox-active {
	height: auto
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}
.fancybox-container * {
	box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-toolbar {
	right: 0;
	top: 0
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden
}
.fancybox-slide {
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px 44px 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0 0
}
.fancybox-slide--image:before {
	display: none
}
.fancybox-slide--html {
	padding: 6px 6px 0
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 44px;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}
.fancybox-slide--html .fancybox-content {
	margin: 0 0 6px
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-container [data-selectable=true] {
	cursor: text
}
.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: calc(100% - 44px);
	overflow: visible;
	padding: 0;
	width: 100%
}
.fancybox-slide--video .fancybox-content {
	background: #000
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff
}
.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: 100%
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}
.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:hover {
	color: #fff
}
.fancybox-button:focus {
	outline: none
}
.fancybox-button.fancybox-focus {
	outline: 1px dotted
}
.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}
.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}
.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
	display: none
}
.fancybox-button--play,.fancybox-button--thumbs,.fancybox-button--zoom{display: none !important;}
.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
	z-index: 99998
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}
.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}
.fancybox-navigation .fancybox-button {
	background: transparent;
	height: 100px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}
.fancybox-navigation .fancybox-button div {
	background: rgba(30,30,30,.6);
	height: 100%;
	padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}
.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}
.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}
.fancybox-caption:after {
	border-bottom: 1px solid hsla(0,0%,100%,.3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}
.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}
@-webkit-keyframes a {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes a {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px
}
.fancybox-slide--image {
	padding: 6px 0 0
}
.fancybox-slide--image .fancybox-content {
	margin-bottom: 6px
}
.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px
}
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}
.fancybox-share p {
	margin: 0;
	padding: 0
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}
.fancybox-share__button:hover {
	text-decoration: none
}
.fancybox-share__button--fb {
	background: #3b5998
}
.fancybox-share__button--fb:hover {
	background: #344e86
}
.fancybox-share__button--pt {
	background: #bd081d
}
.fancybox-share__button--pt:hover {
	background: #aa0719
}
.fancybox-share__button--tw {
	background: #1da1f2
}
.fancybox-share__button--tw:hover {
	background: #0d95e8
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}
.fancybox-share__button svg path {
	fill: #fff
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}
.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
	opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:768px) {
.fancybox-thumbs {
	width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
	right: 110px
}
.fancybox-thumbs__list a {
	max-width: calc(100% - 10px)
}
}




.owl-prev {
    left: -2rem;
    background: url(../images/right-control.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 35px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
}

.owl-next {
    right: -2rem;
    background: url(../images/left-control-Icon.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 30px;
}



/*******************************/

.blogPage {
    margin-top: 180px;
}

.blogPage .headdingArea {
    /**background: #eeeeee;
    height: 77px;**/
    text-align: center;
}

.blogPage .headdingArea h1 {
    margin: 0 0 10px !important;
    padding-top: 8px;
}


.blog-listing-contents{
    display: block;
    clear: both;
    overflow: hidden;
    padding: 80px 30px 50px;
}


ul.blog-listing {
    clear: both;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

ul.blog-listing li {
    width: 50%;
    float: left;
    padding: 0 0px 0px;
    box-sizing: border-box;
    position: relative;
}

.blog-list-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

ul.blog-listing li img {
    height: 290px;
    width: 100%;
}

.blog-list-left:after {
    position: absolute;
    content: '';
    top: 30px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #ffffff transparent transparent;
}

ul.blog-listing li:nth-child(3) .blog-list-left:after, ul.blog-listing li:nth-child(4) .blog-list-left:after {
    right: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffffff;
}

.blog-list-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 25px 40px 0 20px;
    /* position: relative; */
}


ul.blog-listing li h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    letter-spacing: 2px;
    color: #000;
    margin: 0 0 18px !important;
}

ul.blog-listing .blog-list-right p{
    font-weight: 600;
}


.blog-list-right .read-more-link {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    color: #2d3353;
    font-weight: 700;
    font-size: 11.87px;
    letter-spacing: 5.376px;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    padding: 10px 20px;
}

.blogDetailPage{
    margin-top: 115px;
}

.blogDetailPage .imgCon{
    position: relative;
    width: 50%;
    max-width: 48%;
}

.relatedBlog{
	margin-top: 0px !important;
}

.blogDetailPage .blogContent h1{
    margin: 0 0 20px !important;
}

.blogContent ol{
	list-style: decimal;
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 19px;
    font-family: 'Raleway';
    font-weight: 400;
	padding-left: 20px;
}

.blogContent ol li, .blogContent ul li{
	margin: 0 0 0.7rem !important;
	text-align: justify;
}

.blogContent ul{
	list-style: disc;
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 19px;
	margin: 0 0 1rem !important;
    font-family: 'Raleway';
    font-weight: 400;
	padding-left: 20px;
}


.imgCon.align-right {
    margin-left: 20px;
    margin-bottom: 10px;
}
.align-right {
    float: right;
}


.imgCon.align-left {
    margin-right: 20px;
    margin-bottom: 10px;
}
.align-left {
    float: left;
}

.blogDetailPage .blogContent p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: justify;
}


.container:after, .twoColContainer:after, .align-right:after, .align-left:after, .buttonCon:after, .headdingArea:after, section:after, footer:after, select:after, .selectBox:after, .greatFind:after{
    content: "";
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
}


.blogThreeCol .col{
    margin-right: 20px;
    margin-bottom: 40px;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    height: 430px;
    max-height: 430px;
    overflow: hidden;
}


.blogThreeCol .imgCon {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.blogThreeCol .wrapper h3{
    margin: 0 0 0.8rem !important;
}

/*****************************************************/

.storeLocatorPage{
    margin-top: 115px;
}

.storeLocatorPage .headdingArea {
    text-align: center;
    margin-bottom: 20px;
}

.storeLocatorPage .headdingArea h1 {
    margin: 0 0 10px !important;
    padding-top: 8px;
}

.storeLocator {
    position: relative;
}

.storeLocator .twoCol .leftCol {
    min-width: 30%;
}

.storeLocator .twoCol .rightCol {
    min-width: 69%;
}


.storeLocator .storeLocatorOptions {
    width: 340px;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.storeLocator .storeLocatorOptions .topCol {
    background: #2d3353;
    padding: 20px;
    box-sizing: border-box;
}

.storeLocator .storeLocatorOptions .topCol p{
    color: #fff;
}

.formSection {
    color: #888888;
    line-height: 24px;
}

.formSection ul {
    margin-bottom: 20px;
}

.formSection li:last-child {
    margin-bottom: 0;
}

.storeLocator .storeLocatorOptions .formSection .col.leftCol, .storeLocator .storeLocatorOptions .formSection .col.rightCol {
    width: auto;
    display: block;
    margin: 0 0 10px 0;
    background: white;
}

.selectBox {
    position: relative;
    height: 30px;
}

.selectBox .input {
    border-right: 0;
    width: calc(100% - 47px);
    background: none;
    padding:5px 10px;
}
.selectBox * {
    display: block;
    float: left;
}

.selectBox .selectArrow {
    width: 47px;
    height: 30px;
    background: url(../images/seelctbox_arrow.png) no-repeat center center;
}

.selectBox select {
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border: 0;
    opacity: 0;
    color: #2d3353;
}

.storeLocator .storeList {
    padding: 20px 15px 10px 20px;
    background: #eeeeee;
    color: #2d3353;
}

.storeLocator .scrollArea {
    height: 350px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
}

#container:focus, .scrollArea:focus{
    outline: none;
}

.storeLocator .listAdd li {
    width: 100%;
    border-bottom: 1px solid #2d3353;
    padding-bottom: 25px;
    margin-bottom: 1.5rem;
}

.storeLocator .addHading {
    font-size: 11.87px;
    letter-spacing: 5.376px;
    padding-bottom: 0.5rem;
    line-height: 20px;
    display: block;
    color: #2d3353;
    font-weight: 700;
    text-transform: capitalize;
}

.storeLocator .fullAdd {
    font-size: 11.15px;
    letter-spacing: 2.112px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    color: #2d3353;
    padding-bottom: 0.5rem;
    text-transform: capitalize;
}

.storeLocator .dir {
    width: 110px;
    font-size: 9.15px;
    letter-spacing: 2.112px;
    font-weight: 700;
    border: 1px solid #2d3353;
    border-radius: 3px;
    line-height: 25px;
    display: block;
    text-align: center;
    margin-top: 10px;
    background: url(../images/directionIcon.png) no-repeat 5px 5px;
    padding-left: 20px;
    color: #2d3353;
}

.storeLocator .getPlace {
    float: right;
    background: url(../images/map-icon.png) no-repeat 7px 5px;
    cursor: pointer;
    width: 110px;
    font-size: 9.15px;
    letter-spacing: 2.112px;
    font-weight: 700;
    border: 1px solid #2d3353;
    border-radius: 3px;
    line-height: 25px;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    margin-top: -27px;
}

#mapCanvas {
    height: 571px;
}


.storeLocator .jspTrack {
    background: #fff;
    border-radius: 10px;
}

.storeLocator .jspDrag {
    background: #2d3353;
    border-radius: 10px;
}

/****************************************/

.careersPage{
    margin-top: 115px;
}

.careersPage .headdingArea{
  text-align: center;
    margin-bottom: 70px;
}


.careersPage .careerDetailPage{
    text-align: justify;
    width: 70%;
}

.careersPage .careerDetailPage h1{
    text-align: justify;
    margin: 0 0 1rem !important;
}


.careersPage .careerDetailPage p{
    font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 37px !important;
}

.careersPage .careerDetailPage ul{
    list-style: disc;
    padding-left: 20px;
}

.careersPage .careerDetailPage ul li{
   font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 10px !important; 
    letter-spacing: 1.728px;
}


.careersPage  .innerContent{
    display: flex;
    align-items: center;
}

.careersPage  .innerContent .buttonArea{
    margin-left: auto;
}


.careersPage  .contentArea ul li{
    margin-bottom: 2rem;
}
.carrersFormArea ul li{
    margin-bottom: 2rem;
    margin-right: 55px;
    float: left;
    width: 47%;
}

.carrersFormArea ul li:nth-child(2n){
     margin-right: 0px;
}

.carrersFormArea ul li h3{
    margin: 0 0 5px;
}


.carrersFormArea ul li .buttonCon a{
    color: #fff;
}

.carrersFormArea{
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.carrersFormArea .input{
    font-size: 14.7px;
    letter-spacing: 2.688px;
    padding: 9px 20px!important;
    height: auto;
}

.carrersFormArea .input::placeholder, .carrersFormArea textarea::placeholder{
    line-height: 20px;
    font-size: 14.7px;
    letter-spacing: 2.688px;
}



/*************************************************/

.ourRange{
    margin-top: 180px;
}

.ourRange .headdingArea{
    text-align: center;
    margin-bottom: 70px;
}

.ourRange .threeCol{
    padding: 0 182.5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ourRange .threeCol{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ourRange .threeCol .col{
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    position: relative;
}


.ourRange .threeCol .col:nth-child(3n) {
    margin-right: 0;
}

.ourRange .hoverDetailsSection h4 {
    font-size: 16.37px;
    letter-spacing: 4.24px;
    margin: 0 0 0!important;
    color: #272727;
}

.ourRange .col .imgCon:hover .hoverDetailsSection {
    display: flex;  
}

.ourRange .hoverDetailsSection .DetailsSection {
    width: 90%;
}


/*************************/

.sucMsg{
    font-size: 10px;
    letter-spacing: 2.688px;
    color:#2d3353;
}



.brandPage .imgCon{
    position: relative;
    width: 50%;
    max-width: 48%;
}


.brandPage.blogContent h1{
    margin: 0 0 20px !important;
}


.brandPage.blogContent p {
    font-size: 14.33px;
    line-height: 23.48px;
    letter-spacing: 1px;
    color: #2d3353;
    text-align: justify;
}

.brandPage.blogContent {
	margin-top: 60px;
}



/******************************/

.venderForm{
    width: 100%;
}

.venderForm .leftCol{
    padding: 0 2rem 0 0;
}


.venderForm .leftCol p{
    font-size: 14.33px;
    line-height: 23.48px;
    text-align: justify;
    font-weight: 400;
    color: #2d3353;
}

.venderForm ul li {
    margin-bottom: 2rem;
    margin-right: 55px;
    float: left;
    width: 100%;
}


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    font-size: 14.23px;
    letter-spacing: 2.688px;
    line-height: 20px;
    margin-right: 1rem;
}

.checkbox-inline label{
    margin-right: 30px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -20px;
    margin-right: 5px;
}


/**************************************/

.howWeDoPage {
    margin-top: 115px;
    position: relative;
    margin-bottom: 67px;
}

.howWeDoPage  .bannerWrapper{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.howWeDoPage  .bannerWrapper h1{
    color: #fff;
}


.gallaryArea .innerContainer{
    padding-left: 250px;
    padding-right: 200px;
    margin-bottom: 85px;
}

.gallaryArea .innerContainer p{
    font-size: 14.33px;
    line-height: 23.48px;
    color: #2d3353;
    margin: 0 0 37px !important;
    text-align: justify;
}


.gallaryCol .col{
    margin-right: 34px;
    margin-bottom: 34px;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    text-align: center;
}

.gallaryCol .col:nth-child(3n){
   margin-right: 0px; 
}




/***************************/

.captcha{
    display: flex;
    align-items: center;
}

.captcha input{
    width: 50%;
    margin-right: 10px;
}
.dropdownInput{
    font-size: 14.7px;
    letter-spacing: 2.688px;
    padding: 9px 20px!important;
    display: block;
    border: none;
    box-sizing: border-box;
    color: #2d3353;
    line-height: 20px;
    width: 100%;
    background-color: #eeeeee;
}
.chklst{display:block;}
.chklst input{width:20px!important; }
.chklst label{width:168px!important;display:inline-block;color:#777; text-transform:capitalize; }