.contact-us-section {
  margin-top: 50px;
}
.contact-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 552px;
  margin-left: auto;
}

.contact-details-wrapper > * {
  width: 100%;
}
.contact-us-section .row > div {
  width: 46%;
}
.book-presentation-inner .image-wrapper:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 10%;
}

.contact-us-section .contact-details-wrapper h6 {
  font-size: 13px;
  line-height: 124%;
  margin-bottom: 9px;
}

.contact-us-section .contact-details-wrapper > h6:first-of-type {
	margin-top: 44px;
}

.contact-details-wrapper ul {
  margin-bottom: 35px;
}
.contact-details-wrapper ul li:not(:last-child) {
  margin-bottom: 1px;
}
.contact-details-wrapper ul:has(+ ul) li:not(:has(a)),
.contact-details-wrapper ul + ul > li:not(:has(a)) {
  margin-bottom: 15px !important;
}
.contact-details-wrapper iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 35px;
}
.contact-us-section .gform_wrapper.gform-theme .gfield {
  width: 100%;
}
.contact-us-section .form-wrapper {
  padding: 30px 0px 0px;
}

.contact-us-section .phone span {
  margin-right: 5px;
}
.contact-us-section .form-wrapper form label .gfield_required {
  display: none !important;
}

#product-enquire-popup .gform_title {
	text-align:center;
	margin-top:10px;
}

@media only screen and (min-width: 576px) {
  .contact-details-wrapper ul:has(+ ul),
  .contact-details-wrapper ul + ul {
    width: 50%;
  }
}

@media only screen and (max-width: 1599px) {
	.contact-details-wrapper {
		   max-width: 480px;
	}
	
	.contact-us-section h3 {
        font-size: 30px;
    }
	.contact-us-section .row > div {
  	width: 47.5%;
	}
	
}

@media only screen and (max-width: 1199px) {
	.contact-us-section .row > div {
  	width: 49.5%;
	}
	
}


@media only screen and (max-width: 991px) {
  .contact-us-section .row > div {
    width: 100%;
  }
  .contact-details-wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}

/*-*/
.accordion-wrapper .content-wrapper .accordion-contact-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.accordion-wrapper .accordion-box .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.accordion-wrapper .accordion-box .accordion-sign {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23F2F1EF"/><path d="M9.50152 13.6406L16.3064 20.4455L23.1113 13.6406" stroke="%236C6E74" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  height: 32px;
  width: 32px;
  display: flex;
}
.accordion-wrapper .accordion-box .accordion-sign.opened {
  transform: rotate(180deg);
}
.accordion-wrapper {
  width: 100%;
}
.accordion-wrapper .accordion-box {
  border-bottom: 1px solid #000000;
  padding: 15px 0px;
}
.accordion-wrapper .accordion-box:first-child {
  border-top: 1px solid #000000;
}
.accordion-wrapper .accordion-box .content {
  margin-top: 50px;
}
.accordion-wrapper .accordion-box .accordion-title h3 {
  margin: 0;
}
.accordion-wrapper .content-wrapper h4 {
  margin-bottom: 12px;
}
.accordion-wrapper .content-wrapper .accordion-contact-item p {
  margin-bottom: 6px;
  color: #383a42;
}
.accordion-wrapper .content-wrapper .accordion-contact-item p:has(a),
.accordion-wrapper .content-wrapper .accordion-contact-item li:has(a) {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.accordion-wrapper .content-wrapper .accordion-contact-item a {
  color: #383a42;
	font-family: "Helvetica Now", sans-serif;
}
.accordion-wrapper .content-wrapper .accordion-contact-item a:hover {
  color: #383a42;
}

.accordion-wrapper a,
.contact-details-wrapper a,
.contact-us-section .phone a {
  color: #373737;
  text-decoration: underline;
  transition: var(--transition);
}
.accordion-wrapper a:hover,
.contact-details-wrapper a:hover,
.contact-us-section .phone a:hover {
  color: #373737;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .accordion-wrapper .content-wrapper {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-wrapper .content-wrapper .accordion-contact-item p:has(a),
  .accordion-wrapper .content-wrapper .accordion-contact-item li:has(a) {
    width: 100%;
    margin-bottom: 5px;
  }
  body:has(.contact-us-section) .newsletter-section,
  body:has(.contact-us-section) .social-block {
    display: none;
  }
	
	.project-split-column.is-layout-flex {
		display:block;
	}
}

@media only screen and (max-width: 575px) {
  .accordion-wrapper .accordion-box .accordion-title h3 {
    font-size: 24px;
  }
}

/*-book-presentation-*/

.row > .book-presentation-inner {
  padding: 0;
  margin: 0px 20px;
  position: relative;
  overflow: hidden;
  width: calc(100% - 40px);
}
.book-presentation-inner .image-wrapper {
  border-radius: 12px;
  margin: 0;
  position: relative;
  background: var(--white);
  height: 100%;
  width: 100%;
  display: flex;
  border: 1px solid var(--theme-color);
}

.book-presentation-inner .presentation-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.book-presentation-inner .image-wrapper img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom right;
  display: flex;
}
.book-presentation .presentation-content {
  padding: 54px 50px 65px;
}
.book-presentation .presentation-content .content {
  max-width: 520px;
}
.book-presentation .presentation-content .content > *:not(a) {
  color: var(--theme-color);
}
.book-presentation .presentation-content p {
  font-size: 16px;
  line-height: 22px;
}
.page-template-contact-us .newsletter-section {
  display: none;
}

.page-template-contact-us .feature-section {
	padding:90px 0;
}

@media only screen and (max-width: 767px) {
  .book-presentation .presentation-content {
    padding: 100px 20px 30px;
  }
  .book-presentation .presentation-content a.btn {
    margin-top: 30px;
  }
  .contact-us-section .gform_wrapper.gform-theme .gform_fields {
    /*ow-gap: 10px !important;*/
  }
  .contact-us-section .gform_wrapper.gform-theme .gfield.gfield--type-select {
    margin-top: 30px;
  }
  .contact-us-section .gform_wrapper.gform-theme fieldset.gfield {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section .gform_wrapper.gform-theme .gfield.gfield--type-fileupload {
    margin-bottom: 17px;
  }
  .book-presentation .presentation-content .content > *:not(a) {
    color: var(--white);
  }
  .book-presentation-inner .image-wrapper:after {
    content: "";
    display: block;
    background: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 60%;
    border-radius: 12px;
  }
}

@media only screen and (max-width: 500px) {
	.page-template-contact-us h1 {display:none;}
	
	.contact-us-section {
    margin-top: 10px;
}
	
	.contact-us-section h3 {
        font-size: 32px;
    }
}




