* {
    box-sizing: border-box;
  }
  
  .hompge .srh+ul li>span svg {
    width: 40px;
    height: 40px;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #111;
    background-color: #fff;
    top: 0px !important;
  }
  
  div,p,ul,h1,h2,h3,header,footer,form,section {
    margin: 0;
    padding: 0;
    display: block;
  }
  
  button,div,form,input,p {
    font-family: Inter, sans-serif !important;
  }
    
  html {
    position: relative;
    min-height: 100%;
  }
  
  ul {
    list-style-position: inside;
  }
  
  img {
    border: medium none;
    line-height: normal;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  
  a {
    outline: none;
    text-decoration: none;
  }
  
  ul li {
    list-style: none;
  }
  
  table {
    border-collapse: collapse;
  }
  
  header input,header input:focus {
    border: none;
    outline: none;
    touch-action: none;
  }
  
  h1,h2,h3 {
    font-weight: 500;
    line-height: 1.1;
  }
  
  .fs26 {
    font-size: 26px;
  }
  
  .fs27 {
    font-size: 27px;
  }
  
  h1,h2,.fs25 {
    font-size: 25px;
  }
  
  .fs19 {
    font-size: 19px;
  }
  
  .fs20,h3 {
    font-size: 20px;
  }
  
  .fs21 {
    font-size: 21px;
  }
  
  .fs16 {
    font-size: 16px;
  }
  
  .fs18 {
    font-size: 18px;
  }
  
  .fs15 {
    font-size: 15px;
  }
  
  .fs11 {
    font-size: 11px;
  }
  
  .fs12 {
    font-size: 12px;
  }
  
  .fs13 {
    font-size: 13px;
  }
  
  .fs14 {
    font-size: 14px;
  }
  
  .fs32 {
    font-size: 32px;
  }
  
  .fs38 {
    font-size: 38px;
  }
  
  .fw3 {
    font-weight: 300;
  }
  
  .fw4 {
    font-weight: 400;
  }
  
  .fw5 {
    font-weight: 500;
  }
  
  .fw6 {
    font-weight: 600;
  }
  
  .fw7 {
    font-weight: 700;
  }
  
  .fw8 {
    font-weight: 800;
  }
  
  .pr {
    position: relative;
  }
  
  .pa {
    position: absolute;
  }
  
  .fw7 {
    font-weight: 700;
  }
  
  .fw9 {
    font-weight: 900;
  }
  
  .cp {
    cursor: pointer;
  }
  
  .bg0 {
    background-color: #fff;
  }
  
  .bg1 {
    background-color: #2e3192;
  }
  
  .clr0 {
    color: #fff;
  }
  
  .clr1 {
    color: #077870;
  }
  
  .clr2 {
    color: #222;
  }
  
  .clr3 {
    color: #333;
  }
  
  .clr4 {
    color: #058076;
  }
  
  .clr5 {
    color: #c30000;
  }
  
  .clr6 {
    color: #2a6462;
  }
  
  .clr7 {
    color: #777;
  }
  
  .db {
    display: block;
  }
  
  .svg {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .df {
    display: flex;
  }
  
  .aic {
    align-items: center;
  }
  
  .jcc {
    justify-content: center;
  }
  
  .jcsb {
    justify-content: space-between;
  }
  
  .mb30 {
    margin-bottom: 30px;
  }
  
  .mb15 {
    margin-bottom: 15px;
  }
  
  .mb10 {
    margin-bottom: 10px;
  }
  
  .mb7 {
    margin-bottom: 7px;
  }
  
  .mb20 {
    margin-bottom: 20px;
  }
  
  .mb25 {
    margin-bottom: 25px;
  }
  
  .mt5 {
    margin-top: 5px;
  }
  
  .mt10 {
    margin-top: 10px;
  }
  
  .mt15 {
    margin-top: 15px;
  }
  
  .mt20 {
    margin-top: 20px !important;
  }
  
  .mt30 {
    margin-top: 30px;
  }
  
  .mt40 {
    margin-top: 40px;
  }
  
  .w100,.sp_ad iframe {
    width: 100%;
  }
  
  .w80 {
    width: 80%;
  }
  
  .m0auto {
    margin: 0 auto;
  }
  
  header {
    padding: 7px 12px;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  
  header input[type="text"] {
    color: #333;
    padding: 0 110px 0 0;
    font-size: 15px;
    width: 100%;
  }
  
  .wraper {
    max-width: 1296px;
    margin: 0 auto 20px;
  }
  
  header > div {
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
  }
  
  .logo a {
    font-size: 22px;
    font-weight: 500;
    color: #434385;
  }
  
  /* .logo>a img {
    width: 145px;
    height: 45px !important;
  } */
  
  .logo span {
    padding: 10px 0 0 4px;
  }
  
  .sp_ad {
    border: 1px solid #f5f2f2;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
  }
  
  .b_nw_cta {
    background-color: #077870;
    color: #fff;
    border: 1px solid #077870;
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s ease-out;
  }
  
  .b_nw_cta:hover {
    background-color: #035c56;
    color: #fff;
    border: 1px solid #017069;
  }
  
  .clrBlu {
    color: #2e3192;
  }
  
  .clrBlu1 {
    color: #434385;
  }
  
  .clrBlu2 {
    color: #2F3192;
  }
  
  .pr10 {
    padding-right: 10px;
  }
  
  .l0 {
    left: 0;
  }
  
  .r0 {
    right: 0;
  }
  
  .sugg_dim {
    display: none !important;
  }
  
  .srh form > span:first-child {
    display: none;
  }
  
  .srh {
    border: 1px solid rgb(0 0 0 / 19%);
    border-radius: 6px;
    padding: 15px 19px;
    flex: 1;
    margin-left: 15%;
  }
  
  .ml10 {
    margin-left: 10px;
  }
  
  .ml15 {
    margin-left: 15px;
  }
  
  .srh form > span {
    left: 0;
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #dddbdb;
    height: 37px;
    width: 55px;
  }
  
  .srh button {
    border: none;
    padding: 0;
    min-width: 110px;
    max-width: 110px;
    right: 0;
    background-color: #077870;
    top: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
  }
  
  .srh input[type="text"]::placeholder {
    color: #cdcdcd;
  }
  
  .srh input[type="text"]:-ms-input-placeholder {
    color: #cdcdcd;
  }
  
  .srh input[type="text"]::-ms-input-placeholder {
    color: #cdcdcd;
  }
  
  .srh button svg,.mr5 {
    margin-right: 5px;
  }
  
  .clrBlk {
    color: #aaaaab;
  }
    
  .sep {
    margin: 20px 0 30px;
    background-color: #e0e0e0;
    height: 1px;
  }
  
  .ml40 {
    margin-left: 40px;
  }
  
  .fs22 {
    font-size: 22px;
  }
  
  .b0 {
    bottom: 0;
  }
    
  footer .btm_ftr {
    padding: 20px 10px;
    max-width: 1240px;
  }
  
  footer {
    background-color: #F5F5F5;
  }
  
  .btm_ftr ul li {
    padding: 0 20px;
  }
  
  .ftr_ru {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #424242;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 100;
    color: #e9e3e3;
    justify-content: right;
  }
  
  .ftr_ru + div {
    width: 92%;
  }
  
  
  #return-to-top:after,#return-to-top:before {
    position: absolute;
    content: "";
  }
  
  #return-to-top {
    position: fixed;
    right: 10px;
    bottom: 103px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-color: #fff;
    box-shadow: 0 0 14px 4px rgb(0 0 0 / 10%);
    z-index: 3;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  
  #return-to-top:before {
    top: 2px;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 0;
    width: 0;
    border: 9px solid transparent;
    border-bottom-color: #2e3192;
  }
  
  #return-to-top:after {
    width: 4px;
    top: 20px;
    left: 0;
    height: 15px;
    background-color: #2e3192;
    right: 0;
    margin: 0 auto;
  }
  
  #searchInput::placeholder {
    color: #aaaaab;
    font-size: 16px;
    opacity: 0.7;
  }
  
  /* .hompge .ui-autocomplete.ui-menu.ui-widget.as_ui-widget-content {
    top: 305px !important;
  } */
  
  .mr15 {
    margin-right: 15px;
  }
  
  /* footer,footer a {
    color: #aaaaab;
  } */
  
  footer input {
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #f7f8f9;
    width: 235px;
    font-family: "Red Hat Display", sans-serif;
  }
  
  /* .active:after {
    content: "\2212";
  } */
  
  .clr8 {
    color: #97daff;
  }
  
  .fs68 {
    font-size: 68px;
  }
  
  .fs90 {
    font-size: 90px;
  }
  
  .fs24 {
    font-size: 24px;
  }
  
  .mr40 {
    margin-right: 40px;
  }
  
  .p10 {
    padding: 10px;
  }
  
  
  .mr2 {
    margin-right: 2px;
  }
  
  
  .clr10 {
    color: #848484;
  }
    
  .fs17 {
    font-size: 17px;
  }
  
  
  .swiper:after {
    right: -8px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 107px;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0)
      linear-gradient(to right, rgba(258, 258, 258, 0) 0, #fff 25%, #fff 100%)
      repeat scroll 0 0;
  }
  
  /* .ui-autocomplete.ui-menu.ui-widget.as_ui-widget-content {
    top: 71px !important;
    z-index: 9 !important;
  } */
  
  .icon-size {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  
  .clr4a {
    color: #4a4a4a;
  }
  
  .c9 {
    color: #c9c9c9;
  }
  
  
  .nw_ad {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
      0px 2px 1px -1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
  }
  
  .w50 {
    width: 50%;
  }
  
  .w65 {
    width: 65%;
  }
  
  .mb8 {
    margin-bottom: 8px;
  }
  
  .w100 {
    width: 100%;
  }
  
  .bnr > a {
    background: url("https://shopping.imimg.com/style/holi24-desk-bnr.webp")
      no-repeat;
    width: 100%;
    height: 325px;
  }
  
  .hompge .logo>a img {
    width: 126px;
    height: 27px;
  }
  
  .hompge .logo a {
    font-size: 19px;
  }
  
  .hdrIvexp>a>span:first-child {
    width: 39px;
    height: 35px;
    margin-right: 7px;
  }
  
  .hdrInd>a>span:first-child {
    min-width: 28px;
    min-height: 28px;
    margin-right: 8px;
    max-width: 28px;
    max-height: 28px;
  }
  
  .hdrInd {
    margin-left: 50px;
  }
  
  .bnr {
    background: url(/style/bnrBG.webp), no-repeat;
    padding: 100px 0;
    background-size: cover;
    height: 76vh;
  }
  
  .hompge .bnr h1 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .hompge .bnr h2 {
    font-size: 23px;
    line-height: 31px;
  }
  
  .hompge .srh {
    margin-left: 0;
    width: 68%;
    border-radius: 30px;
  }
  
  .hompge .srh button {
    min-width: 140px;
    max-width: 140px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 30px;
  }
  
  .hompge .srh form>input {
    border: none;
    width: 100%;
    padding-right: 140px;
  }
  
  .hompge .srh form>input:focus {
    outline: none;
  }
  
  .hompge .srh+ul li {
    margin: 8px 30px 8px 0;
  }
  
  .hompge .srh input[type="text"]::placeholder {
    color: #000;
  }
  
  .hompge .srh input[type="text"]:-ms-input-placeholder {
    color: #cdcdcd;
  }
  
  .hompge .srh input[type="text"]::-ms-input-placeholder {
    color: #cdcdcd;
  }

  
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .wraper {
      max-width: 980px;
    }
  
    header > div {
      max-width: 980px;
      min-width: 980px;
    }
  
    footer .btm_ftr {
      padding: 30px 15px;
    }
  }
  
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .srh {
      min-width: 60%;
      margin-left: 10%;
    }
  
    .bnr {
      height: 250px;
    }
  }
  
  @media screen and (min-width: 320px) and (max-width: 640px) {
    .hompge .srh form>input {
      padding-right: 80px;
    }
  
    .supCatPrdCnty li span>span:first-child {
      font-size: 24px;
    }
  
    .supCatPrdCnty li span>span:nth-of-type(2) {
      font-size: 16px;
    }
  
    /* .hompge .ui-autocomplete.ui-menu.ui-widget.as_ui-widget-content {
      top: 325px ! important;
    } */
  
    .hdrIexpMiI>p a span {
      font-size: 14px;
      line-height: 14px;
    }
  
    .supCatPrdCnty {
      flex-wrap: wrap;
      padding: 0 5px;
    }
  
    .supCatPrdCnty li {
      min-width: 50%;
      max-width: 50%;
      margin-bottom: 15px;
    }
  
    .hompge .wraper.bg0 {
      padding: 0 10px;
    }
  
    .b_nw_cta {
      padding: 5px 10px;
    }
  
    .cpy_rgt {
      margin-top: 10px;
    }
  
    h1,  h2 {
      font-size: 16px;
      line-height: 20px;
    }
  
  
    .fs20 {
      margin-bottom: 6%;
    }
  
    .srh button {
      min-width: 40px;
      max-width: 40px;
      top: 0;
      bottom: 0;
      right: -1px;
    }
  
    .srh button > span {
      display: none;
    }
  
  
    footer {
      width: 100%;
      margin: 20px auto 0;
    }
  
    header.df {
      display: block;
    }
  
    .logo {
      width: auto;
      height: 30px;
    }

  
    .bnr {
      max-width: 100%;
      padding: 50px 10px;
      height: 48vh;
      background-position: 73%;
    }
  
    .logo img {
      width: 100px;
    }
  
    .logo a {
      font-size: 22px;
    }
  
    h3 {
      font-size: 16px;
    }
  
    .fs32,  .fs38 {
      font-size: 12px;
    }
  
  
    header > div:first-child {
      flex-direction: column;
      align-items: flex-start;
      min-width: 100%;
      max-width: 100%;
    }
  
    header {
      padding: 11px 7px;
      position: relative;
      z-index: 1;
      transition: all 0.2s ease-in-out;
    }
  
  
    .swiper-pagination {
      z-index: 2 !important;
    }
  
  
    .srh form > span.fs15 {
      font-size: 14px;
    }
  
    header input[type="text"] {
      padding: 0 40px 0 0;
    }
  
    .wraper {
      max-width: 100%;
    }
  
    footer > div {
      flex-direction: column;
    }
  
    footer > div > p,  footer > div > div > form {
      text-align: center;
    }
  
    footer > div > div {
      margin: 10px 0;
    }
  
    footer input {
      margin: 0 0 10px;
      width: 95%;
    }
  
    .srh {
      padding: 8px 9px 9px;
      margin: 13px 0 0;
      width: 100%;
    }
  
    .srh input[type="text"]::placeholder {
      font-size: 14px;
      color: #999;
      font-weight: 400;
    }
  
    .srh button svg {
      margin-right: 0;
    }
  
  
    .btm_ftr > div {
      flex-direction: column;
      text-align: center;
    }
  
    .btm_ftr > div a {
      font-size: 12px;
    }
  
    .btm_ftr > div ul {
      margin: 20px 0;
    }
  
    .srh .fs15 {
      font-size: 15px;
    }
  
    .hdrIexpMiI {
      margin-top: 8px;
    }
  
  
    .w65 {
      width: 100%;
    }
  
  
    /* .ui-autocomplete.ui-menu.ui-widget.as_ui-widget-content {
      top: 102px !important;
    } */
  
  
    div::-webkit-scrollbar {
      display: none;
    }
  
    .hompge .srh button {
      min-width: 80px;
      max-width: 80px;
    }
  
    .hompge .srh {
      width: 99%;
      margin-top: 32px !important;
    }
  
    .hompge .wraper.bg0 h2 {
      font-size: 17px;
    }
  
    .hompge .bnr h2 {
      font-size: 17px;
      line-height: 20px;
    }
  
    .hompge .bnr h1 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 10px;
      font-weight: 600;
    }
  
    .hompge .srh+ul li {
      margin: 0 15px 0 0;
    }
  
    .hompge .srh+ul li>span.fs21 {
      font-size: 15px;
    }
  
    .hompge .srh+ul li>span svg {
      width: 20px;
      height: 20px;
    }
  
  }
  
  .ml5 {
    margin-left: 5px !important;
  }
  
  .cd {
    cursor: auto;
  }
  
  .circle {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #00A58E;
    border-radius: 50%;
    animation: circleAnimation 1s ease-in-out forwards;
  }
  
  .color3 {
    color: #2e3192;
  }
