@media (min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1920px){
    .conatiner-fluid {
        max-width: 1920px;
        margin: 0px auto;
    }
}


@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px){

}
@media screen and (min-width: 768px) and (max-width: 1199px){
  
}

@media (max-width: 1140px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:992px) {

}

@media (max-width: 991px) {
    html {
        font-size: 12px;
    }
    .desktopMenu{
        display: none;
    }
    .phoneMenu{
        display: block;
    }
    .tagMenu{
        display: none;
    }
    nav.panel{
        display: block;
    }

    .bestStoreLink a i, .stroeSearchLink a i {
        font-size: 2rem;
        position: relative;
        top: 4px;
    }
    .rightContent h4{
        font-size: 1.25rem;
    }
    .rightContent h5{
        font-size: 12px;
        font-weight: 300;
    }
    #indexBanner .inner span {
        font-size: 2.5rem;
        opacity: 1;
    }
    .diamondRightArrow{
        display: none;
    }
    .diamondBottomArrow{
        display: inline-block;
    }

}
@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
}






@media (max-width: 767px) {
    html {
        font-size: 12px;
    }
}





@media (max-width: 576px) {
    #indexBanner .item{
        padding-bottom: 100%;
    }
    #indexBanner .inner{
        padding: 0px 2rem;
        bottom: 50%;
        top: 50%;
        height: 100%;
    }
    #indexBanner .inner span {
        font-size:2rem;
    }
}


/* header start*/

#headerBox {
    display: flex;
    flex-flow : row nowrap;
    /* flex-flow: row-reverse wrap; */
}
#logo {
    order : 1;
    display: flex;
    /* flex: 0 0 auto; */
    align-items: stretch;
    justify-content: 
    center;min-width: 80px;
}

#logo div {
    cursor: pointer;
    flex: 1 0 auto;
    margin: 1px;
    min-width: 240px;
    min-height: 120px;
    /*display:flex;
    align-items: center;
    justify-content: center; */
    background-repeat: no-repeat;
    background-position: center;
}

#content {
    order :2;
    display: flex;
    /* flex: 1 1 auto; */
    flex-flow : column nowrap;
}

@media screen and (max-width : 480px) {
/*   #headerBox {
    flex-flow: column nowrap; 
  }
  #logo {
    order: 1;
  } */
  #logo div {
    min-height: 50px;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
  }

  #header{
    padding: 1.5rem 0px;  
  }
}
/* header end*/



@media (max-width: 480px) {
    .stroeSearchBox .paddingTopBox ,.stroeSearchBox .paddingBottomBox{
        padding: 0px
    }

    .searchBox .stroeSearchBox {
        padding: 2.5rem 12px 12px;
    }
    section.topContentBox {
        border-right: 12px solid #F2F2F2;
        border-left: 12px solid #F2F2F2;
    }
    section.mediumContentBox {
        border-right: 12px solid #F2F2F2;
        border-left: 12px solid #F2F2F2;
    }
    section.bottomContentBox {
        border-right: 12px solid #F2F2F2;
        border-left: 12px solid #F2F2F2;
    }
    footer {
        border-right: 12px solid #F2F2F2;
        border-left: 12px solid #F2F2F2;
    }
}

a.lineLinkIcon{
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 5px;
} 
a.lineLinkIcon img{
  width: auto;
  height: 28px;
  display: inline-block;
}


