@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! fancyBox v3.3.5 fancyapps.com */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 36%;
  top: 29%;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*Owl theme*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#owl-testimonial.owl-theme .owl-nav [class*="owl-"],
#newarival_scroll.owl-theme .owl-nav [class*="owl-"],
#related_scroll.owl-theme .owl-nav [class*="owl-"],
#owl-vid.owl-theme .owl-nav [class*="owl-"] {
  padding: 0px 10px;
  height: 46px;
  width: 46px;
}
#owl-testimonial.owl-theme .owl-nav [class*="owl-"]:hover,
#owl-testimonial.owl-theme .owl-nav [class*="owl-"]:focus,
#related_scroll.owl-theme .owl-nav [class*="owl-"]:focus,
#owl-vid.owl-theme .owl-nav [class*="owl-"]:hover,
#owl-vid.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
#owl-testimonial.owl-theme .owl-nav button.owl-prev,
#newarival_scroll.owl-theme .owl-nav button.owl-prev,
#related_scroll.owl-theme .owl-nav button.owl-prev,
#owl-vid.owl-theme .owl-nav button.owl-prev {
  background: url(../images/left-arrow.png) top left no-repeat !important;
  position: absolute;
  left: 10px;
  top: 45% !important;
}
#owl-testimonial.owl-theme .owl-nav button.owl-next,
#newarival_scroll.owl-theme .owl-nav button.owl-next,
#related_scroll.owl-theme .owl-nav button.owl-next,
#owl-vid.owl-theme .owl-nav button.owl-next {
  background: url(../images/right-arrow.png) top right no-repeat !important;
  position: absolute;
  right: 10px;
  top: 45% !important;
}
#owl-testimonial.owl-theme .owl-nav,
#newarival_scroll.owl-theme .owl-nav,
#related_scroll.owl-theme .owl-nav,
#owl-vid.owl-theme .owl-nav {
  margin-top: 10px;
}
#owl-testimonial.owl-theme .owl-nav span,
#newarival_scroll.owl-theme .owl-nav span,
#related_scroll.owl-theme .owl-nav span,
#owl-vid.owl-theme .owl-nav span {
  display: none;
}

/*Project Name : Digital Business card [Created by WEBLINKINDIA.NET on December 06, 2019 : Gurpreet Singh]*/
body {
  background: #fff;
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  font: 1.5em/1.1em "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.container {
  max-width: 1240px;
  margin: auto;
  padding: 0;
}
.row {
  padding: 0;
  margin: 0;
}
.row > .no_pad {
  padding: 0;
  margin: 0;
}
.mw_98 {
  max-width: 98%;
  height: auto;
}
.mw_96 {
  max-width: 90%;
  height: auto;
  margin: auto;
}
.cms-img {
  float: right;
  margin: 10px 0 0 10px;
  border-radius: 10px;
}
.cms {
  min-height: 450px;
  padding: 25px 0 45px 0;
}
ul,
ol {
  margin: 15px 0 0 10px;
  padding: 0 0 0 15px;
}
label {
  font-weight: normal;
}
p {
  margin: 0;
}
.dn {
  display: none;
}

a {
  color: #3f3f3f;
}
a:hover {
  color: #3f3f3f;
  text-decoration: none;
}

.input {
  border: 0;
  background: #f8f6f6;
  padding: 10px;
  border: #eee 1px solid;
  width: 100%;
}
/*color properties*/
.black,
.black a:link,
.black a:visited {
  color: #000;
  text-decoration: none;
}
.black a:hover,
.black a:active {
  color: #9b0000;
}
.white,
.white a:link,
.white a:visited {
  color: #fff;
  text-decoration: none;
}
.white a:hover,
.white a:active {
  color: #ffd4cf;
}
.grey,
.grey a:link,
.grey a:visited {
  color: #d7d7d7;
  text-decoration: none;
}
.grey a:hover,
.grey a:active {
  color: #fff;
}
.blue,
.blue a:link,
.blue a:visited {
  color: #49bced;
  text-decoration: none;
}
.blue a:hover,
.blue a:active {
  color: #333;
}
.red,
.red a:link,
.red a:visited {
  color: #cc0000;
  text-decoration: none;
}
.red a:hover,
.red a:active {
  color: #333;
}
.blue2,
.blue2 a:link,
.blue2 a:visited {
  color: #49bced;
  text-decoration: none;
}
.blue2 a:hover,
.blue2 a:active {
  color: #80d2e6;
}

.blue3,
.blue3 a:link,
.blue3 a:visited {
  color: #1a73e8 !important;
  text-decoration: none;
}
.green,
.green a:link,
.green a:visited {
  color: #21af00;
  text-decoration: none;
}

/*font properties*/
.opensans {
  font-family: "Open Sans", sans-serif;
}

/*font size*/
.fs12 {
  font-size: 0.8em;
}
.fs13 {
  font-size: 0.9em;
}
.fs15 {
  font-size: 1.1em;
}
.fs16 {
  font-size: 1.2em;
}
.fs17 {
  font-size: 1.3em;
}
.fs18 {
  font-size: 1.4em;
}
.fs19 {
  font-size: 1.5em;
}
.fs20 {
  font-size: 1.6em;
}

/*font Weight*/
.weight300 {
  font-weight: 300;
}
.weight400 {
  font-weight: 400;
}
.weight600 {
  font-weight: 600;
}
.weight700 {
  font-weight: 700;
}

/*Width*/
.w-70 {
  width: 70% !important;
}

/* BORDER */
.bb {
  border-bottom: 1px solid #ddd;
}
.bt {
  border-top: 1px solid #eee;
}
.bl {
  border-left: 1px solid #eee;
}
.br {
  border-right: 1px solid #dadada;
}
.border1 {
  border: 1px solid #ddd;
}

/* BACKGROUND */
.bgBk {
  background: #000;
}
.bgW {
  background: #fff;
}
.bgGrey {
  background: #f2f2f2;
}
.bgGrey {
  background: #f2f2f2;
}
.bgblue {
  background: #1a86c0;
}

/* Button */
.btn {
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 5px;
}
.btn:hover {
  background: #999;
  color: #fff;
}
.btn2 {
  font-size: 0.9em;
  padding: 4px 15px;
  border-radius: 5px;
}
.btn2:hover {
  background: #999;
  color: #fff;
}
.btn-blue {
  background: #00a2cd;
  color: #fff;
}
.btn-blue:hover {
  background: #000;
  color: #fff;
}
.btn-black {
  background: #333;
  color: #fff;
}
.btn-black:hover {
  background: #000;
  color: #fff;
}

/* FORM css*/
input[type="text"] {
  color: #333;
  background: #fff;
  border: 1px solid #ddd; /*border-radius:2px;*/
}
input[type="password"] {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
input[type="file"] {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
textarea,
select {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: none;
}
input,
textarea,
select {
  font-family: "Open Sans", sans-serif;
  color: #555;
  border-radius: 2px;
  border: 1px solid #ccc;
}
input.check {
  border: 1px solid #666;
  font-size: 13px;
  width: 15px;
  height: 15px;
  margin: 2px 2px 2px 0px;
  outline: none;
  background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #333;
  background: #fff;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}

/* breadcrumb */
.breadcrumb_outer {
  background: #f7f5f5;
  padding: 12px 0 5px 0;
  border-top: #ddd 1px solid;
}
.breadcrumb_outer .breadcrumb {
  margin: 0;
  font-size: 0.9em;
  background: none;
  padding: 4px 0;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #053d6b;
}
.breadcrumb li.active {
  color: #666;
}

/* Header */
.home_top {
  position: fixed;
  width: 100%;
  z-index: 9999;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.inner_header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: #ccc 0 0 10px;
}
.topfix {
  height: 91px;
}
.logo {
  float: left;
  padding: 7px 28px 0 4px;
}
.menu {
  float: left;
  margin-top: 27px;
}
.navbar {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #757575;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 18px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.dropdown-menu {
  padding: 0;
  background: #fff;
  border: #59c8f7 solid;
  border-width: 3px;
  position: relative;
  min-width: 18rem;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu ul li {
  border-bottom: #ddd 1px solid;
}
.dropdown-menu img {
  position: absolute;
  top: -40px;
  margin-left: 20px;
}
.dropdown-item {
  padding: 5px 18px 5px 10px;
  font-size: 0.9em;
  color: #000;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #d5f4ff;
  color: #000;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #000;
}
.log_reg {
  display: inline-block;
  margin-top: 0px;
}
.log_reg_linkde {
  display: inline-block;
  font-size: 25px;
  color: #f00;
  margin: 7px 13px 0 0;
  position: relative;
}
.log_reg_linkde span {
  color: #fff;
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 15px;
  top: 0px;
}
.log_reg_linkde span a {
  color: #fff;
}
.log_reg_link {
  background: transparent;
  border: none;
  font-weight: 700;
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.1em;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.log_reg_link a {
  color: #000;
}
.log_reg_link i {
  vertical-align: middle;
}
/*.log_reg_link:hover{ background:#59c8f7; color:#fff;}*/
.create_own {
  display: inline-block;
  margin: 7px 0 0 8px;
}
.create_own a {
  background: #fff;
  background: none;
  border: #333 2px solid;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 9px 10px;
  font-size: 1.1em;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.create_own a:hover {
  background: #333;
  color: #fff;
}

.blink {
  animation-duration: 1s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  border-radius: 25px;
}
@keyframes blink {
  from {
    background: #d80379;
  }
  to {
    background: #03a9ea;
  }
}

/* Banner */
.banner_box {
  position: absolute;
  top: 185px;
  left: 7%;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 480px;
  border-radius: 15px;
  padding: 20px;
}
.banner_box_txt1 {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 800;
}
.banner_box_txt2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 15px;
}
.create_own_bann {
  display: inline-block;
  margin: 15px 0 0 8px;
}
.create_own_bann a {
  background: #fff;
  border: #333 2px solid;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 9px 10px;
  font-size: 1.1em;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.create_own_bann a:hover {
  background: #333;
  color: #fff;
}
.free_trial {
  display: inline-block;
  float: right;
}
.free_trial a {
  background: #80d2e6;
  border: #59c8f7 2px solid;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.1em;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.free_trial a:hover {
  background: #59c8f7;
  color: #fff;
}
.play_vid {
  display: block;
  margin: 15px 0 0 0;
  font-size: 1.1em;
  font-weight: 600;
  text-align: right;
}
.play_vid i {
  background: #fff;
  color: #cc0000;
  border-radius: 100%;
}

/* Banner Bottom */
.banner_bot {
  position: absolute;
  bottom: -50px;
  width: 100%;
  z-index: 999;
}
.banner_bot_sec {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: #ccc 0 0 10px;
  font-weight: 700;
  font-size: 1.3em;
  color: #000;
  text-align: center;
  position: relative;
  margin: auto;
  width: 90%;
  height: 154px;
}
.banner_bot_sec span {
  width: 75px;
  height: 75px;
  line-height: 60px;
  background: #fff;
  border: #49bced 8px solid;
  border-radius: 100%;
  display: block;
  margin: auto;
  margin-top: -60px;
  margin-bottom: 10px;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
.banner_bot_sec:hover span {
  border: #000 8px solid;
  color: #49bced;
}
.banner_bot_sec span svg {
  width: 38px;
  height: 38px;
  margin: 12px 0px;
}

/*.banner_bot_sec i{ width:75px; height:75px; line-height:60px; background:#fff; border:#49bced 8px solid; border-radius:100%; display:block; margin:auto; margin-top:-60px; margin-bottom:10px; font-size:1.3em; transition:all 0.3s linear;}
.banner_bot_sec:hover i{ border:#000 8px solid; color:#49bced;}*/

/* Trusted by leading companies */
.trusted_comp {
  background: #dff1f5;
  padding: 25px 0 50px 0;
  text-align: center;
  margin-top: 25px;
}
.trusted_title {
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
}
.trusted_logo {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border: #ddd 1px solid;
  margin: auto;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.trusted_logo:hover {
  border: #666 1px solid;
}
.trusted_logo span {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}
.trusted_logo img {
  max-height: 100%;
  max-width: 100%;
}

/* How it Work */
.howitworks {
  background: #49bced;
  padding: 75px 0;
  color: #fff;
  position: relative;
}
.howitworks_cont {
  padding: 90px 0 0 0;
}
.howitworks_cont h1 {
  font-size: 3.8em;
  line-height: 1em;
  font-weight: 800;
  color: #fff;
}
.howitworks_txt {
  font-size: 1.5em;
  margin-top: 20px;
}
.howitworks_arr {
  position: absolute;
  width: 100%;
  bottom: -30px;
  text-align: center;
  z-index: 99;
}

/* Create Your Brand's Template */
.create_brand_template {
  height: 450px;
  color: #fff;
  background: url(../images/create-templ-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
.create_brand_cont {
  width: 45%;
  padding: 120px 0 0 0;
}
.sec_count {
  font-size: 8em;
  line-height: 0.3em;
  color: #fff;
  font-weight: 800;
  opacity: 0.1;
}
.heading {
  font-size: 3em;
  line-height: 1em;
  font-weight: 800;
}

/* Deploy across your team */
.deploy_across_team {
  height: 450px;
  color: #fff;
  background: url(../images/deploy-across-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
.deploy_across_cont {
  float: right;
  width: 49%;
  padding: 120px 0 0 0;
}

/* Share with friends and colleagues */
.share_friend_colleagues {
  height: 450px;
  color: #fff;
  background: url(../images/share-friends-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

/* To know more book your appointment */
.book_appointment {
  height: 450px;
  color: #fff;
  background: url(../images/book-appointment-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
.create_own2 {
  position: absolute;
  z-index: 99;
  bottom: -25px;
  text-align: center;
  width: 100%;
}
.create_own2 a {
  background: #fff;
  border: #333 2px solid;
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.4em;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.create_own2 a:hover {
  background: #333;
  color: #fff;
}

/* Notification */
.notification_area {
  height: 450px;
  color: #fff;
  background: url(../images/notification-bg.jpg) no-repeat center top fixed;
  background-size: cover;
  position: relative;
}

/* Counter */
.heading2 {
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 800;
  color: #49bced;
}
.counter_box {
  background: #dff1f5;
  width: 93%;
  margin: auto;
  padding: 12px;
  margin-top: 20px;
  color: #000;
  font-size: 1.4em;
  font-weight: 700;
}
.counter_box span {
  display: inline-block;
  color: #49bced;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 700;
}

/* Section */
.sect_area {
  background: url(../images/sect-bg.jpg) center top no-repeat;
  background-size: cover;
  min-height: 488px;
  padding: 37px 0;
}
.testi_title {
  color: #fff;
  font-size: 2.8em;
  font-weight: 800;
  text-align: center;
}
.testi_box {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0 20px 20px 20px;
  width: 80%;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 10px;
  min-height: 180px;
  border: #eee 1px solid;
}
.testi_name {
  font-size: 1.5em;
  color: #49bced;
  font-weight: 600;
  margin-top: 20px;
}
.testi_txt {
  width: 80%;
  margin: auto;
  padding-top: 60px;
  font-size: 1.2em;
  font-style: italic;
}
.quote_lft {
  position: absolute;
  left: 0;
  top: 55px;
  font-size: 3em;
  color: #ededed;
}
.quote_rgt {
  position: absolute;
  right: 0;
  top: 115px;
  font-size: 3em;
  color: #ededed;
}
.testi_ico {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -45px;
}
.testi_ico p {
  color: #e5e5e5;
  width: 96px;
  height: 96px;
  border: #f4f4f4 8px solid;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  margin: auto;
  font-size: 3em;
  overflow: hidden;
}
.testi_ico p span {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}
.viewmore {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: #49bced;
  border: 0;
  font-size: 1.1em;
  border-radius: 20px;
  padding: 10px 30px;
  transition: all 0.3s linear;
}
.viewmore:hover {
  background: #333;
  color: #fff;
}
.vid_box {
  width: 76%;
  height: 300px;
  margin: auto;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.vid_box iframe {
  width: 100%;
  height: 100%;
}

/* Newsletter */
.newsl_area {
  background: #49bced;
  color: #fff;
  padding: 25px 0;
}
.newsl_area input[type="text"] {
  font-size: 1.1em;
  border: 0;
  border-radius: 30px;
  padding: 16px;
  width: 96%;
}
.newsl_area button {
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.3em;
  border: 0;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
}
.newsl_area button:hover {
  background: #000;
  color: #fff;
}
.newsl_sec1 {
  float: left;
  width: 32%;
  font-weight: 300;
  font-size: 1.1em;
}
.newsl_sec1 b {
  font-size: 1.9em;
  font-weight: 700;
  text-transform: uppercase;
}
.newsl_sec1 span {
  display: block;
}
.newsl_sec2 {
  float: left;
  margin-top: 15px;
  width: 20%;
}
.newsl_sec3 {
  float: left;
  margin-top: 15px;
  width: 23%;
}
.code_txtbox {
  width: 130px !important;
}
.newsl_sec4 {
  float: right;
  margin-top: 15px;
}

/* Footer */
.foot_area {
  background: url(../images/foot-bg.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0;
  color: #fff;
}
.foot_area2 {
  background: #000;
  padding: 15px 0;
  text-align: center;
}
.bot_heading {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
}
.bot_heading span {
  display: block;
  background: #fff;
  width: 40px;
  height: 2px;
  margin-top: 7px;
}
.bot_cont {
  margin-top: 28px;
}
.bot_ico {
  float: left;
  font-size: 1.2em;
  margin-right: 15px;
  height: 20px;
  margin: 4px 5px 0 0;
  vertical-align: middle;
  width: 20px;
  text-align: center;
}
.botlink {
  margin-bottom: 25px;
}
.botlink a {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
.botlink a:hover {
  color: #000;
}
.bot_social {
  margin-top: 20px;
}
.bot_social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  text-align: center;
  color: #000;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 3px;
  transition: all 0.3s linear;
}
.bot_social a:hover {
  background: #fff;
  color: #000;
}
.bot_social a:hover:nth-child(1) {
  background: #365e9f;
  color: #fff;
}
.bot_social a:hover:nth-child(2) {
  background: #26aeb6;
  color: #fff;
}
.bot_social a:hover:nth-child(3) {
  background: #057ec1;
  color: #fff;
}
.bot_social a:hover:nth-child(4) {
  background: #e82020;
  color: #fff;
}
.bot_social a:hover:nth-child(5) {
  background: #c1008a;
  color: #fff;
}
.footlink {
  margin-top: 20px;
  color: #fff;
}
.footlink a {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
}
.developed {
  color: #4d4d4d;
  font-size: 0.9em;
}
.developed a {
  color: #4d4d4d;
}
.developed a:hover {
  color: #fff;
}
/*11-2-2020*/
.sh_but {
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  color: #239fcc;
  padding: 5px 7px;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
}
.sh_but:hover {
  text-decoration: none;
  background: #fff;
  color: #239fcc;
}
/*11-2-2020*/

/* Contact Us */
.contact_form {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0 100px 0;
}
.contact_heading {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.contact_txt {
  text-align: center;
  font-size: 1.1em;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px 0;
}
.contact_field_box {
  width: 75%;
  margin: auto;
}
.contact_field_box input[type="text"] {
  background: #fff;
  border: 0;
  padding: 15px;
  width: 100%;
}
.contact_field_box input[type="file"] {
  background: #fff;
  border: 0;
  padding: 10px;
  width: 100%;
}
.contact_field_box textarea {
  background: #fff;
  border: 0;
  padding: 15px;
  width: 100%;
}
.circle_sec {
  float: left;
  text-align: center;
  width: 70px;
  font-size: 3em;
  transition: all linear 0.2s;
}
.cnt_heading {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 5px;
  color: #1fa7d9;
}
.contact_addr {
  background: #fff;
  width: 80%;
  margin: auto;
  padding: 30px 0;
}
.contact_map {
  width: 100%;
  margin: 0;
  line-height: 0;
  border-left: #333 5px solid;
}
.contact_map iframe {
  width: 100%;
  height: 370px;
}

/* Testimonials Page */
.testi_page {
  background: #fcf7ed;
  padding: 20px;
  position: relative;
  margin: 10px 0;
}
.testi_page .fa-quote-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #f7a799;
  font-size: 3.3em;
}
.testi_page_desc {
  font-size: 1.1em;
  width: 90%;
}
.testi_page_name {
  font-size: 1em;
  font-weight: 600;
  color: #f80909;
  margin-top: 5px;
}
.testi_pic {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
}
.testi_pic span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.testi_pic img {
  max-height: 100%;
  max-width: 100%;
}
.testi_rgt {
  float: right;
  width: 90%;
}
.rm_link {
  background: url(../images/rm.png) no-repeat;
  width: 80px;
  height: 15px;
  display: inline-block;
  margin: 6px 0 0 0;
  text-decoration: none !important;
}
.rm_link_x {
  background: url(../images/rl.png) no-repeat;
}
.t_text_12 {
  height: 45px;
  overflow: hidden;
  display: block;
  font-size: 1em;
}
.t_text_1_auto {
  height: auto;
}

/* FAQ */
.card {
  margin: 5px 0;
}
.card-link {
  font-weight: bold;
}
.card-header {
  background: #fff;
}

/*Login*/
.login_bg {
  padding: 60px 0;
  background: url(../images/login-bg.jpg) right no-repeat;
  background-size: cover;
}
.login_area {
  background: #fff;
  border: #999 1px solid;
  padding: 0 0 10px 0;
  width: 430px;
  margin: auto;
  border-radius: 20px;
  box-shadow: #ccc 0 0 15px;
}
.login_form {
  padding: 10px 20px;
}
.login_form input[type="text"],
.login_form input[type="file"],
.login_form input[type="password"],
.login_form textarea,
.login_form select {
  border: 0;
  background: #f8f6f6;
  padding: 8px;
  border: #eee 1px solid;
  width: 90%;
}

.login_form .log_ico {
  color: #00a2cd;
  border: #eee 1px solid;
  float: left;
  width: 10%;
  padding: 8px 10px 8px 10px;
  text-align: center;
}
.cust_check {
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 10px;
  padding-top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cust_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: #ccc 1px solid;
}
.cust_check:hover input ~ .checkmark {
  background-color: #fff;
  border: #ccc 1px solid;
}
.cust_check input:checked ~ .checkmark {
  background-color: #fff;
  border: #ccc 1px solid;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cust_check input:checked ~ .checkmark:after {
  display: block;
}
.cust_check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #49bced;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Templates*/
.template_box {
  width: 460px;
  padding: 5px;
  background: #eee;
  margin: 25px auto;
  font-size: 0.9em;
  box-shadow: #ccc 2px 2px 5px;
  position: relative;
  transition: all 0.3s linear;
}
.template_box:hover {
  background: #fff;
  box-shadow: #58c3ea 2px 2px 5px;
}
.template_pic {
  width: 450px;
  text-align: center;
  overflow: hidden;
}
.template_pic img {
  max-height: 100%;
  max-width: 100%;
}
.filt_area {
  background: #f7f5f5;
  padding: 5px;
  margin-top: 10px;
}
.filt_area select {
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  border: #ddd 1px solid;
}
.filt_area input[type="text"] {
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  border: #ddd 1px solid;
}
.filt_area input[type="submit"] {
  padding: 6px 12px;
  border-radius: 5px;
  border: 0;
}
.templ_offer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #b70b85;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 1.3em;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 7px;
}
.templ_offer span {
  font-weight: 600;
  font-size: 16px;
}
.box_h {
  height: 1125px;
}
.box_h2 {
  height: 715px;
}

/*My Account*/
.acc_bg {
  background: #f7f5f5;
}
.acc_link {
  background: #58c3ea;
  margin-top: 5px;
}

.acc_link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acc_link ul li {
  float: left;
  border-right: #73d1f4 1px solid;
}
.acc_link ul li:last-child {
  border: 0;
}
.acc_link a {
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.acc_link a:hover,
.acc_link a.acc_act {
  background: #239fcc;
  color: #fff;
}
.acc_form_box {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 50%;
  margin: auto;
}
.acc_form_box input[type="text"],
.acc_form_box input[type="file"],
.acc_form_box input[type="password"],
.acc_form_box textarea,
.acc_form_box select {
  border: 0;
  background: #f8f6f6;
  padding: 10px;
  border: #eee 1px solid;
  width: 100%;
}
.acc_submenu a {
  color: #000;
  padding: 8px;
  text-transform: none;
  border-bottom: #ddd 1px solid;
}
.acc_ico_links ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.acc_ico_box {
  text-align: center;
  color: #000;
  margin-top: 25px;
}
.acc_ico {
  font-size: 4em;
  background: #fff;
  border: #ddd 1px solid;
  width: 230px;
  height: 142px;
  line-height: 142px;
  border-radius: 0;
  color: #1a75bb;
  transition: all 0.3s linear;
  border: 1px solid red;
}
.acc_ico:hover {
  border: #666 1px solid;
  color: #000;
  box-shadow: #ccc 0 0 20px;
}
.acc_ico_title {
  font-size: 1.2em;
  margin-top: 10px;
}

.acc_ico2 {
  font-size: 4em;
  background: #fff;
  border: #ddd 1px solid;
  width: 230px;
  height: 142px;
  line-height: 142px;
  margin: auto;
  border-radius: 0;
  color: #1a75bb;
  transition: all 0.3s linear;
  border: 1px solid red;
}
.acc_ico2:hover {
  border: #666 1px solid;
  color: #000;
  box-shadow: #ccc 0 0 20px;
}

.acc_ico2 {
  font-size: 4em;
  background: #fff;
  border: #ddd 1px solid;
  width: 230px;
  height: 142px;
  line-height: 142px;
  margin: auto;
  border-radius: 0;
  color: #1a75bb;
  transition: all 0.3s linear;
  border: 1px solid red;
}
.acc_ico2:hover {
  border: #666 1px solid;
  color: #000;
  box-shadow: #ccc 0 0 20px;
}

.acc_ico3 {
  font-size: 4em;
  background: #fff;
  border: #ddd 1px solid;
  width: 80%;
  height: 142px;
  line-height: 142px;
  margin: auto;
  border-radius: 0;
  color: #1a75bb;
  transition: all 0.3s linear;
  border: 1px solid red;
}
.acc_ico3:hover {
  border: #666 1px solid;
  color: #000;
  box-shadow: #ccc 0 0 20px;
}

/* Details */
ul.tab {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.tab li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.tab li a {
  list-style-type: none;
  display: inline-block;
  padding: 10px 35px;
  color: #333;
  background: #eee;
  font-size: 1.2em;
  text-transform: uppercase;
}
.tab_hide {
  display: none;
}
.tabs.act {
  background: #333;
  color: #fff;
}
.tabs:hover {
  background: #ddd;
  color: #333;
}
.dtl_form input[type="text"],
.dtl_form input[type="file"],
.dtl_form input[type="password"],
.dtl_form textarea {
  border: 0;
  background: #f8f6f6;
  padding: 8px;
  font-size: 0.9em;
  border: #eee 1px solid;
  width: 100%;
}
.dtl_form select {
  border: 0;
  background: #f8f6f6;
  padding: 7px 8px;
  font-size: 0.9em;
  border: #eee 1px solid;
  width: 100%;
}

/* Payment */
.paynow_box {
  width: 550px;
  margin: auto;
  box-shadow: #ddd 0 0 10px;
  padding: 25px;
}

/*Invoice*/
.invoice {
  padding: 15px 0;
}
.invoice .inv_inr {
  width: 100%;
  margin: 10px auto;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 90px #fff inset;
}
.invoice .thnku-bg {
  background: #fff3cf;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #ddd;
}
.invoice .thnku-bg img {
  float: left;
  margin-right: 10px;
}
.invoice .addrs {
  font-size: 13px;
}
.invoice .addrs b {
  display: block;
}
.inv_box3 {
  border: 1px solid #eee;
  padding: 15px;
  font-size: 14px;
  min-height: 140px;
}

/*Login*/
.joinus_bg {
  padding: 60px 0;
  background: url(../images/joinus-bg.jpg) right no-repeat;
  background-size: cover;
}

/*Register*/
.reg_area {
  background: #fff;
  width: 80%;
  margin: auto;
  border-radius: 8px;
  box-shadow: #333 0 0 15px;
}
.reg_form {
  padding: 15px 20px;
}
.reg_form input[type="text"],
.reg_form input[type="password"],
.reg_form textarea {
  border: 0;
  background: #fff;
  padding: 9px;
  border: #eee 1px solid;
  width: 100%;
  color: #000;
}
.reg_form input[type="file"] {
  border: 0;
  background: #f8f6f6;
  padding: 5px;
  border: #eee 1px solid;
  width: 100%;
  color: #000;
}
.reg_form select {
  border: 0;
  background: #f8f6f6;
  padding: 8px;
  border: #eee 1px solid;
  width: 100%;
  color: #000;
  height: auto !important;
}
.reg_teach_row_title {
  background: #eee;
  padding: 2px;
  margin-top: 10px;
}
.reg_teach_row {
  border-bottom: #ddd 1px solid;
  padding: 7px 2px 0 2px;
}
ul.reg_rgt {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
  font-size: 0.9em;
  color: #000;
}
ul.reg_rgt i {
  float: left;
  width: 28px;
  font-size: 1.2em;
  text-align: center;
  color: #f80909;
  height: 40px;
}
ul.reg_rgt li {
  margin: 7px 0;
}
.reg_teach_level span {
  float: right;
  margin-left: 3px;
}

/*Order History*/
.acc_odh_filter {
  background: #eee;
  border: 1px solid #ddd;
  padding: 5px 15px 4px 15px;
  margin: 10px 0;
  border-radius: 5px;
}
.acc_odh_filter input {
  width: 100%;
  border: 0;
  padding: 8px;
  vertical-align: middle;
}
.acc_odh_filter select {
  width: 100%;
  border: 0;
  padding: 8px;
  vertical-align: middle;
}
.acc_odh_filter span {
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 4px;
  font-size: 1.8em;
}
.acc_odh_filter input[type="submit"] {
  background: #333;
  color: #fff;
  border-radius: 2px;
  padding: 7px 15px;
  vertical-align: top;
}

/*Book an Appointment*/

.bookapnt_bg {
  padding: 60px 0;
  background: url(../images/book-apnt-bg.jpg) right no-repeat;
  background-size: cover;
}
.book_apnt {
  background: #fff;
  border: #999 1px solid;
  padding: 0 0 10px 0;
  width: 70%;
  margin: auto;
  border-radius: 20px;
  box-shadow: #ccc 0 0 15px;
}

/* Sitemap */
.sitemap_title {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #49bced;
  margin-top: 20px;
}
.sitemap_links {
  margin-top: 10px;
}
.sitemap_links a {
  float: left;
  width: 24.5%;
  display: block;
  background: #fff;
  padding: 10px;
  border: #eee 1px solid;
  margin: 1px;
  border-radius: 3px;
}
.sitemap_links a:hover {
  color: #000;
}

/* why new pages */
.why_box {
  padding: 15px 0;
  margin: 25px auto;
  display: inline-block;
}
.why_box h2 {
  font: 700 1.8em/1.2em "Open Sans", sans-serif;
  color: #fff;
  background: #3f51b5;
  display: inline-block;
  border-radius: 10px 0;
  padding: 10px 30px;
}
.why_cnt {
  font: 1.2em/2em "Open Sans", sans-serif;
  color: #808080;
  margin-top: 10px;
  float: left;
}
.cms-img2 {
  float: left;
  margin: 0 15px 0 0;
  border-radius: 15px 0;
  box-shadow: 0 0 5px #ccc;
}
.why_bg1 {
  background: #007fc5;
  padding: 10px 0;
  box-shadow: 1px 0 5px #ccc;
  box-shadow: 0px 8px 75px -11px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
}
.why_bg1 .why_box h2 {
  font: 700 1.8em/1.2em "Open Sans", sans-serif;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 10px 0;
  padding: 10px 30px;
}
.why_bg1 .why_cnt {
  font: 1.2em/2em "Open Sans", sans-serif;
  color: #fff;
  margin-top: 10px;
}
.why_bg2 {
  background: #88c13c;
  padding: 10px 0;
  box-shadow: 0px 8px 75px -11px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
}
.why_bg2 .why_box h2 {
  font: 700 1.8em/1.2em "Open Sans", sans-serif;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 10px 0;
  padding: 10px 30px;
}
.why_bg2 .why_cnt {
  font: 1.2em/2em "Open Sans", sans-serif;
  color: #fff;
  margin-top: 10px;
}
.why_bg3 {
  background: #f4ab00;
  padding: 10px 0;
  box-shadow: 0px 8px 75px -11px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 100%;
}
.why_bg3 .why_box h2 {
  font: 700 1.8em/1.2em "Open Sans", sans-serif;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 10px 0;
  padding: 10px 30px;
}
.why_bg3 .why_cnt {
  font: 1.2em/2em "Open Sans", sans-serif;
  color: #fff;
  margin-top: 10px;
}
.why_cnt span {
  font-weight: 700;
  color: #666;
}

/* Dbtech Card */
.dbtech_bg {
  background: #97ebff;
  padding: 40px 0;
}
.dbtech_bg h2 {
  font: 700 47px/47px "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
  color: #222;
  text-align: center;
}
.sub_txt {
  font: 300 24px/28px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
  text-align: center;
  margin: 7px 0 50px;
}
.dbtech_list ul,
.dbtech_list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dbtech_list ul li {
  float: left;
  width: 33%;
  margin-bottom: 30px;
}

.packages_area_sec {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #222;
  width: 98%;
  margin: auto;
}
.packages_area_sec:hover {
  box-shadow: none;
}
.packages_top_bg1 {
  background: #169fda;
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
}
.packages_top_bg2 {
  background: #4caf50;
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
}
.packages_top_bg3 {
  background: #f44336;
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
}
.packages_top_bg4 {
  background: #ffc107;
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
}
.packages_area_sec .title_heading {
  font: 2.5em/45px Georgia, "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
}
.price_sec {
  padding: 5px 15px;
}
.packages_area_sec .bg-gray {
  background: #fbfbfb;
}
.packages_area_sec svg {
  width: 100%;
  height: auto;
}
.price_usd {
  font: 3em/48px georgia, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 140px;
}
.price_usd sup {
  vertical-align: middle;
  margin-top: -0.5em;
  font-size: 70%;
}
.packages_sub_bg1 {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
}
.price_usd span {
  font-size: 80px;
}
.price_usd b {
  font-size: 18px;
  font-weight: normal;
}
.sub_title {
  font: 18px/18px "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  height: 50px;
  overflow: hidden;
}
.list_box {
  padding: 10px 20px;
  height: 420px;
}
.sub_h {
  font: 600 18px/18px "Open Sans", Arial, Helvetica, sans-serif;
  color: #008eff;
  margin: 15px 0;
}
.list p {
  font: 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
  display: block;
  margin-bottom: 10px;
  padding-left: 0px;
}
.bot_sub {
  font: 16px/18px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 25px 0 15px 0;
  text-align: center;
}

.btn_buy,
.btn_buy:visited {
  display: inline-block;
  text-align: center;
  color: #fff;
  font: 600 20px/48px "Open Sans", serif;
  height: 48px;
  padding: 0 25px;
  margin: auto;
  background: linear-gradient(to bottom, #79cd0d 0%, #03924d 100%);
  cursor: pointer;
  vertical-align: middle;
  border-radius: 5px;
  width: 80%;
  margin-bottom: 15px;
}
.btn_buy:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: linear-gradient(to bottom, #296fe1 0%, #05569c 100%);
}
.mt35 {
  margin-top: 35px;
}
.btn_mt26 {
  margin-top: 26px;
}
.btn_mt50 {
  margin-top: 50px;
}
.mt15 {
  margin-top: 15px;
}
#style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccd0d3;
}
#style-10::-webkit-scrollbar {
  width: 7px;
  background-color: #ccd0d3;
}
#style-10::-webkit-scrollbar-thumb {
  background-color: #25a0d8;
  border: 2px solid #25a0d8;
}
.scrollbar {
  width: 100%;
  max-height: 357px;
  overflow-y: scroll;
  overflow: auto;
}
/* Dbtech Card */

/* How it Works */
.h_work_bg {
  background: url(../images/how-bg.jpg) no-repeat center top;
  width: 100%;
  height: 580px;
  margin-top: 100px;
  position: relative;
}
.how_area {
  position: absolute;
  z-index: 99;
  top: 19%;
  left: 83px;
  width: 30%;
}
.how_area h2 {
  font: 700 16px/30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #0079ff;
  text-align: center;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}
.how_area h2 span {
  color: #000;
}
.how_area2 {
  position: absolute;
  z-index: 99;
  top: -118px;
  left: 434px;
  width: 30%;
}
.how_area2 h2 {
  font: 700 16px/30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #0079ff;
  text-align: center;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}
.how_area2 h2 span {
  color: #000;
}
.how_area3 {
  position: absolute;
  z-index: 99;
  top: 117px;
  left: 784px;
  width: 30%;
}
.how_area3 h2 {
  font: 700 16px/30px "Open Sans", Arial, Helvetica, sans-serif;
  color: #0079ff;
  text-align: center;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}
.how_area3 h2 span {
  color: #000;
}
.how_circle {
  width: 242px;
  height: 242px;
  margin: auto;
  border-radius: 100%;
  background: #fff;
  box-shadow: 1px 0 5px #ccc;
}
.thm1 {
  width: 242px;
  height: 242px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
}
.thm1 span {
  width: 242px;
  height: 242px;
  vertical-align: middle;
  display: table-cell;
}
.thm1 span img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.how_txt {
  font: 15px/18px "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0 30px;
}

.thm_cont {
  float: left;
  margin-right: 10px;
  width: 106px;
  height: 73px;
  border: 1px solid #ccc;
  padding: 2px;
}
.thm_cont span {
  width: 100px;
  height: 67px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.thm_cont span img {
  width: 100%;
  height: 100%;
}
.table .thead-dark th {
  color: #222;
  background-color: #eee;
  border-color: #cecece;
}

.thanks_box {
  background: #f5fafd;
  padding: 20px 30px;
  border: 1px solid #eee;
  margin-bottom: 35px;
  box-shadow: 1px 0 15px #eee;
}
.hed_txt {
  font: 700 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
  text-transform: uppercase;
}
.mess_txt {
  font: 16px/22px "Open Sans", Arial, Helvetica, sans-serif;
  color: #222;
}
.thanks_box .fa-check-circle {
  font-size: 40px;
  color: #96c147;
  float: left;
  margin-right: 20px;
}

.wel_txt {
  font: italic 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.menu_des {
  float: right;
  margin-top: 7px;
}
.icon_pos {
  position: absolute;
  z-index: 99;
  top: -3px;
  right: 0;
}
.icon_pos svg {
  width: 30px;
  height: 30px;
  font-weight: 700;
}
.hand {
  cursor: pointer;
}
.bg_acc {
  background: #f7f5f5;
}
.p10-0 {
  padding: 10px 0;
}
.shadow {
  box-shadow: 1px 0 15px #ccc;
}
.b {
  font-weight: 700;
}

/* Section */
.template_area {
  background: #fff;
  padding: 45px 0;
}
.template_area h2 {
  font-size: 2em;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px 0;
}
.templ_mob_outer {
  background: url(../images/template-mobile.png) no-repeat;
  width: 363px;
  height: 758px;
  margin: auto;
  padding-top: 55px;
}
#owl-template {
  width: 320px;
  margin: auto;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
.templ_inner {
  width: 320px;
  height: 525px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  border-radius: 0 0 40px 40px;
}
.templ_inner img {
  width: 100%;
  border-radius: 0 0 40px 40px;
}
.templ_list {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
}
.templ_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.templ_list ul li {
  float: left;
  width: 50%;
}
.templ_box {
  background: #292d35;
  border: #2a86a5 2px solid;
  padding: 20px;
  width: 60%;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1em;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s linear;
  animation: mymove 5s infinite;
}

.float {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.templ_box:hover,
.templ_box.templ_box_act {
  background: #ddd;
  color: #23262e;
}
.templ_box.tmp1 {
  float: left;
}
.templ_box.tmp2 {
  float: right;
}
.templ_name {
  font-size: 1.4em;
  font-weight: 600;
}
.templ_box .templ_price {
  font-weight: 600;
  color: #08addf;
}
.templ_box .templ_price del {
  font-size: 0.8em;
}

/*conditional start css*/

/*02-07-20*/
.thm_img2 {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.thm_img2 span {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.thm_img2 span img {
  width: 100%;
  height: 100%;
}

.info_pos a {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -215px;
  color: #ffb818;
  font-size: 18px;
}
.iframe_w iframe {
  width: 100%;
  padding: 10px 5px;
  height: 500px;
}

/*16-09-20*/
.sml_btn,
.sml_btn2 {
  background: #00a2cd;
  display: inline-block;
  color: #fff;
  padding: 4px 8px 5px 8px;
  border-radius: 3px;
  font-size: 0.8em;
  text-decoration: none;
}
.sml_btn2 {
  background: #666;
}
.sml_btn:hover,
.sml_btn2:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
.w100 {
  width: 100%;
}
.clndr_pos {
  position: absolute;
  z-index: 99;
  top: 35px;
  right: 14px;
}

.icon_pos_home {
  position: absolute;
  z-index: 99;
  top: 0;
  right: -95px;
}
.icon_pos_home .fa-home {
  font-size: 24px;
  margin-right: 20px;
}
.icon_pos_home .fa-id-card {
  font-size: 24px;
}

.login_form input[type="date"],
.login_form input[type="datetime-local"],
.login_form input[type="month"],
.login_form input[type="time"] {
  border: 0;
  background: #f8f6f6;
  padding: 10px;
  border: #eee 1px solid;
  width: 90%;
}

.log_reg_link2 a {
  background: #ff0000;
  border: #ff0000 3px solid;
  color: #fff !important;
  font-weight: 700;
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.1em;
  border-radius: 25px;
  font-style: italic;
  cursor: pointer;
  transition: all 0.3s linear;
}
.log_reg_link2 a:hover {
  background: #fff;
  color: #ff0000 !important;
}

/* ================= Desktop/Laptop below 1280px  ================= */
@media only screen and (max-width: 1279px) {
  .container {
    max-width: 98% !important;
  }

  /* Header */
  .logo {
    padding-right: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 11px;
  }

  /* Banner */
  .banner_box {
    top: 135px;
    left: 2%;
  }
  .banner_box_txt1 {
    font-size: 2.1em;
  }
  .banner_box_txt2 {
    font-size: 1.4em;
  }

  /* Banner Bottom */
  .banner_bot_sec {
    margin-top: -40px;
    padding: 10px;
    font-size: 1.1em;
    height: 154px;
  }
  .banner_bot_sec i {
    margin-top: -50px;
    margin-bottom: 5px;
  }

  /* Create Your Brand's Template */
  .create_brand_template {
    background: url(../images/create-templ-bg.jpg) 60% 40% no-repeat fixed;
  }

  /* Counter */
  .heading2 {
    font-size: 2.5em;
  }

  /* Contact Us */
  .contact_addr {
    width: 95%;
  }

  /* Testimonials Page */
  .testi_rgt {
    width: 88%;
  }

  .menu_des {
    width: 55%;
  }

  .acc_link a {
    padding: 12px 20px;
  }

  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 0;
    right: -90px;
  }

  .log_reg_link {
    font-size: 0.9em;
    padding: 8px 13px;
  }
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width: 1151px) {
  /* Header */
  .logo {
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding: 9px;
  }
  .log_reg_link {
    padding: 8px 20px;
    font-size: 1em;
  }
  .create_own {
    margin: 25px 0 0 0;
  }
  .create_own a {
    padding: 9px 20px;
    font-size: 1em;
  }

  /* Create Your Brand's Template */
  .create_brand_template {
    background: url(../images/create-templ-bg.jpg) 70% 40% no-repeat fixed;
  }
  .create_brand_cont {
    width: 40%;
  }

  /* Newsletter */
  .newsl_sec1 {
    width: 28%;
    font-size: 1em;
  }
  .newsl_sec1 b {
    font-size: 1.5em;
  }
  .newsl_sec2 {
    width: 19.5%;
  }
  .newsl_sec3 {
    width: 27%;
  }

  /* Footer */
  .bot_heading {
    font-size: 1.2em;
  }

  /* Contact Us */
  .contact_field_box {
    width: 100%;
    margin: auto;
  }

  /* Testimonials Page */
  .testi_rgt {
    width: 83%;
  }

  /*Book an Appointment*/
  .book_apnt {
    width: 90%;
  }

  /*My Account*/
  .acc_form_box {
    width: 70%;
  }

  /* Dbtech Card */
  .price_usd span {
    font-size: 40px;
  }
  .sub_h {
    font-size: 16px;
  }
  .btn_buy,
  .btn_buy:visited {
    padding: 0 8px;
    font-size: 18px;
  }
  .scrollbar {
    max-height: 397px;
  }
  .list_box {
    padding: 10px 20px;
    height: 460px;
  }
  .list p {
    font: 14px/22px "Open Sans", Arial, Helvetica, sans-serif;
  }
  .bot_sub {
    font-size: 14px;
  }
  .btn_mt26 {
    margin-top: 60px;
  }
  .btn_mt50 {
    margin-top: 65px;
  }
  /* Dbtech Card */

  /* How it Works */
  .how_area {
    position: absolute;
    z-index: 99;
    top: 19%;
    left: 11px;
    width: 28%;
  }
  .how_area h2 {
    font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    overflow: hidden;
  }
  .how_area2 {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 361px;
    width: 28%;
  }
  .how_area2 h2 {
    font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
  }
  .how_area3 {
    position: absolute;
    z-index: 99;
    top: 117px;
    left: 712px;
    width: 28%;
  }
  .how_area3 h2 {
    font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
  }

  .menu_des {
    width: 30%;
  }

  .acc_ico {
    width: 200px;
    height: 123px;
    line-height: 123px;
  }
  .acc_ico2 {
    width: 200px;
    height: 123px;
    line-height: 123px;
  }

  .acc_link a {
    padding: 12px 11px;
  }
}

.templates_ch {
  text-align: center;
  margin-top: 20px;
}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width: 991px) {
  .templates_ch {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .main_heading h2 {
    font-size: 22px;
  }
  .margin_tres {
    height: auto !important;
  }
  .margin_tres h2 {
    font-size: 16px !important;
  }
  .container {
    max-width: 98% !important;
  }
  .tab_hid {
    display: none;
  }
  .cms-img2 {
    width: 100%;
  }
  .logo {
    width: 22%;
  }
  .logo img {
    width: 100%;
  }

  /* Header */
  .home_top {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: #ddd 0 0 10px;
    padding-bottom: 5px;
  }
  .topfix {
    height: 62px;
  }
  .menu {
    margin: 12px 0 0 25px;
  }
  .navbar-light .navbar-toggler {
    border: 1;
    padding: 2px 5px 2px 5px;
  }
  .navbar-collapse {
    position: absolute;
    top: 0;
    background: #fff;
    border: #59c8f7 2px solid;
    width: 180px;
    z-index: 999;
    border-radius: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 5px 6px;
  }
  .navbar-collapse {
    top: 35px;
  }
  .dropdown-menu {
    right: 0;
    left: inherit;
  }
  .log_reg {
    margin: 10px 0 0 0;
  }
  .create_own {
    margin: 10px 0 0 0;
  }
  .banner_bot_sec span {
    margin-top: 0;
  }

  /* Banner */
  .banner_box {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 20px;
    text-align: center;
  }
  .banner_box_txt1 {
    font-size: 2em;
  }
  .banner_box_txt2 {
    font-size: 1.3em;
    margin-top: 5px;
  }
  .free_trial {
    margin: 10px 0 0 8px;
  }

  /* Banner Bottom */
  .banner_bot {
    position: inherit;
    bottom: 0;
    padding: 10px 0;
  }
  .banner_bot_sec {
    margin-top: 10px;
    width: 100%;
    height: 154px;
  }
  .banner_bot_sec i {
    width: 55px;
    height: 55px;
    line-height: 50px;
    border: #49bced 3px solid;
    margin-top: 0;
  }

  /* How it Work */
  .howitworks_cont {
    padding: 0;
  }
  .howitworks_cont h1 {
    font-size: 2.5em;
  }
  .howitworks_txt {
    font-size: 1.2em;
  }

  /* Create Your Brand's Template */
  .create_brand_template {
    background: url(../images/create-templ-bg.jpg) no-repeat fixed;
    background-size: cover;
    height: auto;
  }
  .create_brand_cont {
    width: 100%;
    padding: 50px 25px;
  }

  /* Deploy across your team */
  .deploy_across_team {
    background: url(../images/deploy-across-bg.jpg) right no-repeat fixed;
    background-size: cover;
    height: auto;
  }
  .deploy_across_cont {
    float: none;
    width: 100%;
    padding: 50px 25px;
  }

  /* Share with friends and colleagues */
  .share_friend_colleagues {
    background: url(../images/share-friends-bg.jpg) no-repeat fixed;
    background-size: cover;
    height: auto;
  }

  /* To know more book your appointment */
  .book_appointment {
    background: url(../images/book-appointment-bg.jpg) right no-repeat fixed;
    background-size: cover;
    height: auto;
  }
  .create_own2 {
    bottom: -19px;
  }
  .create_own2 a {
    padding: 7px 15px;
    font-size: 1.1em;
  }

  /* Counter */
  .heading2 {
    font-size: 1.8em;
  }
  .counter_box {
    font-size: 1em;
  }
  .counter_box b {
    font-size: 2em;
  }

  /* Section */
  .testi_title {
    font-size: 2em;
  }
  .vid_box {
    width: 100%;
    height: 400px;
  }

  /* Newsletter */
  .newsl_sec1 {
    width: 100%;
    text-align: center;
  }
  .newsl_sec2 {
    width: 30%;
  }
  .newsl_sec3 {
    width: 33%;
  }

  /* Contact Us */
  .contact_map {
    border: #000 10px solid;
  }

  /* Testimonials Page */
  .testi_page {
    padding: 15px 10px;
  }
  .testi_page_desc {
    font-size: 1em;
    width: 100%;
  }
  .testi_page_name {
    font-size: 1em;
  }
  .testi_pic {
    float: none;
    margin: auto;
  }
  .testi_rgt {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  /*My Account*/
  .acc_form_box {
    width: 100%;
  }

  /* Sitemap */
  .sitemap_links a {
    width: 33%;
  }

  /* Dbtech Card */
  .dbtech_bg h2 {
    font: 700 37px/37px "Open Sans", Arial, Helvetica, sans-serif;
  }
  .sub_txt {
    font: 300 20px/24px "Open Sans", Arial, Helvetica, sans-serif;
  }
  .dbtech_list ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .price_usd b {
    display: block;
  }
  .list_box {
    height: 400px;
  }
  .btn_mt50 {
    margin-top: 82px;
  }
  .price_usd {
    height: 120px;
  }
  /* Dbtech Card */

  /* How it Works */
  .h_work_bg {
    background: none;
    width: 100%;
    height: 420px;
    margin-top: 50px;
    position: relative;
  }
  .how_area {
    position: static;
    width: 33%;
    float: left;
  }
  .how_area2 {
    position: static;
    width: 33%;
    float: left;
  }
  .how_area3 {
    position: static;
    width: 33%;
    float: left;
  }
  .how_area h2 {
    font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
    height: auto;
  }
  .how_area2 h2 {
    font: 700 16px/20px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
    height: auto;
  }
  .how_area3 h2 {
    font: 700 16px/25px "Open Sans", Arial, Helvetica, sans-serif;
    color: #0079ff;
    text-align: center;
    margin-top: 10px;
    height: auto;
  }
  .how_txt {
    font: 15px/22px "Open Sans", Arial, Helvetica, sans-serif;
    padding: 0 20px;
    height: 90px;
    overflow: hidden;
  }

  .how_circle {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .thm1 {
    width: 200px;
    height: 200px;
  }
  .thm1 span {
    width: 200px;
    height: 200px;
  }

  /*Templates*/
  .template_box {
    width: 360px;
  }
  .template_pic {
    width: 350px;
  }
  .box_h {
    height: 998px;
  }

  .menu_des {
    width: 17%;
  }

  /* Section */
  .templ_list {
    position: inherit;
  }
  .templ_box {
    padding: 20px;
    width: 98%;
    margin-bottom: 15px;
  }

  /*02-07-20*/
  .thm_img2 {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .thm_img2 span {
    width: 40px;
    height: 40px;
  }

  .acc_link a {
    padding: 12px 7px;
    font-size: 0.8em;
    transition: all 0.3s linear;
    text-transform: capitalize;
  }

  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 5px;
    right: -96px;
  }

  .menu_des {
    margin: 11px 0 0 10px;
  }

  .span_db span {
    display: block;
  }
  .span_db .pl-2 {
    padding-left: 0 !important;
  }
}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width: 767px) {
  
  .mds input {
  
    width: 100% !important;
}
  h1 {
    margin-top: 10px;
  }
  .cms-img {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .mob_hid {
    display: none;
  }

  /* Header */
  .logo {
    padding: 0;
  }
  .logo img {
    width: 100%;
    margin-top: 15px;
  }
  .menu {
    float: right;
    margin: 15px 0 0 0;
  }
  .navbar-collapse {
    right: 0;
  }
  .dropdown-item {
    padding: 5px 10px;
    font-size: 0.8em;
  }
  .log_reg {
    margin: 0 0 10px 0;
  }
  .log_reg_link {
    padding: 5px 18px;
    font-size: 13px;
  }
  .create_own {
    margin: 0;
  }
  .create_own a {
    border: #333 1px solid;
    padding: 4px 18px;
    font-size: 0.9em;
  }
  .create_own_bann {
    margin: 0;
  }
  .create_own_bann a {
    border: #333 1px solid;
    padding: 4px 8px;
    font-size: 0.9em;
  }

  /* Banner */
  .banner_box_txt1 {
    font-size: 1.3em;
  }
  .banner_box_txt2 {
    font-size: 1em;
  }
  .free_trial {
    margin: 0;
  }
  .free_trial a {
    border: #333 1px solid;
    padding: 4px 8px;
    font-size: 0.9em;
  }
  .play_vid {
    margin: 10px 0 0 0;
    font-size: 1em;
  }

  /* Banner Bottom */
  .banner_bot_sec {
    font-size: 0.9em;
  }

  /* How it Work */
  .howitworks_cont {
    margin-top: 20px;
    text-align: center;
  }
  .howitworks_cont h1 {
    font-size: 1.8em;
  }
  .howitworks_txt {
    font-size: 1em;
    margin: 5px 0;
  }

  /* Create Your Brand's Template */
  .sec_count {
    font-size: 5em;
  }
  .heading {
    font-size: 1.7em;
  }

  /* Counter */
  .heading2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .counter_box {
    margin-top: 5px;
    width: 100%;
  }
  .counter_box b {
    font-size: 1.5em;
  }

  /* Section */
  .testi_title {
    font-size: 1.6em;
  }
  .testi_name {
    font-size: 1.2em;
  }
  .testi_txt {
    font-size: 1em;
  }
  .vid_box {
    height: 260px;
  }

  /* Newsletter */
  .newsl_sec2 {
    width: 100%;
    margin-top: 5px;
  }
  .newsl_sec3 {
    width: 100%;
    margin-top: 5px;
  }
  .newsl_sec4 {
    float: none;
    margin-top: 20px;
    text-align: center;
  }

  /* Footer */
  .dd_next {
    margin: 0;
    padding: 8px 0;
    background: url(../images/pls.png) no-repeat 98% 8px;
    cursor: pointer;
  }
  .dd_next_act {
    background: url(../images/mns.png) no-repeat 98% 8px;
  }
  .bot_cont {
    display: none;
    margin: 0;
  }
  .bot_heading {
    font-size: 1.2em;
  }
  .developed {
    background: url(../images/weblink.jpg) center top no-repeat;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
  }
  .developed a {
    color: #ddd;
  }

  /* Contact Us */
  .contact_heading {
    font-size: 2em;
    line-height: 1em;
  }
  .contact_txt {
    font-size: 1.1em;
  }
  .contact_field_box {
    width: 100%;
  }
  .contact_field_box input[type="text"] {
    padding: 14px;
  }
  .contact_field_box input[type="file"] {
    padding: 10px;
  }
  .contact_field_box textarea {
    background: #fff;
    border: 0;
    padding: 15px;
    width: 100%;
  }
  .circle_sec {
    float: none;
    margin: auto;
  }
  .contact_addr {
    text-align: center;
    width: 100%;
  }

  /*Login*/
  .login_bg {
    padding: 10px 0;
    background: none;
  }
  .login_area {
    border: 000;
    width: 100%;
    box-shadow: none;
  }
  .login_form {
    padding: 10px;
    margin-top: 50px;
  }

  /* Details */
  ul.tab li a {
    padding: 10px 25px;
  }

  /* Payment */
  .paynow_box {
    width: 100%;
    margin: auto;
    box-shadow: none;
    padding: 0;
  }

  /*Login*/
  .joinus_bg {
    padding: 10px 0;
    background: none;
  }

  /*Order History*/
  .acc_odh_filter p {
    width: 100%;
    margin: 2px 0;
  }
  .acc_odh_filter p input {
    width: 100%;
    border: 0;
    padding: 7px;
    vertical-align: middle;
  }
  .acc_odh_filter p select {
    width: 100%;
    border: 0;
    padding: 6px;
    vertical-align: middle;
  }
  .acc_odh_filter p span {
    position: absolute;
    z-index: 1;
    right: 7px;
    top: 4px;
    font-size: 1.8em;
  }
  .acc_odh_filter input[type="submit"] {
    background: #333;
    color: #fff;
    border-radius: 2px;
    padding: 7px 15px;
    vertical-align: top;
  }

  /*Book an Appointment*/
  .bookapnt_bg {
    padding: 10px 0;
    background: none;
  }
  .book_apnt {
    width: 100%;
    box-shadow: none;
    border: 0;
  }

  /*Account*/
  .acc_link ul li {
    float: none;
    border: 0;
    border-bottom: #73d1f4 1px solid;
  }
  .acc_link a {
    display: block;
    padding: 8px;
    text-align: center;
  }
  .acc_form_box {
    padding: 10px 0;
    border-radius: 0;
  }

  /* Sitemap */
  .sitemap_links a {
    width: 100%;
    margin: 1px 0;
  }

  /* Dbtech Card */
  .dbtech_bg h2 {
    font: 700 27px/27px "Open Sans", Arial, Helvetica, sans-serif;
  }
  .sub_txt {
    font: 300 18px/24px "Open Sans", Arial, Helvetica, sans-serif;
  }
  .dbtech_list ul li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .price_usd {
    height: auto;
  }
  .btn_mt50 {
    margin-top: 20px;
  }
  .btn_mt26 {
    margin-top: 20px;
  }
  .list_box {
    height: auto;
  }
  /* Dbtech Card */

  /* How it Works */
  .h_work_bg {
    background: none;
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
  }
  .how_area {
    position: static;
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .how_area2 {
    position: static;
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .how_area3 {
    position: static;
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .how_circle {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .thm1 {
    width: 200px;
    height: 200px;
  }
  .thm1 span {
    width: 200px;
    height: 200px;
  }
  .box_h {
    height: auto;
  }
  .menu_des {
    float: none;
    margin-top: 0px;
    width: 40%;
  }
  .log_reg_linkde {
    margin: 12px 20px 0 0;
    position: relative;
  }
  .acc_ico3 {
    height: 90px;
    line-height: 90px;
  }
  .logo {
    width: 33%;
  }
  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 17px;
    right: -46px;
  }

  .mob_bdr {
    border-top: 1px solid #eee;
    padding-top: 10px;
  }

  .navbar {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: -268px;
  }

  .span_db span {
    display: inline-block;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 568px) {
  .logo {
    width: 37%;
  }
  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 17px;
    right: -20px;
  }

  .mob_bdr {
    border-top: 0;
    padding-top: 0;
  }

  .navbar {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: -235px;
  }
}

/* ================= Mobile (Portrait) below 480px  ================= */
@media only screen and (max-width: 479px) {
  .container {
    max-width: 94% !important;
  }
  .logo {
    width: 60%;
    float: none;
    text-align: left;
    margin-bottom: 10px; /*box-shadow:1px 0 60px #cbe7ff;*/
  }
  .inner_header {
    position: relative;
    padding-bottom: 15px;
  }
  .topfix {
    height: auto;
  }
  .menu_des {
    margin-top: 7px;
    float: none;
    margin-bottom: 0;
  }

  .template_area h2 {
    font-size: 1.5em;
    margin: 0 20px 25px;
  }
  .template_area {
    padding: 25px 0;
  }

  .menu {
    float: none;
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 10px;
  }
  .navbar-collapse {
    top: 39px;
    left: -51px;
  }

  /* Section */
  .templ_box {
    padding: 15px;
    width: 100%;
    margin-bottom: 5px;
  }
  .templ_list ul li {
    width: 96%;
    margin: 5px auto;
    float: none;
  }

  /* Banner */
  .banner_box_txt2 {
    margin-bottom: 10px;
  }

  /* Trusted by leading companies */
  .trusted_comp {
    padding: 30px 0;
    margin-top: 20px;
  }
  .trusted_title {
    font-size: 1.3em;
  }
  .trusted_logo {
    width: 150px;
    height: 82px;
  }
  .trusted_logo span {
    width: 150px;
    height: 82px;
  }

  /*Login*/
  .login_form input[type="text"],
  .login_form input[type="file"],
  .login_form input[type="password"],
  .login_form textarea,
  .login_form select {
    width: 83%;
  }
  .login_form .log_ico {
    width: 15%;
  }
  .login_form {
    padding: 10px;
    margin-top: 10px;
  }

  /*Invoice*/
  .inv_box3 {
    min-height: inherit;
  }

  /*Templates*/
  .template_box {
    width: 310px;
  }
  .template_pic {
    width: 300px;
  }

  .thanks_box {
    text-align: center;
  }
  .thanks_box .fa-check-circle {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mfs12 {
    font-size: 11px;
  }

  /* Section */
  .templ_mob_outer {
    background-size: 320px;
    width: 320px;
    height: 525px;
    margin: auto;
    padding-top: 55px;
  }
  #owl-template {
    width: 282px;
  }
  .templ_inner {
    width: 282px;
    height: 455px;
  }
  .templ_inner img {
    width: 100%;
    border-radius: 0 0 28px 28px;
  }
  .templ_inner {
    border-radius: 0 0 28px 28px;
  }

  .acc_ico {
    width: 150px;
    height: 92px;
    line-height: 92px;
  }
  .acc_ico2 {
    width: 150px;
    height: 92px;
    line-height: 92px;
  }

  .acc_ico_title {
    font-size: 1em;
  }

  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 4px;
    width: 160px;
  }

  .log_reg_linkde {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 29px;
  }
  .log_reg_linkde a {
    position: absolute;
    z-index: 99;
    top: -2px;
    right: -5px;
    background: #000;
    padding: 0 4px;
    border-radius: 100%;
  }

  .log_reg_linkde .fa-bell {
    position: static;
  }
  .log_reg_linkde span {
    position: static;
    background: none;
  }

  .log_reg {
    margin: 3px 0px 0 0;
  }

  .btn {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 5px;
  }

  .navbar {
    position: absolute !important;
    z-index: 99;
    top: -62px;
    left: 0px;
    width: 44px;
  }

  .log_reg_link2 a {
    padding: 8px 20px;
    font-size: 1.1em;
    margin: 5px;
  }

  .menu_des {
    margin: 18px 0 0 0px;
  }
  .icon_pos_home .fa-home {
    font-size: 18px;
    margin-right: 10px;
  }
  .icon_pos_home .fa-id-card {
    font-size: 18px;
  }
}

@media only screen and (max-width: 320px) {
  .icon_pos_home {
    position: absolute;
    z-index: 99;
    top: 5px;
    right: 230px;
  }
}

@media print {
  header,
  footer,
  input[type="button"],
  input[type="submit"],
  .noprint {
    display: none !important;
    visibility: hidden;
  }
  a[href]:after {
    content: none !important;
  }
}
.door_card h4 {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 30px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.howitworks_ccontnetss p strong {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}
.my_teamss img {
  width: 19%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.howitworks_ccontnetss {
  margin-bottom: 60px;
}
.my_digital ul li {
  list-style: none;
  display: flex;
}
.my_digital ul {
  margin: 0px 0 0 0px;
  padding: 0 0 0 0px;
}

.my_digitales ul li a {
  background-color: #80d2e6;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  width: 35%;
  color: #fff;
}
.my_digitales ul li a i {
  float: right;
  position: relative;
  top: 3px;
}
.my_digitales ul li {
  list-style: none;
  display: flex;
  margin-bottom: 6px;
}
.margin_trees {
  box-shadow: 5px 4px 13px 0px #d3cccc;
  margin-bottom: 10px;
}
.fusion {
  margin-top: 50px;
}
.my_digital h4 {
  font-size: 15px;
  font-weight: 600;
}
.my_digitales {
  margin-top: 26%;
}
.callnow {
  background-color: transparent !important;
  border: 1px solid #80d2e6;
  color: #80d2e6 !important;
}
.mr-2 {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .quick {
      margin-top: 10px;
    }
  
    .white a br {
      display: none;
    }
  .iframe_w {
    position: initial !important;
    }
  .fancybox-toolbar {
    right: 13% !important;
    top: 23% !important;
    }
  .cnt223 {
    min-width: 100%;
    width: 100%;
    }
    
    #profileModal>.modal-content {
      width: 100% !important;
    }
  .mr-2 {
    
    margin-left: 10px;
}
    .btn-danger {
      margin-left: 12px;
    }
  
    #dynamic-field-1 .col-10 {
      width: 100% !important;
    }
  .logocompany {
    width: 100%;
  }
  .acc_odh_filter {
    padding: 6px 15px 10px 15px;
  }
  .cms {
    padding: 0;
  }
  .startdate {
    width: 50% !important;
    float: left;
  }
  .additionalfile {
    text-align: left;
  }
  .frequently {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .badge {
    margin-top: 20px;
  }
  .clientlove {
    margin-top: 0px !important;
  }
  .clientlogo {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .clientslider {
    padding: 18px 0px 18px 0px;
  }
  .mobilescreen {
    margin-top: 40px;
  }
  #card-online {
    margin-top: 30px;
  }
  .d-table {
    margin-bottom: 20px !important;
  }
  .mb-5 {
    margin-bottom: 0rem !important;
  }
  .mb-7 {
    margin-bottom: 0 !important;
  }
  .acc_bg {
    background: #fff !important;
  }
  #business-contacts {
    margin-top: 0 !important;
  }
  .py-9 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .btn-rise {
    margin-bottom: 30px;
  }
  .over {
    margin-top: 30px;
  }
  .display-4 {
    margin-top: 0px;
    font-size: 25px !important;
  }
  .col-11 {
    margin-top: 40px;
  }
  #individual-plan {
    width: 100% !important;
  }
  .display-2 {
    font-size: 25px !important;
  }
  .navbar {
    top: -84px !important;
  }
  .menu_des {
    float: right !important;
  }
  .no_pad a {
    font-size: 12px;
  }
  .log_reg {
    padding-right: 0 !important;
  }
  .days {
    text-align: left !important;
    margin-top: 0 !important;
    float: left;
  }
  .sh_but {
    padding: 5px 3px !important;
  }
  .span_db {
    display: block !important;
    width: 300px;
  }
  .play_vid {
    display: block !important;
    text-align: right;
  }
  .my_digital ul li {
    inline-size: 204px;
    width: 204px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }

  .my_digital img {
    width: 93% !important;
  }
  .my_digital h4 {
    font-size: 14px !important;
  }
  .search-box {
    padding: 0px !important;
    margin-top: 10px;
  }
  .my_digitales ul li a i {
    right: -5px;
  }
  .my_digitales ul li a {
    width: 100% !important;
  }
  .my_digitales ul li {
    float: right;
    margin-right: 10px;
  }
  .margin_trees .mobi {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
  }
  .margin_trees .mobi1 {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }
  .fusion {
    margin-top: 0px !important;
  }
  .margin_trees {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .margin_trees h4 {
    margin-top: 0px !important;
  }
  .my_digitales {
    margin-top: 10px !important;
  }
  .my_digitales ul {
    margin: 0px 0 0 0px;
    padding: 0 0 0 0px;
  }
}

.search-box {
  border-radius: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.search-box {
  -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);

  border-radius: 40px;
  padding: 10px;
}

.srch-ycol.rights {
  flex: 0 0 auto;
  margin: -10px -15px -10px 0;
}

.btn.btn-search {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  font-family: "Brandon Text";
  color: #ffffff;
  background-color: #80d2e6;
  border: 0;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 7px 25px;
}
.input-icon {
  height: 45px;
  line-height: 33px;
  width: 30px;
  flex: 0 0 auto;
  text-align: center;
  margin-right: 10px;
}
.search-boxinput {
  width: 100%;
}
.search-input {
  border: none;
}
.myns {
  position: relative;
  top: 9px;
  left: 8px;
  color: #80d2e6;
  font-size: 20px;
}
.form-control:focus {
  box-shadow: none;
}

.checkeds {
  color: #ffeb3b;
}

.newrtings .green-box {
  width: 28px;
  height: 18px;
  border-radius: 3px;
  background-color: #428b2c;
  font-size: 12px;
  font-weight: 500;
  float: left;
  color: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clearsearch {
  background: #333;
  color: #fff;
  border-radius: 2px;
  padding: 5px 11px 10px 13px;
  vertical-align: top;
  line-height: 2;
  height: 40px;
  width: 32%;
  margin-left: 7px;
}
.clearsearch:hover {
  color: #fff;
}
.serials_number ul li {
  list-style: none;
  display: inline-block;
  width: 16%;
  text-transform: capitalize;
}
.banner_bot_sec span img {
  margin-top: -6px;
}
.span_db {
  display: grid;
}
.span_db .pl-2 {
  padding-left: 0 !important;
  margin-top: 10px;
}
.rounded-top-start-block {
  border-top-left-radius: inherit !important;
}
.display-6 {
  font-size: 1.75rem !important;
}

.dropdown-toggle::after {
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
}
.dropdown-toggle:after {
  margin-top: -16px;
  display: none;
}
.over p {
  font-size: 1.25rem;
}
.orderdata p {
  display: inline-block;
  padding: 5px;
  font-weight: 700;
}
.dayes {
  margin-top: 24px;
}
.contact_addr p {
  display: flex;
}
.navbar {
  padding-left: 94px;
}

.days span {
  font-size: 15px;
  position: relative;
  right: -44px;
  top: 7px;
  color: red;
  font-weight: 700;
}
.days {
  text-align: center;
  display: inline-block;
  margin-top: 14px;
}
.log_reg {
  margin-top: 7px;
}
#individual-plan {
  width: 65%;
}
#hero {
  margin-bottom: 50px;
}
.mynewuser {
  font-size: 45px;
}
.usernamenew {
  font-weight: 500;
}
.clientlogo {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.clientlove {
  margin-top: 40px;
}
.frequently {
  margin-top: 40px;
}
.bottomfooternew {
  background: #ea3e7c;
}
.text-muted {
  margin-top: 16px;
  color: #fff;
}
.copyright {
  color: #fff !important;
}
.copyright a {
  color: #fff;
}
#footer {
  padding-top: 40px;
}
.copyright {
  text-align: center;
  padding: 10px;
}
.additionalfile1 {
  text-align: center;
}
.google img {
  width: 50%;
  margin-top: 10px;
}
.network {
  background-image: url("https://www.mecard.me/uploaded_files/banner/business.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.digitalbusiness {
  text-align: right;
  padding: 11% 4% 10% 0%;
}
.digitalbusiness h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.digitalbusiness p {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.digitalbusiness a {
  background: #ea3e7c;
  color: #fff;
  padding: 10px 26px 10px 26px;
  border-radius: 50px;
}
.connectivity {
  margin-top: 40px;
}
.connectivity ol li {
  list-style: lower-latin;
}
.revolutionize {
  box-shadow: 0px 2px 8px 1px #ccc;
  border-radius: 100%;
  height: 300px;
  width: 300px;
  margin-bottom: 70px;
}
.revolutionize p {
  text-align: center;
  position: relative;
  top: 68px;
  padding: 20px;
}
.connectivity ol {
  padding: 0;
}
.connectivity p {
  font-weight: 500;
}
.revolutionize1 ol {
  padding: 0;
}
.howitworks_ccontnetss {
  box-shadow: 0px 2px 8px 1px #ccc;
  padding: 10px;
  border-radius: 4px;
  min-height: 500px;
}
.info-p1 h2 {
  font-size: 20px;
}
.makeroffer ul {
  padding: 0;
  margin: 0;
}
.makeroffer ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.makeroffer ul li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}
.makeroffer {
  margin-bottom: 30px;
}
.text-muted {
  overflow-wrap: anywhere;
}
.mds input {
  margin-left: 10px;
  width: 30%;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #6c757d;
  border: medium none;
  border-radius: 40px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  padding: 0.8rem 2.6rem;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  z-index: 1;
}

.sa-button-container .btn-default {
  color: #ffffff;
  background-color: #6c757d;
  border: medium none;
  border-radius: 40px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  padding: 0.8rem 2.6rem;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  z-index: 1;
}
.flag-text {
  margin-left: 10px;
}

#currency_value_ses .dropdown-item img {
  position: inherit !important;
  top: -40px;
  margin-left: 20px;
}
.nav-item > a > img {
  margin: 0 0 0 5px;
}
.dropdown,
.dropup {
  list-style: none;
}

.myconutry .select2-selection {
  height: 47px !important;
}

.data-slide-content {
  display: inline-grid;
}

.iframe_w {
  position: fixed;
  right: 0;
}

    select.form-control:not([size]):not([multiple]) {
      height: auto !important;
}

.card_tempess {
  text-align: center;
}

.main_info {
  text-align: left;
  width: 50%;
  float: left;
  margin-top: 17px;
}

.main_info img {
  border-radius: 50%;
}

.door_cardes .q_standy {
  width: 50%;
  float: right;
  margin-top: 17px;
}
        .comname {
          display: inline-block;
        }
    
        .main_info h3 {
          font-size: 17px;
          margin: 0;
        }
    
        .q_standy h5 {
          font-size: 15px;
        }
    
        .q_standy img {
          width: 60%;
        }
    
        .main_info h4 {
          font-size: 17px;
        }
    
        .door_cardes h5 {
          color: #fff;
    position: relative;
      top: 119px;
      left: 40px;
      width: 50%;
    text-align: left;
    }
    
    .card_tempess {
  
    background: #000;
      color: #fff;
}
.emergency h1 {
  color: #fff;
}

.comname p {
  margin-top: 30px;
}

.listHighlightRed {
  background-color: rgba(255, 0, 0, 0.5); /* Red background with 50% opacity */
}

.listHighlight {
  background-color: rgba(255, 192, 203, 0.5); /* Pink background with 50% opacity */
}
