.get-in-touch-title h2 {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 30px;
}
.pt-20{padding-top: 20px;}
button {
  height: 40px;
}

.section-left {
  font-size: 15px;
}

.icon-share {
  font-size: 25px;

}

.smart {
  margin-left: 30px;
}


.location ul li {
  display: inline;
}

.choose-option {
  text-align: center;

  text-transform: uppercase;
  font-weight: bold;
}


.right-sec button {

  text-transform: capitalize;
  text-align: center;
  border-radius: 0;
  width: 100%;
  /*border: 1px solid #d2ac67;*/
}

.bottom {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
}

/*.form-section input {
  height: 50px;
}
*/
.imgA {
  width: 100px;
}



.contact {
  position: relative;
}


.form-section input {
  border-radius: 0px;
  font-size: 15px;
}

.form-section textarea {
  border-radius: 0px;
}

.form-floating label {

  font-size: 15px;
/*  padding-bottom: 18px;*/
}

.border {
  border-radius: 0px;
}

.heading-add {
  text-align: left;
  font-size: 22px;
  border-radius: 0px !important;
  border-bottom: 0;
}

.get-in-touch {
  font-weight: bold;
  font-size: 32px;
  border-radius: 0px;
}

.card {
  border-radius: 0px;
  border: 1px solid #c0c0c0;
  margin-top: 10px;
}

.form-check-label {
  font-size: 13px;
}

.break {

  padding: 2px;
}

.section-left {
  border-radius: 0px;
}

.section-right {
  border-radius: 0px;
  height: 100%;
  flex: 1 1 auto;
}

/*.get-touch-sec {

  padding: 30px 0;
  margin-top: 30px;
}*/

.get-touch-sec .get-touch-title h2 {
  text-align: center;
  font-size: 32px;
  padding: 20px 0 30px 0;
  font-weight: bold;
}

.get-touch-sec .get-touch-title h2::after {
  border-bottom: 1px solid #d32024;
  content: "";
  display: block;
  text-align: center !important;
  padding-top: 5px;
  width: 90px;
  margin: 0 auto;
}

.left-sec {

  text-transform: capitalize;
  border-radius: 0px;
}

.map-section {

  padding: 5px;
}

.contact-map {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .get-touch-sec .col-md-6 {
    margin-bottom: 25px;
  }
}

h1 {
  font-size: 2.125rem;
  display: block;
  text-align: center;
  position: relative;
  font-size: 32px;
  margin-bottom: 30px;
  font-family: "muliregular", sans-serif;
  font-weight: 600;
}

.get-touch-title h1::after {
  border-bottom: 2px solid #d2ac67;
  content: "";
  display: block;
  text-align: center !important;
  padding-top: 5px;
  width: 90px;
  margin: 0 auto;
}

.form-floating>.contact-form {
  height: 175px !important;
}

/*contact-section ends*/

/* -------Toggle___------- */

.inx-hdr .sidepanel {
  display: none;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 15px;
}

.inx-hdr .sidepanel a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}

.inx-hdr .sidepanel .closebtn {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid;
  line-height: 1;
  font-size: 36px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}

.inx-hdr .sidepanel ul li.dropdown {
  position: relative;
  list-style: none;
}

.inx-hdr .sidepanel ul li.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.inx-hdr .sidepanel ul li.dropdown ul li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}

.inx-hdr .sidepanel ul li.dropdown ul li a {
  font-size: 13px;
}

.inx-hdr .sidepanel ul li.dropdown.toggle>input {
  display: none;
}

.inx-hdr .sidepanel ul li.dropdown.toggle>input:checked~ul li {
  height: auto;
}

.inx-hdr .sidepanel ul li .mob-menu-links {
  padding: 8px 8px 8px 20px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 15px;
  font-family: "muliregular", sans-serif;
  padding-bottom: 12px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
}

.inx-hdr .sidepanel ul li label.mob-menu-links {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}

.inx-hdr .sidepanel ul li label.mob-menu-links::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}

.inx-hdr .openbtn {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  border: none;
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
  .inx-hdr .openbtn {
    display: block;
  }

  .inx-hdr .sidepanel {
    display: block;
    z-index: 9999;
  }
}

@media (max-width: 575px) {
  .inx-hdr .openbtn {
    margin-right: 15px;
  }
}

.right-sec button {
  background-color: #d2ac67;
  color: white !important;
}

.right-sec button:hover {
  background-color: #000;
  color: white;
}

.form-floating label {
  color: #6c7592;
}


.heading-add {
  color: white;
  background-color: #000;
}

.break {
  color: red;
}


.form-section {
  margin-bottom: 13px;
}

.card-header {
  padding: 15px;
  margin-bottom: 0;
  color: black;
  background-color: #f5f5f5;
}
.stor-center{text-align: center;}
.stor-center a{color: #000;}

