@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Define standard variables and values for website */
* {
  box-sizing: border-box;
  text-decoration: none !important;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  min-height: 100%;
  background-color: #F7F9FE;
  font-family: "Roboto";
}

.bigContainer {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.smallContainer {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

h1 {
  width: 100%;
  float: left;
  color: #000;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  margin: 0 0 0 0;
}
h1 small {
  width: 100%;
  float: left;
  margin: 5px 0 0px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

h2 {
  width: 100%;
  float: left;
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
  margin: 0 0 0 0;
  position: relative;
}
h2 small {
  width: 100%;
  float: left;
  margin: 0 0 px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

p {
  width: 100%;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 30px 0 0 0;
}

.topTextSection {
  width: 100%;
  float: left;
}
.topTextSection article {
  width: 100%;
  float: left;
  margin: 60px 0;
  text-align: center;
}
.topTextSection article a.bttn_01 {
  background-color: #FFA31A;
  color: #000;
  display: inline-block;
  padding: 12px 44px;
  font-weight: 500;
  margin: 0px 0 0 0;
  border-radius: 41px;
  transition: 0.3s ease-in-out;
}
.topTextSection article a.bttn_01:hover {
  background-color: #6B11FF;
  color: #fff;
}

/*****************************  07-05-2024 login page  *****************************/
.loginBody {
  background-color: #fff;
  font-family: "Poppins";
}

.loginWrap {
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
}
.loginWrap .loginPart {
  width: 50%;
  float: left;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loginWrap .loginPart .mainLogin {
  width: 466px;
  float: left;
  padding: 10px 0;
  position: relative;
}
.loginWrap .loginPart .mainLogin h2 {
  width: 100%;
  float: left;
  margin: 0;
  color: #2C2F38;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.loginWrap .loginPart .mainLogin .logWith {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 11px;
}
.loginWrap .loginPart .mainLogin .logBtn {
  width: 335px;
  float: left;
  padding: 10px 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1.424px 7.832px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  color: #313131;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-image: url(../../images/google.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  transition: 0.3s ease-in-out;
}
.loginWrap .loginPart .mainLogin .logBtn.facebookButton {
  background-image: url(../../images/facebook.svg);
}
.loginWrap .loginPart .mainLogin .logBtn:hover {
  background-color: #edf4ff;
  box-shadow: 0px 1.424px 7.832px 0px rgba(0, 0, 0, 0);
}
.loginWrap .loginPart .mainLogin .optionOther {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 30px 0 0 0;
}
.loginWrap .loginPart .mainLogin .optionOther b {
  background-color: #fff;
  text-transform: uppercase;
  color: #959595;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
  position: relative;
  z-index: 1;
  padding: 0 13px;
}
.loginWrap .loginPart .mainLogin .optionOther::after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #E8E8E8;
  bottom: 8px;
  left: 0;
}
.loginWrap .loginPart .mainLogin form {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 30px 0 0 0;
}
.loginWrap .loginPart .mainLogin form .inpUsr {
  width: 348px;
  float: left;
  padding: 19px 0 19px 68px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  color: #000;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  background-image: url(../../images/email.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 16px 50%;
}
.loginWrap .loginPart .mainLogin form .inpUsr::-moz-placeholder {
  color: #555;
}
.loginWrap .loginPart .mainLogin form .inpUsr::placeholder {
  color: #555;
}
.loginWrap .loginPart .mainLogin form .inpUsr.pass {
  background-image: url(../../images/password.svg);
  margin: 15px 0 0 0;
}
.loginWrap .loginPart .mainLogin form .inpUsr.name {
  background-image: url(../../images/name.png);
}
.loginWrap .loginPart .mainLogin form .inpUsr.country {
  background-image: url(../../images/country.png);
}
.loginWrap .loginPart .mainLogin form .inpUsr.phone {
  background-image: url(../../images/phone.png);
}
.loginWrap .loginPart .mainLogin form .inpBtn {
  width: 348px;
  float: left;
  border-radius: 6px;
  background: #257CFF;
  padding: 13px 0;
  border: 0;
  outline: none !important;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.025px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.loginWrap .loginPart .mainLogin form .inpBtn:hover {
  background-color: #134ba0;
}
.loginWrap .loginPart .mainLogin form .rfBox {
  width: 348px;
  float: left;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox {
  float: left;
  display: flex;
  gap: 11px;
  align-items: center;
  cursor: pointer;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox .mark {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  float: left;
  background-color: #D9D9D9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox .mark i {
  opacity: 0;
  color: #fff;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox b {
  float: left;
  color: #3F3F3F;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox input {
  display: none;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox input:checked ~ .mark {
  background-color: #0087f2;
}
.loginWrap .loginPart .mainLogin form .rfBox .checkBox input:checked ~ .mark i {
  opacity: 1;
  -webkit-text-stroke: 1px #0087f2;
}
.loginWrap .loginPart .mainLogin form .rfBox a {
  float: left;
  color: #FF5F85;
  float: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.loginWrap .loginPart .mainLogin form .no_acc {
  width: 100%;
  float: left;
  text-align: center;
  color: #4A4A4A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 18px 0 0 0;
}
.loginWrap .loginPart .mainLogin form .no_acc a {
  color: #FF5F85;
}
.loginWrap .loginPart .mainLogin.register {
  position: relative;
}
.loginWrap .loginPart .mainLogin.register h2 {
  font-size: 20px;
}
.loginWrap .loginPart .mainLogin.register form {
  margin: 10px 0 0 0;
}
.loginWrap .loginPart .mainLogin.register form .inpUsr {
  padding: 13px 0 13px 61px;
  background-size: 30px;
  background-position: 12px 50%;
  margin: 7px 0;
}
.loginWrap .loginPart .mainLogin.register form .inpUsr.pass {
  margin: 0;
}
.loginWrap .loginPart .mainLogin.register form .inpBtn {
  margin: 12px 0 0 0;
}
.loginWrap .loginPart .mainLogin.register form .rfBox {
  margin: 5px 0 0 0;
}
.loginWrap .backPart {
  width: 50%;
  float: left;
  height: 100vh;
  background-color: #E5ECFF;
  background-image: url(../../images/lohinBack.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 72%;
  position: relative;
}
.loginWrap .backPart article {
  width: 287px;
  position: absolute;
  top: 9%;
  right: 9%;
  text-align: right;
}
.loginWrap .backPart article h4 {
  width: 100%;
  float: left;
  color: #2B3349;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0 0;
}
.loginWrap .backPart article p {
  width: 100%;
  float: left;
  color: #68728B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.7%;
  margin: 12px 0 0 0;
}
.loginWrap .backPart article img {
  width: 141px;
  margin: 0 0 29px 0;
}

.err_msg {
  width: 348px;
  float: left;
  text-align: left;
  font-size: 11px;
  color: #f00;
  margin: 3px 0 -8px 0;
  font-weight: 500;
}

/*******************************************  09-05-2024 new design  ********************************/
/********************* blog  ************************/
.blogWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.blogWrap .blogContainer {
  width: 1000px;
  float: left;
  margin: 100px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-family: "Roboto";
}
.blogWrap .blogContainer h1 {
  width: 100%;
  float: left;
  margin: 0;
  text-align: center;
  font-size: 45px;
  color: #ed7d1e;
}
.blogWrap .blogContainer p {
  width: 70%;
  float: left;
  margin: 30px 0 1px 0;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  color: #808080;
}
.blogWrap .blogContainer .searchBox {
  width: 480px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 48px;
  overflow: hidden;
  margin: 31px 0 0 0;
}
.blogWrap .blogContainer .searchBox form {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
  margin: 0;
}
.blogWrap .blogContainer .searchBox form .search {
  width: 100%;
  float: left;
  border: 0;
  background-color: #fff;
  outline: none !important;
  padding: 17px 37px;
  font-size: 16px;
}
.blogWrap .blogContainer .searchBox form .subBttn {
  min-width: 70px;
  float: left;
  border: 0;
  background-color: #fff;
  background-image: url(../../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  opacity: 0.5;
}
.blogWrap .blogContainer .blogBoxes {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0 0;
}
.blogWrap .blogContainer .blogBoxes .BlogBox {
  width: 315px;
  height: 400px;
  float: left;
}
.blogWrap .blogContainer .blogBoxes .BlogBox picture {
  width: 100%;
  float: left;
  height: 250px;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 1px solid #ddd;
  position: relative;
}
.blogWrap .blogContainer .blogBoxes .BlogBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.blogWrap .blogContainer .blogBoxes .BlogBox picture .overlay {
  width: 100%;
  background-image: linear-gradient(transparent, #000);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  padding: 105px 14px 20px 25px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.blogWrap .blogContainer .blogBoxes .BlogBox article {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 0px;
}
.blogWrap .blogContainer .blogBoxes .BlogBox article h4 {
  width: 100%;
  float: left;
  margin: 0 0;
  color: #454545;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-flow: column;
  transition: 0.3s ease-in-out;
}
.blogWrap .blogContainer .blogBoxes .BlogBox article h4 small {
  width: 100%;
  float: left;
}
.blogWrap .blogContainer .blogBoxes .BlogBox article h4 small span {
  background-color: #0f76d0;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 7px;
  float: left;
  margin: 0 0 5px 0;
}
.blogWrap .blogContainer .blogBoxes .BlogBox article p {
  width: 100%;
  float: left;
  text-align: left;
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
}
.blogWrap .blogContainer .blogBoxes .BlogBox:hover {
  position: relative;
}
.blogWrap .blogContainer .blogBoxes .BlogBox:hover picture img {
  transform: scale(1.1);
}
.blogWrap .blogContainer .blogBoxes .BlogBox:hover article h4 {
  color: #ed7d1e;
}

.blogDetailsWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 120px 0;
}
.blogDetailsWrap .bdContainer {
  width: 1100px;
  float: left;
  position: relative;
  font-family: "Roboto";
}
.blogDetailsWrap .bdContainer .details {
  width: 67%;
  float: left;
}
.blogDetailsWrap .bdContainer .details h1 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 54px;
}
.blogDetailsWrap .bdContainer .details h1 small {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b9b9b;
  letter-spacing: 1px;
}
.blogDetailsWrap .bdContainer .details picture {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
}
.blogDetailsWrap .bdContainer .details picture img {
  width: 100%;
}
.blogDetailsWrap .bdContainer .details .date {
  width: 100%;
  float: left;
  margin: 19px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #828282;
}
.blogDetailsWrap .bdContainer .details article {
  width: 100%;
  float: left;
  font-family: "Roboto";
  font-size: 15px;
  color: #000;
  margin: 25px 0 0 0;
  line-height: 30px;
}
.blogDetailsWrap .bdContainer .details article p {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.blogDetailsWrap .bdContainer .details article h2 {
  width: 100%;
  float: left;
  margin: 0 0;
  font-size: 18px;
}
.blogDetailsWrap .bdContainer .relatedBlogs {
  width: 28%;
  float: right;
  position: sticky;
  top: 15px;
}
.blogDetailsWrap .bdContainer .relatedBlogs h2 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes {
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox {
  width: 100%;
  float: left;
  padding: 25px 0;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:last-child {
  border: 0;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox .no {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #959595;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox h4 {
  width: 265px;
  float: left;
  margin: 17px 0 0 0;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox h4 small {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #a5a5a5;
  transition: 0.3s ease-in-out;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox picture:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:hover {
  padding: 25px 20px;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:hover picture {
  opacity: 1;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:hover .no {
  color: #fff;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:hover h4 {
  color: #fff;
}
.blogDetailsWrap .bdContainer .relatedBlogs .rbBoxes .rbBox:hover h4 small {
  color: #fff;
}

/******************************************************************  new frontend 29-05-2024  *************************************************/
.containerMain {
  width: 1224px;
  float: left;
  position: relative;
}

header {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
}
header .headerTop {
  width: 100%;
  float: left;
  background: linear-gradient(100deg, #4B68D2 1.26%, #27356C 95.02%);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 13px 0;
}
header .headerTop .headTopInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerTop .headTopInner span {
  float: left;
  display: flex;
  gap: 21px;
  align-items: center;
}
header .headerTop .headTopInner span p {
  margin: 0;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  color: #fff;
  gap: 10px;
}
header .headerTop .headTopInner span p b {
  font-weight: 500;
}
header .menuWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-family: "Poppins";
}
header .menuWrap .menuInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  position: relative;
}
header .menuWrap .menuInner .headLogo {
  width: 104px;
  height: 98px;
  float: left;
  position: absolute;
  z-index: 999;
  top: -61px;
  border: 5px solid #445ebf;
  box-shadow: 0px 6px 9px 0px rgba(90, 104, 112, 0.8) !important;
}
header .menuWrap .menuInner .headLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menuWrap .menuInner nav {
  float: left;
  display: flex;
  gap: 12px;
  align-items: center;
}
header .menuWrap .menuInner nav .navList {
  float: left;
  display: flex;
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  gap: 36px;
}
header .menuWrap .menuInner nav .navList li {
  float: left;
}
header .menuWrap .menuInner nav .navList li a {
  color: #303030;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.363px;
  text-transform: capitalize;
}
header .menuWrap .menuInner nav .headBttn {
  float: left;
  background-color: #4B68D2;
  color: #fff;
  padding: 10px 30px;
  font-size: 13px;
  border-radius: 20px;
}
header .menuWrap .menuInner nav .cartIcon {
  background-color: #ffe18e;
  color: #000;
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
  position: relative;
}
header .menuWrap .menuInner nav .cartIcon b {
  position: absolute;
  background-color: #f00;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: -3px;
  color: #fff;
  font-weight: 400;
}

footer {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-top: 1px solid #EBEBEB;
  padding: 70px 0;
  background-color: #fff;
  font-family: "Poppins";
}
footer .footerContainer {
  width: 930px;
  float: left;
}
footer .footerContainer .footerInner {
  width: 100%;
  float: left;
  flex-flow: row wrap;
  justify-content: space-between;
  display: flex;
}
footer .footerContainer .footerInner .footBlock {
  float: left;
}
footer .footerContainer .footerInner .footBlock .footLogo {
  width: 140px;
  float: left;
}
footer .footerContainer .footerInner .footBlock .footLogo img {
  width: 100%;
}
footer .footerContainer .footerInner .footBlock p {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 186.9%;
}
footer .footerContainer .footerInner .footBlock h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0 0;
}
footer .footerContainer .footerInner .footBlock ul {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
footer .footerContainer .footerInner .footBlock ul li {
  width: 100%;
  float: left;
}
footer .footerContainer .footerInner .footBlock ul li a {
  width: 100%;
  float: left;
  padding: 8px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.342px;
  color: #7D7D7D;
  text-transform: capitalize;
}
footer .footerContainer .footerInner .footBlock .contactBox {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
footer .footerContainer .footerInner .footBlock .contactBox span {
  width: 100%;
  float: left;
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #7D7D7D;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.342px;
  align-items: center;
}
footer .footerContainer .footerInner .footBlock .contactBox span i {
  font-size: 15px;
  width: 16px;
}
footer .footerContainer .footerInner .footBlock .contactBox span i.fa-map-marker-alt {
  color: #FFA800;
}
footer .footerContainer .footerInner .footBlock .contactBox span i.fa-phone {
  color: #FF5F85;
}
footer .footerContainer .footerInner .footBlock .contactBox span i.fa-envelope-open {
  color: #41B745;
}
footer .footerContainer .footerInner .footBlock.infpPArt {
  width: 246px;
}
footer .footerContainer .footerInner .footBlock.quickLinkPart {
  width: 155px;
}
footer .footerContainer .footerInner .footBlock.quickLinkPart ul li {
  width: 50%;
}
footer .footerContainer .footerInner .footBlock.othersLinkPart {
  width: 122px;
}
footer .footerContainer .footerInner .footBlock.contacts {
  width: 230px;
}

.galleryImagesWrap {
  width: 100%;
  float: left;
  padding: 80px 0;
  background-color: #f7f7f7;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.galleryImagesWrap .gContainer {
  width: 1000px;
  float: left;
  padding: 0 15px;
}
.galleryImagesWrap .gContainer h1 {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin: 0 0;
  font-size: 52px;
  position: relative;
}
.galleryImagesWrap .gContainer h1::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: rgb(255, 183, 0);
  margin: 12px 0 0 0;
}
.galleryImagesWrap .gContainer .galleryPhotos {
  width: 100%;
  float: left;
  margin: 55px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 30px;
}
.galleryImagesWrap .gContainer .galleryPhotos .picture {
  width: 300px;
  height: 250px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.galleryImagesWrap .gContainer .galleryPhotos .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.galleryImagesWrap .gContainer .galleryPhotos .picture .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #000);
}
.galleryImagesWrap .gContainer .galleryPhotos .picture .overlay p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 32px;
  color: #fff;
  margin: 0;
  padding: 0 24px;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.galleryImagesWrap .gContainer .galleryPhotos .picture .overlay i {
  position: absolute;
  right: 29px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
}
.galleryImagesWrap .gContainer .galleryPhotos .picture:hover img {
  transform: scale(1.3);
}
.galleryImagesWrap .gContainer .galleryPhotos .picture:hover p {
  color: rgb(255, 203, 33);
}

.popUpWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  cursor: default !important;
  display: none;
}
.popUpWrap img {
  width: 850px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap video {
  width: 650px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap iframe {
  width: 700px !important;
  height: 500px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
}
.popUpWrap .right {
  position: absolute;
  color: #000;
  font-size: 52px;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: calc(50% - 47px);
  right: 14px;
  -webkit-text-stroke: 4px #fff;
  cursor: pointer;
}
.popUpWrap .left {
  position: absolute;
  color: #000;
  font-size: 52px;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: calc(50% - 47px);
  left: 14px;
  -webkit-text-stroke: 4px #fff;
  cursor: pointer;
}
.popUpWrap .closePic {
  position: absolute;
  color: #000;
  font-size: 52px;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: 0;
  right: 0;
  -webkit-text-stroke: 4px #fff;
  cursor: pointer;
}

.messagePop {
  position: absolute;
  min-width: 348px;
  min-height: 80px;
  text-align: center;
  padding: 15px 10px 15px 10px !important;
  background: #f9b0a6;
  color: #252525;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  left: calc(50% - 150px);
  transition: all 1s ease-in-out;
  top: -90px;
  left: 58px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messagePop.showMsg {
  height: 20px;
}

.dashboardSectionWrap {
  width: 100%;
  float: left;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.dashboardSectionWrap .dbSectionInner {
  width: 100%;
  float: left;
  padding: 55px 0;
  display: flex;
  gap: 29px;
  justify-content: center;
  position: relative;
}
.dashboardSectionWrap .dbSectionInner aside {
  width: 291px;
  height: 530px;
  border-radius: 16px;
  background: #F3F6FF;
  float: left;
  padding: 30px;
  font-family: "Poppins";
  flex-flow: column;
  justify-content: space-between;
}
.dashboardSectionWrap .dbSectionInner aside ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboardSectionWrap .dbSectionInner aside ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #E3EBF6;
}
.dashboardSectionWrap .dbSectionInner aside ul li:last-child {
  border: 0;
}
.dashboardSectionWrap .dbSectionInner aside ul li.active {
  background-color: #4B68D2;
  border: 0;
  border-radius: 8px;
}
.dashboardSectionWrap .dbSectionInner aside ul li.active a {
  color: #fff;
}
.dashboardSectionWrap .dbSectionInner aside ul li.active a i {
  color: #fff;
}
.dashboardSectionWrap .dbSectionInner aside ul li a {
  width: 100%;
  float: left;
  padding: 17px 21px;
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 14px;
  color: #4F698A;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.dashboardSectionWrap .dbSectionInner aside ul li a i {
  color: #7B9FCF;
}
.dashboardSectionWrap .dbSectionInner aside .logout {
  width: 100%;
  float: left;
  color: #ff0465;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 500;
  align-items: center;
  display: flex;
  gap: 12px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart {
  float: left;
  width: 830px;
  float: left;
  padding: 40px 40px;
  border-radius: 40px;
  background: #F3F6FF;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
}
.dashboardSectionWrap .dbSectionInner .contentsPart h2 {
  width: 100%;
  float: left;
  font-family: "Poppins";
  color: #000;
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  padding: 12px 12px;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(15, 91, 147, 0.15);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-flow: row wrap;
  border-radius: 12px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart picture {
  max-width: 70px;
  min-width: 70px;
  height: 70px;
  background-color: #e8eeff;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart h3 {
  float: left;
  margin: 0;
  font-size: 14px;
  max-width: 155px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 21px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart h3 a {
  color: #000;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart h3.price {
  max-width: 200px;
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
  font-size: 15px;
  gap: 5px;
  position: relative;
  font-weight: 500;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart h3.price small {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  margin: 0 14px 0 0;
  color: #909090;
  position: relative;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .leftPart h3.price small::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 9px;
  left: 0;
  height: 1px;
  background: #909090;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart {
  float: left;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 22px 0 0;
  position: relative;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ededed;
  top: 0;
  left: -43px;
  position: absolute;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .removeWish {
  float: left;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .removeWish i {
  font-size: 25px;
  float: left;
  color: #4B68D2;
  -webkit-text-stroke: 1px #4B68D2;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .removeWish.removed i {
  color: #fff;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .upDownBttn {
  float: left;
  margin: 0 14px 0 -18px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .upDownBttn span.button {
  float: left;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  background: #efefef;
  border-radius: 100%;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .upDownBttn input[type=text] {
  height: 32px;
  width: 47px;
  float: left;
  background: transparent;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
  border-radius: 23px;
  margin: 0 6px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .wishBox .rightPart .goDetails {
  width: 35px;
  height: 35px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #e8eeff;
  color: #4b68d2;
  margin: 0 0 0 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .wishListBoxWrap .headBttn {
  float: left;
  background-color: #FFA31A;
  color: #000;
  margin: 17px 0 0 0;
  padding: 13px 26px;
  border-radius: 9px;
  text-decoration: none !important;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 31px;
  background: linear-gradient(100deg, #4B68D2 1.26%, #27356C 95.02%);
  padding: 15px 18px;
  border-radius: 17px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart picture {
  min-width: 113px;
  max-width: 113px;
  height: 106px;
  float: left;
  border-radius: 17px;
  background-color: #DCE5EC;
  overflow: hidden;
  position: relative;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart picture b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto";
  font-size: 95px;
  text-transform: uppercase;
  font-weight: 400;
  color: #53698b;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart h3 {
  width: 100%;
  float: left;
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .userDetailsPart h3 small {
  width: 100%;
  float: left;
  margin: 22px 0 0 0;
  color: #656565;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 177%;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap {
  width: 100%;
  float: left;
  margin: 28px 0 0 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBttn {
  width: 100%;
  float: left;
  display: flex;
  gap: 13px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBttn a.bttn {
  float: left;
  border-radius: 8px;
  background: #F1F7FF;
  padding: 13px 27px;
  text-decoration: none;
  color: #45658F;
  font-size: 13px;
  font-weight: 400;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBttn a.bttn.active {
  background: #728EB8;
  color: #fff;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap {
  width: 100%;
  float: left;
  margin: 23px 0 0 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox {
  width: 590px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #DCDCDC;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox:last-child {
  border: 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox picture {
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  float: left;
  border-radius: 9px;
  overflow: hidden;
  background: #F3F6FF;
  margin: 0 -64px 0 0;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox h4 {
  width: auto;
  float: left;
  display: flex;
  flex-flow: column;
  margin: 0;
  color: #122746;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 4px;
}
.dashboardSectionWrap .dbSectionInner .contentsPart .ordersWrap .ordersBoxWrap .orderBox h4 small {
  width: 100%;
  float: left;
  color: #348437;
  font-size: 12px;
  font-weight: 500;
}

/*************************************************  contact page new design 31-05-2024  ************************************/
.contactFormWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
}
.contactFormWrap .contactFormInner {
  width: 100%;
  float: left;
  margin: 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactFormWrap .contactFormInner .formMain {
  width: 480px;
  float: left;
  position: relative;
}
.contactFormWrap .contactFormInner .formMain h2 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 30px;
}
.contactFormWrap .contactFormInner .formMain form {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.contactFormWrap .contactFormInner .formMain form span {
  width: 100%;
  float: left;
  margin: 8px 0;
}
.contactFormWrap .contactFormInner .formMain form span .userInput {
  width: 100%;
  float: left;
  padding: 19px 0 19px 68px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  background: #FFF;
  color: #000;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  background-image: url(../../images/email.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 16px 50%;
}
.contactFormWrap .contactFormInner .formMain form span .userInput::-moz-placeholder {
  color: #555;
}
.contactFormWrap .contactFormInner .formMain form span .userInput::placeholder {
  color: #555;
}
.contactFormWrap .contactFormInner .formMain form span .userInput.name {
  background-image: url(../../images/name.png);
}
.contactFormWrap .contactFormInner .formMain form span .userInput.country {
  background-image: url(../../images/country.png);
}
.contactFormWrap .contactFormInner .formMain form span .userInput.phone {
  background-image: url(../../images/phone.png);
}
.contactFormWrap .contactFormInner .formMain form span .SubBttn {
  float: left;
  background-color: #119BFF;
  color: #fff;
  font-family: "Poppins";
  border: 0;
  outline: none !important;
  padding: 15px 25px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.contactFormWrap .contactFormInner .formMain form span .SubBttn:hover {
  background-color: #FFA31A;
  color: #000;
}
.contactFormWrap .contactFormInner .contactDetails {
  width: 480px;
  float: left;
  border-left: 3px solid #a1b4f9;
  padding: 20px 0 20px 60px;
}
.contactFormWrap .contactFormInner .contactDetails h4 {
  width: 100%;
  float: left;
  font-family: "Roboto";
  font-weight: 500;
  color: #000;
  margin: 0 0 0 0;
}
.contactFormWrap .contactFormInner .contactDetails .contactBox {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
  font-family: "Poppins";
  font-size: 13px;
  color: #6a6a6a;
  font-weight: 400;
  line-height: 23px;
}
.contactFormWrap .contactFormInner .contactDetails .contactBox .head {
  width: 100%;
  float: left;
}

/******************************************  05-06-2024  ***********************************/
.profileWrap {
  width: 100%;
  float: left;
  position: relative;
}
.profileWrap form {
  width: 100%;
  float: left;
  margin: 0;
}
.profileWrap form .userPicDetails {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  align-items: center;
}
.profileWrap form .userPicDetails picture {
  width: 110px;
  min-width: 110px;
  height: 110px;
  background-color: #e5ecff;
  float: left;
  position: relative;
  border-radius: 100%;
}
.profileWrap form .userPicDetails picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}
.profileWrap form .userPicDetails picture b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto";
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  color: #4b68d2;
}
.profileWrap form .userPicDetails picture .openeditPop {
  position: absolute;
  background-color: #FFA31A;
  cursor: pointer;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  color: #000;
  z-index: 9;
}
.profileWrap form .userPicDetails h4 {
  width: 100%;
  float: left;
  font-family: "Poppins";
  margin: 0;
  font-size: 29px;
  text-transform: capitalize;
}
.profileWrap form .userPicDetails h4 small {
  width: 100%;
  float: left;
  font-family: "Roboto";
  font-size: 14px;
  margin: 5px 0 0 0;
  letter-spacing: 1px;
  color: #a0a0a0;
  text-transform: lowercase;
  font-weight: 400;
}
.profileWrap form .formFields {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 30px 0 0 0;
  position: relative;
}
.profileWrap form .formFields span {
  width: 44%;
  float: left;
}
.profileWrap form .formFields span.fullWidth {
  width: 100% !important;
}
.profileWrap form .formFields span p {
  width: 100%;
  float: left;
  margin: 0;
  font-family: "Roboto";
  font-size: 14px;
  color: #818aa3;
  padding: 0 5px;
}
.profileWrap form .formFields span .inptType {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  border: 1px solid #e1e8ff;
  background: #f8f9ff;
  padding: 0 22px;
  height: 45px;
  border-radius: 6px;
  outline: none !important;
  font-family: "Roboto";
  font-size: 14px;
}
.profileWrap form .formFields span label {
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 25px 0 0;
  cursor: pointer;
}
.profileWrap form .formFields span label h5 {
  float: left;
  margin: 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.profileWrap form .formFields span label .checkmark {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #c8d7ff;
  float: left;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileWrap form .formFields span label .checkmark b {
  width: 19px;
  height: 19px;
  background-color: #4b68d2;
  float: left;
  position: relative;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  transform: scale(1.5);
  opacity: 0;
}
.profileWrap form .formFields span label input[type=radio] {
  display: none;
}
.profileWrap form .formFields span label input[type=radio]:checked ~ .checkmark b {
  opacity: 1;
  transform: scale(1);
}
.profileWrap form .formFields span .submitBtn {
  float: left;
  margin: 13px 0 0 0;
  cursor: pointer;
  font-family: "Poppins";
  border: 0;
  color: #000;
  background: #ffbd13;
  padding: 13px 32px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}

.compare_pass {
  color: #f00;
}

.edImgPop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(11px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: "Roboto";
  display: none;
}
.edImgPop .ediInner {
  width: 400px;
  height: 500px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
.edImgPop .ediInner .closeEdPop {
  position: absolute;
  top: 12px;
  right: 19px;
  font-size: 24px;
  color: #f00;
  -webkit-text-stroke: 1px #fff;
  cursor: pointer;
}
.edImgPop .ediInner h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.edImgPop .ediInner p {
  width: 100%;
  float: left;
  text-align: center;
  margin: 16px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 20px;
}
.edImgPop .ediInner picture {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 100%;
  background-color: #fff4f3;
  overflow: hidden;
  margin: 40px 0;
  background-image: url(../../images/usericon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.edImgPop .ediInner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edImgPop .ediInner picture img.noImage {
  transform: scale(0.3);
}
.edImgPop .ediInner .buttonWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
  align-items: center;
}
.edImgPop .ediInner .buttonWrap .uploadPimage {
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  border: 1px solid #4B68D2;
  text-align: center;
  font-size: 14px;
  color: #4B68D2;
  padding: 12px 0;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.edImgPop .ediInner .buttonWrap .uploadPimage input {
  display: none;
}
.edImgPop .ediInner .buttonWrap .deletePimage {
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  border: 1px solid #f00;
  text-align: center;
  font-size: 14px;
  color: #f00;
  padding: 12px 0;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.edImgPop .ediInner .buttonWrap .deletePimage input {
  display: none;
}

/******************************************  shop page  ************************************/
.shopPageCompleteWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0px 0 20px 0;
}
.shopPageCompleteWrap .shopPageInner {
  width: 100%;
  float: left;
  display: flex;
  gap: 80px;
}
.shopPageCompleteWrap .shopPageInner .sideBox {
  width: 240px;
  min-width: 240px;
  float: left;
  font-family: "Roboto";
}
.shopPageCompleteWrap .shopPageInner .sideBox h4 {
  width: 100%;
  float: left;
  font-size: 15px !important;
  color: #000;
  font-size: 18px;
  margin: 0 0 26px 0;
  text-transform: capitalize;
  font-weight: 500;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 9px;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  touch-action: none;
  border-radius: 100%;
  top: -7px !important;
  background: #000000 !important;
  border: 0 !important;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #119BFF !important;
  border-color: #119BFF !important;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-slider .ui-slider-handle.ui-state-active {
  background-color: #119BFF !important;
  border-color: #119BFF !important;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-widget.ui-widget-content {
  border: 1px solid #e7e7e7 !important;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-slider-horizontal {
  height: 6px;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .ui-widget-header {
  background: #dadada;
  border: 0px !important;
  height: 4px;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .price-range-search {
  float: left;
  font-family: "Poppins";
  background-color: #4B68D2;
  text-transform: capitalize;
  border: 0;
  padding: 5px 22px;
  color: #fff;
  margin: 10px 0 0 -12px;
  outline: none !important;
  cursor: pointer;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .search-results-block {
  position: relative;
  display: block;
  clear: both;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .inputs {
  width: 110%;
  float: left;
  display: flex;
  justify-content: space-between;
  left: -3%;
  position: relative;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .inputs input {
  float: left;
  border: 0;
  background-color: transparent !important;
  outline: none !important;
  font-size: 13px;
  font-family: "Poppins";
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .inputs input:last-child {
  text-align: right;
}
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .inputs input::-webkit-outer-spin-button,
.shopPageCompleteWrap .shopPageInner .sideBox .price-range-block .inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap h4 {
  margin: 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList {
  width: 100%;
  float: left;
  padding: 0 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li {
  width: 100%;
  float: left;
  position: relative;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li i {
  position: absolute;
  right: 14px;
  top: 16px;
  font-size: 12px;
  color: #a2a7b4;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li:last-child a {
  border: 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li a {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #000;
  padding: 14px 10px;
  border-bottom: 1px solid #e9ebf1;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li .subcatList {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #4B68D2;
  padding: 5px 0;
  display: none;
}
.shopPageCompleteWrap .shopPageInner .sideBox .productsCategoryWrap .catList li .subcatList li a {
  color: #fff;
  border-color: #6981dc;
  padding: 11px 26px;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap h4 {
  margin: 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap .brandList {
  width: 100%;
  float: left;
  padding: 0 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap .brandList li {
  width: 100%;
  float: left;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap .brandList li:last-child a {
  border: 0;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap .brandList li a {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #000;
  padding: 9px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 500;
  margin: 3px 0;
  border-radius: 5px;
}
.shopPageCompleteWrap .shopPageInner .sideBox .brandsWrap .brandList li a img {
  width: 20px;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap {
  width: 100%;
  float: left;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap h2 {
  width: 100%;
  float: left;
  font-family: "Poppins";
  color: #000;
  font-size: 45px;
  font-weight: 700;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap h2 small {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #4B68D2;
  margin: 10px 0 0 0;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 23px;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox {
  width: 240px;
  height: 310px;
  float: left;
  background-color: #fff;
  padding: 25px 25px;
  position: relative;
  font-family: "Poppins";
  overflow: hidden;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .picture {
  width: 100%;
  float: left;
  height: 172px;
  margin: 8px 0 10px 0;
  padding: 12px;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .detailsWrap {
  width: 100%;
  float: left;
  margin: 0px 0 10px 0;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .detailsWrap a {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .detailsWrap .price {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 13px;
  margin: 4px 0 0 0;
  color: #727272;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addWish {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 9;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addWish i {
  font-size: 23px;
  color: #fff;
  -webkit-text-stroke: 1px #cacaca;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addWish.added {
  position: absolute;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addWish.added i {
  color: #6B11FF;
  -webkit-text-stroke: 1px #6B11FF;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .add {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #ffe8f1;
  padding: 11px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  width: 170px;
  text-transform: capitalize;
  box-shadow: 0px 8px 18px rgba(255, 149, 229, 0.46);
  border-radius: 6px;
  color: #dc4781;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .add.addText {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .remove {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #ffe8f1;
  padding: 11px 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  width: 170px;
  text-transform: capitalize;
  box-shadow: 0px 8px 18px rgba(255, 149, 229, 0.46);
  border-radius: 6px;
  color: #dc4781;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .remove.removeText {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addCart {
  position: absolute;
  right: 18px;
  bottom: 25px;
  width: 35px;
  height: 35px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  color: #2e2e2e;
  font-size: 14px;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .addCart.added {
  background: #eee4ff;
  color: #6B11FF;
}
.shopPageCompleteWrap .shopPageInner .productsBoxWrap .pList .pBox .offerTag {
  width: 123px;
  height: 31px;
  background-color: #57bf6c;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  top: 56px;
  left: -22px;
  transform-origin: top left;
  transform: rotate(-40deg);
  color: #fff;
}

.carSlideWrap {
  width: 100%;
  float: left;
  margin: 22px 0 56px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e6eaf5;
}
.carSlideWrap .catBoxWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.carSlideWrap .catBoxWrap picture {
  width: 65px;
  height: 65px;
  background-color: #fff;
  float: left;
  border-radius: 100%;
}
.carSlideWrap .catBoxWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.carSlideWrap .catBoxWrap p {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 11px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0px;
}

.productDetailsWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 75px 0;
}
.productDetailsWrap .productInnerMain {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 20px;
}
.productDetailsWrap .productInnerMain .detailsImage {
  width: 520px;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.productDetailsWrap .productInnerMain .detailsImage picture {
  width: calc(100% - 100px);
  height: 450px;
  background-color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
}
.productDetailsWrap .productInnerMain .detailsImage picture span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.productDetailsWrap .productInnerMain .detailsImage picture span img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 25px;
}
.productDetailsWrap .productInnerMain .detailsImage picture span:first-child {
  display: block;
}
.productDetailsWrap .productInnerMain .detailsImage .picThumb {
  min-width: 80px;
  max-width: 80px;
  max-height: 450px;
  float: left;
  display: flex;
  flex-flow: column;
  gap: 18px;
  overflow: auto;
  -webkit-mask-image: linear-gradient(-180deg, #000 80%, transparent);
          mask-image: linear-gradient(-180deg, #000 80%, transparent);
}
.productDetailsWrap .productInnerMain .detailsImage .picThumb::-webkit-scrollbar {
  display: none;
}
.productDetailsWrap .productInnerMain .detailsImage .picThumb a.ptNav {
  width: 80px;
  float: left;
  max-height: 80px;
  min-height: 80px;
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #fff;
}
.productDetailsWrap .productInnerMain .detailsImage .picThumb a.ptNav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.productDetailsWrap .productInnerMain .detailsImage .picThumb a.ptNav.active {
  border-color: #119BFF;
}
.productDetailsWrap .productInnerMain .productDetailsContent {
  width: 480px;
  float: left;
  position: relative;
  font-family: "Roboto";
}
.productDetailsWrap .productInnerMain .productDetailsContent h2 {
  width: 100%;
  float: left;
  margin: 0;
  color: #000;
  font-size: 29px;
  letter-spacing: 0.6px;
}
.productDetailsWrap .productInnerMain .productDetailsContent h3 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin: 19px 0 0 0;
  font-size: 18px;
  gap: 5px;
}
.productDetailsWrap .productInnerMain .productDetailsContent h3 small {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 5px;
  margin: 0 14px 0 0;
  color: #909090;
  position: relative;
}
.productDetailsWrap .productInnerMain .productDetailsContent h3 small::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 6px;
  left: 0;
  height: 1.3px;
  background: #909090;
}
.productDetailsWrap .productInnerMain .productDetailsContent .description {
  width: 100%;
  float: left;
  font-size: 13px;
  margin: 21px 0 0 0;
  color: #404040;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
}
.productDetailsWrap .productInnerMain .productDetailsContent .options {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
}
.productDetailsWrap .productInnerMain .productDetailsContent .options .optionsBox {
  width: 170px;
  border: 1px solid #ddd;
  font-family: "Poppins";
  font-size: 14px;
  color: #626262;
  font-weight: 400;
  padding: 14px 18px;
  letter-spacing: 0.3px;
  outline: none !important;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../images/downAngle.png);
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}
.productDetailsWrap .productInnerMain .productDetailsContent .addBttnsWrapper {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
  margin: 30px 0 0 0;
}
.productDetailsWrap .productInnerMain .productDetailsContent .addBttnsWrapper .subBttn {
  float: left;
  background-color: #333;
  color: #fff;
  font-family: "Roboto";
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 13px 24px 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
  cursor: pointer;
}
.productDetailsWrap .productInnerMain .productDetailsContent .addBttnsWrapper .upDownBttn {
  float: left;
  border: 1px solid #ddd;
}
.productDetailsWrap .productInnerMain .productDetailsContent .addBttnsWrapper .upDownBttn span.button {
  float: left;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.productDetailsWrap .productInnerMain .productDetailsContent .addBttnsWrapper .upDownBttn input[type=text] {
  height: 43px;
  width: 50px;
  float: left;
  background: transparent;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}

.addressForm {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
}
.addressForm .addressLabel {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  cursor: pointer;
}
.addressForm .addressLabel input[type=radio] {
  display: none;
}
.addressForm .addressLabel .addressContainer {
  width: 100%;
  float: left;
  padding: 20px 28px;
  background: #f3f6ff;
  border-radius: 7px;
  font-size: 13px;
  font-family: "Poppins";
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 19px 50%;
  background-size: 27px;
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.addressForm .addressLabel .addressContainer span {
  float: left;
}
.addressForm .addressLabel .radioInput:checked ~ .addressContainer {
  background-color: #409856;
  color: #fff;
  background-image: url(../../images/check.png);
  background-repeat: no-repeat;
  background-position: 19px 50%;
  background-size: 27px;
  padding-left: 65px;
}
.addressForm .inptBttnsWrap {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  display: flex;
  gap: 12px;
}
.addressForm .inptBttnsWrap .buttonStyle {
  float: left;
  background-color: #ffe18e;
  border: 0;
  color: #000;
  font-family: "Poppins";
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
}
.addressForm .inptBttnsWrap .buttonStyle.subBttn {
  background-color: #4B68D2;
  color: #fff;
}

.s_message {
  position: absolute;
  width: 100%;
  left: 0;
  background: #62b479;
  z-index: 99;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  top: -65px;
  border-radius: 8px;
  font-family: "Poppins";
  box-shadow: 0px 9px 16px rgba(50, 123, 70, 0.26);
}

.tabBoxsWrap {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.tabBoxsWrap .tabBox {
  width: 100%;
  float: left;
  font-family: "Poppins";
  border: 1px solid #ddd;
  padding: 28px 28px;
  display: none;
}
.tabBoxsWrap .tabBox:first-child {
  display: block;
}
.tabBoxsWrap .tabBox h3 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 17px;
  margin: 0;
}
.tabBoxsWrap .tabBox .tabBoxInner {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  font-size: 14px;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 8px;
}
.tabBoxsWrap .tabBox .tabBoxInner span {
  float: left;
  margin: 0;
}
.tabBoxsWrap .tabBox .tabBoxInner label {
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  cursor: pointer;
}

.tabBoxnav {
  width: 100%;
  float: left;
  margin: 25px 0 -1px 0;
  position: relative;
}
.tabBoxnav a {
  float: left;
  font-size: 14px;
  color: #7b7b7b;
  font-family: "Poppins";
  padding: 11px 27px;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}
.tabBoxnav a.active {
  color: #4B68D2;
  border-color: #4B68D2;
}

.placeOrderBtn {
  float: left;
  background-color: #4B68D2;
  border: 0;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.placeOrderBtn:hover {
  background-color: #FFA31A;
  color: #000;
}

.sub-menu {
  display: none;
}

.menuBtn {
  background-color: #e5e6eb !important;
  border-radius: 10px;
  color: #fff !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
.menuBtn a {
  color: #504e4e !important;
}
.menuBtn a i {
  color: rgb(70, 69, 69) !important;
}

.fullWidthMain {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  border: 1px solid rgb(145, 144, 144);
  padding: 20px 20px;
  border-radius: 20px;
}

.capital {
  font-size: 30px !important;
  float: left;
  padding-bottom: 30px !important;
}

.headLogoTwo {
  width: 300px !important;
  height: 200px !important;
}

.btnAccount {
  padding: 7px 19px !important;
  background: #fff !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #364b97;
}

.downArrow {
  margin-left: 59px;
}

.homeheading {
  margin-top: 60px !important;
}

.ReportHistoryTable {
  width: 100%;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
}
.ReportHistoryTable th {
  padding: 15px 10px;
  background: #4b68d2;
  color: #fff;
  font-size: 14px !important;
}
.ReportHistoryTable td {
  padding: 15px 10px !important;
  font-size: 14px !important;
}

.success {
  background-color: rgb(74, 168, 74);
  padding: 15px 0;
  justify-content: center;
}

.error {
  background-color: rgb(248, 146, 128);
  padding: 15px 0;
  justify-content: center;
}

.add-breakups {
  padding: 10px 20px;
  background: linear-gradient(100deg, #4B68D2 1.26%, #27356C 95.02%);
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
}
.add-breakups:hover {
  background: linear-gradient(100deg, #3c519b 1.26%, #19234e 95.02%) !important;
  color: #fff !important;
}

.netProfitAndAmount {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.netProfitAndAmountWrapper {
  display: flex;
  flex-flow: column;
}

.or {
  width: 30px !important;
  font-size: 16px;
  margin-bottom: -55px !important;
  font-weight: 800;
  color: #899cd4 !important;
  position: relative;
}

.btn-add {
  margin-top: 10px;
}

.breakupSectionPosition {
  width: 92%;
  float: left;
}
.breakupSectionPosition input {
  width: 39%;
  float: left;
}

.btn-remove {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn-remove:hover {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn-add {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

.btn-add:hover {
  background-color: #d4edda !important;
  color: #155724 !important;
  border-color: #c3e6cb !important;
}

.stepper-item .completed {
  background: linear-gradient(to right, #008080, #009990) !important;
  color: #fff;
  font-weight: 600;
}

.sidebar {
  width: 250px;
  height: 100vh;
  background: #F3F6FF;
  left: -100%;
  top: 0;
  transition: 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
}

.menu-button {
  position: absolute;
  top: 20px;
  left: inherit;
  right: 6px;
  background: #333;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 1000;
  border-radius: 5px;
  display: none;
}

.tableWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

textarea {
  resize: vertical;
  padding: 10px 22px !important;
}

.indexPageAccountBtn {
  display: none;
}

.logot {
  display: none;
}

.footerTop {
  display: none !important;
}

.netProfitAndAmount {
  width: 100% !important;
  flex-flow: column;
  gap: 16px;
  align-items: unset;
  border: 1px solid #27356C;
  border-radius: 20px;
  padding: 38px 38px;
}
.netProfitAndAmount .netProfitAndAmountWrapper {
  flex-flow: column !important;
  width: 100% !important;
}

.or {
  width: 100% !important;
  font-size: 16px;
  margin-bottom: 0 !important;
  font-weight: 800;
  color: #2f53d6 !important;
}
.or b {
  font-size: 20px;
}
.or {
  /* position: relative; */
}

.AccountsCalculatorButtonWrapper {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AccountsCalculatorButtonWrapper .prevNextButtons {
  float: left;
  display: flex;
  gap: 20px;
  align-items: center;
}
.AccountsCalculatorButtonWrapper .prevNextButtons span {
  width: unset !important;
}
.AccountsCalculatorButtonWrapper span {
  width: unset !important;
}

.iconsTdReportHistory {
  display: flex;
  gap: 10px;
}
.iconsTdReportHistory a i {
  font-size: 17px;
}

.popupWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  backdrop-filter: blur(12px);
  font-family: "Poppins";
}

.popUpBody {
  width: 500px;
  height: unset;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  font-family: "Poppins";
}
.popUpBody h4 {
  text-align: center;
}

.closePopup {
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
  font-size: 24px;
  padding: 7px 11px;
  color: #fff;
  cursor: pointer;
}

.popupButtons {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.popupButtons .delete {
  padding: 10px 40px;
  float: left;
  background: #f00;
  color: #fff;
  font-family: "Poppins";
}
.popupButtons .cancle {
  padding: 10px 40px;
  float: left;
  background: rgb(15, 104, 4);
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
}

.reserved {
  width: 100% !important;
  float: left;
  text-align: center;
}

.ordersWrapHeading a {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 600;
  color: #4b68d2;
}

.rightSide {
  width: unset !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.rightSide a {
  font-weight: 600 !important;
}

.orderHeadingWrapper {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-eye {
  background: #4b68d2;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}

.caseDetails {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: 30px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15.5px;
  color: #333;
  min-height: 525px;
}
.caseDetails p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.caseDetails p strong {
  font-weight: 600;
  color: #222;
  display: inline-block;
  min-width: 220px;
}
.caseDetails ul {
  margin: 0 0 19px 0px;
  padding: 0;
  list-style: disc;
  width: 90%;
  float: left;
  padding: 19px;
  background: #3366cc;
  color: #fff;
  border-radius: 10px;
}
.caseDetails ul li {
  margin-bottom: 8px;
  list-style: none;
}
.caseDetails ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  margin-top: 10px;
}
.caseDetails p + p,
.caseDetails p + ul,
.caseDetails ul + p {
  margin-top: 10px;
}

.additionalDocumentsDownload {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}

.downloadIconStyle {
  color: #3366cc;
  background: #fff;
  padding: 7px;
  border-radius: 50%;
}

.successMsg {
  position: absolute;
  padding: 20px;
  width: 100%;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  min-height: 50px;
  top: -167px;
  border-radius: 10px;
}
.successMsg h4 {
  width: 100%;
  float: left;
  margin: 0;
  color: #155724;
  font-size: 14px;
  text-align: center;
}

.fixedAssetSection {
  margin-top: 30px;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  align-items: flex-start !important;
}
.fixedAssetSection input.autocal-checkbox[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.fixedAssetSection input.autocal-checkbox[type=checkbox]:hover {
  border-color: #007bff;
}
.fixedAssetSection input.autocal-checkbox[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
  position: relative;
}
.fixedAssetSection input.autocal-checkbox[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}
.fixedAssetSection label {
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #333;
  display: inline-flex;
  align-items: center;
}

.fixedAssetRowAppend {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
}
.fixedAssetRowAppend .additionOfNewAsset {
  display: flex;
  width: 100%;
  float: left;
  gap: 20px;
  margin-top: 20px;
}
.fixedAssetRowAppend .additionOfNewAsset input[type=text] {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .additionOfNewAsset input[type=text]:hover {
  border-color: #666;
}
.fixedAssetRowAppend .additionOfNewAsset input[type=text]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:hover {
  border-color: #007bff;
}
.fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
  position: relative;
}
.fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}
.fixedAssetRowAppend .additionOfNewAsset span.addition_of_new_asset {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  display: inline-flex;
  align-items: center;
}
.fixedAssetRowAppend .additionOfNewAsset .additionOfNewAssetWrapper {
  width: 50%;
  float: left;
  display: flex;
  flex-flow: column;
}
.fixedAssetRowAppend .additionOfNewAsset .additionOfNewAssetWrapper input[type=text] {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .disposalOfAsset {
  display: flex;
  width: 100%;
  float: left;
  gap: 20px;
  margin-top: 20px;
}
.fixedAssetRowAppend .disposalOfAsset .disposalOfAssetWrapper {
  width: 50%;
  float: left;
  display: flex;
  flex-flow: column;
}
.fixedAssetRowAppend .disposalOfAsset .disposalOfAssetWrapper input[type=text] {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .disposalOfAsset input[type=text] {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .disposalOfAsset input[type=text]:hover {
  border-color: #666;
}
.fixedAssetRowAppend .disposalOfAsset input[type=text]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:hover {
  border-color: #007bff;
}
.fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:checked {
  background-color: #007bff;
  border-color: #007bff;
  position: relative;
}
.fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
}
.fixedAssetRowAppend .disposalOfAsset span.disposal_of_new_asset {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #333;
  display: inline-flex;
  align-items: center;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 5%;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .SelectDepreciationRateWrapper {
  width: 50%;
  float: left;
  display: flex;
  flex-flow: column;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .SelectDepreciationRateWrapper select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .SelectDepreciationRateWrapper select:hover {
  border-color: #666;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .SelectDepreciationRateWrapper select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .OpeningBalance {
  width: 50%;
  float: left;
  display: flex;
  flex-flow: column;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance .OpeningBalance input[type=text] {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text] {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text]:hover {
  border-color: #666;
}
.fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.fixedAssetsPart {
  width: 100% !important;
  float: left;
}

.selectDepreciationAndOpeningBalance {
  width: 100%;
  float: left;
  display: flex;
  gap: 3%;
  align-items: center;
}
.selectDepreciationAndOpeningBalance .inputLabelWrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
}
.selectDepreciationAndOpeningBalance .inputLabelWrapper input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.selectDepreciationAndOpeningBalance .inputLabelWrapper select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.additionOfNewAsset {
  display: flex;
  width: 100%;
  float: left;
  gap: 3%;
}
.additionOfNewAsset input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.additionOfNewAsset select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.inputLabelWrapper {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
}
.inputLabelWrapper input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.checkBoxWrapNew {
  width: 100%;
  float: left;
  display: flex;
}
.checkBoxWrapNew span {
  margin: 0 0 0 8px;
}

button.addBtnNew {
  background: #4CAF50;
  color: #fff;
  transition: 0.3s ease-in-out;
  padding: 8px 40px;
}
button.addBtnNew:hover {
  background-color: #28682a;
  color: #fff;
}

button.removeBtnNew {
  background: #f00;
  color: #fff;
  transition: 0.3s ease-in-out;
}
button.removeBtnNew:hover {
  background: #a30101;
  color: #fff;
}

/***********************************  09-06-2025  ********************************/
.capitalIntroductionGroup {
  flex-flow: column;
}
.capitalIntroductionGroup .capital-introduction-breakups {
  width: 100%;
  float: left;
}
.capitalIntroductionGroup .capital-introduction-breakups label {
  width: 100%;
  float: left;
}
.capitalIntroductionGroup .capital-introduction-breakups .capital-introduction-breakup-row {
  width: 85%;
  float: left;
  position: relative;
}
.capitalIntroductionGroup .capital-introduction-breakups .capital-introduction-breakup-row .type-stock {
  width: 100% !important;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.capitalIntroductionGroup .capital-introduction-breakups .capital-introduction-breakup-row button.removeBtnNew {
  right: -91px !important;
  position: absolute !important;
}
.capitalIntroductionGroup .capital-introduction-breakups .partner-capital-introduction-breakup-amount {
  width: 100% !important;
}

.withDrawlGroup {
  flex-flow: column;
}
.withDrawlGroup .withdrawal-breakups {
  width: 100%;
  float: left;
}
.withDrawlGroup .withdrawal-breakups label {
  width: 100%;
  float: left;
}
.withDrawlGroup .withdrawal-breakups .withdrawal-breakup-row {
  width: 85%;
  float: left;
  position: relative;
}
.withDrawlGroup .withdrawal-breakups .withdrawal-breakup-row .type-stock {
  width: 100% !important;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.withDrawlGroup .withdrawal-breakups .withdrawal-breakup-row input[type=text].partner-withdrawal-breakup-amount {
  width: 100% !important;
}
.withDrawlGroup .withdrawal-breakups .withdrawal-breakup-row button.removeBtnNew {
  right: -91px !important;
  position: absolute !important;
}

.inputLabelWrapper {
  flex-flow: column;
}
.inputLabelWrapper .remuneration-breakups {
  width: 100%;
  float: left;
}
.inputLabelWrapper .remuneration-breakups label {
  width: 100%;
  float: left;
}
.inputLabelWrapper .remuneration-breakups .remuneration-breakup-row {
  width: 85%;
  float: left;
  position: relative;
}
.inputLabelWrapper .remuneration-breakups .remuneration-breakup-row .type-stock {
  width: 100% !important;
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.inputLabelWrapper .remuneration-breakups .remuneration-breakup-row input[type=text].partner-remuneration-breakup-amount {
  width: 100% !important;
}
.inputLabelWrapper .remuneration-breakups .remuneration-breakup-row button.removeBtnNew {
  right: -91px !important;
  position: absolute !important;
}

.profilePaddding form .formFields p {
  padding: 0 !important;
}

.showGap {
  flex-wrap: wrap !important;
  gap: 30px !important;
}

.hufInput {
  display: flex !important;
  padding: 35px 0 0 0;
  gap: 5px;
}

.hufInput p {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.hufInput input[type=checkbox] {
  width: 25px;
  height: 22px;
}

.spaceInptType {
  padding: 0 15px 0 5px !important;
}

.inpWidth {
  width: 48% !important;
}

/***********************************  10-10-2025  ********************************/
.test {
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.test .universalCheckbox[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 2px solid #555;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
}

.test .universalCheckbox[type=checkbox]:hover {
  border-color: #007bff;
}

.test .universalCheckbox[type=checkbox]:checked {
  background-color: #cce5ff;
  border-color: #007bff;
}

.quantitive {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.breakup-modal.soft-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9999;
  display: none;
}

.breakup-modal.soft-modal .breakup-modal-content {
  background: #fff;
  width: 80%;
  max-width: 1100px;
  height: 85%;
  margin: 5vh auto;
  border-radius: 10px;
  padding: 20px 24px;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.breakup-modal.soft-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 16px;
}/*# sourceMappingURL=style_site.css.map */