.mainHeading {
  color: var(--black);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  text-transform: capitalize;
}

.headingTop {
  margin-bottom: 12px;
}
.headingTop h1 {
  padding-top: 45px;
}
.headingTop .breadcrumb-model {
  margin-bottom: 0;
}
.contacUs {
  width: 100%;
}

.contacUs .subtitleText {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--gray-alt);
}
.newarrival .morecategory li:hover {
  background-color: var(--white);
}
.newarrival .morecategory {
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
}
.newarrival .morecategory ul {
  text-align: left;
  margin-top: 0;
  position: relative;
  width: 700px;
  border-bottom: 1px solid var(--grey-border);
}
.newarrival .morecategory li {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  position: relative;
  color: var(--black);
  border: none;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  margin: 0 20px 0 0;
}
.newarrival .morecategory li:hover{
  font-weight: 500;
}

.newcontact .innermain {
  max-width: 1006px;
  width: 100%;
  padding: 0 5px;
}
.newcontactwrap {
  display: grid;
  grid-template-columns:  auto;
  column-gap: 40px;
  align-items: start;
}
.newcontactwrap .nformwrap .drop {
  width: 100%;
  margin-bottom: 44px;
}
.newcontactwrap .nformwrap .ncon-query {
  width: 100% !important;
  margin-right: 0;
}

.nco-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 8px;
  line-height: normal;
}

.nco-no {
  color: var(--gray-alt);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  overflow-wrap: break-word;
}
.nco-mail {
  overflow-wrap: break-word;
}
.nco-mail a {
  color: var(--gray-alt);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.nco-sublinks li {
  display: inline-block;
  width: 100%;
  border-radius: 8px;
}
.nco-sublinks li a {
  width: 215px;
  height: 40px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s ease-in-out 0s;
}
.nco-sublinks li a:hover {
  color: #fff;
}
/* button css */
.newcontactwrap .ncont-right .nco-sublinks li a {
  color: var(--black);
  font-weight: 500;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--gray-border);
  margin-bottom: 24px;
}
.newcontactwrap .ncont-right .nco-sublinks li a:hover {
  transition: all 0.5s ease-out 0s;
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.newcontactwrap .ncont-right .nco-sublinks li .nco-sublinkShowroom{
  background: var(--primary-color);
  color: var(--white);
}

.newcontactwrap .ncont-left .nformwrap .nco-tab1res .nbook-btn {
  border: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: normal;
  border-radius: 14px;
  width: 165px;
  padding: 14px 30px;
  height: 50px;
  letter-spacing: 0;
  background-color: var(--primary-color);
  margin-top: 6px;
}
.newcontactwrap .ncont-left .nformwrap .nco-tab1res .nbook-btn:hover {
  background-color: var(--black);
}
.nformwrap select option {
  padding: 7px !important;
  color: #000;
}

.nformwrap .select-wrapper {
  height: 54px;
  padding: 0 16px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--gray-border);
}
.contact-page .select-wrapper select{
  width: 100%;
  height: 54px;
}

.nformwrap .select-wrapper .holder {
  font-size: 14px;
  margin-left: 8px;
  color: var(--gray-alt);
  height: 54px;
  font-weight: 400;
}
.nformwrap .has-success .select-wrapper .holder{
  color: var(--black);
}
.nformwrap .select-wrapper:hover,
.nformwrap .select-wrapper:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nformwrap label {
  color: var(--black);
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.nformwrap label sup {
  /* color: var(--error); */
  font-size: 13px;
  top: -1px;
}
.nformwrap input[type="text"],
.nformwrap input[type="email"],
.nformwrap input[type="tel"],
.nformwrap textarea {
  background-color: var(--white);
  border-radius: 14px;
  border: 1px solid var(--gray-border);
  font-size: 16px;
  padding: 15px 17px 0px 17px;
  color: var(--black);
  font-weight: 500;
}
.nformwrap input[type="text"]:focus,
.nformwrap input[type="email"]:focus,
.nformwrap input[type="tel"]:focus,
.nformwrap textarea:focus {
 /*  border: 1px solid var(--primary-color); */
  color: var(--black);
  /* box-shadow: none;
  -webkit-box-shadow: none; */
}
.nformwrap .has-error input {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nformwrap .has-error .select-wrapper {
  padding-left: 5px;
}
.contactFormBox .ourVenture .ventureBox {
  display: flex;
  justify-content: space-between;
}

.contactFormBox .ourVenture .ventureBox .ventureCard h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 18px;
}
.contactFormBox .ourVenture .ventureCard address {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  font-style: normal;
  margin-bottom: 10px;
}
.contactFormBox .ourVenture .ventureCard a {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}
.contactFormBox .ourVenture .ventureCard .mapLink {
  margin-bottom: 20px;
}
.contactFormBox .ourVenture .ventureCard .mapLink img {
  width: 14px;
  height: 14px;
}
.contactFormBox .ourVenture .ventureCard .contact {
  display: flex;
  gap: 30px;
}

.nco-tabresult {
  padding-top: 28px;
  padding-left: 0;
  padding-right: 0;
}
.nco-tabresult textarea {
  width: 100%;
  resize: none;
  height: 140px;
  font-family: 'Outfit';
}

/* input fields custom css */

.inputfield {
  position: relative;
  margin-bottom: 12px;
  height: 55px;
}

.inputfield label {
  color: var(--light-grey);
  position: absolute;
  pointer-events: none;
  left: 17px;
  top: 12px;
  transition: all 0.2s linear;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 27px;
}

.inputfield input,
.inputfield textarea {
  background-color: var(--white);
  color: var(--black);
  outline: none;
  border: 1px solid var(--grey-border);
  padding: 10px 17px 0;
  font-size: 15px;
  height: 55px;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s linear;
  font-weight: 500;
  line-height: 50px;
}

.inputfield input:focus,
.inputfield select:focus,
.inputfield textarea:focus {
  border-color: var(--grey-border);
  background: var(--white);
  color: var(--light-grey);
}

.inputfield input:focus ~ label,
.inputfield select:focus ~ label,
.inputfield textarea:focus ~ label {
  color: var(--light-grey);
  top: 1px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
}

.inputfield.fill input,
.inputfield.fill textarea {
  border-color: var(--grey-border);
  background: var(--white);
}

.inputfield.fill label {
  color: var(--light-grey);
  top: 1px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
}

.inputfield.error input {
  border-color: var(--error);
}

.inputfield.error label,
.inputfield.error input:focus ~ label {
  color: var(--error);
  top: 9px;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
}

.inputfield textarea {
  padding-top: 18px;
  resize: none;
  height: 100px;
}

.inputfield select.input option:first-child {
  display: none;
}
/* 
.inputfield.mobileNum .number {
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 19px;
  color: var(--light-grey);
  font-size: 15px;
  display: none;
  font-weight: 500;
  line-height: normal;
} */

/* .inputfield.mobileNum input {
  padding-left: 52px;
} */

/* .inputfield.mobileNum.fill label ~ .number,
.inputfield.mobileNum input:focus ~ .number {
  display: inline-block;
} */
.newcontactwrap .nformwrap .ratingDrop label {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  color: var(--light-grey);
  margin-bottom: 6px;
  font-family: "DM Sans";
}
.newcontactwrap .ncont-right .iconBox {
  text-align: start;
}
.newcontactwrap .ncont-right .iconBox h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.newcontactwrap .ncont-right .iconBox .socialIcon {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: start;
}
.newcontactwrap .ncont-right .iconBox .socialIcon a {
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--gray-border);
  transition: all 0.4s ease-in-out;
  width: 44px;
  height: 44px;
}
/* .newcontactwrap .ncont-right .iconBox .socialIcon a:hover svg rect{
  stroke: var(--primary-color);
  fill: var(--primary-color);
} */
.newcontactwrap .ncont-right .iconBox .socialIcon a:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.newcontactwrap .ncont-right .iconBox .socialIcon a:hover svg path{
  fill: var(--white);
}


.newcontactwrap .ncont-right .iconBox .socialIcon svg {
  padding: 8px 10px 9px 8px;
  opacity: 1;
}

.ncon-calldealer:hover,
.ncon-calldealer:focus {
  color: #fff !important;
  background: #1a3760 !important;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.nco-sharelist {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
}
.nco-sharelist:last-child {
  padding-bottom: 0;
}
.nco-sharedetail .nco-sharelist .nco-conticon img {
  margin-top: 2px;
}
.nco-conticon {
  float: left;
}
.nco-contno {
  float: left;
  margin-left: 12px;
}
.nco-contno span {
  display: block;
}
.contact-page .newcontactwrap .ncont-left #carousel-in-tab ul {
  overflow: auto;
  border-bottom: 1px solid var(--grey-border);
}
#others_contactus .nformwrap .inputfield .help-block{
  bottom: -38px;
}
.newcontactwrap .ncont-right{
  border-radius: 16px;
  border: 1px solid var(--gray-border);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
/* input fields custom css */

@media screen and (min-width: 1000px) {
  .newarrival .morecategory li.gsc-ta-active {
    border-bottom: 2px solid var(--primary-color);
  }
  .newarrival .morecategory {
    overflow: hidden;
  }
  /* .newarrival .morecategory li:first-child{ margin-left: 14px; } */
  .newarrival .morecategory li:last-child {
    margin-right: 0px;
  }
  .newarrival .morecategory li.gsc-ta-active {
    color: var(--primary-color);
    font-weight: 500;
  }
  .newcontactwrap .ncont-left {
    padding-top: 30px;
  }
  /* .newcontactwrap .ncont-left {
    padding-left: 0;
    flex: 0 0 870px;
  } */
  .newcontactwrap .ncont-right {
    margin-top: 0;
  }

  .ncont-left .gsc-ta-overHide,
  .ncont-left .gsc_ta_scroll {
    height: 52px !important;
  }
  .ncont-left .gsc-ta-contentWrap {
    margin-top: -1px;
  }
  .newcontactwrap {
    grid-template-columns: 1fr 410px;
  }
  .nco-tabresult.nformwrap {
    padding-top: 20px;
  }
  .newcontactwrap .nformwrap .drop {
    width: 48%;
    margin: 0 20px 44px 0;
  }
  .newcontactwrap .nformwrap .drop.ncon-query,
  .newcontactwrap .nformwrap .drop.ratingDrop{
    margin-bottom: 20px;

  }
  
  .newcontactwrap .nformwrap .drop:nth-child(even) {
    margin-right: 0;
  }
  .contact-page .newcontactwrap .ncont-left #carousel-in-tab ul {
    width: calc(100% - 14px) !important;
  }
}

@media screen and (max-width:1024px){
  .headingTop h1{
    padding-top: 25px;
  }
  .nco-tabresult.nformwrap {
    padding-top: 15px;
 } 
 .nformwrap .nbook-btn{
  margin: 0px auto;
 }
 
}

@media screen and (max-width:768px){
  .contact-page.decoreBodyPage .newcontactwrap{
    display: block;
  }
  .mainHeading{
    font-size: 28px;
    margin-top: 0;
    line-height: 32px;
  }
  .headingTop h1{
    padding-top: 15px;
  }
   .contacUs{
    width: 100% !important;
   }
   .newcontactwrap{
    flex-direction: column;
    align-items: normal;
   }
   .newcontactwrap .ncont-left {
    padding: 0px 8px 0 0px;

  }
   .newcontactwrap .ncont-right {
    margin-top: 10px;
  }
  .newcontactwrap .ncont-right {
    padding: 30px;
    background-color: #fff;
  }
  .newcontactwrap .ncont-right .nco-sublinks li a{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
  }
  .nformwrap input[type="text"],
  .nformwrap input[type="email"],
  .nformwrap input[type="tel"],
  .nformwrap textarea {
    font-size: 16px;
    height: 55px;
   /*  padding: 0 20px; */
    border: none;
    border: 1px solid var(--grey-border);
  }

  .nformwrap .has-error input {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .newarrival .morecategory li.gsc-ta-active {
    background-color:var(--white);
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
  }
  .newarrival .morecategory ul {
    width: auto;
    margin: 0;
  }
  .newcontactwrap .ncont-left .nformwrap .nco-tab1res .nbook-btn {
    width: 100%;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
  }
  .newcontactwrap .nformwrap .drop {
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .contact-page{
    padding: 30px 0;
  }
  .ncont-left .gsc_ta_scroll::-webkit-scrollbar{
    display: none;
  }
  .nco-tabresult.nformwrap{
    padding-top: 15px;
  }

}
/*  browser autofill styling */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  background-color: white !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}