#mobMenu {
  display: none;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
#mobMenu span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: #ed3338;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobClk {
  display: none;
}

@media (min-width: 1400px) and (max-width: 1700px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 1399px) {
  .pDct_1 {
    height: 30rem;
  }
}
@media (min-width: 1200px) {
  .pDct_0 {
    padding-right: 4rem;
  }
  #topNav {
    position: relative;
  }
  .srHw {
  }
  .srHw:hover,
  .srHw:focus {
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .srHw .srHw_0 {
    border: 1px solid #a97e2f;
    box-sizing: border-box;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    width: 110px;
  }
  .srHw:hover .srHw_0,
  .srHw:focus .srHw_0 {
    width: 30rem;
  }
  .srHw:hover input,
  .srHw:focus input {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }

  .srHw:hover button h5,
  .srHw:focus button h5 {
    width: 0px;
    visibility: hidden;
    color: white;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
  }
  .srHw {
    /* 
    padding: 0.5rem; */
    height: 100%;
  }

  .srHw button h5 {
    width: 70px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
  }
  .srHw button {
    transition: all 0.4s linear;
    padding-left: 0.4rem;
    margin-left: 5px;
    height: 25px;
    width: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
  }
  .srHw input {
    padding: 0.5rem 0rem;
    width: 0px;
    overflow: hidden;
    max-width: 100%;
    border-radius: 35px;
    display: block;
    border: 0px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
  }

  .srHw button.fltR-ico {
    display: none;
  }
  .collapse:not(.show) {
    display: block;
  }
  .aftrHead {
    padding-top: 150px;
  }
}
@media (max-width: 1199px) {
  .tagH {
    background-color: white;
    background-image: linear-gradient(to bottom, white, transparent);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }

  .tagH .navbar-brand h4 {
    color: black;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-left: 0.5rem;
  }
  .tagH.tagH-D .navbar-brand h4 {
    color: black;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-left: 0.5rem;
  }
  .tagH:not(.tagH-D) {
    background-image: linear-gradient(to bottom, white, transparent);
  }

  .tagH .krT {
    font-size: 1.5rem;
  }
  .tagH .krT span {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .authWrp_1 .auth_1 {
    color: black;
  }

  .authWrp_1 .auth_1,
  .authWrp_1 .auth_2 {
    width: 56px;
  }
  #topNav ul .nav-item .nav-link {
    color: black;
  }

  .tagH .navbar-brand img {
    width: 50px;
  }
  #topNav {
    display: block;
    position: absolute;
    top: auto;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .tagH-D #topNav ul {
    margin-top: -20px;
  }
  #topNav ul {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
    padding-left: 0rem;
    padding-top: 3rem;
    margin-top: -20px;
    width: 200px;
    right: -200px;
    position: absolute;
    top: 0px;
    height: 100vh;
    bottom: 0px;
    left: auto;
    background-color: white;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  #topNav ul .nav-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  #topNav ul .nav-item.active {
    background-color: #ed3338;
  }
  #topNav ul .nav-item.active .nav-link {
    color: white;
  }
  .tagH.tagA #topNav ul .nav-item.active .nav-link {
    color: white;
  }
  #topNav ul .nav-item .nav-link {
    padding: 0.8rem 1.5rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
  }
  .tagH.tagH-D #topNav ul .nav-item.active .nav-link {
    color: white;
  }
  nav.mobShow #topNav ul {
    right: 0px;
  }
  nav.mobShow .mobClk {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    display: block;
    z-index: 100;
  }

  #mobMenu {
    display: block;
  }
  .authImg img.hFs {
    height: 100px;
    max-height: 100px;
  }
  .tagA #topNav {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tagA .order-xl-3 {
    margin-left: auto;
    margin-right: 0px;
    width: auto;
    float: right;
  }
  .srHw {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    top: 50px;
    background-color: white;
    background: #fffefe;
    padding: 1rem 1rem;
  }
  .srHw .srHw_0 {
    border: 1px solid #a97e2f;
    box-sizing: border-box;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .srHw button {
    display: none;
  }
  .srHw button.fltR-ico {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .srHw input {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: block;
    border: 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .secFlt {
    margin-top: 4.5rem;
  }
  .aftrHead {
    padding-top: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  html,
  body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .w100_992 {
    width: 100%;
  }
  .tA-C_992 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
  .diPflx-991 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flxR-991 {
    flex-direction: column;
  }
  .flxC-991 {
    flex-direction: row;
  }
  .flt-V-991 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .authBrand {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .w100_768 {
    width: 100%;
  }
  .flxR-768 {
    flex-direction: column;
  }
  .flt-H-768 {
    margin-left: auto;
    margin-right: auto;
  }
  .mT-16-768 {
    margin-top: 1rem;
  }
  .pDct_2 .pDct_3 {
    height: 8rem;
  }
  .pDct_1 {
    height: 30rem;
  }

  .filTr_0.filTr_1,
  .filTr_0.filTr_2,
  .filTr_0.filTr_3 {
    width: 25%;
  }
  .filTr_0.filTr_4 {
    margin-top: 0.8rem;
  }
}

@media (min-width: 751px) {
  .pLR-16-751 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pLR-32-751 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 750px) {
}

@media (max-width: 500px) {
  html,
  body {
    font-size: 12px;
  }
  .w100-500 {
    width: 100%;
  }
  .flxR-500 {
    flex-direction: column;
  }
  .toHid-500 {
    display: none;
  }
  .flt-H-500 {
    margin-left: auto;
    margin-right: auto;
  }
  .mT-16-500 {
    margin-top: 1rem;
  }
  .pLR-0-500 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .srHw input {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }

  .faTu_3 .faTu_3a {
    height: auto;
    flex-direction: column;
  }
  .faTu_1.faTu_d {
    height: 30rem;
  }
  .faTu_d .faTu_2 {
    height: 22rem;
  }
  .pDct_1 {
    height: 25rem;
  }
  .pDct_2 .pDct_3 {
    height: 5rem;
  }
  .filTr .btn.dropdown-toggle {
    padding: 5px 2rem 5px 1rem;
  }
  .filTr_0 {
    margin-top: 0.5rem;
  }
  .filTr_0.filTr_1,
  .filTr_0.filTr_2,
  .filTr_0.filTr_3 {
    width: 50%;
  }
  .filTr_0.filTr_2 {
    padding-right: 0px;
  }

  .authBrand .authBrand_1 {
    max-width: 5rem;
  }
  .authBrand .authBrand_2 h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .authBrand .authBrand_2 p {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .authImg img.hFs {
    max-height: 350px;
  }
}
