/*
#b38c3e golden
site color
*/
/* property */
/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
  font-family: "Poppins Light";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins Italic";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("https://dreambodymiami.com/assets/fonts/Poppins-Bold.ttf");
}

.light {
  font-family: "Poppins Light" !important;
}

.italic {
  font-family: "Poppins Italic" !important;
}

.regular {
  font-family: "Poppins Regular" !important;
}

.medium {
  font-family: "Poppins Medium" !important;
}

.semi {
  font-family: "Poppins SemiBold" !important;
}

.bold {
  font-family: "Poppins Bold" !important;
}

.price {
  font-family: "Poppins Bold";
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "Poppins Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body > main {
  flex: 1;
  padding-top: 80px;
  overflow: hidden;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

body a {
  color: #000;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #333;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins Regular";
  line-height: 1.3;
  margin: 0 0 10px;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p > a {
  color: #3c9cdb;
}

p > a:hover {
  color: #2115dc;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 21px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;
  color: #151d23;
  padding: 10px 10px 10px 20px;
  border: 1px solid #f0f5f9;
  border-left: 4px solid #000;
}

.heading {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.heading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 70px;
  height: 4px;
  background-image: linear-gradient( to right, #e0b562 0%, #ca9b52 51%, #855425 100% );
}
.text-center .heading:after, .heading.text-center:after {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.heading > em {
  color: #000;
}

.sub_heading {
  color: #000;
  font-size: 14px;
  font-family: "Poppins Medium";
  text-transform: uppercase;
}

p.pre {
  margin: -10px 0 30px;
}

.color {
  color: #000 !important;
}

.background {
  background: #000 !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
  background-image: linear-gradient(
    to right,
    #e0b562 0%,
    #ca9b52 51%,
    #855425 100%
  );
  background-size: 200% auto;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins Medium";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  /* text-transform: uppercase; */
  border: 0;
  border-radius: 5px;
  outline: none !important;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
}

.webBtn:hover {
  background-position: right center;
  color: #fff;
}

.smBtn {
  min-width: 40px;
  height: 36px;
  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.blankBtn {
  background: transparent;
  color: #000;
}

.blankBtn:hover {
  background: #d2e7f5;
  color: #000;
}

.lightBtn {
  background: #b38c3e;
  color: #fff;
}

.lightBtn:hover {
  background: #fff;
  color: #000;
}

.labelBtn {
  min-width: initial;
  height: auto;
  background: transparent;
  color: #000;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.labelBtn:hover {
  background: transparent;
  color: #fff;
}

.labelBtn > i {
  font-size: 100%;
}

.simpleBtn {
  background: #fff;
  color: #080a0f;
}

.simpleBtn:hover {
  background: #fff;
  color: #000;
}

.simpleBtn.icoBtn > img {
  filter: none;
}

.grayBtn {
  background: #fff;
  color: #8b9593;
  border: 1px solid #eee;
}

.grayBtn:hover {
  background: #fafafa;
  color: #8b9593;
}

.borderBtn {
  border: 1px solid #000;
}

.arrowBtn {
  display: flex !important;
  width: 46px;
  min-width: 46px;
  padding: 0 5px;
}

.arrowBtn > i {
  font-weight: bold;
  margin: 0 !important;
}

.arrowBtn > img {
  width: 18px;
}

.icoBtn > img {
  width: 18px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.roundBtn {
  border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;
  text-align: left;
}

.webBtn i {
  font-size: 140%;
  margin-right: 10px;
}

.webBtn.smBtn i {
  font-size: 120%;
}

.webBtn i.fi-arrow-right {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  font-weight: bold;
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner ~ i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}

.learnBtn {
  background: transparent;
  color: #000;
  font-family: "Poppins SemiBold";
  padding: 0;
  text-transform: capitalize;
  border: 0;
}

.learnBtn i {
  position: relative;
  top: 3px;
  font-weight: bold;
  margin-left: 5px;
  /* transform: scale(-1); */
  transition: padding ease 0.5s;
}

.learnBtn:hover i {
  padding-left: 10px;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  font-family: 'Poppins SemiBold';
    color: #b38c3e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Poppins SemiBold";
  font-weight: normal;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
}

.contain-fluid {
  max-width: 1600px;
  padding: 0 50px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow > [class*="col-"],
.formRow > [class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -15px;
}

.flexRow > .col {
  padding: 15px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
  position: fixed;
  top: 0;
  /* left: 280px; */
  right: 0;
  bottom: 0;
  background: rgb(10 33 48 / 0.9);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all ease 0.5s;
  z-index: 100;
}

.upperlay.active {
  opacity: 1;
  visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 37, 0.95);
  padding: 20px 0;
  overflow: auto;
  z-index: 101;
}

.popup ._inner {
  position: relative;
  max-width: 600px;
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  width: 28px;
  height: 28px;
  color: #8b9593;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

.popup .list > li {
  display: flex;
  margin-bottom: 10px;
}

.popup .list > li > div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Poppins Bold";
  margin-right: 10px;
}

.popup .list > li > div:nth-child(2) {
  width: 100%;
}

.popup .blockLst {
  margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn > i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /* border: 1px solid #eee; */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst > li,
.dropLst > li > * {
  display: block;
}

/* .dropLst > li:nth-child(1) > * {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
} */

.dropLst > li > * {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  padding: 6px 15px;
  border: 0;
}

.dropLst > li > *:hover {
  background: #fafafa;
}

.dropLst > li > * > i {
  margin-right: 6px;
}

/*_____ more _____*/

.more {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  /* padding-bottom: 10px; */
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}

.more > span,
.more > span:before,
.more > span:after {
  width: 4px;
  height: 4px;
  border-radius: 75%;
  background: #aaa;
  transition: all ease 0.5s;
  z-index: 2;
}

.more > span:before,
.more > span:after {
  position: absolute;
  content: "";
}

.more > span:before {
  left: 0;
}

.more > span:after {
  right: 0;
}

.more:hover > span,
.more:hover > span:before,
.more:hover > span:after {
  background: #fff;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  z-index: 999999;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*
|----------------------------------------------------------------------
|       Ico Css
|----------------------------------------------------------------------
*/

.ico,
.icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ico {
  background: #fff;
  border-radius: 75%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  /* overflow: hidden; */
}

.ico a,
.icon a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ico img,
.icon img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.ico img {
  object-fit: cover;
  border-radius: inherit;
}

.icon img {
  object-fit: contain;
}

.ico > i.status {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 12px;
  height: 12px;
  /* background: #43b753; */
  background: #000;
  border: 2px solid #fff;
  border-radius: 75%;
}

.ico > i.status.active {
  background: #43b753;
  /* background: #000; */
}

.ico > i.status.away {
  background: #ffcb00;
}

.ico > i.status.busy {
  background: #5883ff;
}

.ico > i.status.offline {
  background: #ff5465;
}

.ico > .loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 50%; */
  min-width: 100%;
  height: 3px;
  background: #eee;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}

.ico > .loading:before {
  content: "";
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

/*
|----------------------------------------------------------------------
|       RateYo
|----------------------------------------------------------------------
*/

.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  line-height: 0;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  white-space: nowrap;
  z-index: 1;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  z-index: 3;
}
/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
  font-family: "Poppins Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;

  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul > li,
.ckEditor ol > li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul > li ul,
.ckEditor ol > li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: Yellow;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure > figcaption {
  text-align: center;
  display: block; /* For IE8 */
}

.ckEditor a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */
.ckEditor .code-featured {
  border: 5px solid red;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px rgba(200, 0, 0, 1);
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean > figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/
.transparent header {
  background: transparent;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: transparent;
  z-index: 30;
}

header .contain-fluid {
  padding: 0 15px;
}

.logo {
  float: left;
  display: flex;
  align-items: center;
  width: 220px;
  height: 110px;
}

.logo > a {
  display: block;
  height: 100%;
}

.logo > a > img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  transition: inherit;
}

nav {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: flex-end;
}

nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

nav > ul > li {
  position: relative;
  padding: 0 20px;
}

nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-family: "Poppins SemiBold";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

nav > ul > li > a:hover,
nav > ul > li.active > a:not(.webBtn) {
  color: #dcb15f;
}

#nav > li:not(.btnLi).active > a:after {
  min-width: 20px;
}

/* #nav > li:not(.btnLi) > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: #dcb15f;
  transition: inherit;
} */
#nav > li.btnLi > a {
  background: transparent;
  padding: 8px 15px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}
#nav > li.btnLi > a:hover,
#nav > li.btnLi.active > a {
  background: #dcb15f;
  color: #fff;
  border: 2px solid #dcb15f;
}
#nav > li:not(.btnLi).active > a:after {
  min-width: 20px;
}

#nav > li:not(.btnLi) > a:hover:after {
  right: 0;
}

#nav > li.drop > a {
  position: relative;
}

#nav > li.drop > a:after {
  content: "\e93d";
  font-size: 12px;
  font-family: "font-icon";
  font-weight: bold;
  margin-left: 10px;
  line-height: 1;
}

#nav > li > .sub {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 240px;
  background: #01121d;
  text-align: left;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transition: none;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  overflow: hidden;
}

#nav > li:hover > .sub {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

#nav > li > .sub > li,
#nav > li > .sub > li > a {
  display: block;
}

#nav > li > .sub > li > a {
  font-size: 13px;
  padding: 10px 15px;
}

#nav > li > .sub > li > a:hover {
  color: #dcb15f;
}

nav #cta {
  margin-left: 40px;
}

/*_____ Header Fix _____*/

header.fix {
  box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
  height: 80px;
  background: #333;
}
header.fix .logo {
  height: 80px;
}

/*_____ miniLbl _____*/

.miniLbl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #000;
  color: #fff;
  font-size: 70%;
  font-family: "Poppins SemiBold";
  border-radius: 75%;
  white-space: nowrap;
}

.green {
  background: #43b753;
}

.green-color {
  color: #43b753;
}

.yellow {
  background: #ffcb00;
}

.yellow-color {
  color: #ffcb00;
}

.red {
  background: #ff5465;
}

.red-color {
  color: #ff5465;
}

.blue {
  background: #5883ff;
}

.blue-color {
  color: #5883ff;
}

.gray {
  background: #aaa;
}

.gray-color {
  color: #aaa;
}


[index] > section {
  padding: 60px 0;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

[index] {
	padding-top: 0;
}

#banner {
	height: 750px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 160px;
}

#banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0d171d;
	opacity: 0.5;
	z-index: 1;
}

#banner .contain-fluid {
	z-index: 3;
}

#banner > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#banner .content {
	max-width: 700px;
	color: #fff;
	/* margin: 0 auto; */
  
}

#banner .content > h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow: 5px 5px 5px rgb(41 41 47 / 20%);
}

#banner .content > p {
	color: inherit;
	font-size: 18px;
	margin-bottom: 30px;
	text-shadow: 2px 2px 2px rgb(41 41 47 / 20%);
}

#banner .content > .bTn a:nth-child(2) {
	display: flex !important;
	width: 58px;
	height: 46px;
	min-width: 46px;
	padding: 10px 18px;
	background: rgb(255 255 255 / 0.3);
	border: 1px solid rgb(255 255 255 / 0.7);
	box-shadow: none;
}

#banner .content > .bTn a:nth-child(2) > img {
	filter: brightness(0) invert(1);
}

#banner form {
	display: none;
}

#banner form .txtGrp > img {
	position: absolute;
	top: 0;
	left: 12px;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	filter: brightness(0) invert(0.5);
}

#banner form .txtBox {
	padding-left: 36px;
}


/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #000;
  font-size: 40px;
  padding-top: 1px;
  padding-left: 1px;
  margin-top: -12px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 80px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 80px;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
  text-align: center;
  position: relative;
  margin-top: 20px;
  line-height: 0;
  z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 2px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 4px;
  margin: auto;
  border: 2px solid #aaa;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 24px;
  height: 4px;
  margin: auto;
  border-color: #000;
}
/*
|----------------------------------------------------------------------
|       Services
|----------------------------------------------------------------------
*/
[other_services] #serve .flexRow{
  margin-top: 50px;
  justify-content: center;
}
/*#services {
  padding-bottom: 0;
}*/

#services .flexRow {
  margin: -15px -25px;
}

#services .flexRow:not(:nth-last-child(1)) {
  margin-bottom: 50px;
}

#services .flexRow:nth-child(odd) {
  flex-flow: row-reverse;
}

#services .flexRow:nth-child(even) {
  flex-flow: row;
}

#services .flexRow > .col {
  width: 50%;
  padding: 15px 25px;
}

#services .image {
  position: relative;
  padding-bottom: 70%;
  border-radius: 10px;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
  overflow: hidden;
}

#services .image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services .content p {
  color: #8b9593;
}
/*
|----------------------------------------------------------------------
|       Serve
|----------------------------------------------------------------------
*/
#serve{  
  /*background-image: url("https://dreambodymiami.com/assets/images/bg_01.webp");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 145px ;
  z-index: 2;
    
} 
#serve .flexRow {
  background: #fff;
  margin-top: -114px;

}
#serve .flexRow > .col {
  width: calc(100%/4);
  padding: 30px 20px;
}
#serve .flexRow > .col:nth-child(even){
  background-color: #fbfafa;
}

#serve .workBlk {
  height: 100%;
  overflow: hidden;
}

#serve .workBlk > .image {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  margin: 0 auto 20px;
}
#serve .col .workBlk:hover img {
  transition: all 0.5s ease-in-out;
  transform: rotate(2deg) scale(1.2);
}
#serve .workBlk > .image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

#serve .flexRow  .col .txt {
  padding:15px 0px;  
 text-align: center;
}
#serve .flexRow > .col h3{
  text-transform: uppercase;
}
/*
|----------------------------------------------------------------------
|       Choose
|----------------------------------------------------------------------
*/
.choose{
  background-image: url(https://dreambodymiami.com/assets/images/1.webp);
  top: 0;
  bottom: 0;
  left: 0;
  background-position: 20%;
  background-size: 30%;
  background-repeat: no-repeat;
}
.choose .flex{
  margin: 40px 0;
}
.choose .col{
  float: right;
  width: 50%;
}
.choose .col .icon{
  background-image: linear-gradient(
    to right,
    #e0b562 0%,
    #ca9b52 51%,
    #855425 100%
  );
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  align-self: center;
}
.choose .col .cntnt{
  flex: 1;
  align-self: center;
  margin-left: 30px;
}
/*
|----------------------------------------------------------------------
|     services main
|----------------------------------------------------------------------
*/
.main-services{
  background: #fbfafa;
}
.main-services .cntnt p{
  max-width: 800px;
  margin:0 auto 50px;
  text-transform: lowercase;         
}
.main-services .flex .col{
  width: calc(100%/4);
  padding: 15px ;
}
.main-services .flex .col .inner{
  text-align: center; 
}
.main-services .flex .col .inner a{
  width:100%;
}
.main-services .flex .col .inner .image{
  height:400px;
  overflow: hidden;
}
.main-services .flex .col .inner .image img{
  height: 100%;
  object-fit: cover;
  transition: all linear 0.5s;
}
.main-services .flex .col .inner:hover img {
  transform: scale(1.1);
}
.main-services .flex .col .inner h4{
  background-image: linear-gradient(
    to right,
    #e0b562 0%,
    #ca9b52 51%,
    #855425 100%
  );
  padding: 12px 0;
    text-transform: uppercase;
}
/*===============after banner section=========*/
#proprty {
  background: #b38c3e;
  padding: 30px 0 !important;
}
.flex-4 .col {
  width: calc(100% / 4);
  padding: 10px;
  text-align: center;
}
#proprty .col {
  position: relative;
  align-self: center;
}
#proprty .col:before {
  position: absolute;
  content: "";
  left: -33px;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
}
#proprty .col:first-child:before {
  display: none;
}
.icon-4 {
  width: 50px;
  margin-right: 20px;
  filter: brightness(0) invert(1);
}

#proprty .col h3 {
  font-size: 17px;
  color: #fff;
  text-transform: capitalize;
  align-self: center;
  margin-bottom: 0px;
}
#proprty .inner {
  display: flex;
}
/*
|----------------------------------------------------------------------
|       Challenge
|----------------------------------------------------------------------
*/
.challenge {
  background: #fafafa;
}

.challenge .col {
  width: 50%;
  padding: 10px;
  align-self: center;
}
.challenge .col:nth-child(1){
  padding-right: 40px;
}
/* .challenge .colL {
  padding-right: 130px;
} */
.challenge .col .inner ul {
  width: 100%;
}
.challenge .col .inner ul li {
  display: block;
    padding: 12px 0px;
    width: 100%;
  text-align: left;
  position: relative;
  padding-left: 40px;
}
.challenge .col .inner ul li::before {
    position: absolute;
    content: "\e939";
    font-family: font-icon;
    top: 16px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-image: linear-gradient( to right, #e0b562 0%, #ca9b52 51%, #855425 100% );
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
.challenge .image {
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #333;
  position: relative;
}
.challenge .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.challenge p {
  padding: 10px 0;
}
.challenge .colR {
  position: relative;
}
.challenge .colR .design {
  font-size: 50px;
  line-height: 70px;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgb(136 147 185 / 0.4);
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  top: 97%;
  text-transform: uppercase;
  left: 35px;
}
.challenge .colR .inner {
  padding-left: 90px;
}

/*
|----------------------------------------------------------------------
|       fda
|----------------------------------------------------------------------
*/
/* =======fda========== */
.fda .contain{
  padding: 60px 0;
      background: #000000d1;
}
.fda .col {
  width: 80%;
  margin: 0 auto;
}

.fda .col:last-child {
  padding-left: 50px;
  padding-right: 30px;
}
.fda h1,
.fda p {
  color: #fff;
}

.fda p {
  letter-spacing: 1.3px;
  word-spacing: 4px;
}
.fda .webBtn {
  margin-left: auto;
  text-align: center;
  display: flex;
  margin-top: 30px;
  justify-content: center;
  width: 160px;
}
/*
|----------------------------------------------------------------------
|       solution
|----------------------------------------------------------------------
*/

#solution {
  display: flex;
}

#solution .image{
  /* height: 675px; */
  position: absolute;
  left:0;
  top: 0;
  bottom:0;
  right:0;
  transform: scaleX(-1);
}
#solution .image img{
  height: 100%;
  object-fit: cover;
}
#solution .contain{
  width: 100%;
}
#solution  .content {
    background: #f1c7771a;
    width: 600px;
    padding: 40px;
}
#solution  .content .bTn{
  margin-top: 30px ;
}

/*
|----------------------------------------------------------------------
|       Video
|----------------------------------------------------------------------
*/

#video {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

#video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(2px);
  /* z-index: 1; */
}

#video .content {
  max-width: 700px;
  color: #fff;
  margin: 0 auto;
}

#video .content > .playBtn {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background: 0;
  padding: 0;
  margin: 0 auto 20px;
  border: 0;
}
/*
|----------------------------------------------------------------------
|       Team
|----------------------------------------------------------------------
*/

.team .col {
  width: calc(100% / 3);
  padding: 20px;
}
.team .cntnt p{
  max-width: 800px;
  margin:0 auto 50px;
  text-transform: lowercase;         
}
.team .flex {
  justify-content: center;
}
.team .col .image {
  width: 100%;
}
.team .col h1 {
  margin: 30px 0;
}
.team .col h2 {
  margin: 10px 0;
  text-transform: capitalize;
}
.team .col span {
  color: #b38c3e;
  text-transform: uppercase;
}
/*
|----------------------------------------------------------------------
|       Investing
|----------------------------------------------------------------------
*/

.investing .col:first-child {
  width: 55%;
}
.investing .col {
  width: 45%;
  padding: 10px;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 1;
}


.investing .col .image {
  width: 500px;
  height: 500px;
  /* overflow: hidden; */
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.investing .col .image img,
.investing .col .image1 img,
.history .image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.investing .col .image1 {
  position: absolute;
  right: 55px;
  top: 110px;
  -webkit-filter: drop-shadow(2px 4px 6px #333);
  filter: drop-shadow(2px 4px 6px #333);
  z-index: 2;
  width: 300px;
  height: 300px;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
/* investors-company */
#i-company {
  background-image: url("https://dreambodymiami.com/assets/images/mission.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#i-company h1 {
  margin: 10px 0 50px;
}
#i-company .col {
  width: calc(100% / 2);
}
#i-company .col .image {
  width: 30%;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#i-company .col span {
  text-transform: uppercase;
  color: #b38c3e;
}
#i-company .col .image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#i-company .col .text {
  width: 70%;
  padding: 20px;
}

/*=====================newsletter============*/
.innerNews .col{
  width: 50%;
  }
  .innerNews .flex{
      background: #fff;
  }
  .innerNews .col .image{
      height: 550px;
      width: 100%;
      overflow: hidden;
  }
  .innerNews .col .image img{
      width: 100%;
      height: 100%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .innerNews .col .inner{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
  }
  .innerNews .col .inner h3{
      font-size: 30px;
      font-weight: 800;
      color: #000;
      margin-bottom: 20px;
      width: 100%;
      padding: 0px 40px;
      letter-spacing: 9px;
      text-transform: uppercase;
  }
  .innerNews .col .inner label{
    margin-bottom: 30px;
  }
  .innerNews .col .inner form{
      width: 100%;
      padding: 0px 40px;
  }
  .innerNews .col .inner form .txtBox{
      margin-bottom: 20px;
  }
  .newsCrosBtn{
      color: #000;
      font-size: 20px;
      position: absolute;
      right: 25px;
      top: 9px;
      cursor: pointer;
  }
/*
|----------------------------------------------------------------------
|       Folio
|----------------------------------------------------------------------
*/

#folio {
  overflow: hidden;
 background: #fbfafa;
}

#folio .owlBlock {
  margin: -40px;
}

#folio .inner {
  padding: 40px;
}

#folio .content {
  position: relative;
  /* background: #000;
  color: #fff; */
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 80px;
  /* border-radius: 10px;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%); */
  z-index: 1;
}

#folio .content:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  right: 0;
  width: 42px;
  height: 42px;
  background-image: url("https://dreambodymiami.com/assets/images/comma.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
  /* filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1); */
}

#folio .content p {
  font-size: 20px;
  margin-bottom: 25px;
}
#folio h6:before {
  left: 45%;
}
#folio .content .icoBlk {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #folio .content .icoBlk .ico {
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
} */

#folio .content .icoBlk h5 {
  text-align: left;
  margin: 0;
  margin-left: 15px;
}

#folio .owl-dots {
  margin: -10px 0 20px;
}
/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
  display: block;
  font-weight: normal;
  cursor: pointer;
}

label > a {
  color: #3c9cdb;
}

label > a:hover {
  color: #000;
}

.txtGrp {
  position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.infoHead {
  margin-top: 40px;
  margin-bottom: 20px;
}

form h5 + p {
  margin: -10px 0 20px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #0b202e;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
}

.txtGrp label ~ .txtBox:not(button) {
  padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 120px;
  resize: none;
}

.txtGrp .txtBox.uploadImg:not([data-upload]) {
  background: #fff;
  color: #000;
  text-align: center;
  border-color: #000;
  box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
  display: flex;
  align-items: center;
  color: #8b9593;
}

.txtGrp .txtBox.uploadImg[data-upload]:before {
  content: attr(data-text);
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
  content: "Hochladen";
  color: #000;
  margin-left: 5px;
}

.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
  content: "Entfernen";
}

.txtGrp:not(.lblBtn) > label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #8b9593;
  line-height: 1;
  margin: 0;
  margin-left: 13px;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index: 1;
}

.txtGrp:not(.lblBtn) > label.move {
  font-size: 10px;
  transform: translateY(-12px);
}

.txtBox:disabled {
  background: #e3e8ee;
  cursor: not-allowed;
  border-color: #d8dee6 !important;
}

.txtBox::placeholder {
  color: #000;
}

.txtBox:focus::placeholder {
  opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
  opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
  border-color: #000;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  appearance: initial;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

input[type="checkbox"]:checked:before {
  background-image: var(--tick);
}

input[type="radio"]:checked:after {
  border-color: #000;
  box-shadow: inset 0 0 0 4px #000;
}

input[type="checkbox"]:checked:after {
  background: #000;
  border-color: #000;
  box-shadow: none;
}
.space {
  margin: 10px;
}
.lblBtn {
  display: flex;
  text-align: left;
}

.lblBtn > input[type="radio"],
.lblBtn > input[type="checkbox"] {
  margin-top: 2px;
}

.lblBtn label {
  align-self: center;
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
  display: none;
}

.uploadImg {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select.txtBox {
  background-image: var(--chevron);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 24px !important;
  -webkit-appearance: none;
  appearance: none;
}

/*_____ flexGrp _____*/

.flexGrp {
  display: flex;
}

.flexGrp > div,
.flexGrp > .bTn > .webBtn {
  align-self: center;
  margin: 0;
}

.flexGrp > .txtGrp {
  flex: 1;
  margin: 0 !important;
}

.flexGrp > .txtGrp.auto {
  flex: none;
}

.flexGrp > .bTn {
  margin-left: 10px;
}

.flexGrp > .data {
  margin-right: 15px;
}

.flexGrp > .data > * {
  margin: 0;
}

/*_____ info _____*/

.infoHead {
  display: flex;
  margin-bottom: 0;
}

.infoHead > *:not(.info) {
  margin-top: 0;
}

.info {
  position: relative;
  align-self: flex-start;
  color: #8b9593;
  line-height: 1;
  margin-left: auto;
}

.info > strong {
  display: flex;
  align-items: center;
  font-size: 90%;
  font-family: "Poppins SemiBold" !important;
  cursor: pointer;
}

.info > strong:after {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: var(--question);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  filter: brightness(0) invert(0.6);
}

.info .infoIn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  background: rgb(255 255 255 / 0.7);
  padding: 20px;
  margin: 20px 0 0;
  line-height: 1.4;
  text-align: left;
  font-size: 90%;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px 0 rgba(49, 49, 93, 0.1),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  transition: all ease 0.5s;
  z-index: 2;
}

.info:hover .infoIn {
  margin-top: 7px;
  opacity: 1;
  visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
  position: relative;
  background: #333333;
  color: #fff;
  font-family: 'Poppins Regular';
  padding-top: 60px;
  overflow: hidden;
}

footer .flexRow {
  flex-flow: nowrap;
  margin: -25px -15px;
}

footer .flexRow>.col {
  flex: 1;
  padding: 25px 15px;
}

footer .flexRow>.col:nth-last-child(1) , footer .flexRow>.col:first-child{
  min-width: 300px;
  flex: 1.5;
}

footer .flexRow>.col.flex {
  align-items: flex-start;
  justify-content: flex-end;
}

footer h5 {
  position: relative;
  font-family: "Poppins Regular";
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
}

footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ffffff;
}

footer .lst>li {
  display: block;
  margin-bottom: 10px;
}

footer .lst>li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;
  font-size: 14px;
}

footer a:hover {
  color: #ffffff;
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst>li {
  padding: 0 10px;
}

footer .infoLst>li {
  display: flex;
  margin-bottom: 20px;
}

footer .infoLst>li>img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  /* filter: brightness(0) invert(1); */
}

footer form .txtGrp {
  display: flex;
  align-items: center;
  color: #080a0f;
  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
}

footer form button {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  background: transparent;
  font-size: 16px;
  padding: 0;
  line-height: 0;
  border: 0;
}

footer form>label {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: 'Poppins Regular';
}

footer .social {
  margin: 30px -3px -3px;
}

footer .social>li {
  padding: 3px;
}

footer .social>li>a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: #fff;
  background: rgb(255 255 255 / 10%);
  padding: 11px;
  border-radius: 75%;
}

footer .social>li>a:hover {
  background: rgb(13 54 108);
}

footer .social>li>a>img {
  filter: brightness(0) invert(1);
}


/*_____ Copyright _____*/

.copyright {
  padding: 25px 0;
  margin-top: 60px;
  border-top: 1px solid rgb(255 255 255 / 7%);
  z-index: 1;
}

.copyright .inner {
  display: flex;
  justify-content: center;
  text-align: center;
}

.copyright p {
  flex: 1;
  margin: 0;
}

.copyright p>a {
  color: #ffffff75;
}

.copyright p>a:hover {
  color: #fff;
}

/*
|----------------------------------------------------------------------
|       Block
|----------------------------------------------------------------------
*/

.blk {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

.blk .blk {
  padding: 20px;
}

.blk ._header,
.blk ._footer {
  position: relative;
  display: flex;
  align-items: center;
}

.blk ._header {
  margin-bottom: 20px;
}

.blk.collap > ._header {
  margin-bottom: 0;
}

.blk.collap > ._header > .downBtn,
.blk.collap > ._header > .closeBtn {
  display: block;
  font-family: "font-icon";
  font-weight: bold;
  line-height: 2;
  margin-left: 10px;
  cursor: pointer;
}

.blk.collap > ._header > .downBtn:before {
  content: "\e93d";
}

.blk.collap > ._header > .closeBtn:before {
  content: "\ea06";
  display: block;
  transform: rotate(45deg);
}

.blk.collap > ._header > .closeBtn:hover {
  color: #ff5465;
}

.blk.collap > ._content {
  display: none;
  padding-top: 20px;
}

.blk.collap.active > ._content {
  display: block;
}

.blk.collap > ._content > h5:nth-child(1) {
  margin-top: 20px;
}

.blk.head ._header {
  margin-bottom: -20px;
}

.blk ._footer {
  justify-content: flex-end;
}

.blk ._header h3,
.blk ._header h4,
.blk ._header h5,
.blk ._header h6 {
  margin-bottom: 0;
  margin-right: 30px;
  flex: 1;
}

.blk ._header h3 > span {
  color: #8b9593;
}

.blk ._header + p {
  margin: -10px 0 20px;
}

.blk ._header .srch {
  width: 280px;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
  background: #eff0f3;
  border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: #eff0f3;
  border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 50px;
}

/*
|----------------------------------------------------------------------
|       Formal - Common
|----------------------------------------------------------------------
*/

[formal] > section,
[common] > section {
  padding: 60px 0;
}

[formal] > section:nth-child(1) {
  padding-top: 20px;
}

[typical] {
  padding-top: 0;
}

[typical] #sBanner {
  padding-top: 140px;
}

[typical] #sBanner:before {
  opacity: 0.4;
}

[typical] #sBanner .txtGrp {
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  overflow: hidden;
}

[typical] #sBanner .txtGrp > img {
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  filter: brightness(0) invert(0.5);
}

[typical] #sBanner .txtGrp > .txtBox,
[typical] #sBanner .txtGrp > .webBtn {
  height: 56px;
  box-shadow: none;
}

[typical] #sBanner .txtGrp > .txtBox {
  padding-left: 46px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[typical] #sBanner .txtGrp > .webBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*_____ topHead _____*/

.topHead {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.topHead .txtBox {
  width: auto;
  max-width: 120px;
  height: 36px;
}

.topHead .txtBox + .webBtn {
  margin-left: 15px;
}

.topHead .heading {
  margin: 0;
  margin-right: auto;
}

/*
|----------------------------------------------------------------------
|       Sub Banner
|----------------------------------------------------------------------
*/

#sBanner {
  min-height: 100px;
  background-size: cover;
  background-image: url("https://dreambodymiami.com/assets/images/bgg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#sBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}

/*
|----------------------------------------------------------------------
|       Terms
|----------------------------------------------------------------------
*/

#terms {
  padding-top: 30px;
}

#terms .outer {
  background: #01121d;
  padding: 25px;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

/*
|----------------------------------------------------------------------
|       Oops 404
|----------------------------------------------------------------------
*/

#oops {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  padding: 120px 0 60px;
  overflow: auto;
}

#oops .blk {
  max-width: 440px;
  margin: 0 auto;
}

#oops .logoDv {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto 30px;
}

#oops .icon {
  color: #fff;
  font-size: 140px;
  font-family: "Poppins Bold";
  line-height: 0.8;
  margin-bottom: 25px;
  text-shadow: 0 0 2px #000, 1px 5px 24px rgba(68, 102, 242, 0.05);
}

/*
|----------------------------------------------------------------------
|       Videos
|----------------------------------------------------------------------
*/

.vidBlk {
  position: relative;
  display: block;
  background: #000d16;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56%;
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  overflow: hidden;
}

.vidBlk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  min-width: 36px;
  max-width: 100px;
  background-image: url("https://dreambodymiami.com/assets/images/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  opacity: 0.9;
  transition: all linear 0.5s;
}

.vidBlk:hover:before {
  opacity: 1;
}

.vidBlk video,
.vidBlk iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  margin: auto;
  /* -o-object-fit: cover; */
  object-fit: fill;
}

video[poster] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
|----------------------------------------------------------------------
|       Contact us
|----------------------------------------------------------------------
*/
/* #contact {
  background-image: url("https://dreambodymiami.com/assets/images/mission.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 #contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}  */

#contact .content {
  max-width: 700px;
  margin: 0 auto 50px;
}

#contact .content p {
  font-size: 18px;
}

#contact form {
  background: #fff;
  max-width: 700px;
  padding: 25px;
  margin: 0 auto;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

#contact form label,
#contact form .txtBox:not(textarea) {
  height: 50px;
}

#contact form .txtBox {
  padding-top: 20px;
}

#contact .infoLst {
  margin: -10px;
}

#contact .infoLst > li {
  width: 33.3334%;
  padding: 10px;
}

#contact .infoLst > li .inner {
  height: 100%;
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 7px;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

#contact .infoLst > li .icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin: 0 auto 15px;
}

/*
|----------------------------------------------------------------------
|       Business
|----------------------------------------------------------------------
*/

#business{
  background: #fafafa;
}
#business .flexRow {
  margin: -15px -25px;
}

#business .flexRow > .col {
  width: 50%;
}
#business .flexRow > .col1 {
  position: relative;
  padding-right: 80px;
}
#business .flexRow > .col2 {
  padding-left: 50px;
}
#business .flexRow .design {
  font-size: 50px;
  line-height: 70px;
  text-align: left;
  font-family: Roboto Condensed;
  font-weight: 700;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgb(136 147 185 / 0.4);
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  top: 87%;
  text-transform: uppercase;
  right: -245px;
}
#business .flexRow > .col2 {
  align-self: center;
}

#business .image {
  position: relative;
  padding-bottom: 70%;
  border-radius: 10px;
  box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
  overflow: hidden;
}

#business .image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*
|----------------------------------------------------------------------
|     tabs
|----------------------------------------------------------------------
*/


._lIst{
  background: #fafafa;
}
._lIst .colR {
  width: 40%;
  padding-left: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
._lIst .colL {
  width: 60%;
  padding-right: 20px;
}
._lIst .cmnServiceFnt{
  width: 100%;
  margin-bottom: 0;
}
._lIst .colL .image {
  margin-right: 10px;
  border-radius: 0px;
  overflow: hidden;
  height: 400px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
._lIst .colL .image img{
  height: 100%;
  object-fit: cover;
}

._lIst .colL .nav-tabs {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: none;
  /* flex-wrap: wrap; */
}
._lIst .colL .nav-tabs li {
  width: calc(100% / 3);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #e7bf68;
  border-color: #e7bf68!important;
  color: #fff;
}
.nav-tabs>li>a {
  background: #383838;
  border-radius: 0px;
  min-width: 200px;
  font-size: 14px;
  text-transform: unset;
  font-family: 'Poppins Regular';
  margin-right: 10px;
  color: #fff;
  border:1px solid #333!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.nav-tabs>li>a:hover{
  background-color: #e7bf68;
  border-color: #e7bf68!important;

}

/*
|----------------------------------------------------------------------
|     before and after
|----------------------------------------------------------------------
*/
/* ============slider============ */
#slider .cntnt{
  margin-bottom: 50px;
  width: 800px;
}
#slider .owl-stage {
  margin: 0 15px;
}
#slider .vidBlk {
  width: 360px;
}
.vidBlk {
  position: relative;
  display: block;
  background: #111216;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.vidBlk:hover:before {
  opacity: 1;
}

.vidBlk video,
.vidBlk iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  margin: auto;
  /* -o-object-fit: cover; */
  object-fit: fill;
}

video[poster] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vidBlk > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vidBlk > .inner .bTn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all linear 0.3s;
}

.vidBlk:hover > .inner .bTn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#owl-videos2 {
  margin: 20px 0 30px;
}
/* #owl-videos2 > .owl-stage-outer {
  margin-left: -180px;
} */
/*=============FAQ================*/
#faq {
  background: #fafafa;
}

#faq .col {
  width: calc(100% / 2);
  padding: 50px;
  align-self: center;
}

.faqBox > .faqLst:not(:nth-last-child(1)) {
  margin-bottom: 40px;
}

.faqLst > .faqBlk {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: #fff;
  transition: all ease 0.5s;
  border-radius: 5px;
  padding: 30px;
}

.faqLst > .faqBlk:nth-last-child(1) {
  margin-bottom: 0;
}

.faqLst > .faqBlk h5 {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  cursor: pointer;
  transition: all ease 0.5s;
  font-weight: 600;
  z-index: 2;
}

.faqLst > .faqBlk h5:after {
  content: "\ea06";
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 70%;
  font-family: "font-icon";
  font-weight: bold;
}

.faqLst > .faqBlk.active h5:after {
  content: "\e9e0";
  color: #dcb15f;
}

.faqLst > .faqBlk h5:hover {
  color: #dcb15f;
}

.faqLst > .faqBlk .txt {
  display: none;
  color: #8d9297;
  margin: 0 0 -20px;
  padding: 20px 0;
}

.faqLst > .faqBlk:nth-child(1) .txt {
  display: block;
}

/* ===================blog page=============== */

#blog .col{
  width: 50%;
  /* padding:20px; */
}
#blog .col:nth-child(1){
  padding-top: 0;
}
#blog .col:nth-child(odd){
  border-right: 1px solid #ddd;
  padding-right: 60px;
}
#blog .col:nth-child(even){
  padding-left: 60px;
  padding-top: 100px;
}
#blog .col .image{
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
#blog .col .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#blog .col .cntnt{
  padding: 33px 30px 25px;
}
#blog .col .cntnt h3{
  color: #000;
    font-size: 25px;
}
#blog .col .cntnt p{
  color: #5d5d5d;
}
#blog .col .inner{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 3px 8px 0 rgb(54 57 73 / 11%);
  width: 100%;
}
#blog .col .inner:hover{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 29px 60px 0 rgb(54 57 73 / 9%);
}

#blog_detail .colL{
 width: 70%;
    padding-right: 20px;
}
#blog_detail .colL .col1 .icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
#blog_detail .colL .col1{
  width: 20%;
    align-self: center;
}
#blog_detail .colL .col2{
  width: 80%;
      align-self: center;
}
#blog_detail .colL .flex{
  margin-bottom: 40px;
}
#blog_detail .colL .col2 .text{
  padding: 20px 43px;
  background: #f4f6f8;
    position: relative;
}

#blog_detail .colL .col2 .text:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    margin-left: -11px;
    background: inherit;
    transform: rotate(
45deg);
}
#blog_detail .colL .image{
  height: 350px;
}
#blog_detail .colL .image img{
    height: 100%;
    object-fit: cover;
}
#blog_detail .inner{
  box-shadow: 0 3px 8px 0 rgb(54 57 73 / 11%);
  max-width: 100%;
/*  margin:0px auto;*/
}
#blog_detail .inner .cntnt{
  padding: 33px 30px 25px;
}
#blog_detail .colR{
      width: 30%;
    padding-left: 20px;
}
.right-image{
  padding: 20px;
    box-shadow: 0 0 3px rgb(60 72 88 / 15%);
}
.inner-right-image{
    width: 100%;

  
    /* height: 400px; */
    overflow: hidden;
    /* border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; */
}
.inner-right-image img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.inner-right-image .bTn{
  justify-content: center;
  margin-top: 20px;
}
.bottom-box-cta {
    background: #f5f5f5;
    padding: 18px 0;
    position: fixed;
    top: auto;
    bottom: 0px;
    /*height: 90px;*/
    width: 100%;
    border-top: solid 1px #dbdbdb;
    z-index: 11;
}
.bottom-box-cta .textt{
  flex: 1;
  margin-right: 50px;
  align-self: center;
}
.bottom-box-cta .bTn{
  align-self: center;
}
/******* header *******/
.announce{
    background: #f5f5f5;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.announce h5{
  margin-bottom: 0;
}
/*.announce .closeBtn{
    position: absolute;
    right: 14px;
    top: 3px;
    font-size: 18px;
    cursor: pointer;
}*/
.announce .textt{
  flex: 1;
  margin-right: 50px;
  align-self: center;
}
.announce .bTn{
  align-self: center;
}
.header--fix header,
.header--fix header.fix  {
  margin-top: 64px;
}