.animated {
  -moz-animation-duration: 0.8s !important;
  -o-animation-duration: 0.8s !important;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}

.fadeIn,
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

#innerBanner {
  position: relative;
}

#innerBanner .bannerimg {
  width: 100%;
  height: 100%;
}

#innerBanner .bannerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#innerBanner .bannerimg video {
  width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 576px) {
  #innerBanner .bannerimg video {
    height: 290px;
  }
}

@media only screen and (min-width: 992px) {
  #innerBanner .bannerimg video {
    height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  #innerBanner .bannerimg video {
    height: 350px;
  }
}

@media only screen and (min-width: 1441px) {
  #innerBanner .bannerimg video {
    height: 450px;
  }
}

@media only screen and (min-width: 1560px) {
  #innerBanner .bannerimg video {
    height: 520px;
  }
}

#innerBanner .Contents {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
}

#innerBanner .Contents h1,
#innerBanner .Contents h2,
#innerBanner .Contents h3 {
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 576px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 32px;
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 992px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 36px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1551px) {
  #innerBanner .Contents h1,
  #innerBanner .Contents h2,
  #innerBanner .Contents h3 {
    font-size: 56px;
    margin-bottom: 10px;
  }
}

#innerBanner .Contents p {
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (min-width: 1441px) {
  #innerBanner .Contents p {
    font-size: 18px;
    line-height: 30px;
  }
}

#innerBanner .Contents .breadCrumbs .breadcrumb {
  margin: 0;
}

#innerBanner .Contents .breadCrumbs .breadcrumb-item {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item {
    font-size: 18px;
  }
}

#innerBanner .Contents .breadCrumbs .breadcrumb-item a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  #innerBanner .Contents .breadCrumbs .breadcrumb-item a {
    font-size: 18px;
  }
}

#innerBanner .Contents .breadCrumbs .breadcrumb-item a:hover {
  color: #3490cf;
}

#innerBanner .Contents .breadCrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: #fff;
}

#innerBanner .Contents .cntr {
  text-align: center;
}

#contactEnquiry {
  background: #f8f8f8;
  padding: 56px 0 58px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry {
    padding: 68px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  #contactEnquiry {
    padding: 82px 0 96px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry {
    padding: 95px 0 105px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 20px 30px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx {
    padding: 28px 32px 44px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx {
    padding: 44px 54px 54px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .headSec {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec {
    margin-bottom: 28px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .headSec h5,
#contactEnquiry .enquiryLft .enquiryBx .headSec h6 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #3490cf;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec h5,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h6 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec h5,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .headSec h2,
#contactEnquiry .enquiryLft .enquiryBx .headSec h3,
#contactEnquiry .enquiryLft .enquiryBx .headSec h4 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec h2,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h3,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec h2,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h3,
  #contactEnquiry .enquiryLft .enquiryBx .headSec h4 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .headSec p {
  font-size: 13px;
  color: #676767;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .headSec p {
    font-size: 16px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec {
  background-color: #eff9ff;
  border-radius: 8px;
  padding: 18px 16px 55px;
  margin-bottom: 18px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec {
    padding: 25px 25px 55px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec {
    padding: 36px 34px 58px 38px;
    margin-bottom: 40px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .row {
  margin: -5.5px;
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .row > * {
  padding: 5.5px;
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group {
  margin-bottom: 10px;
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .select2 {
  width: 100% !important;
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 575px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label {
    line-height: 18px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label span {
  font-size: 11px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label span {
    font-size: 14px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-label.dFlx {
  justify-content: space-between;
  column-gap: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-control {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  font-size: 13px;
  color: #676767;
  padding-left: 18px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 22px;
  }
}

@media only screen and (min-width: 992px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-control {
    padding-left: 25px;
  }
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-control:focus {
  border-color: #31378e;
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-control::placeholder {
  font-size: 13px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-control::placeholder {
    font-size: 14px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group textarea {
  min-height: 78px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group textarea {
    min-height: 84px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .form-check {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input {
  border: 1px solid #707070;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-top: 0;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-input {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-input {
    width: 24px;
    height: 24px;
  }
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input:focus {
  box-shadow: none;
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input:checked {
  background-color: #31378e;
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-label {
  width: calc(100% - 18px);
  padding-left: 12px;
  font-size: 13px;
  color: #2b2b2b;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-label {
    width: calc(100% - 20px);
    padding-left: 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-label {
    font-size: 16px;
    width: calc(100% - 24px);
  }
}

#contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .fileUploadInput {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  color: #3490cf;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .fileUploadInput {
    height: 50px;
  }
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput::placeholder {
  color: #3490cf;
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput
  .choose {
  color: #fff;
  font-size: 12px;
  width: 95px;
  height: 30px;
  border-radius: 50px;
  background-color: #31378e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    .choose {
    font-size: 13px;
    width: 110px;
    height: 32px;
  }
}

@media only screen and (min-width: 992px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    .choose {
    font-size: 14px;
    width: 125px;
    height: 34px;
  }
}

#contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput
  label {
  font-size: 13px;
  color: #676767;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    label {
    font-size: 14px;
  }
}

/* @media only screen and (min-width: 992px) {
    #contactEnquiry .enquiryLft .enquiryBx .formSec .form-group .fileUploadInput label {
        
    }
} */

#contactEnquiry .enquiryLft .enquiryBx .formSec #message {
  bottom: 12px;
  left: 16px;
  top: inherit;
  border-radius: 4px;
  padding: 3px 15px;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec #message {
    bottom: 12px;
    left: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .formSec #message {
    left: 38px;
    border-radius: 5px;
    padding: 4px 20px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx hr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 10px 0 20px;
  border-top: 1px solid #c1dbeb;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #contactEnquiry .enquiryLft .enquiryBx hr {
    margin: 15px 0 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx hr {
    margin: 15px 0 35px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .baseBtn {
  width: 170px;
  height: 42px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 500;
  background: #3490cf;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 576px) {
  #contactEnquiry .enquiryLft .enquiryBx .baseBtn {
    width: 225px;
    height: 48px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryLft .enquiryBx .baseBtn {
    width: 284px;
    height: 50px;
    font-size: 16px;
  }
}

#contactEnquiry .enquiryLft .enquiryBx .baseBtn:before {
  background: #31378e;
}

#contactEnquiry .enquiryRit {
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  #contactEnquiry .enquiryRit {
    margin-top: 25px;
  }
}

#contactEnquiry .enquiryRit .imgBx {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  #contactEnquiry .enquiryRit .imgBx {
    max-height: 350px;
  }
}

#contactEnquiry .enquiryRit .imgBx:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, #000);
  opacity: 0.45;
  z-index: 0;
}

#contactEnquiry .enquiryRit .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contactEnquiry .enquiryRit .imgBx .txt {
  position: absolute;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 800;
  color: #fff;
  left: 25px;
  bottom: 35px;
  z-index: 1;
}

@media only screen and (min-width: 468px) {
  #contactEnquiry .enquiryRit .imgBx .txt {
    font-size: 34px;
    line-height: 38px;
    left: 30px;
    bottom: 42px;
  }
}

@media only screen and (min-width: 768px) {
  #contactEnquiry .enquiryRit .imgBx .txt {
    font-size: 40px;
    line-height: 44px;
    left: 35px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  #contactEnquiry .enquiryRit .imgBx .txt {
    font-size: 45px;
    line-height: 50px;
    left: 40px;
    bottom: 54px;
  }
}

.affiliatedPage #contactEnquiry .enquiryLft .enquiryBx .formSec,
.ticketPage #contactEnquiry .enquiryLft .enquiryBx .formSec {
  margin-bottom: 0;
}

.ticketPage #contactEnquiry .enquiryLft .enquiryBx .baseBtn {
  margin-top: 18px;
}

#blogs .blogListing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#blogs .blogListing .blogBx {
  border-radius: 15px;
  background-color: #f1f5f8;
  padding: 12px 12px 18px;
  display: block;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  #blogs .blogListing .blogBx {
    padding: 14px 14px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx {
    padding: 16px 16px 24px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx {
    padding: 18px 17px 28px 18px;
  }
}

@media only screen and (min-width: 1551px) {
  #blogs .blogListing .blogBx {
    padding: 20px 17px 32px 19px;
  }
}

#blogs .blogListing .blogBx .imgBx {
  width: 100%;
  height: 195px;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #blogs .blogListing .blogBx .imgBx {
    height: 215px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx .imgBx {
    height: 235px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx .imgBx {
    height: 248px;
  }
}

#blogs .blogListing .blogBx .imgBx img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#blogs .blogListing .blogBx .imgBx video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#blogs .blogListing .blogBx .cntBx {
  margin-top: 12px;
}

@media only screen and (min-width: 576px) {
  #blogs .blogListing .blogBx .cntBx {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx .cntBx {
    margin-top: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx .cntBx {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 1551px) {
  #blogs .blogListing .blogBx .cntBx {
    margin-top: 30px;
  }
}

#blogs .blogListing .blogBx .cntBx h2,
#blogs .blogListing .blogBx .cntBx h3,
#blogs .blogListing .blogBx .cntBx h4 {
  font-size: 15px;
  padding-bottom: 12px;
  margin-bottom: 0;
  font-weight: 500;
  color: #1e1e1e;
}

@media only screen and (min-width: 576px) {
  #blogs .blogListing .blogBx .cntBx h2,
  #blogs .blogListing .blogBx .cntBx h3,
  #blogs .blogListing .blogBx .cntBx h4 {
    font-size: 16px;
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx .cntBx h2,
  #blogs .blogListing .blogBx .cntBx h3,
  #blogs .blogListing .blogBx .cntBx h4 {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx .cntBx h2,
  #blogs .blogListing .blogBx .cntBx h3,
  #blogs .blogListing .blogBx .cntBx h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  #blogs .blogListing .blogBx .cntBx h2,
  #blogs .blogListing .blogBx .cntBx h3,
  #blogs .blogListing .blogBx .cntBx h4 {
    font-size: 22px;
    padding-bottom: 24px;
  }
}

#blogs .blogListing .blogBx .dFlx {
  border-top: 1px solid #a5b7c2;
  padding-top: 8px;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  #blogs .blogListing .blogBx .dFlx {
    padding-top: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx .dFlx {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx .dFlx {
    padding-top: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  #blogs .blogListing .blogBx .dFlx {
    padding-top: 24px;
  }
}

#blogs .blogListing .blogBx .dFlx > * {
  font-size: 12px;
  font-weight: 500;
  color: #9a9a9b;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  #blogs .blogListing .blogBx .dFlx > * {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  #blogs .blogListing .blogBx .dFlx > * {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  #blogs .blogListing .blogBx .dFlx > * {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  #blogs .blogListing .blogBx .dFlx > * {
    font-size: 16px;
  }
}

#blogs .blogListing .blogBx .dFlx > *:last-child {
  transition: 0.4s all;
}

#blogs .blogListing .blogBx .dFlx > *:last-child:hover {
  letter-spacing: 1px;
}

#blogs .blogListing .blogBx:hover .imgBx img {
  transform: scale(1.06);
}

#faqSec {
  padding: 20px 0 22px;
}

@media only screen and (min-width: 576px) {
  #faqSec {
    padding: 25px 0 28px;
  }
}

@media only screen and (min-width: 992px) {
  #faqSec {
    padding: 25px 0 38px;
  }
}

#faqSec .faqBx {
  background-color: #f8f8f8;
  padding: 30px 22px 22px;
}

@media only screen and (min-width: 576px) {
  #faqSec .faqBx {
    padding: 35px 35px 25px;
  }
}

@media only screen and (min-width: 992px) {
  #faqSec .faqBx {
    padding: 38px 40px 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #faqSec .faqBx {
    padding: 48px 48px 36px 55px;
  }
}

#faqSec .faqBx .accordion > *:first-child .accordion-button {
  padding-top: 18px !important;
}

#faqSec .faqBx .accordion > *:last-child {
  border-bottom: 0 !important;
}

#faqSec .faqBx .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

#faqSec .faqBx .accordion .accordion-item .accordion-button {
  color: #000;
  font-weight: 400;
  background-color: transparent;
  font-size: 14px;
  padding: 15px 0 6px;
  letter-spacing: 0.35px;
}

@media only screen and (min-width: 576px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button {
    font-size: 15px;
    padding: 20px 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button {
    font-size: 16px;
    padding: 22px 0 12px;
  }
}

@media only screen and (min-width: 1200px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button {
    font-size: 17px;
    padding: 26px 0 16px;
  }
}

@media only screen and (min-width: 1441px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button {
    font-size: 19px;
    padding: 38px 0 18px;
  }
}

#faqSec .faqBx .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

#faqSec .faqBx .accordion .accordion-item .accordion-button:after {
  background-image: url(/build/assets/faqplus-D1_PK1n9.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
}

@media only screen and (min-width: 992px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button:after {
    width: 12px;
    height: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-button:after {
    width: 14px;
    height: 14px;
  }
}

#faqSec
  .faqBx
  .accordion
  .accordion-item
  .accordion-button[aria-expanded="true"] {
  background-color: transparent;
  font-weight: 500;
  box-shadow: none;
}

#faqSec
  .faqBx
  .accordion
  .accordion-item
  .accordion-button[aria-expanded="true"]:after {
  background-image: url(/build/assets/faqminus-BLsWwJ08.svg);
  transform: none;
}

#faqSec .faqBx .accordion .accordion-item .accordion-body {
  padding: 0 0 12px;
}

@media only screen and (min-width: 576px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body {
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body {
    padding-bottom: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body {
    padding-bottom: 34px;
  }
}

#faqSec .faqBx .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: #000000d6;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.35px;
}

@media only screen and (min-width: 576px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  #faqSec .faqBx .accordion .accordion-item .accordion-body p {
    font-size: 18px;
    line-height: 26px;
  }
}

#loginRegSec {
  padding: 58px 0;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  #loginRegSec {
    padding: 75px 0;
  }
}

@media only screen and (min-width: 992px) {
  #loginRegSec {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #loginRegSec {
    padding: 108px 0;
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec {
    padding: 132px 0;
  }
}

#loginRegSec .flxSec {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#loginRegSec .flxSec .lftSec {
  width: 505px;
}

@media only screen and (min-width: 1200px) {
  #loginRegSec .flxSec .lftSec {
    width: 635px;
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec .flxSec .lftSec {
    width: 720px;
  }
}

@media only screen and (min-width: 1551px) {
  #loginRegSec .flxSec .lftSec {
    width: 840px;
  }
}

@media only screen and (max-width: 991px) {
  #loginRegSec .flxSec .lftSec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

#loginRegSec .flxSec .lftSec .imgBx {
  max-width: 840px;
  width: 100%;
  height: 100%;
}

#loginRegSec .flxSec .lftSec .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  #loginRegSec .flxSec .lftSec .imgBx img {
    object-fit: contain;
  }
}

#loginRegSec .flxSec .ritSec {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  #loginRegSec .flxSec .ritSec {
    width: calc(100% - 505px);
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  #loginRegSec .flxSec .ritSec {
    width: calc(100% - 635px);
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec .flxSec .ritSec {
    width: calc(100% - 720px);
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1551px) {
  #loginRegSec .flxSec .ritSec {
    width: calc(100% - 840px);
    padding-left: 78px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx {
  background-color: #fff;
  border-radius: 10px;
  padding: 44px 34px 35px;
}

@media only screen and (max-width: 991px) {
  #loginRegSec .flxSec .ritSec .loginRegBx {
    background-color: #ffffffe6;
    border-radius: 10px;
    padding: 44px 34px 35px;
    position: relative;
    z-index: 9;
  }
}

@media only screen and (max-width: 575px) {
  #loginRegSec .flxSec .ritSec .loginRegBx {
    padding: 32px 24px 18px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333e48;
  font-weight: 700;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .title {
    margin-bottom: 25px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx {
  display: flex;
  align-items: center;
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm input[type="checkbox"],
#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .radioFlx
    .itm
    input[type="checkbox"],
  #loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm input[type="radio"] {
    margin-top: 5px;
  }
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="checkbox"]:checked:after,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="checkbox"]:checked
  + label,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="radio"]:checked
  + label {
  color: #3490cf;
  font-weight: 500;
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="checkbox"]:checked
  + label:after,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="checkbox"]:checked
  + label:before,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .radioFlx
  .itm
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label {
  margin: 0;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label {
    font-size: 16px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  top: 5px;
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label span {
  color: #2b2b2b;
}

#loginRegSec .flxSec .ritSec .loginRegBx .radioFlx .itm label img {
  margin-right: 13px;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group {
  position: relative;
  margin-bottom: 20px;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .form-label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .form-group .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .form-control {
  height: 50px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .form-group .form-control {
    height: 52px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

@media only screen and (max-width: 575px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .form-group
    .form-control::placeholder {
    font-size: 13px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 15px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass svg {
  width: 15px;
  height: 15px;
  transition: 0.4s all;
  fill: #adadad;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass svg.open {
  display: none;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass.hide svg.close {
  display: none;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass.hide svg.open {
  display: block;
}

#loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass:hover svg {
  fill: #3490cf;
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .dFlx {
    margin-bottom: 20px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx {
  width: calc(100% - 140px);
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"],
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="checkbox"],
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="radio"] {
    margin-top: 5px;
  }
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"]:checked:after,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"]:checked
  + label:after,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

@media only screen and (min-width: 576px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="radio"]:checked
    + label:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="radio"]:checked
    + label:after {
    left: 5px;
    top: 10px;
  }
}

#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"]:checked
  + label:before,
#loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx .form-check label {
  margin: 0;
  font-size: 14px;
  color: #1d1d1f;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  -webkit-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx .form-check label {
    font-size: 16px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx .form-check label {
    padding-left: 39px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx .form-check label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  top: 5px;
}

@media only screen and (min-width: 576px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label:before {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label:before {
    width: 20px;
    height: 20px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .rFlx {
  width: 140px;
  text-align: end;
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .rFlx a {
  font-size: 14px;
  color: #3490cf;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .dFlx .rFlx a {
    font-size: 16px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .dFlx .rFlx a:hover {
  color: #31378e;
}

#loginRegSec .flxSec .ritSec .loginRegBx .baseBtn {
  width: 100%;
  height: 46px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 500;
  background-color: #3490cf;
  color: #fff;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .baseBtn {
    height: 48px;
    font-size: 16px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .baseBtn:before {
  background-color: #31378e;
}

#loginRegSec .flxSec .ritSec .loginRegBx .signSec {
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px dashed #c0c0c0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .signSec {
    margin-top: 38px;
    padding-top: 35px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .signSec .leftSec p {
  font-size: 14px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  #loginRegSec .flxSec .ritSec .loginRegBx .signSec .leftSec p {
    font-size: 16px;
  }
}

#loginRegSec .flxSec .ritSec .loginRegBx .signSec .leftSec p a {
  font-weight: 500;
  color: #3490cf;
}

#loginRegSec .flxSec .ritSec .loginRegBx .signSec .leftSec p a:hover {
  color: #31378e;
}

@media only screen and (min-width: 1200px) {
  .registerPage #loginRegSec .flxSec .lftSec {
    width: 475px;
  }
}

@media only screen and (min-width: 1200px) {
  .registerPage #loginRegSec .flxSec .lftSec {
    width: 645px;
  }
}

@media only screen and (min-width: 1441px) {
  .registerPage #loginRegSec .flxSec .lftSec {
    width: 690px;
  }
}

@media only screen and (min-width: 1551px) {
  .registerPage #loginRegSec .flxSec .lftSec {
    width: 770px;
  }
}

@media only screen and (min-width: 992px) {
  .registerPage #loginRegSec .flxSec .ritSec {
    width: calc(100% - 475px);
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .registerPage #loginRegSec .flxSec .ritSec {
    width: calc(100% - 645px);
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .registerPage #loginRegSec .flxSec .ritSec {
    width: calc(100% - 690px);
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1551px) {
  .registerPage #loginRegSec .flxSec .ritSec {
    width: calc(100% - 770px);
    padding-left: 110px;
  }
}

.registerPage #loginRegSec .flxSec .ritSec .loginRegBx .dFlx .lFlx {
  width: 100%;
}

.registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  label {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (min-width: 576px) {
  .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 468px) {
  .registerPage #loginRegSec .flxSec .ritSec .loginRegBx .signSec .rightSec {
    padding-left: 20px;
  }
}

.registerPage #loginRegSec .flxSec .ritSec .loginRegBx .signSec .rightSec a {
  font-size: 14px;
  color: #31378e;
  text-transform: capitalize;
  text-decoration: underline;
}

@media only screen and (min-width: 576px) {
  .registerPage #loginRegSec .flxSec .ritSec .loginRegBx .signSec .rightSec a {
    font-size: 16px;
  }
}

.registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .signSec
  .rightSec
  a:hover {
  color: #3490cf;
}

#AboutSec .row {
  align-items: center;
}

@media only screen and (min-width: 992px) {
  #AboutSec .row {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .row {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .row {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 992px) {
  #AboutSec .lftBx {
    margin-bottom: 25px;
  }
}

#AboutSec .lftBx .subT {
  color: #31378e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  #AboutSec .lftBx .subT {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .lftBx .subT {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .lftBx .subT {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

#AboutSec .lftBx .mainT {
  color: #1e1e1e;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #AboutSec .lftBx .mainT {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) {
  #AboutSec .lftBx .mainT {
    font-size: 34px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .lftBx .mainT {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .lftBx .mainT {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
  }
}

#AboutSec .lftBx .rMre {
  color: #3490cf;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px #3490cf;
  margin-top: 20px;
  font-size: 14px;
  width: 120px;
}

@media only screen and (min-width: 992px) {
  #AboutSec .lftBx .rMre {
    margin-top: 25px;
    width: 142px;
    height: 47px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .lftBx .rMre {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .lftBx .rMre {
    font-size: 16px;
    margin-top: 50px;
  }
}

#AboutSec .lftBx .rMre svg {
  width: 6px;
  fill: #3490cf;
  margin-left: 14px;
}

#AboutSec .lftBx .rMre:hover svg {
  fill: #fff;
}

@media only screen and (min-width: 992px) {
  #AboutSec .ritBx {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .ritBx {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .ritBx {
    padding-left: 70px;
  }
}

#AboutSec .ritBx .flxB {
  display: flex;
  align-items: center;
}

#AboutSec .ritBx .flxB:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #AboutSec .ritBx .flxB:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #AboutSec .ritBx .flxB:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .ritBx .flxB:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

#AboutSec .ritBx .flxB .icon {
  width: 31px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #AboutSec .ritBx .flxB .icon {
    width: 41px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .ritBx .flxB .icon {
    width: 51px;
  }
}

#AboutSec .ritBx .flxB .txtB {
  width: calc(100% - 31px);
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  #AboutSec .ritBx .flxB .txtB {
    padding-left: 30px;
    width: calc(100% - 41px);
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .ritBx .flxB .txtB {
    width: calc(100% - 51px);
  }
}

#AboutSec .ritBx .flxB .txtB .title {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (min-width: 1200px) {
  #AboutSec .ritBx .flxB .txtB .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  #AboutSec .ritBx .flxB .txtB .title {
    font-size: 20px;
  }
}

#AboutSec .ritBx .flxB .txtB p {
  color: #676767;
  margin: 0;
}

#AboutSec .ritBx .flxB:hover .icon img {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

#brands .HeadBx {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #brands .HeadBx {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  #brands .HeadBx {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  #brands .HeadBx {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 1441px) {
  #brands .HeadBx {
    margin-bottom: 55px;
  }
}

#brands .brandSlideBx {
  padding: 0 15px;
}

@media only screen and (min-width: 992px) {
  #brands .brandSlideBx {
    padding: 0 48px;
  }
}

#brands .brandSlideBx .brandSlide {
  padding: 0 60px;
  position: relative;
}

#brands .brandSlideBx .brandSlide img {
  width: auto;
}

html,
body {
  font-family: Inter, sans-serif;
  line-height: 22px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333e48;
}

h1 {
  line-height: normal;
  font-size: 32px;
  margin: 0;
}

@media only screen and (min-width: 468px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

@media only screen and (min-width: 468px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {
  h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

h3,
h4,
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  h3,
  h4,
  h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {
  h3,
  h4,
  h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  h6 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {
  h6 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

p {
  color: #676767;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  font-family: Inter, sans-serif;
}

@media only screen and (min-width: 576px) {
  p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

p strong {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

p a {
  color: #31378e;
  display: inline;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

.form-group {
  position: relative;
}

.help-block {
  position: absolute;
  color: #ff7d7d;
  font-size: 11px;
  padding-top: 3px;
  top: 100%;
}

@media only screen and (min-width: 576px) {
  .help-block {
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
  }
}

#message {
  position: absolute;
  top: 3%;
  font-size: 12px;
  padding: 4px 10px;
  width: 100%;
  width: fit-content;
  left: 6%;
}

@media only screen and (min-width: 768px) {
  #message {
    top: 4%;
    font-size: 13px;
    padding: 4px 20px;
    left: 10%;
  }
}

#message.success {
  color: #fff;
  background: #4db85b;
  border-color: #b3b3b3;
}

#message.danger {
  color: #fff;
  background: #ff7d7d;
  border-color: #b3b3b3;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #676767;
  background-color: #f5f5f5;
  background-clip: padding-box;
  transition: all 0.15s;
  height: 45px;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 5px 15px;
}

@media only screen and (min-width: 576px) {
  .form-control {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .form-control {
    padding: 5px 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .form-control {
    height: 55px;
  }
}

.form-control::placeholder {
  color: #676767;
  font-size: 14px;
}

.form-control:focus {
  border-color: #31378e;
  background: transparent;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 30px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

textarea.form-control {
  min-height: 128px;
  padding-top: 13px;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: relative;
  color: transparent;
  background: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

::selection {
  background: #31378e;
  color: #fff;
}

::selection,
::-moz-selection {
  background: #31378e;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #31378e;
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 gray;
  border-radius: 0;
  background: #a8b4c6;
}

svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.head {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 700;
  color: #1e1e1e;
}

@media only screen and (min-width: 468px) {
  .head {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .head {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .head {
    font-size: 36px;
    line-height: 44px;
  }
}

.mainHead.center {
  text-align: center;
  margin: auto;
}

.newsPage #blogDetails .headingSec .head,
.privacyPage #privacyPolicySec .mainHead .head,
.careerPage #positionSec .mainHead .head,
.careerPage #forFrontSec .ritSec .mainHead .head,
.careerPage #careerSec .lftSec .mainHeads .head,
.partnerPage #clientSecs .mainHead .head {
  font-size: 22px;
  font-weight: 800;
  color: #313131;
}

@media only screen and (min-width: 468px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogDetails .headingSec .head,
  .privacyPage #privacyPolicySec .mainHead .head,
  .careerPage #positionSec .mainHead .head,
  .careerPage #forFrontSec .ritSec .mainHead .head,
  .careerPage #careerSec .lftSec .mainHeads .head,
  .partnerPage #clientSecs .mainHead .head {
    font-size: 45px;
  }
}

.fixed_right {
  position: fixed;
  right: 15px;
  top: 45vh;
  z-index: 200;
}

@media only screen and (min-width: 992px) {
  .fixed_right {
    display: none;
  }
}

.quick_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.quick_contact .s_bx {
  z-index: 1;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
  color: #7d7d7d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.quick_contact svg {
  max-width: 34px;
  min-width: 34px;
  fill: #2cb742;
  transition: 0.9s all;
  margin-bottom: 10px;
}

@media only screen and (min-width: 468px) {
  .quick_contact svg {
    max-width: 45px;
    min-width: 45px;
  }
}

.scrollup {
  width: 35px;
  position: fixed;
  right: 10px;
  display: none;
  z-index: 500;
  font-size: 12px;
  color: #31378e;
  text-transform: uppercase;
  text-align: center;
  bottom: 65px;
}

@media only screen and (min-width: 576px) {
  .scrollup {
    bottom: 45px;
    width: 40px;
    right: 20px;
  }
}

.scrollup svg {
  fill: #31378e;
  margin-bottom: 10px;
  width: 37px;
  height: 37px;
}

.scrollup:hover {
  color: #31378e;
}

.select2-container {
  z-index: 100000;
}

.select2 {
  height: 45px;
  transition: all 0.15s;
  width: 100%;
  border: 1px solid #bed2de;
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (min-width: 576px) {
  .select2 {
    height: 50px;
  }
}

.select2 .select2-selection {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: 43px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  height: 43px !important;
}

@media only screen and (min-width: 468px) {
  .select2 .select2-selection {
    background-size: 10px;
    background-position: right 9px center !important;
  }
}

@media only screen and (min-width: 468px) {
  .select2 .select2-selection {
    height: 46px !important;
  }
}

@media only screen and (min-width: 992px) {
  .select2 .select2-selection {
    height: 48px !important;
  }
}

.select2 .select2-selection .select2-selection__rendered {
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #676767 !important;
  font-weight: 400;
  padding: 5px 15px !important;
}

.select2 .select2-selection__arrow {
  background: url(/build/assets/select2DownArrow-G1yI-w4z.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  opacity: 1;
  position: absolute;
  right: 18px;
}

@media only screen and (min-width: 576px) {
  .select2 .select2-selection__arrow {
    right: 28px;
  }
}

.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background: #31378e !important;
  color: #fff;
}

.select2-dropdown {
  min-width: 100px;
  border: 1px solid rgba(210, 210, 210, 0.45) !important;
  border-radius: 0 !important;
}

.select2-results__options {
  font-size: 13px;
  color: #676767;
  font-weight: 400;
  max-height: 240px;
  overflow-y: auto;
}

@media only screen and (min-width: 576px) {
  .select2-results__options {
    font-size: 14px;
  }
}

.select2-results__options .select2-results__option {
  padding: 8px 15px !important;
}

.swal2-popup {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: fit-content;
  padding: 50px 20px !important;
  border-radius: 5px !important;
}

@media only screen and (min-width: 992px) {
  .swal2-popup {
    max-width: 500px;
  }
}

.swal2-popup .swal2-title {
  font-size: 18px;
  font-family: Inter, sans-serif;
  color: #333e48;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .swal2-popup .swal2-title {
    font-size: 22px;
  }
}

.swal2-popup .swal2-html-container {
  font-size: 15px;
}

.swal2-popup .swal2-html-container span {
  font-weight: 600;
  color: #000;
}

.swal2-popup button {
  border-radius: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 115px;
  height: 35px;
  font-size: 13px !important;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 0 !important;
}

@media only screen and (min-width: 992px) {
  .swal2-popup button {
    height: 50px;
    width: 175px;
    font-size: 16px;
  }
}

.swal2-popup button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #4799d1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.swal2-popup button span {
  position: relative;
}

.swal2-popup button:hover {
  color: #fff !important;
}

.swal2-popup button:hover span {
  color: #fff;
}

.swal2-popup button:hover:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.swal2-popup button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.swal2-popup button.swal2-cancel {
  background: #bed2de !important;
}

@media only screen and (min-width: 992px) {
  .swal2-popup button.swal2-cancel {
    height: 50px;
    font-size: 16px;
  }
}

.swal2-popup button.swal2-confirm {
  border: 1px solid #3490cf !important;
  background: #3490cf !important;
}

.swal2-popup button.swal2-close {
  display: none !important;
}

@keyframes ArrowAnim {
  0% {
    right: 0;
  }

  50% {
    opacity: 1;
    right: 7.5px;
  }

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

@keyframes revolveDrop {
  30% {
    transform: translateY(-50px) rotate(180deg) scale(1);
  }

  60% {
    transform: translateY(20px) scale(0.8) rotate(0);
  }

  to {
    transform: translate(0) scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes dropVanish {
  30% {
    transform: translateY(-50px) rotate(180deg) scale(1);
  }

  50% {
    transform: translateY(20px) scale(0.8) rotate(0);
    opacity: 1;
  }

  80% {
    transform: translate(-100px, -100px) scale(1.5) rotate(-180deg);
    opacity: 0;
  }

  to {
    transform: translate(0) scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shine {
  to {
    left: 125%;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  to {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  to {
    left: 125%;
  }
}

@keyframes moveIt {
  0%,
  to {
    transform: rotate(25deg);
  }

  50% {
    transform: rotate(-25deg);
  }
}

.stars {
  cursor: pointer;
  display: flex;
}

@media only screen and (max-width: 576px) {
  .stars {
    margin-bottom: 20px;
  }
}

.stars:hover .star {
  fill: #ffd055 !important;
}

.stars .star {
  fill: #d8d8d8;
}

.stars .star:hover ~ .star {
  fill: #d8d8d8 !important;
}

.stars[data-stars] .star {
  width: 20px;
  fill: #ffd055;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  .stars[data-stars] .star {
    width: 24px;
  }
}

.stars[data-stars="1"] .star:nth-child(1) ~ .star {
  fill: #d8d8d8;
}

.stars[data-stars="2"] .star:nth-child(2) ~ .star {
  fill: #d8d8d8;
}

.stars[data-stars="3"] .star:nth-child(3) ~ .star {
  fill: #d8d8d8;
}

.stars[data-stars="4"] .star:nth-child(4) ~ .star {
  fill: #d8d8d8;
}

.stars[data-stars="5"] .star:nth-child(5) ~ .star {
  fill: #d8d8d8;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 1100px) {
  .container {
    max-width: 1050px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1260px;
  }
}

@media only screen and (min-width: 1551px) {
  .container {
    max-width: 1428px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.modal-backdrop {
  background: transparent;
  z-index: 3;
}

.modal-backdrop.show {
  opacity: 1;
}

body.modal-open #Header .select2-container {
  z-index: 0 !important;
}

#Header {
  width: 100%;
  z-index: 3000;
  top: 0;
  transition: 0.4s all;
  left: 0;
  animation-duration: 0.5s;
  position: absolute;
  background: #31378e;
}

@media only screen and (max-width: 1100px) {
  #Header {
    box-shadow: 0 0 25px #0000001a;
  }
}

#Header .topHdBx {
  background: transparent linear-gradient(90deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  text-align: center;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}

@media only screen and (max-width: 992px) {
  #Header .topHdBx {
    display: none;
  }
}

#Header .topHdBx p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

#Header .HrMpx {
  position: relative;
  background-color: #fff;
  padding: 3px 0;
}

#Header .HrMpx .HrMfLx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  #Header .HrMpx .HrMfLx {
    padding-left: 75px;
  }
}

@media only screen and (max-width: 768px) {
  #Header .HrMpx .HrMfLx {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 576px) {
  #Header .HrMpx .HrMfLx {
    padding-left: 35px;
  }
}

#Header .HrMpx .WsMLgo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Header .HrMpx .WsMLgo .LoGo {
  display: block;
  width: 100px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .WsMLgo .LoGo {
    width: 120px;
  }
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .WsMLgo .LoGo {
    width: 150px;
  }
}

@media only screen and (min-width: 1560px) {
  #Header .HrMpx .WsMLgo .LoGo {
    width: 200px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrMpx .WsMLgo .LoGo {
    width: 246px;
  }
}

#Header .HrMpx .ritWERTbx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 100px);
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .ritWERTbx {
    width: calc(100% - 120px);
  }
}

@media only screen and (min-width: 1101px) {
  #Header .HrMpx .ritWERTbx {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .ritWERTbx {
    width: calc(100% - 150px);
  }
}

@media only screen and (min-width: 1560px) {
  #Header .HrMpx .ritWERTbx {
    width: calc(100% - 190px);
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrMpx .ritWERTbx {
    width: calc(100% - 233px);
  }
}

@media only screen and (max-width: 1100px) {
  #Header .HrMpx .WtSrCh {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .WtSrCh {
    width: 100%;
    margin-left: 41px;
    margin-right: 24px;
  }
}

@media only screen and (min-width: 1560px) {
  #Header .HrMpx .WtSrCh {
    min-width: 505px;
  }
}

#Header .HrMpx .WtSrCh .flxB {
  width: 100%;
  border: solid 1px #ededed;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 15px;
  will-change: transform;
  overflow: hidden;
}

#Header .HrMpx .WtSrCh .flxB .form-control {
  padding: 5px 50px 5px 5px;
  border: none;
  background-color: #fff;
  height: 40px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .WtSrCh .flxB .form-control {
    height: 46px;
  }
}

#Header
  .HrMpx
  .WtSrCh
  .flxB
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  border-radius: 50em;
  background: url(/build/assets/close-B00uqchn.svg) no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

#Header .HrMpx .WtSrCh .flxB button {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: none;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 20px;
  transition: 0.4s all;
}

#Header .HrMpx .WtSrCh .flxB button svg {
  max-width: 15px;
  min-height: 15px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .WtSrCh .flxB button svg {
    max-width: 20px;
    min-height: 20px;
  }
}

#Header .HrMpx .WtSrCh .flxB button svg .cls-1 {
  fill: #676767;
}

#Header .HrMpx .HrMfLxRt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX {
  display: flex;
  align-items: center;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch {
  font-size: 0;
  margin-right: 20px;
}

@media only screen and (min-width: 1100px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch {
    display: none;
  }
}

@media only screen and (max-width: 676px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch {
    display: none;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch svg {
  height: 15px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch svg {
    height: 17px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop {
    min-width: 95px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop {
    min-width: 115px;
  }
}

@media only screen and (min-width: 1200px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop {
    margin-right: 28px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop select {
  opacity: 0;
  visibility: hidden;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop button {
  width: 100%;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0;
  color: #2e2e2e;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 0;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop button {
    font-size: 16px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop button:after {
  border: none;
  background: url(/build/assets/dwn-KvB2WDw2.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-top: 6px;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .langDrop
  button
  .filter-option
  .filter-option-inner
  .filter-option-inner-inner
  img {
  width: 20px;
  margin-right: 5px;
}

@media only screen and (min-width: 576px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .langDrop
    button
    .filter-option
    .filter-option-inner
    .filter-option-inner-inner
    img {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .langDrop
    button
    .filter-option
    .filter-option-inner
    .filter-option-inner-inner
    img {
    margin-right: 15px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu {
  padding: 0;
  min-width: 100px;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu {
    min-width: 130px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  color: #2e2e2e;
  font-weight: 500;
  padding: 5px;
  font-size: 10px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a {
    font-size: 14px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a img {
  width: 20px;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a img {
    width: 26px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a:active,
#Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop .dropdown-menu ul li a.active {
  background-color: #3490cf !important;
  color: #fff;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop {
  border: solid 1px #bcbcbc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 100px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop {
    height: 30px;
    width: 100px;
  }
}

@media only screen and (min-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop {
    width: 120px;
    height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop {
    width: 142px;
    height: 47px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button {
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #2e2e2e;
  font-weight: 500;
  padding: 8px;
  font-size: 10px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button {
    padding: 8px 12px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button {
    font-size: 14px;
    padding: 10px 19px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button img {
  width: 20px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button img {
    width: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button img {
    margin-right: 11px;
    width: 30px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop button:after {
  border: none;
  background: url(/build/assets/dwn-KvB2WDw2.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-top: 6px;
  margin-right: 5px;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .moneyDrop
  button
  .filter-option
  .filter-option-inner
  .filter-option-inner-inner
  img {
  width: 20px;
  margin-right: 5px;
}

@media only screen and (min-width: 576px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .moneyDrop
    button
    .filter-option
    .filter-option-inner
    .filter-option-inner-inner
    img {
    width: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .moneyDrop
    button
    .filter-option
    .filter-option-inner
    .filter-option-inner-inner
    img {
    width: 30px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu {
  padding: 0;
  min-width: 100%;
  width: 100%;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  color: #2e2e2e;
  font-weight: 500;
  padding: 5px;
  font-size: 10px;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a {
    font-size: 14px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a img {
  width: 20px;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a img {
    width: 26px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a:active,
#Header .HrMpx .HrMfLxRt .TBFLXBX .moneyDrop .dropdown-menu ul li a.active {
  background-color: #3490cf !important;
  color: #fff;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx {
  display: flex;
  align-items: center;
  color: #232323;
  font-weight: 500;
  margin-right: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 676px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx {
    display: none;
  }
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx {
    font-size: 16px;
    margin-right: 28px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx .icon {
    margin-right: 7.5px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx .icon svg {
  width: 20px;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx .icon svg .cls-1 {
  fill: #676767;
}

@media only screen and (max-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx .txt {
    display: none;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
  display: flex;
  align-items: center;
  color: #334141;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 15px;
}

@media only screen and (max-width: 676px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
    font-size: 0;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn:hover {
  color: #31378e;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon {
  position: relative;
  width: 20px;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon {
    margin-right: 10px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon svg {
  height: 17px;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon svg .cls-1 {
  fill: #676767;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon svg {
    height: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon svg {
    height: 21px;
  }
}

@media only screen and (max-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .txtB {
    display: none;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop {
  position: relative;
  margin-right: 15px;
}

@media only screen and (min-width: 1200px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop {
    margin-right: 27px;
  }
}

@media only screen and (max-width: 676px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop {
    display: none;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 0;
  padding: 20px 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn {
    padding: 37px 0;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn svg {
  width: 19px;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn svg .cls-1 {
  fill: #676767;
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn svg {
    margin-right: 10px;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 19px 0;
  white-space: nowrap;
}

@media only screen and (min-width: 650px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn {
    padding: 24px 0;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn {
    padding: 27px 0;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .ImgBx {
  min-width: 41px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  overflow: hidden;
  background: #31378e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .ImgBx .name {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .ImgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .ImgBx .NaMe {
  color: #fff;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .txtBx .name {
  font-size: 14px;
  color: #232323;
  font-weight: 500;
  line-height: 16px;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .txtBx .txt {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7c;
  font-weight: 400;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop:hover #MyaccountDropMenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0) !important;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu {
  position: absolute;
  min-width: 250px;
  display: block;
  background: #fff;
  top: 100% !important;
  z-index: 1000;
  box-shadow: 0 8px 15px #0003;
  border: 1px solid rgb(227, 233, 237);
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px) !important;
  transition: 0.5s all;
  padding: 0;
  left: 0 !important;
}

@media only screen and (min-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu {
    left: -100px !important;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu {
    left: 0 !important;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu .boxHead {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgb(207, 217, 224);
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxHead
  .iconBox {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  background-color: #31378e;
  overflow: hidden;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxHead
  .ritDiv {
  padding-left: 15px;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxHead
  .ritDiv
  .name {
  font-size: 19px;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxHead
  .ritDiv
  a {
  font-size: 12px;
  margin-top: 7px;
  display: block;
  color: #000;
  text-decoration: underline;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu .boxCntnt {
  padding: 3px 0;
}

@media only screen and (min-width: 576px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .MyaccountDrop
    #MyaccountDropMenu
    .boxCntnt {
    padding: 10px 0;
  }
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxCntnt
  a {
  text-align: left;
  display: flex;
  align-items: center;
  border: none;
  height: 36px;
  padding: 0 20px;
  color: #0b2239;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .MyaccountDrop
    #MyaccountDropMenu
    .boxCntnt
    a {
    font-size: 14px;
  }
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxCntnt
  a
  svg {
  width: 20px;
  height: 20px;
  fill: #000;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxCntnt
  a:hover {
  color: #31378e;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxCntnt
  a:hover
  svg {
  fill: #31378e;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop #MyaccountDropMenu .boxFoot {
  border-top: 1px solid rgb(207, 217, 224);
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxFoot
  button {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #0b2239;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 13px;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .MyaccountDrop
    #MyaccountDropMenu
    .boxFoot
    button {
    font-size: 14px;
  }
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxFoot
  button
  svg {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  fill: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxFoot
  button:hover {
  color: #31378e;
}

#Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxFoot
  button:hover
  svg {
  fill: #31378e;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop.isLoged .LoGbTn {
  display: flex;
}

@media only screen and (max-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop.isLoged .LoGbTn:after {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop.isLoged .LoGbTn .txtBx {
    display: none;
  }
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop.isLoged .DRoPBTn {
  display: none;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop:not(.isLoged) .LoGbTn {
  display: none;
}

#Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop:not(.isLoged) .DRoPBTn {
  display: flex;
}

#Header .HrBpx {
  background: #f5f5f5;
  position: relative;
  z-index: 0;
}

#Header .HrBpx .BtMFlX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: unset;
}

#Header .HrBpx .BtMFlX .FlTrBX {
  display: flex;
  align-items: center;
  width: 100%;
}

#Header .HrBpx .BtMFlX .FlTrBX .FlTrBXLFt {
  cursor: pointer;
  position: unset;
  border-radius: 4px;
}

@media only screen and (max-width: 1100px) {
  #Header .HrBpx .BtMFlX .FlTrBX .FlTrBXLFt {
    display: none;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .FlTrBXLFt .accordion-button {
  padding: 0;
}

#Header .HrBpx .BtMFlX .FlTrBX .FlTrBXLFt .accordion-button .icon {
  margin: 0;
}

#Header .HrBpx .BtMFlX .FlTrBX .FlTrBXLFt .accordion-button .icon span {
  background: #31378e;
}

#Header .HrBpx .BtMFlX .FlTrBX .DROP {
  padding: 20px 0;
}

#Header .HrBpx .BtMFlX .FlTrBX .DROP:hover .mgaAccord {
  display: flex;
  opacity: 1;
  left: 0;
  top: 0;
  transform: translate3d(0, 42px, 0) !important;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  #Header .HrBpx .BtMFlX .FlTrBX .DROP:hover .mgaAccord {
    transform: translate3d(0, 50px, 0) !important;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .accordion-button {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 8px 10px;
}

@media only screen and (max-width: 1100px) {
  #Header .HrBpx .BtMFlX .FlTrBX .accordion-button {
    padding: 10px 12px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrBpx .BtMFlX .FlTrBX .accordion-button {
    padding: 13px 17px;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .accordion-button:after {
  display: none;
}

#Header .HrBpx .BtMFlX .FlTrBX .icon {
  width: 14px;
  margin-right: 10px;
}

@media only screen and (min-width: 1360px) {
  #Header .HrBpx .BtMFlX .FlTrBX .icon {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrBpx .BtMFlX .FlTrBX .icon {
    margin-right: 24px;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .icon span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#Header .HrBpx .BtMFlX .FlTrBX .icon span:nth-child(1) {
  width: 100%;
}

#Header .HrBpx .BtMFlX .FlTrBX .icon span:nth-child(2) {
  width: 50%;
}

#Header .HrBpx .BtMFlX .FlTrBX .icon span:nth-child(3) {
  width: 100%;
}

#Header .HrBpx .BtMFlX .FlTrBX .icon span ~ span {
  margin-top: 3px;
}

#Header .HrBpx .BtMFlX .FlTrBX .accordion-item {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

#Header .HrBpx .BtMFlX .FlTrBX .txt {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlTrBX .txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  #Header .HrBpx .BtMFlX .FlTrBX .txt {
    font-size: 16px;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
}

@media only screen and (min-width: 993px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
    background: #fff;
    position: absolute;
    left: 0 !important;
    min-width: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    transform: translate3d(0, 42px, 0) !important;
    -webkit-animation: Grow 0.4s ease-in-out;
    -moz-animation: Grow 0.8s ease-in-out;
    -o-animation: Grow 0.4s ease-in-out;
    animation: Grow 0.4s ease-in-out;
    display: block;
    visibility: hidden;
    z-index: 200;
    background-clip: unset;
    min-height: 450px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
    max-height: calc(100vh - 115px);
  }
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
    max-height: calc(100vh - 157px);
  }
}

@media only screen and (min-width: 1360px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
    max-height: 450px;
  }
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord {
    max-height: 598px;
    min-height: 598px;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord::-webkit-scrollbar {
  width: 0;
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body {
  padding: 0;
  display: flex;
  height: 100%;
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .accordion {
  width: 260px;
  background: #fff;
  padding-top: 35px;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion::-webkit-scrollbar {
  width: 0;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body {
  padding: 0;
  background: #fff;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul {
  width: 100%;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li {
  position: relative;
  width: 100%;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li:first-child
  a {
  padding-top: 0;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li
  a {
  display: block;
  color: #676767;
  font-weight: 500;
  transition: 0.4s all;
  position: relative;
  font-size: 14px;
  padding: 10px 0;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .accordion
    .accordion-item
    .accordion-body
    ul
    li
    a {
    padding: 12px 0;
    font-size: 16px;
  }
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li
  a:hover {
  color: #3490cf;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li.active:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/build/assets/crcle-Pga4zK07.svg) no-repeat;
  width: 32px;
  height: 32px;
  transition: 0.4s all;
  z-index: 10;
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .ritAccBx {
  width: calc(100% - 260px);
  padding: 25px 25px 25px 45px;
  border-left: solid 1px #dedede;
  overflow-y: scroll;
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .ritAccBx {
    padding: 35px 25px 35px 95px;
  }
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx::-webkit-scrollbar {
  width: 0;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .cmn_bx.hide {
  visibility: hidden;
  display: none;
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .ritAccBx .dFlX {
  display: flex;
  flex-wrap: wrap;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx {
  width: 33.3333333333%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    .dFlX
    .flBx {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    .dFlX
    .flBx {
    margin-bottom: 45px;
  }
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx
  .suBT {
  color: #31378e;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    .dFlX
    .flBx
    .suBT {
    font-size: 18px;
    margin-bottom: 17px;
  }
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx
  .proB {
  display: block;
  text-align: center;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx
  .proB
  .imgBx {
  max-width: 150px;
  margin: auto;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx
  .proB
  .txt {
  font-size: 13px;
  color: #484848;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 12px;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .dFlX
  .flBx
  .proB
  .price {
  font-size: 15px;
  color: #31378e;
  font-weight: 600;
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  ul
  li:not(:last-of-type),
#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .Mlist
  li:not(:last-of-type) {
  margin-bottom: 7px;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    ul
    li:not(:last-of-type),
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    .Mlist
    li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .ritAccBx ul li a,
#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .Mlist
  li
  a {
  display: block;
  color: #2a2a2a;
  font-weight: 400;
  transition: 0.4s all;
  font-size: 13px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .ritAccBx ul li a,
  #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx
    .Mlist
    li
    a {
    font-size: 14px;
  }
}

#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  ul
  li
  a:hover,
#Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx
  .Mlist
  li
  a:hover {
  color: #3490cf;
}

@media only screen and (max-width: 992px) {
  #Header .HrBpx .BtMFlX .FlTrBX .mgaAccord .dskDrp {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  #Header .HrBpx .BtMFlX .FlxTrRit {
    display: none;
  }
}

#Header .HrBpx .BtMFlX .FlxTrRit .flxBx {
  display: flex;
  align-items: center;
}

#Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT {
    font-size: 16px;
  }
}

#Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT:not(:last-of-type) {
  margin-right: 27px;
}

#Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT .icon {
  margin-right: 11px;
  width: 20px;
}

@media only screen and (min-width: 1441px) {
  #Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT .icon {
    width: 26px;
  }
}

#Header .HrBpx #HeaderPOP {
  min-height: 100vh;
  background: #1f2121c7;
  z-index: 99999;
}

#Header .HrBpx #HeaderPOP::-webkit-scrollbar {
  width: 0;
}

@media only screen and (min-width: 1101px) {
  #Header .HrBpx #HeaderPOP {
    background: none;
    position: unset;
    display: block;
    opacity: 1;
    padding: 0;
    overflow: visible;
    height: 100%;
    min-height: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
}

#Header .HrBpx #HeaderPOP .modal-dialog {
  margin: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
  background: #31378e;
  height: 100%;
  left: -100%;
  transition: ease-in-out all 0.3s;
}

@media only screen and (min-width: 1101px) {
  #Header .HrBpx #HeaderPOP .modal-dialog {
    background: transparent;
    left: auto;
    position: unset;
  }
}

@media only screen and (max-width: 1100px) {
  #Header .HrBpx #HeaderPOP .modal-dialog {
    height: var(--app-height);
  }
}

#Header .HrBpx #HeaderPOP .modal-content {
  padding: 0;
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  position: unset;
}

#Header .HrBpx #HeaderPOP .modal-body {
  padding: 0;
  background: #303030;
}

@media only screen and (min-width: 1101px) {
  #Header .HrBpx #HeaderPOP .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: unset;
  }
}

@media only screen and (max-width: 1101px) {
  #Header .HrBpx #HeaderPOP .modal-body {
    padding-top: 55px;
  }
}

#Header .HrBpx #HeaderPOP .modal-body .mobFtrBtn {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 40px;
  background: #fff;
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx #HeaderPOP .modal-body .mobFtrBtn {
    display: none;
  }
}

#Header .HrBpx #HeaderPOP .modal-body .mobFtrBtn .flxT {
  display: flex;
  align-items: center;
  color: #272727;
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s all;
  justify-content: center;
}

#Header .HrBpx #HeaderPOP .modal-body .mobFtrBtn .flxT .icon {
  margin-right: 11px;
  width: 20px;
}

#Header .HrBpx #HeaderPOP .modal-body .mobFtrBtn .flxT:hover {
  color: #3490cf;
}

#Header .HrBpx #HeaderPOP .modal-body .btnClose {
  position: fixed;
  opacity: 1;
  border: none;
  outline: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  z-index: 1;
  right: 19px;
  top: 32px;
  background: transparent;
}

@media only screen and (min-width: 468px) {
  #Header .HrBpx #HeaderPOP .modal-body .btnClose {
    width: 45px;
    height: 45px;
    top: 30px;
    right: 15px;
  }
}

@media only screen and (min-width: 576px) {
  #Header .HrBpx #HeaderPOP .modal-body .btnClose {
    right: 45px;
  }
}

#Header .HrBpx #HeaderPOP .modal-body .btnClose span {
  width: 100%;
  height: 2px;
  display: block;
  background: #31378e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#Header .HrBpx #HeaderPOP .modal-body .btnClose span:nth-child(1) {
  transform: rotate(45deg) translate(0);
}

#Header .HrBpx #HeaderPOP .modal-body .btnClose span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

@media only screen and (min-width: 1101px) {
  #Header .HrBpx #HeaderPOP .modal-body .btnClose {
    display: none;
  }
}

#Header .HrBpx #HeaderPOP.show .modal-dialog {
  left: 0;
}

#Header .HrBpx #HeaderPOP .accordion {
  position: unset;
}

@media only screen and (max-width: 1100px) {
  #Header .HrBpx #HeaderPOP .accordion {
    width: 100%;
  }
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx #HeaderPOP .accordion {
    padding: 0;
    display: flex;
    align-items: center;
  }
}

#Header .HrBpx #HeaderPOP .accordion .accordion-item {
  border-radius: 0;
  border: none;
  background: none;
  position: unset;
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item.mobCatG {
    display: none;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item.mobCatG
  .accordion-body
  ul
  li
  a {
  display: block;
  padding: 10px 35px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1260px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    display: none;
  }
}

@media only screen and (max-width: 1260px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    .dskLnk {
    display: none;
  }
}

#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header button {
  color: #fff;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  position: relative;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    button {
    justify-content: center;
    padding: 10px;
    color: #334141;
    font-size: 14px;
  }
}

#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a:after,
#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  button:after {
  display: none;
}

@media only screen and (min-width: 1260px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    button {
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 1560px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    button {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1700px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    button {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1870px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-header
    button {
    font-size: 16px;
    padding: 15px 22.5px;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  a[aria-expanded="true"],
#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a.active,
#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-header a:hover,
#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  button[aria-expanded="true"],
#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  button.active,
#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  button:hover {
  color: #3490cf !important;
}

@media only screen and (min-width: 1100px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .collapsing {
    transition: none !important;
    opacity: 1 !important;
  }
}

#Header .HrBpx #HeaderPOP .accordion .accordion-item .accordion-collapse {
  height: 100%;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    .dskDrp {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    .accordion {
    display: none;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 7px 10px;
  font-size: 15px;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li {
  margin-bottom: 10px;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li
  a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  transition: 0.4s all;
  display: block;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li
  a:hover {
  color: #3490cf;
  transform: translate(5px);
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx {
  width: 260px;
  background: #fff;
  padding-top: 35px;
  height: 100%;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul {
  width: 100%;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul
  li {
  position: relative;
  width: 100%;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul
  li:first-child
  a {
  padding-top: 0;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul
  li
  a {
  display: block;
  color: #676767;
  font-weight: 500;
  transition: 0.4s all;
  position: relative;
  font-size: 14px;
  padding: 10px 0;
}

@media only screen and (min-width: 1441px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    .lftBccBx
    ul
    li
    a {
    padding: 12px 0;
    font-size: 16px;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul
  li
  a:hover {
  color: #3490cf;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .lftBccBx
  ul
  li.active:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/build/assets/crcle-Pga4zK07.svg) no-repeat;
  width: 32px;
  height: 32px;
  transition: 0.4s all;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  #Header .HrBpx #HeaderPOP .accordion .accordion-item .drpMenu {
    position: absolute;
    min-width: 300px;
    background: #fff;
    padding: 25px !important;
    box-shadow: 0 27px 27px #00000012;
    height: auto;
    top: 0;
    border-bottom: solid 2px rgb(52, 144, 207);
  }
}

@media only screen and (max-width: 992px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .drpMenu
    .accordion-body {
    padding-left: 40px;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .drpMenu
  .accordion-body
  ul
  li {
  margin-bottom: 10px;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .drpMenu
  .accordion-body
  ul
  li
  a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.4s all;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item
    .drpMenu
    .accordion-body
    ul
    li
    a {
    color: #334141;
    font-size: 16px;
  }
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .drpMenu
  .accordion-body
  ul
  li
  a:hover {
  color: #3490cf;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item.dropdown:last-child
  .accordion-collapse {
  right: 0;
  left: auto;
}

#Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item.dropdown:hover
  .accordion-collapse {
  opacity: 2;
  visibility: visible;
}

@media only screen and (min-width: 1100px) {
  #Header
    .HrBpx
    #HeaderPOP
    .accordion
    .accordion-item.dropdown:hover
    .accordion-collapse {
    display: flex !important;
    transform: translate3d(0, 52px, 0) !important;
  }
}

#Header .MenuIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding: 0;
  z-index: 2000;
  background: #3490cf;
  width: 40px;
}

@media only screen and (min-width: 576px) {
  #Header .MenuIcon {
    width: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #Header .MenuIcon {
    width: 70px;
  }
}

@media only screen and (min-width: 1100px) {
  #Header .MenuIcon {
    display: none;
  }
}

#Header .MenuIcon button {
  display: block;
  border: none;
  height: 50px;
  font-size: 0;
  outline: none;
  margin-right: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  height: 100%;
  width: 50px;
  padding: 10px;
}

@media only screen and (min-width: 576px) {
  #Header .MenuIcon button {
    padding: 10px 15px;
    width: 50px;
  }
}

#Header .MenuIcon button span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#Header .MenuIcon button span:nth-child(2) {
  width: 90%;
}

#Header .MenuIcon button span:nth-child(3) {
  width: 66%;
}

#Header .MenuIcon button span ~ span {
  margin-top: 4px;
}

#Header .MenuIcon button:hover span:nth-child(2),
#Header .MenuIcon button:focus span:nth-child(2) {
  width: 100%;
}

#Header .MenuIcon button:hover span:nth-child(3),
#Header .MenuIcon button:focus span:nth-child(3) {
  width: 100%;
}

#Header .MenuIcon.open {
  z-index: 9999999;
  top: 10px;
  left: auto;
  height: fit-content;
  height: -moz-fit-content;
  background: transparent;
  right: 10px;
}

#Header .MenuIcon.open button {
  height: fit-content;
  height: -moz-fit-content;
}

#Header .MenuIcon.open button span {
  margin: 0;
  width: 100%;
  background: #fff;
}

#Header .MenuIcon.open button span:nth-child(1) {
  transform: rotate(45deg) translate(0);
}

#Header .MenuIcon.open button span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

#Header .MenuIcon.open button span:nth-child(3) {
  display: none;
}

#Header .MenuIcon.close {
  opacity: 0;
  visibility: hidden;
}

#Header.sticky {
  position: fixed;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  z-index: 9000;
  top: 0;
  box-shadow: 0 0 25px #0000001a;
}

@media only screen and (min-width: 1100px) {
  #Header.sticky .HrMpx,
  #Header.sticky .topHdBx {
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
  }
}

#Header.sticky .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .accordion {
  max-height: calc(100vh - 46px);
}

@media only screen and (min-width: 1441px) {
  #Header.sticky .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .accordion {
    max-height: calc(100vh - 48px);
  }
}

@media only screen and (min-width: 1600px) {
  #Header.sticky .HrBpx .BtMFlX .FlTrBX .mgaAccord .accordion-body .accordion {
    max-height: calc(100vh - 71px);
  }
}

#pageWrapper {
  overflow: hidden;
  margin-top: 46px;
}

@media only screen and (min-width: 676px) {
  #pageWrapper {
    margin-top: 68px;
  }
}

@media only screen and (min-width: 768px) {
  #pageWrapper {
    margin-top: 78px;
  }
}

@media only screen and (min-width: 992px) {
  #pageWrapper {
    margin-top: 115px;
  }
}

@media only screen and (min-width: 1100px) {
  #pageWrapper {
    margin-top: 157px;
  }
}

@media only screen and (min-width: 1360px) {
  #pageWrapper {
    margin-top: 161px;
  }
}

@media only screen and (min-width: 1441px) {
  #pageWrapper {
    margin-top: 185px;
  }
}

@media only screen and (min-width: 1560px) {
  #pageWrapper {
    margin-top: 191px;
  }
}

#pageWrapper.bDrop:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00000078;
  z-index: 1;
  transition: 0.4s all;
}

.breadCrumb {
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  .breadCrumb {
    padding: 15px 0 50px;
  }
}

.breadCrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadCrumb ul li {
  position: relative;
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 300;
}

.breadCrumb ul li a {
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 300;
}

.breadCrumb ul li a:hover {
  color: #31378e;
}

.breadCrumb ul li:not(:last-of-type):after {
  content: ">";
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 300;
  display: inline;
  margin: 0 5px;
}

.hoveranim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hoveranim:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #3490cf;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.hoveranim span {
  position: relative;
}

.hoveranim:hover span {
  color: #fff;
}

.hoveranim:hover:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 33px;
  height: 33px;
  background: #bebebe4d !important;
}

@media only screen and (min-width: 768px) {
  .owl-nav button {
    width: 40px;
    height: 40px;
  }
}

.owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}

.owl-nav button:hover {
  background: #3490cf !important;
}

.owl-nav button:hover span {
  filter: grayscale(1) brightness(20);
}

.owl-nav button span {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out 0s;
  margin: auto;
  font-size: 0;
  background: url(/build/assets/lft-B3_nt77W.svg) no-repeat center;
  width: 7px;
  height: 7px;
  background-size: contain;
  transform: rotate(0);
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-prev span {
  transform: rotate(180deg);
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

@media only screen and (min-width: 576px) {
  .owl-dots {
    margin-top: 40px;
  }
}

.owl-dots button {
  background: #1119 !important;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  transition: all 0.3s;
  position: relative;
}

.owl-dots button.active {
  width: 22px;
  border-radius: 30px;
  background: #fed700 !important;
}

.owl-dots button:not(:last-of-type) {
  margin-right: 8px;
}

.HeadBx {
  margin-bottom: 30px;
}

.HeadBx.cntr {
  text-align: center;
}

.HeadBx .title {
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 9px;
}

@media only screen and (min-width: 768px) {
  .HeadBx .title {
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .HeadBx .title {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .HeadBx .title {
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .HeadBx .title {
    font-size: 45px;
    line-height: 45px;
  }
}

.HeadBx .subT {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .HeadBx .subT {
    font-size: 16px;
  }
}

.cmnHeadBx .subT {
  color: #676767;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: normal;
}

@media only screen and (min-width: 576px) {
  .cmnHeadBx .subT {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .cmnHeadBx .subT {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cmnHeadBx .subT {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .cmnHeadBx .subT {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.cmnHeadBx .mainT {
  font-size: 22px;
  line-height: 22px;
  color: #1e1e1e;
  font-weight: 800;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .cmnHeadBx .mainT {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .cmnHeadBx .mainT {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 21px;
  }
}

@media only screen and (min-width: 1200px) {
  .cmnHeadBx .mainT {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1441px) {
  .cmnHeadBx .mainT {
    font-size: 50px;
    line-height: 50px;
  }
}

.Vmore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 34px;
  background: #3490cf;
  font-size: 14px;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: 25px;
  min-width: 140px;
  height: 40px;
  padding: 5px 15px;
}

@media only screen and (min-width: 576px) {
  .Vmore {
    min-width: 150px;
    height: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .Vmore {
    min-width: 180px;
    height: 55px;
    font-size: 16px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .Vmore {
    min-width: 208px;
    height: 67px;
    font-size: 18px;
    margin-top: 50px;
  }
}

.Vmore:before {
  background: #31378e;
}

.cmNtitle {
  color: #272727;
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .cmNtitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .cmNtitle {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cmNtitle {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cmNtitle {
    font-size: 24px;
  }
}

.pagination {
  padding-left: 8px;
  padding-right: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 22px;
}

@media only screen and (min-width: 576px) {
  .pagination {
    margin-top: 34px;
    justify-content: end;
  }
}

@media only screen and (min-width: 992px) {
  .pagination {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  .pagination {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  .pagination {
    margin-top: 68px;
  }
}

.pagination li {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3;
}

.pagination li > * {
  width: 28px;
  height: 28px;
  font-size: 11px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  color: #1e1009;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3;
}

@media only screen and (min-width: 576px) {
  .pagination li > * {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .pagination li > * {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .pagination li > * {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .pagination li > * {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.pagination li .page-link:focus {
  box-shadow: none;
}

.pagination li .page-link.active {
  background-color: #3490cf;
}

.pagination li.dots {
  position: relative;
}

.pagination li.dots:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #3490cf;
}

@media only screen and (min-width: 576px) {
  .pagination li.dots:before {
    width: 3px;
    height: 3px;
  }
}

@media only screen and (min-width: 992px) {
  .pagination li.dots:before {
    width: 4px;
    height: 4px;
  }
}

.pagination li.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.pagination li:not(:last-of-type) {
  margin-right: 6px;
}

@media only screen and (min-width: 576px) {
  .pagination li:not(:last-of-type) {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .pagination li:not(:last-of-type) {
    margin-right: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .pagination li:not(:last-of-type) {
    margin-right: 18px;
  }
}

.pagination li:hover > *,
.pagination li.active > * {
  background: #3490cf;
  color: #fff;
  border-color: #3490cf;
}

.pagination li.prev > *,
.pagination li .next > * {
  font-size: 19px;
}

.pagination li:nth-child(1) > * {
  visibility: hidden;
  position: relative;
}

.pagination li:nth-child(1) > *:after {
  content: "";
  color: #000;
  width: 28px;
  height: 28px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  visibility: visible;
  position: absolute;
  color: #1e1009;
  border-radius: 6px;
  top: 0;
  left: 0;
  background-image: url(/build/assets/paginationLeft-BZtf5AzM.svg);
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3;
}

@media only screen and (min-width: 576px) {
  .pagination li:nth-child(1) > *:after {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-size: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .pagination li:nth-child(1) > *:after {
    width: 36px;
    height: 36px;
    font-size: 14px;
    background-size: 7px;
  }
}

@media only screen and (min-width: 1200px) {
  .pagination li:nth-child(1) > *:after {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .pagination li:nth-child(1) > *:after {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.pagination li:last-of-type > * {
  visibility: hidden;
  position: relative;
}

.pagination li:last-of-type > *:after {
  content: "";
  color: #000;
  width: 28px;
  height: 28px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  visibility: visible;
  position: absolute;
  color: #1e1009;
  border-radius: 6px;
  top: 0;
  left: 0;
  background-image: url(/build/assets/paginationRight-CjMZR1l_.svg);
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3;
}

@media only screen and (min-width: 576px) {
  .pagination li:last-of-type > *:after {
    width: 30px;
    height: 30px;
    font-size: 12px;
    background-size: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .pagination li:last-of-type > *:after {
    width: 36px;
    height: 36px;
    font-size: 14px;
    background-size: 7px;
  }
}

@media only screen and (min-width: 1200px) {
  .pagination li:last-of-type > *:after {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .pagination li:last-of-type > *:after {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.custom_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .custom_container {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1100px) {
  .custom_container {
    width: calc(100% - ((100% - 1050px) / 2));
  }
}

@media only screen and (min-width: 1200px) {
  .custom_container {
    width: calc(100% - ((100% - 1180px) / 2));
  }
}

@media only screen and (min-width: 1441px) {
  .custom_container {
    width: calc(100% - ((100% - 1260px) / 2));
  }
}

@media only screen and (min-width: 1551px) {
  .custom_container {
    width: calc(100% - ((100% - 1428px) / 2));
  }
}

#MainSlider {
  position: relative;
}

#MainSlider .carousel .carousel-indicators {
  position: absolute;
  margin: 0;
  bottom: 10px;
}

@media only screen and (min-width: 576px) {
  #MainSlider .carousel .carousel-indicators {
    bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider .carousel .carousel-indicators {
    bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider .carousel .carousel-indicators {
    bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider .carousel .carousel-indicators {
    bottom: 53px;
  }
}

#MainSlider .carousel .carousel-indicators button {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  background: #fff;
  border: none;
  box-shadow: none;
  width: 6px;
  height: 6px;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  #MainSlider .carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
}

#MainSlider .carousel .carousel-indicators button:not(:last-of-type) {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  #MainSlider .carousel .carousel-indicators button:not(:last-of-type) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider .carousel .carousel-indicators button:not(:last-of-type) {
    margin-right: 30px;
  }
}

#MainSlider .carousel .carousel-indicators button.active {
  background: #3490cf;
}

#MainSlider .carousel-inner {
  height: 100%;
}

#MainSlider .carousel-item {
  position: relative;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media only screen and (max-width: 578px) {
  #MainSlider .carousel-item {
    height: 350px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider .carousel-item {
    height: calc(100vh - 190px);
  }
}

#MainSlider .carousel-item.active .container .bannerTxt .pageHead,
#MainSlider .carousel-item.active .container .bannerTxt .subT,
#MainSlider .carousel-item.active .container .bannerTxt .Vmore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#MainSlider .carousel-item .dsk {
  height: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  #MainSlider .carousel-item .dsk {
    display: none;
  }
}

#MainSlider .carousel-item .mob {
  height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  #MainSlider .carousel-item .mob {
    display: none;
  }
}

#MainSlider .carousel-item img,
#MainSlider .carousel-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#MainSlider .container {
  position: relative;
}

#MainSlider .container .bannerTxt {
  position: absolute;
  left: 15px;
  bottom: 45px;
}

@media only screen and (min-width: 678px) {
  #MainSlider .container .bannerTxt {
    bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider .container .bannerTxt {
    bottom: 180px;
  }
}

#MainSlider .container .bannerTxt .pageHead {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  #MainSlider .container .bannerTxt .pageHead {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider .container .bannerTxt .pageHead {
    font-size: 34px;
    margin-bottom: 21px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider .container .bannerTxt .pageHead {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider .container .bannerTxt .pageHead {
    font-size: 50px;
    line-height: 50px;
  }
}

#MainSlider .container .bannerTxt .subT {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 23px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  #MainSlider .container .bannerTxt .subT {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider .container .bannerTxt .subT {
    font-size: 18px;
    max-width: 950px;
    margin-bottom: 21px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider .container .bannerTxt .subT {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider .container .bannerTxt .subT {
    font-size: 22px;
    line-height: 30px;
  }
}

#MainSlider .container .bannerTxt .Vmore {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s;
}

.homePage #ProductCategories {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #ProductCategories {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #ProductCategories {
    padding: 93px 0 115px;
  }
}

.homePage #ProductCategories .prdctSlide {
  padding: 0 40px;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .prdctSlide {
    padding: 0 60px;
  }
}

.homePage #ProductCategories .HeadBx {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .HeadBx {
    margin-bottom: 50px;
  }
}

.homePage #ProductCategories .prOBx {
  display: block;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.homePage #ProductCategories .prOBx:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  background: transparent linear-gradient(330deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  transform: translateY(100%);
}

.homePage #ProductCategories .prOBx > * {
  position: relative;
  z-index: 10;
}

.homePage #ProductCategories .prOBx .imgBx {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .homePage #ProductCategories .prOBx .imgBx {
    height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .prOBx .imgBx {
    height: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #ProductCategories .prOBx .imgBx {
    height: 300px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #ProductCategories .prOBx .imgBx {
    height: 375px;
  }
}

.homePage #ProductCategories .prOBx .imgBx img {
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homePage #ProductCategories .prOBx .txtBx {
  text-align: center;
  padding: 0 20px 26px;
}

.homePage #ProductCategories .prOBx .txtBx .title {
  line-height: normal;
  color: #31378e;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .prOBx .txtBx .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #ProductCategories .prOBx .txtBx .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #ProductCategories .prOBx .txtBx .title {
    font-size: 30px;
  }
}

.homePage #ProductCategories .prOBx .txtBx .shp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #676767;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .prOBx .txtBx .shp {
    font-size: 14px;
  }
}

.homePage #ProductCategories .prOBx .txtBx .shp .icon {
  margin-left: 15px;
}

@media only screen and (min-width: 992px) {
  .homePage #ProductCategories .prOBx .txtBx .shp .icon {
    margin-left: 24px;
  }
}

.homePage #ProductCategories .prOBx:hover:after {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}

.homePage #ProductCategories .prOBx:hover .txtBx > * {
  color: #fff;
}

.homePage #ProductCategories .prOBx:hover .txtBx .shp .icon img {
  filter: invert(1) brightness(20);
}

.homePage .ProSec {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage .ProSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage .ProSec {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage .ProSec {
    padding: 100px 0 110px;
  }
}

.homePage .ProSec.Bg {
  background: #f8f8f8;
}

.homePage .ProSec.wht .lftBx .cmnHeadBx > * {
  color: #fff;
}

.homePage .ProSec.wht .lftBx .Vmore {
  background: #fff;
  color: #1e1e1e;
}

.homePage .ProSec.wht .lftBx > * {
  color: #fff;
}

.homePage .ProSec .tpRw {
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .homePage .ProSec .tpRw {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage .ProSec .tpRw {
    margin-bottom: 75px;
  }
}

.homePage .ProSec .lftBx {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .homePage .ProSec .lftBx {
    margin-bottom: 0;
    padding-right: 80px;
  }
}

.homePage .ProSec .ritBx .imgBx {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .homePage .ProSec .ritBx .imgBx {
    max-width: 350px;
    margin: auto;
    padding: 0 30px;
  }
}

.homePage .ProSec .ritBx .imgBx img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.homePage .ProSec .rltdprdctSlide .owl-stage-outer {
  overflow: visible;
}

.homePage .ProSec .rltdprdctSlide .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.homePage .ProSec .rltdprdctSlide .prBx {
  display: block;
  box-shadow: 0 3px 15px #0000001a;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.homePage .ProSec .rltdprdctSlide .prBx .tag {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 40px;
  border-radius: 10px 0;
  background: #3490cf;
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  z-index: 10;
}

.homePage .ProSec .rltdprdctSlide .prBx .tag span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.homePage .ProSec .rltdprdctSlide .prBx .imgBx {
  height: 135px;
  position: relative;
  overflow: hidden;
}

.homePage .ProSec .rltdprdctSlide .prBx .imgBx:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0.7;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(to right, #fff0, #ffffff80);
  -webkit-transform: skewX(-25deg);
  transform: skew(-25deg);
  pointer-events: none;
}

.homePage .ProSec .rltdprdctSlide .prBx .imgBx img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s all;
}

.homePage .ProSec .rltdprdctSlide .prBx .txtBx {
  padding: 0 10px 20px;
}

@media only screen and (min-width: 992px) {
  .homePage .ProSec .rltdprdctSlide .prBx .txtBx {
    padding: 0 20px 20px;
  }
}

.homePage .ProSec .rltdprdctSlide .prBx .txtBx .title {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .homePage .ProSec .rltdprdctSlide .prBx .txtBx .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage .ProSec .rltdprdctSlide .prBx .txtBx .title {
    font-size: 18px;
  }
}

.homePage .ProSec .rltdprdctSlide .prBx .txtBx .vmre {
  color: #676767;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .homePage .ProSec .rltdprdctSlide .prBx .txtBx .vmre {
    font-size: 13px;
  }
}

.homePage .ProSec .rltdprdctSlide .prBx .txtBx .vmre .icon {
  margin-left: 10px;
  transition: 0.4s all;
}

.homePage .ProSec .rltdprdctSlide .prBx:hover .imgBx:before {
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

.homePage .ProSec .rltdprdctSlide .prBx:hover .imgBx img {
  transform: scale(1.05);
}

.homePage .ProSec .rltdprdctSlide .prBx:hover .txtBx .vmre .icon {
  transform: translate(5px);
}

.homePage #AboutSec {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #AboutSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #AboutSec {
    padding: 80px 0 60px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #AboutSec {
    padding: 121px 0 99px;
  }
}

.homePage #blogs {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #blogs {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #blogs {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #blogs {
    padding: 112px 0 127px;
  }
}

.homePage #blogs .HeadBx {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .homePage #blogs .HeadBx {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #blogs .HeadBx {
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #blogs .HeadBx {
    margin-bottom: 48px;
  }
}

.homePage #blogs .blogListing {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .homePage #blogs .blogListing {
    margin-bottom: 50px;
  }
}

.homePage #blogs .blogListing .blogBx {
  background: #fff;
}

.homePage #brands {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #brands {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #brands {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #brands {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #brands {
    padding: 106px 0 136px;
  }
}

.homePage #reviewSec {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #reviewSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #reviewSec {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #reviewSec .lftBx {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .homePage #reviewSec .lftBx {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #reviewSec .ritBx {
    padding-left: 16px;
  }
}

.homePage #reviewSec .flxB {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .homePage #reviewSec .flxB {
    min-height: 58px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #reviewSec .flxB {
    margin-bottom: 40px;
  }
}

.homePage #reviewSec .flxB .logo {
  margin-right: 9px;
}

@media only screen and (max-width: 1200px) {
  .homePage #reviewSec .flxB .logo img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .homePage #reviewSec .flxB .logo img {
    max-width: 120px;
  }
}

.homePage #reviewSec .flxB .txtBx .rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.homePage #reviewSec .flxB .txtBx .rating svg {
  width: 14px;
  margin-right: 7.4px;
}

.homePage #reviewSec .flxB .txtBx .rating svg .cls-1 {
  fill: #ffb700;
}

.homePage #reviewSec .flxB .txtBx .txt {
  color: #272727;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .homePage #reviewSec .flxB .txtBx .txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #reviewSec .flxB .txtBx .txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #reviewSec .flxB .txtBx .txt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec .flxB .txtBx .txt {
    font-size: 22px;
  }
}

.homePage #reviewSec .flxB .txtBx .txt span {
  color: #a4a4a4;
}

.homePage #reviewSec .rvwBx {
  padding: 28px 19px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}

.homePage #reviewSec .rvwBx .flB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.homePage #reviewSec .rvwBx .flB .ltB {
  display: flex;
  align-items: center;
}

.homePage #reviewSec .rvwBx .flB .ltB .user {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec .rvwBx .flB .ltB .user {
    width: 62px;
    height: 62px;
  }
}

.homePage #reviewSec .rvwBx .flB .ltB .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homePage #reviewSec .rvwBx .flB .ltB .txtB {
  padding-left: 13px;
  width: calc(100% - 50px);
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec .rvwBx .flB .ltB .txtB {
    width: calc(100% - 62px);
  }
}

.homePage #reviewSec .rvwBx .flB .ltB .txtB .name {
  color: #2d2d2d;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec .rvwBx .flB .ltB .txtB .name {
    font-size: 16px;
  }
}

.homePage #reviewSec .rvwBx .flB .ltB .txtB .rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.homePage #reviewSec .rvwBx .flB .ltB .txtB .rating svg {
  width: 14px;
  margin-right: 5px;
}

@media only screen and (min-width: 1441px) {
  .homePage #reviewSec .rvwBx .flB .ltB .txtB .rating svg {
    margin-right: 7.4px;
  }
}

.homePage #reviewSec .rvwBx .flB .ltB .txtB .rating svg .cls-1 {
  fill: #ffb700;
}

.homePage #reviewSec .rvwBx .flB .rtB {
  text-align: right;
}

.homePage #reviewSec .rvwBx .flB .rtB img {
  width: 24px;
  margin: 0 0 0 auto;
}

.homePage #reviewSec .rvwBx .flB .rtB .time {
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 500;
}

.homePage #reviewSec .rvwBx p {
  margin: 0;
  font-size: 13px;
  color: #535353;
  font-weight: 400;
  line-height: 20px;
}

.contactPage #contactLocation {
  padding: 45px 0 48px;
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation {
    padding: 60px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  .contactPage #contactLocation {
    padding: 66px 0 82px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation {
    padding: 82px 0 102px;
  }
}

.contactPage #contactLocation .head {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #2b2b2b;
}

@media only screen and (min-width: 468px) {
  .contactPage #contactLocation .head {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .head {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .head {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .head {
    margin-bottom: 35px;
  }
}

.contactPage #contactLocation .locationListing {
  margin: -3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 468px) {
  .contactPage #contactLocation .locationListing {
    margin: -5px;
  }
}

@media only screen and (min-width: 992px) {
  .contactPage #contactLocation .locationListing {
    margin: -6px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing {
    margin: -7px;
  }
}

.contactPage #contactLocation .locationListing > * {
  width: 100%;
  padding: 3px;
}

@media only screen and (min-width: 468px) {
  .contactPage #contactLocation .locationListing > * {
    width: 50%;
    padding: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .contactPage #contactLocation .locationListing > * {
    width: 25%;
    padding: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing > * {
    padding: 7px;
  }
}

.contactPage #contactLocation .locationListing .locBx {
  background-color: #f8f8f8;
  padding: 16px 12px 18px;
  border: 1px solid #f0f0f0;
  transition: 0.4s all;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .locationListing .locBx {
    padding: 16px 14px 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx {
    padding: 20px 16px 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx {
    padding: 26px 20px 20px;
  }
}

.contactPage #contactLocation .locationListing .locBx .title {
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx .title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx .title {
    margin-bottom: 20px;
  }
}

.contactPage #contactLocation .locationListing .locBx .title .icon {
  width: 28px;
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx .title .icon {
    width: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx .title .icon {
    width: 39px;
  }
}

.contactPage #contactLocation .locationListing .locBx .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPage #contactLocation .locationListing .locBx .title .cnt {
  width: calc(100% - 28px);
  padding-left: 12px;
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt {
    width: calc(100% - 32px);
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt {
    width: calc(100% - 39px);
  }
}

.contactPage #contactLocation .locationListing .locBx .title .cnt h2,
.contactPage #contactLocation .locationListing .locBx .title .cnt h3,
.contactPage #contactLocation .locationListing .locBx .title .cnt h4 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #2b2b2b;
  transition: 0.4s all;
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt h2,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h3,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h4 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt h2,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h3,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h4 {
    font-size: 16px;
  }
}

.contactPage #contactLocation .locationListing .locBx .title .cnt h2 span,
.contactPage #contactLocation .locationListing .locBx .title .cnt h3 span,
.contactPage #contactLocation .locationListing .locBx .title .cnt h4 span {
  font-size: 12px;
  font-weight: 300;
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt h2 span,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h3 span,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h4 span {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx .title .cnt h2 span,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h3 span,
  .contactPage #contactLocation .locationListing .locBx .title .cnt h4 span {
    font-size: 14px;
  }
}

.contactPage #contactLocation .locationListing .locBx p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #676767;
  transition: 0.4s all;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .locationListing .locBx p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 22px;
  }
}

.contactPage #contactLocation .locationListing .locBx ul li a {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactPage #contactLocation .locationListing .locBx ul li a svg {
  width: 14px;
  fill: #3490cf;
  transition: 0.4s all;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .locationListing .locBx ul li a svg {
    width: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx ul li a svg {
    width: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx ul li a svg {
    width: 20px;
  }
}

.contactPage #contactLocation .locationListing .locBx ul li a span {
  width: calc(100% - 14px);
  padding-left: 8px;
  transition: 0.4s all;
  font-size: 13px;
  font-weight: 500;
  color: #2b2b2b;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .locationListing .locBx ul li a span {
    width: calc(100% - 16px);
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .locationListing .locBx ul li a span {
    width: calc(100% - 18px);
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx ul li a span {
    width: calc(100% - 20px);
    font-size: 16px;
  }
}

.contactPage
  #contactLocation
  .locationListing
  .locBx
  ul
  > *:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) {
  .contactPage
    #contactLocation
    .locationListing
    .locBx
    ul
    > *:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage
    #contactLocation
    .locationListing
    .locBx
    ul
    > *:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.contactPage #contactLocation .locationListing .locBx:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  z-index: -1;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.contactPage #contactLocation .locationListing .locBx:hover {
  border-color: #707070;
}

@media only screen and (min-width: 992px) {
  .contactPage #contactLocation .locationListing .locBx:hover {
    transform: translateY(-8px);
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .locationListing .locBx:hover {
    transform: translateY(-12px);
  }
}

.contactPage #contactLocation .locationListing .locBx:hover .title .cnt h2,
.contactPage #contactLocation .locationListing .locBx:hover .title .cnt h3,
.contactPage #contactLocation .locationListing .locBx:hover .title .cnt h4,
.contactPage #contactLocation .locationListing .locBx:hover p {
  color: #fff;
}

.contactPage #contactLocation .locationListing .locBx:hover ul li a svg {
  fill: #fff;
}

.contactPage #contactLocation .locationListing .locBx:hover ul li a span {
  color: #fff;
}

.contactPage #contactLocation .locationListing .locBx:hover:before {
  opacity: 1;
  z-index: 0;
}

.contactPage #contactLocation .mapSec {
  width: 100%;
  height: 255px;
  margin-top: 15px;
}

@media only screen and (min-width: 468px) {
  .contactPage #contactLocation .mapSec {
    height: 300px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) {
  .contactPage #contactLocation .mapSec {
    height: 380px;
  }
}

@media only screen and (min-width: 1200px) {
  .contactPage #contactLocation .mapSec {
    height: 440px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .contactPage #contactLocation .mapSec {
    height: 548px;
    margin-top: 40px;
  }
}

.contactPage #contactLocation .mapSec iframe {
  width: 100%;
  height: 100%;
}

.partnerPage #benefitSec {
  background-color: #f8f8f8;
  padding: 52px 0 50px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec {
    padding: 66px 0 70px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #benefitSec {
    padding: 80px 0 88px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec {
    padding: 96px 0 112px;
  }
}

.partnerPage #benefitSec .head {
  max-width: 758px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .head {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .head {
    margin-bottom: 30px;
  }
}

.partnerPage #benefitSec .benefitListing {
  margin: -8.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partnerPage #benefitSec .benefitListing > * {
  width: 100%;
  padding: 8.5px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing > * {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #benefitSec .benefitListing > * {
    width: 25%;
  }
}

.partnerPage #benefitSec .benefitListing .benefitBx {
  border-radius: 15px;
  background-color: #fff;
  min-height: 200px;
  padding: 15px 20px;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing .benefitBx {
    min-height: 265px;
    padding: 20px 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .benefitListing .benefitBx {
    min-height: 280px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #benefitSec .benefitListing .benefitBx {
    min-height: 301px;
  }
}

.partnerPage #benefitSec .benefitListing .benefitBx .num {
  font-size: 32px;
  line-height: 36px;
  color: #cecece;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 20px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .num {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .num {
    font-size: 40px;
    line-height: 46px;
    right: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .num {
    font-size: 48px;
    line-height: 59px;
  }
}

.partnerPage #benefitSec .benefitListing .benefitBx .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 12px;
  background-color: #3490cf;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon {
    width: 62px;
    height: 62px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon {
    width: 75px;
    height: 75px;
    margin-bottom: 25px;
  }
}

.partnerPage #benefitSec .benefitListing .benefitBx .icon img {
  max-width: 25px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon img {
    max-width: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon img {
    max-width: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #benefitSec .benefitListing .benefitBx .icon img {
    max-width: 50px;
  }
}

.partnerPage #benefitSec .benefitListing .benefitBx p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .partnerPage #benefitSec .benefitListing .benefitBx p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #benefitSec .benefitListing .benefitBx p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #benefitSec .benefitListing .benefitBx p {
    font-size: 16px;
    line-height: 26px;
  }
}

.partnerPage #questionSec {
  padding: 45px 0 50px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #questionSec {
    padding: 55px 0 68px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #questionSec {
    padding: 65px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec {
    padding: 65px 0 105px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec {
    padding: 65px 0 132px;
  }
}

.partnerPage #questionSec .head {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #questionSec .head {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .head {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .head {
    margin-bottom: 52px;
  }
}

.partnerPage #questionSec .row {
  align-items: center;
}

.partnerPage #questionSec .cntBx h2,
.partnerPage #questionSec .cntBx h3,
.partnerPage #questionSec .cntBx h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #4d4d4d;
}

@media only screen and (min-width: 468px) {
  .partnerPage #questionSec .cntBx h2,
  .partnerPage #questionSec .cntBx h3,
  .partnerPage #questionSec .cntBx h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .partnerPage #questionSec .cntBx h2,
  .partnerPage #questionSec .cntBx h3,
  .partnerPage #questionSec .cntBx h4 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .cntBx h2,
  .partnerPage #questionSec .cntBx h3,
  .partnerPage #questionSec .cntBx h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .cntBx h2,
  .partnerPage #questionSec .cntBx h3,
  .partnerPage #questionSec .cntBx h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

.partnerPage #questionSec .cntBx p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #4d4d4d;
}

@media only screen and (min-width: 992px) {
  .partnerPage #questionSec .cntBx p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .cntBx p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .cntBx p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #questionSec .imgBx {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .imgBx {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .imgBx {
    padding-left: 52px;
  }
}

@media only screen and (max-width: 991px) {
  .partnerPage #questionSec .imgBx {
    padding-top: 20px;
  }
}

.partnerPage #questionSec .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnerPage #questionSec .questionListing {
  margin: -22px 0;
}

@media only screen and (min-width: 576px) {
  .partnerPage #questionSec .questionListing {
    margin: -30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .questionListing {
    margin: -38px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .questionListing {
    margin: -46px 0;
  }
}

.partnerPage #questionSec .questionListing > * {
  padding: 22px 0;
}

@media only screen and (min-width: 576px) {
  .partnerPage #questionSec .questionListing > * {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #questionSec .questionListing > * {
    padding: 38px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #questionSec .questionListing > * {
    padding: 46px 0;
  }
}

.partnerPage #questionSec .questionListing > *:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}

.partnerPage #clientSecs {
  padding: 58px 0 52px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #clientSecs {
    padding: 68px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #clientSecs {
    padding: 88px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #clientSecs {
    padding: 100px 0 120px;
  }
}

.partnerPage #clientSecs .mainHead {
  margin-bottom: 22px;
}

@media only screen and (min-width: 576px) {
  .partnerPage #clientSecs .mainHead {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #clientSecs .mainHead {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #clientSecs .mainHead {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #clientSecs .mainHead .head {
    font-size: 42px;
  }
}

.partnerPage #clientSecs .clientsList {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .partnerPage #clientSecs .clientsList {
    margin: -10px -8px;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #clientSecs .clientsList {
    margin: -14px -8px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #clientSecs .clientsList {
    margin: -18px -8px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #clientSecs .clientsList {
    margin: -26px -8px;
  }
}

.partnerPage #clientSecs .clientsList > * {
  width: 50%;
  padding: 6px;
}

@media only screen and (min-width: 468px) {
  .partnerPage #clientSecs .clientsList > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 576px) {
  .partnerPage #clientSecs .clientsList > * {
    width: 25%;
    padding: 10px 8px;
  }
}

@media only screen and (min-width: 992px) {
  .partnerPage #clientSecs .clientsList > * {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .partnerPage #clientSecs .clientsList > * {
    padding: 14px 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .partnerPage #clientSecs .clientsList > * {
    padding: 18px 8px;
  }
}

@media only screen and (min-width: 1551px) {
  .partnerPage #clientSecs .clientsList > * {
    padding: 26px 8px;
  }
}

.partnerPage #clientSecs .clientsList .clientbx {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 30px #04144a12;
  display: block;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.4s all;
}

.partnerPage #clientSecs .clientsList .clientbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnerPage #clientSecs .clientsList .clientbx:hover {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 10px 50px #0064a8b0;
  border: 1px solid #3490cf;
}

.financingPage #financingSec {
  background-color: #f8f8f8;
  padding: 55px 0 45px;
}

@media only screen and (min-width: 576px) {
  .financingPage #financingSec {
    padding: 70px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #financingSec {
    padding: 85px 0 80px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financingSec {
    padding: 95px 0 80px;
  }
}

.financingPage #financingSec .head {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .financingPage #financingSec .head {
    margin-bottom: 15px;
  }
}

.financingPage #financingSec h5,
.financingPage #financingSec h6 {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .financingPage #financingSec h5,
  .financingPage #financingSec h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #financingSec h5,
  .financingPage #financingSec h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financingSec h5,
  .financingPage #financingSec h6 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.financingPage #technologySec {
  padding: 50px 0 24px;
}

@media only screen and (min-width: 576px) {
  .financingPage #technologySec {
    padding: 60px 0 38px;
  }
}

.financingPage #technologySec .headSec {
  margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .headSec {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .headSec {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #technologySec .headSec {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 1681px) {
  .financingPage #technologySec .headSec {
    margin-bottom: 55px;
  }
}

.financingPage #technologySec .headSec h5,
.financingPage #technologySec .headSec h6 {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #3490cf;
  text-transform: uppercase;
}

@media only screen and (min-width: 468px) {
  .financingPage #technologySec .headSec h5,
  .financingPage #technologySec .headSec h6 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .financingPage #technologySec .headSec h5,
  .financingPage #technologySec .headSec h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .headSec h5,
  .financingPage #technologySec .headSec h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1681px) {
  .financingPage #technologySec .headSec h5,
  .financingPage #technologySec .headSec h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.financingPage #technologySec .headSec .head {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .headSec .head {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1681px) {
  .financingPage #technologySec .headSec .head {
    margin-bottom: 22px;
  }
}

.financingPage #technologySec .technologyListing {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .financingPage #technologySec .technologyListing {
    margin: -9px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing {
    margin: -16px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #technologySec .technologyListing {
    margin: -19px;
  }
}

.financingPage #technologySec .technologyListing > * {
  padding: 6px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .financingPage #technologySec .technologyListing > * {
    width: 50%;
    padding: 9px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #technologySec .technologyListing > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing > * {
    padding: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing > * {
    padding: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #technologySec .technologyListing > * {
    padding: 19px;
  }
}

.financingPage #technologySec .technologyListing .techBx {
  background-color: #f8f8f8;
  border-radius: 10px;
  height: 100%;
  padding: 20px 22px 18px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .financingPage #technologySec .technologyListing .techBx {
    padding: 20px 26px 22px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #technologySec .technologyListing .techBx {
    min-height: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing .techBx {
    min-height: 340px;
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing .techBx {
    min-height: 380px;
    padding: 35px 38px 30px;
  }
}

.financingPage #technologySec .technologyListing .techBx .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .financingPage #technologySec .technologyListing .techBx .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing .techBx .icon {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing .techBx .icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }
}

.financingPage #technologySec .technologyListing .techBx .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.financingPage #technologySec .technologyListing .techBx h2,
.financingPage #technologySec .technologyListing .techBx h3,
.financingPage #technologySec .technologyListing .techBx h4 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #2b2b2b;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 468px) {
  .financingPage #technologySec .technologyListing .techBx h2,
  .financingPage #technologySec .technologyListing .techBx h3,
  .financingPage #technologySec .technologyListing .techBx h4 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .financingPage #technologySec .technologyListing .techBx h2,
  .financingPage #technologySec .technologyListing .techBx h3,
  .financingPage #technologySec .technologyListing .techBx h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing .techBx h2,
  .financingPage #technologySec .technologyListing .techBx h3,
  .financingPage #technologySec .technologyListing .techBx h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing .techBx h2,
  .financingPage #technologySec .technologyListing .techBx h3,
  .financingPage #technologySec .technologyListing .techBx h4 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}

.financingPage #technologySec .technologyListing .techBx p {
  font-size: 13px;
  line-height: 20px;
  color: #2b2b2b;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) {
  .financingPage #technologySec .technologyListing .techBx p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #technologySec .technologyListing .techBx p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #technologySec .technologyListing .techBx p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .financingPage #technologySec .technologyListing .techBx p {
    margin-bottom: 10px;
  }
}

.financingPage #technologySec .technologyListing .techBx:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  z-index: -1;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.financingPage #technologySec .technologyListing .techBx:hover {
  box-shadow: 0 12px 12px #3490cf57;
}

@media only screen and (min-width: 576px) {
  .financingPage #technologySec .technologyListing .techBx:hover {
    box-shadow: 0 20px 20px #3490cf57;
  }
}

.financingPage #technologySec .technologyListing .techBx:hover:before {
  opacity: 1;
  z-index: 0;
}

.financingPage #technologySec .technologyListing .techBx:hover .icon img {
  filter: brightness(30);
}

.financingPage #technologySec .technologyListing .techBx:hover h2,
.financingPage #technologySec .technologyListing .techBx:hover h3,
.financingPage #technologySec .technologyListing .techBx:hover h4,
.financingPage #technologySec .technologyListing .techBx:hover p {
  color: #fff;
}

.financingPage #serviceSec {
  padding: 24px 0 46px;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec {
    padding: 24px 0 68px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #serviceSec {
    padding: 38px 0 78px;
  }
}

.financingPage #serviceSec .head {
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .head {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #serviceSec .head {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #serviceSec .head {
    margin-bottom: 18px;
  }
}

.financingPage #serviceSec h5,
.financingPage #serviceSec h6 {
  font-size: 14px;
  line-height: 18px;
  color: #3490cf;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec h5,
  .financingPage #serviceSec h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .financingPage #serviceSec h5,
  .financingPage #serviceSec h6 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec h5,
  .financingPage #serviceSec h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 52px;
  }
}

.financingPage #serviceSec h5 strong,
.financingPage #serviceSec h6 strong {
  font-weight: 600;
}

.financingPage #serviceSec .serviceListing .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.financingPage #serviceSec .serviceListing .servBoxs > *:not(:last-of-type) {
  margin-bottom: 22px;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .serviceListing .servBoxs > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec .serviceListing .servBoxs > *:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #serviceSec .serviceListing .servBoxs > *:not(:last-of-type) {
    margin-bottom: 44px;
  }
}

.financingPage #serviceSec .serviceListing .servBoxs .servBx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.financingPage #serviceSec .serviceListing .servBoxs .servBx .num {
  width: 40px;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: #31378e;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .num {
    width: 46px;
    font-size: 28px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .num {
    width: 55px;
    font-size: 32px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .num {
    width: 65px;
    font-size: 36px;
    line-height: 26px;
  }
}

.financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts {
  width: calc(100% - 40px);
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts {
    width: calc(100% - 46px);
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts {
    width: calc(100% - 55px);
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts {
    width: calc(100% - 65px);
  }
}

.financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h3,
.financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h4,
.financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h3,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h4,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h3,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h4,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h3,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h4,
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts p {
  color: #4d4d4d;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
}

@media only screen and (min-width: 576px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #serviceSec .serviceListing .servBoxs .servBx .cnts p {
    font-size: 16px;
    line-height: 26px;
  }
}

.financingPage #financeCapital {
  padding: 60px 0 62px;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital {
    padding: 95px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #financeCapital {
    padding: 105px 0 110px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financeCapital {
    padding: 122px 0 130px;
  }
}

.financingPage #financeCapital .head {
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital .head {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #financeCapital .head {
    margin-bottom: 35px;
  }
}

.financingPage #financeCapital ul li {
  position: relative;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital ul li {
    padding-left: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #financeCapital ul li {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financeCapital ul li {
    padding-left: 55px;
  }
}

.financingPage #financeCapital ul li h3,
.financingPage #financeCapital ul li h4,
.financingPage #financeCapital ul li h5,
.financingPage #financeCapital ul li h6 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital ul li h3,
  .financingPage #financeCapital ul li h4,
  .financingPage #financeCapital ul li h5,
  .financingPage #financeCapital ul li h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

.financingPage #financeCapital ul li p {
  color: #fff;
  margin-bottom: 0;
}

.financingPage #financeCapital ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/build/assets/favourites-PBbJJ1K6.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital ul li:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #financeCapital ul li:before {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financeCapital ul li:before {
    width: 25px;
    height: 25px;
  }
}

.financingPage #financeCapital ul > *:not(:last-of-type) {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .financingPage #financeCapital ul > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #financeCapital ul > *:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #financeCapital ul > *:not(:last-of-type) {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #financeCapital ul > *:not(:last-of-type) {
    margin-bottom: 58px;
  }
}

.financingPage #purchaseSec {
  padding: 52px 0 55px;
}

@media only screen and (min-width: 576px) {
  .financingPage #purchaseSec {
    padding: 75px 0 72px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #purchaseSec {
    padding: 90px 0 88px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #purchaseSec {
    padding: 100px 0 88px;
  }
}

.financingPage #purchaseSec .head {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .financingPage #purchaseSec .head {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #purchaseSec .head {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #purchaseSec .head {
    margin-bottom: 28px;
  }
}

.financingPage #purchaseSec p {
  color: #4d4d4d;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .financingPage #purchaseSec p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #purchaseSec p {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #purchaseSec p {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .financingPage #purchaseSec .tableSec {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .financingPage #purchaseSec .tableSec {
    padding-bottom: 10px;
  }
}

.financingPage #purchaseSec .tableSec::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.financingPage #purchaseSec .tableSec::-webkit-scrollbar-thumb {
  background: #31378e;
  border-radius: 30px;
}

.financingPage #purchaseSec .tableSec::-webkit-scrollbar-track {
  box-shadow: inset 0 0 gray;
  border-radius: 0;
  background: #a8b4c6;
}

.financingPage #purchaseSec .tableSec .table {
  margin-bottom: 0;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 991px) {
  .financingPage #purchaseSec .tableSec .table {
    width: 800px;
  }
}

.financingPage #purchaseSec .tableSec .table thead tr {
  border-bottom: 1px solid #e2e2e2;
}

.financingPage #purchaseSec .tableSec .table thead tr th {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 20px 10px;
  font-weight: 600;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .financingPage #purchaseSec .tableSec .table thead tr th {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 25px 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #purchaseSec .tableSec .table thead tr th {
    font-size: 18px;
    line-height: 22px;
    padding: 22px 30px 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #purchaseSec .tableSec .table thead tr th {
    font-size: 20px;
    line-height: 26px;
    padding: 30px 40px 14px;
  }
}

.financingPage #purchaseSec .tableSec .table tbody > *:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}

.financingPage #purchaseSec .tableSec .table tbody tr > * {
  border: 0;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 20px;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .financingPage #purchaseSec .tableSec .table tbody tr > * {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #purchaseSec .tableSec .table tbody tr > * {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #purchaseSec .tableSec .table tbody tr > * {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .financingPage #contactEnquiry .enquiryRit {
    min-width: 440px;
    margin-left: -45px;
  }
}

@media only screen and (min-width: 1441px) {
  .financingPage #contactEnquiry .enquiryRit {
    min-width: 580px;
    margin-left: -60px;
  }
}

@media only screen and (min-width: 1551px) {
  .financingPage #contactEnquiry .enquiryRit {
    min-width: 673px;
  }
}

@media only screen and (max-width: 1199px) {
  .financingPage #contactEnquiry .enquiryRit .imgBx {
    max-height: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .financingPage #contactEnquiry .enquiryRit .imgBx {
    max-height: 350px;
  }
}

@media only screen and (max-width: 576px) {
  .financingPage #contactEnquiry .enquiryRit .imgBx {
    max-height: 270px;
  }
}

.financingPage #contactEnquiry .enquiryRit .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.financingPage #contactEnquiry .enquiryRit .imgBx:before {
  display: none;
}

.supersignPage #superSign {
  padding: 55px 0 56px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign {
    padding: 62px 0 76px;
  }
}

@media only screen and (min-width: 992px) {
  .supersignPage #superSign {
    padding: 68px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .supersignPage #superSign {
    padding: 68px 0 105px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign {
    padding: 68px 0 126px;
  }
}

.supersignPage #superSign .title {
  margin-bottom: 18px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .title {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .title {
    margin-bottom: 35px;
  }
}

.supersignPage #superSign .title h3,
.supersignPage #superSign .title h4,
.supersignPage #superSign .title h5,
.supersignPage #superSign .title h6 {
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .title h3,
  .supersignPage #superSign .title h4,
  .supersignPage #superSign .title h5,
  .supersignPage #superSign .title h6 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .title h3,
  .supersignPage #superSign .title h4,
  .supersignPage #superSign .title h5,
  .supersignPage #superSign .title h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.supersignPage #superSign .head {
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .head {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .head {
    margin-bottom: 22px;
  }
}

.supersignPage #superSign img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supersignPage #superSign .imgBx {
  margin-top: 15px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .imgBx {
    margin-top: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .imgBx {
    margin-top: 42px;
  }
}

.supersignPage #superSign .imgBoxMain {
  width: 100%;
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .imgBoxMain {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .supersignPage #superSign .imgBoxMain {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .supersignPage #superSign .imgBoxMain {
    margin-bottom: 38px;
  }
}

.supersignPage #superSign .baseBtn {
  width: 144px;
  height: 42px;
  font-size: 13px;
  background: #3490cf;
  border-radius: 7px;
  color: #fff;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .baseBtn {
    width: 170px;
    height: 46px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .baseBtn {
    width: 198px;
    height: 48px;
  }
}

.supersignPage #superSign .baseBtn:before {
  background: #31378e;
}

.supersignPage #superSign .dFLx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.supersignPage #superSign .dFLx.twoFlx {
  margin: -12px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .dFLx.twoFlx {
    margin: -16px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .dFLx.twoFlx {
    margin: -21px;
  }
}

.supersignPage #superSign .dFLx.twoFlx > * {
  width: 100%;
  padding: 12px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .dFLx.twoFlx > * {
    padding: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .supersignPage #superSign .dFLx.twoFlx > * {
    width: 50%;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .dFLx.twoFlx > * {
    padding: 21px;
  }
}

.supersignPage #superSign .dFLx.twoFlx .imgBoxMain {
  margin-bottom: 18px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .dFLx.twoFlx .imgBoxMain {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .supersignPage #superSign .dFLx.twoFlx .imgBoxMain {
    margin-bottom: 38px;
  }
}

.supersignPage #superSign .dFLx.threeFlx {
  margin: -10px;
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .dFLx.threeFlx {
    margin: -16px;
  }
}

.supersignPage #superSign .dFLx.threeFlx > * {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  .supersignPage #superSign .dFLx.threeFlx > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .dFLx.threeFlx > * {
    padding: 16px;
  }
}

.supersignPage #superSign .dFLx.threeFlx .imgBoxMain {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .dFLx.threeFlx .imgBoxMain {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .supersignPage #superSign .dFLx.threeFlx .imgBoxMain {
    margin-bottom: 26px;
  }
}

.supersignPage #superSign .dFLx.threeFlx .imgBoxMain img {
  transition: 0.3s all;
}

.supersignPage #superSign .dFLx.threeFlx .imgBoxMain:hover img {
  transform: scale(1.07);
}

.supersignPage #superSign .cntSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.supersignPage #superSign .cntSec .lftSec {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .supersignPage #superSign .cntSec .lftSec {
    width: 535px;
  }
}

@media only screen and (min-width: 1200px) {
  .supersignPage #superSign .cntSec .lftSec {
    width: 600px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec .lftSec {
    width: 680px;
  }
}

@media only screen and (min-width: 1551px) {
  .supersignPage #superSign .cntSec .lftSec {
    width: 748px;
  }
}

.supersignPage #superSign .cntSec .ritSec {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .supersignPage #superSign .cntSec .ritSec {
    width: calc(100% - 535px);
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .supersignPage #superSign .cntSec .ritSec {
    width: calc(100% - 600px);
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec .ritSec {
    width: calc(100% - 680px);
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1551px) {
  .supersignPage #superSign .cntSec .ritSec {
    width: calc(100% - 748px);
    padding-left: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .supersignPage #superSign .cntSec .ritSec {
    padding-top: 15px;
  }
}

.supersignPage #superSign .cntSec h2,
.supersignPage #superSign .cntSec h3,
.supersignPage #superSign .cntSec h4,
.supersignPage #superSign .cntSec h5,
.supersignPage #superSign .cntSec h6 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #1e1e1e;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .cntSec h2,
  .supersignPage #superSign .cntSec h3,
  .supersignPage #superSign .cntSec h4,
  .supersignPage #superSign .cntSec h5,
  .supersignPage #superSign .cntSec h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec h2,
  .supersignPage #superSign .cntSec h3,
  .supersignPage #superSign .cntSec h4,
  .supersignPage #superSign .cntSec h5,
  .supersignPage #superSign .cntSec h6 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
}

.supersignPage #superSign .cntSec p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #707070;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .cntSec p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

.supersignPage #superSign .cntSec ul {
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .cntSec ul {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec ul {
    margin-bottom: 30px;
  }
}

.supersignPage #superSign .cntSec ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  color: #707070;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .cntSec ul li {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .cntSec ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

.supersignPage #superSign .cntSec ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 7px;
  left: 0;
  background: #3490cf;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .cntSec ul li:before {
    width: 9px;
    height: 9px;
    top: 7px;
  }
}

.supersignPage #superSign .cntSec ul > *:not(:last-of-type) {
  margin-bottom: 8px;
}

.supersignPage #superSign .signListing {
  margin: -12px 0;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .signListing {
    margin: -20px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .signListing {
    margin: -26px 0;
  }
}

.supersignPage #superSign .signListing > * {
  padding: 12px 0;
}

@media only screen and (min-width: 576px) {
  .supersignPage #superSign .signListing > * {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .supersignPage #superSign .signListing > * {
    padding: 26px 0;
  }
}

.cycleSafePage #investSec {
  background: #f8f8f8;
  padding: 40px 0 35px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #investSec {
    padding: 58px 0 44px;
  }
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #investSec {
    padding: 66px 0 52px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #investSec {
    padding: 75px 0 56px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #investSec {
    padding: 88px 0 62px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #investSec {
    padding: 102px 0 62px;
  }
}

.cycleSafePage #investSec .head {
  margin-bottom: 6px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #investSec .head {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #investSec .head {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #investSec .head {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #investSec .head {
    margin-bottom: 18px;
  }
}

.cycleSafePage #investSec h5,
.cycleSafePage #investSec h6 {
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
  margin-bottom: 0;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #investSec h5,
  .cycleSafePage #investSec h6 {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #investSec h5,
  .cycleSafePage #investSec h6 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #investSec h5,
  .cycleSafePage #investSec h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #investSec h5,
  .cycleSafePage #investSec h6 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #investSec h5,
  .cycleSafePage #investSec h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents > * {
  padding: 42px 0 50px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #cycleContentSec .cycleContents > * {
    padding: 60px 0 72px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents > * {
    padding: 72px 0 85px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents > *:nth-child(2n) {
  background-color: #f8f8f8;
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec {
    width: calc(100% - 425px);
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec {
    width: calc(100% - 505px);
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec {
    width: calc(100% - 565px);
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec {
    width: calc(100% - 629px);
    padding-right: 55px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h5,
.cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h6 {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #3490cf;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h5,
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h5,
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h5,
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h5,
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec h6 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec .head {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec .head {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec .head {
    margin-bottom: 20px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec p {
  color: #707070;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec p {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec p {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .lftSec p {
    margin-bottom: 32px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
    width: 425px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
    width: 505px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
    width: 565px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
    width: 629px;
  }
}

@media only screen and (max-width: 991px) {
  .cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec {
    padding-top: 12px;
  }
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.cycleSafePage #cycleContentSec .cycleContents .cycleBx .ritSec:hover img {
  transform: scale(1.07);
}

.cycleSafePage #cycleContentSec .cycleContents .title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 22px;
  font-weight: 600;
  color: #4d4d4d;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #cycleContentSec .cycleContents .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #cycleContentSec .cycleContents .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 38px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #cycleContentSec .cycleContents .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1551px) {
  .cycleSafePage #cycleContentSec .cycleContents .title {
    margin-top: 65px;
  }
}

.cycleSafePage #qualifiedModelSec {
  background-color: #f8f8f8;
  padding: 52px 0 56px;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec {
    padding: 75px 0 85px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec {
    padding: 84px 0 104px;
  }
}

.cycleSafePage #qualifiedModelSec .head {
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #qualifiedModelSec .head {
    margin-bottom: 10px;
  }
}

.cycleSafePage #qualifiedModelSec .buttonGrp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp {
    margin: 0 -32px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp {
    margin: 0 -50px;
  }
}

@media only screen and (max-width: 991px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp {
    display: none;
  }
}

.cycleSafePage #qualifiedModelSec .buttonGrp > * {
  padding: 0 22px;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp > * {
    padding: 0 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp > * {
    padding: 0 50px;
  }
}

.cycleSafePage #qualifiedModelSec .buttonGrp .accordion-button {
  font-size: 15px;
  padding: 20px 0;
  color: #2b2b2b;
  width: fit-content;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp .accordion-button {
    font-size: 16px;
    padding: 28px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp .accordion-button {
    font-size: 18px;
    padding: 34px 0;
  }
}

.cycleSafePage #qualifiedModelSec .buttonGrp .accordion-button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 100px;
  bottom: -3px;
  left: 0;
  background-color: #3490cf;
  opacity: 0;
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .buttonGrp .accordion-button:before {
    height: 7px;
    bottom: -3.5px;
  }
}

.cycleSafePage
  #qualifiedModelSec
  .buttonGrp
  .accordion-button[aria-expanded="true"] {
  color: #3490cf;
  font-weight: 500;
  pointer-events: none;
}

.cycleSafePage
  #qualifiedModelSec
  .buttonGrp
  .accordion-button[aria-expanded="true"]:before {
  opacity: 1;
}

.cycleSafePage #qualifiedModelSec .accordion > *:not(:last-of-type) {
  margin-bottom: 15px;
}

.cycleSafePage #qualifiedModelSec .accordion-item {
  background-color: transparent;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .accordion-item {
    border: 0;
  }
}

@media only screen and (max-width: 991px) {
  .cycleSafePage #qualifiedModelSec .accordion-item {
    border: 1px solid #dee2e6;
  }
}

.cycleSafePage #qualifiedModelSec .accordion-item .accordion-button {
  background-color: transparent;
}

.cycleSafePage #qualifiedModelSec .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.cycleSafePage #qualifiedModelSec .accordion-item .accordion-button:after {
  background-image: none;
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.cycleSafePage
  #qualifiedModelSec
  .accordion-item
  .accordion-button[aria-expanded="true"] {
  color: #3490cf;
  font-weight: 500;
  background-color: transparent;
}

.cycleSafePage
  #qualifiedModelSec
  .accordion-item
  .accordion-button[aria-expanded="true"]:after {
  content: "-";
  transform: none;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-button {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-button {
    font-size: 14px;
  }
}

.cycleSafePage #qualifiedModelSec .accordion-item .accordion-body {
  padding: 18px;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-body {
    padding: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-body {
    padding: 46px 50px 0 36px;
    border-top: 1px solid #a6a6a6;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-body {
    padding: 58px 66px 0 50px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .accordion-item .accordion-body {
    padding: 66px 82px 0 56px;
  }
}

.cycleSafePage #qualifiedModelSec .modalListing {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #qualifiedModelSec .modalListing {
    margin: -8px;
  }
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .modalListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalListing {
    margin: -14px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalListing {
    margin: -17.5px -16px;
  }
}

.cycleSafePage #qualifiedModelSec .modalListing > * {
  width: 100%;
  padding: 6px;
}

@media only screen and (min-width: 576px) {
  .cycleSafePage #qualifiedModelSec .modalListing > * {
    width: 50%;
    padding: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .modalListing > * {
    width: 33.3333333333%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalListing > * {
    padding: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalListing > * {
    padding: 17.5px 16px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.cycleSafePage #qualifiedModelSec .modalBox .offerTag {
  position: absolute;
  width: fit-content;
  height: 30px;
  padding: 2px 8px;
  top: 10px;
  right: 10px;
  background: #f8ae41;
  border-radius: 6px 0 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    height: 32px;
    padding: 4px 10px;
    top: 12px;
    right: 12px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    height: 35px;
    padding: 6px 12px;
    top: 15px;
    right: 15px;
    border-radius: 8px 0 8px 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    font-size: 14px;
    height: 40px;
    padding: 6px 15px;
    top: 19px;
    right: 16px;
    border-radius: 10px 0 10px 10px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .offerTag span {
  font-size: 12px;
  padding-left: 4px;
}

@media only screen and (min-width: 992px) {
  .cycleSafePage #qualifiedModelSec .modalBox .offerTag span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .offerTag span {
    font-size: 16px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .imgBx {
  position: relative;
  overflow: hidden;
}

.cycleSafePage #qualifiedModelSec .modalBox .imgBx:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0.7;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(to right, #fff0, #ffffff80);
  -webkit-transform: skewX(-25deg);
  transform: skew(-25deg);
  pointer-events: none;
}

.cycleSafePage #qualifiedModelSec .modalBox .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx {
  border-top: 1px solid #bbbbbb;
  padding: 16px 12px 20px;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx {
    padding: 18px 16px 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx {
    padding: 22px 20px 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx {
    padding: 24px 23px 24px 26px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx h2,
.cycleSafePage #qualifiedModelSec .modalBox .cntBx h3,
.cycleSafePage #qualifiedModelSec .modalBox .cntBx h4 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h2,
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h3,
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h2,
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h3,
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx h4 {
    margin-bottom: 14px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .price {
  margin: -3px;
  padding-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .price {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .price {
    padding-bottom: 20px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .price > * {
  font-size: 14px;
  padding: 3px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .price > * {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .price > * {
    font-size: 16px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .price > *:first-child {
  color: #6b6b6b;
  text-decoration: line-through;
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .price > *:last-child {
  color: #3490cf;
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp {
  margin: -3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp {
    margin: -4px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp {
    margin: -6px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp {
    margin: -8.5px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp > * {
  width: 50%;
  padding: 3px;
}

@media only screen and (min-width: 768px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp > * {
    padding: 4px;
  }
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp > * {
    padding: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp > * {
    padding: 8.5px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .buyBtn {
  width: 100%;
  height: 44px;
  font-size: 12px;
  border-radius: 6px;
  color: #fff;
  background: #31378e;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .buyBtn {
    height: 48px;
    font-size: 13px;
    border-radius: 7px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .buyBtn {
    font-size: 14px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  background: #3490cf;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn {
    height: 48px;
    border-radius: 7px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn {
    font-size: 14px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn:before {
  background: #31378e;
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn span {
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn span {
    padding-right: 12px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn svg {
  width: 12px;
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn svg {
    width: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .cycleSafePage #qualifiedModelSec .modalBox .cntBx .btnGrp .cartBtn svg {
    width: 17px;
  }
}

.cycleSafePage #qualifiedModelSec .modalBox:hover .imgBx:before {
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

.repairPage #repairConSec {
  padding: 45px 0 0;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec {
    padding: 65px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec {
    padding: 88px 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec {
    padding: 102px 0 0;
  }
}

.repairPage #repairConSec .headSec {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 468px) {
  .repairPage #repairConSec .headSec {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .headSec {
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .headSec {
    margin-bottom: 52px;
  }
}

.repairPage #repairConSec .headSec .lftec {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .headSec .lftec {
    width: calc(100% - 460px);
    padding-right: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .headSec .lftec {
    width: calc(100% - 560px);
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #repairConSec .headSec .lftec {
    width: calc(100% - 622px);
    padding-right: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .repairPage #repairConSec .headSec .lftec {
    margin-bottom: 8px;
  }
}

.repairPage #repairConSec .headSec .ritec {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .headSec .ritec {
    width: 460px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .headSec .ritec {
    width: 560px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #repairConSec .headSec .ritec {
    width: 622px;
  }
}

.repairPage #repairConSec .headSec .ritec p {
  margin-bottom: 0;
}

.repairPage #repairConSec .maintenanceBx {
  background: transparent linear-gradient(180deg, #67b7ee, #3490cf) 0% 0%
    no-repeat padding-box;
  border-radius: 18px;
  padding: 12px 0;
  margin-bottom: -132px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx {
    padding: 20px 0;
    margin-bottom: -80px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .maintenanceBx {
    padding: 32px 0;
    margin-bottom: -51px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx {
    padding: 38px 0;
    margin-bottom: -65px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx {
    padding: 42px 0;
    margin-bottom: -72px;
  }
}

.repairPage #repairConSec .maintenanceBx > * {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx > * {
    width: 50%;
    border-right: 1px solid rgb(255, 255, 255);
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .maintenanceBx > * {
    width: 25%;
  }
}

.repairPage #repairConSec .maintenanceBx > *:last-child {
  border-right: 0;
}

@media only screen and (max-width: 991px) {
  .repairPage #repairConSec .maintenanceBx > *:nth-child(2) {
    border-right: 0;
  }
}

.repairPage #repairConSec .maintenanceBx .repairBx {
  padding: 12px 28px;
  align-items: start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx .repairBx {
    padding: 10px 35px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #repairConSec .maintenanceBx .repairBx {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx .repairBx {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx .repairBx {
    padding: 0 35px;
  }
}

.repairPage #repairConSec .maintenanceBx .repairBx .icon {
  width: 28px;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .icon {
    width: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .icon {
    width: 42px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .icon {
    width: 48px;
  }
}

.repairPage #repairConSec .maintenanceBx .repairBx .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.repairPage #repairConSec .maintenanceBx .repairBx .cnts {
  width: calc(100% - 28px);
  padding-left: 14px;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
    width: calc(100% - 34px);
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
    width: calc(100% - 42px);
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
    width: calc(100% - 48px);
    padding-left: 22px;
  }
}

.repairPage #repairConSec .maintenanceBx .repairBx .cnts h2,
.repairPage #repairConSec .maintenanceBx .repairBx .cnts h3,
.repairPage #repairConSec .maintenanceBx .repairBx .cnts h4 {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h2,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h3,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h2,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h3,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h2,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h3,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h2,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h3,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.repairPage #repairConSec .maintenanceBx .repairBx .cnts h5,
.repairPage #repairConSec .maintenanceBx .repairBx .cnts h6 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 576px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h5,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h6 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h5,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h5,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h5,
  .repairPage #repairConSec .maintenanceBx .repairBx .cnts h6 {
    font-size: 20px;
  }
}

.repairPage #whyUsSec {
  background-color: #f8f8f8;
  padding: 148px 0 52px;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec {
    padding: 148px 0 68px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #whyUsSec {
    padding: 148px 0 96px;
  }
}

@media only screen and (max-width: 991px) {
  .repairPage #whyUsSec .whyUsSecLft {
    padding-bottom: 20px;
  }
}

.repairPage #whyUsSec .whyUsSecLft h5,
.repairPage #whyUsSec .whyUsSecLft h6 {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #3490cf;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft h5,
  .repairPage #whyUsSec .whyUsSecLft h6 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #whyUsSec .whyUsSecLft h5,
  .repairPage #whyUsSec .whyUsSecLft h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #whyUsSec .whyUsSecLft h5,
  .repairPage #whyUsSec .whyUsSecLft h6 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .head {
  margin-bottom: 12px;
}

@media only screen and (min-width: 1441px) {
  .repairPage #whyUsSec .whyUsSecLft .head {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #whyUsSec .whyUsSecLft .head {
    margin-bottom: 25px;
  }
}

.repairPage #whyUsSec .whyUsSecLft p {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #whyUsSec .whyUsSecLft p {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #whyUsSec .whyUsSecLft p {
    margin-bottom: 42px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .btnGrp {
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp {
    margin: -8px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp {
    margin: -10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp {
    margin: -13px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .btnGrp > * {
  padding: 5px;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp > * {
    padding: 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp > * {
    padding: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp > * {
    padding: 13px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .btnGrp .priceBtn {
  width: 130px;
  height: 42px;
  font-size: 13px;
  border-radius: 7px;
  font-weight: 500;
  color: #fff;
  background-color: #31378e;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp .priceBtn {
    width: 158px;
    height: 46px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp .priceBtn {
    width: 177px;
    height: 48px;
    font-size: 16px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .btnGrp .enquiryBtn {
  width: 130px;
  height: 42px;
  font-size: 13px;
  border-radius: 7px;
  font-weight: 500;
  color: #fff;
  background-color: #3490cf;
}

@media only screen and (min-width: 576px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp .enquiryBtn {
    width: 152px;
    height: 46px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #whyUsSec .whyUsSecLft .btnGrp .enquiryBtn {
    width: 157px;
    height: 48px;
    font-size: 16px;
  }
}

.repairPage #whyUsSec .whyUsSecLft .btnGrp .enquiryBtn:before {
  background-color: #31378e;
}

@media only screen and (min-width: 992px) {
  .repairPage #whyUsSec .whyUsSecRit {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #whyUsSec .whyUsSecRit {
    padding-left: 38px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #whyUsSec .whyUsSecRit {
    padding-left: 54px;
  }
}

.repairPage #whyUsSec .whyUsSecRit img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repairPage #serviceSecs {
  padding: 56px 0 60px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs {
    padding: 70px 0 78px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceSecs {
    padding: 90px 0 98px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs {
    padding: 106px 0 118px;
  }
}

.repairPage #serviceSecs .mainHead {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .mainHead {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .mainHead {
    margin-bottom: 36px;
  }
}

.repairPage #serviceSecs .mainHead .head {
  margin-bottom: 2px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .mainHead .head {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .mainHead .head {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceSecs .mainHead .head {
    margin-bottom: 18px;
  }
}

.repairPage #serviceSecs .mainHead p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .mainHead p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .mainHead p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .mainHead p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceSecs .mainHead p {
    font-size: 20px;
  }
}

.repairPage #serviceSecs .serviceListing {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .repairPage #serviceSecs .serviceListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .serviceListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .serviceListing {
    margin: -15px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceSecs .serviceListing {
    margin: -22px -23px;
  }
}

.repairPage #serviceSecs .serviceListing > * {
  width: 100%;
  padding: 6px;
}

@media only screen and (min-width: 768px) {
  .repairPage #serviceSecs .serviceListing > * {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .serviceListing > * {
    padding: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .serviceListing > * {
    padding: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceSecs .serviceListing > * {
    padding: 22px 23px;
  }
}

.repairPage #serviceSecs .servBx {
  border-radius: 10px;
  padding: 24px 26px 30px;
  height: 100%;
  background: transparent linear-gradient(299deg, #ceecff, #ddeaf2) 0% 0%
    no-repeat padding-box;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .servBx {
    padding: 30px 35px 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .servBx {
    padding: 35px 45px 42px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .servBx {
    padding: 40px 55px 50px;
  }
}

.repairPage #serviceSecs .servBx .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .servBx .icon {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .servBx .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .servBx .icon {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
  }
}

.repairPage #serviceSecs .servBx .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repairPage #serviceSecs .servBx h2,
.repairPage #serviceSecs .servBx h3,
.repairPage #serviceSecs .servBx h4 {
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2b2b2b;
  max-width: 362px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceSecs .servBx h2,
  .repairPage #serviceSecs .servBx h3,
  .repairPage #serviceSecs .servBx h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceSecs .servBx h2,
  .repairPage #serviceSecs .servBx h3,
  .repairPage #serviceSecs .servBx h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceSecs .servBx h2,
  .repairPage #serviceSecs .servBx h3,
  .repairPage #serviceSecs .servBx h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.repairPage #serviceSecs .servBx p {
  color: #2b2b2b;
  margin-bottom: 0;
}

.repairPage #serviceProcess {
  padding: 58px 0 68px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess {
    padding: 86px 0 90px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess {
    padding: 86px 0 138px;
  }
}

.repairPage #serviceProcess .head {
  margin-bottom: 45px;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .head {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .head {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .head {
    margin-bottom: 72px;
  }
}

.repairPage #serviceProcess .head.center {
  text-align: center;
}

.repairPage #serviceProcess .processSec {
  position: relative;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec {
    padding: 45px 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec {
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec {
    padding: 55px 70px;
  }
}

@media only screen and (max-width: 991px) {
  .repairPage #serviceProcess .processSec {
    max-width: 580px;
    margin: auto;
  }
}

@media only screen and (max-width: 768px) {
  .repairPage #serviceProcess .processSec {
    max-width: 450px;
  }
}

.repairPage #serviceProcess .processSec .lineDot {
  position: absolute;
  content: "";
  top: 0;
  right: inherit;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url(/build/assets/dottedLine-Cz2QrNFk.svg);
  background-repeat: repeat;
  background-size: contain;
  z-index: 0;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .lineDot {
    width: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec .lineDot {
    left: inherit;
    right: 49.5%;
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec .lineDot {
    width: 6px;
    right: 49.2%;
  }
}

.repairPage #serviceProcess .processSec:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -6px;
  width: 16px;
  height: 16px;
  background-color: #b5d7ef;
  border-radius: 50%;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec:before {
    right: 48.9%;
    left: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec:before {
    right: 48.7%;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec:before {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec:before {
    width: 24px;
    height: 24px;
  }
}

.repairPage #serviceProcess .processSec:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -6px;
  width: 16px;
  height: 16px;
  background-color: #b5d7ef;
  border-radius: 50%;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec:after {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec:after {
    right: 48.9%;
    left: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec:after {
    right: 48.7%;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec:after {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec:after {
    width: 24px;
    height: 24px;
  }
}

.repairPage #serviceProcess .processSec > * {
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec > * {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec > * {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox {
    margin-left: auto;
    padding: 20px 48px 20px 108px !important;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox {
    padding: 20px 62px 20px 118px !important;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox {
    padding: 20px 78px 20px 132px !important;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox:before {
    left: inherit !important;
    right: 0;
  }

  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    #triangle-topright {
    left: 0;
    border-left: inherit !important;
    border-right: 68px solid transparent;
  }

  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    #triangle-bottomright {
    left: 0;
    border-left: inherit !important;
    border-right: 68px solid transparent;
  }

  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    #bordes {
    left: 35px;
    right: inherit;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    #bordes {
    left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox .round {
    left: -20px;
    right: inherit !important;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .processBox .round {
    left: -28px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    .round
    #triangle-right {
    left: -20px;
    right: inherit !important;
    border-left: inherit !important;
    border-right: 22px solid #daebf6;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    .round
    #triangle-right {
    border-right: 29px solid #daebf6;
    left: -26px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    .round
    .halfMoon {
    left: -5px;
    bottom: 5px !important;
    z-index: -1;
    transform: rotate(90deg);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    .round
    .halfMoon {
    left: 0;
    bottom: 3px !important;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .processBox
    .round
    .halfMoon {
    left: -8px;
    bottom: 4px !important;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec > *:nth-child(2n) .ritSec {
    justify-content: start !important;
  }

  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .ritSec
    .processContent
    .cnts
    h2,
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .ritSec
    .processContent
    .cnts
    h3,
  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .ritSec
    .processContent
    .cnts
    h4 {
    text-align: end !important;
  }

  .repairPage
    #serviceProcess
    .processSec
    > *:nth-child(2n)
    .ritSec
    .processContent
    .cnts
    p {
    text-align: end !important;
  }
}

.repairPage #serviceProcess .processSec .processItem {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .repairPage #serviceProcess .processSec .processItem {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .repairPage #serviceProcess .processSec .processItem {
    padding-left: 35px;
  }
}

.repairPage #serviceProcess .processSec .processItem > * {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec .processItem > * {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec {
    margin-bottom: 15px;
  }
}

.repairPage #serviceProcess .processSec .processItem .progressRound {
  position: absolute;
  width: 24px;
  height: 24px;
  left: -11px;
  top: 65px;
  background-color: #d9f0ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound {
    width: 30px;
    height: 30px;
    left: -15px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound {
    top: 50%;
    left: calc(50% - 15px);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound {
    width: 34px;
    height: 34px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound {
    width: 40px;
    height: 40px;
    left: calc(50% - 17px);
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound {
    width: 44px;
    height: 44px;
  }
}

.repairPage #serviceProcess .processSec .processItem .progressRound:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #b5d7ef;
  border-radius: 50%;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound:before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound:before {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec .processItem .progressRound:before {
    width: 24px;
    height: 24px;
  }
}

.repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
  width: 100%;
  height: 150px;
  background-color: #fff;
  position: relative;
  padding: 20px 94px 20px 54px;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
    height: 165px;
    padding: 20px 94px 20px 54px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
    width: 385px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
    width: 456px;
    height: 195px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
    width: 490px;
    height: 220px;
    padding: 20px 108px 20px 62px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox {
    width: 535px;
    height: 236px;
    padding: 20px 132px 20px 78px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox:before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 5px;
  height: 35px;
  background-color: #d5e8f5;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox:before {
    top: 22px;
    width: 6px;
    height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox:before {
    height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox:before {
    top: 27px;
    height: 60px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox:before {
    width: 8px;
    height: 70px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  #triangle-topright {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 118px solid #f8f8f8;
  border-left: 68px solid transparent;
  transition: 0.4s all;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  #triangle-bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 118px solid #f8f8f8;
  border-left: 68px solid transparent;
  transition: 0.4s all;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  #bordes {
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 52px;
  height: 150px;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    #bordes {
    height: 165px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    #bordes {
    width: 60px;
    height: 196px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    #bordes {
    right: 25px;
    width: 74px;
    height: 220px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    #bordes {
    height: 236px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  #bordes
  img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: invert(96%) sepia(2%) saturate(2874%) hue-rotate(173deg)
    brightness(99%) contrast(92%);
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  .round {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #cde5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round {
    width: 92px;
    height: 92px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round {
    right: -28px;
    width: 108px;
    height: 108px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round {
    width: 125px;
    height: 125px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round {
    width: 141px;
    height: 141px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  .round
  .icon {
  transition: 0.4s all;
  filter: invert(67%) sepia(44%) saturate(4835%) hue-rotate(178deg)
    brightness(85%) contrast(89%);
  width: 32px;
  height: 32px;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .icon {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .icon {
    width: 52px;
    height: 52px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .icon {
    width: 64px;
    height: 64px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  .round
  #triangle-right {
  width: 0;
  height: 0;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #daebf6;
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s all;
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    #triangle-right {
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-left: 22px solid #daebf6;
    border-bottom: 15px solid rgba(0, 0, 0, 0);
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    #triangle-right {
    right: -26px;
    border-top: 19px solid rgba(0, 0, 0, 0);
    border-left: 29px solid #daebf6;
    border-bottom: 19px solid rgba(0, 0, 0, 0);
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  .round
  .halfMoon {
  position: absolute;
  width: 58px;
  height: 53px;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .halfMoon {
    width: 82px;
    height: 76px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .halfMoon {
    width: 94px;
    height: 86px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .halfMoon {
    width: 108px;
    height: 100px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    .halfMoon {
    width: 126px;
    height: 116px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .lftSec
  .processBox
  .round
  .halfMoon
  img {
  transition: 0.4s all;
  filter: invert(87%) sepia(20%) saturate(186%) hue-rotate(169deg)
    brightness(104%) contrast(93%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.repairPage #serviceProcess .processSec .processItem .lftSec .processBox .num {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #d5e8f5;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .num {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .num {
    font-size: 58px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .num {
    font-size: 80px;
    line-height: 78px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .num {
    font-size: 92px;
    line-height: 92px;
    margin-bottom: 18px;
  }
}

.repairPage #serviceProcess .processSec .processItem .lftSec .processBox h2,
.repairPage #serviceProcess .processSec .processItem .lftSec .processBox h3,
.repairPage #serviceProcess .processSec .processItem .lftSec .processBox h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #2b2b2b99;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h2,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h3,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h2,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h3,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h2,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h3,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h2,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h3,
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox h4 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}

.repairPage #serviceProcess .processSec .processItem .lftSec .processBox p {
  font-size: 12px;
  line-height: 16px;
  color: #454f5899;
  margin-bottom: 0;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage #serviceProcess .processSec .processItem .lftSec .processBox p {
    font-size: 18px;
    line-height: 19px;
  }
}

.repairPage #serviceProcess .processSec .processItem .ritSec {
  display: flex;
  align-items: center;
  justify-content: start;
}

@media only screen and (min-width: 992px) {
  .repairPage #serviceProcess .processSec .processItem .ritSec {
    justify-content: end;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .ritSec
  .processContent
  .cnts {
  max-width: 400px;
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts {
    max-width: 483px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .ritSec
  .processContent
  .cnts
  h2,
.repairPage
  #serviceProcess
  .processSec
  .processItem
  .ritSec
  .processContent
  .cnts
  h3,
.repairPage
  #serviceProcess
  .processSec
  .processItem
  .ritSec
  .processContent
  .cnts
  h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #2b2b2b99;
  transition: 0.4s all;
  text-align: start;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h2,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h3,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h2,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h3,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h2,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h3,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h2,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h3,
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem
  .ritSec
  .processContent
  .cnts
  p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #454f5899;
  transition: 0.4s all;
  text-align: start;
}

@media only screen and (min-width: 576px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    p {
    font-size: 16px;
    line-height: 19px;
  }
}

.repairPage #serviceProcess .processSec .processItem.active .progressRound {
  background-color: #3490cf;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox:before {
  background-color: #3490cf;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  .num {
  color: #3490cf;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  h2,
.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  h3,
.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  h4 {
  color: #2b2b2b;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  p {
  color: #454f58;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  #bordes
  img {
  filter: invert(73%) sepia(62%) saturate(468%) hue-rotate(175deg)
    brightness(95%) contrast(97%);
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  .round {
  background-color: #9cd1f5;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  .round
  #triangle-right {
  border-left: 22px solid #9fceee;
}

@media only screen and (min-width: 1441px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem.active
    .lftSec
    .processBox
    .round
    #triangle-right {
    border-left: 29px solid #9fceee;
  }
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  .round
  .icon {
  filter: invert(20%) sepia(69%) saturate(2958%) hue-rotate(188deg)
    brightness(98%) contrast(98%);
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .lftSec
  .processBox
  .round
  .halfMoon
  img {
  filter: invert(73%) sepia(62%) saturate(468%) hue-rotate(175deg)
    brightness(95%) contrast(97%);
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .ritSec
  .processContent
  h2,
.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .ritSec
  .processContent
  h3,
.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .ritSec
  .processContent
  h4 {
  color: #2b2b2b;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active
  .ritSec
  .processContent
  p {
  color: #454f58;
}

.repairPage
  #serviceProcess
  .processSec
  .processItem.active:nth-child(2n)
  .processBox
  .round
  #triangle-right {
  border-right: 29px solid #9fceee;
}

@media only screen and (max-width: 575px) {
  .repairPage
    #serviceProcess
    .processSec
    .processItem.active
    > *
    .processBox
    .round
    #triangle-right {
    border-right: 15px solid #9fceee;
  }
}

.repairPage #blogs {
  padding: 22px 0 55px;
}

@media only screen and (min-width: 576px) {
  .repairPage #blogs {
    padding: 28px 0 70px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #blogs {
    padding: 34px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #blogs {
    padding: 38px 0 108px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #blogs {
    padding: 38px 0 125px;
  }
}

.repairPage #blogs .head {
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .repairPage #blogs .head {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #blogs .head {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #blogs .head {
    margin-bottom: 35px;
  }
}

.repairPage #tableSec {
  padding: 55px 0 25px;
}

@media only screen and (min-width: 576px) {
  .repairPage #tableSec {
    padding: 68px 0 25px;
  }
}

@media only screen and (min-width: 992px) {
  .repairPage #tableSec {
    padding: 92px 0 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .repairPage #tableSec {
    padding: 108px 0 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec {
    padding: 123px 0 25px;
  }
}

.repairPage #tableSec .tableBx {
  background-color: #eff9ff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx {
    margin-bottom: 55px;
  }
}

.repairPage #tableSec .tableBx .head {
  font-size: 18px;
  font-weight: 500;
  color: #3490cf;
  border: 0;
  box-shadow: none;
  padding: 22px 22px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx .head {
    font-size: 24px;
    padding: 28px 40px 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx .head {
    font-size: 26px;
    padding: 40px 55px 32px;
  }
}

.repairPage #tableSec .tableBx .head:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 22px;
  width: calc(100% - 44px);
  height: 1px;
  background-color: #1d6da4;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx .head:before {
    left: 40px;
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx .head:before {
    left: 55px;
    width: calc(100% - 110px);
  }
}

.repairPage #tableSec .tableBx table {
  margin-bottom: 0;
}

.repairPage #tableSec .tableBx table tbody > * {
  border-bottom: 0;
}

.repairPage #tableSec .tableBx table tbody > *:last-child:before {
  opacity: 0;
}

.repairPage #tableSec .tableBx table tbody tr {
  position: relative;
}

.repairPage #tableSec .tableBx table tbody tr:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 22px;
  width: calc(100% - 44px);
  height: 1px;
  background-color: #a2a6a9;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx table tbody tr:before {
    left: 40px;
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx table tbody tr:before {
    left: 55px;
    width: calc(100% - 110px);
  }
}

.repairPage #tableSec .tableBx table tbody tr td {
  border: 0;
  padding: 18px 22px;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx table tbody tr td {
    padding: 22px 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx table tbody tr td {
    padding: 30px 55px;
  }
}

.repairPage #tableSec .tableBx table tbody tr > *:first-child {
  font-size: 13px;
  line-height: 20px;
  color: #2b2b2b;
  text-align: start;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx table tbody tr > *:first-child {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx table tbody tr > *:first-child {
    font-size: 18px;
    line-height: 26px;
  }
}

.repairPage #tableSec .tableBx table tbody tr > *:last-child {
  font-size: 13px;
  line-height: 20px;
  color: #2b2b2b;
  font-weight: 600;
  text-align: end;
}

@media only screen and (min-width: 768px) {
  .repairPage #tableSec .tableBx table tbody tr > *:last-child {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .repairPage #tableSec .tableBx table tbody tr > *:last-child {
    font-size: 18px;
    line-height: 26px;
  }
}

.repairPage #tableSec .infoBx {
  margin-bottom: 0;
}

.repairPage #tableSec .infoBx > *:first-child {
  margin-bottom: 0;
}

.repairPage #tableSec .infoBx > *:last-child {
  margin-bottom: 0;
}

.solutionPage #holographicSec {
  background-color: #f8f8f8;
  padding: 58px 0;
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec {
    padding: 78px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec {
    padding: 98px 0;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec {
    padding: 110px 0;
  }
}

.solutionPage #holographicSec .mainHead {
  max-width: 900px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .mainHead {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .mainHead {
    margin-bottom: 40px;
  }
}

.solutionPage #holographicSec .mainHead .head {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) {
  .solutionPage #holographicSec .mainHead .head {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .mainHead .head {
    font-size: 34px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .mainHead .head {
    margin-bottom: 22px;
  }
}

.solutionPage #holographicSec .mainHead p {
  margin-bottom: 0;
}

.solutionPage #holographicSec .holographicListing {
  margin: -6px;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 468px) {
  .solutionPage #holographicSec .holographicListing {
    margin: -8px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing {
    padding: 0 15px;
    margin: -14px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing {
    margin: -18px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing {
    margin: -24px;
    padding: 0 30px;
  }
}

.solutionPage #holographicSec .holographicListing > * {
  padding: 6px;
  width: 100%;
}

@media only screen and (min-width: 468px) {
  .solutionPage #holographicSec .holographicListing > * {
    width: 50%;
    padding: 8px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing > * {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .solutionPage #holographicSec .holographicListing > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing > * {
    padding: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing > * {
    padding: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing > * {
    padding: 24px;
  }
}

.solutionPage #holographicSec .holographicListing .holoBx {
  border-radius: 15px;
  background-color: #fff;
  padding: 22px 20px;
  height: 100%;
  display: block;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing .holoBx {
    padding: 26px 28px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing .holoBx {
    padding: 30px 44px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing .holoBx {
    padding: 32px 56px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing .holoBx {
    padding: 34px 78px;
  }
}

.solutionPage #holographicSec .holographicListing .holoBx .imgBx {
  width: 60px;
  height: 58px;
  margin: auto;
}

@media only screen and (min-width: 468px) {
  .solutionPage #holographicSec .holographicListing .holoBx .imgBx {
    width: 70px;
    height: 64px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing .holoBx .imgBx {
    width: 78px;
    height: 72px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing .holoBx .imgBx {
    width: 95px;
    height: 82px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing .holoBx .imgBx {
    width: 110px;
    height: 95px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing .holoBx .imgBx {
    width: 130px;
    height: 105px;
  }
}

.solutionPage #holographicSec .holographicListing .holoBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.solutionPage #holographicSec .holographicListing .holoBx .cntBx {
  margin-top: 15px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx {
    margin-top: 42px;
  }
}

.solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 468px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #holographicSec .holographicListing .holoBx .cntBx p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #holographicSec .holographicListing .holoBx:hover {
    transform: translateY(-6px);
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #holographicSec .holographicListing .holoBx:hover {
    transform: translateY(-10px);
  }
}

.solutionPage #videoSec .innerCnts {
  padding: 45px 0 50px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #videoSec .innerCnts {
    padding: 60px 0 68px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #videoSec .innerCnts {
    padding: 75px 0 85px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #videoSec .innerCnts {
    padding: 85px 0 95px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #videoSec .innerCnts {
    padding: 102px 0 116px;
  }
}

.solutionPage #videoSec .innerCnts .head {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .solutionPage #videoSec .innerCnts .head {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #videoSec .innerCnts .head {
    margin-bottom: 28px;
  }
}

.solutionPage #videoSec .innerCnts .videoBx {
  position: relative;
  display: flex;
  height: 205px;
}

@media only screen and (min-width: 468px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 240px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 285px;
  }
}

@media only screen and (min-width: 768px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 345px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 425px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 495px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 550px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #videoSec .innerCnts .videoBx {
    height: 639px;
  }
}

.solutionPage #videoSec .innerCnts .videoBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #videoSec .innerCnts .videoBx .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

@media only screen and (min-width: 468px) {
  .solutionPage #videoSec .innerCnts .videoBx .playBtn {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (min-width: 576px) {
  .solutionPage #videoSec .innerCnts .videoBx .playBtn {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 768px) {
  .solutionPage #videoSec .innerCnts .videoBx .playBtn {
    width: 54px;
    height: 54px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #videoSec .innerCnts .videoBx .playBtn {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #videoSec .innerCnts .videoBx .playBtn {
    width: 73px;
    height: 73px;
  }
}

.solutionPage #videoSec .innerCnts .videoBx .playBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #projectSec {
  padding: 48px 0;
}

@media only screen and (min-width: 576px) {
  .solutionPage #projectSec {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec {
    padding: 98px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #projectSec {
    padding: 110px 0;
  }
}

.solutionPage #projectSec .mainHead {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #projectSec .mainHead {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .mainHead {
    margin-bottom: 38px;
  }
}

.solutionPage #projectSec .mainHead .head {
  color: #fff;
}

.solutionPage #projectSec .projectListing {
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .solutionPage #projectSec .projectListing {
    margin: -7px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing {
    margin: -8.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .projectListing {
    margin: -11px -8.5px;
  }
}

.solutionPage #projectSec .projectListing > * {
  padding: 5px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .solutionPage #projectSec .projectListing > * {
    padding: 7px;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > * {
    padding: 8.5px;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .projectListing > * {
    padding: 11px 8.5px;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n-5) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-5) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-5) {
    width: 44%;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n-4) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-4) {
    width: 28%;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n-3) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-3) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-3) {
    width: 28%;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n-2) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-2) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-2) {
    width: 28%;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n-1) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-1) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n-1) {
    width: 28%;
  }
}

.solutionPage #projectSec .projectListing > *:nth-child(6n) {
  width: 100%;
}

@media only screen and (min-width: 576x) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #projectSec .projectListing > *:nth-child(6n) {
    width: 44%;
  }
}

.solutionPage #projectSec .projectListing .projectBx {
  position: relative;
}

.solutionPage #projectSec .projectListing .projectBx .imgBx {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

@media only screen and (min-width: 468px) {
  .solutionPage #projectSec .projectListing .projectBx .imgBx {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .solutionPage #projectSec .projectListing .projectBx .imgBx {
    height: 285px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .projectListing .projectBx .imgBx {
    height: 320px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #projectSec .projectListing .projectBx .imgBx {
    height: 340px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #projectSec .projectListing .projectBx .imgBx {
    height: 379px;
  }
}

.solutionPage #projectSec .projectListing .projectBx .imgBx img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #projectSec .projectListing .projectBx .cntBx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
}

@media only screen and (min-width: 768px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx {
    padding: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx {
    padding: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx {
    padding: 32px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx {
    padding: 42px;
  }
}

.solutionPage #projectSec .projectListing .projectBx .cntBx p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.4s all;
  height: 68px;
  overflow: auto;
  padding-right: 12px;
}

@media only screen and (min-width: 768px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx p {
    font-size: 15px;
    height: 76px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #projectSec .projectListing .projectBx .cntBx p {
    font-size: 16px;
  }
}

.solutionPage
  #projectSec
  .projectListing
  .projectBx
  .cntBx
  p::-webkit-scrollbar {
  width: 3px;
}

.solutionPage
  #projectSec
  .projectListing
  .projectBx
  .cntBx
  p::-webkit-scrollbar-thumb {
  background: #3490cf;
  border-radius: 30px;
}

.solutionPage
  #projectSec
  .projectListing
  .projectBx
  .cntBx
  p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 gray;
  border-radius: 0;
  background: #a8b4c6;
}

.solutionPage #projectSec .projectListing .projectBx:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000026, #000) 0% 0%
    no-repeat padding-box;
  opacity: 0;
  transition: 0.4s all;
  z-index: 1;
}

.solutionPage #projectSec .projectListing .projectBx:hover:before {
  opacity: 1;
}

.solutionPage #projectSec .projectListing .projectBx:hover .imgBx img {
  transform: scale(1.04);
}

.solutionPage #projectSec .projectListing .projectBx:hover .cntBx p {
  opacity: 1;
}

.solutionPage #channelSec {
  background-color: #f8f8f8;
  padding: 52px 0;
}

@media only screen and (min-width: 576px) {
  .solutionPage #channelSec {
    padding: 68px 0;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #channelSec {
    padding: 85px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec {
    padding: 105px 0;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #channelSec {
    padding: 125px 0;
  }
}

.solutionPage #channelSec .mainHead {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #channelSec .mainHead {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec .mainHead {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #channelSec .mainHead {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec .mainHead .head {
    font-size: 34px;
  }
}

.solutionPage #channelSec .channelListing .itm {
  height: 100%;
}

.solutionPage #channelSec .channelListing .owl-stage {
  display: flex;
}

.solutionPage #channelSec .channelBx {
  background-color: #fff;
  border-radius: 15px;
  padding: 18px 16px 26px;
  display: block;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .solutionPage #channelSec .channelBx {
    padding: 20px 18px 30px;
  }
}

.solutionPage #channelSec .channelBx .imgBx {
  width: 100%;
  height: 195px;
  margin-bottom: 12px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .solutionPage #channelSec .channelBx .imgBx {
    height: 215px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec .channelBx .imgBx {
    height: 235px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #channelSec .channelBx .imgBx {
    height: 248px;
    margin-bottom: 20px;
  }
}

.solutionPage #channelSec .channelBx .imgBx img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #channelSec .channelBx .imgBx .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #3490cf;
  border-radius: 6px;
  z-index: 1;
  padding: 4px 16px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #channelSec .channelBx .imgBx .tag {
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec .channelBx .imgBx .tag {
    top: 14px;
    left: 15px;
    font-size: 13px;
    padding: 8px 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #channelSec .channelBx .imgBx .tag {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.solutionPage #channelSec .channelBx .cntBx {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .solutionPage #channelSec .channelBx .cntBx {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #channelSec .channelBx .cntBx {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #channelSec .channelBx .cntBx {
    font-size: 18px;
    line-height: 26px;
  }
}

.solutionPage #channelSec .channelBx:hover .imgBx img {
  transform: scale(1.04);
}

.solutionPage #partnerSec {
  padding: 52px 0 56px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #partnerSec {
    padding: 68px 0 66px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #partnerSec {
    padding: 88px 0 74px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #partnerSec {
    padding: 102px 0 80px;
  }
}

.solutionPage #partnerSec .mainHead {
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #partnerSec .mainHead {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #partnerSec .mainHead .head {
    font-size: 34px;
  }
}

.solutionPage #partnerSec .partnerBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #cruiceSec {
  padding: 45px 0 35px;
}

@media only screen and (min-width: 576px) {
  .solutionPage #cruiceSec {
    padding: 64px 0 42px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec {
    padding: 72px 0 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec {
    padding: 86px 0 50px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec {
    padding: 95px 0 50px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec {
    padding: 110px 0 50px;
  }
}

.solutionPage #cruiceSec .mainHead {
  max-width: 830px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .mainHead {
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .mainHead {
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .mainHead {
    max-width: 900px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec .mainHead {
    padding-bottom: 50px;
  }
}

.solutionPage #cruiceSec .mainHead .head {
  margin-bottom: 3px;
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .mainHead .head {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .mainHead .head {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .mainHead .head {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec .mainHead .head {
    margin-bottom: 22px;
  }
}

.solutionPage #cruiceSec .mainHead p {
  margin-bottom: 0;
}

.solutionPage #cruiceSec .cruiceListing {
  margin: -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .solutionPage #cruiceSec .cruiceListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .cruiceListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .cruiceListing {
    margin: -16px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .cruiceListing {
    margin: -20px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec .cruiceListing {
    margin: -19px -26px;
  }
}

.solutionPage #cruiceSec .cruiceListing > * {
  padding: 8px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .solutionPage #cruiceSec .cruiceListing > * {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .cruiceListing > * {
    padding: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .cruiceListing > * {
    padding: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .cruiceListing > * {
    padding: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec .cruiceListing > * {
    padding: 19px 26px;
  }
}

.solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
  width: 100%;
  height: 215px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 468px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
    height: 250px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
    height: 320px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
    height: 360px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
    height: 410px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx {
    height: 448px;
    margin-bottom: 25px;
  }
}

.solutionPage #cruiceSec .cruiceListing .cruiceBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h2,
.solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h3,
.solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h2,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h3,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h2,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h3,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h2,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h3,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h2,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h3,
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .solutionPage #cruiceSec .cruiceListing .cruiceBx .cntBx p {
    font-size: 16px;
    line-height: 26px;
  }
}

.careerPage #careerSec {
  background-color: #f8f8f8;
  padding: 52px 0 62px;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec {
    padding: 72px 0 65px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec {
    padding: 92px 0 88px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec {
    padding: 105px 0 95px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec {
    padding: 126px 0 104px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage #careerSec .lftSec {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .lftSec {
    padding-right: 52px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .lftSec {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec .lftSec {
    padding-right: 118px;
  }
}

.careerPage #careerSec .lftSec .mainHeads {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .lftSec .mainHeads {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .lftSec .mainHeads {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .lftSec .mainHeads {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec .lftSec .mainHeads {
    margin-bottom: 52px;
  }
}

.careerPage #careerSec .lftSec .mainHeads .head {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .lftSec .mainHeads .head {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .lftSec .mainHeads .head {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec .lftSec .mainHeads .head {
    margin-bottom: 30px;
  }
}

.careerPage #careerSec .lftSec .mainHeads p {
  margin-bottom: 0;
}

.careerPage #careerSec .lftSec .mainHead .head {
  margin-bottom: 6px;
  font-weight: 800;
  color: #313131;
  font-size: 18px;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .lftSec .mainHead .head {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .careerPage #careerSec .lftSec .mainHead .head {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .lftSec .mainHead .head {
    margin-bottom: 12px;
    font-size: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .lftSec .mainHead .head {
    font-size: 32px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec .lftSec .mainHead .head {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.careerPage #careerSec .lftSec .mainHead h5,
.careerPage #careerSec .lftSec .mainHead h6 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .lftSec .mainHead h5,
  .careerPage #careerSec .lftSec .mainHead h6 {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .lftSec .mainHead h5,
  .careerPage #careerSec .lftSec .mainHead h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .lftSec .mainHead h5,
  .careerPage #careerSec .lftSec .mainHead h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #careerSec .lftSec .mainHead h5,
  .careerPage #careerSec .lftSec .mainHead h6 {
    font-size: 20px;
    line-height: 32px;
  }
}

.careerPage #careerSec .lftSec .mainHead h5 a,
.careerPage #careerSec .lftSec .mainHead h6 a {
  color: #3490cf;
  transition: 0.4s all;
}

.careerPage #careerSec .lftSec .mainHead h5 a:hover,
.careerPage #careerSec .lftSec .mainHead h6 a:hover {
  color: #31378e;
}

.careerPage #careerSec .ritSec .imgBx {
  position: relative;
}

.careerPage #careerSec .ritSec .imgBx img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careerPage #careerSec .ritSec .imgBx .countBx {
  position: absolute;
  bottom: -30px;
  right: 0;
  box-shadow: 0 10px 6px #0000000f;
  background-color: #fff;
  padding: 14px 24px 16px;
  min-width: 225px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx {
    padding: 16px 28px 20px;
    min-width: 265px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .ritSec .imgBx .countBx {
    min-width: 298px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx {
    padding: 18px 28px 22px;
  }
}

.careerPage #careerSec .ritSec .imgBx .countBx .lftBx {
  width: 50px;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .lftBx {
    width: 60px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .lftBx {
    width: 72px;
  }
}

.careerPage #careerSec .ritSec .imgBx .countBx .lftBx img {
  max-width: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .lftBx img {
    max-width: 36px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .lftBx img {
    max-width: 44px;
  }
}

.careerPage #careerSec .ritSec .imgBx .countBx .ritBx {
  width: calc(100% - 50px);
  padding-left: 22px;
  border-left: 1px dashed #d0d0d0;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx {
    width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx {
    width: calc(100% - 72px);
    padding-left: 24px;
  }
}

.careerPage #careerSec .ritSec .imgBx .countBx .ritBx .counter {
  font-size: 22px;
  font-weight: 800;
  color: #3490cf;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx .counter {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx .counter {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx .counter {
    font-size: 30px;
  }
}

.careerPage #careerSec .ritSec .imgBx .countBx .ritBx p {
  font-size: 13px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #careerSec .ritSec .imgBx .countBx .ritBx p {
    font-size: 16px;
  }
}

.careerPage #forFrontSec {
  padding: 58px 0 62px;
}

@media only screen and (min-width: 576px) {
  .careerPage #forFrontSec {
    padding: 86px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec {
    padding: 102px 0 108px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #forFrontSec {
    padding: 118px 0 125px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec {
    padding: 138px 0 152px;
  }
}

@media only screen and (max-width: 991px) {
  .careerPage #forFrontSec .row {
    flex-direction: column-reverse;
  }
}

.careerPage #forFrontSec .imgBx {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .careerPage #forFrontSec .imgBx {
    height: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .careerPage #forFrontSec .imgBx {
    height: 260px;
  }
}

.careerPage #forFrontSec .imgBx img {
  border-radius: 10px;
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .careerPage #forFrontSec .ritSec {
    padding-left: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec {
    padding-left: 65px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec {
    padding-left: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .careerPage #forFrontSec .ritSec {
    padding-bottom: 25px;
  }
}

.careerPage #forFrontSec .ritSec .mainHead {
  margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .mainHead {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .mainHead {
    margin-bottom: 60px;
  }
}

.careerPage #forFrontSec .ritSec .mainHead .head {
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .mainHead .head {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .mainHead .head {
    margin-bottom: 36px;
  }
}

.careerPage #forFrontSec .ritSec .changeBx {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 8px;
}

@media only screen and (min-width: 576px) {
  .careerPage #forFrontSec .ritSec .changeBx {
    padding: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .changeBx {
    padding: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .changeBx {
    padding: 30px;
  }
}

.careerPage #forFrontSec .ritSec .changeBx .listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerPage #forFrontSec .ritSec .changeBx .listing > * {
  width: 50%;
  padding: 10px;
}

@media only screen and (min-width: 576px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing > * {
    padding: 18px;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing > * {
    padding: 24px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing > * {
    padding: 36px;
  }
}

.careerPage #forFrontSec .ritSec .changeBx .listing .list .icon {
  width: 34px;
  height: 34px;
  margin: auto;
}

@media only screen and (min-width: 576px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .icon {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .icon {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .icon {
    width: 52px;
    height: 52px;
  }
}

.careerPage #forFrontSec .ritSec .changeBx .listing .list .cnt {
  padding-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #2b2b2b;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .cnt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .cnt {
    padding-top: 25px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #forFrontSec .ritSec .changeBx .listing .list .cnt {
    padding-top: 35px;
    font-size: 18px;
  }
}

.careerPage #positionSec {
  padding: 55px 0 50px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec {
    padding: 70px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage #positionSec {
    padding: 90px 0 86px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec {
    padding: 100px 0 108px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #positionSec {
    padding: 115px 0 135px;
  }
}

.careerPage #positionSec .mainHead {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .mainHead {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .mainHead {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #positionSec .mainHead {
    margin-bottom: 40px;
  }
}

.careerPage #positionSec .mainHead .head {
  margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .mainHead .head {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .mainHead .head {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #positionSec .mainHead .head {
    margin-bottom: 20px;
  }
}

.careerPage #positionSec .mainHead p {
  margin-bottom: 0;
}

.careerPage #positionSec .positionListing {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing {
    margin: -8px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .positionListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #positionSec .positionListing {
    margin: -13px -14px;
  }
}

.careerPage #positionSec .positionListing > * {
  padding: 6px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing > * {
    padding: 8px;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage #positionSec .positionListing > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #positionSec .positionListing > * {
    width: 25%;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .positionListing > * {
    padding: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .careerPage #positionSec .positionListing > * {
    padding: 13px 14px;
  }
}

.careerPage #positionSec .positionListing .posBx {
  background-color: #fff;
  transition: 0.4s all;
  display: block;
  position: relative;
  padding: 16px;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx {
    padding: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .positionListing .posBx {
    padding: 24px 22px;
  }
}

.careerPage #positionSec .positionListing .posBx .date {
  font-size: 13px;
  color: #676767;
  margin-bottom: 10px;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx .date {
    font-size: 14px;
  }
}

.careerPage #positionSec .positionListing .posBx .date span {
  font-weight: 500;
  color: #3490cf;
  transition: 0.4s all;
}

.careerPage #positionSec .positionListing .posBx .cntBx {
  padding: 15px 0 12px;
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

.careerPage #positionSec .positionListing .posBx .cntBx h2,
.careerPage #positionSec .positionListing .posBx .cntBx h3,
.careerPage #positionSec .positionListing .posBx .cntBx h4 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2b2b2b;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx .cntBx h2,
  .careerPage #positionSec .positionListing .posBx .cntBx h3,
  .careerPage #positionSec .positionListing .posBx .cntBx h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.careerPage #positionSec .positionListing .posBx .cntBx p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx .cntBx p {
    font-size: 14px;
  }
}

.careerPage #positionSec .positionListing .posBx .dFlx {
  padding: 8px 0 18px;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerPage #positionSec .positionListing .posBx .dFlx > * {
  font-size: 13px;
  color: #676767;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx .dFlx > * {
    font-size: 14px;
  }
}

.careerPage #positionSec .positionListing .posBx .dFlx > * span {
  font-weight: 500;
  color: #3490cf;
  transition: 0.4s all;
}

.careerPage #positionSec .positionListing .posBx .applyBtn {
  width: 115px;
  height: 36px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #676767;
  color: #676767;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  .careerPage #positionSec .positionListing .posBx .applyBtn {
    width: 122px;
    height: 38px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #positionSec .positionListing .posBx .applyBtn {
    width: 125px;
    height: 42px;
  }
}

.careerPage #positionSec .positionListing .posBx .applyBtn span {
  padding-right: 12px;
}

.careerPage #positionSec .positionListing .posBx .applyBtn svg {
  width: 5px;
  height: 9px;
  fill: #3490cf;
}

.careerPage #positionSec .positionListing .posBx:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  z-index: -1;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.careerPage #positionSec .positionListing .posBx:hover {
  box-shadow: 0 20px 20px #3490cf57;
}

.careerPage #positionSec .positionListing .posBx:hover:before {
  opacity: 1;
  z-index: 0;
}

.careerPage #positionSec .positionListing .posBx:hover .date,
.careerPage #positionSec .positionListing .posBx:hover .date span {
  color: #fff;
}

.careerPage #positionSec .positionListing .posBx:hover .cntBx {
  border-top: 1px dashed #5a6dae;
  border-bottom: 1px solid #5b89c4;
}

.careerPage #positionSec .positionListing .posBx:hover .cntBx h2,
.careerPage #positionSec .positionListing .posBx:hover .cntBx h3,
.careerPage #positionSec .positionListing .posBx:hover .cntBx h4,
.careerPage #positionSec .positionListing .posBx:hover .cntBx p {
  color: #fff;
}

.careerPage #positionSec .positionListing .posBx:hover .dFlx > * {
  color: #fff;
}

.careerPage #positionSec .positionListing .posBx:hover .dFlx > * span {
  color: #fff;
}

.careerPage #positionSec .positionListing .posBx:hover .applyBtn {
  background-color: #fff;
}

.careerPage #careerDetailSec {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .careerPage #careerDetailSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec {
    padding: 75px 0 85px;
  }
}

.careerPage #careerDetailSec .stitle {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .careerPage #careerDetailSec .stitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage #careerDetailSec .stitle {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .stitle {
    font-size: 22px;
  }
}

.careerPage #careerDetailSec .lftBx .HeadBx {
  border-bottom: dashed 1px rgba(112, 112, 112, 0.2);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .lftBx .HeadBx {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.careerPage #careerDetailSec .lftBx .HeadBx .title {
  margin-bottom: 20px;
}

.careerPage #careerDetailSec .lftBx .flxDate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.careerPage #careerDetailSec .lftBx .flxDate .lftB .post {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .lftBx .flxDate .lftB .post {
    font-size: 16px;
  }
}

.careerPage #careerDetailSec .lftBx .flxDate .lftB .post span {
  color: #2f4596;
  font-weight: 500;
}

.careerPage #careerDetailSec .lftBx .flxDate .ritB {
  display: flex;
  align-items: center;
}

.careerPage #careerDetailSec .lftBx .flxDate .ritB > * {
  color: #000;
  font-weight: 400;
  position: relative;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .lftBx .flxDate .ritB > * {
    font-size: 16px;
  }
}

.careerPage #careerDetailSec .lftBx .flxDate .ritB > * span {
  color: #2f4596;
  font-weight: 500;
}

.careerPage #careerDetailSec .lftBx .flxDate .ritB > *:first-child {
  padding-right: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .lftBx .flxDate .ritB > *:first-child {
    padding-right: 19px;
    margin-right: 19px;
  }
}

.careerPage #careerDetailSec .lftBx .flxDate .ritB > *:first-child:after {
  content: "";
  position: absolute;
  background: #2f4596;
  width: 1px;
  height: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .lftBx p {
    margin-bottom: 30px;
  }
}

.careerPage #careerDetailSec .ritBx {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .careerPage #careerDetailSec .ritBx {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .ritBx {
    padding-left: 50px;
  }
}

.careerPage #careerDetailSec .ritBx .cBx {
  background: #eff9ff;
  border-radius: 8px;
  height: 100%;
  padding: 20px 15px;
}

@media only screen and (min-width: 576px) {
  .careerPage #careerDetailSec .ritBx .cBx {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage #careerDetailSec .ritBx .cBx {
    padding: 40px 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .ritBx .cBx {
    padding: 55px 65px;
  }
}

.careerPage #careerDetailSec .ritBx .cBx ul {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .careerPage #careerDetailSec .ritBx .cBx ul {
    margin-bottom: 30px;
  }
}

.careerPage #careerDetailSec .ritBx .cBx ul li {
  color: #676767;
  font-weight: 400;
  margin-bottom: 6px;
  display: flex;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .careerPage #careerDetailSec .ritBx .cBx ul li {
    font-size: 16px;
  }
}

.careerPage #careerDetailSec .ritBx .cBx ul li span {
  font-size: 14px;
  color: #31378e;
  font-weight: 600;
  margin-right: 15px;
}

.careerPage #FormSec {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .careerPage #FormSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #FormSec {
    padding: 96px 0;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx {
    padding: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx {
    padding: 55px 55px 62px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .headSec {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec {
    margin-bottom: 22px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .headSec h2,
.careerPage #FormSec .enquiryLft .enquiryBx .headSec h3,
.careerPage #FormSec .enquiryLft .enquiryBx .headSec h4 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #000;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h2,
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h3,
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h2,
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h3,
  .careerPage #FormSec .enquiryLft .enquiryBx .headSec h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec {
  background-color: #eff9ff;
  border-radius: 8px;
  padding: 25px 20px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec {
    padding: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec {
    padding: 35px 40px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .row {
  margin: -5.5px;
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .row > * {
  padding: 5.5px;
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group {
  margin-bottom: 7px;
}

@media only screen and (min-width: 992px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group {
    margin-bottom: 13px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .select2 {
  width: 100% !important;
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-label {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 575px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-label {
    line-height: 18px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-label
  span {
  font-size: 11px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-label
    span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-label
    span {
    font-size: 14px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-label.dFlx {
  justify-content: space-between;
  column-gap: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-control {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  font-size: 13px;
  color: #676767;
  padding-left: 18px;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-control {
    padding-left: 25px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-control:focus {
  border-color: #31378e;
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-control::placeholder {
  font-size: 13px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-control::placeholder {
    font-size: 14px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group textarea {
  min-height: 78px;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group textarea {
    min-height: 84px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec .form-group .form-check {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input {
  border: 1px solid #707070;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-top: 0;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-input {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-input {
    width: 24px;
    height: 24px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input:focus {
  box-shadow: none;
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-input:checked {
  background-color: #31378e;
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-label {
  width: calc(100% - 18px);
  padding-left: 12px;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-label {
    width: calc(100% - 20px);
    padding-left: 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-label {
    font-size: 16px;
    width: calc(100% - 24px);
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  color: #3490cf;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput {
    height: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput {
    margin-bottom: 15px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput::placeholder {
  color: #3490cf;
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput
  .choose {
  color: #fff;
  font-size: 12px;
  width: 95px;
  height: 30px;
  border-radius: 50px;
  background-color: #31378e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    .choose {
    font-size: 13px;
    width: 110px;
    height: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    .choose {
    font-size: 14px;
    width: 125px;
    height: 34px;
  }
}

.careerPage
  #FormSec
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput
  label {
  font-size: 13px;
  color: #676767;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 105px;
}

@media only screen and (min-width: 576px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    label {
    font-size: 14px;
    padding-left: 122px;
  }
}

@media only screen and (min-width: 992px) {
  .careerPage
    #FormSec
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    label {
    padding-left: 142px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .formSec #message {
  bottom: 12px;
  left: 16px;
  top: inherit;
  border-radius: 4px;
  padding: 3px 15px;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec #message {
    bottom: 12px;
    left: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .formSec #message {
    left: 38px;
    border-radius: 5px;
    padding: 4px 20px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx hr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 10px 0 20px;
  border-top: 1px solid #c1dbeb;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .careerPage #FormSec .enquiryLft .enquiryBx hr {
    margin: 15px 0 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx hr {
    margin: 15px 0 35px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .btnBx {
  border-top: solid 1px #c1dbeb;
  margin-top: 15px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .btnBx {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .btnBx {
    margin-top: 30px;
    padding-top: 25px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .baseBtn {
  width: 170px;
  height: 42px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 500;
  background: #3490cf;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: 0;
}

@media only screen and (min-width: 576px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .baseBtn {
    width: 225px;
    height: 48px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .careerPage #FormSec .enquiryLft .enquiryBx .baseBtn {
    width: 284px;
    height: 50px;
    font-size: 16px;
  }
}

.careerPage #FormSec .enquiryLft .enquiryBx .baseBtn:before {
  background: #31378e;
}

.careerPage #FormSec .enquiryRit {
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .careerPage #FormSec .enquiryRit {
    margin-top: 25px;
  }
}

.careerPage #FormSec .enquiryRit .imgBx {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .careerPage #FormSec .enquiryRit .imgBx {
    max-height: 350px;
  }
}

.careerPage #FormSec .enquiryRit .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.privacyPage #privacyPolicySec {
  padding: 48px 0 54px;
}

@media only screen and (min-width: 576px) {
  .privacyPage #privacyPolicySec {
    padding: 68px 0 70px;
  }
}

@media only screen and (min-width: 992px) {
  .privacyPage #privacyPolicySec {
    padding: 84px 0 102px;
  }
}

.privacyPage #privacyPolicySec .mainHead {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .privacyPage #privacyPolicySec .mainHead {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .privacyPage #privacyPolicySec .mainHead {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .privacyPage #privacyPolicySec .mainHead {
    margin-bottom: 36px;
  }
}

.privacyPage #privacyPolicySec h2,
.privacyPage #privacyPolicySec h3,
.privacyPage #privacyPolicySec h4 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .privacyPage #privacyPolicySec h2,
  .privacyPage #privacyPolicySec h3,
  .privacyPage #privacyPolicySec h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .privacyPage #privacyPolicySec h2,
  .privacyPage #privacyPolicySec h3,
  .privacyPage #privacyPolicySec h4 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.privacyPage #privacyPolicySec h5,
.privacyPage #privacyPolicySec h6 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .privacyPage #privacyPolicySec h5,
  .privacyPage #privacyPolicySec h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .privacyPage #privacyPolicySec h5,
  .privacyPage #privacyPolicySec h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.newsPage #blogs {
  position: relative;
  background-color: #f8f8f8;
  padding: 52px 0 55px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogs {
    padding: 68px 0 72px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogs {
    padding: 88px 0 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogs {
    padding: 102px 0 105px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs {
    padding: 102px 0 128px;
  }
}

.newsPage #blogs .mainHead {
  margin-bottom: 22px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogs .mainHead {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogs .mainHead {
    margin-bottom: 34px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .mainHead {
    margin-bottom: 42px;
  }
}

.newsPage #blogs .mainHead p {
  margin-bottom: 0;
}

.newsPage #blogs .custom_container {
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .newsPage #blogs .custom_container {
    width: 100%;
    margin-left: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogs .custom_container {
    width: calc(100% - ((100% - 1180px) / 2));
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container {
    width: calc(100% - ((100% - 1260px) / 2));
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container {
    width: calc(100% - ((100% - 1428px) / 2));
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogs .custom_container .lftSec {
    width: 195px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container .lftSec {
    width: 230px;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container .lftSec {
    width: 260px;
    padding-left: 29px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsPage #blogs .custom_container .lftSec {
    margin-bottom: 22px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .newsPage #blogs .custom_container .lftSec {
    width: 100%;
  }
}

.newsPage #blogs .custom_container .lftSec .menuSec {
  position: relative;
}

.newsPage #blogs .custom_container .lftSec .menuSec .accordion .accordion-item {
  position: relative;
  background: transparent;
  border: 0;
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 12px 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
  width: fit-content;
  border-bottom: 1px solid #c1dbed;
  background: transparent;
}

@media only screen and (min-width: 1200px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    pointer-events: none;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    border: 1px solid #c1dbed;
    width: 260px;
    background: #fff;
    padding: 12px 18px;
  }
}

@media only screen and (max-width: 575px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    width: 100%;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse {
  background: transparent;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0;
  z-index: 9;
}

@media only screen and (min-width: 1200px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse {
    position: absolute;
    background-color: #fff;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 16px 0;
}

@media only screen and (min-width: 1441px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 22px 0;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 26px 0;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a {
  font-size: 14px;
  color: #707070;
  position: relative;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    padding: 0 18px;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:after {
  position: absolute;
  content: "";
  top: 6px;
  right: -4px;
  width: 4px;
  height: 8px;
  background-image: url(/build/assets/polygonShape-BGS1QsX0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s all;
  opacity: 0;
}

@media only screen and (min-width: 576px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -12px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -22px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    top: 5px;
    right: -25px;
    width: 5px;
    height: 11px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -35px;
    width: 6px;
    height: 13px;
  }
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a.active,
.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:hover {
  color: #3490cf;
  font-weight: 500;
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a.active:after,
.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:hover:after {
  opacity: 1;
}

.newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  > *:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    > *:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    > *:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.newsPage #blogs .custom_container .ritSec {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogs .custom_container .ritSec {
    width: calc(100% - 195px);
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container .ritSec {
    width: calc(100% - 230px);
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container .ritSec {
    width: calc(100% - 260px);
  }
}

.newsPage #blogs .custom_container .ritSec .blogListing {
  margin: -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogs .custom_container .ritSec .blogListing {
    margin: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogs .custom_container .ritSec .blogListing {
    margin: -9px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container .ritSec .blogListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container .ritSec .blogListing {
    margin: -13.5px -15px;
  }
}

.newsPage #blogs .custom_container .ritSec .blogListing > * {
  width: 100%;
  padding: 6px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogs .custom_container .ritSec .blogListing > * {
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogs .custom_container .ritSec .blogListing > * {
    width: 33.3333333333%;
    padding: 9px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container .ritSec .blogListing > * {
    padding: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container .ritSec .blogListing > * {
    padding: 13.5px 15px;
  }
}

.newsPage #blogs .custom_container .ritSec .blogListing .blogBx {
  background-color: #fff;
}

.newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h2,
.newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h3,
.newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h4 {
  font-size: 16px !important;
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h2,
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h3,
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h4 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h2,
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h3,
  .newsPage #blogs .custom_container .ritSec .blogListing .blogBx .cntBx h4 {
    font-size: 22px !important;
  }
}

.newsPage #blogDetails {
  background-color: #f8f8f8;
  padding: 30px 0 38px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails {
    padding: 36px 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails {
    padding: 36px 0 75px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails {
    padding: 36px 0 90px;
  }
}

.newsPage #blogDetails .breadCrumbs {
  margin-bottom: 18px;
}

.newsPage #blogDetails .breadCrumbs .breadcrumb-item {
  font-size: 12px;
  font-weight: 300;
  color: #2b2b2b;
}

@media only screen and (min-width: 768px) {
  .newsPage #blogDetails .breadCrumbs .breadcrumb-item {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogDetails .breadCrumbs .breadcrumb-item {
    font-size: 14px;
  }
}

.newsPage #blogDetails .breadCrumbs .breadcrumb-item a {
  font-size: 12px;
  font-weight: 300;
  color: #2b2b2b;
}

@media only screen and (min-width: 768px) {
  .newsPage #blogDetails .breadCrumbs .breadcrumb-item a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .newsPage #blogDetails .breadCrumbs .breadcrumb-item a {
    font-size: 14px;
  }
}

.newsPage #blogDetails .breadCrumbs .breadcrumb-item a:hover {
  color: #3490cf;
}

.newsPage #blogDetails .breadCrumbs .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: #2b2b2b;
}

.newsPage #blogDetails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsPage #blogDetails video {
  width: 100%;
}

.newsPage #blogDetails .headingSec {
  padding: 18px 0 12px;
  border-bottom: 1px solid #e7ecef;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .headingSec {
    padding: 28px 0 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .headingSec {
    padding: 38px 0 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .headingSec {
    padding: 44px 0 28px;
  }
}

.newsPage #blogDetails .headingSec .head {
  margin-bottom: 5px;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .headingSec .head {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .headingSec .head {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .headingSec .head {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogDetails .headingSec .head {
    font-size: 38px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1681px) {
  .newsPage #blogDetails .headingSec .head {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .newsPage #blogDetails .headingSec .head {
    font-size: 18px;
  }
}

.newsPage #blogDetails .headingSec .dFlx {
  margin: 0 -6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .headingSec .dFlx {
    margin: 0 -14px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .headingSec .dFlx {
    margin: 0 -18px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .headingSec .dFlx {
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogDetails .headingSec .dFlx {
    margin: 0 -25px;
  }
}

.newsPage #blogDetails .headingSec .dFlx li {
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  color: #9a9a9b;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .headingSec .dFlx li {
    padding: 0 14px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .headingSec .dFlx li {
    padding: 0 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .headingSec .dFlx li {
    padding: 0 20px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1551px) {
  .newsPage #blogDetails .headingSec .dFlx li {
    padding: 0 25px;
    font-size: 16px;
  }
}

.newsPage #blogDetails .headingSec .dFlx > *:first-child {
  border-right: 1px solid #707070;
}

.newsPage #blogDetails .headingSec .dFlx > *:first-child span {
  color: #2b2b2b;
  text-transform: uppercase;
}

.newsPage #blogDetails .headingSec .dFlx > *:last-child span {
  color: #3490cf;
  text-transform: uppercase;
}

.newsPage #blogDetails .cntSec {
  padding-top: 12px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec {
    padding-top: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .cntSec {
    padding-top: 25px;
  }
}

.newsPage #blogDetails .cntSec .ritSec {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .newsPage #blogDetails .cntSec .ritSec {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .cntSec .ritSec {
    padding-left: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .newsPage #blogDetails .cntSec .ritSec {
    padding-top: 15px;
  }
}

.newsPage #blogDetails .cntSec .ritSec:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 12px;
  top: 0;
  background-color: #d6d6d6;
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec:before {
    left: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .cntSec .ritSec:before {
    left: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .newsPage #blogDetails .cntSec .ritSec:before {
    display: none;
  }
}

.newsPage #blogDetails .cntSec .ritSec .title {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsPage #blogDetails .cntSec .ritSec .title h2,
.newsPage #blogDetails .cntSec .ritSec .title h3,
.newsPage #blogDetails .cntSec .ritSec .title h4 {
  font-size: 16px;
  width: 125px;
  margin-bottom: 0;
  font-weight: 600;
  color: #3490cf;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .title h2,
  .newsPage #blogDetails .cntSec .ritSec .title h3,
  .newsPage #blogDetails .cntSec .ritSec .title h4 {
    font-size: 18px;
    width: 142px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .title h2,
  .newsPage #blogDetails .cntSec .ritSec .title h3,
  .newsPage #blogDetails .cntSec .ritSec .title h4 {
    width: 162px;
    font-size: 20px;
    margin-bottom: 28px;
  }
}

.newsPage #blogDetails .cntSec .ritSec .title .line {
  width: calc(100% - 125px);
  height: 1px;
  background-color: #d6d6d6;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .title .line {
    width: calc(100% - 142px);
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .title .line {
    width: calc(100% - 162px);
    position: relative;
    top: -12px;
  }
}

.newsPage #blogDetails .cntSec .ritSec .awardListing > * {
  padding: 16px 0 14px;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing > * {
    padding: 22px 0 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing > * {
    padding: 26px 0 20px;
  }
}

.newsPage #blogDetails .cntSec .ritSec .awardListing > *:not(:last-of-type) {
  border-bottom: 1px solid #d6d6d6;
}

.newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h2,
.newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h3,
.newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h4 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #000;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h2,
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h3,
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h2,
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h3,
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx .date {
  font-size: 12px;
  margin-bottom: 2px;
  color: #7a7a7a;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx .date {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx .date {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx p {
  font-size: 13px;
  line-height: 20px;
  color: #131313;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .newsPage #blogDetails .cntSec .ritSec .awardListing .awardBx p {
    font-size: 16px;
  }
}

.downloadPage #downloadSec {
  background-color: #f8f8f8;
  padding: 45px 0 50px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .downloadPage #downloadSec {
    padding: 65px 0 75px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage #downloadSec {
    padding: 70px 0 90px;
  }
}

.downloadPage #downloadSec .custom_container {
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {
  .downloadPage #downloadSec .custom_container {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .downloadPage #downloadSec .custom_container {
    width: calc(100% - ((100% - 1180px) / 2));
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage #downloadSec .custom_container {
    width: calc(100% - ((100% - 1260px) / 2));
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage #downloadSec .custom_container {
    width: calc(100% - ((100% - 1428px) / 2));
  }
}

.downloadPage #downloadSec .custom_container .lftSec {
  position: relative;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    width: 220px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    width: 245px;
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    width: 285px;
  }
}

@media only screen and (min-width: 1681px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    width: 337px;
    padding-left: 29px;
  }
}

@media only screen and (max-width: 1199px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    margin-bottom: 22px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .downloadPage #downloadSec .custom_container .lftSec {
    width: 100%;
  }
}

.downloadPage #downloadSec .custom_container .lftSec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .downloadPage #downloadSec .custom_container .lftSec:before {
    opacity: 1;
  }
}

.downloadPage #downloadSec .custom_container .lftSec:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .downloadPage #downloadSec .custom_container .lftSec:after {
    opacity: 1;
  }
}

.downloadPage #downloadSec .custom_container .lftSec .menuSec {
  position: relative;
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item {
  position: relative;
  background: transparent;
  border: 0;
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 12px 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
  width: fit-content;
  border-bottom: 1px solid #c1dbed;
  background: transparent;
}

@media only screen and (min-width: 1200px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    pointer-events: none;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    border: 1px solid #c1dbed;
    width: 260px;
    background: #fff;
    padding: 12px 18px;
  }
}

@media only screen and (max-width: 575px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    width: 100%;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}

@media only screen and (min-width: 1200px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse {
  background: transparent;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 0;
  z-index: 9;
}

@media only screen and (min-width: 1200px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse {
    position: absolute;
    background-color: #fff;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 16px 0;
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 22px 0;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 26px 0;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a {
  font-size: 14px;
  color: #707070;
  position: relative;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a {
    padding: 0 18px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:after {
  position: absolute;
  content: "";
  top: 6px;
  right: -4px;
  width: 4px;
  height: 8px;
  background-image: url(/build/assets/polygonShape-BGS1QsX0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s all;
  opacity: 0;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -12px;
  }
}

@media only screen and (min-width: 1200px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -22px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    top: 5px;
    right: -25px;
    width: 5px;
    height: 11px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    right: -35px;
    width: 6px;
    height: 13px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a.active,
.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:hover {
  color: #3490cf;
  font-weight: 500;
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a.active:after,
.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:hover:after {
  opacity: 1;
}

.downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  > *:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    > *:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    > *:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.downloadPage #downloadSec .custom_container .ritSec {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .downloadPage #downloadSec .custom_container .ritSec {
    width: calc(100% - 220px);
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .downloadPage #downloadSec .custom_container .ritSec {
    width: calc(100% - 245px);
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage #downloadSec .custom_container .ritSec {
    width: calc(100% - 285px);
    padding-left: 45px;
  }
}

@media only screen and (min-width: 1681px) {
  .downloadPage #downloadSec .custom_container .ritSec {
    width: calc(100% - 337px);
    padding-left: 60px;
  }
}

.downloadPage #downloadSec .custom_container .ritSec .downloadCotents {
  background-color: transparent;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .downloadPage #downloadSec .custom_container .ritSec .downloadCotents {
    background-color: #fff;
    padding: 10px 50px 42px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage #downloadSec .custom_container .ritSec .downloadCotents {
    padding: 10px 62px 48px 55px;
  }
}

.downloadPage #downloadSec .custom_container .ritSec .downloadCotents .btnGrp {
  margin: 0 -26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp {
    margin: 0 -40px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp {
    margin: 0 -52px;
  }
}

@media only screen and (max-width: 991px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp {
    display: none;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .btnGrp
  > * {
  padding: 0 26px;
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp
    > * {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp
    > * {
    padding: 0 52px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .btnGrp
  .accordion-button {
  font-size: 16px;
  padding: 20px 0;
  color: #2b2b2b;
  position: relative;
  border-radius: 0;
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp
    .accordion-button {
    padding: 26px 0;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp
    .accordion-button {
    font-size: 18px;
    padding: 34px 0;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .btnGrp
  .accordion-button:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: #3490cf;
  opacity: 0;
}

@media only screen and (min-width: 1441px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .btnGrp
    .accordion-button:before {
    height: 7px;
    bottom: -3.5px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .btnGrp
  .accordion-button[aria-expanded="true"] {
  pointer-events: none;
  color: #3490cf;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .btnGrp
  .accordion-button[aria-expanded="true"]:before {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    > *:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item {
  border: 0;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 15px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  background-image: none;
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 20px;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"] {
  box-shadow: none;
  background-color: #3490cf;
  color: #fff;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]:after {
  color: #fff;
  content: "-";
  transform: none;
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-collapse {
    transition: none;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body {
  padding: 15px;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body {
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body {
    border-top: 1px solid #a9a9a9;
    padding: 30px 0 0;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing {
  margin: -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  > * {
  width: 100%;
  padding: 4px;
}

@media only screen and (min-width: 768px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    > * {
    width: 50%;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx {
  background-color: #eff9ff;
  border-radius: 4px;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  > *:not(:last-of-type) {
  border-bottom: 1px solid #aab3d6;
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  .dwnitm {
  align-items: center;
  padding: 10px 18px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm {
    padding: 12px 24px 10px;
  }
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm {
    padding: 14px 26px 10px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm {
    padding: 16px 28px 12px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  .dwnitm
  .cnt {
  font-size: 14px;
  color: #2b2b2b;
  width: calc(100% - 32px);
  padding-right: 15px;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .cnt {
    font-size: 15px;
    width: calc(100% - 35px);
  }
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .cnt {
    font-size: 16px;
    width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .cnt {
    font-size: 18px;
    width: calc(100% - 48px);
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  .dwnitm
  .downBtn {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: none;
  background-color: #3490cf;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn {
    width: 48px;
    height: 48px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  .dwnitm
  .downBtn
  img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

@media only screen and (min-width: 576px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn
    img {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn
    img {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1551px) {
  .downloadPage
    #downloadSec
    .custom_container
    .ritSec
    .downloadCotents
    .accordion
    .accordion-item
    .accordion-body
    .downListing
    .downBx
    .dwnitm
    .downBtn
    img {
    width: 20px;
    height: 18px;
  }
}

.downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-body
  .downListing
  .downBx
  .dwnitm
  .downBtn:hover {
  background-color: #31378e;
}

html:lang(en) #Header .lang .langBtn {
  font-family: Cairo, sans-serif;
  font-weight: 500 !important;
}

@media only screen and (min-width: 576px) {
  html:lang(en) #Header .lang .langBtn {
    font-size: 15px !important;
  }
}

html:lang(en) #Header .lang .langBtn.en {
  display: none !important;
}

html:lang(en) #Header .MenuIcon {
  right: 0;
}

@media only screen and (max-width: 991px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * {
    flex-direction: row-reverse;
  }

  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox {
    padding: 20px 22px 20px 90px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox {
    padding: 20px 48px 20px 108px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox {
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1441px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox {
    padding: 20px 62px 20px 118px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1551px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox {
    padding: 20px 78px 20px 132px !important;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox:before {
    left: inherit !important;
    right: 0;
  }

  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    #triangle-topright {
    left: 0;
    border-left: inherit !important;
    border-right: 68px solid transparent;
  }

  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    #triangle-bottomright {
    left: 0;
    border-left: inherit !important;
    border-right: 68px solid transparent;
  }

  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    #bordes {
    left: 35px;
    right: inherit;
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 991px) and (min-width: 1200px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    #bordes {
    left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox .round {
    left: 0;
    right: inherit !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox .round {
    left: -20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1200px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .processBox .round {
    left: -28px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    #triangle-right {
    left: -13px;
    right: inherit !important;
    border-left: inherit !important;
    border-right: 15px solid #daebf6;
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    #triangle-right {
    border-right: 22px solid #daebf6;
    left: -20px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1441px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    #triangle-right {
    border-right: 29px solid #daebf6;
    left: -26px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    .halfMoon {
    left: -3px;
    bottom: 4px !important;
    z-index: -1;
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    .halfMoon {
    left: -5px;
    bottom: 5px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1441px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    .halfMoon {
    left: 0;
    bottom: 3px !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 1551px) {
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .processBox
    .round
    .halfMoon {
    left: -8px;
    bottom: 4px !important;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(en) .repairPage #serviceProcess .processSec > * .ritSec {
    justify-content: start !important;
  }

  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .ritSec
    .processContent
    .cnts
    h2,
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .ritSec
    .processContent
    .cnts
    h3,
  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .ritSec
    .processContent
    .cnts
    h4 {
    text-align: end !important;
  }

  html:lang(en)
    .repairPage
    #serviceProcess
    .processSec
    > *
    .ritSec
    .processContent
    .cnts
    p {
    text-align: end !important;
  }
}

html:lang(ar) {
  font-family: Cairo, sans-serif;
  direction: rtl;
  text-align: right;
}

html:lang(ar) body {
  font-family: Cairo, sans-serif;
  font-weight: 500;
  text-align: right;
}

html:lang(ar) .owl-carousel {
  direction: rtl;
}

html:lang(ar) .help-block {
  text-align: left;
}

html:lang(ar) #Header .MenuIcon {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1100px) {
  html:lang(ar) #Header .HrMpx .HrMfLx {
    padding-left: 0;
    padding-right: 75px;
  }
}

@media only screen and (max-width: 768px) {
  html:lang(ar) #Header .HrMpx .HrMfLx {
    padding-right: 55px;
  }
}

@media only screen and (max-width: 576px) {
  html:lang(ar) #Header .HrMpx .HrMfLx {
    padding-right: 35px;
  }
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .mobSearch {
  margin-right: 0;
  margin-left: 20px;
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .langDrop {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .langDrop
  button
  .filter-option {
  text-align: right;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .langDrop
  button
  .filter-option
  .filter-option-inner
  .filter-option-inner-inner
  img {
  margin-right: 0;
  margin-left: 5px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .langDrop
  .dropdown-menu
  ul
  li
  a
  img {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .moneyDrop
  .dropdown-menu
  ul
  li
  a
  img {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .moneyDrop
  button
  .filter-option {
  text-align: right;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .moneyDrop
  button
  .filter-option
  .filter-option-inner
  .filter-option-inner-inner
  img {
  margin-right: 0;
  margin-left: 5px;
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx {
  margin-right: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx {
    margin-left: 28px;
  }
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .tranckingBx .icon {
  margin-right: 0;
  margin-left: 7.5px;
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop {
  margin-right: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop {
    margin-left: 27px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .DRoPBTn svg {
    margin-right: 0;
    margin-left: 10px;
  }
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .MyaccountDrop .LoGbTn .ImgBx {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu {
  left: auto !important;
  right: 0 !important;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .MyaccountDrop
    #MyaccountDropMenu {
    right: -100px !important;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar)
    #Header
    .HrMpx
    .HrMfLxRt
    .TBFLXBX
    .MyaccountDrop
    #MyaccountDropMenu {
    right: 0 !important;
  }
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxCntnt
  a
  svg {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar)
  #Header
  .HrMpx
  .HrMfLxRt
  .TBFLXBX
  .MyaccountDrop
  #MyaccountDropMenu
  .boxFoot
  svg {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
  margin-right: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) #Header .HrMpx .HrMfLxRt .TBFLXBX .cartBtn .icon {
    margin-right: 0;
    margin-left: 10px;
  }
}

html:lang(ar) #Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT:not(:last-of-type) {
  margin-right: 0;
  margin-left: 27px;
}

html:lang(ar) #Header .HrBpx .BtMFlX .FlxTrRit .flxBx .flxT .icon {
  margin-right: 0;
  margin-left: 11px;
}

html:lang(ar)
  #Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .ritAccBx {
  border-left: 0;
  border-right: solid 1px #dedede;
  padding-left: 0;
  padding-right: 45px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    #Header
    .HrBpx
    .BtMFlX
    .FlTrBX
    .mgaAccord
    .accordion-body
    .ritAccBx {
    padding-right: 95px;
  }
}

html:lang(ar)
  #Header
  .HrBpx
  .BtMFlX
  .FlTrBX
  .mgaAccord
  .accordion-body
  .accordion
  .accordion-item
  .accordion-body
  ul
  li.active:after {
  right: auto;
  left: -16px;
}

html:lang(ar) #Header .HrBpx #HeaderPOP .modal-dialog {
  left: auto;
  right: -100%;
}

html:lang(ar) #Header .HrBpx #HeaderPOP.show .modal-dialog {
  right: 0;
}

html:lang(ar) #Header .HrBpx #HeaderPOP .mobFtrBtn .flxT .icon {
  margin-right: 0;
  margin-left: 11px;
}

html:lang(ar)
  #Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  a,
html:lang(ar)
  #Header
  .HrBpx
  #HeaderPOP
  .accordion
  .accordion-item
  .accordion-header
  button {
  text-align: right;
}

html:lang(ar)
  #MainSlider
  .carousel
  .carousel-indicators
  button:not(:last-of-type) {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar) .homePage #ProductCategories .prOBx .txtBx .shp .icon {
  margin-left: 0;
  margin-right: 15px;
}

html:lang(ar) .homePage #ProductCategories .prOBx .txtBx .shp .icon img {
  transform: scaleX(-1);
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .homePage .ProSec .lftBx {
    padding-right: 0;
    padding-left: 80px;
  }
}

html:lang(ar) .homePage .ProSec .rltdprdctSlide .prBx .txtBx .vmre .icon {
  margin-left: 0;
  margin-right: 10px;
}

html:lang(ar) .homePage .ProSec .rltdprdctSlide .prBx .txtBx .vmre .icon img {
  transform: scaleX(-1);
}

html:lang(ar) .homePage #AboutSec .lftBx .rMre svg {
  margin-left: 0;
  margin-right: 14px;
  transform: scaleX(-1);
}

html:lang(ar) .homePage #AboutSec .ritBx .flxB .txtB {
  padding-left: 0;
  padding-right: 20px;
}

html:lang(ar) .homePage #reviewSec .flxB .logo {
  margin-right: 0;
  margin-left: 9px;
}

html:lang(ar) .homePage #reviewSec .rvwBx .flB .ltB .txtB {
  padding-left: 0;
  padding-right: 13px;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) #AboutSec .ritBx {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) #AboutSec .ritBx {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) #AboutSec .ritBx {
    padding-right: 70px;
  }
}

html:lang(ar) #AboutSec .ritBx .flxB .txtB {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar) #AboutSec .ritBx .flxB .txtB {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .aboutPage #CeoMessage .ritBx {
    padding-left: 0;
    padding-right: 50px;
  }

  html:lang(ar) .aboutPage #CeoMessage .ritBx p {
    padding-right: 0;
    padding-left: 90px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .ProPage #proListing .custom_container {
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .ProPage #proListing .ritSec {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .ProPage #proListing .ritSec {
    padding-right: 58px;
  }
}

html:lang(ar) .ProPage #proListing .ritSec .all_products .display {
  margin-left: 0;
  margin-right: 15px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .ProPage #proListing .ritSec .all_products .display {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .ProPage #proListing .ritSec .all_products .display {
    margin-right: 50px;
  }
}

html:lang(ar) .ProPage #proListing .ritSec .all_products .display .label {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar)
  .ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection:after {
  right: auto;
  left: 22px;
}

html:lang(ar) .ProPage #proListing .FilterHeaderTab button svg {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .close {
  right: auto;
  left: 0;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon {
  margin-right: 0;
  margin-left: 13px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .modal-body
  .searchBx
  .form-control {
  padding-right: 24px;
  padding-left: 45px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .modal-body
  .searchBx
  .send {
  right: auto;
  left: 9px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .cardHeader
  button:before {
  left: auto;
  right: 0;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  label
  img {
  margin-right: 0;
  margin-left: 13px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"]:checked
  + label:after {
  left: auto;
  right: 4px;
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  label {
  padding-left: 0;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .ProPage
    #proListing
    .lftSec
    #filterAccodion
    .card
    .card-body
    ul
    li
    label {
    padding-right: 39px;
  }
}

html:lang(ar)
  .ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  label:before {
  left: auto;
  right: 0;
}

html:lang(ar) .proBx .txtBx .flxB .rating .count {
  margin-left: 0;
  margin-right: 13px;
  direction: ltr;
}

html:lang(ar) .proBx .txtBx .estimate .icon {
  margin-right: 0;
  margin-left: 11px;
}

html:lang(ar) .proBx .enqry {
  margin-right: 0;
  margin-left: 5px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .proBx .enqry {
    margin-left: 8.5px;
  }
}

html:lang(ar) .proBx .addCart {
  margin-left: 0;
  margin-right: 5px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .proBx .addCart {
    margin-right: 8.5px;
  }
}

html:lang(ar) .proBx .addCart svg {
  margin-left: 0;
  margin-right: 10px;
}

html:lang(ar) #sortPop .modal-content .ModalHeader .close {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .shopDetailspage .RelatedPro {
    padding: 40px 40px 40px 0;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .shopDetailspage .RelatedPro {
    padding: 60px 50px 60px 0;
  }
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .shopDetailspage .RelatedPro {
    padding: 100px 80px 85px 0;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-right: 0;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-right: 27px;
    padding-left: 120px;
  }
}

@media only screen and (min-width: 1100px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoRit {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoRit {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoRit {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1360px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec {
    padding-right: 7.8px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec {
    padding-left: 45px;
  }
}

@media only screen and (min-width: 1800px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec {
    padding-left: 71px;
  }
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share svg {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .lftB
  .rating
  .count {
  margin-left: 0;
  margin-right: 13px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .write {
  margin-left: 0;
  margin-right: 13px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .ftreFlx
  .ftr:not(:last-of-type) {
  margin-right: 0;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .shopDetailspage
    #shopDtlSec
    .ProInfoSec
    .ftreFlx
    .ftr:not(:last-of-type) {
    margin-left: 25px;
    padding-left: 20px;
  }
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .ftreFlx
  .ftr:not(:last-of-type):after {
  right: auto;
  left: 0;
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr .txt {
  padding-left: 0;
  padding-right: 10px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .warrenty .icon {
  margin-right: 0;
  margin-left: 7.5px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx {
  margin-right: 0;
  margin-left: 14px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .slctFlx
  .slctBx:not(:last-of-type) {
  margin-left: 20px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar)
    .shopDetailspage
    #shopDtlSec
    .ProInfoSec
    .slctFlx
    .slctBx:not(:last-of-type) {
    margin-left: 30px;
  }
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx .title {
  margin-right: 0;
  margin-left: 12px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .slctFlx
  .slctBx
  .select2
  .select2-selection
  .select2-selection__arrow {
  left: 17px;
  right: auto;
}

html:lang(ar) .shopDetailspage #shopDtlSec .ProInfoSec .verified .vFg {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .priceB .lB .new {
  margin-right: 0;
  margin-left: 7px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .flxB .off {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .dlvry .estimate .icon {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .proRitSec
  .quantity
  input[type="button"].minus {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar)
  .shopDetailspage
  #shopDtlSec
  .proRitSec
  .quantity
  input[type="button"].plus {
  margin-left: 0;
  margin-right: 15px;
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .enqry {
  margin-right: 0;
  margin-left: 5px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .enqry {
    margin-left: 8.5px;
  }
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .addCart {
  margin-left: 0;
  margin-right: 5px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .addCart {
    margin-right: 8.5px;
  }
}

html:lang(ar) .shopDetailspage #shopDtlSec .proRitSec .addCart svg {
  margin-left: 0;
  margin-right: 10px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .dataSheet
  .dwnld
  svg {
  margin-right: 0;
  margin-left: 12px;
}

@media only screen and (min-width: 1100px) {
  html:lang(ar)
    .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    padding: 20px 25px 20px 0;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    padding: 22px 45px 30px 0;
  }
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB
  a:not(:last-of-type) {
  margin-right: 0;
  margin-left: 10px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .ritB
    a:not(:last-of-type) {
    margin-left: 20px;
  }
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB
  .name {
  padding-left: 0;
  padding-right: 13px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB
  .name.vrfd:after {
  right: auto;
  left: -22px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .imgFlx
  a:not(:last-of-type) {
  margin-right: 0;
  margin-left: 13px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star {
  margin-right: 0;
  margin-left: 18px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star
  svg {
  margin-right: 0;
  margin-left: 5.5px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star {
  margin-right: 0;
  margin-left: 28px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star
  svg {
  margin-right: 0;
  margin-left: 5.5px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .fileUploadInput
  label {
  padding-left: 0;
  padding-right: 105px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    label {
    padding-right: 122px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar)
    .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    label {
    padding-right: 142px;
  }
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="radio"]:checked
  + label:after {
  left: auto;
  right: 7px;
}

html:lang(ar)
  .shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  label:before {
  margin-right: 0;
  margin-left: 16px;
}

@media only screen and (min-width: 1560px) {
  html:lang(ar) .specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
    padding: 60px 45px 60px 58px;
  }
}

html:lang(ar)
  .specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:not(:last-of-type) {
  padding-right: 0;
  padding-left: 20px;
}

html:lang(ar)
  .specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:not(:last-of-type):after {
  right: auto;
  left: 0;
}

html:lang(ar)
  .specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr
  .txt {
  padding-left: 0;
  padding-right: 10px;
}

html:lang(ar) .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
  margin-right: 0;
  margin-left: 14px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .specialsPage
    #NewArrivals
    .flxRpt
    .flXBx
    .ritBx
    .dflX
    .ltb
    .old {
    margin-left: 22px;
  }
}

html:lang(ar) .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
  margin-right: 0;
  margin-left: 14px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .specialsPage
    #NewArrivals
    .flxRpt
    .flXBx
    .ritBx
    .dflX
    .ltb
    .new {
    margin-left: 20px;
  }
}

html:lang(ar)
  .specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .dflX
  .rtb
  .addCart
  svg {
  margin-left: 0;
  margin-right: 10px;
}

html:lang(ar) #cartPop.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translate(0);
}

html:lang(ar) #cartPop .modal-dialog {
  max-width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
}

@media only screen and (min-width: 576px) {
  html:lang(ar) #cartPop .modal-dialog {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
    max-width: 380px;
  }
}

html:lang(ar) #cartPop .modal-body .cartList .itm .itmWrap .quantitySec .label {
  margin-right: 0;
  margin-left: 18px;
}

html:lang(ar) #cartPop .modal-body .cartList .itm .itmWrap .delete {
  right: auto;
  left: 0;
}

html:lang(ar) .feedbackModal .modal-dialog .modal-content .close {
  right: auto;
  left: 15px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar) .feedbackModal .modal-dialog .modal-content .close {
    left: 25px;
  }
}

html:lang(ar)
  .feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio:not(:last-of-type) {
  margin-right: 0;
  margin-left: 20px;
}

html:lang(ar) .SearchModal .modal-body .results li .flxBx .imgBx {
  margin-right: 0;
  margin-left: 10px;
}

html:lang(ar) footer .footerSec .cmnBx .wrapBx .adBx .place img {
  margin-right: 0;
  margin-left: 14px;
}

html:lang(ar) footer .footerSec .cmnBx .wrapBx .cntct a .icon {
  margin-right: 0;
  margin-left: 7px;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) footer .footerSec .mdlBx .lftBx {
    padding-right: 0;
    padding-left: 50px;
  }
}

html:lang(ar) footer .footerSec .mdlBx .ritBx .newsletter .send {
  right: auto;
  left: 19px;
}

html:lang(ar) footer .footerSec .mdlBx .ritBx .newsletter .send svg {
  transform: scaleX(-1);
}

html:lang(ar) footer .CopyRight .BtmFlx .mdBx .social li:not(:last-of-type) {
  margin-right: 0;
  margin-left: 15px;
}

html:lang(ar) .select2 .select2-selection__arrow {
  right: auto;
  left: 18px;
}

html:lang(ar)
  #innerBanner
  .Contents
  .breadCrumbs
  .breadcrumb-item
  + .breadcrumb-item:before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

html:lang(ar) .partnerPage #benefitSec .benefitListing .benefitBx .num {
  right: inherit;
  left: 20px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .partnerPage #benefitSec .benefitListing .benefitBx {
    left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .partnerPage #questionSec .imgBx {
    padding-left: inherit;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .partnerPage #questionSec .imgBx {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .partnerPage #questionSec .imgBx {
    padding-right: 52px;
  }
}

html:lang(ar) .financingPage #financeCapital ul li {
  padding-left: inherit;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar) .financingPage #financeCapital ul li {
    padding-right: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .financingPage #financeCapital ul li {
    padding-right: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .financingPage #financeCapital ul li {
    padding-right: 55px;
  }
}

html:lang(ar) .financingPage #financeCapital ul li:before {
  left: inherit;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .financingPage #contactEnquiry .enquiryRit {
    margin-left: inherit;
    margin-right: -45px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .financingPage #contactEnquiry .enquiryRit {
    margin-right: -60px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .supersignPage #superSign .cntSec .ritSec {
    padding-left: inherit;
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .supersignPage #superSign .cntSec .ritSec {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .supersignPage #superSign .cntSec .ritSec {
    width: calc(100% - 748px);
    padding-right: 42px;
  }
}

html:lang(ar) .supersignPage #superSign .cntSec ul li {
  padding-left: inherit;
  padding-right: 18px;
}

html:lang(ar) .supersignPage #superSign .cntSec ul li:before {
  left: inherit;
  right: 0;
}

@media only screen and (min-width: 992px) {
  html:lang(ar)
    .cycleSafePage
    #cycleContentSec
    .cycleContents
    .cycleBx
    .lftSec {
    padding-right: inherit;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .cycleSafePage
    #cycleContentSec
    .cycleContents
    .cycleBx
    .lftSec {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .cycleSafePage
    #cycleContentSec
    .cycleContents
    .cycleBx
    .lftSec {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar)
    .cycleSafePage
    #cycleContentSec
    .cycleContents
    .cycleBx
    .lftSec {
    padding-left: 55px;
  }
}

html:lang(ar) .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
  right: inherit;
  left: 10px;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    left: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    left: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .cycleSafePage #qualifiedModelSec .modalBox .offerTag {
    left: 16px;
  }
}

html:lang(ar)
  .cycleSafePage
  #qualifiedModelSec
  .modalBox
  .cntBx
  .btnGrp
  .cartBtn
  span {
  padding-left: inherit;
  padding-right: 4px;
}

html:lang(ar)
  #contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .fileUploadInput
  label {
  padding-left: inherit;
  padding-right: 105px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    label {
    padding-right: 122px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar)
    #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .fileUploadInput
    label {
    padding-right: 142px;
  }
}

html:lang(ar)
  #contactEnquiry
  .enquiryLft
  .enquiryBx
  .formSec
  .form-group
  .form-check
  .form-check-label {
  padding-left: inherit;
  padding-right: 12px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    #contactEnquiry
    .enquiryLft
    .enquiryBx
    .formSec
    .form-group
    .form-check
    .form-check-label {
    padding-right: 15px;
  }
}

html:lang(ar) #contactEnquiry .enquiryRit .imgBx .txt {
  left: inherit;
  right: 25px;
}

@media only screen and (min-width: 468px) {
  html:lang(ar) #contactEnquiry .enquiryRit .imgBx .txt {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  html:lang(ar) #contactEnquiry .enquiryRit .imgBx .txt {
    right: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) #contactEnquiry .enquiryRit .imgBx .txt {
    right: 40px;
  }
}

html:lang(ar) .select2 .select2-selection__arrow {
  right: inherit;
  left: 18px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar) .select2 .select2-selection__arrow {
    left: 28px;
  }
}

html:lang(ar)
  .contactPage
  #contactLocation
  .locationListing
  .locBx
  .title
  .cnt {
  padding-left: inherit;
  padding-right: 12px;
}

html:lang(ar)
  .contactPage
  #contactLocation
  .locationListing
  .locBx
  ul
  li
  a
  span {
  padding-left: inherit;
  padding-right: 8px;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx {
    padding-left: inherit;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx {
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx {
    padding-right: 60px;
  }
}

html:lang(ar)
  .accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .cntSec {
  padding: 16px 18px 20px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec {
    padding: 18px 28px 22px 50px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec {
    padding: 22px 32px 26px 110px;
  }
}

html:lang(ar) .accountPage #AccountSec .headSec .ritSec a span {
  padding-left: inherit;
  padding-right: 8px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .accountPage #AccountSec .headSec .ritSec a span {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .accountPage #AccountSec .headSec .ritSec a span {
    padding-right: 12px;
  }
}

html:lang(ar)
  .accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  align-items: baseline;
  right: inherit;
  left: 18px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    left: 32px;
  }
}

html:lang(ar)
  .accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .status {
  text-align: start;
}

html:lang(ar)
  .accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm {
  padding-left: inherit;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .ritItm {
    padding-right: 28px;
  }
}

html:lang(ar)
  .accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .form-group
  .showPass {
  right: inherit;
  left: 15px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    padding-left: inherit;
    padding-right: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .registerPage #loginRegSec .flxSec .ritSec {
    padding-left: inherit;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .registerPage #loginRegSec .flxSec .ritSec {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .registerPage #loginRegSec .flxSec .ritSec {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .registerPage #loginRegSec .flxSec .ritSec {
    padding-right: 110px;
  }
}

html:lang(ar)
  .registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  label {
  padding-left: inherit;
  padding-right: 26px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label {
    padding-right: 39px;
  }
}

html:lang(ar)
  .registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  label:before {
  left: inherit;
  right: 0;
}

html:lang(ar)
  .registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  .registerPage
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"]:checked
  + label:after {
  left: inherit;
  right: 4px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  html:lang(ar)
    .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="radio"]:checked
    + label:after {
    right: 5px;
  }
}

@media only screen and (min-width: 468px) {
  html:lang(ar)
    .registerPage
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .signSec
    .rightSec {
    padding-left: inherit;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) #loginRegSec .flxSec .ritSec {
    padding-left: inherit;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) #loginRegSec .flxSec .ritSec {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) #loginRegSec .flxSec .ritSec {
    padding-right: 78px;
  }
}

html:lang(ar) #loginRegSec .flxSec .ritSec .loginRegBx .form-group .showPass {
  right: inherit;
  left: 15px;
}

html:lang(ar)
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  label {
  padding-left: inherit;
  padding-right: 26px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    label {
    padding-right: 39px;
  }
}

html:lang(ar)
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  label:before {
  left: inherit;
  right: 0;
}

html:lang(ar)
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  #loginRegSec
  .flxSec
  .ritSec
  .loginRegBx
  .dFlx
  .lFlx
  .form-check
  input[type="radio"]:checked
  + label:after {
  left: inherit;
  right: 4px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  html:lang(ar)
    #loginRegSec
    .flxSec
    .ritSec
    .loginRegBx
    .dFlx
    .lFlx
    .form-check
    input[type="radio"]:checked
    + label:after {
    right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .cartPage #cartSec .headSec {
    padding-right: inherit;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .cartPage #cartSec .dFlx .lFlx {
    padding-right: inherit;
    padding-left: 15px;
  }
}

html:lang(ar) .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
  right: inherit;
  left: 8px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar) .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
    left: 35px;
  }
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx {
  padding-left: inherit;
  padding-right: 15px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx {
    padding-right: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx {
    padding-right: 25px;
  }
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  span {
  padding-right: inherit;
  padding-left: 10px;
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .prc
  span {
  padding-left: inherit;
  padding-right: 10px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .prc
    span {
    padding-right: 12px;
  }
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  label {
  padding-left: inherit;
  padding-right: 26px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    padding-right: 39px;
  }
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  label:before {
  left: inherit;
  right: 0;
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="radio"]:checked
  + label:after {
  left: inherit;
  right: 4px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  html:lang(ar)
    .cartPage
    #cartSec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="radio"]:checked
    + label:after {
    right: 5px;
  }
}

html:lang(ar) .orderSuccessPage #orderSuccess .lftSec .titleSec .title span {
  padding-left: inherit;
  padding-right: 10px;
}

html:lang(ar)
  .orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm {
  padding-left: inherit;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  html:lang(ar)
    .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .ritItm {
    padding-right: 28px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .orderSuccessPage #orderSuccess .ritSec {
    padding-left: inherit;
    padding-right: 72px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .billingShippingPage #billingShippingSec .dFlx .lFlx {
    padding-right: inherit;
    padding-left: 15px;
  }
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  label {
  padding-left: inherit;
  padding-right: 26px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    padding-right: 39px;
  }
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  label:before {
  left: inherit;
  right: 0;
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="checkbox"]:checked
  + label:after,
html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="radio"]:checked
  + label:after {
  left: inherit;
  right: 4px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="radio"]:checked
    + label:after {
    right: 5px;
  }
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .topSec
  ul
  li
  > *:first-child {
  padding-right: inherit;
  padding-left: 40px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    > *:first-child {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    > *:first-child {
    padding-left: 58px;
  }
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .checkmark {
  left: inherit;
  right: 0;
}

html:lang(ar)
  .billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .radio
  label {
  padding-left: inherit;
  padding-right: 25px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    .radio
    label {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    .radio
    label {
    padding-right: 34px;
  }
}

html:lang(ar)
  .cartPage
  #cartSec
  .dFlx
  .rFlx
  .summaryBx
  .titleSec
  .formFlx
  .applyBtn {
  left: 5px;
  right: inherit;
}

html:lang(ar) .solutionPage #channelSec .channelBx .imgBx .tag {
  left: inherit;
  right: 12px;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .solutionPage #channelSec .channelBx .imgBx .tag {
    right: 15px;
  }
}

html:lang(ar)
  .newsPage
  #blogs
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:after {
  right: inherit;
  left: -4px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -12px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -22px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -25px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar)
    .newsPage
    #blogs
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -35px;
  }
}

html:lang(ar) .newsPage #blogDetails .headingSec .dFlx > *:first-child {
  border-right: 0;
  border-left: 1px solid #707070;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .newsPage #blogDetails .cntSec .ritSec {
    padding-left: inherit;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .newsPage #blogDetails .cntSec .ritSec {
    padding-right: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .newsPage #blogDetails .cntSec .ritSec {
    padding-right: 65px;
  }
}

html:lang(ar) .newsPage #blogDetails .cntSec .ritSec:before {
  left: inherit;
  right: 12px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .newsPage #blogDetails .cntSec .ritSec:before {
    right: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .newsPage #blogDetails .cntSec .ritSec:before {
    right: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .lftSec {
    padding-left: inherit;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .lftSec {
    padding-right: 18px;
  }
}

@media only screen and (min-width: 1681px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .lftSec {
    padding-right: 29px;
  }
}

html:lang(ar)
  .downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  margin-left: inherit;
  margin-right: auto;
}

html:lang(ar)
  .downloadPage
  #downloadSec
  .custom_container
  .lftSec
  .menuSec
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  ul
  li
  a:after {
  right: inherit;
  left: -4px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar)
    .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -12px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar)
    .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -22px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar)
    .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -25px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar)
    .downloadPage
    #downloadSec
    .custom_container
    .lftSec
    .menuSec
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    ul
    li
    a:after {
    left: -35px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .ritSec {
    padding-left: inherit;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .ritSec {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .ritSec {
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1681px) {
  html:lang(ar) .downloadPage #downloadSec .custom_container .ritSec {
    padding-right: 60px;
  }
}

html:lang(ar)
  .downloadPage
  #downloadSec
  .custom_container
  .ritSec
  .downloadCotents
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  margin-left: inherit;
  margin-right: auto;
}

html:lang(ar) .pagination li:not(:last-of-type) {
  margin-right: inherit;
  margin-left: 6px;
}

@media only screen and (min-width: 576px) {
  html:lang(ar) .pagination li:not(:last-of-type) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .pagination li:not(:last-of-type) {
    margin-left: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .pagination li:not(:last-of-type) {
    margin-left: 18px;
  }
}

html:lang(ar) .pagination li:last-of-type > * {
  transform: rotate(180deg) !important;
}

html:lang(ar) .pagination li:nth-child(1) {
  transform: rotate(180deg) !important;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .careerPage #careerSec .lftSec {
    padding-right: inherit;
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .careerPage #careerSec .lftSec {
    padding-left: 52px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .careerPage #careerSec .lftSec {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .careerPage #careerSec .lftSec {
    padding-left: 118px;
  }
}

html:lang(ar) .careerPage #careerSec .ritSec .imgBx .countBx {
  right: inherit;
  left: 0;
}

html:lang(ar) .careerPage #careerSec .ritSec .imgBx .countBx .ritBx {
  padding-left: inherit;
  padding-right: 22px;
  border-left: 0;
  border-right: 1px dashed #d0d0d0;
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .careerPage #careerSec .ritSec .imgBx .countBx .ritBx {
    padding-right: 24px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .careerPage #forFrontSec .ritSec {
    padding-left: inherit;
    padding-right: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .careerPage #forFrontSec .ritSec {
    padding-right: 65px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .careerPage #forFrontSec .ritSec {
    padding-right: 75px;
  }
}

html:lang(ar) .careerPage #positionSec .positionListing .posBx .applyBtn span {
  padding-right: inherit;
  padding-left: 12px;
}

html:lang(ar) .careerPage #positionSec .positionListing .posBx .applyBtn svg {
  transform: rotate(180deg);
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .repairPage #repairConSec .headSec .lftec {
    padding-right: inherit;
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .repairPage #repairConSec .headSec .lftec {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .repairPage #repairConSec .headSec .lftec {
    padding-left: 150px;
  }
}

html:lang(ar) .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
  padding-left: inherit;
  padding-right: 14px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
    padding-right: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .repairPage #repairConSec .maintenanceBx .repairBx .cnts {
    padding-right: 22px;
  }
}

@media only screen and (min-width: 576px) {
  html:lang(ar) .repairPage #repairConSec .maintenanceBx > * {
    border-right: inherit;
    border-left: 1px solid rgb(255, 255, 255);
  }
}

html:lang(ar) .repairPage #repairConSec .maintenanceBx > *:last-child {
  border-left: 0;
}

@media only screen and (max-width: 991px) {
  html:lang(ar) .repairPage #repairConSec .maintenanceBx > *:nth-child(2) {
    border-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .repairPage #whyUsSec .whyUsSecRit {
    padding-left: inherit;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .repairPage #whyUsSec .whyUsSecRit {
    padding-right: 38px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .repairPage #whyUsSec .whyUsSecRit {
    padding-right: 54px;
  }
}

html:lang(ar) #faqSec .faqBx .accordion .accordion-item .accordion-button {
  text-align: start;
}

html:lang(ar)
  #faqSec
  .faqBx
  .accordion
  .accordion-item
  .accordion-button:after {
  margin-left: inherit;
  margin-right: auto;
}

html:lang(ar) .repairPage #serviceProcess {
  direction: initial;
}

@media only screen and (max-width: 991px) {
  html:lang(ar) .repairPage #serviceProcess .processSec:before {
    left: inherit;
    right: -6px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar) .repairPage #serviceProcess .processSec:after {
    left: inherit;
    right: -6px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar) .repairPage #serviceProcess .processSec .lineDot {
    left: inherit;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar) .repairPage #serviceProcess .processSec .processItem {
    padding-left: inherit;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 575px) {
  html:lang(ar) .repairPage #serviceProcess .processSec .processItem {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .progressRound {
    right: -15px;
    left: inherit;
  }
}

@media only screen and (max-width: 575px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .progressRound {
    right: -11px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .num,
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    h3,
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    p {
    text-align: start;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .lftSec
    .processBox
    .round
    #triangle-right {
    right: -15px;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h2,
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h3,
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    h4,
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem
    .ritSec
    .processContent
    .cnts
    p {
    text-align: end;
  }
}

@media only screen and (max-width: 991px) {
  html:lang(ar)
    .repairPage
    #serviceProcess
    .processSec
    .processItem.active:nth-child(2n)
    .processBox
    .round
    #triangle-right {
    border-right: 0;
  }
}

html:lang(ar) .newsPage #blogs .custom_container {
  margin-right: inherit;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .newsPage #blogs .custom_container .lftSec {
    padding-left: inherit;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .newsPage #blogs .custom_container .lftSec {
    padding-right: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  html:lang(ar) .newsPage #blogs .custom_container .lftSec {
    padding-right: 29px;
  }
}

html:lang(ar)
  .hostingPage
  #FormSec
  .formBOX
  .FormOut
  .cmnBx
  .rdio
  input[type="radio"]:checked
  + label:after {
  left: auto;
  right: 5px;
}

html:lang(ar) .hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio label {
  padding-left: 0;
  padding-right: 33px;
}

html:lang(ar)
  .hostingPage
  #FormSec
  .formBOX
  .FormOut
  .cmnBx
  .rdio
  label:before {
  left: auto;
  right: 0;
}

html:lang(ar)
  .hostingPage
  #FormSec
  .formBOX
  .chkFlx
  input[type="checkbox"]:checked
  + label:after {
  left: auto;
  right: 4px;
}

html:lang(ar) .hostingPage #FormSec .formBOX .chkFlx label {
  padding-left: 0;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .hostingPage #FormSec .formBOX .chkFlx label {
    padding-right: 39px;
  }
}

html:lang(ar) .hostingPage #FormSec .formBOX .chkFlx label:before {
  left: auto;
  right: 0;
}

html:lang(ar) .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB span {
  margin-right: 0;
  margin-left: 5px;
}

html:lang(ar) .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .nw {
  margin-left: 0;
  margin-right: 13px;
}

html:lang(ar) .hostingPage #bundleSec .ftrBx .lftB ul li {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 468px) {
  html:lang(ar) .hostingPage #bundleSec .ftrBx .lftB ul li {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .hostingPage #bundleSec .ftrBx .lftB ul li {
    padding-right: 31px;
  }
}

html:lang(ar) .hostingPage #bundleSec .ftrBx .lftB ul li:before {
  left: auto;
  right: 0;
}

html:lang(ar) .hostingPage #bundleSec .ftrBx .ritB {
  padding-left: 0;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .hostingPage #bundleSec .ftrBx .ritB {
    padding-right: 60px;
  }
}

html:lang(ar)
  .hostingPage
  #bundleSec
  .ftrBx
  .ritB
  .wrapCount
  .countBx:not(:last-of-type) {
  padding-right: 0;
  padding-left: 15px;
}

@media screen and (min-width: 468px) {
  html:lang(ar)
    .hostingPage
    #bundleSec
    .ftrBx
    .ritB
    .wrapCount
    .countBx:not(:last-of-type):after {
    left: 0;
    right: auto;
  }
}

@media screen and (min-width: 992px) {
  html:lang(ar)
    .hostingPage
    #bundleSec
    .ftrBx
    .ritB
    .wrapCount
    .countBx:not(:last-of-type) {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1360px) {
  html:lang(ar)
    .hostingPage
    #bundleSec
    .ftrBx
    .ritB
    .wrapCount
    .countBx:not(:last-of-type) {
    padding-left: 35px;
  }
}

html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt {
  padding-right: 0;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt {
    padding-left: 50px;
  }
}

html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
  margin-right: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1360px) {
  html:lang(ar) .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    margin-left: 35px;
  }
}

.aboutPage #AboutSec {
  padding: 40px 0;
  background: #f8f8f8;
}

@media only screen and (min-width: 768px) {
  .aboutPage #AboutSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #AboutSec {
    padding: 80px 0 60px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #AboutSec {
    padding: 111px 0 135px;
  }
}

.aboutPage #MissionVision {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .aboutPage #MissionVision {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #MissionVision {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #MissionVision {
    padding: 98px 0 105px;
  }
}

.aboutPage #MissionVision .colRw {
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .aboutPage #MissionVision .colRw {
    flex-direction: column-reverse;
  }
}

.aboutPage #MissionVision .colRw:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .aboutPage #MissionVision .colRw:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #MissionVision .colRw:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #MissionVision .colRw:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #MissionVision .colRw:nth-child(2n) .ritBx {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #MissionVision .colRw:nth-child(2n) .ritBx {
    padding-right: 59px;
    padding-left: 94px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #MissionVision .colRw .lftBx {
    padding-right: 61px;
  }
}

.aboutPage #MissionVision .colRw .lftBx .imgBx {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .aboutPage #MissionVision .colRw .lftBx .imgBx {
    max-width: 450px;
    margin: auto;
  }
}

.aboutPage #MissionVision .colRw .lftBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.aboutPage #MissionVision .colRw .lftBx .imgBx:hover img {
  transform: scale(1.07);
}

@media only screen and (max-width: 992px) {
  .aboutPage #MissionVision .colRw .ritBx {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #MissionVision .colRw .ritBx {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #MissionVision .colRw .ritBx {
    padding-left: 59px;
    padding-right: 94px;
  }
}

.aboutPage #MissionVision .colRw .ritBx .title {
  font-weight: 800;
  color: #313131;
  line-height: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .aboutPage #MissionVision .colRw .ritBx .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #MissionVision .colRw .ritBx .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #MissionVision .colRw .ritBx .title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #MissionVision .colRw .ritBx .title {
    margin-bottom: 35px;
    font-size: 45px;
  }
}

.aboutPage #TeamSec {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .aboutPage #TeamSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #TeamSec {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec {
    padding: 102px 0 118px;
  }
}

.aboutPage #TeamSec .HeadBx {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
  .aboutPage #TeamSec .HeadBx {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec .HeadBx {
    margin-bottom: 45px;
  }
}

.aboutPage #TeamSec .HeadBx .subT {
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .aboutPage #TeamSec .HeadBx .subT {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec .HeadBx .subT {
    margin-bottom: 15px;
  }
}

.aboutPage #TeamSec .HeadBx .title {
  margin: 0;
}

.aboutPage #TeamSec .owl-stage {
  margin: auto;
}

.aboutPage #TeamSec .teamBx .imgBx {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .aboutPage #TeamSec .teamBx .imgBx {
    height: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #TeamSec .teamBx .imgBx {
    height: 300px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec .teamBx .imgBx {
    margin-bottom: 30px;
    height: 389px;
  }
}

.aboutPage #TeamSec .teamBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.aboutPage #TeamSec .teamBx .imgBx:hover img {
  transform: scale(1.07);
}

.aboutPage #TeamSec .teamBx .txtB {
  text-align: center;
}

.aboutPage #TeamSec .teamBx .txtB .name {
  color: #000;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .aboutPage #TeamSec .teamBx .txtB .name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #TeamSec .teamBx .txtB .name {
    font-size: 20px;
    margin-bottom: 9px;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #TeamSec .teamBx .txtB .name {
    margin-bottom: 13px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec .teamBx .txtB .name {
    font-size: 24px;
  }
}

.aboutPage #TeamSec .teamBx .txtB .post {
  color: #31378e;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .aboutPage #TeamSec .teamBx .txtB .post {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #TeamSec .teamBx .txtB .post {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #TeamSec .teamBx .txtB .post {
    font-size: 20px;
  }
}

.aboutPage #brands {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .aboutPage #brands {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #brands {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #brands {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #brands {
    padding: 122px 0 113px;
  }
}

.aboutPage #CeoMessage {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .aboutPage #CeoMessage {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #CeoMessage {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutPage #CeoMessage {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .aboutPage #CeoMessage {
    padding: 155px 0;
  }
}

.aboutPage #CeoMessage .row {
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .aboutPage #CeoMessage .row {
    flex-direction: column-reverse;
  }
}

.aboutPage #CeoMessage .lftBx {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .aboutPage #CeoMessage .lftBx {
    max-width: 450px;
    margin: auto;
  }
}

.aboutPage #CeoMessage .lftBx .imgBx {
  border-radius: 10px;
  overflow: hidden;
}

.aboutPage #CeoMessage .lftBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.aboutPage #CeoMessage .lftBx .imgBx:hover img {
  transform: scale(1.07);
}

.aboutPage #CeoMessage .lftBx .quote {
  position: absolute;
  right: 56px;
  top: -32px;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .aboutPage #CeoMessage .lftBx .quote {
    max-width: 60px;
    right: 30px;
    top: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutPage #CeoMessage .lftBx .quote {
    max-width: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .aboutPage #CeoMessage .ritBx {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .aboutPage #CeoMessage .ritBx {
    padding-left: 50px;
  }
}

.aboutPage #CeoMessage .ritBx .HeadBx .subT {
  color: #31378e;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 9px;
}

@media only screen and (min-width: 1441px) {
  .aboutPage #CeoMessage .ritBx .HeadBx .subT {
    font-size: 20px;
    margin-bottom: 19px;
  }
}

.aboutPage #CeoMessage .ritBx .HeadBx .title {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  .aboutPage #CeoMessage .ritBx p {
    padding-right: 90px;
  }
}

.ProPage {
  overflow: visible !important;
}

.ProPage #innerBanner .bannerimg {
  position: relative;
}

.ProPage #innerBanner .bannerimg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0000007a;
}

.ProPage #proListing {
  background: #f8f8f8;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .custom_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ProPage #proListing .pagination {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .pagination {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1560px) {
  .ProPage #proListing .pagination {
    margin-top: 77px;
  }
}

.ProPage #proListing .FilterHeaderTab {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  transition: 0.4s all;
  animation-duration: 0.5s;
  z-index: 30;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .FilterHeaderTab {
    margin-bottom: 5px;
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .FilterHeaderTab {
    position: sticky;
  }
}

.ProPage #proListing .FilterHeaderTab.opty {
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .FilterHeaderTab.opty {
    top: 78px;
  }
}

@media only screen and (max-width: 768px) {
  .ProPage #proListing .FilterHeaderTab.opty {
    top: 68px;
  }
}

@media only screen and (max-width: 676px) {
  .ProPage #proListing .FilterHeaderTab.opty {
    top: 46px;
  }
}

.ProPage #proListing .FilterHeaderTab button {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background: #31378e;
  border: none;
  outline: none;
  box-shadow: none !important;
  height: 35px;
}

@media only screen and (min-width: 468px) {
  .ProPage #proListing .FilterHeaderTab button {
    height: 42px;
  }
}

.ProPage #proListing .FilterHeaderTab button svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-right: 10px;
}

.ProPage #proListing .FilterHeaderTab button:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.ProPage #proListing .FilterHeaderTab button:last-child {
  background: #3490cf;
}

.ProPage #proListing .row {
  margin: 0;
}

.ProPage #proListing .row > * {
  padding: 0;
}

.ProPage #proListing .lftSec {
  position: relative;
  transition: all 0.3s;
  background: #fff;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec {
    width: 260px;
    opacity: 1;
    position: sticky;
    top: 55px;
    height: fit-content;
    height: -moz-fit-content;
    border-right: solid 1px rgba(214, 214, 214, 0.68);
    padding: 44px 25px 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .lftSec {
    width: 337px;
    padding-left: 43px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec .breadCrumb {
    margin-bottom: 35px;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal {
  z-index: 999999;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal {
    padding-right: 0;
    position: relative;
    border: none;
    opacity: 1;
    z-index: 2;
    display: block;
  }

  .ProPage #proListing .lftSec #filterAccodionModal::-webkit-scrollbar {
    width: 0;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-dialog {
  max-width: none;
  margin: 0;
  -webkit-transform: translate(0, 0px);
  transform: translate(0);
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .modal-dialog {
    background: #fff;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-content {
  border: none;
  background: none;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .modal-content {
    height: 100vh;
    border-radius: 0;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #000;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .ModalHeader {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .ModalHeader {
    display: none;
    background: transparent;
    padding: 45px 0 23px;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader svg {
  width: 15px;
  height: 15px;
  fill: #31378e;
  margin-right: 10px;
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .title {
    font-size: 18px;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .title .icon {
  width: 19px;
  height: 14px;
  margin-right: 13px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon
  span {
  height: 3px;
  display: block;
  background: #31378e;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon
  span:nth-child(1) {
  width: 100%;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon
  span:nth-child(2) {
  width: 65%;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon
  span:nth-child(3) {
  width: 100%;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .ModalHeader
  .title
  .icon
  span
  ~ span {
  margin-top: 3px;
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .clear {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .close {
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 23px;
  padding: 0;
  width: 45px;
  position: absolute;
  right: 0;
  color: #fff;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31378e;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .ModalHeader .close {
    display: none;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-body {
  padding: 30px 15px 15px;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .modal-body {
    background: #fff;
    height: calc(100vh - 100px);
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .modal-body {
    padding: 0;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-body .searchBx {
  margin-bottom: 15px;
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-body .searchBx .flxB {
  height: 48px;
  border-radius: 7px;
  background: #eef3f6;
  position: relative;
  overflow: hidden;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .modal-body
  .searchBx
  .form-control {
  width: 100%;
  height: 100%;
  background: transparent;
  padding-right: 45px;
  padding-left: 24px;
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-body .searchBx .send {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #3490cf;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  outline: none;
  border: none;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodionModal
  .modal-body
  .searchBx
  .send
  svg {
  fill: #fff;
  width: 16px;
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-footer {
  padding: 0;
  background: #e8ebf0;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodionModal .modal-footer {
    display: none;
    border: none;
  }
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-footer .btn {
  background: #31378e;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 50%;
  margin: 0;
  height: 40px;
}

.ProPage #proListing .lftSec #filterAccodionModal .modal-footer .btn.clear {
  color: #fff;
  background: #3490cf;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion {
    padding-top: 30px;
  }
}

.ProPage #proListing .lftSec #filterAccodion .card {
  border: none;
  background: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .lftSec #filterAccodion .card {
    margin-bottom: 20px;
  }
}

.ProPage #proListing .lftSec #filterAccodion .card:not(:last-of-type) {
  border-bottom: solid 4px rgba(43, 43, 43, 0.1);
}

.ProPage #proListing .lftSec #filterAccodion .card .cardHeader {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}

.ProPage #proListing .lftSec #filterAccodion .card .cardHeader button {
  margin: 0;
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
  padding: 8px 0;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card .cardHeader button {
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .lftSec #filterAccodion .card .cardHeader button {
    padding: 15px 0;
    font-size: 18px;
  }
}

.ProPage #proListing .lftSec #filterAccodion .card .cardHeader button:after {
  content: "";
  background: url(/build/assets/slt-BB8Olj9N.svg) no-repeat;
  background-size: contain;
  transition: 0.4s all;
  width: 9px;
  height: 5px;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card .cardHeader button:after {
    width: 12px;
    height: 6px;
    display: none;
  }
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .cardHeader
  button[aria-expanded="true"]:after {
  transform: scaleY(-1);
}

.ProPage #proListing .lftSec #filterAccodion .card .cardHeader button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 126px;
  height: 1px;
  background: #3490cf47;
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card .cardHeader button:before {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card:first-of-type .cardHeader {
    border: none;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card .collapse {
    display: block;
  }
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body {
  padding: 15px 0;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .lftSec #filterAccodion .card .card-body {
    padding: 26px 0 24px;
    border: none;
  }
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body .PriceFlx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body .PriceFlx > * {
  width: 50%;
  padding: 0 10px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .PriceFlx
  .form-control {
  background: #eef3f6;
  border-radius: 7px;
  height: 48px;
  padding: 5px 13px;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body .priceSlider {
  position: relative;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs {
  margin-top: 29px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-bar {
  background-color: #3490cf;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs--flat
  .irs-bar {
  top: 0;
  height: 6px;
  border: none;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs--flat
  .irs-line {
  top: 0;
  height: 6px;
  background-color: #e9eaeb;
  border-radius: 100px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs--flat
  .irs-handle {
  border-radius: 50%;
  background-color: #3490cf;
  width: 16px;
  height: 16px;
  border: none;
  top: -6px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs--flat
  .irs-handle
  i,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-single {
  display: none;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-from,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-to {
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  visibility: visible !important;
  top: 20px;
  bottom: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  text-transform: uppercase;
  direction: ltr;
  padding: 0;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-from:before,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-to:before {
  display: none;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-from:after,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-to:after {
  display: none;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-from.irs-from,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-to.irs-from {
  left: 0 !important;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-from.irs-to,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-to.irs-to {
  margin: 0 0 0 auto;
  right: 0;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-min,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  .priceSlider
  .irs-max {
  display: none;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .ProPage
    #proListing
    .lftSec
    #filterAccodion
    .card
    .card-body
    ul
    li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage
    #proListing
    .lftSec
    #filterAccodion
    .card
    .card-body
    ul
    li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"],
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .ProPage
    #proListing
    .lftSec
    #filterAccodion
    .card
    .card-body
    ul
    li
    input[type="checkbox"],
  .ProPage
    #proListing
    .lftSec
    #filterAccodion
    .card
    .card-body
    ul
    li
    input[type="radio"] {
    margin-top: 5px;
  }
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"]:checked:after,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"]:checked
  + label,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"]:checked
  + label {
  color: #3490cf;
  font-weight: 500;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"]:checked
  + label:after,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="checkbox"]:checked
  + label:before,
.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body ul li label {
  margin: 0;
  color: #707070;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .lftSec #filterAccodion .card .card-body ul li label {
    padding-left: 39px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .lftSec #filterAccodion .card .card-body ul li label {
    font-size: 16px;
  }
}

.ProPage
  #proListing
  .lftSec
  #filterAccodion
  .card
  .card-body
  ul
  li
  label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  top: 5px;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body ul li label span {
  color: #2b2b2b;
}

.ProPage #proListing .lftSec #filterAccodion .card .card-body ul li label img {
  margin-right: 13px;
}

.ProPage #proListing .lftSec #filterAccodion .card .Reset {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 13px;
  color: #31378e;
  text-transform: uppercase;
  cursor: pointer;
}

.ProPage #proListing .ritSec {
  transition: all 0.3s;
  position: relative;
  padding: 10px 0 30px;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .ritSec {
    padding: 0 15px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .ritSec {
    width: calc(100% - 260px);
    padding-top: 44px;
    padding-left: 35px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec {
    padding-left: 58px;
    padding-bottom: 97px;
    width: calc(100% - 337px);
  }
}

.ProPage #proListing .ritSec.fullwidth {
  width: 100%;
}

.ProPage #proListing .ritSec .all_products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .ritSec .all_products {
    margin-bottom: 45px;
  }
}

.ProPage #proListing .ritSec .all_products .proInfo,
.ProPage #proListing .ritSec .all_products .sreslt {
  font-weight: 600;
  color: #333e48;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .ritSec .all_products .proInfo,
  .ProPage #proListing .ritSec .all_products .sreslt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .ritSec .all_products .proInfo,
  .ProPage #proListing .ritSec .all_products .sreslt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .proInfo,
  .ProPage #proListing .ritSec .all_products .sreslt {
    font-size: 24px;
  }
}

.ProPage #proListing .ritSec .all_products .resltCount {
  color: #31378e;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .ritSec .all_products .resltCount {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1360px) {
  .ProPage #proListing .ritSec .all_products .resltCount {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .resltCount {
    font-size: 20px;
    margin-top: 20px;
  }
}

.ProPage #proListing .ritSec .all_products .bdfgRtBx {
  display: flex;
  align-items: center;
}

.ProPage #proListing .ritSec .all_products .SortBy,
.ProPage #proListing .ritSec .all_products .display {
  display: none;
  align-items: center;
  font-weight: 400;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .ritSec .all_products .SortBy,
  .ProPage #proListing .ritSec .all_products .display {
    z-index: 2;
    display: flex;
  }
}

.ProPage #proListing .ritSec .all_products .SortBy .label,
.ProPage #proListing .ritSec .all_products .display .label {
  color: #272525;
  font-weight: 400;
  margin-right: 15px;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .SortBy .label,
  .ProPage #proListing .ritSec .all_products .display .label {
    font-size: 16px;
  }
}

.ProPage #proListing .ritSec .all_products .SortBy .select2,
.ProPage #proListing .ritSec .all_products .display .select2 {
  border: solid 1px rgba(112, 112, 112, 0.45);
  min-width: 160px;
  height: 40px;
  background: transparent;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .ritSec .all_products .SortBy .select2,
  .ProPage #proListing .ritSec .all_products .display .select2 {
    min-width: 180px;
    height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .SortBy .select2,
  .ProPage #proListing .ritSec .all_products .display .select2 {
    min-width: 218px;
  }
}

.ProPage
  #proListing
  .ritSec
  .all_products
  .SortBy
  .select2
  .select2-selection__arrow,
.ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection__arrow {
  background: none;
}

.ProPage #proListing .ritSec .all_products .SortBy .select2 .select2-selection,
.ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection {
  outline: none !important;
  box-shadow: none !important;
  background-position: right 0px center !important;
  height: 100% !important;
  border: none !important;
  display: flex !important;
  align-items: center;
  background-color: transparent !important;
  background-image: none;
  min-height: auto !important;
  padding: 0 15px !important;
}

@media only screen and (min-width: 1441px) {
  .ProPage
    #proListing
    .ritSec
    .all_products
    .SortBy
    .select2
    .select2-selection,
  .ProPage
    #proListing
    .ritSec
    .all_products
    .display
    .select2
    .select2-selection {
    padding: 0 22px !important;
  }
}

.ProPage
  #proListing
  .ritSec
  .all_products
  .SortBy
  .select2
  .select2-selection:after,
.ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection:after {
  content: "";
  position: absolute;
  right: 22px;
  background: url(/build/assets/slt-BB8Olj9N.svg) center no-repeat;
  width: 10px;
  height: 5px;
  background-size: contain;
}

.ProPage
  #proListing
  .ritSec
  .all_products
  .SortBy
  .select2
  .select2-selection
  .select2-selection--single,
.ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection
  .select2-selection--single {
  background-image: none;
}

.ProPage
  #proListing
  .ritSec
  .all_products
  .SortBy
  .select2
  .select2-selection__rendered,
.ProPage
  #proListing
  .ritSec
  .all_products
  .display
  .select2
  .select2-selection__rendered {
  color: #272525 !important;
  font-weight: 500;
  padding: 0 !important;
  font-size: 13px;
}

@media only screen and (min-width: 1200px) {
  .ProPage
    #proListing
    .ritSec
    .all_products
    .SortBy
    .select2
    .select2-selection__rendered,
  .ProPage
    #proListing
    .ritSec
    .all_products
    .display
    .select2
    .select2-selection__rendered {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage
    #proListing
    .ritSec
    .all_products
    .SortBy
    .select2
    .select2-selection__rendered,
  .ProPage
    #proListing
    .ritSec
    .all_products
    .display
    .select2
    .select2-selection__rendered {
    font-size: 16px;
  }
}

.ProPage #proListing .ritSec .all_products .display {
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  .ProPage #proListing .ritSec .all_products .display {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .display {
    margin-left: 50px;
  }
}

.ProPage #proListing .ritSec .all_products .display .select2 {
  min-width: 160px;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .ritSec .all_products .display .select2 {
    min-width: 200px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .all_products .display .select2 {
    min-width: 218px;
  }
}

.ProPage #proListing .ritSec .ProGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media only screen and (min-width: 600px) {
  .ProPage #proListing .ritSec .ProGrid {
    margin: -8px;
  }
}

@media only screen and (min-width: 1366px) {
  .ProPage #proListing .ritSec .ProGrid {
    margin: -10px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .ProGrid {
    padding: 0;
    margin: -16px;
  }
}

.ProPage #proListing .ritSec .ProGrid .item {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
  .ProPage #proListing .ritSec .ProGrid .item {
    width: 50%;
    padding: 8px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1366px) {
  .ProPage #proListing .ritSec .ProGrid .item {
    width: 33.3333333333%;
    padding: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .ritSec .ProGrid .item {
    width: 33.3333333333%;
    padding: 16px;
  }
}

.ProPage #proListing .ritSec .ProGrid .proBx.otst .imgBx .off,
.ProPage #proListing .ritSec .ProGrid .proBx.otst .imgBx img,
.ProPage #proListing .ritSec .ProGrid .proBx.otst .imgBx .wishbutton,
.ProPage #proListing .ritSec .ProGrid .proBx.otst .txtBx {
  opacity: 0.4;
}

.ProPage #proListing .mainRow.SpecialOffer .lftSec {
  display: none;
}

.ProPage #proListing .mainRow.SpecialOffer .ritSec {
  padding: 0 0 30px;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .mainRow.SpecialOffer .ritSec {
    padding: 0 0 30px;
  }
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .mainRow.SpecialOffer .ritSec {
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  .ProPage #proListing .mainRow.SpecialOffer .ritSec {
    width: 100%;
  }
}

.ProPage #proListing .mainRow.SpecialOffer .ritSec .all_products {
  display: none;
}

@media only screen and (min-width: 992px) {
  .ProPage #proListing .mainRow.SpecialOffer .ritSec .ProGrid .item {
    width: 25%;
  }
}

@media only screen and (min-width: 1360px) {
  .ProPage #proListing .mainRow.SpecialOffer .ritSec .ProGrid .item {
    width: 20%;
  }
}

#chartPop {
  position: absolute;
  right: -100%;
  top: 0;
  opacity: 0;
  transition: ease-in-out all 0.3s;
  visibility: hidden;
  padding: 0 !important;
  background: #0000009e;
}

#chartPop .modal-dialog {
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%);
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 800px;
}

#chartPop .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  max-width: 800px;
}

#chartPop .modal-header {
  align-items: center;
}

#chartPop .modal-header .modal_title {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

#chartPop .modal-header .close {
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  width: 17px;
}

#chartPop .modal-body {
  padding: 0 0 50px;
  background: #fff;
}

#chartPop .cart_list {
  display: flex;
  padding: 15px;
}

#chartPop .cart_list .thumbnail img {
  width: 115px;
}

@media only screen and (max-width: 468px) {
  #chartPop .cart_list .thumbnail img {
    width: 95px;
  }
}

#chartPop .cart_list .list_dtl {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 468px) {
  #chartPop .cart_list .list_dtl {
    margin-left: 15px;
  }
}

#chartPop .cart_list .list_dtl .pro_name {
  font-size: 16px;
  color: #2c2c2b;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

@media only screen and (max-width: 468px) {
  #chartPop .cart_list .list_dtl .pro_name {
    font-size: 14px;
  }
}

#chartPop .cart_list .list_dtl .label {
  font-size: 14px;
  color: #2c2c2b;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

#chartPop .cart_list .list_dtl .pro_code {
  font-size: 13px;
  color: #2a2929;
  line-height: normal;
}

#chartPop .cart_list .list_dtl .flex {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#chartPop .cart_list .list_dtl .flex .current_price {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

#chartPop .cart_list .list_dtl .flex .actual_price {
  font-size: 13px;
  color: #313131;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#chartPop .cart_list .list_dtl .flex .actual_price span:not(.off_price) {
  font-size: 13px;
  color: #8e8e8e;
  margin-left: 10px;
  font-weight: 300;
  text-decoration: line-through;
}

#chartPop .cart_list .list_dtl .flex .actual_price span.off_price {
  font-size: 11.741px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #ee9f03;
  width: 68px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-left: 15px;
}

#chartPop.show {
  opacity: 1;
  visibility: visible;
  right: 0;
}

#chartPop.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.shopDetailspage {
  overflow: visible !important;
}

.shopDetailspage #shopDtlSec {
  padding: 0 0 40px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #shopDtlSec {
    padding: 0 30px 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec {
    padding: 0 50px 40px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec {
    padding: 0 80px 60px;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .scrollfix {
    position: -webkit-sticky;
    position: sticky !important;
    height: 100%;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #shopDtlSec .container {
    max-width: 100%;
    padding: 0;
  }
}

.shopDetailspage #shopDtlSec .MainRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shopDetailspage #shopDtlSec .proSlideSecCol {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .shopDetailspage #shopDtlSec .proSlideSecCol {
    max-width: 500px;
    margin: auto;
  }
}

@media only screen and (max-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSecCol {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .proSlideSecCol {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage #shopDtlSec .proSlideSecCol {
    max-width: 460px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .proSlideSecCol {
    max-width: 518px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec {
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .shopDetailspage #shopDtlSec .proSlideSec {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .proSlideSec {
    height: 100%;
  }
}

@media only screen and (min-width: 590px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a[data-zoom-id],
  .shopDetailspage
    #shopDtlSec
    .proSlideSec
    .carousel-indicators
    a[data-zoom-id] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a[data-zoom-id] img,
.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .carousel-indicators
  a[data-zoom-id]
  img {
  max-width: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide li,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators li {
  width: 48px;
  height: 38px;
  border: 0.5px solid #707070;
  padding: 0 !important;
  transition: 0.3s all;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide li.active,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators li.active {
  border-color: #31378e;
  box-shadow: 0 0 6px #00000075;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators .vidBtn {
  border: 0.5px solid #707070;
  position: relative;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn:after,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators .vidBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff9c;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn img,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators .vidBtn img {
  transition: ease-in-out all 0.1s;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn .icon,
.shopDetailspage #shopDtlSec .proSlideSec .carousel-indicators .vidBtn .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn .icon img,
.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .carousel-indicators
  .vidBtn
  .icon
  img {
  height: auto;
  width: auto;
  object-fit: contain;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn .icon svg,
.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .carousel-indicators
  .vidBtn
  .icon
  svg {
  width: 33px;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .vidBtn .icon svg .cls-1,
.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .carousel-indicators
  .vidBtn
  .icon
  svg
  .cls-1 {
  fill: #3490cf;
}

@media only screen and (max-width: 768px) {
  .shopDetailspage #shopDtlSec .proSlideSec.DeskSlide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .proSlideSec.MobSlide {
    display: none;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec.MobSlide a {
  display: block;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
  order: 1;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    height: 450px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    height: 500px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide {
    height: 611px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide .slick-track {
  display: flex !important;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide .slick-slide {
  height: auto !important;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  height: 100%;
  width: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide a picture {
  width: 100%;
  height: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide a video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide .zoom_gallery_slide {
  opacity: 1 !important;
  left: 0 !important;
}

.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .mainSlide
  .zoom_gallery_slide.video_slide
  video,
.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .mainSlide
  .zoom_gallery_slide.video_slide
  iframe {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  background: #000;
}

.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .mainSlide
  .zoom_gallery_slide:not(.active) {
  display: none;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure {
  height: 300px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure {
    height: 100%;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure img {
  object-fit: cover;
  height: 100%;
}

.shopDetailspage #shopDtlSec .proSlideSec .mainSlide figure div:not(.mz-lens) {
  display: none !important;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
  order: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide {
    padding-left: 27px;
    padding-right: 120px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .item {
  border: none;
  margin: 0 8px;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1360px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .item {
    margin: 0 12px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .item.slick-current a {
  border: solid 2px #3490cf !important;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(112, 112, 112, 0.31);
  border-radius: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a {
    width: 68px;
    height: 68px;
  }
}

@media only screen and (min-width: 1360px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a {
    height: 78px;
    width: 78px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a img {
    object-fit: contain !important;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a .icon {
    background: #0003;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a .icon img {
  height: auto;
  width: auto;
  object-fit: contain;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a .icon svg {
  width: 33px;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide a .icon svg .cls-1 {
  fill: #fff;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .mz-thumb {
  padding: 5px;
}

.shopDetailspage
  #shopDtlSec
  .proSlideSec
  .thumbSlide
  .mz-thumb:hover:not(.mz-thumb-selected) {
  padding: 5px;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .mz-thumb-selected {
  padding: 5px;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  border: none;
  padding: 0;
  height: 17px;
  width: 9px;
  background-size: contain;
  opacity: 0.5;
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .slick-arrow.slick-prev {
  left: 15px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #shopDtlSec
    .proSlideSec
    .thumbSlide
    .slick-arrow.slick-prev {
    left: 35px;
  }
}

.shopDetailspage #shopDtlSec .proSlideSec .thumbSlide .slick-arrow.slick-next {
  transform: none;
  right: 15px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #shopDtlSec
    .proSlideSec
    .thumbSlide
    .slick-arrow.slick-next {
    right: 35px;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .ProInfoRit {
    width: calc(100% - 450px);
    padding-top: 30px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1360px) {
  .shopDetailspage #shopDtlSec .ProInfoRit {
    display: flex;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage #shopDtlSec .ProInfoRit {
    width: calc(100% - 460px);
    padding-top: 50px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .ProInfoRit {
    width: calc(100% - 518px);
    padding-top: 62px;
    padding-left: 60px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec {
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1360px) {
  .shopDetailspage #shopDtlSec .ProInfoSec {
    padding-left: 7.8px;
    padding-right: 35px;
    margin-bottom: 0;
    width: calc(100% - 360px);
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec {
    width: calc(100% - 420px);
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .ProInfoSec {
    width: calc(100% - 420px);
    padding-right: 71px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp .Brand {
  color: #575858;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .flXtp .Brand {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp .Brand img {
  max-height: 30px;
  max-width: 90px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp .stock {
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .flXtp .stock {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp .stock.in {
  color: #31af3d;
}

.shopDetailspage #shopDtlSec .ProInfoSec .flXtp .stock.out {
  color: #31378e;
}

.shopDetailspage #shopDtlSec .ProInfoSec .name {
  color: #484848;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .name {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .name {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .name {
    font-size: 25px;
    line-height: 35px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .info {
  color: #333e48;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8.5px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .info {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .info span {
  margin-left: 5px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(214, 214, 214, 0.68);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx {
    padding-bottom: 25px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx {
    padding-bottom: 34px;
    margin-bottom: 27px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 468px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB {
    margin-bottom: 10px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating {
  display: flex;
  align-items: center;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating .icons svg {
  fill: #f8ac15;
  width: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating .icons svg {
    width: 18px;
  }
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .lftB
  .rating
  .icons
  svg:not(:last-of-type) {
  margin-right: 2px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #shopDtlSec
    .ProInfoSec
    .dFlx
    .lftB
    .rating
    .icons
    svg:not(:last-of-type) {
    margin-right: 4.3px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating .count {
  color: #333e48;
  font-weight: 400;
  margin-left: 13px;
  font-size: 14px;
  direction: ltr;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating .count {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .rating .count span {
  color: #3490cf;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .write {
  color: #31378e;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  margin-left: 13px;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .dFlx .lftB .write {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx {
  display: flex;
  align-items: center;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share {
  font-size: 16px;
  color: #333e48;
  font-weight: 400;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share svg {
  width: 18px;
  fill: #000;
  transition: 0.4s all;
  margin-right: 15px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share:hover svg {
  fill: #31378e;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu {
  position: relative;
  z-index: 100;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__list {
  height: fit-content;
  height: -moz-fit-content;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s linear, transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s linear, transform 0.3s ease-out 0.3s,
    -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item {
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0);
  opacity: 1;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(1) {
  transition-delay: 0.65s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(2) {
  transition-delay: 0.6s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(3) {
  transition-delay: 0.55s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(4) {
  transition-delay: 0.5s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(5) {
  transition-delay: 0.45s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:nth-child(6) {
  transition-delay: 0.4s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:before {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__trigger:checked
  + .menu
  .menu__item:after {
  transition: opacity 0.1s linear 0.3s;
  opacity: 1;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__list {
  background: #31378e;
  box-shadow: 0 6px 14px #00000029;
  height: fit-content;
  height: -moz-fit-content;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__link {
  transition: 0.4s ease-in-out;
  display: block;
  position: relative;
  cursor: pointer;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__link a {
  display: block;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__link a svg,
.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__link a img {
  height: 17px;
  fill: #000;
  transition: 0.4s all;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__list {
  transition: opacity 0.3s ease-in-out 0.6s,
    -webkit-transform 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.6s;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.6s,
    -webkit-transform 0.3s ease-in-out 0.3s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  position: absolute;
  padding: 26px 0;
  left: 0;
  top: 37px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .dFlx .ritBx .share .menu__item {
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear;
  transition: transform 0.3s ease-in-out, opacity 0.3s linear,
    -webkit-transform 0.3s ease-in-out;
  width: 64px;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:not(:last-of-type) {
  margin-bottom: 27px;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(1) {
  -webkit-transform: translate(0, -100%);
  transform: translateY(-100%);
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(2) {
  -webkit-transform: translate(0, -200%);
  transform: translateY(-200%);
  transition-delay: 0.05s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(3) {
  -webkit-transform: translate(0, -300%);
  transform: translateY(-300%);
  transition-delay: 0.1s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(4) {
  -webkit-transform: translate(0, -400%);
  transform: translateY(-400%);
  transition-delay: 0.15s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(5) {
  -webkit-transform: translate(0, -500%);
  transform: translateY(-500%);
  transition-delay: 0.2s;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .dFlx
  .ritBx
  .share
  .menu__item:nth-child(6) {
  -webkit-transform: translate(0, -600%);
  transform: translateY(-600%);
  transition-delay: 0.25s;
}

.shopDetailspage #shopDtlSec .ProInfoSec .disc p {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .disc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .disc p span,
.shopDetailspage #shopDtlSec .ProInfoSec .disc p a {
  color: #3490cf;
}

.shopDetailspage #shopDtlSec .ProInfoSec .disc ul {
  margin-bottom: 20px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .disc ul li {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .disc ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .disc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #3490cf;
  top: 8px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .disc ul li:before {
    top: 12px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 5px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx {
    padding: 15px 20px 5px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx {
    margin-bottom: 27px;
    padding: 20px 33px 10px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr:not(:last-of-type) {
  margin-right: 15px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr:not(:last-of-type) {
    margin-right: 25px;
    padding-right: 20px;
  }
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .ftreFlx
  .ftr:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 1px;
  background: #707070;
}

.shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr .icon {
  min-width: 18px;
  width: 18px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr .icon {
    min-width: 24px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr .txt {
  padding-left: 10px;
  color: #2b2b2b;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ftreFlx .ftr .txt {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .ttleFlx {
  display: flex;
  flex-wrap: wrap;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 12px;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .ttleFlx {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .ttleFlx span {
  font-weight: 600;
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 13px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .varientBx {
    margin: 0 -7.5px 13px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  min-width: 100px;
  padding: 0 5px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD {
    padding: 0 7.5px;
    min-width: 130px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD {
    min-width: 150px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD input,
.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD .selectSize {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD input:checked ~ label,
.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .varientBx
  .vntD
  .selectSize:checked
  ~ label {
  border-color: #3490cf;
  background: #ddeaf2;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .varientBx
  .vntD
  input:checked
  ~ label:after,
.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .varientBx
  .vntD
  .selectSize:checked
  ~ label:after {
  height: 3px;
  opacity: 1;
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD label {
  width: 100%;
  font-size: 14px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  background: #f8f8f8;
  border: solid 0.5px rgba(112, 112, 112, 0.39);
  position: relative;
  height: 35px;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD label {
    height: 40px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD label {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .varientBx .vntD label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.2s all;
  opacity: 0;
  background: #3490cf;
}

.shopDetailspage #shopDtlSec .ProInfoSec .warrenty {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 25px;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .warrenty {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .warrenty {
    font-size: 18px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .warrenty .icon {
  margin-right: 7.5px;
  min-width: 28px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx {
  display: flex;
  flex-wrap: wrap;
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx {
  display: flex;
  align-items: center;
  margin-right: 14px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (max-width: 576px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx:not(:last-of-type) {
    margin-right: 30px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx .title {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 12px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx .title {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx.color .select2 {
  min-width: 120px;
  width: 100% !important;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx.color .select2 {
    min-width: 149px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx.gpu .select2 {
  width: 100% !important;
  min-width: 180px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx.gpu .select2 {
    min-width: 212px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx .select2 {
  border: solid 1px rgba(112, 112, 112, 0.39);
  background: #f8f8f8;
  border-radius: 4px;
  height: 40px !important;
  display: flex;
  align-items: center;
  min-width: 149px;
}

.shopDetailspage #shopDtlSec .ProInfoSec .slctFlx .slctBx .select2 .selection {
  width: 100%;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .slctFlx
  .slctBx
  .select2
  .select2-selection {
  height: auto !important;
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .slctFlx
  .slctBx
  .select2
  .select2-selection
  .select2-selection__rendered {
  padding: 0 15px !important;
  color: #2b2b2b !important;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #shopDtlSec
    .ProInfoSec
    .slctFlx
    .slctBx
    .select2
    .select2-selection
    .select2-selection__rendered {
    padding: 0 22px !important;
    font-size: 16px;
  }
}

.shopDetailspage
  #shopDtlSec
  .ProInfoSec
  .slctFlx
  .slctBx
  .select2
  .select2-selection
  .select2-selection__arrow {
  right: 17px;
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shopDetailspage #shopDtlSec .ProInfoSec .verified {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(112, 112, 112, 0.12);
  padding: 17px 0 0;
  margin-top: 25px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .verified {
    padding: 27px 0 0;
    margin-top: 35px;
  }
}

.shopDetailspage #shopDtlSec .ProInfoSec .verified .vFg {
  margin-right: 10px;
}

@media only screen and (max-width: 1360px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .verified .vFg img {
    height: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .shopDetailspage #shopDtlSec .ProInfoSec .verified .vFg img {
    height: 30px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec {
  width: 100%;
  background: #f8f8f8;
  height: fit-content;
  height: -moz-fit-content;
  padding: 30px 20px;
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage #shopDtlSec .proRitSec {
    padding: 35px 30px 50px;
  }
}

@media only screen and (min-width: 1360px) {
  .shopDetailspage #shopDtlSec .proRitSec {
    width: 360px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec {
    width: 380px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .proRitSec {
    width: 420px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .label {
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 8px;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .priceB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
}

.shopDetailspage #shopDtlSec .proRitSec .priceB .lB {
  display: flex;
  align-items: center;
}

.shopDetailspage #shopDtlSec .proRitSec .priceB .lB .new {
  color: #31378e;
  font-weight: 700;
  margin-right: 7px;
  font-size: 20px;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #shopDtlSec .proRitSec .priceB .lB .new {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1800px) {
  .shopDetailspage #shopDtlSec .proRitSec .priceB .lB .new {
    font-size: 28px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .priceB .lB .old {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .priceB .lB .old {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1800px) {
  .shopDetailspage #shopDtlSec .proRitSec .priceB .ico img {
    width: 55px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .flxB {
  display: flex;
  align-items: center;
}

.shopDetailspage #shopDtlSec .proRitSec .flxB .off {
  font-size: 14px;
  color: #d80000;
  font-weight: 600;
  margin-right: 10px;
}

.shopDetailspage #shopDtlSec .proRitSec .flxB .save {
  font-size: 14px;
  color: #1e912a;
  font-weight: 600;
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry {
  background: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry .flxB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry .flxB .lt {
  color: #1e912a;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .dlvry .flxB .lt {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry .flxB .rt {
  font-size: 14px;
  color: #31378e;
  font-weight: 500;
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry .estimate {
  font-size: 14px;
  color: #333e48;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.shopDetailspage #shopDtlSec .proRitSec .dlvry .estimate .icon {
  min-width: 27px;
  margin-right: 10px;
}

.shopDetailspage #shopDtlSec .proRitSec .quantity {
  display: flex;
  align-items: center;
  border: none;
  height: auto;
  margin: 30px 0 0;
  padding-top: 23px;
  border-top: solid 1px rgba(112, 112, 112, 0.13);
}

.shopDetailspage #shopDtlSec .proRitSec .quantity input[type="button"] {
  background: #3490cf;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  font-size: 24px;
  width: 43px;
  color: #fff;
  line-height: 1px;
  font-weight: 400;
  -webkit-appearance: none;
  height: 40px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .quantity input[type="button"] {
    height: 43px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .quantity input[type="button"].minus {
  padding-top: 0;
  margin-right: 15px;
}

.shopDetailspage #shopDtlSec .proRitSec .quantity input[type="button"].plus {
  margin-left: 15px;
}

.shopDetailspage #shopDtlSec .proRitSec .quantity input[type="number"] {
  background: #fff;
  border: none;
  text-align: center;
  color: #2b2b2b;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  height: 100%;
  font-weight: 400;
  border-radius: 4px;
  width: calc(100% - 116px);
  height: 40px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .quantity input[type="number"] {
    height: 43px;
  }
}

.shopDetailspage
  #shopDtlSec
  .proRitSec
  .quantity
  input[type="number"]::-webkit-inner-spin-button,
.shopDetailspage
  #shopDtlSec
  .proRitSec
  .quantity
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.shopDetailspage #shopDtlSec .proRitSec .btnBx {
  display: flex;
  margin-top: 20px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .btnBx {
    margin-top: 30px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .btnBx > * {
  width: 50%;
  height: 40px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .btnBx > * {
    height: 48px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .enqry {
  width: 100%;
  border: none;
  background: #31378e;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .enqry {
    margin-right: 8.5px;
    font-size: 14px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .addCart {
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3490cf;
  border-radius: 7px;
  transition: 0.4s all;
  margin-left: 5px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .addCart {
    margin-left: 8.5px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .addCart:before {
  background: #31378e;
}

.shopDetailspage #shopDtlSec .proRitSec .addCart > * {
  position: relative;
  z-index: 10;
}

.shopDetailspage #shopDtlSec .proRitSec .addCart svg {
  margin-left: 10px;
  width: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .addCart svg {
    width: 17px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .addCart svg .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

.shopDetailspage #shopDtlSec .proRitSec .addCart .txt {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .addCart .txt {
    font-size: 14px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .etxtBx {
  margin-top: 20px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .etxtBx {
    margin-top: 30px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .etxtBx .txt {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .etxtBx .txt {
    margin-bottom: 23px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .etxtBx p,
.shopDetailspage #shopDtlSec .proRitSec .etxtBx .txt {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #shopDtlSec .proRitSec .etxtBx p,
  .shopDetailspage #shopDtlSec .proRitSec .etxtBx .txt {
    font-size: 16px;
  }
}

.shopDetailspage #shopDtlSec .proRitSec .etxtBx p {
  margin-bottom: 0;
}

.shopDetailspage #shopDtlSec .proRitSec .etxtBx p b {
  font-weight: 600;
  color: #2b2b2b;
}

.shopDetailspage #moreInfoSec {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #moreInfoSec {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage #moreInfoSec {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage #moreInfoSec {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #moreInfoSec .container {
    max-width: 100%;
    padding: 0;
  }
}

.shopDetailspage #moreInfoSec .accordion {
  width: 100%;
}

.shopDetailspage #moreInfoSec .accordion .accordion-button {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}

.shopDetailspage #moreInfoSec .accordion .FlxBtn {
  border-bottom: solid 1px rgba(112, 112, 112, 0.24);
}

@media only screen and (max-width: 576px) {
  .shopDetailspage #moreInfoSec .accordion .FlxBtn {
    display: none;
  }
}

.shopDetailspage #moreInfoSec .accordion .collapsing {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #moreInfoSec .accordion .collapsing {
    height: auto !important;
    transition: opacity 0.3s linear;
  }
}

.shopDetailspage #moreInfoSec .accordion .collapsing:not(.show) {
  opacity: 0;
  visibility: hidden;
}

.shopDetailspage #moreInfoSec .accordion .collapsing.show {
  opacity: 1;
  visibility: visible;
}

.shopDetailspage #moreInfoSec .accordion .buttonSec {
  display: flex;
}

.shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  width: fit-content;
  width: -moz-fit-content;
  border: solid 1px rgba(112, 112, 112, 0.15);
  min-width: 120px;
  height: 40px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button {
    min-width: 150px;
    height: 40px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button {
    min-width: 200px;
    height: 50px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button {
    min-width: 264px;
    height: 60px;
    font-size: 20px;
  }
}

.shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button span {
  position: relative;
  z-index: 10;
  transition: 0.4s all;
}

.shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #3490cf;
  transform: none;
  transition: 0.2s all;
}

.shopDetailspage #moreInfoSec .accordion .buttonSec .accordion-button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #ddeaf2b0, #e1e1e1b0) 0% 0%
    no-repeat padding-box;
  transition: 0.4s all;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .buttonSec
  .accordion-button[aria-expanded="true"] {
  color: #3490cf;
  font-weight: 500;
  background: #fff;
  border-bottom: none;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .buttonSec
  .accordion-button[aria-expanded="true"]
  span {
  transform: translateY(3px);
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .buttonSec
  .accordion-button[aria-expanded="true"]:before {
  height: 0;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .buttonSec
  .accordion-button[aria-expanded="true"]:after {
  height: 3px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .buttonSec
    .accordion-button[aria-expanded="true"]:after {
    height: 7px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .buttonSec
    .accordion-button[aria-expanded="true"] {
    pointer-events: none;
  }
}

.shopDetailspage #moreInfoSec .accordion .innerBx .accordion-item {
  border: none;
  border-radius: 0;
  background: transparent;
}

@media only screen and (max-width: 576px) {
  .shopDetailspage #moreInfoSec .accordion .innerBx .accordion-item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button {
    background: none;
    border: none;
    font-size: 22px;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    color: #474747;
    font-weight: 500;
    justify-content: space-between;
  }

  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button:after {
    background: none;
    content: "+";
    font-size: 28px;
    font-weight: 200;
    color: #262525;
    transform: none;
    transition: all 0.3s;
    height: fit-content;
    line-height: 23px;
    width: 20px;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button[aria-expanded="true"] {
    color: #31378e;
  }

  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button[aria-expanded="true"]:after {
    content: "-";
  }
}

@media only screen and (max-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-button.mobBtn {
    display: none;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-collapse {
  border: none;
}

.shopDetailspage #moreInfoSec .accordion .innerBx .accordion-item .collapsing {
  overflow: hidden;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body {
  padding: 0;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details {
  padding: 15px 0;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details {
    padding: 27px 0 18px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .cTitle {
  font-size: 16px;
  color: #2b3030;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .cTitle {
    margin-bottom: 18px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  p {
  color: #334141;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item:not(:last-of-type) {
  margin-bottom: 20px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item:nth-child(2n)
  .productBox
  .contentBox {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 678px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item:nth-child(2n)
    .productBox
    .contentBox
    .leftSec {
    padding-left: 50px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  z-index: 0;
  display: flex;
  align-items: center;
  background: #e4e4e4a6;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox {
    padding: 30px 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox {
    padding: 30px 45px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .imgBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .imgBox
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  min-height: 300px;
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox {
    min-height: 550px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox.centerBx
  .leftSec {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox.centerBx
    .leftSec
    .subT {
    margin: auto;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox.centerBx
  .rtSec {
  display: none;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .leftSec {
  width: 100%;
}

@media only screen and (min-width: 678px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec {
    width: 70%;
    padding-right: 30px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .leftSec
  .mainTitle {
  color: #313131;
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .mainTitle {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .mainTitle {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .mainTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .mainTitle {
    font-size: 45px;
    line-height: 54px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .leftSec
  .subT {
  color: #000000bd;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: normal;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .subT {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .subT {
    font-size: 18px;
    max-width: 950px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .leftSec
    .subT {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .rtSec {
  width: 100%;
}

@media only screen and (min-width: 678px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .rtSec {
    width: 30%;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .rtSec
  .imgBx {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@media only screen and (min-width: 678px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .item
    .productBox
    .contentBox
    .rtSec
    .imgBx {
    height: 100%;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .item
  .productBox
  .contentBox
  .rtSec
  .imgBx
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .discBlk
  .imgBx {
  display: flex;
  justify-content: center;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .discBlk
  .imgBx
  img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx {
    margin-bottom: 52px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  .spec,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  ul {
  overflow: hidden;
  width: 100%;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  .spec
  li,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  ul
  li {
  display: flex;
  align-items: center;
  color: #334141;
  font-weight: 400;
  min-height: 41px;
  font-size: 14px;
  padding: 0 10px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx
    .spec
    li,
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx
    ul
    li {
    padding: 0 30px;
    font-size: 16px;
    min-height: 57px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  .spec
  li:nth-child(odd),
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  ul
  li:nth-child(odd) {
  background: #f6f6f6;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  .spec
  li
  span,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  ul
  li
  span {
  font-weight: 500;
  color: #13181d;
  min-width: 50%;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx
    .spec
    li
    span,
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .details
    .specBx
    ul
    li
    span {
    min-width: 20%;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  .spec
  li
  a,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx
  ul
  li
  a {
  color: #279ed2;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx.open
  .spec,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .details
  .specBx.open
  ul {
  max-height: unset;
  overflow: unset;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .default {
  color: #2b3030;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .default {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .dataSheet {
    padding: 15px 0;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .dataSheet
  .txt {
  margin-bottom: 23px;
  color: #2b3030;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .dataSheet
    .txt {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .dataSheet
  .dwnld {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  color: #fff;
  font-weight: 500;
  background: #31378e;
  height: 42px;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .dataSheet
    .dwnld {
    font-size: 16px;
    height: 48px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .dataSheet
  .dwnld
  svg {
  margin-right: 12px;
  width: 20px;
  fill: #fff;
  position: relative;
  z-index: 10;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 27px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx {
    padding: 45px 0 27px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx {
    order: 1;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx {
    border-right: solid 1px rgba(214, 214, 214, 0.68);
    padding: 20px 20px 20px 0;
    width: 360px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx {
    width: 420px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx {
    padding: 24px 24px 24px 0;
    width: 490px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .tBhG {
  margin-bottom: 21px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .cmNtitle {
  margin-bottom: 19px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx {
  display: flex;
  margin-bottom: 13px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star
  svg {
  margin-right: 5.5px;
  width: 18px;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rBx
    .star
    svg {
    width: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rBx
    .star
    svg {
    width: 23px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star
  svg
  .cls-1 {
  fill: #f8ac15;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .star
  svg
  .notF {
  fill: #dbdbdb;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rBx
  .count {
  font-size: 18px;
  color: #333e48;
  font-weight: 400;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .total {
  font-weight: 400;
  color: #3490cf;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .total {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX {
  padding: 15px;
  background: #f7f6f5;
  margin-bottom: 23px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .RATEbbX {
    padding: 30px 20px 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star {
  display: flex;
  align-items: center;
  margin-right: 28px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star
  svg {
  margin-right: 5.5px;
  width: 17px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .RATEbbX
    .FLX
    .star
    svg {
    width: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .RATEbbX
    .FLX
    .star
    svg {
    width: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .RATEbbX
    .FLX
    .star
    svg {
    width: 23px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star
  svg
  .cls-1 {
  fill: #f8ac15;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .star
  svg
  .notF {
  fill: #dbdbdb;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .RATEbbX
  .FLX
  .count {
  color: #333e48;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .RATEbbX
    .FLX
    .count {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw {
  margin-top: 23px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .ttle {
  color: #1e1009;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: normal;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .ttle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .ttle {
    font-size: 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .txt {
  color: #2b2b2b;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .txt {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .txt {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .rateRit {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .rateRit {
    margin-bottom: 25px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .rateRit
  .jq-star {
  margin-right: 8px;
  width: 25px;
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .rateRit
    .jq-star {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .rateRit
    .jq-star {
    width: 36px;
    height: 36px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .form-group {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .form-group {
    margin-bottom: 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .form-group
  label {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 7px;
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .form-group
    label {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .form-group
  textarea.form-control {
  min-height: 91px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .form-group
  .form-control {
  background: #f8f8f8;
  border-radius: 5px;
  border: solid 1px rgba(190, 210, 222, 0.53);
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .form-group
    .form-control {
    height: 50px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .fileUploadInput {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  color: #3490cf;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput {
    height: 50px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .fileUploadInput::placeholder {
  color: #3490cf;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .fileUploadInput
  .choose {
  color: #fff;
  font-size: 12px;
  width: 95px;
  height: 30px;
  border-radius: 50px;
  background-color: #31378e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    .choose {
    font-size: 13px;
    width: 110px;
    height: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    .choose {
    font-size: 14px;
    width: 125px;
    height: 34px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .fileUploadInput
  label {
  font-size: 13px;
  color: #676767;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 105px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    label {
    font-size: 14px;
    padding-left: 122px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .fileUploadInput
    label {
    padding-left: 142px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB {
  display: flex;
  align-items: center;
  position: relative;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .flxB:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .flxB:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="checkbox"],
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .flxB
    input[type="checkbox"],
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .flxB
    input[type="radio"] {
    margin-top: 5px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="checkbox"]:checked:after,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="checkbox"]:checked
  + label:after,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  left: 7px;
  top: 7px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="checkbox"]:checked
  + label:before,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  label {
  margin: 0;
  color: #2b2b2b;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .flxB
    label {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px #707070;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  top: 5px;
  margin-right: 16px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  label
  span {
  color: #2b2b2b;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .flxB
  label
  img {
  margin-right: 13px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .send {
  background: #3490cf;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  border: none;
  box-shadow: none;
  min-width: 284px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin-top: 20px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .send {
    width: fit-content;
    margin-top: 30px;
    width: -moz-fit-content;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .send {
    margin-top: 40px;
    height: 50px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .lftBx
    .rvw
    .send {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .lftBx
  .rvw
  .send:before {
  background: #31378e;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx {
  padding: 15px 0 0;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    order: 0;
  }
}

@media only screen and (min-width: 1100px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    padding: 20px 0 20px 25px;
    width: calc(100% - 360px);
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    padding: 22px 0 30px 45px;
    width: calc(100% - 420px);
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx {
    width: calc(100% - 490px);
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd {
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(214, 214, 214, 0.68);
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd {
    padding-bottom: 30px;
    display: flex;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .title {
  color: #272525;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .title {
    font-size: 24px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB {
  display: flex;
  flex-wrap: wrap;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: solid 1px rgba(112, 112, 112, 0.45);
  border-radius: 7px;
  color: #272525;
  font-weight: 500;
  transition: 0.4s all;
  font-size: 14px;
  padding: 3px 15px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .ritB
    a {
    margin-bottom: 0;
    padding: 3px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .ritB
    a {
    padding: 3px 34px;
  }
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .ritB
    a {
    font-size: 16px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB
  a:not(:last-of-type) {
  margin-right: 10px;
}

@media only screen and (min-width: 1441px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxHd
    .ritB
    a:not(:last-of-type) {
    margin-right: 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB
  a.active,
.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxHd
  .ritB
  a:hover {
  border-color: #3490cf;
  color: #3490cf;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw {
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw {
    padding: 20px 0 30px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw:not(:last-of-type) {
  border-bottom: solid 1px rgba(214, 214, 214, 0.68);
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB {
  display: flex;
  align-items: center;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB
  .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #dbdbdb;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB
  .name {
  padding-left: 13px;
  color: #272525;
  font-weight: 500;
  position: relative;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw
    .hFlx
    .lftB
    .name {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw
    .hFlx
    .lftB
    .name {
    font-size: 18px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .lftB
  .name.vrfd:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url(/build/assets/check-B8KQIaGm.svg) no-repeat;
  background-size: contain;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .star {
  display: flex;
  align-items: center;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .star
  svg {
  margin-right: 3.4px;
  width: 16px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw
    .hFlx
    .star
    svg {
    width: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw
    .hFlx
    .star
    svg {
    width: 20px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .star
  svg
  .cls-1 {
  fill: #f8ac15;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .hFlx
  .star
  svg
  .notF {
  fill: #dbdbdb;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .imgFlx {
  display: flex;
  flex-wrap: wrap;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .imgFlx
  a {
  display: block;
  margin-bottom: 10px;
  width: 65px;
  height: 65px;
}

@media only screen and (min-width: 768px) {
  .shopDetailspage
    #moreInfoSec
    .accordion
    .innerBx
    .accordion-item
    .accordion-body
    .reviewBx
    .ritBx
    .flxRvw
    .imgFlx
    a {
    width: 88px;
    height: 88px;
  }
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .imgFlx
  a:not(:last-of-type) {
  margin-right: 13px;
}

.shopDetailspage
  #moreInfoSec
  .accordion
  .innerBx
  .accordion-item
  .accordion-body
  .reviewBx
  .ritBx
  .flxRvw
  .imgFlx
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopDetailspage .RelatedPro {
  background: #f8f8f8;
  overflow: hidden;
  padding: 30px 0;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage .RelatedPro {
    padding: 40px 0 40px 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage .RelatedPro {
    padding: 60px 0 60px 50px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage .RelatedPro {
    padding: 100px 0 85px 80px;
  }
}

@media only screen and (min-width: 992px) {
  .shopDetailspage .RelatedPro .container {
    max-width: 100%;
    padding: 0;
  }
}

.shopDetailspage .RelatedPro .cmnT {
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .shopDetailspage .RelatedPro .cmnT {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .shopDetailspage .RelatedPro .cmnT {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1560px) {
  .shopDetailspage .RelatedPro .cmnT {
    font-size: 28px;
  }
}

.specialsPage #innerBanner .bannerimg {
  position: relative;
}

.specialsPage #innerBanner .bannerimg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0000007a;
}

.specialsPage #NewArrivals {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals {
    padding: 112px 0 102px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx {
  border-radius: 10px;
  background: #f8f8f8;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx {
    display: flex;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx {
    border-right: solid 1px rgba(112, 112, 112, 0.11);
    padding: 25px;
    width: 360px;
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx {
    padding: 35px;
    width: 418px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .ico {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .ico {
    top: 32px;
    left: 41px;
  }
}

@media only screen and (max-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .ico {
    max-width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .imgBx {
    padding: 40px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB {
  position: absolute;
  border-radius: 10px 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  color: #fff;
  font-weight: 500;
  height: 30px;
  font-size: 12px;
  min-width: 112px;
  z-index: 10;
  left: 20px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB {
    left: 41px;
    bottom: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB {
    height: 35px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB {
    min-width: 120px;
    height: 40px;
    font-size: 16px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB span {
  margin-left: 5px;
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB.off {
  background: #f8ae41;
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB.bst {
  background: #4db8e6;
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB.ost {
  background: #e11b1b;
}

.specialsPage #NewArrivals .flxRpt .flXBx .lftBx .infoB.new {
  background: #31378e;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
  padding: 0 15px 25px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
    padding: 0 35px 25px;
  }
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
    padding: 45px 35px;
    width: calc(100% - 360px);
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
    padding: 50px 45px;
    width: calc(100% - 418px);
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx {
    padding: 60px 58px 60px 45px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .title {
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 17px;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .title {
    font-size: 26px;
    line-height: 26px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx p {
  color: #4d4d4d;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx p b {
  font-weight: 600;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx {
  background: #fff;
  margin-bottom: 15px;
  padding: 23px 25px;
}

@media only screen and (min-width: 1260px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx {
    padding: 23px 33px 0;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1260px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr {
    margin-bottom: 20px;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1360px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr {
    margin-bottom: 30px;
  }
}

.specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:not(:last-of-type) {
  padding-right: 20px;
}

.specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 1px;
  background: #707070;
}

@media only screen and (max-width: 1260px) {
  .specialsPage
    #NewArrivals
    .flxRpt
    .flXBx
    .ritBx
    .ftreFlx
    .ftr:not(:last-of-type):after {
    display: none;
  }
}

.specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:nth-child(3):after {
  display: none;
}

.specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .ftreFlx
  .ftr:not(:first-of-type) {
  display: flex;
}

@media only screen and (min-width: 1260px) {
  .specialsPage
    #NewArrivals
    .flxRpt
    .flXBx
    .ritBx
    .ftreFlx
    .ftr:not(:first-of-type) {
    justify-content: center;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr:last-child {
  justify-content: flex-start;
  width: 100%;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr .icon {
  min-width: 24px;
}

@media only screen and (max-width: 1260px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr .icon {
    min-width: 18px;
    width: 18px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr .txt {
  padding-left: 10px;
  color: #2b2b2b;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .ftreFlx .ftr .txt {
    font-size: 16px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .txt {
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .txt {
    font-size: 16px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

@media only screen and (max-width: 576px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX {
    flex-wrap: wrap;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb {
  display: flex;
  align-items: center;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
  font-weight: 400;
  color: #3490cf;
  text-decoration: line-through;
  font-size: 18px;
  margin-right: 14px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
    margin-right: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .old {
    font-size: 28px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
  font-weight: 600;
  color: #1e912a;
  font-size: 18px;
  margin-right: 14px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .new {
    font-size: 28px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .off {
  color: #31378e;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .off {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .off {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .ltb .off {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb {
    width: 100%;
    margin-top: 15px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart {
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3490cf;
  border-radius: 7px;
  transition: 0.4s all;
  margin-left: 5px;
  min-width: 157px;
  height: 48px;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart {
    margin-left: 8.5px;
  }
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart:before {
  background: #31378e;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart > * {
  position: relative;
  z-index: 10;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart svg {
  margin-left: 10px;
  width: 14px;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart svg {
    width: 17px;
  }
}

.specialsPage
  #NewArrivals
  .flxRpt
  .flXBx
  .ritBx
  .dflX
  .rtb
  .addCart
  svg
  .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

.specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart .txt {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

@media only screen and (min-width: 1560px) {
  .specialsPage #NewArrivals .flxRpt .flXBx .ritBx .dflX .rtb .addCart .txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .specialsPage #NewArrivals .flxRpt .pagination {
    margin-top: 56px;
  }
}

.accountPage #AccountSec {
  padding: 46px 0 68px;
  background-color: #f8f8f8;
}

.accountPage #AccountSec .headSec {
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .headSec {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .headSec {
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .headSec {
    padding-bottom: 22px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .headSec {
    padding-bottom: 25px;
    margin-bottom: 48px;
  }
}

.accountPage #AccountSec .headSec .lftSec .title {
  font-size: 18px;
  font-weight: 600;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .headSec .lftSec .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .headSec .lftSec .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .headSec .lftSec .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .headSec .lftSec .title {
    font-size: 30px;
  }
}

.accountPage #AccountSec .headSec .ritSec {
  display: none;
}

.accountPage #AccountSec .headSec .ritSec a {
  display: flex;
  align-items: center;
  transition: 0.4s all;
}

.accountPage #AccountSec .headSec .ritSec a svg {
  width: 12px;
  height: 12px;
  fill: #2b2b2b;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .headSec .ritSec a svg {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .headSec .ritSec a svg {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .headSec .ritSec a svg {
    width: 18px;
    height: 18px;
  }
}

.accountPage #AccountSec .headSec .ritSec a span {
  font-size: 14px;
  padding-left: 8px;
  color: #2b2b2b;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .headSec .ritSec a span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .headSec .ritSec a span {
    font-size: 18px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .headSec .ritSec a span {
    font-size: 20px;
    padding-left: 12px;
  }
}

.accountPage #AccountSec .headSec .ritSec a:hover svg {
  fill: #3490cf;
}

.accountPage #AccountSec .headSec .ritSec a:hover span {
  color: #3490cf;
}

.accountPage #AccountSec .dFlx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accountPage #AccountSec .dFlx .lFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .lFlx {
    width: 198px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .lFlx {
    width: 220px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .lFlx {
    width: 232px;
  }
}

@media only screen and (min-width: 1551px) {
  .accountPage #AccountSec .dFlx .lFlx {
    width: 244px;
  }
}

.accountPage #AccountSec .dFlx .lFlx ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .lFlx ul li a {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .lFlx ul li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .lFlx ul li a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .accountPage #AccountSec .dFlx .lFlx ul li a {
    font-size: 20px;
    line-height: 24px;
  }
}

.accountPage #AccountSec .dFlx .lFlx ul li a.active,
.accountPage #AccountSec .dFlx .lFlx ul li a:hover {
  color: #3490cf;
  font-weight: 500;
}

.accountPage #AccountSec .dFlx .lFlx ul > *:not(:last-of-type) {
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .lFlx ul > *:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .lFlx ul > *:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .lFlx ul > *:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1551px) {
  .accountPage #AccountSec .dFlx .lFlx ul > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.accountPage #AccountSec .dFlx .rFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .rFlx {
    width: calc(100% - 198px);
    padding-left: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx {
    width: calc(100% - 220px);
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx {
    width: calc(100% - 232px);
    padding-left: 45px;
  }
}

@media only screen and (min-width: 1551px) {
  .accountPage #AccountSec .dFlx .rFlx {
    width: calc(100% - 244px);
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .accountPage #AccountSec .dFlx .rFlx {
    padding-top: 32px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 22px 28px;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx {
    padding: 32px 32px 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx {
    padding: 40px 40px 45px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx.p0 {
  padding: 0;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table thead th {
  background: #3490cf1a;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  color: #2b2b2b;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx table thead th {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx table thead th {
    font-size: 20px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table thead th:not(:last-of-type) {
  border-right: 1px solid rgba(214, 214, 214, 0.64);
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr:nth-child(odd) td {
  background: #fff;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td {
  padding: 15px 0;
  text-align: center;
  color: #2b2b2b;
  font-weight: 400;
  background: #f8f8f8a1;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td {
    padding: 20px 0;
    font-size: 18px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  table
  tbody
  tr
  td:not(:last-of-type) {
  border-right: 1px solid rgba(214, 214, 214, 0.64);
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td .linkBtn {
  color: #3490cf;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.5s;
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td .linkBtn {
    font-size: 16px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx table tbody tr td .linkBtn:hover {
  color: #31378e;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX {
    margin: -10px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX {
    margin: -17px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * {
  padding: 7px;
  width: 100%;
}

@media only screen and (min-width: 428px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * {
    width: 50%;
  }
}

@media only screen and (min-width: 678px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * {
    padding: 10px;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * {
    padding: 17px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx {
  width: 100%;
  background: #f4f8fb;
  padding: 25px 20px 30px;
  border-radius: 7px;
  display: block;
  transition: all 0.5s;
  height: 100%;
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx {
    padding: 37px 30px 45px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx:hover {
  background: #3490cf;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx:hover .num,
.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx:hover .subT {
  color: #fff;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .num {
  color: #347fc2;
  font-weight: 700;
  line-height: 40px;
  transition: all 0.5s;
  font-size: 28px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .num {
    margin-bottom: 15px;
    font-size: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .num {
    margin-bottom: 25px;
    font-size: 38px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .subT {
  color: #676767;
  transition: all 0.5s;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .subT {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .subT {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .flxBX > * .dashBrdBx .subT {
    font-size: 20px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .divider {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 10px 0 16px;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .divider {
    margin: 14px 0 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .divider {
    margin: 20px 0 35px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .row {
  margin: 0 -12px;
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .row {
    margin: 0 -15px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .row > * {
  padding: 0 12px;
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .row > * {
    padding: 0 15px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .self {
  text-align: center;
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self {
    margin-bottom: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self {
    margin-bottom: 58px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .self .name {
  line-height: normal;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self .name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self .name {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .self .name {
    font-size: 24px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .self .mail {
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  font-weight: 400;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .avatar-upload {
  text-align: center;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto auto 15px;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .avatar-upload .avatar-preview {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: solid 6px #dbdbdb;
  margin-bottom: 20px;
  width: 110px;
  height: 110px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .avatar-upload
  .avatar-preview
  > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .avatar-upload .avatar-edit input {
  display: none;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .avatar-upload
  .avatar-edit
  input
  + label {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 3px 6px #00000045;
  transition: 0.4s all;
  width: 29px;
  height: 29px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .avatar-upload
    .avatar-edit
    input
    + label {
    width: 39px;
    height: 39px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .avatar-upload
  .avatar-edit
  input
  + label:hover {
  background: #31378e;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .avatar-upload
  .avatar-edit
  input
  + label:hover
  svg {
  fill: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .avatar-upload
  .avatar-edit
  input
  + label
  svg {
  fill: #333e48;
  transition: 0.4s all;
  width: 14px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .avatar-upload
    .avatar-edit
    input
    + label
    svg {
    width: 17px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group {
  position: relative;
  margin-bottom: 20px;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .itm {
  margin-bottom: 8px;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .itm {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .itm {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .itm {
    margin-bottom: 18px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-label {
  font-size: 13px;
  margin-bottom: 8px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-control {
  height: 46px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-control {
    height: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-control {
    height: 52px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

@media only screen and (max-width: 1200px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .form-group
    .form-control::placeholder {
    font-size: 13px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .select2 {
  width: 100% !important;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .form-group
  .select2
  .select2-selection {
  height: 46px !important;
}

@media only screen and (min-width: 576px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .form-group
    .select2
    .select2-selection {
    height: 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .form-group
    .select2
    .select2-selection {
    height: 52px !important;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .select2-container {
  border: 0 !important;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .form-group
  .select2-container
  .select2-selection--single {
  border-radius: 7px !important;
  border: 1px solid #f1f1f1 !important;
  background-color: #f8f8f8 !important;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .showPass {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 15px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .showPass svg {
  width: 15px;
  height: 15px;
  transition: 0.4s all;
  fill: #adadad;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .showPass svg.open {
  display: none;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .form-group
  .showPass.hide
  svg.close {
  display: none;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .form-group
  .showPass.hide
  svg.open {
  display: block;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .form-group .showPass:hover svg {
  fill: #3490cf;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn {
  width: 210px;
  height: 48px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  background-color: #3490cf;
  border: 0;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn {
    width: 238px;
    height: 50px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn {
    width: 284px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn {
    width: 100%;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .updateBtn:before {
  background-color: #31378e;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .lFlex {
    width: 100%;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    width: calc(100% - 210px);
    padding-left: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    width: calc(100% - 238px);
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    width: calc(100% - 284px);
  }
}

@media only screen and (max-width: 575px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex {
    padding-top: 10px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex p {
  margin-bottom: 0;
  font-size: 13px;
  color: #6a6a6a;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .dFlex .rFlex p {
    font-size: 16px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing {
  margin: -8px;
  padding-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing {
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 992px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing {
    padding-bottom: 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing {
    padding-bottom: 38px;
    margin: -14px -16px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing > * {
  width: 100%;
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing > * {
    width: 50%;
    padding: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing > * {
    padding: 14px 16px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx {
  background-color: #f4f8fb;
  border-radius: 7px;
  transition: 0.4s all;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx label {
  cursor: pointer;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .headsSec {
  border-bottom: 1px solid #e5e8ea;
  padding: 16px 18px 12px;
  align-items: center;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec {
    padding: 18px 22px 14px 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec {
    padding: 20px 22px 15px 32px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .lftSec
  .title {
  font-size: 16px;
  font-weight: 600;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .lftSec
    .title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .lftSec
    .title {
    font-size: 18px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .dflt {
  color: #fff;
  font-weight: 400;
  border: solid 1px #fff;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  padding: 2px 5px;
  font-size: 10px;
}

@media only screen and (min-width: 576px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .dflt {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .btnGrp {
  margin: 0 -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp {
    margin: 0 -9px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp {
    margin: 0 -12px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .btnGrp
  > * {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp
    > * {
    padding: 0 9px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp
    > * {
    padding: 0 12px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .btnGrp
  a {
  display: flex;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .btnGrp
  a
  svg {
  width: 14px;
  height: 14px;
  fill: #5e5e5e;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp
    a
    svg {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .headsSec
    .ritSec
    .btnGrp
    a
    svg {
    width: 18px;
    height: 18px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .headsSec
  .ritSec
  .btnGrp
  a:hover
  svg {
  fill: #3490cf;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .cntSec {
  padding: 16px 18px 20px;
}

@media only screen and (min-width: 768px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .cntSec {
    padding: 18px 50px 22px 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .cntSec {
    padding: 22px 110px 26px 32px;
  }
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .cntSec p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec
    p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec
    p {
    font-size: 15px;
    line-height: 28px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .cntSec
  p
  span {
  font-weight: 500;
}

.accountPage #AccountSec .dFlx .rFlx .cntBx .adressListing .adressBx .cntSec a {
  font-size: 13px;
  font-weight: 500;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec
    a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec
    a {
    font-size: 15px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .cntSec
  a:hover {
  color: #3490cf;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .cntSec
  ul
  li {
  display: flex;
  align-items: center;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  .cntSec
  ul
  > *:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .adressListing
    .adressBx
    .cntSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label {
  background-color: #3490cf;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .headsSec
  .lftSec
  .title {
  color: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .headsSec
  .ritSec
  .dflt {
  opacity: 1;
  visibility: visible;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .headsSec
  .ritSec
  .btnGrp
  a
  svg {
  fill: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .headsSec
  .ritSec
  .btnGrp
  a:hover
  svg {
  fill: #31378e;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .cntSec
  p,
.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx
  input[type="radio"]:checked
  ~ label
  .cntSec
  a {
  color: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  label {
  background-color: #3490cf;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  .headsSec
  .lftSec
  .title {
  color: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  .headsSec
  .ritSec
  .btnGrp
  a
  svg {
  fill: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  .headsSec
  .ritSec
  .btnGrp
  a:hover
  svg {
  fill: #31378e;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  .cntSec
  p,
.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .adressListing
  .adressBx:hover
  .cntSec
  a {
  color: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item {
  border: 0;
  border-radius: 10px;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 22px 18px 8px;
  border-radius: 10px;
  transition: 0.4s all;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 36px 32px 32px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "+";
  background-image: none;
  color: #333e48;
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    top: 30px;
    right: 32px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 21px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: none;
  padding: 22px 18px 8px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button[aria-expanded="true"] {
    padding: 36px 32px 11px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button[aria-expanded="true"]:after {
  content: "-";
  transform: none;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec {
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 12px;
  width: 100%;
  align-items: end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec {
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec {
    padding-bottom: 28px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media only screen and (max-width: 548px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .rtSec {
    margin-bottom: 5px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .rtSec
  .cmnBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d8000012;
  border-radius: 7px;
  font-weight: 500;
  height: 25px;
  width: 80px;
  color: #d80000;
  font-size: 13px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 1200px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .rtSec
    .cmnBtn {
    margin: 0 40px;
    font-size: 16px;
    height: 30px;
    width: 90px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .rtSec
  .cmnBtn.return {
  background: #f8ae411a;
  color: #f8ae41;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .orderNum {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .orderNum {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .orderNum {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .status {
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .status {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topLftSec
    .status {
    font-size: 16px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .status.progres
  span {
  color: #e59444;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .status.success
  span {
  color: #5cae56;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topLftSec
  .status.cancel
  span {
  color: #c12424;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .topSec
  .topRitSec
  .delivery {
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topRitSec
    .delivery {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .topSec
    .topRitSec
    .delivery {
    font-size: 16px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .btmSec {
  justify-content: space-between;
  padding-top: 12px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec {
    padding-top: 30px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .btmSec
  .btmLftSec
  .orderDet {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmLftSec
    .orderDet {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmLftSec
    .orderDet {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .btmSec
  .btmLftSec
  .noItms {
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmLftSec
    .noItms {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmLftSec
    .noItms {
    font-size: 16px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .btmSec
  .btmRitSec
  .viewBtn {
  font-size: 13px;
  margin-bottom: 4px;
  color: #3490cf;
  text-align: end;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmRitSec
    .viewBtn {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmRitSec
    .viewBtn {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .btmSec
  .btmRitSec
  .total {
  font-size: 13px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmRitSec
    .total {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .btmSec
    .btmRitSec
    .total {
    font-size: 16px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body {
  padding: 8px 18px 24px;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body {
    padding: 11px 32px 30px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing {
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing {
    margin: -8px;
  }
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing {
    margin: -12px;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing {
    margin: -20px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  > * {
  padding: 5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    > * {
    padding: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    > * {
    padding: 12px;
    width: 50%;
  }
}

@media only screen and (min-width: 1441px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    > * {
    padding: 20px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 10px 12px 8px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm {
    padding: 14px 18px 10px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .lftItm {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .lftItm {
    width: 70px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .lftItm
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm {
  width: calc(100% - 60px);
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .ritItm {
    width: calc(100% - 70px);
    padding-left: 28px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  .name {
  font-size: 12px;
  margin-bottom: 2px;
  color: #575757;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .ritItm
    .name {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  .oName {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .ritItm
    .oName {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul {
  margin: 0 -7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul
  li {
  padding: 0 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul
  li
  p {
  margin-bottom: 0;
  font-size: 12px;
  color: #575757;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    .accordion-item
    .accordion-body
    .orderListing
    .orderItm
    .ritItm
    ul
    li
    p {
    font-size: 14px;
  }
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul
  li
  p
  span {
  font-weight: 500;
  color: #000;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul
  li
  .return {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #d80000;
  font-weight: 400;
  background: #d8000012;
  transition: 0.3s all;
  text-transform: capitalize;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  .accordion-item
  .accordion-body
  .orderListing
  .orderItm
  .ritItm
  ul
  li
  .return:hover {
  background: #31378e;
  color: #fff;
}

.accountPage
  #AccountSec
  .dFlx
  .rFlx
  .cntBx
  .orderBx
  .accordion
  > *:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .accountPage
    #AccountSec
    .dFlx
    .rFlx
    .cntBx
    .orderBx
    .accordion
    > *:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.orderPage #AccountSec .dFlx .rFlx .cntBx {
  padding: 0;
  background-color: transparent;
}

.orderSuccessPage #orderSuccess {
  padding: 58px 0 50px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess {
    padding: 70px 0 60px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .titleSec {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec {
    padding-bottom: 18px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .titleSec .title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333e48;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec .title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec .title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .titleSec .title img {
  width: 22px;
  height: 22px;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec .title img {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 1551px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec .title img {
    width: 28px;
    height: 28px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .titleSec .title span {
  padding-left: 10px;
}

.orderSuccessPage #orderSuccess .lftSec .titleSec p {
  font-size: 15px;
  font-weight: 500;
  color: #616a71;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1551px) {
  .orderSuccessPage #orderSuccess .lftSec .titleSec p {
    font-size: 20px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .summarySec {
  padding-top: 14px;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .summarySec {
    padding-top: 18px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .summarySec .heads {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #272727;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .summarySec .heads {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .summarySec p {
  font-size: 13px;
  margin-bottom: 0;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .summarySec p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .orderSuccessPage #orderSuccess .lftSec .summarySec p {
    font-size: 16px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .summarySec p span {
  font-weight: 600;
  color: #131313;
}

.orderSuccessPage #orderSuccess .lftSec .summarySec .dFlx {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 14px;
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .summarySec .dFlx {
    padding-bottom: 18px;
    padding-top: 12px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .summarySec .dFlx p {
  margin-bottom: 0;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec {
  padding-top: 14px;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec {
    padding-top: 16px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .heads {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #272727;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec .heads {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec p {
  font-size: 13px;
  margin-bottom: 0;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec p {
    font-size: 16px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec p span {
  font-weight: 600;
  color: #131313;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec p span.bold {
  color: #3490cf;
  font-weight: 700;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .dFlx {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec .dFlx {
    padding-bottom: 18px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .dFlx p {
  margin-bottom: 0;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .itmList {
  margin: -2.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .itmList > * {
  width: 100%;
  padding: 2.5px;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .itmList .orderItm {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 12px 8px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec .itmList .orderItm {
    padding: 14px 18px 10px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .itmList .orderItm .lftItm {
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .lftItm {
    width: 70px;
  }
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .lftItm
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .itmList .orderItm .ritItm {
  width: calc(100% - 60px);
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .ritItm {
    width: calc(100% - 70px);
    padding-left: 28px;
  }
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  .name {
  font-size: 12px;
  margin-bottom: 2px;
  color: #575757;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .ritItm
    .name {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  .oName {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #1d1d1f;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .ritItm
    .oName {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  ul {
  margin: 0 -7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  ul
  li {
  padding: 0 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  ul
  li
  p {
  margin-bottom: 0;
  font-size: 12px;
  color: #575757;
}

@media only screen and (min-width: 768px) {
  .orderSuccessPage
    #orderSuccess
    .lftSec
    .detailSec
    .itmList
    .orderItm
    .ritItm
    ul
    li
    p {
    font-size: 14px;
  }
}

.orderSuccessPage
  #orderSuccess
  .lftSec
  .detailSec
  .itmList
  .orderItm
  .ritItm
  ul
  li
  p
  span {
  font-weight: 500;
  color: #000;
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .continueBtn {
  font-size: 14px;
  padding-top: 12px;
  color: #3490cf;
  display: block;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .orderSuccessPage #orderSuccess .lftSec .detailSec .continueBtn {
    font-size: 16px;
    padding-top: 24px;
  }
}

.orderSuccessPage #orderSuccess .lftSec .detailSec .continueBtn:hover {
  color: #31378e;
}

.orderSuccessPage #orderSuccess .ritSec {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media only screen and (min-width: 992px) {
  .orderSuccessPage #orderSuccess .ritSec {
    padding-left: 72px;
  }
}

.orderSuccessPage #orderSuccess .ritSec .imgBx {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .orderSuccessPage #orderSuccess .ritSec .imgBx {
    max-width: 430px;
    margin: auto;
    padding: 30px 25px 0;
  }
}

.orderSuccessPage #orderSuccess .ritSec .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.billingShippingPage #billingShippingSec {
  background-color: #f8f8f8;
  padding: 56px 0 52px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec {
    padding: 68px 0;
  }
}

.billingShippingPage #billingShippingSec .titles {
  font-size: 20px;
  padding-bottom: 16px;
  color: #333e48;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .titles {
    font-size: 22px;
    padding-bottom: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .billingShippingPage #billingShippingSec .titles {
    font-size: 24px;
    padding-bottom: 22px;
  }
}

.billingShippingPage #billingShippingSec .dFlx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx {
    width: calc(100% - 355px);
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx {
    width: calc(100% - 425px);
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx {
    width: calc(100% - 460px);
  }
}

@media only screen and (min-width: 1551px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx {
    width: calc(100% - 482px);
  }
}

@media only screen and (max-width: 991px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx {
    padding-bottom: 45px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 22px 12px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx {
    padding: 32px 32px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx {
    padding: 40px 40px 28px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .accordhead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .accordhead {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .accordhead > * {
    width: 50%;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordhead
  .accordion-header:not(:last-of-type) {
  margin-right: 18px;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .accordion {
  border-top: 1px solid rgba(214, 214, 214, 0.68);
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-button {
  display: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-item {
  border: none;
  border-radius: 0;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body {
  padding: 23px 0 0;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .flxBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox {
    margin-bottom: 28px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .flxBox
  .Txt {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 500;
}

@media only screen and (min-width: 578px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox
    .Txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox
    .Txt {
    font-size: 20px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .flxBox
  .btnLink {
  display: flex;
  align-items: center;
  color: #3490cf;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox
    .btnLink {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox
    .btnLink {
    font-size: 16px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .flxBox
  .btnLink
  .icon {
  margin: 0 8px;
  width: 13px;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion
    .accordion-body
    .flxBox
    .btnLink
    .icon {
    margin: 0 15px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .flxBox
  .btnLink
  .icon
  svg {
  width: 100%;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > * {
  width: 100%;
  padding: 10px;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  .billingBox
  .adressBx {
  width: 100%;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  .billingBox
  .checkBox {
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  .billingBox
  .checkBox:before {
  content: "";
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #fff;
  width: 18px;
  visibility: visible;
  height: 18px;
  border: solid 1px #30729f;
  border-radius: 50%;
  -moz-appearance: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  .billingBox
  .checkBox:after {
  content: "";
  visibility: visible;
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all 0.3s;
  border-radius: 50%;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  input[type="radio"] {
  display: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion
  .accordion-body
  .listItem
  > *
  input[type="radio"]:checked
  + label
  .checkBox:after {
  opacity: 1;
  visibility: visible;
  background: #3490cf;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .accordion-button {
  height: 50px;
  border-radius: 5px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: #ddeaf2;
  color: #2b2b2b;
  width: 100%;
  height: 40px;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .accordion-button {
    font-size: 16px;
    height: 50px;
    width: 284px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .accordion-button:not(.collapsed) {
  color: #fff;
  background: #3490cf;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .divider {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 10px 0 16px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .divider {
    margin: 14px 0 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .divider {
    margin: 20px 0 35px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .row {
  margin: 0 -12px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .row {
    margin: 0 -15px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .row > * {
  padding: 0 12px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .row > * {
    padding: 0 15px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .form-group {
  position: relative;
  margin-bottom: 20px;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .form-group .itm {
  margin-bottom: 8px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .form-group .itm {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .form-group .itm {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .form-group .itm {
    margin-bottom: 18px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .form-label {
  font-size: 13px;
  margin-bottom: 8px;
  color: #1d1d1f;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .form-label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .form-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .form-control {
  height: 46px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .form-control {
    height: 50px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

@media only screen and (max-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .form-control::placeholder {
    font-size: 13px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .select2 {
  width: 100% !important;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .select2
  .select2-selection {
  height: 46px !important;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .select2
    .select2-selection {
    height: 50px !important;
  }
}

@media only screen and (max-width: 575px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .cntBx
    .form-group
    .select2
    .select2-selection
    .select2-selection__rendered {
    font-size: 13px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .select2-container {
  border: 0 !important;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .select2-container
  .select2-selection--single {
  border-radius: 7px !important;
  border: 1px solid #f1f1f1 !important;
  background-color: #f8f8f8 !important;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 15px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass
  svg {
  width: 15px;
  height: 15px;
  transition: 0.4s all;
  fill: #adadad;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass
  svg.open {
  display: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass.hide
  svg.close {
  display: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass.hide
  svg.open {
  display: block;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .cntBx
  .form-group
  .showPass:hover
  svg {
  fill: #3490cf;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn {
  width: 210px;
  height: 48px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  background-color: #3490cf;
  border: 0;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn {
    width: 238px;
    height: 50px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn {
    width: 284px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn {
    width: 100%;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .cntBx .updateBtn:before {
  background-color: #31378e;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .checkBx {
  padding: 26px 0 25px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .lFlx .checkBx {
    padding: 32px 0 25px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  > *:not(:last-of-type) {
  margin-bottom: 12px !important;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    > *:not(:last-of-type) {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    > *:not(:last-of-type) {
    margin-bottom: 25px !important;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .checkBx .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="checkbox"],
.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="checkbox"],
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="radio"] {
    margin-top: 5px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="checkbox"]:checked:after,
.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="checkbox"]:checked
  + label:after,
.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="radio"]:checked
    + label:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    input[type="radio"]:checked
    + label:after {
    left: 5px;
    top: 10px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="checkbox"]:checked
  + label:before,
.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  label {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #1d1d1f;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  -webkit-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    font-size: 15px;
    line-height: 26px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label {
    padding-left: 39px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .lFlx
  .checkBx
  .form-check
  label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  top: 5px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label:before {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .lFlx
    .checkBx
    .form-check
    label:before {
    width: 20px;
    height: 20px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .payments ul {
  margin: 0 -11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .payments ul li {
  padding: 0 11px;
}

.billingShippingPage #billingShippingSec .dFlx .lFlx .payments ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.billingShippingPage #billingShippingSec .dFlx .rFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx {
    width: 355px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx {
    width: 425px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx {
    width: 460px;
  }
}

@media only screen and (min-width: 1551px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx {
    width: 482px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx {
  background-color: #fff;
  padding: 20px 16px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx {
    padding: 24px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx {
    padding: 30px;
    margin-bottom: 22px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .topSec {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .topSec {
    padding-bottom: 25px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .topSec
  ul
  > *:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .topSec
  ul
  > *:first-child
  > * {
  font-size: 16px;
  font-weight: 600;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    > *:first-child
    > * {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    > *:first-child
    > * {
    font-size: 20px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .topSec ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .topSec
  ul
  li
  > *:first-child {
  width: calc(100% - 85px);
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    > *:first-child {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    > *:first-child {
    width: calc(100% - 108px);
    padding-right: 58px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .topSec
  ul
  li
  > *:last-child {
  width: 85px;
}

@media only screen and (min-width: 1441px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    > *:last-child {
    width: 108px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .topSec ul li p {
  font-size: 14px;
  margin-bottom: 0;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .topSec
    ul
    li
    p {
    font-size: 16px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .btmSec {
  padding-top: 22px;
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .btmSec {
    padding-top: 30px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .btmSec
  ul
  > *:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .btmSec ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .btmSec
  ul
  li
  > *:first-child {
  width: calc(100% - 160px);
  padding-right: 20px;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .btmSec
  ul
  li
  > *:last-child {
  width: 160px;
  text-align: end;
  font-weight: 500;
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .amountBx .btmSec ul li p {
  font-size: 14px;
  margin-bottom: 0;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    li
    p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    li
    p {
    font-size: 16px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .btmSec
  ul
  li
  p
  span {
  font-size: 13px;
  padding-right: 8px;
  font-weight: 400;
  color: #636364;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .amountBx
  .btmSec
  ul
  li
  p
  strong {
  color: #3490cf;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    li
    p
    strong {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .amountBx
    .btmSec
    ul
    li
    p
    strong {
    font-size: 16px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx {
  background-color: #fff;
  padding: 20px 16px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx {
    padding: 22px;
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx {
    padding: 30px;
    margin-bottom: 26px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  > *:not(:last-of-type) {
  margin-bottom: 16px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    > *:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .radio {
  position: relative;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .checkBx {
  display: none;
  border: 1px solid #e8ecee;
  border-radius: 2px;
  background-color: #f4f8fb;
  padding: 12px 20px 12px 14px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .checkBx {
    font-size: 14px;
    line-height: 22px;
    padding: 16px 24px 16px 16px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #707070;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .checkmark {
    height: 18px;
    width: 18px;
    top: 2px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .radio
  input:checked
  ~ .checkmark {
  border: 1px solid #30729f;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .radio
  input:checked
  ~ .checkBx {
  display: block;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .radio
  input:checked
  ~ .checkmark:after {
  display: block;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .radio
  .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3490cf;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    .radio
    .checkmark:after {
    width: 10px;
    height: 10px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .radio label {
  color: #1d1d1f;
  font-size: 14px;
  padding-left: 25px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    .radio
    label {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .paymentsBx
    .radio
    label {
    font-size: 15px;
    padding-left: 34px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .paymentBtn {
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  background-color: #3490cf;
  color: #fff;
  width: 100%;
  height: 45px;
  border: 0;
  outline: none;
  margin-top: 20px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .paymentBtn {
    height: 48px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .paymentsBx .paymentBtn {
    font-size: 16px;
  }
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .paymentsBx
  .paymentBtn:before {
  background-color: #31378e;
}

.billingShippingPage
  #billingShippingSec
  .dFlx
  .rFlx
  .cnts
  > *:not(:last-of-type) {
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .cnts
    > *:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .billingShippingPage
    #billingShippingSec
    .dFlx
    .rFlx
    .cnts
    > *:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.billingShippingPage #billingShippingSec .dFlx .rFlx .cnts p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #31378e;
}

@media only screen and (min-width: 576px) {
  .billingShippingPage #billingShippingSec .dFlx .rFlx .cnts p {
    font-size: 14px;
    line-height: 22px;
  }
}

.cartPage #cartSec {
  padding: 62px 0 60px;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec {
    padding: 70px 0 64px;
  }
}

.cartPage #cartSec .headSec {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .headSec {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .cartPage #cartSec .headSec {
    max-width: calc(100% - 355px);
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .headSec {
    max-width: calc(100% - 425px);
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .headSec {
    max-width: calc(100% - 460px);
  }
}

@media only screen and (min-width: 1551px) {
  .cartPage #cartSec .headSec {
    max-width: calc(100% - 482px);
  }
}

.cartPage #cartSec .headSec .headss {
  font-size: 16px;
  font-weight: 600;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .headSec .headss {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .headSec .headss {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .headSec .headss {
    font-size: 24px;
  }
}

.cartPage #cartSec .headSec a {
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .headSec a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .headSec a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .headSec a {
    font-size: 18px;
  }
}

.cartPage #cartSec .headSec a.danger {
  color: #9f1414;
}

.cartPage #cartSec .headSec a:hover {
  color: #31378e;
}

.cartPage #cartSec .dFlx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .lFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cartPage #cartSec .dFlx .lFlx {
    width: calc(100% - 355px);
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx {
    width: calc(100% - 425px);
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx {
    width: calc(100% - 460px);
  }
}

@media only screen and (min-width: 1551px) {
  .cartPage #cartSec .dFlx .lFlx {
    width: calc(100% - 482px);
  }
}

@media only screen and (max-width: 991px) {
  .cartPage #cartSec .dFlx .lFlx {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx {
    padding-bottom: 25px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing {
  margin: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing {
    margin: -6.5px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing > * {
  width: 100%;
  padding: 5px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing > * {
    padding: 6.5px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx {
  background-color: #fff;
  padding: 16px 8px 16px 10px;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx {
    padding: 20px 30px 18px 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx {
    padding: 25px 35px 22px 16px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  right: 8px;
  display: flex;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
    width: 10px;
    height: 10px;
    top: 25px;
    right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close {
    width: 12px;
    height: 12px;
    top: 30px;
    right: 35px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close img {
  transition: 0.4s all;
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .close:hover img {
  filter: invert(55%) sepia(35%) saturate(1032%) hue-rotate(163deg)
    brightness(87%) contrast(85%);
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .lBx {
  width: 85px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .lBx {
    width: 105px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .lBx {
    width: 115px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .lBx {
    width: 136px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .lBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx {
  width: calc(100% - 85px);
  padding-left: 15px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx {
    width: calc(100% - 105px);
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx {
    width: calc(100% - 115px);
    padding-left: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx {
    width: calc(100% - 136px);
    padding-left: 25px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .pName {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .pName {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .pName {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .pName {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .qntys {
  align-items: center;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .qntys {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .qntys {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .qntys {
    margin-bottom: 25px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .qntys span {
  font-size: 14px;
  padding-right: 10px;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    span {
    font-size: 16px;
  }
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container {
  display: flex;
  align-items: center;
  justify-content: start;
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .input-qty {
  text-align: center;
  padding: 0;
  border: 0;
  max-width: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .input-qty {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .input-qty {
    font-size: 16px;
  }
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .input-qty:focus {
  box-shadow: none;
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .input-qty:focus-visible {
  outline: none;
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-minus,
.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-plus {
  height: 20px;
  width: 20px;
  background-color: #ddeaf2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 0;
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .qty-btn-minus,
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .qty-btn-plus {
    height: 22px;
    width: 22px;
  }
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-minus
  img,
.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-plus
  img {
  width: 6px;
  height: 6px;
  object-fit: contain;
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .qty-btn-minus
    img,
  .cartPage
    #cartSec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .topSec
    .rBx
    .qntys
    .qty-container
    .qty-btn-plus
    img {
    width: 7px;
    height: 7px;
  }
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-plus {
  margin-left: -1px;
}

.cartPage
  #cartSec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .topSec
  .rBx
  .qntys
  .qty-container
  .qty-btn-minus {
  margin-right: -1px;
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc {
  font-size: 13px;
  color: #333e48;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc span {
  font-size: 15px;
  padding-left: 10px;
  font-weight: 600;
  color: #3490cf;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .topSec .rBx .prc span {
    font-size: 20px;
    padding-left: 12px;
  }
}

.cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .btmSec {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .btmSec {
    margin-left: auto;
    width: calc(100% - 105px);
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .btmSec {
    width: calc(100% - 115px);
    padding-left: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .lFlx .cartsListing .orderBx .btmSec {
    width: calc(100% - 136px);
    padding-left: 25px;
  }
}

.cartPage #cartSec .dFlx .lFlx .emtycart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cartPage #cartSec .dFlx .lFlx .emty {
  padding: 30px 0;
}

.cartPage #cartSec .dFlx .lFlx .emty .icon {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 150px;
}

.cartPage #cartSec .dFlx .lFlx .emty h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #31378e;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cartPage #cartSec .dFlx .lFlx .emty h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .emty h3 {
    font-size: 20px;
  }
}

.cartPage #cartSec .dFlx .lFlx .emty h6 {
  font-size: 14px;
  line-height: normal;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .cartPage #cartSec .dFlx .lFlx .emty h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .lFlx .emty h6 {
    font-size: 18px;
  }
}

.cartPage #cartSec .dFlx .lFlx .emty .continue {
  font-size: 14px;
  color: #fff;
  width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31378e;
  margin: 0 auto;
  transition: all 0.5s;
}

.cartPage #cartSec .dFlx .lFlx .emty .continue:hover {
  border: 1px solid rgb(49, 55, 142);
  background: transparent;
  color: #31378e;
  transition: all 0.5s;
}

.cartPage #cartSec .dFlx .rFlx {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .cartPage #cartSec .dFlx .rFlx {
    width: 355px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx {
    width: 425px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx {
    width: 460px;
  }
}

@media only screen and (min-width: 1551px) {
  .cartPage #cartSec .dFlx .rFlx {
    width: 482px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx {
  background-color: #fff;
  padding: 20px 16px 24px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx {
    padding: 24px 22px 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx {
    padding: 26px 32px 28px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec {
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec {
    padding-bottom: 25px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .title {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .form-control {
  width: 100%;
  height: 44px;
  border-radius: 7px;
  background-color: #f8f8f8;
  color: #909090;
  border: 1px solid #f1f1f1;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .form-control {
    height: 52px;
  }
}

.cartPage
  #cartSec
  .dFlx
  .rFlx
  .summaryBx
  .titleSec
  .formFlx
  .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .applyBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 85px;
  height: 34px;
  background-color: #31378e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 7px;
  border: 0;
  outline: none;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .applyBtn {
    width: 102px;
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .applyBtn {
    width: 126px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .titleSec .formFlx .applyBtn {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec {
  padding: 18px 0 15px;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec {
    padding: 22px 0 20px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li {
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt {
  width: 80%;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt > * {
  width: 100%;
  display: block;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt span {
  font-size: 11px;
  color: #636364;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt span {
    font-size: 13px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt strong {
  font-size: 14px;
  color: #31378e;
  font-weight: 400;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt strong {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li .cnt strong {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li p {
  margin-bottom: 0;
  font-size: 13px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li p {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .discountSec ul li > *:last-child {
  color: #1d1d1f;
  font-weight: 500;
}

.cartPage
  #cartSec
  .dFlx
  .rFlx
  .summaryBx
  .discountSec
  ul
  > *:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .rFlx
    .summaryBx
    .discountSec
    ul
    > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec {
  padding-top: 14px;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec {
    padding-top: 18px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec ul {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec ul > *:first-child {
  font-size: 14px;
  color: #1d1d1f;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec ul > *:first-child {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec ul > *:last-child {
  font-size: 14px;
  font-weight: 700;
  color: #3490cf;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec ul > *:last-child {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp > *:nth-child(2) {
  padding: 12px 0;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp > *:nth-child(2) {
    padding: 15px 0;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .proceedBtn {
  width: 100%;
  height: 48px;
  border-radius: 7px;
  background-color: #3490cf;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  outline: none;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .proceedBtn {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .proceedBtn {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .proceedBtn:before {
  background-color: #31378e;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .amazonBtn {
  width: 100%;
  height: 48px;
  background: transparent linear-gradient(180deg, #f4dc9d, #f0c866) 0% 0%
    no-repeat padding-box;
  border: 1px solid rgba(112, 112, 112, 0.5019607843);
  border-radius: 7px;
  position: relative;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .amazonBtn img {
  width: 90px;
  object-fit: contain;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .amazonBtn img {
    width: 105px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .amazonBtn img {
    width: 116px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .amazonBtn:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 25px;
  width: 12px;
  height: 12px;
  background-image: url(/build/assets/amazonarrow-BQNNvTuz.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec
    .dFlx
    .rFlx
    .summaryBx
    .totalSec
    .btngrp
    .amazonBtn:before {
    top: 15px;
    right: 28px;
    width: 16px;
    height: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .accnt {
  display: block;
  font-size: 13px;
  padding-top: 10px;
  font-weight: 500;
  color: #1d1d1f;
  transition: 0.4s all;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .accnt {
    font-size: 14px;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .accnt {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .accnt {
    font-size: 16px;
    padding-top: 15px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .accnt:hover {
  color: #3490cf;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .orSec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .orSec p {
  font-size: 14px;
  color: #3490cf;
  margin-bottom: 0;
  width: 35px;
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .orSec p {
    font-size: 16px;
  }
}

.cartPage #cartSec .dFlx .rFlx .summaryBx .totalSec .btngrp .orSec .line {
  width: calc(100% - 35px);
  position: relative;
}

.cartPage
  #cartSec
  .dFlx
  .rFlx
  .summaryBx
  .totalSec
  .btngrp
  .orSec
  .line:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 1px dashed #e3e3e3;
  width: 100%;
  height: 1px;
}

.cartPage #cartSec.enquirySec .dFlx .lFlx .cartsListing .orderBx .topSec {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .lFlx .cartsListing .orderBx .topSec {
    padding-bottom: 25px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .lFlx .cartsListing .orderBx .btmSec {
  padding-top: 20px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .lFlx .cartsListing .orderBx .btmSec {
    padding-top: 30px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .btmSec
  .form-group {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .btmSec
    .form-group {
    margin-bottom: 25px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .btmSec
  .form-group
  .form-label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #1d1d1f;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .btmSec
    .form-group
    .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .btmSec
  .form-group
  .form-control {
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 575px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .lFlx
    .cartsListing
    .orderBx
    .btmSec
    .form-group
    .form-control::placeholder {
    font-size: 13px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .lFlx
  .cartsListing
  .orderBx
  .btmSec
  .form-group
  .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx {
  background-color: #fff;
  padding: 22px 18px 26px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx {
    padding: 26px 22px 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx {
    padding: 28px 28px 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx {
    padding: 28px 34px 32px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .title {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333e48;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group {
  margin-bottom: 18px;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group {
    margin-bottom: 20px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group .form-label {
  font-size: 14px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-label {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group textarea {
  min-height: 95px !important;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group textarea {
    min-height: 115px !important;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-control {
  width: 100%;
  height: 44px;
  border-radius: 7px;
  background-color: #f8f8f8;
  color: #909090;
  border: 1px solid #f1f1f1;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-control {
    height: 52px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-control:focus {
  border: 1px solid rgb(52, 144, 207);
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .form-group .form-check {
  padding-left: 0;
  margin-bottom: 0;
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="checkbox"],
.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="checkbox"],
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="radio"] {
    margin-top: 5px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="checkbox"]:checked:after,
.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="checkbox"]:checked
  + label:after,
.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 8px;
  height: 8px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="radio"]:checked
    + label:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="checkbox"]:checked
    + label:after,
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    input[type="radio"]:checked
    + label:after {
    left: 5px;
    top: 10px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="checkbox"]:checked
  + label:before,
.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  input[type="radio"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  label {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #1d1d1f;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  -webkit-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    font-size: 15px;
    line-height: 26px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label {
    padding-left: 39px;
  }
}

.cartPage
  #cartSec.enquirySec
  .dFlx
  .rFlx
  .rqstInfobx
  .form-group
  .form-check
  label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  top: 5px;
}

@media only screen and (min-width: 576px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label:before {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage
    #cartSec.enquirySec
    .dFlx
    .rFlx
    .rqstInfobx
    .form-group
    .form-check
    label:before {
    width: 20px;
    height: 20px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .enquiryBtn {
  width: 100%;
  height: 48px;
  border-radius: 7px;
  background-color: #3490cf;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  outline: none;
}

@media only screen and (min-width: 576px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .enquiryBtn {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .enquiryBtn {
    font-size: 16px;
  }
}

.cartPage #cartSec.enquirySec .dFlx .rFlx .rqstInfobx .enquiryBtn:before {
  background-color: #31378e;
}

.hostingPage .HeadBx .title {
  font-weight: 700;
}

@media only screen and (min-width: 1441px) {
  .hostingPage .HeadBx .title {
    font-size: 36px;
    line-height: 44px;
  }
}

.hostingPage #bundleSec {
  background: #f8f8f8;
  padding: 40px 0 25px;
}

@media only screen and (min-width: 768px) {
  .hostingPage #bundleSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1560px) {
  .hostingPage #bundleSec {
    padding: 110px 0 120px;
  }
}

.hostingPage #bundleSec .title {
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .hostingPage #bundleSec .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec .title {
    font-size: 36px;
  }
}

.hostingPage #bundleSec .bndlBx {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  .hostingPage #bundleSec .bndlBx {
    margin: -8px -8mpx;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .bndlBx {
    margin: -10px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec .bndlBx {
    margin: -20px -22px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx {
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .hostingPage #bundleSec .bndlBx .bnBx {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) {
  .hostingPage #bundleSec .bndlBx .bnBx {
    padding: 8px;
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .bndlBx .bnBx {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .bndlBx .bnBx {
    padding: 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec .bndlBx .bnBx {
    padding: 20px 22px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #fff;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB {
  position: absolute;
  right: 16px;
  top: 19px;
  border-radius: 10px 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  color: #fff;
  font-weight: 500;
  height: 30px;
  background: #31378e;
  font-size: 12px;
  z-index: 10;
  min-width: 98px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB {
    min-width: 112px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB {
    height: 35px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1560px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB {
    min-width: 145px;
    height: 48px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB span {
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB span {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .infoB span {
    font-size: 24px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .proIm {
  padding: 25px;
  display: block;
  text-align: center;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .proIm img {
  width: auto;
  height: 100%;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx {
  padding: 0 20px 25px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx {
    padding: 0 25px 40px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .name {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
  color: #3490cf;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .name {
    line-height: 24px;
    font-size: 16px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC {
    margin-bottom: 29px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC .code {
  color: #333e48;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC .code {
    font-size: 15px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC .rate {
  color: #333e48;
  font-weight: 400;
  font-size: 15px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC .rate {
    font-size: 17px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .flxC .rate span {
  color: #3490cf;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp {
    margin-bottom: 20px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .lt {
  color: #000;
  font-weight: 500;
  font-size: 13px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .lt {
    font-size: 15px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .old {
  color: #6b6b6b;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .old {
    font-size: 16px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .nw {
  color: #31378e;
  font-weight: 700;
  margin-left: 13px;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .nw {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .ttlp .rt .nw {
    font-size: 24px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx ul li {
  color: #333e48;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx ul li {
    margin-bottom: 14px;
    font-size: 15px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx ul li span {
  color: #000;
  font-weight: 500;
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx button,
.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .buy {
  width: 100%;
  border-radius: 7px;
  background: #3490cf;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  height: 42px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx button,
  .hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .buy {
    height: 52px;
  }
}

.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx button:before,
.hostingPage #bundleSec .bndlBx .bnBx .bdl .txtBx .buy:before {
  background: #31378e;
}

.hostingPage #bundleSec .ftrBx {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

@media screen and (max-width: 576px) {
  .hostingPage #bundleSec .ftrBx {
    margin-top: 45px;
  }
}

@media screen and (max-width: 992px) {
  .hostingPage #bundleSec .ftrBx {
    margin-top: 55px;
  }
}

@media screen and (max-width: 1200px) {
  .hostingPage #bundleSec .ftrBx {
    margin-top: 75px;
  }
}

.hostingPage #bundleSec .ftrBx .lftB {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .ftrBx .lftB {
    margin-bottom: 0;
    width: 45%;
  }
}

.hostingPage #bundleSec .ftrBx .lftB .title {
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .hostingPage #bundleSec .ftrBx .lftB .title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .ftrBx .lftB .title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .ftrBx .lftB .title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #bundleSec .ftrBx .lftB .title {
    font-size: 36px;
    line-height: 44px;
  }
}

.hostingPage #bundleSec .ftrBx .lftB h4,
.hostingPage #bundleSec .ftrBx .lftB h5,
.hostingPage #bundleSec .ftrBx .lftB h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .hostingPage #bundleSec .ftrBx .lftB h4,
  .hostingPage #bundleSec .ftrBx .lftB h5,
  .hostingPage #bundleSec .ftrBx .lftB h6 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .ftrBx .lftB h4,
  .hostingPage #bundleSec .ftrBx .lftB h5,
  .hostingPage #bundleSec .ftrBx .lftB h6 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .ftrBx .lftB h4,
  .hostingPage #bundleSec .ftrBx .lftB h5,
  .hostingPage #bundleSec .ftrBx .lftB h6 {
    font-size: 22px;
  }
}

.hostingPage #bundleSec .ftrBx .lftB p {
  margin-bottom: 18px;
  color: #676767;
}

.hostingPage #bundleSec .ftrBx .lftB ul li {
  color: #676767;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media only screen and (min-width: 468px) {
  .hostingPage #bundleSec .ftrBx .lftB ul li {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .ftrBx .lftB ul li {
    padding-left: 31px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .ftrBx .lftB ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.hostingPage #bundleSec .ftrBx .lftB ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #3490cf;
  width: 7px;
  height: 7px;
}

@media only screen and (min-width: 468px) {
  .hostingPage #bundleSec .ftrBx .lftB ul li:before {
    width: 9px;
    height: 9px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #bundleSec .ftrBx .ritB {
    width: 55%;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .ftrBx .ritB {
    padding-left: 60px;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .imgBx {
  border-radius: 16px;
  overflow: hidden;
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px #0000001f;
  margin: -83px 30px 30px;
  padding: 28px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (min-width: 468px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount {
    margin-top: -53px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount {
    margin: -63px 53px 40px;
    padding: 28px 40px;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx {
  position: relative;
}

@media screen and (max-width: 468px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx {
    width: 50%;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 468px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx:not(:last-of-type) {
    text-align: center;
  }
}

@media screen and (min-width: 468px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx:not(:last-of-type) {
    margin-bottom: 0;
    padding-right: 15px;
  }

  .hostingPage
    #bundleSec
    .ftrBx
    .ritB
    .wrapCount
    .countBx:not(:last-of-type):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #70707061;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx:not(:last-of-type) {
    padding-right: 25px;
  }
}

@media screen and (min-width: 1360px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx:not(:last-of-type) {
    padding-right: 35px;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .cFlx {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 468px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .cFlx {
    justify-content: center;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .cFlx > * {
  font-weight: 800;
  color: #31378e;
  font-size: 20px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .cFlx > * {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1560px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .cFlx > * {
    font-size: 30px;
  }
}

.hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .txt {
  font-weight: 500;
  color: #000;
  line-height: normal;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .hostingPage #bundleSec .ftrBx .ritB .wrapCount .countBx .txt {
    font-size: 20px;
  }
}

.hostingPage #serviceSec {
  padding: 40px 0;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #serviceSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #serviceSec {
    padding: 85px 0;
  }
}

.hostingPage #serviceSec .HeadBx {
  margin-bottom: 20px;
}

@media only screen and (min-width: 468px) {
  .hostingPage #serviceSec .HeadBx {
    margin-bottom: 30px;
  }
}

.hostingPage #serviceSec .cmnBx {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 468px) {
  .hostingPage #serviceSec .cmnBx {
    margin-bottom: 30px;
  }
}

.hostingPage #serviceSec .cmnBx .imgBx {
  overflow: hidden;
  border-radius: 15px;
  will-change: transform;
  margin-bottom: 15px;
  height: 200px;
}

@media only screen and (min-width: 468px) {
  .hostingPage #serviceSec .cmnBx .imgBx {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #serviceSec .cmnBx .imgBx {
    height: 250px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #serviceSec .cmnBx .imgBx {
    height: 300px;
    margin-bottom: 30px;
  }
}

.hostingPage #serviceSec .cmnBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}

.hostingPage #serviceSec .cmnBx .title {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #serviceSec .cmnBx .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #serviceSec .cmnBx .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #serviceSec .cmnBx .title {
    font-size: 22px;
  }
}

.hostingPage #serviceSec .cmnBx p {
  margin-bottom: 0;
}

.hostingPage #serviceSec .cmnBx:hover .imgBx img {
  transform: scale(1.07);
}

.hostingPage #serviceSec .ourSuppliers {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .hostingPage #serviceSec .ourSuppliers {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1360px) {
  .hostingPage #serviceSec .ourSuppliers {
    margin-top: 70px;
  }
}

.hostingPage #serviceSec .ourSuppliers .HeadBx {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .hostingPage #serviceSec .ourSuppliers .HeadBx {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1360px) {
  .hostingPage #serviceSec .ourSuppliers .HeadBx {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 576px) {
  .hostingPage #serviceSec .ourSuppliers .brndSlide {
    padding: 0 25px;
  }
}

.hostingPage #serviceSec .ourSuppliers .brndSlide .imgBx img {
  width: auto;
}

.hostingPage #loactions {
  background: #f8f8f8;
  padding: 30px 0;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions {
    padding: 105px 0 98px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HeadBx {
    margin-bottom: 45px;
  }
}

.hostingPage #loactions .locBx {
  display: block;
}

.hostingPage #loactions .locBx .imgBx {
  border-radius: 15px;
  overflow: hidden;
  will-change: transform;
  height: 200px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .locBx .imgBx {
    height: 240px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .locBx .imgBx {
    height: 299px;
  }
}

.hostingPage #loactions .locBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}

.hostingPage #loactions .locBx .title {
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .locBx .title {
    margin-bottom: 13px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #loactions .locBx .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .locBx .title {
    font-size: 22px;
  }
}

.hostingPage #loactions .locBx ul li {
  display: flex;
  justify-content: space-between;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #loactions .locBx ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.hostingPage #loactions .locBx ul li span {
  text-align: right;
}

.hostingPage #loactions .locBx:hover .imgBx img {
  transform: scale(1.07);
}

.hostingPage #loactions .HowItsWorks {
  padding: 40px 0 20px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks {
    padding: 60px 0 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks {
    padding: 85px 0 43px;
  }
}

.hostingPage #loactions .HowItsWorks .flxInfo {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxInfo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #loactions .HowItsWorks .flxInfo {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxInfo {
    margin-bottom: 45px;
  }
}

.hostingPage #loactions .HowItsWorks .flxInfo .bXt {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt {
    margin-bottom: 0;
    width: 33.3333333333%;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt {
    padding-right: 50px;
  }
}

.hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
  color: #31378e;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-right: 15px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    font-size: 36px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    font-size: 42px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    margin-right: 25px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1360px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    margin-right: 35px;
    font-size: 54px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .num {
    font-size: 60px;
    line-height: 60px;
  }
}

.hostingPage #loactions .HowItsWorks .flxInfo .bXt .txt {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1360px) {
  .hostingPage #loactions .HowItsWorks .flxInfo .bXt .txt {
    font-size: 16px;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx {
  margin: 0 -5px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .HowItsWorks .flxBBx {
    display: flex;
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .hostingPage #loactions .HowItsWorks .flxBBx {
    height: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx {
    margin: 0 -10px;
    height: 400px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx {
    height: 478px;
    margin: 0 -15px;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx > * {
  height: 100%;
  padding: 0 5px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .HowItsWorks .flxBBx > * {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx > * {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx > * {
    padding: 0 15px;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx .ritb {
  display: flex;
  margin: 0 -5px;
}

@media only screen and (max-width: 576px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb {
    padding: 0;
    margin: 10px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb {
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb {
    margin: 0 -15px;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx .ritb > * {
  width: 50%;
  padding: 0 5px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb > * {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb > * {
    padding: 0 15px;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq {
  margin: -5px 0;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq {
    margin: -10px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq {
    margin: -15px 0;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq > * {
  height: 50%;
  padding: 5px 0;
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq > * {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .HowItsWorks .flxBBx .ritb .rtq > * {
    padding: 15px 0;
  }
}

.hostingPage #loactions .HowItsWorks .flxBBx .imgBx {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.hostingPage #loactions .HowItsWorks .flxBBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}

.hostingPage #loactions .HowItsWorks .flxBBx .imgBx:hover img {
  transform: scale(1.07);
}

.hostingPage #loactions .reviewBx {
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  .hostingPage #loactions .reviewBx {
    padding: 43px 0;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .reviewBx .lftBx {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .hostingPage #loactions .reviewBx .lftBx {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .reviewBx .ritBx {
    padding-left: 16px;
  }
}

.hostingPage #loactions .reviewBx .flxB {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .reviewBx .flxB {
    min-height: 58px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #loactions .reviewBx .flxB {
    margin-bottom: 40px;
  }
}

.hostingPage #loactions .reviewBx .flxB .logo {
  margin-right: 9px;
}

@media only screen and (max-width: 1200px) {
  .hostingPage #loactions .reviewBx .flxB .logo img {
    max-width: 140px;
  }
}

@media only screen and (max-width: 992px) {
  .hostingPage #loactions .reviewBx .flxB .logo img {
    max-width: 120px;
  }
}

.hostingPage #loactions .reviewBx .flxB .txtBx .rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.hostingPage #loactions .reviewBx .flxB .txtBx .rating svg {
  width: 14px;
  margin-right: 7.4px;
}

.hostingPage #loactions .reviewBx .flxB .txtBx .rating svg .cls-1 {
  fill: #ffb700;
}

.hostingPage #loactions .reviewBx .flxB .txtBx .txt {
  color: #272727;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .reviewBx .flxB .txtBx .txt {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .reviewBx .flxB .txtBx .txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #loactions .reviewBx .flxB .txtBx .txt {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .reviewBx .flxB .txtBx .txt {
    font-size: 22px;
  }
}

.hostingPage #loactions .reviewBx .flxB .txtBx .txt span {
  color: #a4a4a4;
}

.hostingPage #loactions .reviewBx .rvwBx {
  padding: 28px 19px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}

.hostingPage #loactions .reviewBx .rvwBx .flB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB {
  display: flex;
  align-items: center;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .user {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .reviewBx .rvwBx .flB .ltB .user {
    width: 62px;
    height: 62px;
  }
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB {
  padding-left: 13px;
  width: calc(100% - 50px);
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB {
    width: calc(100% - 62px);
  }
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .name {
  color: #2d2d2d;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .name {
    font-size: 16px;
  }
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .rating svg {
  width: 14px;
  margin-right: 5px;
}

@media only screen and (min-width: 1441px) {
  .hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .rating svg {
    margin-right: 7.4px;
  }
}

.hostingPage #loactions .reviewBx .rvwBx .flB .ltB .txtB .rating svg .cls-1 {
  fill: #ffb700;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .rtB {
  text-align: right;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .rtB img {
  width: 24px;
  margin: 0 0 0 auto;
}

.hostingPage #loactions .reviewBx .rvwBx .flB .rtB .time {
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 500;
}

.hostingPage #loactions .reviewBx .rvwBx p {
  margin: 0;
  font-size: 13px;
  color: #535353;
  font-weight: 400;
  line-height: 20px;
}

.hostingPage #loactions .faqBx {
  background: #fff;
  padding: 30px 20px 15px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #loactions .faqBx {
    padding: 30px 30px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #loactions .faqBx {
    padding: 50px 50px 15px;
  }
}

.hostingPage #loactions .faqBx .HeadBx,
.hostingPage #loactions .faqBx .faqAccoWrap .accordion-item {
  margin-bottom: 10px;
}

.hostingPage #loactions .faqBx .faqAccoWrap .accordion-item {
  border-bottom: solid 1px #dddddd;
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-header
  .accordion-button {
  font-weight: 400;
  color: #000;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 13px 0;
  align-items: flex-start;
}

@media only screen and (min-width: 992px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-header
    .accordion-button {
    padding: 20px 0;
    font-size: 17px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 19px;
  }
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-header
  .accordion-button:after {
  background-image: none;
  content: "+";
  line-height: 15px;
  color: #000;
  font-weight: 300;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  margin: 0 0 0 10px;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-header
    .accordion-button:after {
    font-size: 30px;
  }
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  background-image: none;
  content: "-";
  color: #31378e;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0);
  font-size: 26px;
}

@media only screen and (min-width: 768px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    font-size: 40px;
  }
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-header
  .accordion-button:focus {
  box-shadow: none;
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 0 0 20px;
}

@media only screen and (min-width: 992px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 0 0 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding: 0 0 37px;
  }
}

.hostingPage
  #loactions
  .faqBx
  .faqAccoWrap
  .accordion-item
  .accordion-collapse
  .accordion-body
  p {
  color: #000;
  margin-bottom: 0;
}

@media only screen and (min-width: 1441px) {
  .hostingPage
    #loactions
    .faqBx
    .faqAccoWrap
    .accordion-item
    .accordion-collapse
    .accordion-body
    p {
    font-size: 18px;
  }
}

.hostingPage #FormSec {
  background: #f8f8f8;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .hostingPage #FormSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec {
    padding: 110px 0;
  }
}

.hostingPage #FormSec .formBOX {
  border-radius: 10px;
  background: #fff;
  padding: 25px 15px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX {
    padding: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #FormSec .formBOX {
    padding: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX {
    padding: 55px;
  }
}

.hostingPage #FormSec .formBOX .FormOut {
  background: #eff9ff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 20px 15px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut {
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .hostingPage #FormSec .formBOX .FormOut {
    padding: 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .FormOut {
    padding: 37px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .row {
  margin: 0 -7px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .FormOut .row {
    margin: 0 -13px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .row > * {
  padding: 0 7px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .FormOut .row > * {
    padding: 0 13px;
  }
}

.hostingPage #FormSec .formBOX .FormOut label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  color: #2b2b2b;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .FormOut label {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 575px) {
  .hostingPage #FormSec .formBOX .FormOut label {
    line-height: 18px;
  }
}

.hostingPage #FormSec .formBOX .FormOut label span {
  font-size: 11px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut label span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .FormOut label span {
    font-size: 14px;
  }
}

.hostingPage #FormSec .formBOX .FormOut label.dFlx {
  justify-content: space-between;
  column-gap: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hostingPage #FormSec .formBOX .FormOut .form-group {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #FormSec .formBOX .FormOut .form-group {
    margin-bottom: 17px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .form-group .select2 {
  width: 100% !important;
}

.hostingPage #FormSec .formBOX .FormOut .form-group .form-control {
  background-color: #fff;
  border: 1px solid #bed2de;
  border-radius: 5px;
  height: 45px;
  font-size: 13px;
  color: #676767;
  padding-left: 18px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut .form-group .form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .FormOut .form-group .form-control {
    padding-left: 25px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .form-group .form-control:focus {
  border-color: #31378e;
}

.hostingPage #FormSec .formBOX .FormOut .form-group .form-control::placeholder {
  font-size: 13px;
  color: #676767;
}

@media only screen and (min-width: 576px) {
  .hostingPage
    #FormSec
    .formBOX
    .FormOut
    .form-group
    .form-control::placeholder {
    font-size: 14px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .form-group textarea {
  min-height: 78px;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut .form-group textarea {
    min-height: 84px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .txt {
  font-size: 14px;
  color: #676767;
  font-weight: 400;
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .FormOut .cmnBx {
    margin-bottom: 25px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .txt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .FormOut .cmnBx .txt {
    margin-bottom: 17px;
  }
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio {
  position: relative;
  margin-bottom: 10px;
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio input[type="radio"] {
    margin-top: 5px;
  }
}

.hostingPage
  #FormSec
  .formBOX
  .FormOut
  .cmnBx
  .rdio
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.hostingPage
  #FormSec
  .formBOX
  .FormOut
  .cmnBx
  .rdio
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: #3490cf;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-size: contain;
  left: 5px;
  top: 9px;
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio label {
  margin: 0;
  font-size: 15px;
  color: #1d1d1f;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio label:before {
  content: "";
  position: absolute;
  -webkit-appearance: none;
  left: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px #bed2de;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  top: 4px;
}

.hostingPage #FormSec .formBOX .FormOut .cmnBx .rdio label span {
  color: #2b2b2b;
  display: block;
  width: calc(100% - 18px);
}

.hostingPage #FormSec .formBOX p {
  color: #1d1d1f;
  line-height: 22px;
}

.hostingPage #FormSec .formBOX .chkFlx {
  display: flex;
  align-items: center;
  position: relative;
}

.hostingPage #FormSec .formBOX .chkFlx:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #FormSec .formBOX .chkFlx:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .chkFlx:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.hostingPage #FormSec .formBOX .chkFlx input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .hostingPage #FormSec .formBOX .chkFlx input[type="checkbox"] {
    margin-top: 5px;
  }
}

.hostingPage #FormSec .formBOX .chkFlx input[type="checkbox"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.hostingPage
  #FormSec
  .formBOX
  .chkFlx
  input[type="checkbox"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  left: 4px;
  top: 9px;
}

.hostingPage
  #FormSec
  .formBOX
  .chkFlx
  input[type="checkbox"]:checked
  + label:before {
  background-color: #3490cf;
  border-color: #3490cf;
}

.hostingPage #FormSec .formBOX .chkFlx label {
  margin: 0;
  color: #1d1d1f;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 13px;
}

@media only screen and (min-width: 1200px) {
  .hostingPage #FormSec .formBOX .chkFlx label {
    font-size: 14px;
    padding-left: 39px;
  }
}

@media only screen and (min-width: 1441px) {
  .hostingPage #FormSec .formBOX .chkFlx label {
    font-size: 16px;
  }
}

.hostingPage #FormSec .formBOX .chkFlx label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px rgba(112, 112, 112, 0.62);
  width: 20px;
  height: 20px;
  border-radius: 3px;
  top: 5px;
}

.hostingPage #FormSec .formBOX .chkFlx label span {
  color: #2b2b2b;
}

.hostingPage #FormSec .formBOX .btnBx {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .btnBx {
    margin-top: 40px;
  }
}

.hostingPage #FormSec .formBOX .btnBx .baseBtn {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3490cf;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  font-size: 14px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .hostingPage #FormSec .formBOX .btnBx .baseBtn {
    width: 284px;
  }
}

@media only screen and (min-width: 992px) {
  .hostingPage #FormSec .formBOX .btnBx .baseBtn {
    height: 50px;
    font-size: 16px;
  }
}

.hostingPage #FormSec .formBOX .btnBx .baseBtn:before {
  background: #31378e;
}

.orderInfoPage #infoB {
  background: #fff;
}

@media only screen and (min-width: 500px) {
  .orderInfoPage #infoB {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .orderInfoPage #infoB {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .orderInfoPage #infoB {
    padding: 100px 0;
  }
}

.orderInfoPage .allBx {
  height: 100%;
  padding: 100px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 3px 20px #00000029;
  max-width: 500px;
}

.orderInfoPage .allBx .emptyBx {
  text-align: center;
}

.orderInfoPage .allBx .emptyBx .icon {
  margin-bottom: 22px;
}

@media only screen and (max-width: 576px) {
  .orderInfoPage .allBx .emptyBx .icon {
    max-width: 90px;
    margin: auto auto 18px;
  }
}

.orderInfoPage .allBx .emptyBx .title {
  color: #272727;
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .orderInfoPage .allBx .emptyBx .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .orderInfoPage .allBx .emptyBx .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  .orderInfoPage .allBx .emptyBx .title {
    font-size: 24px;
  }
}

.orderInfoPage .allBx .emptyBx .subT {
  color: #272727;
  font-weight: 400;
  font-size: 13px;
}

@media only screen and (min-width: 992px) {
  .orderInfoPage .allBx .emptyBx .subT {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .orderInfoPage .allBx .emptyBx .subT {
    font-size: 16px;
  }
}

.orderInfoPage .allBx .emptyBx .back {
  width: 150px;
  height: 40px;
  margin: 22px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31378e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .orderInfoPage .allBx .emptyBx .back {
    font-size: 16px;
  }
}

.errorPage #error {
  background: #ececec;
}

.errorPage .allBx {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.errorPage .allBx .emptyBx {
  text-align: center;
  padding: 55px 0 50px;
}

@media only screen and (min-width: 576px) {
  .errorPage .allBx .emptyBx {
    padding: 70px 0 60px;
  }
}

@media only screen and (min-width: 992px) {
  .errorPage .allBx .emptyBx {
    padding: 65px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .errorPage .allBx .emptyBx {
    padding: 95px 0 80px;
  }
}

@media only screen and (min-width: 1441px) {
  .errorPage .allBx .emptyBx {
    padding: 120px 0 86px;
  }
}

.errorPage .allBx .emptyBx .icon {
  margin-bottom: 15px;
  max-width: 290px;
}

@media only screen and (min-width: 576px) {
  .errorPage .allBx .emptyBx .icon {
    max-width: 450px;
  }
}

@media only screen and (min-width: 992px) {
  .errorPage .allBx .emptyBx .icon {
    margin-bottom: 20px;
    max-width: 510px;
  }
}

@media only screen and (min-width: 1200px) {
  .errorPage .allBx .emptyBx .icon {
    margin-bottom: 30px;
    max-width: 570px;
  }
}

@media only screen and (min-width: 1441px) {
  .errorPage .allBx .emptyBx .icon {
    margin-bottom: 40px;
    max-width: 660px;
  }
}

@media only screen and (min-width: 1551px) {
  .errorPage .allBx .emptyBx .icon {
    margin-bottom: 64px;
    max-width: 741px;
  }
}

.errorPage .allBx .emptyBx .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.errorPage .allBx .emptyBx .back {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3490cf;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  width: 128px;
  height: 40px;
  border-radius: 7px;
  margin: auto;
}

@media only screen and (min-width: 576px) {
  .errorPage .allBx .emptyBx .back {
    font-size: 13px;
    width: 136px;
    height: 44px;
  }
}

@media only screen and (min-width: 992px) {
  .errorPage .allBx .emptyBx .back {
    font-size: 14px;
    width: 157px;
    height: 48px;
  }
}

.errorPage .allBx .emptyBx .back:before {
  background: #31378e;
}

footer {
  position: relative;
  background: transparent linear-gradient(91deg, #31378e, #3490cf) 0% 0%
    no-repeat padding-box;
  overflow: hidden;
}

@media only screen and (max-width: 676px) {
  footer {
    margin-bottom: 51px;
  }
}

footer .footerSec {
  padding: 40px 0 0;
}

@media only screen and (min-width: 1200px) {
  footer .footerSec {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec {
    padding: 110px 0 0;
  }
}

footer .footerSec .fHead {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .fHead {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  footer .footerSec .fHead {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .fHead {
    margin-bottom: 28px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  footer .footerSec .cmnBx {
    margin-bottom: 20px;
  }
}

footer .footerSec .cmnBx ul.splt {
  column-count: 2;
}

footer .footerSec .cmnBx ul li {
  margin-bottom: 9px;
  line-height: normal;
}

footer .footerSec .cmnBx ul li a {
  color: #fff;
  font-weight: 400;
  line-height: normal;
  transition: 0.4s all;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .cmnBx ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .cmnBx ul li a {
    font-size: 16px;
  }
}

footer .footerSec .cmnBx .wrapBx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 20px;
}

@media only screen and (min-width: 992px) {
  footer .footerSec .cmnBx .wrapBx {
    grid-gap: 30px 40px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footerSec .cmnBx .wrapBx {
    grid-gap: 40px 60px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .cmnBx .wrapBx {
    grid-gap: 54px 86px;
  }
}

footer .footerSec .cmnBx .wrapBx .adBx .place {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .cmnBx .wrapBx .adBx .place {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .cmnBx .wrapBx .adBx .place {
    font-size: 16px;
  }
}

footer .footerSec .cmnBx .wrapBx .adBx .place span {
  font-size: 13px;
  font-weight: 300;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .cmnBx .wrapBx .adBx .place span {
    font-size: 14px;
  }
}

footer .footerSec .cmnBx .wrapBx .adBx .place img {
  margin-right: 14px;
}

@media only screen and (max-width: 576px) {
  footer .footerSec .cmnBx .wrapBx .adBx .place img {
    width: 28px;
  }
}

footer .footerSec .cmnBx .wrapBx p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .cmnBx .wrapBx p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .cmnBx .wrapBx p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 26px;
  }
}

footer .footerSec .cmnBx .wrapBx .cntct {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

footer .footerSec .cmnBx .wrapBx .cntct a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .cmnBx .wrapBx .cntct a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .cmnBx .wrapBx .cntct a {
    font-size: 16px;
  }
}

footer .footerSec .cmnBx .wrapBx .cntct a .icon {
  margin-right: 7px;
}

footer .footerSec .cmnBx .wrapBx .cntct a .icon svg {
  width: 20px;
  fill: #fff;
}

footer .footerSec .mdlBx {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  footer .footerSec .mdlBx {
    margin-top: 30px;
    padding: 30px 0;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footerSec .mdlBx {
    margin-top: 50px;
    padding: 40px 0 30px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .mdlBx {
    margin-top: 70px;
  }
}

footer .footerSec .mdlBx .lftBx {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  footer .footerSec .mdlBx .lftBx {
    margin-bottom: 0;
    padding-right: 50px;
  }
}

footer .footerSec .mdlBx .lftBx .logoBx {
  display: flex;
  flex-wrap: wrap;
}

footer .footerSec .mdlBx .lftBx .logoBx .lgb {
  padding: 0 5px 5px;
  width: 20%;
}

@media only screen and (min-width: 992px) {
  footer .footerSec .mdlBx .lftBx .logoBx .lgb {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1200px) {
  footer .footerSec .mdlBx .lftBx .logoBx .lgb {
    width: 12.5%;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .mdlBx .lftBx .logoBx .lgb {
    width: 10%;
  }
}

footer .footerSec .mdlBx .ritBx .newsletter {
  position: relative;
  margin-bottom: 25px;
}

footer .footerSec .mdlBx .ritBx .newsletter .form-control {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 20px;
  height: 40px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .mdlBx .ritBx .newsletter .form-control {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  footer .footerSec .mdlBx .ritBx .newsletter .form-control {
    height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .mdlBx .ritBx .newsletter .form-control {
    height: 55px;
    padding: 5px 25px;
    font-size: 16px;
  }
}

footer .footerSec .mdlBx .ritBx .newsletter .form-control::placeholder {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .mdlBx .ritBx .newsletter .form-control::placeholder {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  footer .footerSec .mdlBx .ritBx .newsletter .form-control::placeholder {
    font-size: 16px;
  }
}

footer .footerSec .mdlBx .ritBx .newsletter .send {
  position: absolute;
  right: 19px;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .footerSec .mdlBx .ritBx .newsletter .send svg {
  width: 22px;
}

footer .footerSec .mdlBx .ritBx .newsletter .send svg .cls-1 {
  fill: #31378e;
}

footer .footerSec .mdlBx .ritBx .payment .label {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  footer .footerSec .mdlBx .ritBx .payment .label {
    font-size: 14px;
  }
}

footer .footerSec .mdlBx .ritBx .payment .imgFlx {
  display: flex;
  flex-wrap: wrap;
}

footer .footerSec .mdlBx .ritBx .payment .imgFlx .imB {
  padding: 0 5px 5px;
  width: 10%;
}

footer .CopyRight {
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  footer .CopyRight {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 768px) {
  footer .CopyRight .BtmFlx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  footer .CopyRight .BtmFlx {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  footer .CopyRight .BtmFlx > * {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 768px) {
  footer .CopyRight .BtmFlx .lftBx {
    margin-bottom: 10px;
  }
}

footer .CopyRight .BtmFlx .lftBx p {
  margin: 0;
  font-size: 13px;
  color: #bdbdbd;
  font-weight: 400;
  font-family: Cairo, sans-serif;
}

@media only screen and (min-width: 576px) {
  footer .CopyRight .BtmFlx .lftBx p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  footer .CopyRight .BtmFlx .mdBx {
    margin-bottom: 10px;
  }
}

footer .CopyRight .BtmFlx .mdBx .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .CopyRight .BtmFlx .mdBx .social li:not(:last-of-type) {
  margin-right: 15px;
}

footer .CopyRight .BtmFlx .mdBx .social li a {
  border: solid 1px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 768px) {
  footer .CopyRight .BtmFlx .mdBx .social li a {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 992px) {
  footer .CopyRight .BtmFlx .mdBx .social li a {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .CopyRight .BtmFlx .mdBx .social li a {
    width: 45px;
    height: 45px;
  }
}

footer .CopyRight .BtmFlx .mdBx .social li a svg {
  height: 12px;
}

@media only screen and (min-width: 768px) {
  footer .CopyRight .BtmFlx .mdBx .social li a svg {
    height: 14px;
  }
}

@media only screen and (min-width: 992px) {
  footer .CopyRight .BtmFlx .mdBx .social li a svg {
    height: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .CopyRight .BtmFlx .mdBx .social li a svg {
    height: 18px;
  }
}

footer .CopyRight .BtmFlx .mdBx .social li a svg .cls-1 {
  fill: #fff;
}

footer .CopyRight .BtmFlx .mdBx .social li a svg .cls-2 {
  clip-path: url(#clip-path);
}

@media only screen and (min-width: 992px) {
  footer .CopyRight .BtmFlx .ritBx {
    text-align: right;
  }
}

footer .CopyRight .BtmFlx .ritBx a {
  font-size: 13px;
  color: #fff9;
  font-weight: 400;
  font-family: Cairo, sans-serif;
}

@media only screen and (min-width: 576px) {
  footer .CopyRight .BtmFlx .ritBx a {
    font-size: 14px;
  }
}

.fixedRit {
  position: fixed;
  z-index: 500;
  display: block;
  right: 5px;
  top: 50%;
  margin: auto;
  transition: 0.4s all;
}

@media only screen and (min-width: 1441px) {
  .fixedRit {
    right: 37px;
  }
}

.fixedRit ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.fixedRit ul li a:hover {
  filter: none;
}

.fixedRit ul li a svg {
  display: block;
  fill: #fff;
  transition: all 0.3s;
  max-width: 36px;
  min-width: 36px;
}

@media only screen and (min-width: 992px) {
  .fixedRit ul li a svg {
    max-width: 45px;
    min-width: 45px;
  }
}

@media only screen and (min-width: 1441px) {
  .fixedRit ul li a svg {
    max-width: 56px;
    min-width: 56px;
  }
}

.ProSlide .owl-stage {
  padding-left: 0 !important;
}

.proBx {
  padding: 15px 25px 25px;
  background: #fff;
  transition: 0.4s all;
  height: 100%;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.proBx .Tbx {
  width: 100%;
}

.proBx .infoB {
  position: absolute;
  right: 16px;
  top: 19px;
  border-radius: 10px 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  color: #fff;
  font-weight: 500;
  height: 30px;
  font-size: 12px;
  min-width: 112px;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .proBx .infoB {
    height: 35px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1560px) {
  .proBx .infoB {
    min-width: 120px;
    height: 40px;
    font-size: 16px;
  }
}

.proBx .infoB span {
  margin-left: 5px;
}

.proBx .infoB.off {
  background: #f8ae41;
}

.proBx .infoB.bst {
  background: #4db8e6;
}

.proBx .infoB.ost {
  background: #e11b1b;
}

.proBx .infoB.new {
  background: #31378e;
}

.proBx .imgBx {
  border-radius: 15px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #fff9ee, #f6f6f6) 0% 0% no-repeat
    padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  transition: 0.4s all;
}

.proBx .imgBx .proIm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.proBx .imgBx .proIm:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  opacity: 0.7;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(to right, #fff0, #ffffff80);
  -webkit-transform: skewX(-25deg);
  transform: skew(-25deg);
  pointer-events: none;
}

.proBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proBx .txtBx .name {
  color: #3490cf;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .name {
    font-size: 16px;
    line-height: 24px;
  }
}

.proBx .txtBx .serial {
  color: #333e48;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  font-size: 12px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .serial {
    margin-bottom: 13px;
    font-size: 14px;
  }
}

.proBx .txtBx .flxB {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1366px) {
  .proBx .txtBx .flxB {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .flxB {
    margin-bottom: 17px;
  }
}

.proBx .txtBx .flxB .rating {
  display: flex;
  align-items: center;
}

.proBx .txtBx .flxB .rating .icons svg {
  fill: #f8ac15;
  width: 14px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .flxB .rating .icons svg {
    width: 18px;
  }
}

.proBx .txtBx .flxB .rating .icons svg:not(:last-of-type) {
  margin-right: 2px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .flxB .rating .icons svg:not(:last-of-type) {
    margin-right: 4.3px;
  }
}

.proBx .txtBx .flxB .rating .count {
  color: #333e48;
  font-weight: 400;
  margin-left: 13px;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .proBx .txtBx .flxB .rating .count {
    font-size: 16px;
  }
}

.proBx .txtBx .flxB .rating .count span {
  color: #3490cf;
}

.proBx .txtBx .priceB {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1366px) {
  .proBx .txtBx .priceB {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .priceB {
    margin-bottom: 18px;
  }
}

.proBx .txtBx .priceB .new {
  color: #31378e;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .proBx .txtBx .priceB .new {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .proBx .txtBx .priceB .new {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .proBx .txtBx .priceB .new {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .proBx .txtBx .priceB .new {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .priceB .new {
    font-size: 24px;
  }
}

.proBx .txtBx .priceB .old {
  color: #333e48;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  padding: 0 5px;
}

@media only screen and (min-width: 1441px) {
  .proBx .txtBx .priceB .old {
    padding: 0 10px;
    font-size: 16px;
  }
}

.proBx .txtBx .priceB .off {
  color: #d80000;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .priceB .off {
    font-size: 16px;
  }
}

.proBx .txtBx .dFlxBx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1360px) {
  .proBx .txtBx .dFlxBx {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .dFlxBx {
    margin-bottom: 17px;
  }
}

.proBx .txtBx .dFlxBx .dlvry {
  color: #1e912a;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .dFlxBx .dlvry {
    font-size: 16px;
  }
}

.proBx .txtBx .dFlxBx .pinCde {
  color: #31378e;
  font-weight: 500;
  font-size: 13px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .dFlxBx .pinCde {
    font-size: 14px;
  }
}

.proBx .txtBx .estimate {
  display: flex;
  color: #333e48;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: normal;
  font-size: 13px;
}

@media only screen and (min-width: 1560px) {
  .proBx .txtBx .estimate {
    font-size: 14px;
  }
}

.proBx .txtBx .estimate .icon {
  margin-right: 11px;
}

@media only screen and (max-width: 1360px) {
  .proBx .txtBx .estimate .icon img {
    width: 20px;
  }
}

.proBx .btnBx {
  display: flex;
  width: 100%;
}

.proBx .btnBx > * {
  width: 50%;
  height: 40px;
}

@media only screen and (min-width: 1366px) {
  .proBx .btnBx > * {
    height: 48px;
  }
}

.proBx .enqry {
  width: 100%;
  border-radius: 7px;
  border: none;
  background: #6fb7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}

@media only screen and (min-width: 1560px) {
  .proBx .enqry {
    margin-right: 8.5px;
    font-size: 14px;
  }
}

.proBx .enqry:before {
  background: #31378e !important;
}

.proBx .addCart {
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f4596;
  border-radius: 7px;
  transition: 0.4s all;
  margin-left: 5px;
}

@media only screen and (min-width: 1560px) {
  .proBx .addCart {
    margin-left: 8.5px;
  }
}

.proBx .addCart:before {
  background: #3490cf !important;
}

.proBx .addCart > * {
  position: relative;
  z-index: 10;
}

.proBx .addCart svg {
  margin-left: 10px;
  width: 14px;
}

@media only screen and (min-width: 1560px) {
  .proBx .addCart svg {
    width: 17px;
  }
}

.proBx .addCart svg .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

.proBx .addCart .txt {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

@media only screen and (min-width: 1560px) {
  .proBx .addCart .txt {
    font-size: 14px;
  }
}

.proBx .addCart:before {
  background: #31378e;
}

.proBx:hover .imgBx .proIm:before {
  -webkit-animation: shine 0.95s;
  animation: shine 0.95s;
}

#clientCaseSec {
  padding: 58px 0 62px;
}

@media only screen and (min-width: 576px) {
  #clientCaseSec {
    padding: 84px 0 80px;
  }
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec {
    padding: 98px 0 90px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec {
    padding: 112px 0 95px;
  }
}

@media only screen and (min-width: 1551px) {
  #clientCaseSec {
    padding: 130px 0 95px;
  }
}

#clientCaseSec .clientCaseListing > *:not(:last-of-type) {
  margin-bottom: 6px;
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .clientCaseListing > *:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .clientCaseListing > *:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#clientCaseSec .row {
  margin: -6px;
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .row {
    margin: -8px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .row {
    margin: -10px;
  }
}

@media only screen and (min-width: 1551px) {
  #clientCaseSec .row {
    margin: -10px -11px;
  }
}

#clientCaseSec .row > * {
  padding: 6px;
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .row > * {
    padding: 8px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .row > * {
    padding: 10px;
  }
}

@media only screen and (min-width: 1551px) {
  #clientCaseSec .row > * {
    padding: 10px 11px;
  }
}

#clientCaseSec .caseBx {
  position: relative;
}

#clientCaseSec .caseBx .imgbx {
  width: 100%;
  height: 205px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 576px) {
  #clientCaseSec .caseBx .imgbx {
    height: 245px;
  }
}

@media only screen and (min-width: 768px) {
  #clientCaseSec .caseBx .imgbx {
    height: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .caseBx .imgbx {
    height: 330px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .caseBx .imgbx {
    height: 385px;
  }
}

@media only screen and (min-width: 1551px) {
  #clientCaseSec .caseBx .imgbx {
    height: 453px;
  }
}

#clientCaseSec .caseBx .imgbx img {
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#clientCaseSec .caseBx .imgbx .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media only screen and (min-width: 576px) {
  #clientCaseSec .caseBx .imgbx .playBtn {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (min-width: 768px) {
  #clientCaseSec .caseBx .imgbx .playBtn {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .caseBx .imgbx .playBtn {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .caseBx .imgbx .playBtn {
    width: 66px;
    height: 66px;
  }
}

#clientCaseSec .caseBx .cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  max-width: 420px;
}

@media only screen and (min-width: 576px) {
  #clientCaseSec .caseBx .cnt {
    font-size: 15px;
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #clientCaseSec .caseBx .cnt {
    font-size: 16px;
    padding: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  #clientCaseSec .caseBx .cnt {
    font-size: 18px;
    padding: 22px;
  }
}

@media only screen and (min-width: 1441px) {
  #clientCaseSec .caseBx .cnt {
    font-size: 20px;
    padding: 26px 24px;
  }
}

@media only screen and (min-width: 1551px) {
  #clientCaseSec .caseBx .cnt {
    font-size: 22px;
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 575px) {
  #clientCaseSec .caseBx .cnt {
    line-height: 18px;
  }
}

#clientCaseSec .caseBx:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #0003, #000) 0% 0% no-repeat
    padding-box;
  border-radius: 16px;
  z-index: 1;
  opacity: 0;
  transition: 0.4s all;
}

#clientCaseSec .caseBx:hover .imgbx img {
  transform: scale(1.04);
}

#MobMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 2000;
  border-top: 1px solid #ececec;
}

@media screen and (min-width: 676px) {
  #MobMenu {
    display: none;
  }
}

#MobMenu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

#MobMenu ul li a {
  display: block;
  text-align: center;
  padding: 7px 2px;
}

#MobMenu ul li a:hover svg,
#MobMenu ul li a.active svg {
  fill: #31378e;
}

#MobMenu ul li a svg {
  fill: #676767;
  transition: 0.4s all;
  margin-bottom: 3px;
  height: 16px;
}

@media only screen and (min-width: 676px) {
  #MobMenu ul li a svg {
    height: 18px;
    margin-bottom: 8px;
  }
}

#MobMenu ul li a svg .cls-1 {
  fill: #676767;
}

#MobMenu ul li a .txt {
  font-size: 11px;
  line-height: normal;
  color: #282727;
}

.wishlist-listing-alert {
  position: absolute;
  background: #dd191d;
  width: 100%;
  left: 0;
  top: 159px;
  padding: 4px 10px;
  text-align: center;
  box-shadow: 0 0 13px #00000080;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  z-index: 10;
  line-height: 18px;
}

.wishlist-listing-alert.hide {
  display: none;
}

.quantity {
  display: flex;
  align-items: center;
  border: none;
  height: auto;
  margin: 0;
}

.quantity input[type="button"] {
  background: #dbdbdb;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  color: #333;
  line-height: 1px;
  font-weight: 500;
  -webkit-appearance: none;
}

.quantity input[type="button"].minus {
  padding-top: 0;
}

.quantity input[type="number"] {
  background: #fff;
  border: none;
  text-align: center;
  color: #333;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  height: 100%;
  font-weight: 500;
  border-radius: 0;
  width: 40px;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.SearchModal {
  z-index: 9999;
  background: #fff;
}

.SearchModal .modal-dialog {
  margin: 0;
  max-width: 100%;
}

.SearchModal .modal-content {
  border-radius: 0;
  border: none;
}

.SearchModal .modal-header {
  padding: 0;
  align-items: center;
  border-radius: 0;
}

.SearchModal .modal-header [data-bs-dismiss="modal"] {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  height: 45px;
  width: fit-content;
}

@media only screen and (min-width: 468px) {
  .SearchModal .modal-header [data-bs-dismiss="modal"] {
    height: 55px;
  }
}

.SearchModal .modal-header [data-bs-dismiss="modal"] svg {
  width: 18px;
  height: 18px;
}

@media only screen and (min-width: 992px) {
  .SearchModal .modal-header [data-bs-dismiss="modal"] svg {
    width: 24px;
    height: 24px;
  }
}

.SearchModal .modal-header .searchBox {
  width: calc(100% - 55px);
  overflow: hidden;
  align-items: center;
  display: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SearchModal .modal-header .searchBox form {
  width: 100%;
  position: unset;
}

.SearchModal .modal-header .searchBox .form-group {
  border: none;
  overflow: hidden;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: unset;
  justify-content: space-between;
}

.SearchModal .modal-header .searchBox .form-control {
  background-color: #fff;
  width: calc(100% - 63px);
  border: none;
  font-size: 16px;
  color: #3a3a3a;
  padding: 10px 0;
  height: 45px;
}

@media only screen and (min-width: 468px) {
  .SearchModal .modal-header .searchBox .form-control {
    height: 55px;
  }
}

.SearchModal .modal-header .searchBox .form-control::placeholder {
  color: #3a3a3a;
}

.SearchModal
  .modal-header
  .searchBox
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  border-radius: 50em;
  background: url(/build/assets/close-B00uqchn.svg) no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

.SearchModal .modal-header .searchBox .sendBtn {
  border: none;
  background: transparent;
  background-color: #fff;
  height: 45px;
  width: fit-content;
  width: -moz-fit-content;
}

@media only screen and (min-width: 468px) {
  .SearchModal .modal-header .searchBox .sendBtn {
    height: 55px;
  }
}

.SearchModal .modal-header .searchBox .sendBtn svg {
  width: 24px;
  fill: #31378e;
}

.SearchModal .modal-header .SearchBtn {
  display: flex;
  align-items: center;
}

.SearchModal .modal-header .SearchBtn svg {
  fill: #fff;
  width: 25px;
}

.SearchModal .modal-body .results {
  height: auto;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: block;
}

.SearchModal .modal-body .results::-webkit-scrollbar {
  width: 0px;
}

.SearchModal .modal-body .results li .flxBx {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.SearchModal .modal-body .results li .flxBx .imgBx {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.SearchModal .modal-body .results li .flxBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.SearchModal .modal-body .results li .flxBx .txtBx .name {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.SearchModal .modal-body .results li .flxBx .txtBx .price {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.feedbackModal {
  background: #31378ecc;
  z-index: 99999;
}

.feedbackModal .modal-dialog {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .feedbackModal .modal-dialog {
    max-width: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .feedbackModal .modal-dialog {
    max-width: 810px;
  }
}

.feedbackModal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
}

.feedbackModal .modal-dialog .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .feedbackModal .modal-dialog .modal-content .close {
    right: 25px;
    top: 25px;
  }
}

.feedbackModal .modal-dialog .modal-content .close svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.feedbackModal .modal-dialog .modal-body {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .feedbackModal .modal-dialog .modal-body {
    padding: 40px 30px;
  }
}

.feedbackModal .modal-dialog .modal-body .title {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .feedbackModal .modal-dialog .modal-body .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .feedbackModal .modal-dialog .modal-body .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .feedbackModal .modal-dialog .modal-body .title {
    font-size: 26px;
  }
}

.feedbackModal .modal-dialog .modal-body .ratingBx {
  border-radius: 8px;
  background: #eff9ff;
  margin-bottom: 35px;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .feedbackModal .modal-dialog .modal-body .ratingBx {
    padding: 30px 40px;
  }
}

.feedbackModal .modal-dialog .modal-body .ratingBx .bxTitle {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 13px;
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx {
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .feedbackModal .modal-dialog .modal-body .ratingBx .dFlx {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .feedbackModal .modal-dialog .modal-body .ratingBx .dFlx {
    margin-bottom: 20px;
  }
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx .label {
  min-width: 95px;
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 400;
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx .cFlx {
  display: flex;
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx .cFlx .rdio {
  display: block;
  position: relative;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio:not(:last-of-type) {
  margin-right: 20px;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="checkbox"],
.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .feedbackModal
    .modal-dialog
    .modal-body
    .ratingBx
    .dFlx
    .cFlx
    .rdio
    input[type="checkbox"],
  .feedbackModal
    .modal-dialog
    .modal-body
    .ratingBx
    .dFlx
    .cFlx
    .rdio
    input[type="radio"] {
    margin-top: 5px;
  }
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="checkbox"]:checked:after,
.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="checkbox"]:checked
  + label:after,
.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: #3490cf;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: 7px;
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx .cFlx .rdio label {
  margin: 0;
  color: #676767;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px #bed2de;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .ratingBx
  .dFlx
  .cFlx
  .rdio
  label
  span {
  color: #2b2b2b;
  display: block;
}

.feedbackModal .modal-dialog .modal-body .ratingBx .dFlx .cFlx .rdio label img {
  margin-right: 13px;
}

.feedbackModal .modal-dialog .modal-body .form-group {
  margin-bottom: 10px;
}

.feedbackModal .modal-dialog .modal-body .form-group textarea.form-control {
  padding: 17px 25px;
  min-height: 84px;
}

.feedbackModal .modal-dialog .modal-body .form-control {
  background: #fff;
  border: solid 1px #bed2de;
  border-radius: 5px;
}

.feedbackModal .modal-dialog .modal-body .row.cntr {
  align-items: center;
}

.feedbackModal .modal-dialog .modal-body label {
  font-size: 14px;
  color: #676767;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .feedbackModal .modal-dialog .modal-body label {
    margin-bottom: 5px;
  }
}

.feedbackModal .modal-dialog .modal-body .select2 {
  width: 100% !important;
}

.feedbackModal
  .modal-dialog
  .modal-body
  .select2
  .select2-selection
  .select2-selection__rendered {
  padding: 5px 25px !important;
}

.feedbackModal .modal-dialog .modal-body .buttnFlx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  margin-top: 35px;
  border-top: solid 1px #e7ecef;
}

.feedbackModal .modal-dialog .modal-body .buttnFlx button,
.feedbackModal .modal-dialog .modal-body .buttnFlx .send {
  outline: none;
  box-shadow: none;
  border: none;
  min-width: 284px;
  height: 50px;
  border-radius: 5px;
  background: #3490cf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

#sortPop {
  height: auto;
  top: auto;
  bottom: 0;
  z-index: 9999;
}

#sortPop .modal-dialog {
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-shadow: 0 0 10px #17171726;
}

#sortPop .modal-content {
  border-radius: 0;
  margin: 0;
  border: none;
}

#sortPop .modal-content .ModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
  border-bottom: 1px solid rgb(232, 235, 240);
  background: #1a396a1a;
}

@media only screen and (min-width: 992px) {
  #sortPop .modal-content .ModalHeader {
    background: transparent;
    border: none;
    padding: 5px 15px 25px 0;
  }
}

#sortPop .modal-content .ModalHeader .title {
  color: #31378e;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1441px) {
  #sortPop .modal-content .ModalHeader .title {
    font-size: 16px;
  }
}

#sortPop .modal-content .ModalHeader .close {
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 23px;
  padding: 0;
  width: 45px;
  position: absolute;
  right: 0;
  height: 100%;
  color: #fff;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31378e;
}

@media only screen and (min-width: 992px) {
  #sortPop .modal-content .ModalHeader .close {
    display: none;
  }
}

#sortPop .modal-content .modal-body {
  padding: 15px;
}

#sortPop .modal-content .modal-body #Categories .label {
  font-size: 13px;
  padding: 10px 0;
  color: #303030;
  position: relative;
}

#sortPop .modal-content .modal-body #Categories .label input[type="checkbox"],
#sortPop .modal-content .modal-body #Categories .label input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#sortPop
  .modal-content
  .modal-body
  #Categories
  .label
  input[type="checkbox"]:checked
  + label,
#sortPop
  .modal-content
  .modal-body
  #Categories
  .label
  input[type="radio"]:checked
  + label {
  color: #31378e;
}

.signupmodal,
.loginmodal {
  background: #0000004d;
  z-index: 99999;
}

.signupmodal .modal-dialog,
.loginmodal .modal-dialog {
  max-width: 690px;
}

.signupmodal .modal-dialog .modal-content,
.loginmodal .modal-dialog .modal-content {
  border-radius: 0;
  box-shadow: 0 3px 20px #00000029;
  border: none;
}

.signupmodal .modal-dialog .modal-content .close,
.loginmodal .modal-dialog .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .modal-content .close,
  .loginmodal .modal-dialog .modal-content .close {
    right: 25px;
    top: 25px;
  }
}

.signupmodal .modal-dialog .modal-content .close svg,
.loginmodal .modal-dialog .modal-content .close svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.signupmodal .modal-dialog .subT,
.loginmodal .modal-dialog .subT {
  color: #07122f;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .subT,
  .loginmodal .modal-dialog .subT {
    margin-bottom: 24px;
    font-size: 16px;
  }
}

.signupmodal .modal-dialog .subT a,
.loginmodal .modal-dialog .subT a {
  font-weight: 500;
  color: #e11b1b;
  margin-left: 5px;
}

.signupmodal .modal-dialog .mainTitle,
.loginmodal .modal-dialog .mainTitle {
  line-height: normal;
  color: #07122f;
  font-weight: 600;
  margin-bottom: 17px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .mainTitle,
  .loginmodal .modal-dialog .mainTitle {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .signupmodal .modal-dialog .mainTitle,
  .loginmodal .modal-dialog .mainTitle {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .signupmodal .modal-dialog .mainTitle,
  .loginmodal .modal-dialog .mainTitle {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1360px) {
  .signupmodal .modal-dialog .mainTitle,
  .loginmodal .modal-dialog .mainTitle {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1441px) {
  .signupmodal .modal-dialog .mainTitle,
  .loginmodal .modal-dialog .mainTitle {
    font-size: 36px;
  }
}

.signupmodal .modal-dialog .label,
.loginmodal .modal-dialog .label {
  color: #36373a;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .label,
  .loginmodal .modal-dialog .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .signupmodal .modal-dialog .label,
  .loginmodal .modal-dialog .label {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.signupmodal .modal-dialog .modal-body,
.loginmodal .modal-dialog .modal-body {
  position: relative;
  z-index: 1;
  padding: 25px 15px !important;
}

@media only screen and (min-width: 576px) {
  .signupmodal .modal-dialog .modal-body,
  .loginmodal .modal-dialog .modal-body {
    padding: 30px 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .modal-body,
  .loginmodal .modal-dialog .modal-body {
    padding: 35px 30px !important;
  }
}

@media only screen and (min-width: 992px) {
  .signupmodal .modal-dialog .modal-body,
  .loginmodal .modal-dialog .modal-body {
    padding: 40px 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .signupmodal .modal-dialog .modal-body,
  .loginmodal .modal-dialog .modal-body {
    padding: 50px 70px 60px !important;
  }
}

@media only screen and (min-width: 1441px) {
  .signupmodal .modal-dialog .modal-body,
  .loginmodal .modal-dialog .modal-body {
    padding: 85px 94px 72px !important;
  }
}

.signupmodal .modal-dialog .modal-body .form-group,
.loginmodal .modal-dialog .modal-body .form-group {
  margin-bottom: 17px;
  position: relative;
}

.signupmodal .modal-dialog .modal-body .form-control,
.loginmodal .modal-dialog .modal-body .form-control {
  background: #f5f5f5;
  border-radius: 0;
  border: none;
  color: #878686;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .modal-body .form-control,
  .loginmodal .modal-dialog .modal-body .form-control {
    font-size: 16px;
  }
}

.signupmodal .modal-dialog .modal-body .form-control::placeholder,
.loginmodal .modal-dialog .modal-body .form-control::placeholder {
  color: #878686;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-dialog .modal-body .form-control::placeholder,
  .loginmodal .modal-dialog .modal-body .form-control::placeholder {
    font-size: 16px;
  }
}

.signupmodal .modal-dialog .modal-body .PassWrp,
.loginmodal .modal-dialog .modal-body .PassWrp {
  position: relative;
}

.signupmodal .modal-dialog .modal-body .showPass,
.loginmodal .modal-dialog .modal-body .showPass {
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signupmodal .modal-dialog .modal-body .showPass svg,
.loginmodal .modal-dialog .modal-body .showPass svg {
  width: 19px;
  height: 19px;
  fill: #605d5d;
  transition: all 0.3s;
}

.signupmodal .modal-dialog .modal-body .showPass .hide svg.show,
.loginmodal .modal-dialog .modal-body .showPass .hide svg.show {
  display: none;
}

.signupmodal .modal-dialog .modal-body .showPass .show svg.hide,
.loginmodal .modal-dialog .modal-body .showPass .show svg.hide {
  display: none;
}

.loginmodal .modal-body {
  position: relative;
  z-index: 1;
}

.loginmodal .modal-body .row {
  margin: 0;
}

.loginmodal .modal-body .row > * {
  padding: 0;
}

.loginmodal .modal-body .flxB {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .loginmodal .modal-body .flxB {
    margin-top: 36px;
    margin-bottom: 45px;
  }
}

.loginmodal .modal-body .rd_bx {
  display: flex;
  align-items: center;
  position: relative;
}

.loginmodal .modal-body .rd_bx input[type="checkbox"],
.loginmodal .modal-body .rd_bx input[type="radio"] {
  width: 24px !important;
  height: 24px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 4px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .loginmodal .modal-body .rd_bx input[type="checkbox"],
  .loginmodal .modal-body .rd_bx input[type="radio"] {
    margin-top: 5px;
  }
}

.loginmodal .modal-body .rd_bx input[type="checkbox"]:checked:after,
.loginmodal .modal-body .rd_bx input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.loginmodal .modal-body .rd_bx input[type="checkbox"]:checked + label:after,
.loginmodal .modal-body .rd_bx input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 11px;
  height: 8px;
  background-size: contain;
  left: 6px;
  top: 8px;
}

.loginmodal .modal-body .rd_bx input[type="checkbox"]:checked + label:before,
.loginmodal .modal-body .rd_bx input[type="radio"]:checked + label:before {
  background-color: #e11b1b;
  border-color: #e11b1b;
}

.loginmodal .modal-body .rd_bx label {
  margin: 0;
  font-size: 16px;
  color: #36373a;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.loginmodal .modal-body .rd_bx label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border: solid 1px rgba(112, 112, 112, 0.4);
}

.loginmodal .modal-body .frgtSec a {
  display: block;
  width: fit-content;
  color: #e11b1b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.loginmodal .modal-body .btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #31378e;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  height: 42px;
}

@media only screen and (min-width: 768px) {
  .loginmodal .modal-body .btn-submit {
    font-size: 16px;
    height: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .loginmodal .modal-body .btn-submit {
    height: 54px;
  }
}

.signupmodal .modal-dialog {
  max-width: 1199px;
}

.signupmodal .modal-body .row {
  margin: 0 -9px;
}

.signupmodal .modal-body .row > * {
  padding: 0 9px;
}

.signupmodal .modal-body .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  background: #31378e;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 42px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .signupmodal .modal-body .btn-submit {
    font-size: 16px;
    width: 330px;
    height: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .signupmodal .modal-body .btn-submit {
    height: 54px;
  }
}

.forgotModal {
  background: #0000004d;
  z-index: 99999;
}

.forgotModal .modal-dialog {
  max-width: 690px;
}

.forgotModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.forgotModal .modal-dialog .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .forgotModal .modal-dialog .modal-content .close {
    right: 25px;
    top: 25px;
  }
}

.forgotModal .modal-dialog .modal-content .close svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.forgotModal .modal-dialog .modal-body {
  padding: 40px 30px;
}

@media only screen and (min-width: 576px) {
  .forgotModal .modal-dialog .modal-body {
    padding: 60px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .forgotModal .modal-dialog .modal-body {
    padding: 85px 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .forgotModal .modal-dialog .modal-body {
    padding: 100px 90px;
  }
}

.forgotModal .modal-dialog .modal-body .frgtBx .title {
  color: #272727;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .forgotModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .forgotModal .modal-dialog .modal-body .frgtBx .title {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .forgotModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .forgotModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 36px;
    line-height: 52px;
  }
}

.forgotModal .modal-dialog .modal-body .frgtBx p {
  font-weight: 400;
  color: #272727;
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (min-width: 576px) {
  .forgotModal .modal-dialog .modal-body .frgtBx p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .forgotModal .modal-dialog .modal-body .frgtBx p {
    font-size: 18px;
    line-height: 30px;
  }
}

.forgotModal .modal-dialog .modal-body .frgtBx .form-control {
  background: #f5f5f5;
}

.forgotModal .modal-dialog .modal-body .frgtBx .reset {
  width: 100%;
  background: #e11b1b;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto auto;
  height: 45px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  border: none;
}

@media only screen and (min-width: 768px) {
  .forgotModal .modal-dialog .modal-body .frgtBx .reset {
    margin-top: 50px;
    height: 54px;
    font-size: 16px;
  }
}

.trackModal {
  background: #0000004d;
  z-index: 99999;
}

.trackModal .modal-dialog {
  max-width: 690px;
}

.trackModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.trackModal .modal-dialog .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .trackModal .modal-dialog .modal-content .close {
    right: 25px;
    top: 25px;
  }
}

.trackModal .modal-dialog .modal-content .close svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.trackModal .modal-dialog .modal-body {
  padding: 40px 30px;
}

@media only screen and (min-width: 992px) {
  .trackModal .modal-dialog .modal-body {
    padding: 60px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .title {
  color: #272727;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .trackModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .trackModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  .trackModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 1441px) {
  .trackModal .modal-dialog .modal-body .frgtBx .title {
    font-size: 32px;
    line-height: 42px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx p {
  font-weight: 400;
  color: #272727;
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (min-width: 576px) {
  .trackModal .modal-dialog .modal-body .frgtBx p {
    font-size: 16px;
    line-height: 28px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .form-group {
  display: flex;
}

.trackModal .modal-dialog .modal-body .frgtBx .form-control {
  background: #f5f5f5;
}

.trackModal .modal-dialog .modal-body .frgtBx .reset {
  width: 180px;
  background: #e11b1b;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 45px;
  font-size: 14px;
}

@media only screen and (min-width: 1441px) {
  .trackModal .modal-dialog .modal-body .frgtBx .reset {
    height: 54px;
    font-size: 16px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus {
  margin-top: 30px;
  border: solid 1px rgb(49, 55, 142);
  padding: 25px;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.PROGRESS
  .flxb
  .icon
  svg {
  fill: #e59444;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.PROGRESS
  .flxb
  .txtB
  .ordrSts
  span {
  color: #e59444;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.COMPLTED
  .flxb
  .icon
  svg
  .cls-1 {
  fill: #32ba7c;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.COMPLTED
  .flxb
  .icon
  svg
  .cls-2 {
  fill: #fff;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.COMPLTED
  .flxb
  .txtB
  .ordrSts
  span {
  color: #32ba7c;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.CANCELLED
  .flxb
  .icon
  svg
  .cls-1 {
  fill: #d23a3a;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.CANCELLED
  .flxb
  .icon
  svg
  .cls-2 {
  fill: #fff;
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus.CANCELLED
  .flxb
  .txtB
  .ordrSts
  span {
  color: #d23a3a;
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb {
    margin-bottom: 30px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb .lftB {
  display: flex;
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb .lftB .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 576px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .flxb .lftB .icon {
    width: 72px;
    height: 72px;
  }
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus
  .flxb
  .lftB
  .icon
  svg {
  width: 30px;
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB {
  width: calc(100% - 60px);
  padding-left: 15px;
}

@media only screen and (min-width: 576px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB {
    padding-left: 19px;
    width: calc(100% - 72px);
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .ordrSts {
  color: #1d1d1f;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .ordrSts {
    font-size: 16px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .prgrsDtails {
  color: #1d1d1f;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .trackModal
    .modal-dialog
    .modal-body
    .frgtBx
    .orderStatus
    .txtB
    .prgrsDtails {
    font-size: 16px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .ordNm {
  color: #1d1d1f;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .ordNm {
    font-size: 16px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .txtB .ordNm span {
  font-weight: 500;
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB {
  padding-left: 92px;
  margin-top: 10px;
}

@media only screen and (max-width: 576px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB {
    padding-left: 75px;
  }
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .estmtdDlvry,
.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .placed {
  font-weight: 400;
  color: #1d1d1f;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .estmtdDlvry,
  .trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .placed {
    font-size: 16px;
  }
}

.trackModal
  .modal-dialog
  .modal-body
  .frgtBx
  .orderStatus
  .ritB
  .estmtdDlvry
  span,
.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .placed span {
  font-weight: 500;
}

.trackModal .modal-dialog .modal-body .frgtBx .orderStatus .ritB .placed {
  margin-bottom: 10px;
}

.enquireModal {
  background: #0000004d;
  z-index: 99999;
}

.enquireModal .modal-dialog {
  max-width: 500px;
}

@media only screen and (min-width: 992px) {
  .enquireModal .modal-dialog {
    max-width: 590px;
  }
}

.enquireModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.enquireModal .modal-dialog .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .enquireModal .modal-dialog .modal-content .close {
    right: 25px;
    top: 25px;
  }
}

.enquireModal .modal-dialog .modal-content .close svg {
  width: 18px;
  height: 18px;
  fill: #000;
}

.enquireModal .modal-dialog .modal-body {
  padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
  .enquireModal .modal-dialog .modal-body {
    padding: 40px 30px;
  }
}

.enquireModal .modal-dialog .modal-body .enquireBx .title {
  color: #333e48;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
  .enquireModal .modal-dialog .modal-body .enquireBx .title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 1441px) {
  .enquireModal .modal-dialog .modal-body .enquireBx .title {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.enquireModal .modal-dialog .modal-body .enquireBx .frmBGG {
  margin-bottom: 28px;
}

.enquireModal .modal-dialog .modal-body .enquireBx .frmBGG .form-group {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .enquireModal .modal-dialog .modal-body .enquireBx .frmBGG .form-group {
    margin-bottom: 20px;
  }
}

.enquireModal
  .modal-dialog
  .modal-body
  .enquireBx
  .frmBGG
  .form-group
  .form-control {
  border-radius: 0;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 42px;
}

@media only screen and (min-width: 992px) {
  .enquireModal
    .modal-dialog
    .modal-body
    .enquireBx
    .frmBGG
    .form-group
    .form-control {
    height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .enquireModal
    .modal-dialog
    .modal-body
    .enquireBx
    .frmBGG
    .form-group
    .form-control {
    height: 55px;
  }
}

.enquireModal
  .modal-dialog
  .modal-body
  .enquireBx
  .frmBGG
  .form-group
  textarea.form-control {
  min-height: 100px;
}

@media only screen and (min-width: 992px) {
  .enquireModal
    .modal-dialog
    .modal-body
    .enquireBx
    .frmBGG
    .form-group
    textarea.form-control {
    min-height: 140px;
  }
}

.enquireModal .modal-dialog .modal-body .enquireBx .send {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbebeb;
  font-size: 16px;
  color: #e11b1b;
  font-weight: 500;
  border: solid 0.5px #e11b1b;
}

#reviewModal {
  background: #00000040;
  overflow: hidden;
}

#reviewModal .modal-content .close-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 3px 6px #00000029;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#reviewModal .modal-content .close-icon .icon {
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#reviewModal .modal-content .close-icon .icon svg {
  fill: #3490cf;
}

#reviewModal .modal-dialog {
  z-index: 1;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  #reviewModal .modal-dialog {
    height: 90%;
    max-width: 850px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog {
    height: 100%;
    max-width: 1136px;
  }
}

#reviewModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

#reviewModal .modal-dialog .modal-body {
  padding: 30px 25px;
}

@media only screen and (min-width: 768px) {
  #reviewModal .modal-dialog .modal-body {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  #reviewModal .modal-dialog .modal-body {
    padding: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .modal-body {
    padding: 61px 72px 80px 75px;
  }
}

#reviewModal .modal-dialog .modal-body .maintxt {
  text-transform: capitalize;
  color: #31378e;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  #reviewModal .modal-dialog .modal-body .maintxt {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  #reviewModal .modal-dialog .modal-body .maintxt {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .modal-body .maintxt {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

#reviewModal .modal-dialog .modal-body .subT {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  color: #535353;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #reviewModal .modal-dialog .modal-body .subT {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .modal-body .subT {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

#reviewModal .modal-dialog .modal-body .row {
  margin: -3px;
}

@media only screen and (min-width: 568px) {
  #reviewModal .modal-dialog .modal-body .row {
    margin: -7px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .modal-body .row {
    margin: -11px;
  }
}

#reviewModal .modal-dialog .modal-body .row > * {
  padding: 3px;
}

@media only screen and (min-width: 568px) {
  #reviewModal .modal-dialog .modal-body .row > * {
    padding: 7px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .modal-body .row > * {
    padding: 11px;
  }
}

#reviewModal .modal-dialog .title {
  font-size: 16px;
  color: #535353;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  #reviewModal .modal-dialog .title {
    font-size: 18px;
  }
}

#reviewModal .modal-dialog .label {
  font-size: 14px;
  color: #676767;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#reviewModal .modal-dialog .form-control {
  height: 40px;
  background: #f5f5f5;
}

@media only screen and (min-width: 992px) {
  #reviewModal .modal-dialog .form-control {
    height: 45px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .form-control {
    height: 55px;
  }
}

#reviewModal .modal-dialog textarea {
  min-height: 80px;
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog textarea {
    min-height: 123px;
  }
}

#reviewModal .modal-dialog .dflx {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#reviewModal .modal-dialog .btn-submit {
  background: #31378e;
  width: 100%;
  height: 45px;
  border: none;
}

@media only screen and (min-width: 568px) {
  #reviewModal .modal-dialog .btn-submit {
    width: 160px;
    height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  #reviewModal .modal-dialog .btn-submit {
    width: 189px;
    height: 55px;
  }
}

#reviewModal .modal-dialog .btn-submit span {
  color: #fff;
}

.addressModal {
  z-index: 9999;
  background: #0000007a;
}

.addressModal .modal-dialog {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .addressModal .modal-dialog {
    height: 100%;
    max-width: 945px;
  }
}

.addressModal .modal-dialog .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0 3px 6px #00000029;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .addressModal .modal-dialog .close-icon {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}

.addressModal .modal-dialog .close-icon svg {
  width: 10px;
}

@media only screen and (min-width: 992px) {
  .addressModal .modal-dialog .close-icon svg {
    width: 13px;
  }
}

.addressModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .addressModal .modal-dialog .modal-content {
    padding: 30px 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .addressModal .modal-dialog .modal-content {
    padding: 35px 30px;
  }
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content {
    padding: 35px 40px;
  }
}

.addressModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.addressModal .modal-dialog .modal-content .title {
  font-size: 22px;
  color: #1d1d1f;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.addressModal .modal-dialog .modal-content .form-group {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .addressModal .modal-dialog .modal-content .form-group {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content .form-group {
    margin-bottom: 17px;
  }
}

.addressModal .modal-dialog .modal-content .form-group .txt {
  font-size: 14px;
  color: #2e2e2e;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 16px;
}

.addressModal .modal-dialog .modal-content .form-group .form-control {
  height: 40px;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #878686;
  font-weight: 400;
  padding: 5px 15px;
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content .form-group .form-control {
    height: 55px;
    font-size: 16px;
  }
}

.addressModal
  .modal-dialog
  .modal-content
  .form-group
  .form-control::placeholder {
  font-size: 14px;
  color: #878686 !important;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .addressModal
    .modal-dialog
    .modal-content
    .form-group
    .form-control::placeholder {
    font-size: 16px;
  }
}

.addressModal .modal-dialog .modal-content .form-group .select2 {
  height: 40px !important;
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 7px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  width: 100% !important;
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content .form-group .select2 {
    height: 55px !important;
    font-size: 16px !important;
  }
}

.addressModal .modal-dialog .modal-content .form-group .select2::placeholder {
  font-size: 16px !important;
  color: #878686 !important;
  font-weight: 300 !important;
}

.addressModal .modal-dialog .modal-content .form-group .select2 .selection {
  width: 100% !important;
}

.addressModal
  .modal-dialog
  .modal-content
  .form-group
  .select2
  .select2-selection__rendered {
  width: 100%;
  color: #878686 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

@media only screen and (min-width: 1441px) {
  .addressModal
    .modal-dialog
    .modal-content
    .form-group
    .select2
    .select2-selection__rendered {
    font-size: 16px !important;
  }
}

.addressModal
  .modal-dialog
  .modal-content
  .form-group
  .select2
  .select2-results__option {
  padding: 7px !important;
}

.addressModal .modal-dialog .modal-content .flxbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content .flxbox {
    margin-top: 30px;
  }
}

.addressModal .modal-dialog .modal-content .flxbox .Billing .dflt {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="checkbox"],
.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  position: relative;
  z-index: 1;
  outline: none;
  visibility: hidden;
  border-radius: 1px;
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  .addressModal
    .modal-dialog
    .modal-content
    .flxbox
    .Billing
    .dflt
    input[type="checkbox"],
  .addressModal
    .modal-dialog
    .modal-content
    .flxbox
    .Billing
    .dflt
    input[type="radio"] {
    margin-top: 5px;
  }
}

.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="checkbox"]:checked:after,
.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="radio"]:checked:after {
  opacity: 1;
  visibility: visible;
}

.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="checkbox"]:checked
  + label:after,
.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="radio"]:checked
  + label:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/build/assets/XZ-DJdhhB54.svg) no-repeat;
  width: 11px;
  height: 8px;
  background-size: contain;
  left: 4px;
  top: 10px;
}

@media only screen and (min-width: 1200px) {
  .addressModal
    .modal-dialog
    .modal-content
    .flxbox
    .Billing
    .dflt
    input[type="checkbox"]:checked
    + label:after,
  .addressModal
    .modal-dialog
    .modal-content
    .flxbox
    .Billing
    .dflt
    input[type="radio"]:checked
    + label:after {
    left: 7px;
    top: 9px;
  }
}

.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="checkbox"]:checked
  + label:before,
.addressModal
  .modal-dialog
  .modal-content
  .flxbox
  .Billing
  .dflt
  input[type="radio"]:checked
  + label:before {
  background-color: #e11b1b;
  border-color: #e11b1b;
}

.addressModal .modal-dialog .modal-content .flxbox .Billing .dflt label {
  margin: 0;
  color: #333e48;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .addressModal .modal-dialog .modal-content .flxbox .Billing .dflt label {
    font-size: 16px;
  }
}

.addressModal .modal-dialog .modal-content .flxbox .Billing .dflt label:before {
  content: "";
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
  visibility: visible;
  border: solid 1px #707070;
  width: 18px;
  height: 18px;
  top: 5px;
}

@media only screen and (min-width: 1200px) {
  .addressModal
    .modal-dialog
    .modal-content
    .flxbox
    .Billing
    .dflt
    label:before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
}

.addressModal .modal-dialog .modal-content .flxbox .Billing .label {
  margin: 0 17px;
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1f;
  cursor: pointer;
}

@media only screen and (min-width: 568px) {
  .addressModal .modal-dialog .modal-content .flxbox .Billing .label {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .addressModal .modal-dialog .modal-content .flxbox .Billing .label {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .addressModal .modal-dialog .modal-content .flxbox .Billing .label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 478px) {
  .addressModal .modal-dialog .modal-content .flxbox .btnSec {
    width: 100%;
    margin-top: 15px;
  }
}

.addressModal .modal-dialog .modal-content .flxbox .btnSec .cmnbtn {
  width: 100%;
  color: #fff;
  background: #e11b1b;
  font-weight: 500;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  height: 40px;
}

@media only screen and (min-width: 576px) {
  .addressModal .modal-dialog .modal-content .flxbox .btnSec .cmnbtn {
    min-width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .addressModal .modal-dialog .modal-content .flxbox .btnSec .cmnbtn {
    height: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .addressModal .modal-dialog .modal-content .flxbox .btnSec .cmnbtn {
    font-size: 16px;
    height: 48px;
  }
}

@media only screen and (min-width: 1441px) {
  .addressModal .modal-dialog .modal-content .flxbox .btnSec .cmnbtn {
    height: 54px;
  }
}

.addressModal .modal-dialog .modal-content .flxbox .cmnbtn {
  width: 100%;
}

@media only screen and (min-width: 478px) {
  .addressModal .modal-dialog .modal-content .flxbox .cmnbtn {
    margin-left: auto;
    width: 210px;
  }
}

#cartPop {
  position: fixed;
  top: 0;
  visibility: hidden;
  max-height: none;
  z-index: 20;
  -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #36363680;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  right: 0;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 9999;
  height: 100%;
}

#cartPop .modal-body {
  padding-bottom: 71px;
}

@media only screen and (min-width: 468px) {
  #cartPop .modal-body {
    padding-bottom: 0;
  }
}

#cartPop.scrolled {
  height: 100%;
}

#cartPop.scrolled .modal-body {
  padding-bottom: 0;
}

@media only screen and (min-width: 468px) {
  #cartPop.scrolled .modal-body {
    padding-bottom: 0;
  }
}

#cartPop.show {
  visibility: visible;
}

#cartPop.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translate(0);
  height: 100%;
}

#cartPop .modal-dialog {
  max-width: 100%;
  -webkit-transform: translateX(100%);
  transform: translate(100%);
}

@media only screen and (min-width: 576px) {
  #cartPop .modal-dialog {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 380px;
  }
}

@media only screen and (max-width: 576px) {
  #cartPop .modal-dialog {
    margin: 0;
  }
}

#cartPop .modal-content {
  border-radius: 0;
  border: none;
  padding: 0 20px;
  height: 100%;
}

#cartPop .modal-header {
  border: none;
  margin: 0;
  padding: 20px 0;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  position: relative;
}

#cartPop .modal-header .popHead {
  color: #333e48;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-header .popHead {
    font-size: 20px;
  }
}

#cartPop .modal-header .close {
  width: 15px;
  height: 15px;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#cartPop .modal-header .close svg {
  fill: #000;
}

#cartPop .modal-body {
  padding: 0;
  height: calc(100vh - 210px);
  overflow-y: scroll;
}

#cartPop .modal-body::-webkit-scrollbar {
  width: 0;
}

@media only screen and (min-width: 576px) {
  #cartPop .modal-body {
    height: calc(100vh - 187px);
  }
}

#cartPop .modal-body .cartList .itm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 468px) {
  #cartPop .modal-body .cartList .itm {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  #cartPop .modal-body .cartList .itm {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  #cartPop .modal-body .cartList .itm {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .cartList .itm {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 576px) {
  #cartPop .modal-body .cartList .itm:last-child {
    border-bottom: none;
  }
}

#cartPop .modal-body .cartList .itm .imgBox {
  width: 80px;
  display: flex;
  justify-content: center;
}

#cartPop .modal-body .cartList .itm .imgBox a {
  display: block;
}

#cartPop .modal-body .cartList .itm .itmWrap {
  width: calc(100% - 80px);
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .cartList .itm .itmWrap {
    padding-left: 18px;
  }
}

@media only screen and (min-width: 1441px) {
  #cartPop .modal-body .cartList .itm .itmWrap {
    padding-left: 20px;
  }
}

#cartPop .modal-body .cartList .itm .itmWrap .delete {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

#cartPop .modal-body .cartList .itm .itmWrap .delete svg {
  width: 15px;
}

#cartPop .modal-body .cartList .itm .itmWrap .proName {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  color: #1e1f1f;
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .cartList .itm .itmWrap .proName {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  #cartPop .modal-body .cartList .itm .itmWrap .proName {
    font-size: 14px;
  }
}

#cartPop .modal-body .cartList .itm .itmWrap .quantitySec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#cartPop .modal-body .cartList .itm .itmWrap .quantitySec .label {
  font-size: 14px;
  color: #333e48;
  font-weight: 400;
  margin-right: 18px;
}

@media only screen and (min-width: 1441px) {
  #cartPop .modal-body .cartList .itm .itmWrap .quantitySec .label {
    font-size: 16px;
  }
}

#cartPop .modal-body .cartList .itm .itmWrap ul {
  margin-bottom: 15px;
}

#cartPop .modal-body .cartList .itm .itmWrap ul li {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  display: flex;
}

#cartPop .modal-body .cartList .itm .itmWrap ul li span {
  min-width: 100px;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: space-between;
}

#cartPop .modal-body .cartList .itm .itmWrap ul li span:after {
  content: ":";
  display: inline;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin: 0 10px;
}

#cartPop .modal-body .cartList .itm .itmWrap .price {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .cartList .itm .itmWrap .price {
    font-size: 16px;
  }
}

#cartPop .modal-body .cartList .itm .itmWrap .price span {
  font-weight: 500;
}

#cartPop .modal-body .cartList .brghtTgthr {
  border: solid 1px #dfdfdf;
  border-radius: 5px;
  padding: 15px;
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px rgba(112, 112, 112, 0.1);
  display: flex;
  align-items: center;
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx .imgB {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #f7f6f5;
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx .imgB img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx .txtB {
  width: calc(100% - 60px);
  padding-left: 20px;
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx .txtB .name {
  color: #313131;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .cartList .brghtTgthr .itmBx .txtB .name {
    font-size: 14px;
  }
}

#cartPop .modal-body .cartList .brghtTgthr .itmBx .txtB .price {
  color: #313131;
  font-weight: 500;
  font-size: 14px;
}

#cartPop .modal-body .cartList .brghtTgthr .pls {
  margin: 5px 0;
  text-align: center;
}

#cartPop .modal-body .cartList .brghtTgthr .totalPrice {
  margin-top: 12px;
  text-align: right;
}

#cartPop .modal-body .cartList .brghtTgthr .totalPrice .cap {
  font-size: 12px;
  color: #2b2b2b;
  font-weight: 400;
}

#cartPop .modal-body .cartList .brghtTgthr .totalPrice .price {
  font-size: 20px;
  font-weight: 500;
  color: #3490cf;
}

#cartPop .modal-body .emtycart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#cartPop .modal-body .emty {
  padding: 30px 0;
}

#cartPop .modal-body .emty .icon {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 150px;
}

#cartPop .modal-body .emty h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #31378e;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #cartPop .modal-body .emty h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .emty h3 {
    font-size: 20px;
  }
}

#cartPop .modal-body .emty h6 {
  font-size: 14px;
  line-height: normal;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #cartPop .modal-body .emty h6 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  #cartPop .modal-body .emty h6 {
    font-size: 18px;
  }
}

#cartPop .modal-body .emty .continue {
  font-size: 14px;
  color: #fff;
  width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #31378e;
  margin: 0 auto;
  transition: all 0.5s;
}

#cartPop .modal-body .emty .continue:hover {
  border: 1px solid rgb(49, 55, 142);
  background: transparent;
  color: #31378e;
  transition: all 0.5s;
}

#cartPop .modal-footer {
  background: #fff;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

#cartPop .modal-footer > * {
  margin: 0;
}

#cartPop .modal-footer .ToTalPrice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  width: 100%;
}

#cartPop .modal-footer .ToTalPrice .txt {
  font-size: 14px;
  color: #333e48;
  font-weight: 400;
}

#cartPop .modal-footer .ToTalPrice .price {
  font-size: 16px;
  color: #333e48;
  font-weight: 500;
}

#cartPop .modal-footer .BTbx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 9px;
  width: 100%;
}

#cartPop .modal-footer .buyNow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  outline: none;
  background: #31378e;
  text-align: center;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-tap-highlight-color: initial;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 12px;
}

@media only screen and (min-width: 576px) {
  #cartPop .modal-footer .buyNow {
    padding: 12px 22px;
    font-size: 14px;
  }
}

#cartPop .modal-footer .buyNow:nth-child(1) {
  background: #31378e;
}

#cartPop .modal-footer .buyNow:nth-child(2) {
  background: #3490cf;
}

#cartPop .modal-footer .buyNow span {
  position: relative;
  z-index: 1;
}

#cartPop .modal-footer .buyNow:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  background-color: #31378e;
  -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#cartPop .modal-footer .buyNow:hover {
  border-color: #fff;
  color: #fff;
}

#cartPop .modal-footer .buyNow:hover span:before {
  background: #fff;
}

#cartPop .modal-footer .buyNow:hover:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1);
}

.cmnModal {
  z-index: 9999;
  background: #0000007a;
}

.cmnModal .modal-dialog {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 678px) {
  .cmnModal .modal-dialog {
    max-width: 620px;
  }
}

.cmnModal .modal-content {
  border-radius: 5px;
  border: none;
}

.cmnModal .modal-content .modal-body {
  padding: 30px 15px;
}

@media only screen and (min-width: 578px) {
  .cmnModal .modal-content .modal-body {
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 1351px) {
  .cmnModal .modal-content .modal-body {
    padding: 45px;
  }
}

.cmnModal .modal-content .modal-body .Title {
  font-size: 18px;
  color: #333e48;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1351px) {
  .cmnModal .modal-content .modal-body .Title {
    font-size: 20px;
  }
}

.cmnModal .modal-content .modal-body .cancelBox {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 25px 20px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 1351px) {
  .cmnModal .modal-content .modal-body .cancelBox {
    padding: 28px 36px;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .mainTxt {
  font-size: 15px;
  color: #1d1d1f;
  margin-bottom: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 1351px) {
  .cmnModal .modal-content .modal-body .cancelBox .mainTxt {
    margin-bottom: 22px;
    font-size: 16px;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (max-width: 478px) {
  .cmnModal .modal-content .modal-body .cancelBox .flxBox {
    flex-wrap: wrap;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .leftSec {
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 478px) {
  .cmnModal .modal-content .modal-body .cancelBox .flxBox .leftSec {
    width: auto;
    margin-bottom: 0;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .leftSec .prBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cmnModal
  .modal-content
  .modal-body
  .cancelBox
  .flxBox
  .leftSec
  .prBox
  .imgBox {
  width: 70px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmnModal
  .modal-content
  .modal-body
  .cancelBox
  .flxBox
  .leftSec
  .prBox
  .imgBox
  img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .leftSec .prBox .info {
  padding: 0 10px;
  width: calc(100% - 70px);
}

.cmnModal
  .modal-content
  .modal-body
  .cancelBox
  .flxBox
  .leftSec
  .prBox
  .info
  .name {
  font-size: 14px;
  color: #1d1d1f;
  font-weight: 500;
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 478px) {
  .cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec {
    width: 180px;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec .mainTxt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 478px) {
  .cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec .mainTxt {
    margin-bottom: 41px;
  }
}

.cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec .Qty,
.cmnModal .modal-content .modal-body .cancelBox .flxBox .rtSec .total {
  font-size: 16px;
  color: #1d1d1f;
  font-weight: 500;
  text-align: center;
}

.cmnModal .modal-content .modal-body .reasonBx .row {
  margin: -6px;
}

.cmnModal .modal-content .modal-body .reasonBx .row > * {
  padding: 6px;
}

.cmnModal .modal-content .modal-body .reasonBx .row .form-control {
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cmnModal .modal-content .modal-body .reasonBx .row .form-control .Txt {
  width: 90px;
}

.cmnModal .modal-content .modal-body .reasonBx .row .select2 {
  width: 100% !important;
  border: none;
  background: #f8f8f8;
  border-radius: 0;
}

.cmnModal .modal-content .modal-body .reasonBx .row .btnSubmit {
  width: 100%;
  height: 50px;
  background: #3490cf;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin-left: auto;
  text-transform: uppercase;
  margin-top: 5px;
}

@media only screen and (min-width: 478px) {
  .cmnModal .modal-content .modal-body .reasonBx .row .btnSubmit {
    width: 285px;
  }
}

.cmnModal .modal-content .modal-body .reasonBx .row .custom-file .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cmnModal .modal-content .modal-body .reasonBx .row .custom-file .labelTxt {
  margin: 0 15px;
}

.cmnModal .modal-content .modal-body .reasonBx .row .custom-file .custom-btn {
  width: 118px;
  border-radius: 50px;
  height: 33px;
  position: absolute;
  background: #31378e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: none;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .cmnModal .modal-content .modal-body .reasonBx .row .custom-file .custom-btn {
    font-size: 14px;
  }
}

.cmnModal .modal-content .modal-body .reasonBx .row .custom-file #custom-text {
  padding-right: 115px;
}

@media only screen and (min-width: 992px) {
  .cmnModal
    .modal-content
    .modal-body
    .reasonBx
    .row
    .custom-file
    #custom-text {
    padding-right: 105px;
  }
}

.addAddressmodal {
  z-index: 9999;
  background: #0000004d;
}

.addAddressmodal .modal-dialog {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 678px) {
  .addAddressmodal .modal-dialog {
    max-width: 910px;
  }
}

.addAddressmodal .modal-dialog .modal-content {
  height: 85vh;
  overflow: auto;
}

.addAddressmodal .modal-dialog .modal-body {
  padding: 30px;
}

.addAddressmodal .modal-dialog .modal-body .row {
  margin: -10px;
}

.addAddressmodal .modal-dialog .modal-body .row > * {
  padding: 10px;
}

.addAddressmodal .modal-dialog .modal-body .form-group .itm:not(:last-of-type) {
  margin-bottom: 18px;
}

.addAddressmodal .modal-dialog .modal-body .select2 {
  width: 100% !important;
  border: none;
  background: #f8f8f8;
  border-radius: 0;
}

.addAddressmodal .modal-dialog .modal-body .btnSubmit {
  width: 100%;
  height: 50px;
  background: #3490cf;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  margin-left: auto;
  text-transform: uppercase;
  margin-top: 5px;
}

@media only screen and (min-width: 478px) {
  .addAddressmodal .modal-dialog .modal-body .btnSubmit {
    width: 285px;
  }
}

.adressBx {
  background-color: #f4f8fb;
  border-radius: 7px;
  transition: 0.4s all;
}

.adressBx .headsSec {
  border-bottom: 1px solid #e5e8ea;
  padding: 16px 18px 12px;
  align-items: center;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .adressBx .headsSec {
    padding: 18px 22px 14px 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .headsSec {
    padding: 20px 22px 15px 32px;
  }
}

.adressBx .headsSec .lftSec .title {
  font-size: 16px;
  font-weight: 600;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .adressBx .headsSec .lftSec .title {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .headsSec .lftSec .title {
    font-size: 18px;
  }
}

.adressBx .headsSec .ritSec .btnGrp {
  margin: 0 -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .adressBx .headsSec .ritSec .btnGrp {
    margin: 0 -9px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .headsSec .ritSec .btnGrp {
    margin: 0 -12px;
  }
}

.adressBx .headsSec .ritSec .btnGrp > * {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .adressBx .headsSec .ritSec .btnGrp > * {
    padding: 0 9px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .headsSec .ritSec .btnGrp > * {
    padding: 0 12px;
  }
}

.adressBx .headsSec .ritSec .btnGrp a {
  display: flex;
}

.adressBx .headsSec .ritSec .btnGrp a svg {
  width: 14px;
  height: 14px;
  fill: #5e5e5e;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .adressBx .headsSec .ritSec .btnGrp a svg {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .headsSec .ritSec .btnGrp a svg {
    width: 18px;
    height: 18px;
  }
}

.adressBx .headsSec .ritSec .btnGrp a:hover svg {
  fill: #3490cf;
}

.adressBx .cntSec {
  padding: 16px 18px 20px;
}

@media only screen and (min-width: 768px) {
  .adressBx .cntSec {
    padding: 18px 50px 22px 28px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .cntSec {
    padding: 22px 110px 26px 32px;
  }
}

.adressBx .cntSec p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .adressBx .cntSec p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .cntSec p {
    font-size: 15px;
    line-height: 28px;
  }
}

.adressBx .cntSec p span {
  font-weight: 500;
}

.adressBx .cntSec a {
  font-size: 13px;
  font-weight: 500;
  color: #333e48;
  transition: 0.4s all;
}

@media only screen and (min-width: 768px) {
  .adressBx .cntSec a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1441px) {
  .adressBx .cntSec a {
    font-size: 15px;
  }
}

.adressBx .cntSec a:hover {
  color: #3490cf;
}

.adressBx .cntSec ul li {
  display: flex;
  align-items: center;
}

.adressBx .cntSec ul > *:not(:last-of-type) {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1441px) {
  .adressBx .cntSec ul > *:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
