@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px !important;
  }
}

.d-IB {
  display: inline-block;
}

@media (max-width: 767px) {

  .container,
  .container-sm {
    width: 100% !important;
    max-width: unset !important;
  }
}

body {
  background: #FFFFFF;
  font-family: "Epilogue", sans-serif;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

@font-face {
  font-family: "Roashe Personal Use";
  src: url("../font/RoashePersonalUse-jEa4M.otf"), url("../font/RoashePersonalUse-jEa4M.otf") format("otf");
  font-weight: 400;
  font-style: bold;
}

.CmImgHt {
  width: 210px;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tailv2modal .modal-dialog {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tailv2modal .modal-content {
  background: rgb(217, 217, 217);
  min-height: 350px;
}

.tailv2modal .modal-header {
  border-bottom: none;
}

.tailv2modal1 {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px;
}

.tailv2modal1 .closecircle {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
  top: 0;
  right: 0;
  position: relative;
}

.tailv2modal1 .close {
  opacity: unset;
}

.tailv2modal1 .modal-dialog {
  margin-top: 63px;
}

@media (min-width: 567px) {
  .tailv2modal1 .modal-dialog {
    max-width: unset !important;
  }
}

.tailv2modal1 .modal-dialog h6 {
  color: rgba(21, 21, 21, 0.6999999881);
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tailv2modal1 .table th {
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  white-space: nowrap;
  border-bottom: none;
}

.tailv2modal1 .table td {
  font-size: 15px;
  color: #151515;
  font-weight: 400;
}

.tailv2modal1 .table td span {
  font-weight: 500;
  font-size: 17px;
}

.tailv2modal1 .tableimg {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mx200 {
  max-width: 150px;
}

.minusbtn {
  background-color: #000;
}

.minusbtn i::before {
  filter: brightness(10);
}

.spncolor {
  color: #151515;
}

.spncolor:hover {
  color: #FA219E;
}

.addbtn {
  background-color: #000;
}

.addcount .input-group {
  background-color: rgba(217, 217, 217, 0.400000006);
  min-height: 40px;
}

.addcount .input-group .form-control {
  background-color: transparent;
  border: 1px solid transparent;
  min-height: 40px;
  text-align: center;
}

.addcount .input-group span {
  background: transparent;
  border: 1px solid transparent;
  min-height: 40px;
  margin: 0;
  padding: 0;
}

.defimg {
  width: 300px !important;
  /*height: 300px;*/
  object-fit: cover;
}

.btm {
  border-top: 1px solid rgb(217, 217, 217);
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-bottom: 5px;
  padding-top: 5px;
}

.cartbutton {
  background-color: #151515;
  min-width: 200px;
  min-height: 45px;
  color: #ffffff;
  transition: all 0.5s ease;
}

.cartbutton:hover {
  color: #151515;
  border: 1px solid #151515;
  background-color: transparent;
}

.cartbutton img {
  filter: grayscale(1);
}

.scrollover {
  overflow: hidden;
}

.asimg img {
  width: 150px;
  height: 100px;
}

.cartlabel {
  margin-bottom: 15px;
}

.cartlabel label {
  font-weight: 500;
}

.cartlabel .form-control {
  border: 1px solid #151515;
  min-height: 45px;
}

.cartlabel textarea {
  min-height: 150px;
  border: 1px solid #151515;
  border-radius: 5px;
  line-height: 12px;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  padding: 10px;
}

.carditemcnt.carditemcnt1 h5 {
  font-size: 16px;
  padding-bottom: 2px;
}

.carditemcnt.carditemcnt1 h5.hdhead {
  font-weight: 400;
}

.carditemcnt.carditemcnt1 span {
  font-weight: 400;
}

.carditemcnt h5 {
  padding-bottom: 20px;
  font-size: 22px;
}

.carditemcnt h5.hdhead {
  font-weight: 600;
}

.carditemcnt h5 span {
  font-weight: 600;
}

.carditemcnt h5.boldtext {
  font-weight: 600;
  color: #FA219E;
}

.custom-btn {
  width: 65px;
  height: 65px;
  color: #fff;
  border-radius: 50px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn-2 {
  background: #000;
  background: linear-gradient(0deg, #FA219E) 0%, rgb(129, 5, 240);
  border: none;
  margin-right: 20px;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}

.mx120 {
  min-width: 180px;
  min-height: 45px;
  border-radius: 20px;
}

.ashbox1 {
  min-height: 500px;
  padding-top: 50px !important;
}

.cirleimg {
  width: 85px;
  height: 85px;
  border: 1px solid #151515;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s ease;
}

.cirleimg:hover {
  transform: translateY(5px);
}

.cirleimg:hover img {
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

.cirleimg img {
  filter: brightness(0);
}

.aboutmenu li {
  padding-bottom: 10px;
}

.aboutmenu li a {
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  opacity: 0.6999999881;
}

.aboutmenu li::marker {
  color: rgba(21, 21, 21, 0.6999999881);
  font-size: 10px;
}

.pgnt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.mn196 {
  min-width: 196px;
}

.radiantbg {
  background: rgb(102, 102, 102);
  background: radial-gradient(circle, rgb(102, 102, 102) 21%, rgb(58, 58, 58) 46%, rgb(26, 26, 26) 68%, rgb(7, 7, 7) 87%, rgb(0, 0, 0) 100%);
  position: relative;
}

.radiantbg::after {
  position: absolute;
  content: "";
  background: url(../images/ucbg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.radiantbg:hover::after {
  mix-blend-mode: hue;
}

.iconbutton .toggle {
  position: relative;
  width: 67px;
  height: 67px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.iconbutton .toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}

.iconbutton .toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}

.iconbutton .toggle.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}

.iconbutton .toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.iconbutton .toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.iconbutton .toggle span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #e64ec0;
  border-radius: 10px;
  transition: 0.5s;
}

.iconbutton .toggle span.sndchild {
  background-color: #e95f69;
}

.dlogoimg {
  display: none;
}

@media (max-width: 1199px) {
  .dlogoimg {
    display: block;
  }
}

@media (max-width: 360px) {
  .dlogoimg {
    width: 160px;
  }
}

.afterlogbtn {
  min-width: 130px;
  min-height: 65px;
  background: rgba(217, 217, 217, 0.400000006);
  display: flex;
  align-items: center;
  justify-content: center;
}

.afterlogbtn:hover {
  text-decoration: none;
  transform: unset !important;
}

.afterlogbtn span {
  color: #151515;
  font-size: 15px;
  font-weight: 400;
}

.afterlogmenu.dropdown-menu {
  min-height: 150px;
  left: -15px;
  min-width: 222px;
  top: 82px;
}

.afterlogmenu.dropdown-menu ul li {
  padding-bottom: 15px;
  list-style: none;
}

.afterlogmenu.dropdown-menu ul li a {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s ease;
}

.afterlogmenu.dropdown-menu ul li a:hover {
  text-decoration: none;
}

.TailNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.TailNav ul li:hover a {
  color: #FA219E;
}

.TailNav ul li a {
  color: #151515;
  font-family: "Epilogue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.TailNav .endimg a {
  padding-right: 23px;
  transition: all 0.5s ease;
}

.TailNav .endimg a:hover {
  transform: translateY(-5px);
}

.pt30 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .pt30 {
    padding: 30px 30px 0 30px;
  }
}

.mt43 {
  margin-top: 98px;
}

@media (max-width: 1199px) {
  .mt43 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .mt43 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .mt43 {
    margin-top: 50px;
  }
}

.mt-30 {
  margin-top: -130px;
}

.mb60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 300px;
}

@media (max-width: 767px) {
  .mt100 {
    margin-top: 200px;
  }
}

.mt105 {
  margin-top: 105px;
}

@media (max-width: 991px) {
  .mt105 {
    margin-top: 40px;
  }
}

.mt77 {
  margin-top: 77px;
}

.mx397 {
  max-width: 397px;
  margin: auto;
}

.mx376 {
  min-width: 376px;
  min-height: 50px;
}

@media (max-width: 576px) {
  .mx376 {
    width: 100%;
    min-width: unset;
  }
}

.mb70 {
  margin-bottom: 70px;
}

.mb23 {
  margin-bottom: 23px;
}

.mx704 {
  max-width: 704px;
  margin: auto;
  text-align: center;
}

.mx744 {
  max-width: 757px;
  margin: auto;
}

.mx600 {
  max-width: 600px;
  margin: auto;
}

.mn180 {
  min-width: 180px;
}

.borderbtm {
  border-bottom: 1px solid rgb(217, 217, 217);
}

.hrline {
  position: relative;
}

.hrline::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -34px;
  background: rgb(217, 217, 217);
}

.textline {
  color: #151515;
  font-size: 16px;
  text-decoration: underline;
}

.pb20 {
  padding-bottom: 20px;
}

.pb28 {
  padding-bottom: 28px;
}

.ovhidden {
  overflow-x: hidden;
}

.emty {
  height: 82px;
}

@media (max-width: 767px) {
  .emty {
    height: unset;
  }
}

.mx276 {
  min-width: 276px;
}

@media (max-width: 991px) {
  .mx276 {
    min-width: 276px;
    width: 100%;
  }
}

.cmntxt h2 {
  font-family: "Roashe Personal Use", sans-serif;
  font-size: 122px;
  font-weight: 400;
  color: #151515;
}

.cmntxt h2 span {
  color: #FA219E;
}

.cmntxt h2.sbhead {
  font-size: 70px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .cmntxt h2 {
    font-size: 92px;
  }
}

@media (max-width: 991px) {
  .cmntxt h2 {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .cmntxt h2 {
    font-size: 61px;
  }
}

@media (max-width: 576px) {
  .cmntxt h2 {
    font-size: 40px;
  }
}

.cmntxt h3 {
  font-family: "Abril Fatface", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
}

.cmntxt h3.bloghd {
  font-size: 24px;
  font-weight: 500;
  font-family: "Epilogue", sans-serif;
  line-height: 25px;
  color: #151515;
}

@media (max-width: 991px) {
  .cmntxt h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .cmntxt h3 {
    font-size: 40px;
    line-height: 47px;
  }
}

.cmntxt h3.main-head {
  position: relative;
}

.cmntxt h3.main-head::after {
  position: absolute;
  content: "";
  background: url(../images/textimg.png) no-repeat;
  background-size: 100% 100%;
  width: 121px;
  height: 111px;
  top: -21px;
  right: 63px;
  z-index: -1;
}

.cmntxt h3.sbhead {
  font-size: 36px;
  font-weight: 400;
}

.cmntxt h3.sbhead.fn28 {
  font-size: 28px;
  line-height: 36px;
}

.cmntxt h3.sbhead.txtwhite {
  color: #ffffff;
}

.cmntxt h3.sbhead.fn30 {
  font-size: 30px;
}

.cmntxt h4 {
  font-family: "Abril Fatface", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
}

.cmntxt h4.fn28 {
  font-size: 28px;
}

.cmntxt h4.mh70 {
  min-height: 70px;
}

.cmntxt h4.ln35 {
  line-height: 35px;
  font-size: 28px;
}

.cmntxt h4.fn30 {
  font-size: 30px;
}

.cmntxt h4.lnft {
  line-height: 35px;
  font-size: 28px;
}

.cmntxt h4.fn26 {
  font-size: 26px;
  line-height: 35px;
}

.cmntxt h4.fn36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .cmntxt h4 {
    font-size: 33px;
  }
}

@media (max-width: 576px) {
  .cmntxt h4 {
    font-size: 29px;
  }
}

.cmntxt h5 {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.cmntxt h5.text-green {
  color: #12C62F;
}

.cmntxt h5.fn14 {
  font-size: 14px;
}

.cmntxt h5.fn14 span {
  font-weight: 500;
}

.cmntxt h5.fn16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cmntxt h5.fn15 {
  font-size: 15px;
}

.cmntxt h5.ln24 {
  line-height: 20px;
}

.cmntxt h5.fn20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.cmntxt h5.fn23 {
  font-size: 23px;
  font-weight: 600;
}

.cmntxt h5.fn18 {
  font-size: 18px;
  font-weight: 600;
}

.cmntxt h5.fn17 {
  font-size: 17px;
}

.cmntxt h5.whitetxt {
  color: #151515;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}

.cmntxt h5.lnft {
  font-size: 14px;
}

.cmntxt h5.ln20 {
  line-height: 20px;
}

.cmntxt h5.CmsCnt {
  color: #151515;
  font-size: 20px;
  font-weight: 500;
}

.cmntxt h5.fn500 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .cmntxt h5.fn500 {
    font-size: 15px;
  }
}

.cmntxt h5.txtcap {
  text-transform: uppercase;
}

.cmntxt h6 {
  color: rgba(21, 21, 21, 0.6999999881);
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.cmntxt h6.ln20 {
  line-height: 20px;
}

.cmntxt h6.opunset {
  opacity: unset;
  color: rgb(21, 21, 21);
}

.cmntxt h6.fn400 {
  font-weight: 400;
}

.cmntxt h6.fn14 {
  font-size: 14px;
}

.cmntxt h6.fn15 {
  font-size: 15px;
  font-weight: 500;
}

.cmntxt h6.fn12 {
  font-size: 12px;
}

.cmntxt h6.text-green {
  color: #12c52e;
}

.cmntxt h6.fn13 {
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}

.cmntxt h6.txtwhite {
  color: #ffffff;
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cmntxt h6.txtblack {
  color: #151515;
}

.cmntxt h6.mnhd {
  color: #151515;
  font-size: 14px;
  font-weight: 500;
}

.cmntxt p.CmsCnt {
  color: #151515;
  opacity: 0.6999999881;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.cmntxt p.fn14 {
  color: #151515;
  opacity: 0.6999999881;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cmntxt p.blogpg {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(21, 21, 21, 0.6);
}

.cmntxt a:hover {
  text-decoration: none;
}

.orderai a {
  font-size: 14px;
  font-weight: 400;
  color: #0d6dc5;
}

.orderai a:hover {
  text-decoration: none;
  color: #FA219E;
}

.orderai a.centerai {
  position: relative;
}

.orderai a.centerai::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #0d6dc5;
  left: -27px;
  top: 3px;
}

.orderai a.centerai::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #0d6dc5;
  right: -27px;
  top: 3px;
}

.orderai a.centerai.centerai1::after {
  left: -12px;
}

.orderai a.centerai.centerai1::before {
  right: -12px;
}

.greybg {
  border-radius: 20px;
  background-color: rgba(217, 217, 217, 0.400000006);
}

.greybg.greyimg1 {
  min-height: 296px;
}

@media (max-width: 991px) {
  .greybg.greyimg1 {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .greybg.greyimg1 {
    text-align: center;
    padding: 30px 0 0 0;
  }
}

.greybg.greyimg {
  position: relative;
  padding: 74px 25px 15px 15px;
}

.greybg.greyimg:hover {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
}

.greybg.greyimg::after {
  position: absolute;
  content: "";
  background: url(../images/hd1.png) no-repeat;
  background-size: 100% 100%;
  width: 188px;
  height: 305px;
  left: 68px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .greybg.greyimg::after {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .greybg.greyimg::after {
    width: 181px;
    height: 276px;
    right: 89px;
    left: unset;
  }
}

.greybg .greyrt {
  padding-right: 10px;
}

.greybg .greyrt.pl20 {
  padding-left: 25px;
}

.greybg .greyrt.gdrid {
  display: grid;
  align-items: normal;
  height: 296px;
}

.greybg .hdimg2 {
  position: relative;
  bottom: -26px;
  left: 14px;
}

@media (max-width: 767px) {
  .greybg .hdimg2 {
    bottom: 0;
  }
}

.greybg .hdimg3 {
  position: relative;
  bottom: -23px;
  left: 14px;
}

@media (max-width: 767px) {
  .greybg .hdimg3 {
    bottom: 0;
  }
}

.greybg .hdimg4 {
  position: relative;
  bottom: -32px;
}

@media (max-width: 767px) {
  .greybg .hdimg4 {
    bottom: 0;
  }
}

.blackbg {
  background: #151515;
  min-height: 332px;
  position: relative;
  top: 126px;
}

.blackbg .blackbgimg {
  border-radius: 30px;
  background: #f0f0f0;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1000000015);
  width: 100%;
  max-width: 774px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -96px;
  left: 50%;
  padding: 41px 0 20px;
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  .blackbg .blackbgimg {
    min-height: 300px;
    top: 13px;
  }
}

.blackbg .blackbgimg .videotag {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  top: 50%;
}

.blackbgimg1 {
  position: relative;
  border-radius: 30px;
  background: #f0f0f0;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1000000015);
  width: 100%;
  max-width: 774px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 528px;
  left: 50%;
  transform: translateX(-50%);
}

.blackbgimg1 .videotag1 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.learnbtn {
  background: transparent;
  border: 1px solid #151515;
  min-width: 210px;
  min-height: 50px;
  color: #151515;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s;
  border-radius: 0;
}

.learnbtn:hover {
  border: 1px solid transparent;
  color: #FA219E;
}

.lgbtn {
  background: #151515;
  min-width: 95px;
  min-height: 31px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.TailList {
  border-top: 1px solid rgba(0, 0, 0, 0.1000000015);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1000000015);
  padding: 15px 0;
}

.TailList a {
  color: #151515;
  font-family: "Abril Fatface", sans-serif;
  font-size: 34px;
  font-weight: 400;
  /* padding-left: 44px; */

}

@media (max-width: 767px) {
  .TailList a {
    font-size: 27px;
  }
}

@media (max-width: 576px) {
  .TailList a {
    font-size: 18px;
    padding-left: 6px;
  }
}

@media (max-width: 1199px) {
  .TailList a {
    padding-left: 33px;
  }
}

@media (max-width: 991px) {
  .TailList a {
    padding-left: 0;
  }
}

.TailList a:hover {
  text-decoration: none;
  color: #FA219E;
}

.OurPlant .dgrid {
  display: grid;
  align-items: self-start;
  min-height: 666px;
}

@media (max-width: 991px) {
  .OurPlant .dgrid {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .OurPlant .dgrid {
    padding: 20px;
  }
}

.OurPlant .dgrid1 {
  display: grid;
  align-items: end;
  min-height: 666px;
}

@media (max-width: 576px) {
  .OurPlant .dgrid1 {
    min-height: unset;
  }
}

.OurPlant .dgrid1 img:hover {
  box-shadow: 10px 14px 13px rgba(0, 0, 0, 0.3);
  transform: translateZ(-10px);
}

.OurPlant .dgrid2 {
  display: grid;
  align-items: self-start;
  min-height: 666px;
}

@media (max-width: 576px) {
  .OurPlant .dgrid2 {
    min-height: unset;
  }
}

.OurPlant .dgrid2 img:hover {
  box-shadow: 10px 14px 13px rgba(0, 0, 0, 0.3);
  transform: translateZ(-10px);
}

.ashbg {
  background: rgba(217, 217, 217, 0.400000006);
  padding-top: 62px;
  padding-bottom: 62px;
}

.ashbg .ashmenu {
  padding-top: 50px;
}

.ashbg .ashmenu ul {
  padding-left: 0;
}

.ashbg .ashmenu ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1000000015);
  padding: 10px 0;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.ashbg .ashmenu ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  background-color: #FA219E;
  transition: all 0.1s ease-in-out;
  bottom: 0;
}

.ashbg .ashmenu ul li:hover {
  position: relative;
}

.ashbg .ashmenu ul li:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #FA219E;
  transition: all 0.3s ease;
  bottom: 0;
}

.ashbg .ashmenu ul li a {
  color: #151515;
  font-family: "Abril Fatface", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .ashbg .ashmenu ul li a {
    font-size: 19px;
  }
}

.ashbg .ashmenu ul li a span {
  font-size: 20px;
  padding-right: 15px;
}

.ashbg .ashmenu ul li a:hover {
  text-decoration: none;
  color: #FA219E;
}

.ashbg .ashimg {
  position: relative;
  z-index: 332;
}

.ashbg .ashimg .whitebx {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.0199999996);
  padding: 56px 25px 53px;
  max-width: 377px;
  width: 100%;
  z-index: 333;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.ashbg .ashimg .whitebx img {
  transform: rotate(0);
  transition: all 0.5s ease;
}

.ashbg .ashimg .whitebx:hover {
  transform: translateY(-10px);
}

.ashbg .ashimg .whitebx:hover img {
  transform: rotate(45deg);
}

.ashbg1 {
  background: rgba(217, 217, 217, 0.400000006);
  padding: 20px;
}

.ashbg1:hover {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
}

.ashbg1 .whitecover {
  border-radius: 5px;
  background: #ffffff;
  padding: 20px 25px;
}

@media (max-width: 576px) {
  .ashbg1 .whitecover {
    padding: 20px 15px;
  }
}

.ashbg1 .input-group {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ashbg1 .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  min-height: 48px;
}

.ashbg1 .input-group span {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  min-height: 48px;
  transition: all 0.5s ease;
}

.ashbg1 .input-group span:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

.PplSay .dgrid1 {
  display: grid;
  align-items: self-start;
  min-height: 481px;
}

.footsec {
  background-color: #151515;
  padding: 40px 0 0 0;
}

.footsec h6 {
  color: rgba(255, 255, 255, 0.6999999881);
  font-family: "Epilogue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.footsec h5 {
  font-family: "Abril Fatface", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}

.footsec .input-group {
  background: transparent;
  border: 1px solid rgba(217, 217, 217, 0.1);
}

.footsec .input-group button {
  background: transparent;
}

.footsec .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  height: 48px;
}

.footsec .input-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6999999881);
}

.footsec .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6999999881);
}

.footsec .input-group span {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footsec .input-group span::after {
  position: absolute;
  content: "";
  background: rgba(217, 217, 217, 0.1);
  left: 0;
  width: 1px;
  height: 30px;
}

.footsec ul {
  padding-left: 0;
}

.footsec ul li {
  list-style: none;
  padding-bottom: 15px;
}

.footsec ul li a {
  color: #ffffff;
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footsec ul li a:hover {
  color: #FA219E;
  text-decoration: none;
}

.footsec .footpara {
  border-top: 1px solid rgba(255, 255, 255, 0.0799999996);
  padding: 15px 0;
}

.footsec .footpara p {
  color: #ffffff;
  opacity: 0.6999999881;
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.SlickCar {
  position: relative;
  margin-bottom: 100px;
}

.SlickCar.SlickCar1 .slick-slide {
  height: 504px;
}

.SlickCar.SlickCar1 #wrap {
  height: 504px;
}

@media (max-width: 991px) {
  .SlickCar.SlickCar1 #thumbnail_slider {
    bottom: 0;
  }
}

.SlickCar.SlickCar1 #thumbnail_slider .slick-slide img {
  height: 504px;
}

.SlickCar.SlickCar1 #slider .slick-track {
  height: 504px;
}

.SlickCar.SlickCar11 .thumbnail-item {
  height: 369px;
}

.SlickCar.SlickCar11 #thumbnail_slider .slick-slide img {
  height: unset;
}

.SlickCar.SlickCar11 .slick-slide {
  height: 369px;
}

@media (max-width: 1199px) {
  .SlickCar {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .SlickCar {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .SlickCar {
    margin-bottom: 50px;
  }
}

.SlickCar .slick-track {
  width: 100%;
}

.SlickCar .slick-list {
  padding: 0 !important;
}

.SlickCar ul {
  padding-left: 0;
}

.SlickCar #wrap {
  height: 650px;
}

@media (max-width: 991px) {
  .SlickCar #wrap {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .SlickCar #wrap {
    height: unset;
  }
}

.SlickCar .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.SlickCar #slider.slick-slider {
  mix-blend-mode: luminosity;
}

.SlickCar #thumbnail_slider {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 333;
  height: 420px;
}

.SlickCar #thumbnail_slider .slick-slide img {
  height: 420px;
}

@media (max-width: 991px) {
  .SlickCar #thumbnail_slider .slick-slide img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .SlickCar #thumbnail_slider .slick-slide img {
    height: 165px;
  }
}

@media (max-width: 576px) {
  .SlickCar #thumbnail_slider .slick-slide img {
    height: 134px;
  }
}

.SlickCar #thumbnail_slider .thumbnail-item {
  height: 420px;
}

@media (max-width: 767px) {
  .SlickCar #thumbnail_slider .thumbnail-item {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .SlickCar #thumbnail_slider {
    bottom: -167px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .SlickCar #thumbnail_slider {
    bottom: 21px;
  }
}

@media (max-width: 460px) {
  .SlickCar #thumbnail_slider {
    bottom: -18px;
  }
}

.SlickCar #thumbnail_slider .slick-slide img {
  padding: 0 62px 0 62px;
}

@media (max-width: 991px) {
  .SlickCar #thumbnail_slider .slick-slide img {
    padding: 0 9px 0 62px;
  }
}

@media (max-width: 767px) {
  .SlickCar #thumbnail_slider .slick-slide img {
    padding: 0 25px 0 24px;
  }
}

.SlickCar .thumbnail-item span {
  color: #ffffff;
  font-family: "Abril Fatface", sans-serif;
  font-size: 94.3865737915px;
  font-weight: 400;
  position: relative;
  bottom: 121px;
  left: 20px;
}

@media (max-width: 1199px) {
  .SlickCar .thumbnail-item span {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .SlickCar .thumbnail-item span {
    font-size: 41px;
  }
}

@media (max-width: 576px) {
  .SlickCar .thumbnail-item span {
    font-size: 32px;
    bottom: 68px;
  }
}

.SlickCar #slider .slick-track {
  height: 650px;
  /*height: 634px;*/
}

@media (max-width: 767px) {
  .SlickCar #slider .slick-track {
    height: 400px;
  }
}

@media (max-width: 460px) {
  .SlickCar #slider .slick-track {
    height: 250px;
  }
}

.SlickCar #thumbnail_slider .slick-track {
  height: 340px;
}

@media (max-width: 767px) {
  .SlickCar #thumbnail_slider .slick-track {
    height: 220px;
  }
}

.follsec1 {
  display: block;
}

@media (max-width: 576px) {
  .follsec1 {
    display: none;
  }
}

.follsec1 img {
  transition: all 0.5s ease;
}

.follsec1 img:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.follsec2 {
  display: none;
}

@media (max-width: 576px) {
  .follsec2 {
    display: block;
  }
}

@media (max-width: 991px) {
  .od-1 {
    display: none;
  }

  .od-2 {
    order: 1;
  }

  .od-3 {
    display: none;
  }
}

.dshowimg {
  display: block;
}

@media (max-width: 991px) {
  .dshowimg {
    display: none;
  }
}

.dshideimg {
  display: none;
}

@media (max-width: 991px) {
  .dshideimg {
    display: block;
  }
}

.hdmenu1 {
  display: block;
}

@media (max-width: 1199px) {
  .hdmenu1 {
    display: none;
  }
}

.headmd2 {
  display: none;
}

@media (max-width: 1199px) {
  .headmd2 {
    display: block;
  }
}

.lastman {
  display: block;
}

@media (max-width: 767px) {
  .lastman {
    display: none;
  }
}

.lastman1 {
  display: none;
}

@media (max-width: 767px) {
  .lastman1 {
    display: block;
  }
}

.hover01 img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.hover01:hover {
  cursor: pointer;
}

.hover01:hover img {
  transform: scale(1.3);
}

.lglogo {
  padding-right: 155px;
}

.TailInnersec {
  min-height: calc(100vh - 498px);
}

.TailInnersec .TailForm label {
  color: #151515;
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 9px;
}

.TailInnersec .TailForm label.fn15 {
  font-size: 15px;
  font-weight: 500;
}

.TailInnersec .TailForm .form-control {
  min-height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 16px;
}

.TailInnersec .TailForm .input-group {
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.TailInnersec .TailForm .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  font-size: 16px;
  color: #151515;
  min-height: 48px;
}

.TailInnersec .TailForm .input-group span {
  background: transparent;
  border: 1px solid transparent;
  color: #151515;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
}

.TailInnersec .TailForm .input-group-append {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.TailInnersec .TailForm .input-group-append span {
  border: 1px solid transparent;
}

.TailInnersec .TailForm .input-group-append .form-control {
  background: transparent;
  border: 1px solid transparent;
  font-size: 16px;
  color: #151515;
  min-height: 48px;
}

.TailInnersec .TailForm .input-group span {
  background: transparent;
  border: 1px solid transparent;
}

.TailInnersec .TailForm .input-group-append span {
  background: transparent;
  border: 1px solid transparent;
  color: #151515;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.TailInnersec .textunderline {
  text-decoration: underline;
  text-decoration-color: #bdbbbb;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .TailInnersec .textunderline {
    font-size: 14px;
  }
}

.TailInnersec .textunderline.Noline {
  text-decoration: unset;
}

.TailInnersec .orclass {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: rgba(217, 217, 217, 0.400000006);
  font-size: 14px;
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.TailInnersec .orclass::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 127px;
  background: rgba(217, 217, 217, 0.400000006);
  top: 40px;
}

@media (max-width: 991px) {
  .TailInnersec .orclass::after {
    width: 127px;
    height: 1px;
    left: 40px;
    top: 17px;
  }
}

.TailInnersec .orclass::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 127px;
  background: rgba(217, 217, 217, 0.400000006);
  bottom: 40px;
}

@media (max-width: 991px) {
  .TailInnersec .orclass::before {
    width: 127px;
    height: 1px;
    right: 40px;
    top: 17px;
  }
}

.TailInnersec .measbg {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 13px;
}

.TailInnersec .measbg img {
  border-radius: 20px;
}

.TailInnersec .measbg1 {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #d9d9d9;
  min-width: 157px;
  min-height: 157px;
  display: flex;
  align-items: center;

}

.TailInnersec .measbg1 .ashbg1 {
  border-radius: 10px;
  background: #f0f0f0;
  min-width: 141px;
  min-height: 141px;
  padding: 5px;
}

.TailInnersec .horzline {
  position: relative;
}

.TailInnersec .horzline::after {
  position: absolute;
  left: -18px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1000000015);
  content: "";
}

.btn-border-2 {
  position: relative;
}

.btn-border-2::after,
.btn-border-2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.5s;
}

.btn-border-2::after {
  top: -3px;
  left: -3px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.btn-border-2::before {
  bottom: -3px;
  right: -3px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.btn-border-2:hover {
  color: #151515;
}

.btn-border-2:hover::after,
.btn-border-2:hover::before {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-color: #151515;
}

.blackbtn {
  background: #151515;
  min-height: 50px;
  color: #ffffff;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  transition: all 0.5s ease;
}

.blackbtn:hover {
  background: #ffffff;
  border: 1px solid #151515;
}

.blackbtn.mx340 {
  min-width: 450px;
}

.prevbtn {
  min-width: 180px;
  min-height: 50px;
  border: 1px solid #151515;
  border-radius: 0;
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease;
}

.prevbtn:hover {
  background: transparent;
  border: 3px solid #151515;
}

.prevbtn.mn278 {
  min-width: 278px;
}

.Googlebtn {
  min-height: 50px;
  border: 1px solid #151515;
  border-radius: 0;
  color: #151515;
  font-family: "Epilogue", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
}

.fbBtn {
  min-height: 50px;
  background: #1877f2;
  color: #ffffff;
  font-family: "Epilogue", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  border-radius: 0;
  text-transform: uppercase;
}

.fbBtn:hover {
  color: #ffffff;
}

.customCardCnt {
  background: rgba(217, 217, 217, 0.4);
  width: 100%;
  padding: 22px 10px;
  padding-bottom: 0px;
  border-radius: 20px;
  margin: 10px 0px;
}

.customCardCnt:hover {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
}

.customCardCnt img.bannerImg {
  height: 329px;
}

.customCardCnt .circleArrow {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.customCardCnt:hover .circleArrow {
  transform: rotate(45deg);
}

.rtarrow {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.rtarrow:hover {
  transform: rotate(45deg);
}

.textslider .wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.textslider .wrapper p {
  position: absolute;
  left: 100%;
  width: 100%;
  font-size: 2em;
  color: #000000;
  top: 0;
  cursor: pointer;
  opacity: 0;
  transition: left 1.4s, opacity 0.5s ease;
}

.textslider .wrapper p.activeText {
  position: relative;
  left: 0;
  opacity: 1;
}

.textslider .wrapper p.slideLeft {
  left: -100%;
  opacity: 0;
}

.textslider ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.textslider ul li {
  list-style: none;
}

.textslider .dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #7f8c8d;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.textslider .active {
  background: #ecf0f1;
}

.customcheck {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.customcheck .contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.customcheck .contain.fn14 {
  font-size: 14px;
}

.customcheck .contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.customcheck .checkmark {
  position: absolute;
  top: 0;
  left: 1px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgb(217, 217, 217);
}

.customcheck .contain:hover input~.checkmark {
  background-color: transparent;
  border: 1px solid rgb(217, 217, 217);
}

.customcheck .contain input:checked~.checkmark {
  background-color: #FA219E;
  border: 1px solid rgb(217, 217, 217);
}

.customcheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customcheck .contain input:checked~.checkmark:after {
  display: block;
}

.customcheck .contain .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.pinkhover:hover {
  color: #FA219E;
}

.activity .custom-select {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-image: url(../images/arrow-down.png);
  background-size: inherit;
  font-size: 15px;
  line-height: 20px;
  color: #151515;
  background-repeat: no-repeat;
  background-position: right 15px center;
  min-height: 48px;
}

.activity .custom-select option {
  padding-bottom: 20px;
}

.faqtabsec {
  border-radius: 110px;
  background: rgba(217, 217, 217, 0.400000006);
  max-width: 317px;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.faqtabsec li a {
  color: #151515;
  font-family: "Epilogue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.faqtabsec li a.active {
  border-radius: 50px;
  background: #151515;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.0500000007);
  color: #ffffff;
}

.faq-sec .card {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(217, 217, 217);
  border-radius: 0;
}

.faq-sec .card .card-header {
  border-bottom: none !important;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-sec .card .card-header button {
  padding-left: 0;
}

.faq-sec .card .card-header button:hover {
  text-decoration: none;
}

.faq-sec .card .card-header button:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.faq-sec .card .card-header button span {
  color: #151515;
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.faq-sec .card .card-body {
  padding-left: 0;
  padding-right: 0;
  color: #151515;
  opacity: 0.6999999881;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 14px;
}

.CmsCnt li {
  list-style: none;
  color: #151515;
  opacity: 0.6999999881;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}

.profilemenu ul {
  display: inline-block;
}

.profilemenu ul li {
  margin-bottom: 10px;
}

.profilemenu ul li a {
  color: #151515;
  font-size: 15px;
  font-weight: 400;
}

.profilemenu ul li a.active {
  background: #151515;
  color: #ffffff;
}

.favbg {
  background: rgba(217, 217, 217, 0.400000006);
  padding: 5px 10px;
}

.favbg p {
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  line-break: loose;
}

.favbg span {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
}

#more {
  display: none;
}

.readmore {
  background-color: transparent;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .vanimg {
    position: relative;
    animation: mymove 5s infinite;
  }

  @keyframes mymove {
    from {
      left: 0;
    }

    to {
      left: 200px;
    }
  }
}

@media (max-width: 767px) {
  @keyframes mymove {
    from {
      left: 0;
    }

    to {
      left: 80px;
    }
  }
}

@media (max-width: 576px) {
  @keyframes mymove {
    from {
      left: 0;
    }

    to {
      left: 40px;
    }
  }
}

.customradio {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.customradio .contain {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.customradio .contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.customradio .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #d9d9d9;
  background: transparent;
  border-radius: 50%;
}

.customradio .contain:hover input~.checkmark {
  background-color: #ccc;
}

.customradio .container input:checked~.checkmark {
  background-color: #2196F3;
}

.customradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.customradio .contain input:checked~.checkmark:after {
  display: block;
}

.customradio .contain .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #151515;
}

.overlay {
  position: relative;
  transition: all 0.5s ease;
}

.overlay span {
  display: none;
}

.overlay::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(23, 22, 22, 0.2);
  transition: all 0.5s ease;
  left: 0;
}

.overlay:hover {
  position: relative;
  transition: all 0.5s ease;
}

.overlay:hover span {
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-family: "Roashe Personal Use", sans-serif;
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 333;
}

.overlay:hover::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 22, 22, 0.2);
  transition: all 0.5s ease;
}

.shine {
  position: relative;
  transition: all 0.5s ease;
}

.shine::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3019607843));
  transform: skew(90deg);
}

.shine:hover {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.shine:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3019607843));
  transform: skew(-90deg);
  transition: all 0.5s ease;
}

.linebx {
  position: relative;
}

.linebx::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 20px;
  top: 0;
  background-color: #d1d1d1;
}

.linebx:hover {
  position: relative;
  cursor: pointer;
}

.linebx:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #d1d1d1;
  transition: width 0.5s ease, height 0.5s ease;
  transition-delay: 0s, 0.5s;
}

.linebx .cirarr {
  width: 38px;
  height: 38px;
  border: 1px solid rgb(217, 217, 217);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.linebx .cirarr:hover {
  background-color: rgba(87, 83, 83, 0.2);
  cursor: pointer;
}

.cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.cont .box {
  position: relative;
  width: 280px;
  height: 400px;
  background: #fff;
  transition: 0.5s;
  overflow: hidden;
}

.cont .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont .box:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f0f2f0;
  z-index: 1;
  transition: 0.5s;
}

.cont .box:after {
  content: "";
  opacity: 0.9;
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: 0.5s;
}

.cont:hover .box:before {
  top: 0;
}

.cont:hover .box:after {
  bottom: 0;
  transition-delay: 0.5s;
}

.cont .box:hover:before {
  top: -100%;
}

.cont .box:hover:after {
  bottom: -100%;
}

.box span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 333;
  white-space: nowrap;
}

.box .bxcnt {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 14px;
  background: rgba(21, 21, 21, 0.5);
  display: block;
  transition: all 0.5s ease;
}

.box:hover span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 333;
}

.box:hover .bxcnt {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 14px;
  background: rgba(21, 21, 21, 0.5);
  display: block;
  transition: all 0.5s ease;
}

.barmodal {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .barmodal .modal-dialog {
    max-width: unset !important;
  }
}

.barmodal .modal-dialog {
  height: 100vh;
  margin: 0;
}

.barmodal .modal-content {
  height: 100%;
  border-radius: 0;
  background-color: #151515;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.barmodal .close {
  opacity: unset;
  margin-top: 30px;
  margin-left: 50px;
}

.barmodal .mt110 {
  margin-top: 110px;
}

.barmodal .mt38 {
  margin-top: 38px;
}

.barmodal .modalmenu ul li {
  padding-bottom: 20px;
  list-style: none;
}

.barmodal .modalmenu ul li a {
  color: #ffffff;
  font-family: "Abril Fatface", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.barmodal .modalmenu ul li a:hover {
  text-decoration: none;
}

.barmodal .submodalmenu ul {
  padding-left: 17px;
}

.barmodal .submodalmenu ul li {
  padding-bottom: 10px;
  list-style-type: disc;
}

.barmodal .submodalmenu ul li a {
  color: #ffffff;
}

.barmodal .submodalmenu ul li::marker {
  color: #ffffff;
}

.barmodal .bgimg {
  position: relative;
}

.barmodal .bgimg::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #1F1F1F;
  top: 0;
  left: 50%;
}

.barmodal .cmntxt1 {
  position: absolute;
  z-index: 333;
  left: 42%;
  transform: translateX(-50%);
  width: 100%;
}

/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.ashouter {
  background-color: #ffffff;
  padding: 8px;
  min-height: 332px;
  margin-top: -84%;
}

@media (max-width: 991px) {
  .ashouter {
    margin-top: 20px;
    padding: 0;
  }
}

.ashouter .asbg {
  background: #f0f0f0;
  padding: 10px 25px;
}

.sidebar {
  position: fixed;
  left: -100%;
  width: 100%;
  background: #151515;
  transition: all 0.5s ease;
  top: 0;
  height: 100vh;
}

.sidebarOpen .sidebar {
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 33333;
}

body.sidebarOpen {
  overflow-y: hidden;
}

.animateslide {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
}

.animateslide .closebtn {
  position: absolute;
  z-index: 33333333;
  top: 30px;
  left: 48px;
}

.animateslide .slidebx {
  position: absolute;
  width: 20%;
  height: 0px;
  background-color: #000000;
}

.animateslide .slidebx.bx1 {
  top: 0;
  left: 0;
}

.animateslide .slidebx.bx2 {
  top: 0;
  left: 20%;
}

.animateslide .slidebx.bx3 {
  top: 0;
  left: 40%;
}

.animateslide .slidebx.bx4 {
  top: 0;
  left: 60%;
}

.animateslide .slidebx.bx5 {
  top: 0;
  left: 80%;
}

.sidebarOpen .slidebx {
  height: 100%;
  transition: 0.7s ease;
}

.sidebarOpen .slidebx.bx1 {
  transition-delay: 0.15s;
}

.sidebarOpen .slidebx.bx2 {
  transition-delay: 0.3s;
}

.sidebarOpen .slidebx.bx3 {
  transition-delay: 0.45s;
}

.sidebarOpen .slidebx.bx4 {
  transition-delay: 0.6s;
}

.sidebarOpen .slidebx.bx5 {
  transition-delay: 0.75s;
}

.loadanim .twitter-tweet {
  height: 300px;
  width: 100%;
  animation: tweet-skeleton 1s linear infinite alternate;
}

@keyframes tweet-skeleton {
  0% {
    background-color: rgb(209, 209, 209);
  }

  25% {
    background-color: rgb(243, 243, 243);
  }

  7% {
    background-color: rgb(213, 213, 213);
  }

  100% {
    background-color: rgb(243, 243, 243);
  }
}

.textcnt {
  min-height: 245px;
  animation: none;
}

.tickimg img {
  width: 100px;
  height: 100px;
}

.ashbx {
  background: rgba(217, 217, 217, 0.400000006);
  min-height: 500px;
}

.astable tr {
  margin-bottom: 10px;
}

.astable th {
  background: #151515;
  color: #fff;
}

.astable td {
  text-align: left;
  border-top: none;
}

.astable td:last-child {
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 175px;
}

.astable td ul li {
  list-style: none;
  padding-bottom: 10px;
}

.astable td ul li a {
  color: #151515;
  white-space: nowrap;
  font-size: 15px;
}

.is-loading .shoesbannersec,
.is-loading .shoesbannersec1 {
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.2) 8%, #f5f5f5 18%, rgba(0, 0, 0, 0.2) 33%) !important;
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  position: relative;
  height: 642px;
}


.is-loading img,
.is-loading h1,
.is-loading h2,
.is-loading h3,
.is-loading h4,
.is-loading h5,
.is-loading h6,
.is-loading li,
.is-loading a,
.is-loading a.active,
.is-loading p,
.is-loading .dshowimg,
.is-loading .SlickCar,
.is-loading .dshowimg,
.is-loading .customCardCnt,
.is-loading .blackbgimg,
.is-loading .learnbtn,
.is-loading .dgrid1,
.is-loading .dgrid2,
.is-loading .hover01,
.is-loading .input-group,
.is-loading .banimg,
.is-loading label,
.is-loading .form-control,
.is-loading .blackbtn,
.is-loading .detailimg,
.is-loading .card,
.is-loading .shine,
.is-loading .cirarr,
.is-loading .howimg,
.is-loading .head22,
.is-loading .box,
.is-loading .bxcnt,
.is-loading .pgnt,
.is-loading .Googlebtn,
.is-loading .fbBtn,
.is-loading .cartbutton,
.is-loading .prevbtn,
.is-loading .measbg,
.is-loading .cirleimg,
.is-loading .custom-btn,
.is-loading .eyeimg,
.is-loading textarea,
.is-loading .overlay,
.is-loading .hd1,
.is-loading .icomenu,
.is-loading .bshgt,
.is-loading .bslabel,
.is-loading .customcheck,
.is-loading .measbg1,
.is-loading .ashbg1,
.is-loading .borderbtm,
.is-loading .horzline p,
.is-loading .skdata,
.is-loading .orderai a,
.is-loading .ashbg1,
.is-loading .measbg1,
.is-loading .skdata img,
.is-loading .iconbutton,
.is-loading .skdata .favbg,
.is-loading .skdata .skbtn,
.is-loading .footsec .skdata a,
.is-loading .blkbtn,
.is-loading .skdata .smallbx,
.is-loading .ashbx11,
.is-loading .skdata .mockupbg,
.is-loading .skdata .whitebx.wt,
.is-loading .skbtn .blkbtn,
.is-loading .skbtn .sandbtn,
.is-loading .skbtn .shoebtn {


  background: linear-gradient(110deg, rgba(0, 0, 0, 0.2) 8%, #f5f5f5 18%, rgba(0, 0, 0, 0.2) 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  position: relative;
  z-index: 333;
}

.is-loading .imgeffect {
  background: rgba(217, 217, 217, 0.4);
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.2) 8%, #f5f5f5 18%, rgba(0, 0, 0, 0.2) 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  position: relative;
  z-index: 333;
}

.is-loading .horzline {
  width: 100%;
  height: 250px;
}

.is-loading .borderbtm {
  width: 100%;
  height: 300px;
}

.is-loading .measbg1 {
  width: 100%;
  height: 157px;
}

.is-loading .measbg1.measbg11 {
  width: 157px;
  height: 157px;
}

/*.is-loading .icomenu {
    height: 100%;
    width: 206px;
  }*/
.is-loading .overlay.ov1 {
  height: 560px;
  width: 100%;
}

.is-loading .overlay.ov2 {
  width: 100%;
  height: 267px;
  margin-bottom: 7px;
}

.is-loading .textarea {
  height: 100%;
  width: 100%;
}

.is-loading .eyeimg {
  height: 50px;
  width: 100%;
}

/* .is-loading a {
    margin-top: 5px;
  } */
.is-loading .cirleimg {
  margin-bottom: 30px;
}

.is-loading .measbg {
  width: 100%;
  height: 470px;
}

.is-loading .Googlebtn,
.is-loading .fbBtn,
.is-loading .prevbtn,
.is-loading .cartbutton,
.is-loading .blackbtn {
  width: 100%;
  height: 50px;
}

.is-loading .howimg {
  height: 240px;
  z-index: 33333;
}

.is-loading .card {
  margin-bottom: 20px;
}

.is-loading .shine {
  height: 560px;
  width: 100%;
  z-index: 333333;
}

.is-loading .bxcnt {
  height: 50px;
  width: 100%;
}

.is-loading .pgnt {
  width: 100%;
  height: 700px;
}

.is-loading .activity .custom-select {
  background: rgba(217, 217, 217, 0.4);
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.2) 8%, #f5f5f5 18%, rgba(0, 0, 0, 0.2) 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  position: relative;
  z-index: 333;
}

/* .is-loading h1, .is-loading h2, .is-loading h3, .is-loading h4, .is-loading h5, .is-loading h6, .is-loading p, .is-loading a {
    height: 30px;
    margin-bottom: 15px !important;
  } */
.is-loading h3.head22 {
  height: 63px;
  width: 100%;
}

.is-loading p.head22 {
  height: 120px;
  width: 100%;
}

.is-loading .headmen a {
  margin-right: 20px;
}

.is-loading .Thead h2 {
  height: 178px;
}

.is-loading .mainhead {
  height: 160px;
}

.is-loading .greybg {
  height: 222px;
}

.is-loading .logoimg1 {
  height: 33px;
}

.is-loading .customCardCnt {
  height: 403px;
}

.is-loading .customCardCnt .txlt {
  width: 50%;
}

.is-loading .customCardCnt .txlt img {
  background: transparent;
}

.is-loading .customCardCnt .txrt {
  width: 50%;
}

.is-loading .customCardCnt .txrt h4 {
  height: 50px !important;
}

.is-loading .customCardCnt .txrt h5 {
  height: 95px !important;
}

.is-loading .customCardCnt .txrt .circleArrow {
  height: 63px;
}

.is-loading ul.hd22 li {
  margin-bottom: 10px;
}

.is-loading .hdmenu1 ul li {
  margin-right: 10px;
}

.is-loading .detailimg {
  z-index: 33354;
  margin-bottom: 50px;
  height: 331px;
}

.is-loading h2.head2 {
  height: 178px !important;
  width: 100%;
}

.is-loading h2.head21 {
  height: 150px;
  width: 100%;
}

.is-loading h3.head22 {
  height: 78px;
  width: 100%;
  margin-top: 20px;
}

.is-loading h4.head2 {
  height: 50px;
  width: 100%;
}

.is-loading h4.head2.head22 {
  margin-top: 28px;
  height: 70px;
  width: 100%;
}

.is-loading h4.head21 {
  height: 147px !important;
  width: 100%;
}

.is-loading h5.head2 {
  height: 80px;
  width: 100%;
}

.is-loading h5.head21 {
  height: 100px;
  width: 100%;
}

.is-loading h5.head22 {
  height: 50px;
  width: 100%;
}

.is-loading h6.head2 {
  height: 80px;
  width: 100%;
}

.is-loading h6.head2.head12 {
  height: 100px;
  width: 100%;
}

.is-loading h6.head2.head22 {
  height: 250px;
  width: 100%;
}

.is-loading h6.head2.head21 {
  height: 120px;
  width: 100%;
}

.is-loading .blackbgimg {
  height: 500px;
}

.is-loading .dgrid h4 {
  height: 60px !important;
}

.is-loading .dgrid h6 {
  height: 120px !important;
}

.is-loading .learnbtn img {
  height: 40px;
}

.is-loading .dgrid1 {
  height: 346px;
}

.is-loading .dgrid2 {
  height: 346px;
}

/* .is-loading .ashmenu ul li a {
    height: 50px !important;
  } */
.is-loading .whitebx {
  height: 322px;
  padding-top: 30px;
}

.is-loading .banimg {
  height: 360px;
}

.is-loading .inputfd {
  margin-top: 30px;
  margin-bottom: 30px;
}

.is-loading .form-control {
  height: 45px;
}

.is-loading .slick-slide img {
  height: unset !important;
}

.is-loading .SlickCar.SlickCar1 .slick-slide {
  height: unset !important;
  visibility: hidden;
}

.is-loading p.head22 {
  height: 50px;
}

.is-loading .skdata {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;

}

.is-loading .skdata.skdata1 {
  width: 300px;
  height: 50px;
  margin: auto;
}

.is-loading .bshgt {
  height: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.is-loading .bshgt.bshgt1 {
  height: 50px;
}

.is-loading .bshgt.bsh1 {
  height: 50px;
}

.is-loading .bshgt.bsh2 {
  height: 178px;
}

.is-loading .bshgt.bsh2.mt20 {
  margin-top: 20px;
}

.is-loading .bshgt.bsh3 {
  height: 250px;
}

.is-loading .bshgt.bsh3.mb30 {
  margin-bottom: 60px;
}

.is-loading .bshgt.bsh3 .customcheck {
  margin-top: 10px;
  margin-left: 20px;
}

.is-loading .bshgt.bsh5 {
  height: 50px;
}

.is-loading .bshgt.bsh55 {
  height: 55px;
}

.is-loading .bshgt.bsh6 {
  height: 30px;
}

.is-loading .bshgt.bsh8 {
  height: 330px;
}

.is-loading .bshgt.bsw1 {
  height: 50px;
  width: 150px !important;
}

.is-loading .bshgt.bsw1.txt {
  margin: auto;
  margin-bottom: 30px;
}

.is-loading .bshgt.bsw2 {
  height: 50px;
  width: 250px !important;
}

.is-loading .bshgt.bsw2.txt {
  margin: auto;
}

.is-loading .bshgt.bsw2.txt.mt30 {
  margin-top: 50px;
}

.is-loading .bshgt.bsw4 {
  width: 40%;
  height: 50px;
}

.is-loading .bshgt.bsw6 {
  width: 150px;
  height: 30px;
}

.is-loading .bshgt.bsw7 {
  width: 50%;
  height: 30px;
}

.is-loading .bshgt.bsw7.txt {
  margin: auto;
}

.is-loading .bshgt.bswgt {
  width: 757px;
  margin: auto;
  margin-bottom: 20px;
}

.is-loading .bshgt.bswgt.mt30 {
  margin-top: 30px;
}

.is-loading .bslabel {
  width: 90px;
  height: 30px;
  margin-bottom: 20px;
}

.is-loading .loadtext .form-control::-moz-placeholder {
  visibility: hidden;
}

.is-loading .loadtext img,
.is-loading .loadtext ul li a,
.is-loading .loadtext h2,
.is-loading .loadtext h3,
.is-loading .loadtext h4,
.is-loading .loadtext h5,
.is-loading .loadtext h6,
.is-loading .loadtext a.Noline,
.is-loading .loadtext a.pinkhover,
.is-loading .loadtext .SlickCar.SlickCar1 .slick-slide li img,
.is-loading .loadtext .input-group,
.is-loading .loadtext p,
.is-loading .loadtext ul li.cnli,
.is-loading .loadtext label,
.is-loading .loadtext .blackbtn,
.is-loading .loadtext .Googlebtn,
.is-loading .loadtext .fbBtn,
.is-loading .loadtext .btn-border-2::after,
.is-loading .loadtext .btn-border-2::before,
.is-loading .loadtext .CmsCnt li,
.is-loading .loadtext .cartbutton,
.is-loading .loadtext .form-control::placeholder,
.is-loading .loadtext .skdata a,
.is-loading .loadtext .eyeimg,
.is-loading .loadtext .textline,
.is-loading .loadtext a.mt,
.is-loading .loadtext .activity .custom-select option,
.is-loading .loadtext .favbg,
.is-loading .loadtext .prevbtn,
.is-loading .loadtext select,
.is-loading .loadtext .btn-link,
.is-loading .loadtext .card-body,
.is-loading .loadtext .head21,
.is-loading .loadtext .learnbtn,
.is-loading .loadtext .hitem,
.is-loading .loadtext .dshowimg::after,
.is-loading .loadtext .afterlogbtn span,
.is-loading .loadtext table th,
.is-loading .skdata .form-control,
.is-loading .loadtext .skdata .form-control,
.is-loading .loadtext .skdata.skdata1 button,
.is-loading .loadtext .skdata span,
.is-loading .ashbg1 img,
.is-loading .loadtext .skdata h5,
.is-loading .loadtext .skdata .ashbg1,
.is-loading .loadtext .skdata textarea,
.is-loading .loadtext .skdata img,
.is-loading .loadtext .box .bxcnt,
.is-loading .loadtext .ashmenu ul li a,
.is-loading .loadtext .skdata h4,
.is-loading .loadtext .ashimg img,
.is-loading .loadtext .skdata h3,
.is-loading .loadtext .box .bxcnt,
.is-loading .loadtext .SlickCar li,
.is-loading .loadtext .iconbutton span,
.is-loading .loadtext .skdata #wa_btn-content,
.is-loading .loadtext .skdata span,
.is-loading .loadtext .skdata li,
.is-loading .loadtext .skdata .math_image,
.is-loading .loadtext .shoebtn,
.is-loading .loadtext .skdata .ashbx,
.is-loading .loadtext .skdata .ashbx.ashbx1,
.is-loading .loadtext .skdata button,
.is-loading .loadtext .mockupbg img,
.is-loading .loadtext .skdata .whitebx.wt,
.is-loading .loadtext .skbtn .blkbtn span,
.is-loading .loadtext .skbtn .sandbtn span,
.is-loading .loadtext .skbtn .shoebtn span {
  visibility: hidden;
}

.is-loading .loadtext .shoesbannersec .rtbg {
  background: transparent !important;

}

.is-loading .loadtext .shoesbannersec1 .rtbg1 {
  background: transparent !important;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/*# sourceMappingURL=style.css.map */

/*newcss*/


.measbg11 .ashbg1 {
  width: 120px;
}

.mnhit {
  min-height: 350px;
}

.activebg {
  position: relative;
}

.activebg::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 333;
}

.activebg .spantag {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.activespan {
  display: none;
}

.activebg .activespan {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -96px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  z-index: 333;
  color: #393535;
}

.activebg::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 332;
}

.math_image {
  background: url(../images/math_cap_1.png);
  background-size: 100% 100%;
  width: 120px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 10px;
}

.math_image label {
  font-size: 16px !important;
}

.v2modal .modal-dialog {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v2modal .modal-content {
  min-width: 800px;
  min-height: 800px;
  border-radius: 30px;
  padding: 30px 20px;
  background: rgb(221 221 221);
}

@media(max-width:991px) {
  .v2modal .modal-content {
    min-width: unset;
  }
}

.v2modal h4 {
  font-size: 29px;
  font-weight: 500;
  font-family: "Abril Fatface", sans-serif;
  color: #000000;
}

.v2modal h4.fn25 {
  font-size: 24px;
}

.v2modal .modal-header {
  border-bottom: none;
}

.v2modal .modal-header .close {
  opacity: unset;
  font-size: 63px;
  font-weight: 300;

}

.v2modal .whitebx {
  min-height: 120px;
  background: #ffffff;
  padding: 20px;
}

.v2modal .abox {
  background: rgb(221 221 221);
  min-height: 90px;
  padding: 20px;
  border-radius: 20px;
}

.v2modal .whitebx p {
  font-size: 14px;
  font-weight: 400;
}

.v2modal .abox h5 {
  font-size: 16px;
}

select:hover,
option:hover {
  cursor: pointer;
}

.cursor-point {
  cursor: pointer;
}

.stock-modal {
  position: relative;
  margin: 0 auto;
  top: 25%;
}

/** {
    margin: 0;
    padding: 0;
  }*/

.mainload {
  min-height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

.mainload .load_txt {
  text-align: center;
  margin: 20px 0;
  font-size: 1.75rem;
}

/*.loader {
    min-height: 100vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }*/

.loading {
  border: 2px solid #ccc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-top: 16px solid rgb(143 129 129 / 10%);
  border-right: 16px solid rgb(83 66 66 / 10%);
  border-bottom: 16px solid rgb(143 129 129 / 10%);
  border-left: 16px solid rgb(83 66 66 / 10%);
  animation: spin 1s infinite ease-in;
  background: transparent;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-loader-show {
  display: block !important;
}

.page-loader-hide {
  display: none !important;
}

.order-track {
  padding: 0 1rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: 7rem;
}

.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #ddd;
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #ddd;
}

.order-track-text-stat {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 16px;
}

.order-track-text-sub {
  font-size: 14px;
  font-weight: 300;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.order-track-step.active .order-track-status-dot::after {
  content: "\2713";
  font-size: 28px;
  display: flex;
  justify-content: center;
  color: #fff;
}

.order-track-step.active .order-track-status-dot,
.order-track-step.active .order-track-status-line {
  background: #FA219E;
}

.filter-grayscale {
  filter: grayscale(1);
}


/* newcss  16-7-2024 */

/* measurementnew */
.innsec .innercnt.msRcss .mstabsec .mstab {
  min-width: 317px;
  min-height: 45px;
  margin-bottom: 37px;
  padding: 5px;
  border-radius: 110px;
  background: rgba(217, 217, 217, 0.4000000059604645);
}

.innsec .innercnt.msRcss .mstabsec .mstab li a {
  font-family: "Epilogue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 62px;
  width: 91px;
  text-align: center;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151515;
}

.innsec .innercnt.msRcss .mstabsec .mstab li a.active {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}

.innsec .innercnt.msRcss .mstabsec .mscnt .greybg {
  background: url(../images/grey.png) no-repeat;
  background-size: 100%;
  min-height: 189px;
  border-radius: 0;
}

.activity.activity1 .custom-select {
  min-width: 187px;
}

/* .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg{
    background: url(../images/gf1.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg1{
    background: url(../images/gf2.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg3{
    background: url(../images/gf3.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg4{
    background: url(../images/gf4.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg5{
    background: url(../images/gf5.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg6{
    background: url(../images/gf6.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg7{
    background: url(../images/gf7.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg8{
    background: url(../images/gf8.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg9{
    background: url(../images/gf9.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  }
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg10{
    background: url(../images/gf10.gif) no-repeat;
    background-size: 100%;
    min-height: 258px;
    border-radius: 0;
  } */

.innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg {
  position: absolute;
  top: 31px;
  left: 87px;

}

.innsec .innercnt.msRcss h5 {
  font-family: "Abril Fatface", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;

}

.innsec .innercnt.msRcss p {
  font-family: 'Epilogue', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.innsec .innercnt.msRcss .mshgt label {
  font-family: 'Epilogue', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg.left-0 {
  left: -87px;
}

.innsec .innercnt.msRcss .mb5 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .innsec .innercnt.msRcss .mb5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .order1 {
    order: 1;

  }

  .order2 {
    order: 2;
  }

  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg {
    background-size: contain;
  }

  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg {
    background-size: 100% 100%;
    min-height: unset;
  }

  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg {
    left: 0;
    top: 0;
  }

  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg.left-0 {
    left: unset;
    top: 0;
  }

}

@media (max-width: 576px) {
  .innsec .innercnt.msRcss .mstabsec .mstab li a {
    font-size: 14px;
    width: unset;
  }
}

.innsec .innercnt.msRcss .nextbtn {
  background-color: #1E1D1D;
  color: #fff;
  min-width: 231px;
  min-height: 56px;
  border-radius: 0;
}

.innsec .innercnt.msRcss .nextbtn:hover {
  background: transparent;
  color: #000;
  border: 1px solid #1E1D1D;
  transition: 0.5s ease;
}

.innsec .innercnt.msRcss .mshgt .input-group {
  border: 1px solid rgb(202, 202, 202);
  min-height: 43px;
}

.innsec .innercnt.msRcss .mshgt .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  min-height: 43px;
}

.innsec .innercnt.msRcss .mshgt .input-group .form-control::-moz-placeholder {
  color: #000000;
}

.innsec .innercnt.msRcss .mshgt .input-group .form-control::placeholder {
  color: #000000;
}

.innsec .innercnt.msRcss .mshgt .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.innsec .innercnt.msRcss .mshgt .input-group span {
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #888888;
}

.innsec .innercnt.msRcss .pt37 {
  padding-top: 37px;
  padding-bottom: 110px;
}

.innsec .innercnt.msRcss .mx349 {
  max-width: 349px;
}

.innsec .innercnt.msRcss .mstabsec .mstab.mstab1 {
  min-width: unset;
}

@media (max-width: 576px) {
  .innsec .innercnt.msRcss .mstabsec .mstab {
    min-width: unset;
  }
}


@media (max-width: 576px) {
  .innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg {
    left: 0;
    width: unset;
  }
}

.innsec .innercnt.msRcss .mstabsec .mscnt .greybg .greyimg.greycenter {
  position: relative;
}

/* .innsec .innercnt.msRcss .mstabsec .mscnt .greyimg {
    background-color: #1E1D1D;
    background-size: contain;
    min-height: 205px;
  } */
.FlashSOff .favbg {
  padding: 5px 15px;
}

.FlashSOff .favstrike {
  position: relative;
}

.FlashSOff .favstrike::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(102, 102, 102, 0.4);
  top: 6px;
  left: 0;
}

.FlashSOff .favblack {
  color: #151515;
  font-weight: 500;
}

.FlashSOff .favblackbg {
  background: #161616;
  min-height: 35px;
  padding: 5px 15px;
}

.FlashSOff .cmgsoonbg {
  position: relative;
}

.FlashSOff .cmgsoonbg .csimg {
  position: absolute;
  left: -26px;
  top: -28px;
}

.invoicebg .container {
  max-width: 595px !important;
}

.invoicebg h3 {
  color: #000000;
  font-family: 'Epilogue', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.invoicebg .blkbg {
  background: #181818;
  min-height: 118px;
  padding: 25px;
}

.invoicebg .p25 {
  padding: 25px;
}

.invoicebg h6 {
  font-family: 'Epilogue', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #d0d0d0;
  margin-bottom: 0;
}

.invoicebg h6.txtblack {
  font-weight: 500;
}

.invoicebg .mttable th {
  white-space: nowrap;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 12px;
  font-weight: 400;
  background: #ddd;
  color: #000;
}

.invoicebg .mttable td {
  vertical-align: middle;
  color: #151515;
  font-family: 'Epilogue', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.399999618530273px;
}

.invoicebg .mttable td:last-child {
  min-height: unset;
  display: table-cell;
  vertical-align: middle;
}

.invoicebg h6 span {
  font-weight: 500;
}

.invoicebg h6 span.ash {
  color: #535353;
}

.invoicebg h6.txtblack {
  color: #000000;
}

.invoicebg h4 {
  color: #FFFFFF;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.invoicebg h5 {
  color: #151515;
  font-family: 'Epilogue', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.invoicebg h5.fn25 {
  font-weight: 700;
}

.invoicebg .mt200 {
  margin-top: 82px;
}

.invoicebg .printbtn {
  min-width: 91px;
  min-height: 29px;
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #151515;
  border-radius: 0;
}

.invoicebg .bordertpbt {
  border-top: 1px solid rgb(217, 217, 217);
  border-bottom: 1px solid rgb(217, 217, 217);
  padding-top: 10px;
  padding-bottom: 10px;
}

.clock-wrap {
  margin: 2% 0;
}

.expired {
  display: none;
  text-align: center;
  font-size: 2rem;
  padding: 1em;
}

.expired.show {
  display: block;
}

.clock {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.clock .time-block {

  color: #efefef;

}

.clock .time-block .time,
.clock .time-block .label {
  padding: 1em 0;
}

.clock .time-block .time {
  padding: 0.2em 0;
  font-size: 20px;
  font-family: "Epilogue", sans-serif;
  font-weight: 500;
}

.clock p {
  font-size: 12px;

}

@media(max-width:767px) {
  .giftare {
    order: 1;
  }

  .giftare1 {
    order: 2;
  }
}

.salecnt .blackbg .blackbgimg {
  top: -125px;
}

.blackbgimg .flashbg {
  background: #161616;

  padding: 30px;

  border-radius: 20px;
}

.mt800 {
  margin-top: 350px !important;
}

@media(max-width:800px) {
  .blackbg .blackbgimg {
    padding: 41px 17px;
  }

  /* .mt800{
      margin-top: 700px !important;
    } */
  .giftimg img {
    height: 200px;
  }
}

@media(max-width:767px) {
  .blackbgimg .flashbg {
    min-width: unset;
  }
}

.blackbgimg .flashbg .twhite {
  color: #fff;
  /* font-size: 18px;
      line-height: 31px;
      font-weight: 400;
      height: 150px;
      position: relative;
      top: -75px; */
}

.blackbgimg .giftare .gifimg {

  width: 221px;
  height: 221px;
}

.blackbgimg .learnbtn1 {
  min-width: 191px;
  min-height: 50px;
  border: 1px solid #d9d9d9;
  color: #ffffff;
}

.blackbgimg .learnbtn1:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

@media(max-width:576px) {
  .mt800 {
    margin-top: 625px !important;
  }
}

.blackbg .blackbgimg {
  padding: 20px 17px !important;
  position: relative !important;
  top: 0 !important;
}



/* header */
.flashsalecarosel .blackbgimg {
  background: #D9D9D9;
  padding: 40px 17px;
  border-radius: 30px;
  background: #f0f0f0;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.10000000149011612);
}

.flashsalecarosel {
  height: 332px;
  background-color: #000;
  display: flex;
  align-items: center;
  margin-top: 250px;
}

.flashsalecarosel .owl-carousel .owl-item img {
  width: auto !important;
}

.flashhead {
  position: relative;

}

.flashhead .str1 {
  position: absolute;
  top: -23px;
  right: 0;
}

.flashhead .str2 {
  position: absolute;
  bottom: 14px;
  left: 155px;
}

@media(max-width:767px) {
  .flashhead .str2 {
    left: 0;
  }
}

.mt800 {
  margin-top: 250px !important;
}

.SlickCar {
  overflow-x: hidden !important;
}

.gcimg {
  /*height: 258px;*/
  object-fit: cover;
}

/* newcss  16-7-2024 */

.giftimg {
  position: relative;

}

.gifimg {
  position: absolute;
  bottom: 23px;
  left: -70px;
}

.flashbg.flashbg1 {
  background: url(../images/fl2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
}

.giftimg1 {
  height: 471px;
  object-fit: cover;
  border-radius: 20px;
}

.suithgt img {
  height: 413px;
}

.verscrollbar {
  overflow: auto;
  max-height: 590px;
}

.verscrollbar thead th {
  position: sticky;
  top: 0;
}

.flashsalecarosel .blackbgimg .giftare .gifimg img {
  height: 200px;
  object-fit: cover;
  width: 200px !important;
}

.SlickCar #thumbnail_slider .slick-slide img {
  height: 340px;
}

.blackbgimg .flashbg .twhite {
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  text-transform: capitalize;
}

.giftimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gifimg {
  position: absolute;
  top: 16px;
  left: -27%;
}

@media(max-width:991px) {
  .flashsalecarosel .blackbgimg .giftare .gifimg img {
    height: 150px;
    object-fit: cover;
    width: 150px !important;
  }

  .gifimg {
    position: absolute;
    top: -42px;
    left: 12px;
  }

}

.slae-img {
  max-width: 100%;
  height: 355px;
}

@media(max-width:767px) {
  .slae-img {
    width: 100%;
    height: auto;
  }
}

.bswgt p img {
  width: 100% !important;
  height: 100% !important;
}

@media(max-width:767px) {
  ul.aboutmenu.hd22.pt-4 {
    padding-top: 0 !important;
  }

  .mnhit {
    min-height: unset;
  }

  .mscnt .bshgt {
    margin-bottom: 11px !important;
  }

  .detailimg {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carditemcnt {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .measbg11 .ashbg1 {
    width: unset;
  }

  .borderbtm.d-flex.align-items-center.justify-content-between.my-4.pb-5 {
    flex-wrap: wrap !important;
  }

  .cartbutton {
    margin-top: 30px;
  }

  .d-flex.align-items-center.justify-content-center {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}













/* Shoe landing page start here */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1399px !important;
  }
}

/* body {
    font-family: "Aeonik TRIAL";
  } */

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../shoe_fonts/AeonikTRIAL-Bold.otf"), url("../shoe_fonts/AeonikTRIAL-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../shoe_fonts/AeonikTRIAL-BoldItalic.otf"), url("../shoe_fonts/AeonikTRIAL-BoldItalic.otf") format("otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../shoe_fonts/AeonikTRIAL-Regular.otf"), url("../shoe_fonts/AeonikTRIAL-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../shoe_fonts/AeonikTRIAL-Light.otf"), url("../shoe_fonts/AeonikTRIAL-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}

.CustomFoot {
  font-family: "Aeonik TRIAL" !important;
}

.CustomFoot .shoesbannersec {
  background: #d29b73;
}

.CustomFoot .shoesbannersec.shoesbannersec1 {
  background: #C19E7E;
}

.CustomFoot .myNav ul li {
  padding-right: 25px;
}

.CustomFoot .myNav ul li a {
  color: #ffffff;
}

.CustomFoot .myNav ul li a.prline {
  position: relative;
}

.CustomFoot .myNav ul li a.prline::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #FFFFFF;
  right: -12px;
  bottom: 10px;
}

.CustomFoot .mb24 {
  margin-bottom: 24px;
}

.CustomFoot .pt66 {
  padding-top: 66px;
}

@media (max-width: 767px) {
  .CustomFoot .pt66 {
    padding-top: 20px;
  }
}

.CustomFoot .pt87 {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .CustomFoot .pt87 {
    padding-top: 60px;
  }
}

.CustomFoot .mx484 {
  max-width: 484px;
}

.CustomFoot .mb25 {
  margin-bottom: 25px;
}

.CustomFoot .pb15 {
  padding-bottom: 15px;
}

.CustomFoot .pb16 {
  padding-bottom: 16px;
}

.CustomFoot .pb22 {
  padding-bottom: 22px;
}

.CustomFoot .pt68 {
  padding-top: 68px;
}

@media (max-width: 991px) {
  .CustomFoot .pt68 {
    padding-top: 36px;
  }
}

.CustomFoot .pb9 {
  padding-bottom: 9px;
}

.CustomFoot .pb29 {
  padding-bottom: 29px;
}

.CustomFoot .pt196 {
  padding-top: 156px;
}

@media (max-width: 1200px) {
  .CustomFoot .pt196 {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .CustomFoot .pt196 {
    padding-top: 50px;
  }
}

.CustomFoot .pt36 {
  padding-top: 36px;
}

.CustomFoot .pt56 {
  padding-top: 56px;
}

@media (max-width: 767px) {
  .CustomFoot .pt56 {
    padding-top: 20px;
  }
}

.CustomFoot .pt41 {
  padding-top: 41px;
}

.CustomFoot .pt67 {
  padding-top: 52px;
}

.CustomFoot .pb88 {
  padding-bottom: 88px;
}

@media (max-width: 991px) {
  .CustomFoot .pb88 {
    padding-bottom: 30px;
  }
}

.CustomFoot .pt48 {
  padding-top: 48px;
}

.CustomFoot .pt81 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.CustomFoot .pt36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.CustomFoot .mt130 {
  margin-top: 130px;
}

.CustomFoot .pr2 {
  padding-right: 26px;
}

.CustomFoot .pb110 {
  padding-bottom: 110px;
}

.CustomFoot .mb38 {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .CustomFoot .mb38 {
    margin-bottom: 13px;
  }
}

.CustomFoot .btbtm {
  border-bottom: 1px solid rgba(41, 45, 50, 0.1);
  margin-top: 55px;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .CustomFoot .fixed-top {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.CustomFoot .fixed-top.sticky {
  background: #d29b73;
}

.CustomFoot a:hover {
  text-decoration: none;
}

.CustomFoot .arrl .carousel-control-prev,
.CustomFoot .arrl .carousel-control-next {
  position: relative;
  width: 8%;
}

.CustomFoot .cmntxt .borderbtm {
  border-top: 1px solid #ddd;
}

.CustomFoot .cmntxt .op5 {
  opacity: 0.5;
}

.CustomFoot .cmntxt h2 {
  color: #ffffff;
  font-size: clamp(22px, 6.67vw, 80px);
  font-weight: 700;
  line-height: 82px;
  font-family: "Aeonik TRIAL";
}

@media (max-width: 991px) {
  .CustomFoot .cmntxt h2 {
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .CustomFoot .cmntxt h2 {
    line-height: 45px;
  }
}

.CustomFoot .cmntxt h2 label {
  font-size: 22px;
  font-weight: 600;
  background: #803414;
  min-width: 138px;
  padding: 20px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  line-height: 0;
  position: relative;
  top: -22px;
}

@media (max-width: 991px) {
  .CustomFoot .cmntxt h2 label {
    top: -4px;
  }
}

.CustomFoot .cmntxt h2 label.blk {
  background: #0C0C0C;
}

.CustomFoot .cmntxt h3 {
  color: #292d32;
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  font-family: "Aeonik TRIAL";
}

@media (max-width: 991px) {
  .CustomFoot .cmntxt h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .CustomFoot .cmntxt h3 {
    font-size: 20px;
  }
}

.CustomFoot .cmntxt h3.fn26 {
  font-size: 26px;
}

.CustomFoot .cmntxt h3.mx431 {
  max-width: 431px;
}

.CustomFoot .cmntxt h3.mx400 {
  max-width: 400px;
}

.CustomFoot .cmntxt h3.mx300 {
  max-width: 300px;
}

.CustomFoot .cmntxt h2.mx602 {
  max-width: 602px;
}

.CustomFoot .cmntxt h3.mx426 {
  max-width: 426px;
}

.CustomFoot .cmntxt h3.ln47 {
  line-height: 47px;
}

.CustomFoot .cmntxt h4 {
  font-size: 26px;
  font-weight: 700;
  color: #292d32;
  font-family: "Aeonik TRIAL";
}

.CustomFoot .cmntxt h4.revtxt {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 32px;
}

.CustomFoot .cmntxt h5 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Aeonik TRIAL";
}

.CustomFoot .cmntxt h5.revtxt {
  color: #292D32;
  font-weight: 400;
  font-size: 18px;
}

.CustomFoot .cmntxt h5.revtxt span {
  color: #7F8183;
  font-size: 14px;
}

.CustomFoot .cmntxt h5.revtxt1 {
  color: #292d32;
  font-size: 18px;
  font-weight: 700;
}

.CustomFoot .cmntxt h5.revtxt1 span {
  color: #292D32;
  font-weight: 400;
  font-size: 14px;
}

.CustomFoot .cmntxt h5.fn26 {
  font-size: 26px;
  color: #292d32;
  font-weight: 400;
}

@media (max-width: 767px) {
  .CustomFoot .cmntxt h5.fn26 {
    font-size: 20px;
  }
}

.CustomFoot .cmntxt h5.fn14 {
  color: #7f8183;
  font-size: 14px;
  font-weight: 400;
}

.CustomFoot .cmntxt h6 {
  color: #7F8183;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 0;
  font-family: "Aeonik TRIAL";
}

.CustomFoot .cmntxt h6.txtwhite {
  color: #FFFFFF;
}

.CustomFoot .cmntxt h6.ln30 {
  line-height: 30px;
}

.CustomFoot .cmntxt h6.mx485 {
  max-width: 485px;
}

.CustomFoot .cmntxt h6.fn16 {
  font-size: 16px;
  line-height: 26px;
}

.CustomFoot .cmntxt h6.txtash {
  color: #292d32;
  padding-top: 11px;
  padding-bottom: 3px;
  line-height: 23px;
}

@media (max-width: 991px) {
  .CustomFoot .cmntxt h6.txtash {
    max-width: 259px;
    margin: auto;
  }
}

.CustomFoot .cmntxt .hrline {
  width: 124px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.CustomFoot .cmntxt p.rvtxt {
  color: #7e8082;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 31px;
  padding-bottom: 32px;
  letter-spacing: 0.6px;
}

.CustomFoot .shoebtn {
  border-radius: 50px;
  background: #ffffff;
  min-width: 279px;
  min-height: 50px;
  text-transform: uppercase;
  color: #292D32;
  font-size: 15px;
  transition: all 2s ease;
}

.CustomFoot .shoebtn:hover {
  background: transparent;
  border: 1px solid #fff;
}

.CustomFoot .blkbtn {
  border-radius: 50px;
  background: #292d32;
  min-width: 242px;
  min-height: 50px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  transition: all 2s ease;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.CustomFoot .blkbtn.blk {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -86px;
  top: 38px;
  min-width: 220px;
}

@media (min-width: 1600px) {
  .CustomFoot .blkbtn.blk {
    left: -39px;
  }
}

@media (max-width: 767px) {
  .CustomFoot .blkbtn.blk {
    left: 0;
  }
}

.CustomFoot .blkbtn.blk:hover {
  background: transparent;
  border: 1px solid #292d32;
  letter-spacing: 1px;
}

.CustomFoot .blkbtn.mx149 {
  min-width: 149px;
}

.CustomFoot .blkbtn.mx186 {
  min-width: 186px;
}

.CustomFoot .blkbtn.mx167 {
  min-width: 167px;
}

.CustomFoot .blkbtn:hover {
  background: transparent;
  border: 1px solid #292d32;
  letter-spacing: 1px;
  color: #000;
}

.CustomFoot .sandbtn {
  border-radius: 50px;
  background: #ffe6d3;
  min-width: 235px;
  min-height: 50px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.CustomFoot .sandbtn:hover {
  background: transparent;
  border: 1px solid #ffe6d3;
}

.CustomFoot .rtbg {
  background: url(../shoes_landing_page_image/shoes.png) no-repeat;
  background-position: right;
  min-height: 642px;
}

@media (max-width: 991px) {
  .CustomFoot .rtbg {
    background-size: contain;
  }
}

.CustomFoot .rtbg1 {
  background: url(../shoes_landing_page_image/ss2.png) no-repeat;
  background-position: right;
  min-height: 642px;
}

@media (max-width: 991px) {
  .CustomFoot .rtbg1 {
    background-size: contain;
  }
}

.CustomFoot .WtpShoes .ashbx {
  border-radius: 10px;
  padding: 36px 0 0 38px;
  background: #F6F6F6 url(../shoes_landing_page_image/s1.svg) no-repeat;
  background-position: bottom right;
  min-height: 435px;
  position: relative;
  transition: all 0.5s ease;
}

.CustomFoot .WtpShoes .ashbx:hover {
  box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  transition: all 0.5s ease;
  cursor: pointer;
}

@media (max-width: 991px) {
  .CustomFoot .WtpShoes .ashbx {
    background-size: contain;
  }
}

.CustomFoot .WtpShoes .ashbx::after {
  position: absolute;
  content: "";
  background: url(../shoes_landing_page_image/one.png) no-repeat;
  width: 125px;
  height: 94px;
  top: 0;
  right: 0;
}

.CustomFoot .WtpShoes .ashbx h5 {
  color: #292d32;
  font-size: 26px;
  font-weight: 400;
}

.CustomFoot .WtpShoes .ashbx h6 {
  color: #7e8082;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.CustomFoot .WtpShoes .ashbx h6.mx251 {
  max-width: 251px;
}

.CustomFoot .WtpShoes .ashbx h6.mx315 {
  max-width: 315px;
}

.CustomFoot .WtpShoes .ashbx.ashbx1 {
  background: #F6F6F6 url(../shoes_landing_page_image/s2.svg) no-repeat;
  min-height: 203px;
  background-position: top right;
  padding: 36px 0 0 38px;
}

.CustomFoot .WtpShoes .ashbx.ashbx1::after {
  position: absolute;
  content: "";
  background: url(../shoes_landing_page_image/two.png) no-repeat;
  width: 125px;
  height: 94px;
  right: 127px;
  bottom: -26px !important;
  top: unset;
}

.CustomFoot .WtpShoes .ashbx.ashbx11 {
  background: #FFE6D3 url(../shoes_landing_page_image/foot.svg) no-repeat;
  min-height: 203px;
  background-position: top right;
  padding: 36px 0 0 38px;
}

.CustomFoot .WtpShoes .ashbx.ashbx11::after {
  position: absolute;
  content: "";
  background: url(../shoes_landing_page_image/three.png) no-repeat;
  width: 125px;
  height: 94px;
  right: 127px;
  bottom: -26px !important;
  top: unset;
}

.CustomFoot .WtpShoes .mockupbg {
  /*background: url(../shoes_landing_page_image/Mockup.png) no-repeat;*/
  min-height: 501px;
}

@media (max-width: 1400px) {
  .CustomFoot .WtpShoes .mockupbg {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .CustomFoot .WtpShoes .mockupbg {
    min-height: unset;
  }
}

.CustomFoot .owl-carousel .owl-item img {
  position: relative;
  left: 22px;
  top: -139px;
}

@media (max-width: 1400px) {
  .CustomFoot .owl-carousel .owl-item img {
    top: -119px;
  }
}

@media (max-width: 767px) {
  .CustomFoot .owl-carousel .owl-item img {
    top: -80px;
  }
}

.CustomFoot .ShoesColl {
  background: #F6F6F6;
}

.CustomFoot .ShoesColl .whitebx {
  background: #FFFFFF;
  padding: 10px 11px;
  min-height: 346px;
}

.CustomFoot .ShoesColl .whitebx:hover {
  box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  transition: all 0.5s ease;
  cursor: pointer;
}

.CustomFoot .ShoesColl .whitebx:hover img {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

.CustomFoot .ShoesColl .whitebx .grybg {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 74px 26px 49px 26px;
  min-height: 188px;
}

.CustomFoot .ShoesColl .whitebx h5 {
  color: #7f8183;
  font-weight: 700;
  font-size: 16px;
}

.CustomFoot .ShoesColl .whitebx h6 {
  color: #292d32;
  font-size: 16px;
  font-weight: 400;
  padding-top: 11px;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.CustomFoot .ShoesColl .whitebx .h72 {
  height: 72px;
}

.CustomFoot .OrngSec {
  position: relative;
}

@media (max-width: 767px) {
  .CustomFoot .OrngSec {
    margin-bottom: 50px;
  }
}

.CustomFoot .OrngSec::after {
  position: absolute;
  content: "";
  background: #FFE6D3;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.CustomFoot .OrngSec::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
}

.CustomFoot .OrngSec .mockimg {
  position: relative;
  top: 40px;
  left: 70px;
}

@media (min-width: 1600px) {
  .CustomFoot .OrngSec .mockimg {
    top: 87px;
  }
}

@media (max-width: 991px) {
  .CustomFoot .OrngSec .mockimg {
    left: 0;
    top: 0;
    max-width: 533px;
  }
}

@media (max-width: 767px) {
  .CustomFoot .OrngSec .mockimg {
    top: 50px;
  }
}

.CustomFoot .ecbg {
  background: url(../shoes_landing_page_image/ec.png) no-repeat;
  min-height: 425px;
  background-position: center;
  position: relative;
}

.CustomFoot .ecbg::after {
  position: absolute;
  content: "";
  background: url(../shoes_landing_page_image/ll.png) no-repeat;
  width: 539px;
  height: 507px;
  left: 0;
}

.CustomFoot .RevSec .userimg {
  position: relative;
  top: 50px;
}

.CustomFoot .RevSec .userimg .user1 {
  position: absolute;
}

.CustomFoot .RevSec .userimg .user2 {
  position: absolute;
  left: 44px;
  z-index: -2;
}

.CustomFoot .RevSec .userimg .user3 {
  position: absolute;
  left: 81px;
  z-index: -3;
}

.CustomFoot .RevSec .userimg .user4 {
  position: absolute;
  left: 119px;
  z-index: -4;
}

.CustomFoot .RevSec .userimg .user5 {
  position: absolute;
  left: 190px;
}

.CustomFoot .faqSec {
  overflow-y: hidden;
  background-position: top right;
  margin-top: 150px;
  position: relative;
  min-height: 633px;
}

.CustomFoot .faqSec::after {
  position: absolute;
  content: "";
  background: #F6F6F6;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.CustomFoot .faqSec::before {
  position: absolute;
  content: "";
  background: #FFE6D3;
  width: 50%;
  height: 100%;
  right: 0;
}

.CustomFoot .faqSec .ptsec {
  padding: 63px 30px 0 50px;
}

.CustomFoot .faqSec .ptsec1 {
  padding: 65px 0 0 51px;
}

.CustomFoot .faqSec .socialicon img {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.CustomFoot .faqSec .socialicon img:hover {
  transform: translateY(-10px);
}

.CustomFoot .faqSec button:focus {
  outline: 0;
  box-shadow: none;
}

.CustomFoot .faqSec .plussign {
  position: relative;
}

.CustomFoot .faqSec .plussign::after {
  position: absolute;
  background: url(../shoes_landing_page_image/Star\ 1.svg) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  content: "";
  top: 24px;
  right: 106px;
}

.CustomFoot .faqSec .faq-sec .card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 15px;
}

.CustomFoot .faqSec .card-header {
  border-bottom: none !important;
  background: transparent;
  padding-bottom: 21px;
}

.CustomFoot .faqSec .card-body {
  color: #7F8183;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background: transparent;
  padding-top: 0;
}

.CustomFoot .faqSec .innercss h5 {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
}

.CustomFoot .faqSec .faq-sec .card .card-header button {
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.CustomFoot .faqSec .faq-sec .card .card-header button.collapsed img.downarr {
  transform: rotate(135deg);
  transition: all 0.5s;
}

.CustomFoot .faqSec .faq-sec .card .card-header button img.downarr {
  transform: rotate(0deg);
}

.CustomFoot .faqSec .faq-sec .card .card-header h5 button img.downarr {
  filter: brightness(1);
}

.CustomFoot .faqSec .faq-sec .card .card-header span {
  font-size: 18px;
  font-weight: 400;
  color: #292d32;
}

.CustomFoot .faqSec .innercss h5 span {
  color: #DFBF74;
  font-size: 14px;
}

.CustomFoot .shoform .input-group {
  border-radius: 70px;
  background: #ffffff;
  max-width: 507px;
  min-height: 61px;
  padding-left: 25px;
  padding-right: 13px;
  margin-bottom: 20px;
}

.CustomFoot .shoform .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  min-height: 61px;
  color: #7e8082;
  font-size: 16px;
  font-weight: 400;
}

.CustomFoot .shoform .input-group .form-control::-moz-placeholder {
  color: #7e8082;
}

.CustomFoot .shoform .input-group .form-control::placeholder {
  color: #7e8082;
}

.CustomFoot .shoform .input-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.CustomFoot .shoform .input-group span {
  background: transparent;
  border: 1px solid transparent;
  min-height: 61px;
}

.CustomFoot .footsec {
  padding-top: 33px;
}

.CustomFoot .footsec .btop {
  border-top: 1px solid rgba(41, 45, 50, 0.1);
}

.CustomFoot .footsec p {
  color: #7e8082;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 264px;
}

.CustomFoot .footsec p.para {
  text-align: center;
  color: #292d32;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.CustomFoot .footsec h4 {
  color: #292D32;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 0;
}

.CustomFoot .footsec ul {
  padding-left: 0;
}

.CustomFoot .footsec ul li {
  list-style: none;
  padding-bottom: 8px;
}

.CustomFoot .footsec ul li a {
  color: #7e8082;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.CustomFoot .footsec ul li a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background: #d29b73;
  left: 0;
  transition: all 0.5s ease;
  bottom: -5px;
}

.CustomFoot .footsec ul li a:hover {
  position: relative;
  color: #d29b73;
}

.CustomFoot .footsec ul li a:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #d29b73;
  left: 0;
  transition: all 0.5s ease;
  bottom: -5px;
  color: #d29b73;
}

.CustomFoot .fadecar .carousel-indicators {
  margin-left: 14%;
  left: 0 !important;
  right: unset;
  bottom: 15px;
}

.CustomFoot .fadecar .carousel-indicators li {
  width: 51px;
  height: 4px;
  border-radius: 10px;
  border-top: 0;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .CustomFoot .fadecar .carousel-indicators li {
    width: 26px;
  }
}

.CustomFoot .fadecar .smallbx {
  width: 154px;
  height: 105px;

  border-radius: 20px;
  position: absolute;
  bottom: 17px;
  right: 15%;
}

.CustomFoot .fadecar .smallbx img {
  width: 154px;
  height: 105px;
  -o-object-fit: cover;
  object-fit: cover;
}

.CustomFoot .fadecar .smallbx .vecimg {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}

.CustomFoot .fadecar .smallbx .vecimg img {
  width: 24px;
  height: 24px;
}

.CustomFoot .iconbutton .toggle {
  position: relative;
  width: 67px;
  height: 58px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.CustomFoot .iconbutton .toggle span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
}

.CustomFoot .iconbutton .toggle span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
}

.CustomFoot .iconbutton .toggle.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}

.CustomFoot .iconbutton .toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.CustomFoot .iconbutton .toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.CustomFoot .iconbutton .toggle span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  transition: 0.5s;
}

.CustomFoot .iconbutton .toggle span.sndchild {
  background-color: #EDB748;
}

@media (min-width: 1199px) and (max-width: 1699px) {
  .CustomFoot .fadecar .smallbx {
    right: 9%;
  }
}

@media (max-width: 991px) {
  .CustomFoot .Blogsec .tkt {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */