* {
  font-family: "Roboto", Sans-serif;
  hyphens: manual;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #E0E0E0;
}

a {
  color: #2C2C2C;
  text-decoration: none;
}

.ot-spacing {
  flex: 1;
}

.ot-section-divider {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}
.ot-section-divider > svg {
  width: calc(168% + 1.3px);
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.ot-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .ot-container {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .ot-container {
    max-width: 767px;
  }
}

.ot-text-center {
  text-align: center;
}

.ot-mt-50 {
  margin-top: 50px;
}

.ot-mt-60 {
  margin-top: 60px;
}

.ot-mt-140 {
  margin-top: 140px;
}

.ot-mb-50 {
  margin-bottom: 50px;
}

.ot-mt-30 {
  margin-top: 30px;
}

.ot-mb-20 {
  margin-bottom: 20px;
}

.ot-mb-60 {
  margin-bottom: 60px;
}

.ot-p-10 {
  padding: 10px;
}

.ot-color-secondary {
  color: #010101;
}

.ot-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 15px 40px 15px 40px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #BE9F50;
  border-radius: 60px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border: none;
}
.ot-btn:hover, .ot-btn:focus {
  background-color: #010101;
}
.ot-btn.ot-btn-size-sm {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
}
.ot-btn.ot-btn-outlined {
  fill: #BE9F50;
  color: #BE9F50;
  background-color: transparent;
  border-width: 3px 3px 3px 3px;
  border-style: solid;
}
.ot-btn.ot-btn-outlined:hover, .ot-btn.ot-btn-outlined:focus {
  color: #F2F2F2;
  background-color: #BE9F50;
  border-color: #BE9F50;
}
.ot-btn.ot-btn-secondary {
  background-color: #010101;
  color: #BE9F50;
}

.ot-title {
  text-align: center;
  padding: 10px;
  padding-top: 40px;
  margin-bottom: 30px;
  line-height: 30px;
}
.ot-title > h2 {
  font-size: 30px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #BE9F50;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .ot-zindex {
    position: relative;
    z-index: 10;
  }
}

.ot-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  width: 53px;
  height: 53px;
  z-index: 9999;
}
.ot-whatsapp a {
  width: 53px;
  height: 53px;
  display: block;
}
.ot-whatsapp a img {
  border-radius: 10px;
}

.ot-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  z-index: 100;
  display: flex;
}
.ot-header .ot-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 1;
}
.ot-header .ot-container .ot-nav {
  display: none;
  flex: 1;
}
.ot-header .ot-container .ot-nav > ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.ot-header .ot-container .ot-nav > ul > li {
  margin: 0 15px;
}
.ot-header .ot-container .ot-nav > ul > li a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: 0.4s;
}
.ot-header .ot-container .ot-nav > ul > li a:hover {
  color: #010101;
}
@media (max-width: 767px) {
  .ot-header .ot-container .ot-nav {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
  .ot-header .ot-container .ot-nav > ul {
    flex-direction: column;
  }
  .ot-header .ot-container .ot-nav > ul > li {
    padding: 14px 29px;
  }
  .ot-header .ot-container .ot-nav > ul > li > a {
    color: #BE9F50;
  }
}
@media (min-width: 768px) {
  .ot-header .ot-container .ot-nav {
    display: flex;
  }
}
.ot-header .ot-container .ot-spacing {
  flex: 1;
}
@media (min-width: 768px) {
  .ot-header .ot-container .ot-spacing {
    display: none;
  }
}
.ot-header .ot-container .ot-bars {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
}
.ot-header .ot-container .ot-bars > svg {
  width: 28px;
  height: 32px;
  color: #010101;
}
@media (min-width: 768px) {
  .ot-header .ot-container .ot-bars {
    display: none;
  }
}
.ot-header .ot-container .ot-schedule {
  display: none;
}
@media (min-width: 768px) {
  .ot-header .ot-container .ot-schedule {
    display: block;
  }
}
@media (min-width: 768px) {
  .ot-header .ot-container {
    width: 100%;
  }
}
.ot-header.solid {
  background-color: #BE9F50;
}

.ot-top-section {
  background-color: #2c2c2c;
  position: relative;
  padding-top: 90px;
  padding-bottom: 62px;
  fill: #E0E0E0;
}
.ot-top-section .ot-top-section-content {
  padding: 0 20px 100px 20px;
}
.ot-top-section .ot-top-section-content > .ot-top-section-video {
  margin: 50px 0;
}
.ot-top-section .ot-top-section-content > .ot-top-section-video > iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .ot-top-section .ot-top-section-content > .ot-top-section-video {
    flex: 1;
    margin: 0;
    margin-right: 50px;
    display: flex;
    align-items: center;
  }
}
.ot-top-section .ot-top-section-content .ot-top-section-heading-title {
  font-size: 45px;
  line-height: 45px;
  color: #F2F2F2;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ot-top-section .ot-top-section-content .ot-top-section-heading-title {
    margin-top: 20px;
  }
}
.ot-top-section .ot-top-section-content .ot-top-section-heading-text {
  font-size: 16px;
  color: #F2F2F2;
  font-weight: 400;
  margin: 0;
  margin-bottom: 40px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ot-top-section .ot-top-section-content .ot-top-section-heading-text {
    width: 50%;
  }
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 30px 30px 30px 30px;
  padding: 50px 30px 50px 30px;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-top-section-form-title {
  font-size: 25px;
  font-weight: bold;
  color: #BE9F50;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group {
  width: 100%;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > label {
  font-weight: 600;
  padding-bottom: 16px;
  color: #BE9F50;
  cursor: pointer;
  display: block;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=text],
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=tel],
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > select {
  background-color: #e4e4e4;
  border-width: 0px;
  border-radius: 76px 76px 76px 76px;
  color: #BE9F50;
  font-weight: 600;
  line-height: 37px;
  padding: 0.5rem 1rem;
  width: 100%;
  box-sizing: border-box;
  height: 53px;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=text]::placeholder,
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=tel]::placeholder,
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > select::placeholder {
  color: #BE9F50;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=text]:focus,
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > input[type=tel]:focus,
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group > select:focus {
  border-color: #333;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group.ot-checkbox-group > label {
  margin-left: 23px;
  line-height: 1.2em;
}
.ot-top-section .ot-top-section-content .ot-top-section-form-wrapper .ot-field-group.ot-checkbox-group > input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .ot-top-section .ot-top-section-content .ot-top-section-form-wrapper {
    width: 390px;
  }
}
@media (min-width: 768px) {
  .ot-top-section .ot-top-section-content {
    position: relative;
    z-index: 10;
    padding: 0;
    padding-top: 10px;
    display: flex;
  }
}

.ot-services-section {
  padding-bottom: 100px;
  fill: #2C2C2C;
  position: relative;
}
.ot-services-section .ot-services-cards-wrapper {
  padding: 0px 30px 0px 30px;
}
.ot-services-section .ot-services-cards-wrapper .ot-services-card {
  background-color: #F2F2F2;
  box-shadow: 8px 8px 30px -7px rgba(42, 67, 113, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 15px 15px 15px 15px;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}
.ot-services-section .ot-services-cards-wrapper .ot-services-card .ot-services-card-content {
  padding: 20px 10px 0px 10px;
  margin-bottom: 20px;
}
.ot-services-section .ot-services-cards-wrapper .ot-services-card .ot-services-card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2C2C2C;
}
.ot-services-section .ot-services-cards-wrapper .ot-services-card .ot-services-card-content p {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .ot-services-section .ot-services-cards-wrapper .ot-services-card {
    max-width: 276px;
  }
}
@media (min-width: 768px) {
  .ot-services-section .ot-services-cards-wrapper {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
.ot-services-section .ot-testimonials-video {
  padding: 0 20px;
  display: flex;
  overflow-x: auto;
}
.ot-services-section .ot-testimonials-video > div > iframe {
  width: 374px;
  padding-right: 20px;
}
.ot-services-section .ot-testimonials-video > div:last-child > iframe {
  padding-right: 0;
}
@media (min-width: 768px) {
  .ot-services-section .ot-testimonials-video {
    padding: 0;
    justify-content: center;
    overflow-x: hidden;
  }
  .ot-services-section .ot-testimonials-video > div {
    margin: 0 10px;
  }
  .ot-services-section .ot-testimonials-video > div > iframe {
    padding: 0;
  }
}
.ot-services-section .ot-testimonials {
  display: flex;
  overflow: overlay;
}
.ot-services-section .ot-testimonials .ot-testimonials-card {
  min-width: 225px;
  max-width: 225px;
  background-color: #f2f2f2;
  box-shadow: 8px 8px 30px -7px rgba(42, 67, 113, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 30px 15px;
  border-radius: 10px 10px 10px 10px;
  padding: 40px 10px;
}
.ot-services-section .ot-testimonials .ot-testimonials-card .ot-testimonials-person .ot-testimonials-person-avatar {
  width: 62px;
  height: 62px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
}
.ot-services-section .ot-testimonials .ot-testimonials-card .ot-testimonials-person .ot-testimonials-person-name {
  text-align: center;
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
}
.ot-services-section .ot-testimonials .ot-testimonials-card .ot-testimonials-rating {
  text-align: center;
  margin: 10px 0;
  color: #BE9F50;
}
.ot-services-section .ot-testimonials .ot-testimonials-card .ot-testimonials-text {
  text-align: center;
  font-size: 18px;
  margin: 10px;
}
@media (min-width: 768px) {
  .ot-services-section .ot-testimonials {
    justify-content: center;
  }
}

.ot-about-section {
  padding: 30px 20px 100px 20px;
  position: relative;
  background-color: #2C2C2C;
  fill: #E0E0E0;
}
.ot-about-section .ot-container .ot-about-clinic > img {
  max-width: 100%;
  height: auto;
}
.ot-about-section .ot-container .ot-about-title > h3 {
  font-size: 30px;
  color: #BE9F50;
  font-weight: 600;
  margin: 16px 0;
  line-height: 1.2;
}
.ot-about-section .ot-container .ot-about-description > p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.ot-about-section .ot-container .ot-about-dentists-title {
  text-align: center;
  margin: 30px 0;
}
.ot-about-section .ot-container .ot-about-dentists-title > h2 {
  font-size: 30px;
  color: #BE9F50;
  font-weight: 600;
  margin: 0;
}
.ot-about-section .ot-container .ot-about-dentists-content {
  display: flex;
  overflow: overlay;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists {
  margin: 0 5px;
  background-color: #BE9F50;
  color: #fff;
  width: 275px;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-image {
  width: 275px;
  height: 400px;
  overflow: auto;
  display: flex;
  justify-content: center;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-image img {
  width: auto;
  height: 100%;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content {
  padding: 25px 15px;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content h3,
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content p {
  margin: 0;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content h3 {
  font-size: 18px;
  line-height: 1.2em;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content .ot-about-dentist-document {
  font-size: 14px;
  line-height: 1.5em;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content ul {
  margin: 10px 0;
  padding: 0;
  padding-left: 20px;
}
.ot-about-section .ot-container .ot-about-dentists-content .ot-about-dentists .ot-about-dentist-card-content ul li {
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .ot-about-section .ot-container .ot-about-dentists-content {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .ot-about-section .ot-container .ot-about-wrapper {
    display: flex;
  }
  .ot-about-section .ot-container .ot-about-wrapper > div {
    flex: 1;
  }
  .ot-about-section .ot-container .ot-about-wrapper .ot-about-clinic {
    margin-right: 50px;
  }
  .ot-about-section .ot-container .ot-about-wrapper .ot-about-dentists-content {
    justify-content: center;
  }
}

.ot-where-section {
  position: relative;
  background-color: #E0E0E0;
  fill: #BE9F50;
  padding: 0 20px;
  padding-bottom: 100px;
}
.ot-where-section .ot-container .ot-where-map > iframe {
  width: 100%;
  height: 350px;
}
.ot-where-section .ot-container .ot-where-info {
  padding: 30px 0px 50px 0px;
}
.ot-where-section .ot-container .ot-where-info > h2 {
  color: #888888;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > * {
  margin-right: 10px;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > span {
  color: #888888;
  font-weight: 600;
  font-size: 18px;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > svg[data-icon=star] {
  color: #f2bb66;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > svg[data-icon=star-disable] {
  color: #888888;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > svg[data-icon=star-half] > g > path:first-child {
  color: #888888;
}
.ot-where-section .ot-container .ot-where-info .ot-where-rating > svg[data-icon=star-half] > g > path:last-child {
  color: #010101;
}
.ot-where-section .ot-container .ot-where-info .ot-where-location {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  text-align: center;
}
@media (min-width: 768px) {
  .ot-where-section .ot-container {
    display: flex;
  }
  .ot-where-section .ot-container > div {
    flex: 1;
  }
  .ot-where-section .ot-container .ot-where-map > iframe {
    height: 100%;
  }
}

.ot-faq-section {
  position: relative;
  background-color: #2C2C2C;
  fill: #BE9F50;
  padding-bottom: 60px;
}
.ot-faq-section .ot-faq-section-questions {
  padding: 0 20px;
}
.ot-faq-section .ot-faq-section-questions > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ot-faq-section .ot-faq-section-questions > ul > li {
  margin-bottom: 20px;
}
.ot-faq-section .ot-faq-section-questions > ul > li .question {
  display: flex;
  border-radius: 10px;
  border-width: 0px;
  background-color: #F2F2F2;
  padding: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  color: #2C2C2C;
}
.ot-faq-section .ot-faq-section-questions > ul > li .question > img {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .ot-faq-section .ot-faq-section-questions > ul > li .question > span {
    flex: 1;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .ot-faq-section .ot-faq-section-questions > ul > li .question {
    display: flex;
  }
}
.ot-faq-section .ot-faq-section-questions > ul > li .answer {
  display: none;
  border-width: 0px;
  color: #BE9F50;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 10px;
  line-height: 24px;
}
.ot-faq-section .ot-faq-section-questions > ul > li .answer.visible {
  display: block;
}

.ot-baseboard-section {
  padding: 35px 20px 35px 20px;
  background-color: #BE9F50;
}
.ot-baseboard-section .ot-container .ot-baseboard-brand {
  text-align: center;
  margin-bottom: 20px;
}
.ot-baseboard-section .ot-container .ot-baseboard-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.ot-baseboard-section .ot-container .ot-baseboard-social > a {
  background-color: rgba(243, 190, 93, 0.38);
  color: #010101;
  border-radius: 10%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.ot-baseboard-section .ot-container .ot-nav {
  display: none;
  margin-bottom: 20px;
}
.ot-baseboard-section .ot-container .ot-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.ot-baseboard-section .ot-container .ot-nav > ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
@media (min-width: 768px) {
  .ot-baseboard-section .ot-container {
    display: flex;
  }
  .ot-baseboard-section .ot-container > div:first-child {
    width: 55%;
    text-align: start;
  }
  .ot-baseboard-section .ot-container > div:first-child .ot-baseboard-brand {
    text-align: start;
  }
  .ot-baseboard-section .ot-container > div:first-child .ot-baseboard-social {
    justify-content: flex-start;
  }
  .ot-baseboard-section .ot-container > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex: 1;
  }
  .ot-baseboard-section .ot-container .ot-nav {
    display: block;
  }
}

.ot-footer {
  text-align: center;
  background-color: #010101;
  padding: 10px 0px 10px 0px;
  color: #BE9F50;
  font-size: 12px;
  font-weight: 600;
}
.ot-footer .ot-container .ot-footer-terms,
.ot-footer .ot-container .ot-footer-responsble {
  line-height: 28px;
}
@media (min-width: 768px) {
  .ot-footer .ot-container {
    display: flex;
  }
  .ot-footer .ot-container .ot-footer-terms,
.ot-footer .ot-container .ot-footer-responsble {
    flex: 1;
  }
  .ot-footer .ot-container .ot-footer-terms {
    text-align: start;
  }
  .ot-footer .ot-container .ot-footer-terms a {
    color: #BE9F50;
  }
  .ot-footer .ot-container .ot-footer-responsble {
    text-align: end;
  }
}

.ot-footer-privacy-policy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 100;
  font-size: 14px;
}
.ot-footer-privacy-policy .ot-footer-privacy-policy-content {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 22px;
  display: flex;
  align-items: center;
}
.ot-footer-privacy-policy .ot-footer-privacy-policy-content a {
  cursor: pointer;
}
.ot-footer-privacy-policy.hide {
  display: none;
}

.ot-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ot-backdrop .ot-modal {
  background-color: #ffffff;
  width: 50%;
  height: 90%;
  display: flex;
  flex-direction: column;
}
.ot-backdrop .ot-modal .ot-modal-header {
  padding: 15px;
  padding-bottom: 5px;
}
.ot-backdrop .ot-modal .ot-modal-header h1 {
  margin-bottom: 5px;
}
.ot-backdrop .ot-modal .ot-modal-header h2 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.ot-backdrop .ot-modal .ot-modal-content {
  flex: 1;
  padding: 0 15px;
  overflow-y: auto;
}
.ot-backdrop .ot-modal .ot-modal-content h1 {
  margin: 10px 0;
}
.ot-backdrop .ot-modal .ot-modal-content p, .ot-backdrop .ot-modal .ot-modal-content li {
  line-height: 1.5em;
}
.ot-backdrop .ot-modal .ot-modal-footer {
  text-align: center;
  padding: 15px;
}
.ot-backdrop .ot-modal .ot-modal-footer .ot-btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .ot-backdrop .ot-modal {
    width: 100%;
    height: 100%;
  }
}
.ot-backdrop .ot-modal.hide {
  display: none;
}
.ot-backdrop.hide {
  display: none;
}

/*# sourceMappingURL=template.css.map */
