@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
}
img {
  max-width: 100%;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  color: #6f8ba4;
  font-size: 14px;
  line-height: 1.8;
}
.bg-f9faff {
  background: #f9faff;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #3b566e;
}
a {
  color: #6f8ba4;
  text-decoration: none;
  outline: 0 !important;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #007aff;
  text-decoration: none;
}
button {
  outline: 0 !important;
}
.mt-30 {
  margin-top: 30px;
}
.btn {
  position: relative;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 11px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.btn::after {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  bottom: auto;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  top: 0;
  left: 0;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:focus::after,
.btn:hover::after {
  height: 0;
}
.btn:hover {
  color: #007aff;
  border-color: #007aff;
}
.btn.focus,
.btn:focus {
  box-shadow: unset;
  color: #007aff;
  border-color: #007aff;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #fff;
  background-color: #007aff;
  border-color: #007aff;
}
.btn.disabled:hover,
.btn:disabled,
fieldset:disabled .btn:hover {
  color: #000;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  bottom: -60px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 5px;
  margin: 0 8px 0 0;
  background: #6f8ba4;
  position: relative;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot span::before,
.owl-theme .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #007aff;
}
.owl-theme .owl-dots .owl-dot span:hover::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.dark-version-btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  display: inline-block;
  text-align: center;
  position: fixed;
  z-index: 9991;
  right: 0;
  top: 30%;
}
.dark-version-btn .switch {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}
.dark-version-btn .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.dark-version-btn .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #2e2e2e;
}
.dark-version-btn .slider:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "\ee81";
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  font-family: "IcoFont";
}
.dark-version-btn input:checked + .slider {
  background-color: #ffffff;
}
.dark-version-btn input:checked + .slider:before {
  color: #384656;
  content: "\ef9e";
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 55px;
  padding: 10px;
  font-size: 16px;
  color: #92a5b8;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 3px;
}
.form-control:focus {
  color: #92a5b8;
  background-color: transparent;
  border-color: #eee;
  outline: 0;
  box-shadow: unset;
}
.form-control::placeholder {
  color: #92a5b8;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h3 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: -5px;
}
.section-title span {
  display: inline-block;
  color: #0f73bb;
  font-size: 18px;
  margin-bottom: 18px;
}
.section-title p {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}
.preloader-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}
.preloader-area .spinner {
  width: 55px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -65px;
}
.preloader-area .spinner > div {
  background-color: #007aff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.preloader-area .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.preloader-area .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.preloader-area .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.preloader-area .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: 0 0 !important;
  z-index: 999;
  padding: 15px 0;
}
.navbar-light.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
  z-index: 999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar .row {
  width: 100%;
}
.navbar-light.navbar-expand-lg .navbar-nav li {
  padding: 10px 12px;
}
.navbar-light.navbar-expand-lg .navbar-nav li a {
  color: #6f8ba4;
  font-size: 18px;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav li a:hover {
  color: #007aff !important;
}
.navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav a.show {
  color: #007aff !important;
}
/* .navbar-light.is-sticky .appointment-btn{
    border: 1px solid #0075ff;
    color: #0075ff;
} */
.appointment-btn {
  background-color: #ff8000b7;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  /* border: 1px solid #ffffff; */
  padding: 8px 15px;
  border-radius: 30px;
}
/* .product-page .appointment-btn {
    color: #0075ff;
    border: 1px solid #0075ff;
} */
.appointment-btn:hover {
  /* border: 1px solid #ffffff; */
  background: #ff7e00;
  color: white;
}
.appointment-btn.white-btn {
  color: #fff;
  border-color: #fff;
}
.appointment-btn.white-btn:hover {
  /* border-color: #0075ff; */
}
.navbar.is-sticky .appointment-btn.white-btn {
  color: #0075ff;
  /* border-color: #0075ff; */
}
.navbar.is-sticky .appointment-btn.white-btn:hover {
  color: #fff;
}
.navbar.navbar-two {
  position: relative;
  background: #fff !important;
}
.navbar.navbar-two.is-sticky {
  position: fixed;
}
.main-banner {
  height: 730px;
  background-image: url(../../assets/img/hero-bg.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .main-banner {
    height: 860px;
  }
}
.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/hero-shape.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-content h1 {
  color: #1e3056;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 45px;
}
.hero-content h1 span {
  color: #0078ff;
}
.hero-content p {
  margin-bottom: 25px;
  font-size: 16px;
  max-width: 600px;
}
.hero-video {
  position: relative;
}
.hero-video .video-play-btn {
  position: absolute;
  right: 0;
  font-size: 100px;
  color: #fff;
}
.main-banner-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0.77;
  z-index: -1;
}
.main-banner-three {
  height: 650px;
  overflow: hidden;
}
.main-banner-three .col-lg-5 {
  position: relative;
}
.main-banner-three .hero-image {
  position: absolute;
  right: 0;
  text-align: right;
  top: -155px;
}
.boxes-area {
  padding-top: 0;
  position: relative;
  margin-top: -150px;
  z-index: 3;
}
.single-box {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 30px 28px;
  border-radius: 5px 30px 5px 5px;
  background: #fff;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px 30px 5px 5px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-box:hover::before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.single-box i {
  font-size: 40px;
  color: #0075ff;
}
.single-box h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.single-box h3,
.single-box i,
.single-box p {
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-box:hover h3,
.single-box:hover i,
.single-box:hover p {
  color: #fff;
}
.about-image img {
  width: 100%;
}
.about-image .col-lg-6:first-child .image img {
  border-radius: 25px 0 0 0;
}
.about-image .col-lg-6:nth-child(2) .image img {
  border-radius: 0 25px 0 0;
}
.about-image .col-lg-6:nth-child(3) .image img {
  border-radius: 0 0 0 25px;
}
.about-image .col-lg-6:last-child .image img {
  border-radius: 0 0 25px 0;
}
.why-choose-us .section-title {
  text-align: left;
  margin-bottom: 0;
}
.why-choose-us .section-title span {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.why-choose-us .section-title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  width: 20px;
  background: #3b566e;
}
.why-choose-us-text p {
  margin-bottom: 16px;
}
.why-choose-us-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
  margin-top: 25px;
}
.why-choose-us-text ul li {
  position: relative;
  color: #6f8ba4;
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 25px;
}
.why-choose-us-text ul li:last-child {
  margin-bottom: 0;
}
.why-choose-us-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.who-we-are .section-title {
  text-align: left;
  margin-bottom: 0;
}
.who-we-are .section-title span {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.who-we-are .section-title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  width: 20px;
  background: #3b566e;
}
.who-we-are-text p {
  margin-bottom: 20px;
}
.team-members {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.team-members li > div {
  float: left;
  width: 20%;
}
.team-members li:nth-child(2) > div:first-child {
  margin-left: 20%;
}
.team-members li:last-child > div:first-child {
  margin-left: 40%;
}
.member-details > div {
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.member-details img {
  -webkit-transform: rotate(45deg) translate(0, 15px) scale(1.2);
  transform: rotate(45deg) translate(0, 15px) scale(1.2);
}
.member-details > div {
  position: relative;
  overflow: hidden;
}
.member-info {
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-25px, -15px);
  transform: rotate(45deg) translate(-25px, -15px);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.member-info h3,
.member-info p {
  margin: 0;
  color: #fff;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.member-info h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  top: -100px;
}
.member-info p {
  font-weight: 300;
  font-size: 14px;
  bottom: -150px;
}
.member-details > div::after {
  content: "";
  background-image: linear-gradient(
    45deg,
    rgba(0, 117, 255, 0.8) 100%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.member-details *,
.member-details > div::after {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.member-details:hover *,
.member-details:hover > div::after {
  opacity: 1;
  visibility: visible;
}
.member-details:hover .member-info h3 {
  top: 0;
}
.member-details:hover .member-info p {
  bottom: 0;
}
.member-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.member-info ul li {
  display: inline-block;
}
.member-info ul li a {
  display: inline-block;
  color: #fff;
}
.member-details:hover .member-info ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.departments-area {
  background-image: url(../../assets/img/pattern.png);
  background-attachment: fixed;
}
.tabs {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.tabs li {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.tabs.home-tabs li {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.boxes-area .tabs.home-tabs li a {
  min-height: 260px;
}
.tabs li a {
  display: block;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 3px;
  padding: 25px 12px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3b566e;
  position: relative;
  z-index: 1;
}
.tabs li a:hover,
.tabs li a:hover i,
.tabs li.current a,
.tabs li.current a i {
  color: #fff;
}
.tabs li a i {
  color: #0075ff;
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tabs li:first-child a {
  border-radius: 30px 0 0 0;
}
.tabs li:last-child a {
  border-radius: 0 30px 0 0;
}
.tabs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tabs li:first-child a::before {
  border-radius: 30px 0 0 0;
}
.tabs li:last-child a::before {
  border-radius: 0 30px 0 0;
}
.tabs li a:hover::before,
.tabs li.current a::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tabs_item:first-child {
  display: block;
}
.tabs_item {
  display: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.tabs_item_img img {
  width: 100%;
}
.tabs_item_content {
  padding: 30px 20px;
}
.tabs_item_content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.tabs_item_content p {
  font-size: 15px;
}
.tabs_item_content ul {
  padding: 0;
  margin: 10px 0 20px 0;
  list-style-type: none;
}
.tabs_item_content ul li {
  position: relative;
  color: #6f8ba4;
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 25px;
}
.tabs_item_content ul li:last-child {
  margin-bottom: 0;
}
.tabs_item_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.appointment-area {
  position: relative;
}
.appointment-area::after,
.appointment-area::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  width: 90%;
  height: 100%;
  border-radius: 8px;
  max-width: 1290px;
}
.appointment-area::before {
  background: linear-gradient(
    45deg,
    rgba(0, 117, 255, 0.8) 100%,
    transparent 100%
  );
  z-index: 1;
}
.appointment-area::after {
  background-image: url(../../assets/img/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.appointment-area .section-title {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 35px;
}
.appointment-area .section-title span {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.appointment-area .section-title span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  width: 20px;
  background: #3b566e;
}
.faq {
  padding-right: 20px;
}
.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.accordion .accordion-item {
  display: block;
  margin-bottom: 10px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-title {
  display: block;
  color: #fff;
  padding: 18px 20px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  font-size: 18px;
  position: relative;
}
.accordion .accordion-title i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  font-size: 14px;
}
.accordion .accordion-title.active i::before {
  content: "\ef9a";
}
.accordion .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: #f9faff;
}
.accordion .accordion-content.show {
  display: block;
}
.appointment-form {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.appointment-form form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.appointment-form form .form-group span {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  z-index: -1;
}
.appointment-form form .form-control {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.appointment-form form .form-control::placeholder {
  color: #fff;
}
.appointment-form form .form-control option {
  color: #92a5b8;
}
.appointment-form form .btn {
  border: 1px solid #fff;
  margin-top: 5px;
  color: #fff;
  background-color: #000;
}
.appointment-form form .btn:hover {
  color: #fff;
}
.appointment-form form .btn::after {
  background: #1f8a70 !important;
}
.single-services {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 35px 20px;
  background: #fff;
  position: relative;
  border-radius: 30px 5px 5px 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  border-radius: 30px 5px 5px 5px;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-services:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 0;
}
.single-services:hover::before {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
.single-services i {
  font-size: 40px;
  color: #0075ff;
}
.single-services h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.single-services h3,
.single-services i,
.single-services p {
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-services:hover h3,
.single-services:hover i,
.single-services:hover p {
  color: #fff;
}
.single-services a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1;
}
.single-services:hover a {
  color: #0075ff;
  background: #fff;
}
.single-services a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  border-radius: 50%;
  z-index: -1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-services:hover a::after {
  opacity: 0;
  visibility: hidden;
}
.fun-facts-area {
  position: relative;
  background-image: url(../../assets/img/fun-facts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.fun-facts-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0.8;
  z-index: -1;
}
.fun-fact {
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.fun-fact:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.fun-fact i {
  font-size: 40px;
  color: #fff;
}
.fun-fact h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 28px;
  margin-top: 30px;
}
.fun-fact span {
  font-size: 18px;
  color: #fff;
  display: block;
}
.funFact {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  padding-left: 60px;
}
.funFact:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.funFact i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.funFact h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 28px;
}
.funFact span {
  font-size: 18px;
  color: #fff;
  display: block;
}
.gallery-area {
  padding-bottom: 70px;
}
.shorting-menu {
  text-align: center;
  margin-bottom: 35px;
}
.shorting-menu .filter {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: none;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 10px 22px;
  margin: 0 2px;
  font-size: 14px;
  font-weight: 700;
  color: #3b566e;
  text-transform: uppercase;
  outline: 0 !important;
  position: relative;
  z-index: 1;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shorting-menu .filter.mixitup-control-active,
.shorting-menu .filter:hover {
  color: #fff;
}
.shorting-menu .filter:first-child,
.shorting-menu .filter:first-child::before {
  border-radius: 20px 0 0 20px;
}
.shorting-menu .filter:last-child,
.shorting-menu .filter:last-child::before {
  border-radius: 0 20px 20px 0;
}
.shorting-menu .filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shorting-menu .filter.mixitup-control-active::before,
.shorting-menu .filter:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-photo {
  position: relative;
  margin-bottom: 30px;
  border: 5px solid #f9faff;
  border-radius: 5px;
}
.single-photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-photo:hover::before {
  opacity: 0.77;
  width: 100%;
  visibility: visible;
}
.single-photo .gallery-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-photo:hover .gallery-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.single-photo .gallery-content h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.single-photo .gallery-content span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.single-photo .gallery-content .link-btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 22px;
}
.single-photo .gallery-content .popup-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-photo:hover .gallery-content .popup-btn {
  bottom: 15px;
  right: 15px;
}
.single-photo img {
  width: 100%;
}
.pricing-table {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-table .pricing-header {
  background: #fff;
  position: relative;
  padding: 40px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #f0f3f6;
  margin-bottom: 30px;
  z-index: 1;
}
.pricing-table .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  border-radius: 5px 5px 0 0;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.pricing-table:hover .pricing-header::before {
  opacity: 1;
  visibility: visible;
}
.pricing-table .pricing-header h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table:hover .pricing-header h3 {
  color: #fff;
}
.pricing-table .price {
  margin-bottom: 20px;
}
.pricing-table .price span {
  color: #0078ff;
  font-size: 34px;
  font-weight: 700;
}
.pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.pricing-features ul li {
  color: #3b566e;
  font-size: 14px;
  margin-bottom: 10px;
}
.pricing-features ul li:last-child {
  margin-bottom: 0;
}
.testimonials-area {
  padding-bottom: 70px;
}
.single-feedback {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 25px;
}
.single-feedback:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feedback:hover::before {
  opacity: 1;
  visibility: visible;
}
.single-feedback .client-info {
  position: relative;
  padding-left: 118px;
  margin-bottom: 30px;
}
.single-feedback .client-info .img {
  position: absolute;
  left: 0;
  top: -45px;
  width: 100px;
}
.single-feedback .client-info .img img {
  border-radius: 0 25px 0 0;
}
.single-feedback .client-info h4 {
  font-size: 18px;
}
.single-feedback .client-info span {
  display: block;
  font-size: 14px;
  color: #6f8ba4;
  margin-top: 5px;
}
.tabs_item_img img {
  border: 13px solid #00a9ff;
  border-radius: 25px 0;
  border-top: 0;
  border-bottom: 0;
}
/* .tabs_item_img {
    position: relative;
}
.tabs_item_img:after {
    content: "";
    height: 100%;
    background-color: white;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
} */
.single-feedback .client-info h4,
.single-feedback .client-info span,
.single-feedback p {
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feedback:hover .client-info h4,
.single-feedback:hover .client-info span,
.single-feedback:hover p {
  color: #fff;
}
.single-feedback i {
  font-size: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6f8ba4;
  z-index: -1;
  margin-top: -6px;
  margin-left: -70px;
  opacity: 0.14;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feedback:hover i {
  color: #fff;
  opacity: 0.14;
}
.blog-area .single-blog-post {
  margin-bottom: 30px;
}
.single-blog-post {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-blog-post:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.single-blog-post img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.blog-img {
  width: 100%;
}
.single-blog-post .post-content {
  padding: 30px 25px;
}
.single-blog-post .post-content h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.single-blog-post .post-content h4 a {
  color: #3b566e;
}
.single-blog-post .post-content h4 a:hover {
  color: #007aff;
}
.single-blog-post .post-content p {
  margin-bottom: 15px;
}
.contact-box {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 40px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.contact-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px 5px 5px 5px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.contact-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-box h3 i {
  color: #0075ff;
  margin-right: 5px;
}
.contact-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.contact-box ul li {
  font-size: 15px;
  font-weight: bold;
  color: #6f8ba4;
  margin-bottom: 4px;
  overflow: hidden;
}
.contact-box a {
  font-size: 15px;
  font-weight: bold;
  color: #6f8ba4;
  margin-bottom: 4px;
  overflow: hidden;
}
.contact-box ul li span {
  float: right;
}
.contact-box h3,
.contact-box h3 i,
.contact-box p a,
.contact-box ul li {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-box:hover h3,
.contact-box:hover h3 i,
.contact-box:hover p a,
.contact-box:hover ul li {
  color: #fff;
}
.get-in-touch h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 15px;
}
.get-in-touch ul li {
  display: inline-block;
}
.get-in-touch ul li a {
  color: #92a5b8;
  font-size: 18px;
  margin-right: 5px;
}
.get-in-touch ul li a:hover {
  color: #0075ff;
}
#contactForm .btn:focus,
#contactForm .btn:hover {
  background: #fff;
}
#contactForm .btn {
  margin-top: 10px;
}
#contactForm .list-unstyled {
  padding: 0;
  margin: 0;
}
#contactForm .list-unstyled li {
  color: red;
}
.page-title {
  position: relative;
  background-image: url(../../assets/img/fun-facts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  opacity: 0.8;
}
.page-title h3 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.pagination-area {
  text-align: center;
  margin-top: 10px;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
}
.page-link {
  padding: 11px 20px;
  margin: 0 3px;
  color: #6f8ba4;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #0075ff;
}
.page-link:focus,
.page-link:hover {
  color: #fff;
  background-color: #0075ff;
}
.page-link:focus {
  box-shadow: unset;
}
.blog-details {
  max-width: 750px;
  margin: 0 auto;
}
.blog-details .thumb {
  position: relative;
}
.blog-details .date {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  background: #0075ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0 10px 0 0;
}
.blog-details-heading {
  margin: 30px 0 0;
}
.blog-details-heading h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-details-heading ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-heading ul li {
  display: inline-block;
  margin-right: 15px;
  color: #777;
  font-size: 15px;
}
.blog-details-heading ul li i {
  color: #0075ff;
}
.blog-details-content p {
  margin-top: 15px;
}
.blog-details-content .blockquote {
  margin: 25px 0;
  background: #0075ff;
  padding: 25px;
  color: #fff;
}
.blog-details-content .blockquote p {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
}
.blog-details-content .blockquote .blockquote-footer {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.blog-details-meta {
  border-top: 1px solid #eee;
  margin: 25px 0;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.blog-details-meta .tags {
  display: inline-block;
}
.blog-details-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-meta ul .title {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin-right: 5px;
  margin-bottom: 0;
}
.blog-details-meta ul li {
  display: inline-block;
}
.blog-details-meta .tags li a {
  border: 1px solid #eee;
  padding: 5px 14px;
  border-radius: 6px;
  color: #6f8ba4;
  font-size: 15px;
}
.blog-details-meta .tags li a:hover {
  background: #0075ff;
  color: #fff;
  border-color: #0075ff;
}
.blog-details-meta .share {
  float: right;
}
.blog-details-meta .share li a {
  color: #6f8ba4;
  border: 1px solid #eee;
  width: 35px;
  font-size: 14px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}
.blog-details-meta .share li a:hover {
  background: #0075ff;
  color: #fff;
  border-color: #0075ff;
}
.blog-details-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.blog-details-comments .single-comments {
  position: relative;
  padding-left: 130px;
}
.blog-details-comments .single-comments .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-comments .single-comments .thumb img {
  border-radius: 50%;
}
.blog-details-comments .single-comments .content h4 {
  font-size: 18px;
  font-weight: 600;
}
.blog-details-comments .single-comments .content span {
  font-size: 14px;
  color: #6f8ba4;
  display: block;
  margin: 8px 0 15px;
}
.blog-details-comments .single-comments .content p {
  margin-bottom: 20px;
}
.single-comments.left-mr {
  margin-left: 80px;
  margin-top: 30px;
}
.blog-details-comments .border {
  border-color: #eee !important;
  margin: 25px 0;
}
.blog-details-comments-form {
  margin-top: 25px;
}
.footer-area {
  padding: 30px 0;
}
.footer-area p {
  font-size: 15px;
}
.footer-area ul {
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.footer-area ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  background: #6f8ba4;
  width: 2px;
  height: 14px;
}
.footer-area ul li:first-child::before {
  display: none;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 25px;
  color: #fff;
  background-color: #000;
  z-index: 1;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.go-top:hover {
  color: #fff;
  background: #007aff;
}
textarea.form-control {
  min-height: 125px;
}
@media only screen and (max-width: 991px) {
  .flex-m-column-reverse {
    flex-direction: column-reverse;
  }
  .service-banner::before {
    background-image: none !important;
    background-color: black !important;
    opacity: 0.3 !important;
    z-index: -1 !important;
  }
  .service-banner {
    height: 500px !important;
    background-position-x: left !important;
    background-position-y: top !important;
    background-size: auto !important;
  }
  .appointment-btn {
    font-size: 14px;
    font-weight: 600;
    color: #0094ff;
    /* border: 1px solid #0084ff; */
    padding: 8px 15px;
    border-radius: 30px;
  }
}
.tab-icon svg {
  width: 40px;
  height: auto;
  fill: #0068b3;
}
.home-page .tab-icon svg {
  width: 50px;
}
.tabs.active li a:hover .tab-icon svg {
  fill: #ffffff;
}
.current .tab-icon svg {
  fill: white;
}
.contact-box {
  min-height: 170px;
}
.logo-centeral img {
  filter: invert(1) brightness(255);
  width: 350px;
}
.tabs_item_content .btn {
  margin-top: 50px;
}

.service-banner::before {
  background-image: none !important;
}
.service-banner {
  height: 600px;
  background-position: left;
  background-color: black;
}
ul.tabs.active {
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .desktop-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .service-banner:after {
    content: "";
    background-color: #ffffffbd;
    width: 100%;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .theme-dark .service-banner:after {
    background-color: #00000073 !important;
  }
}
.logo4 {
  height: 60px;
  width: 200px !important;
}

.get-in-touch .icofont-instagram {
  font-size: 30px;
}
.get-in-touch .icofont-facebook {
  font-size: 30px;
}
.boxes-area .tabs li a {
  min-height: 180px;
}
/* #contactForm .form-control {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
}
#contactForm .form-control:focus {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ff0000;
}
#contactForm {
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background-image: linear-gradient(350deg, #f7f7f7, transparent);
} */

.appointment-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form-subtitle {
  color: white;
  padding: 5px 0 15px 0;
  border-top: 1px solid #ffffff66;
}
.appointment-form .text-input {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #cfcfcf !important;
}
.appointment-form .solid-input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #cfcfcf !important;
  min-height: 55px;
  color: #8b8b88;
  outline: none;
  box-shadow: none;
}
.appointment-form .solid-input.ending-radius {
  border-radius: 0 0 8px 8px;
}
.appointment-form .mail-input {
  border-radius: 0 0 8px 8px;
}
.appointment-form input,
.appointment-form textarea {
  color: black !important;
  background-color: white !important;
}
.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: rgb(136, 136, 136) !important;
}

/* Upload files Style*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto:100,300');

.upload {
    position: relative;
    width: 100%;
    min-height: 345px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    background: #fff;
    -webkit-animation: fadeup 0.5s 0.5s ease both;
            animation: fadeup 0.5s 0.5s ease both;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  
  .upload .upload-files header {
    background: #4a4a4a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
  }
  
  .upload .upload-files header p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    padding: 12px 0;
  }
  
  .upload .upload-files header p i {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    font-size: 30px;
    -webkit-animation: fadeup 0.5s 1s ease both;
            animation: fadeup 0.5s 1s ease both;
  }
  
  .upload .upload-files header p .up {
    font-weight: bold;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    display: inline-block;
    opacity: 0;
    -webkit-animation: faderight 0.5s 1.5s ease both;
            animation: faderight 0.5s 1.5s ease both;
  }
  
  .upload .upload-files header p .load {
    display: inline-block;
    font-weight: 100;
    margin-left: -8px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
    -webkit-animation: faderight 1s 1.5s ease both;
            animation: faderight 1s 1.5s ease both;
  }
  
  .upload .upload-files .body {
    text-align: center;
    padding: 50px 0;
    padding-bottom: 30px;
  }
  
  .upload .upload-files .body.hidden {
    display: none;
  }
  
  .upload .upload-files .body input {
    visibility: hidden;
  }
  
  .upload .upload-files .body i {
    font-size: 65px;
    color: lightgray;
  }
  
  .upload .upload-files .body p {
    font-size: 14px;
    padding-top: 15px;
    line-height: 1.4;
  }
  
  .upload .upload-files .body p b,
  .upload .upload-files .body p a {
    color: #008116;
  }
  
  .upload .upload-files .body.active {
    border: dashed 2px #ffa448;
  }
  
  .upload .upload-files .body.active i {
    -webkit-box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff,
   0 0 0 lightgray;
            box-shadow: 0 0 0 -3px #fff, 0 0 0 lightgray, 0 0 0 -3px #fff,
   0 0 0 lightgray;
    -webkit-animation: file 0.5s ease both;
            animation: file 0.5s ease both;
  }
  
  @-webkit-keyframes file {
    50% {
      -webkit-box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
    }
    75%,
    100% {
      -webkit-box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
    }
  }
  
  @keyframes file {
    50% {
      -webkit-box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -8px 8px 0 -3px #fff, -8px 8px 0 lightgray;
    }
    75%,
    100% {
      -webkit-box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
              box-shadow: -8px 8px 0 -3px #fff, -8px 8px 0 lightgray,
   -16px 16px 0 -3px #fff, -16px 16px 0 lightgray;
    }
  }
  
  .upload .upload-files .body.active .pointer-none {
    pointer-events: none;
  }
  
  .upload .upload-files footer {
    width: 100%;
    margin: 0 auto;
    height: 0;
  }
  
  .upload .upload-files footer .divider {
    margin: 0 auto;
    width: 0;
    border-top: solid 4px #46aba1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  
  .upload .upload-files footer .divider span {
    display: inline-block;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    font-size: 12px;
    padding-top: 8px;
  }
  
  .upload .upload-files footer.hasFiles {
    height: auto;
  }
  
  .upload .upload-files footer.hasFiles .divider {
    width: 100%;
  }
  
  .upload .upload-files footer.hasFiles .divider span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0.5s ease;
    transition: -webkit-transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease;
    transition: transform 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  }
  
  .upload .upload-files footer .list-files {
    width: 320px;
    margin: 0 auto;
    margin-top: 15px;
    padding-left: 5px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
  }
  
  .upload .upload-files footer .list-files::-webkit-scrollbar-track {
    background-color: rgba(211, 211, 211, 0.25);
  }
  
  .upload .upload-files footer .list-files::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(211, 211, 211, 0.25);
  }
  
  .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
    background-color: rgba(77, 182, 172, 0.5);
  }
  
  .upload .upload-files footer .list-files .file {
    width: 300px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-animation: fade 0.35s ease both;
            animation: fade 0.35s ease both;
  }
  
  .upload .upload-files footer .list-files .file .name {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80px;
    text-align: left;
  }
  
  .upload .upload-files footer .list-files .file .progress {
    width: 175px;
    height: 5px;
    border: solid 1px lightgray;
    border-radius: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(77, 182, 172, 0.2)), to(rgba(77, 182, 172, 0.8))) no-repeat;
    background: linear-gradient(to left, rgba(77, 182, 172, 0.2), rgba(77, 182, 172, 0.8)) no-repeat;
    background-size: 100% 100%;
  }
  
  .upload .upload-files footer .list-files .file .progress.active {
    -webkit-animation: progress 30s linear;
            animation: progress 30s linear;
  }
  
  @-webkit-keyframes progress {
    from {
      background-size: 0 100%;
    }
    to {
      background-size: 100% 100%;
    }
  }
  
  @keyframes progress {
    from {
      background-size: 0 100%;
    }
    to {
      background-size: 100% 100%;
    }
  }
  
  .upload .upload-files footer .list-files .file .done {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #058b10;
    border-radius: 50%;
    margin-left: -10px;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: relative;
  }
  .upload .hasFiles span{
    color: black;
  }
  .upload .upload-files footer .list-files .file .done:before {
    content: "OK";
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 24px;
    opacity: 0;
  }
  
  .upload .upload-files footer .list-files .file .done:hover:before {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: -30px;
    opacity: 1;
  }
  
  .upload .upload-files footer .list-files .file .done.anim {
    -webkit-animation: done1 0.5s ease forwards;
            animation: done1 0.5s ease forwards;
  }
  
  .upload .upload-files footer .list-files .file .done.anim #path {
    -webkit-animation: done2 2.5s 0.5s ease forwards;
            animation: done2 2.5s 0.5s ease forwards;
  }
  
  .upload .upload-files footer .list-files .file .done #path {
    stroke-dashoffset: 7387.59423828125;
    stroke-dasharray: 7387.59423828125 7387.59423828125;
    stroke: #fff;
    fill: transparent;
    stroke-width: 50px;
  }
  
  @-webkit-keyframes done2 {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes done2 {
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @-webkit-keyframes done1 {
    50% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(0.25);
              transform: scale(0.25);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 1;
    }
  }
  
  @keyframes done1 {
    50% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(0.25);
              transform: scale(0.25);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 1;
    }
  }
  
  .upload .upload-files footer .importar {
    width: 125px;
    outline: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    border: solid 1px #008116;
    color: #008116;
    background: transparent;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 4px;
    font-family: Roboto;
    line-height: 1;
    cursor: pointer;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
  }
  
  .upload .upload-files footer .importar.active {
    -webkit-transition: opacity 0.5s 1.5s ease, background, -webkit-transform 0.5s 1.5s ease;
    transition: opacity 0.5s 1.5s ease, background, -webkit-transform 0.5s 1.5s ease;
    transition: transform 0.5s 1.5s ease, opacity 0.5s 1.5s ease, background;
    transition: transform 0.5s 1.5s ease, opacity 0.5s 1.5s ease, background, -webkit-transform 0.5s 1.5s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .upload .upload-files footer .importar:hover {
    background: #008116;
    color: #fff;
  }
  
  div#drop {
      border: 2px dashed transparent;
  }

  @-webkit-keyframes fadeup {
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fadeup {
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes faderight {
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes faderight {
    to {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fade {
    to {
      opacity: 1;
    }
  }
  
  @keyframes fade {
    to {
      opacity: 1;
    }
  }
  
  @media (max-width: 400px) {
    .upload {
      width: 100%;
      height: 100%;
    }
  } */
/*# sourceMappingURL=upload.css.map */

/*====================== New Upload Files ================*/

.files-upload :focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0.0625rem 0.25rem #5e9ed6;
  box-shadow: 0 0 0.0625rem 0.25rem #5e9ed6;
}

.files-upload .hidden {
  display: none;
}

.files-upload .visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -0.0625rem !important;
  clip: rect(0 0 0 0) !important;
}

.files-upload .anchor {
  border-radius: 0.125rem;
  color: #000;
}

.files-upload .button {
  display: block;
  padding: 0.375rem 0.75rem;
  border: none;
  /* border-radius: 0.125rem; */
  /* background-color: #000; */
  color: #fff;
  /* font-family: inherit;
    font-size: inherit;
    text-decoration: none; */
  cursor: pointer;
}

.files-upload .upload-file {
  max-width: 736px;
}

.files-upload .file {
  padding-left: 0;
  list-style: none;
}

.files-upload .file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.125rem;
  margin-bottom: 0.0625rem;
  background-color: #f0f0f0;
  height: 90px;
}

.files-upload .file__name {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  overflow: hidden;
  padding: 0.3125rem;
  margin-right: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.files-upload .file__status {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 0.5rem;
}

.files-upload .file__status--success {
  color: #00425a;
}

.files-upload .file__status--error {
  color: #800000;
}

.files-upload .file__remove {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.files-upload .dropzone {
  margin-bottom: 1rem;
}

.files-upload .dropzoneactual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  border: 0.125rem dashed rgb(255, 255, 255);
  border-radius: 0.125rem;
}

.files-upload .dropzoneactual .files-upload .dropzone__label {
  margin-bottom: 0;
}

.files-upload .dropzoneactual .files-upload .dropzone__label::after {
  content: "";
}

.files-upload .dropzoneactual .files-upload .dropzone__label--focused {
  outline: 0;
  -webkit-box-shadow: 0 0 0.0625rem 0.25rem #5e9ed6;
  box-shadow: 0 0 0.0625rem 0.25rem #5e9ed6;
}

.files-upload .dropzoneactual .files-upload .dropzone__file {
  position: absolute;
  left: -9999em;
}

.files-upload .dropzoneactual .files-upload .dropzone__upload {
  display: none;
}

.files-upload .dropzone--dragover {
  background-color: #ddd;
}

.files-upload .dropzone__label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.files-upload .dropzone__label::after {
  content: ":";
}

.files-upload .dropzone__file {
  display: block;
  padding: 0.375rem 0.75rem;
  border: 0.0625rem solid #000;
  border-radius: 0.125rem;
  font-family: inherit;
  font-size: inherit;
}

.files-upload .dropzone__upload {
  margin-top: 0.5rem;
}
.files-upload input#files {
  /* visibility: hidden; */
  display: none;
}
.files-upload button.dropzone__upload.button {
  display: none;
}
.files-upload h1.heading {
  color: white;
  padding: 8px 0 0 0;
  border-top: 1px solid #ffffff66;
  font-size: 16px;
}
.files-upload p {
  color: #ffffffb5;
}
.files-upload h2.heading {
  /* margin-top: 20px;
    font-size: 16px;
    background-color: #ffffff8c;
    padding: 5px 5px 5px 10px;
    color: black;
    border-left: 10px solid;
    font-weight: 800; */
  color: white;
  padding: 8px 0 0 0;
  border-top: 1px solid #ffffff66;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
.files-upload li.file__item {
  background-color: white !important;
  border-radius: 8px !important;
  margin-bottom: 5px !important;
}
@media (max-width: 992px) {
  .mobile-w-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .files-upload li.file__item {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
  .file__tooth {
    margin-top: 15px;
    margin-left: 7px !important;
  }
}
.files-upload button.file__remove.button {
  outline: none !important;
  border-radius: 25px;
  background-color: #1f8a70;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}
.files-upload button.file__remove.button:hover {
  background-color: #fb7f20;
  box-shadow: 2px 3px 4px #1c131359;
}
.files-upload .dropzone__field {
  text-align: center;
}
.files-upload .dropzoneactual {
  margin-top: 20px;
  height: 355px;
}
/*# sourceMappingURL=upload.css.map */

.products-descriptions {
  color: #bdbdbd;
  margin-top: 15px;
}
.tabs li a:hover .products-descriptions {
  color: #ffffff !important;
  margin-top: 15px;
}
.why-choose-us-text span {
  color: #00a2ff;
  font-weight: 800;
}

/* Files Upload Message Style */
.files-upload li.file__item.file__item--error {
  background-color: #ff9595 !important;
}
.files-upload li.file__item.file__item--success {
  background-color: #bfdb38 !important;
}
.files-upload li.file__item.file__item--uploading .file__remove {
  background-color: black;
}
.files-upload .file__item span.file__name {
  text-align: left;
  color: #00425a;
}

/* menu responsive */
@media only screen and (max-width: 991px) {
  .navbar .col-12.col-lg-8.col-md-12 {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: white;
  }
  .theme-dark .navbar .col-12.col-lg-8.col-md-12 {
    background-color: rgb(0, 0, 0);
  }
  .navbar-toggle-btn {
    top: -50px !important;
  }
}
.file__tooth {
  order: 5;
  margin-right: 0.5rem;
  width: 450px;
  height: 55px;
  border: solid 1px #cfcfcf;
  margin-left: 20px;
  padding-left: 10px;
  color: #8b8b88;
  border-radius: 8px;
}
.file__name {
  order: 1;
}
.file__status {
  order: 2;
}
.file__remove {
  order: 4;
  width: 130px;
  flex-basis: 0;
}

.appointment-form form #submit {
  border: 1px solid #fff;
  margin-top: 5px;
  color: #fff;
  background: #fff;
  padding: 10px 40px;
  font-size: 20px;
}
.appointment-form form #submit:focus,
.appointment-form form #submit:hover {
  color: #000;
}
.appointment-form form #submit:focus .spinner-border,
.appointment-form form #submit:hover .spinner-border {
  filter: invert(1);
}
.appointment-form form #submit::after {
  background: #3b566e !important;
}

.swal2-html-container {
  text-align: left !important;
  color: #2f4285 !important;
}
.swal2-html-container li {
  text-transform: capitalize;
}

.swal2-title {
  font-size: 1.3rem !important;
  color: #fc7300 !important;
  padding-top: 40px !important;
}

.swal2-confirm {
  border: 1px solid #fff !important;
  margin-top: 5px !important;
  color: #fff !important;
  background: #fff !important;
  padding: 10px 40px !important;
  font-size: 20px !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  font-weight: 700 !important;
  border-radius: 45px !important;
}

.swal2-confirm::after {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  z-index: -1 !important;
  bottom: auto !important;
  background: #00c6ff !important;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff) !important;
  background: linear-gradient(to right, #0072ff, #00c6ff) !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  background: #fc7300 !important;
}
