/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* fonts cdn links */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600&display=swap");
/* font-family: 'Gothic A1', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}


::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Gothic A1", sans-serif;
  padding-right: 70px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.row>* {
  padding-right: 0 !important;
}

svg {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.success-ok {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  background-color: #e0efcb;
  padding: 7px 15px;
  margin: 20px auto 0;
  border-radius: 10px;
  border: 1px solid #e0efcb;
  color: white;
  white-space: nowrap;
  z-index: 1051;
}

.success-not {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #d83947;
  padding: 7px 15px;
  margin: 20px auto 0;
  border-radius: 2px;
  border: 1px solid #d83947;
  color: white;
  z-index: 1051;
}

.success {
  display: none;
  /* position: relative; */
  max-width: 320px;
  width: 100%;
  min-height: 1em;
  padding: 1em 1.5em;
  color: #2c2c2c !important;
  -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
  -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  transition: opacity .1s ease, color .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
  -o-transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
  transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
  transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
  border-radius: .28571429rem;

}

a {
  text-decoration: none;
  color: currentColor;
  letter-spacing: 0.6px;
}

header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  padding: 6px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px rgb(95 107 125 / 35%);
  box-shadow: 0px 5px 20px rgb(95 107 125 / 35%);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo a img {
  width: 160px;
}

header.scrolled .logo a img {
  width: 120px;
}

header.scrolled ul.nav-links {
  margin: 0;
}

ul.nav-links li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px;
}

.nav-links li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.nav-links span {
  color: #fff;
}

.navbar-right-top .nav-links {
  text-align: right;
}

.navbar-right-top {
  margin-right: 10px;
}

.navbar-right-top .nav-links li a:hover {
  color: #d2d755 !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-right-top .nav-links li a.bg-nav-a {
  background: url("../img/svg/lock-white.svg");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 20px;
}

.navbar-right-bottom .nav-links li a.nav-brdr-btm::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background-color: #d2d755;
  visibility: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-links li a.nav-brdr-btm:hover::after,
.nav-links li a.nav-brdr-btm.active::after {
  visibility: visible;
  opacity: 1;
}

.navbar-right-bottom .nav-links li a.bg-clr-red {
  /* background-color: #93328e; */
  -webkit-animation: anim-bg 10s infinite;
  animation: anim-bg 10s infinite;
  padding: 15px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  font-size: 13px;
  transition: all 0.2s;
}

.navbar-right-bottom .nav-links li a.bg-clr-red:hover {
  background-color: #00a3e0;
}

.side-nav-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  text-align: center;
  padding: 30px 10px;
  background-color: #231f20;
}

.nav-links span {
  color: #f2f2f2cc;
}

.nav-links span a.tele {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #f2f2f2cc;
}

.nav-links span a.tele i {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.nav-links span a.tele:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.nav-links span a.tele:hover i {
  color: #85ff00;
}

.nav-links span a.tele:hover i.fa-envelope {
  color: #ff4700;
}

.d-fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-links span a.social {
  padding: 0 !important;
  display: inline-block !important;
  height: 20px;
  width: 20px;
  background-image: url("../img/social.png");
  background-repeat: no-repeat;
  opacity: .5;
  margin-top: 0;
  margin: 0 3px;
}

.nav-links span a.social:hover {
  -webkit-transition: .2s all linear;
  -o-transition: .2s all linear;
  transition: .2s all linear;
  opacity: 1;
}

.follow-us {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  opacity: .6
}

.social.fb {
  background-position: 8px 1px
}

.social.in {
  background-position: -12px 1px;
}

.social.tw {
  background-position: -34px 1px;
}

.social.gp {
  background-position: -57px 3px;
}


.soc a {
  text-decoration: none;
  color: #f2f2f2cc;
  height: 25px;
  margin: 0px 2px;
  width: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  font-size: 13px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.soc a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px #0000000d;
  box-shadow: 0px 0px 10px #0000000d;
}

.soc a .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.soc a:hover .fa-facebook {
  color: #3b5998;
}

.soc a:hover .fa-twitter {
  color: #00aced;
}

.soc a:hover .fa-instagram {
  color: #8a3ab9;
}

.soc a:hover .fa-linkedin {
  color: #0077b5;
}

.soc a:hover .fa-youtube-play {
  color: red;
}


.side-nav-wrap .side-nav {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-nav-wrap .side-nav .side-nav-items {
  margin-bottom: 30px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-nav .side-nav-items .side-nav-icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-nav .side-nav-items .side-nav-icon svg {
  display: block;
  margin: 0 auto;
}

.side-nav .side-nav-items .side-nav-icon:hover svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #00a3e0;
}

.side-nav-panel {
  display: none;
  position: fixed;
  z-index: 100;
  overflow: auto;
  top: 0;
  right: 70px;
  width: 300px;
  height: 100%;
  padding: 20px 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  background-color: #f1f1f1;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .side-nav-panel_2 {
  display: none;
  position: fixed;
  z-index: 100;
  overflow: auto;
  top: 0;
  right: 70px;
  width: 300px;
  height: 100%;
  padding: 60px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  background-color: #f1f1f1;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */

/* .side-nav-panel .close-modal {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/svg/close-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} */

.dismiss {
  position: absolute;
  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;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
  top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 4;
}

.dismiss:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50%;
}

.dismiss .closes {
  position: absolute;
  width: 100%;
  height: 1.9px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dismiss.closes-bgcb .closes {
  background-color: rgb(0, 0, 0);
}

.dismiss.closes-bgcb .closes {
  background-color: #333;
}

.dismiss:hover .closes {
  background-color: #00a3e0;
}

.dismiss .closes:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dismiss .closes:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.overlay-commun {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 98;
  cursor: pointer;
  /* backdrop-filter: blur(5px); */
}

.side-nav-title {
  margin-bottom: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #333;
}

.side-nav-panel a.bg-clr-red {
  text-decoration: none;
  background-color: #93328e;
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.side-nav-panel a.bg-clr-red:hover {
  background-color: #00a3e0;
}

.side-nav-panel .nav-actions {
  margin: 30px 0;
}

.side-nav-panel .nav-actions .nav-action {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.nav-actions .nav-action .nav-action-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #0066ff;
}

.side-nav-title a,
.nav-actions .nav-action a:hover {
  color: #00a3e0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-actions+.nav-actions {
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.nav-action .nav-action-content {
  color: #333;
}


/* Res sidemenu Bx  */
.logo_2 {
  border-bottom: 1px solid #bbbbbbe2;
  height: 100px;
}

.logo_2 a img {
  width: 175px;
  display: block;
  margin: auto;
}


.slidemenu {

  height: calc(100% - 245px);
  max-height: calc(100% - 245px);
  /* position: absolute; */
  width: 100%;
  top: 0;
  margin-top: 10px;
  overflow: auto;

}

.slidemenu ul {
  padding: 0;
  margin: 0;
}

.slidemenu ul li {
  list-style: none;
  margin-bottom: 0px;
  /* display: inline-block; */
}


.slidemenu ul li a {
  margin: 0px 0px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #333333cc;
}

.slidemenu ul li a ion-icon {
  margin-bottom: 3px;
  color: #333;
}

.slidemenu ul li a:hover,
.slidemenu ul li a.active {
  color: #0077b5;
  background-color: #0000000a;
}

.slidemenu ul li a:hover ion-icon,
.slidemenu ul li a.active ion-icon {
  color: #0077b5;
}


.side-menu-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  /* background-color: #fcfcfc; */
  width: 100%;
  margin: 0;
  border-top: 1px solid #f1f1f13f;
}

.social-bx a {
  color: #737373;
  height: 30px;
  margin: 2px 2px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  border-radius: 50%;
}

.social-bx a.icon-fb:hover {
  border-color: #3b5998;
  background-color: #3b5998;
  color: white;
}

.social-bx a.icon-tw:hover {
  border-color: #00aced;
  background-color: #00aced;
  color: white;
}

.social-bx a.icon-insta:hover {
  border-color: #8a3ab9;
  background-color: #8a3ab9;
  color: white;
}

.social-bx a.icon-lin:hover {
  border-color: #0077b5;
  background-color: #0077b5;
  color: white;
}

.social-bx a.icon-yt:hover {
  border-color: red;
  background-color: red;
  color: white;
}



/* home section  */
.home-main {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.home-main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-main img {
  display: none;
}

.home-main video::-webkit-media-controls {
  display: none;
}

.home-main .home-liner-gradiant {
  opacity: 0.74;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(330deg,
      #d2d755 0,
      #43b02a 25%,
      #00a3e0 50%,
      #0072ce 75%,
      #93328e 100%);
  background: linear-gradient(120deg,
      #d2d755 0,
      #43b02a 25%,
      #00a3e0 50%,
      #0072ce 75%,
      #93328e 100%);
  z-index: 1;
}

.home-main .home-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 95px;
  text-align: center;
  z-index: 2;
}

.home-main .home-content .h1 {
  font-size: 38px;
  font-weight: 600;
  word-wrap: break-word;
  text-align: center;
  width: 900px;
}

.home-main .home-content .text-feature {
  font-size: 23px;
  line-height: 1.6;
  margin-top: 10px;
}

.home-main .home-content .home-alert {
  margin-top: 5px;
}

.home-main .home-content .home-alert-content {
  display: inline-block;
  padding: 10px 20px 10px 54px;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url("../img/svg/alert-white.svg");
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size: auto 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.home-alert-content p {
  margin-bottom: 0;
  font-size: 18px;
  color: #f2f2f2cc;
}

.home-alert-content a {
  outline: none;
  color: #f2f2f2cc;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.home-alert-content a:hover {
  color: #fff;
  font-weight: 500;
}

.home-alert-content a:hover.home-alert-content a i {
  color: #85ff00;
}

/* home section end  */

/* section 2 start  */

#sec-2 {
  overflow: hidden;
  position: relative;
}

.clr-b {
  color: #25245c;
}

.ringing {
  position: relative;
  overflow: hidden;
}

.d-flez {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fav_img img {
  width: 145px;
  display: inline-block;
  /* margin: auto; */
  margin-bottom: 10px;
  -webkit-animation: ud-mover 1s infinite alternate;
  animation: ud-mover 1s infinite alternate;
}

.fav_img .f-up {
  display: inline-block;
  padding: 0 20px;
}

.fav_img .f-up p {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  color: #33333394;
  font-family: 'MuseoModerno', cursive;
  line-height: 1.04;
}

.fav_img .f-up p span {
  font-family: 'MuseoModerno', cursive;
  color: #006cb5;
  font-weight: 900;
  font-size: 55px;
}

.fav_img .f-up img {
  display: none;
  width: 145px;
}


.sec-2-left {
  text-align: left;
  padding: 15px 0 15px 0;
}

.sec-2-left h3 {
  font-size: 35px;
  line-height: 1.2;
  /* padding-right: 24px; */
  margin-bottom: 15px;
}

.sec-2-left p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-top: 12px;
}

.sec-2-left p:nth-last-child(1) {
  font-size: 45px;
  line-height: 1.3;
  margin-top: 10px;
}

.sec-2-left p em:nth-last-child(1) {
  font-size: 20px;
}

.clr-db {
  color: #0069b1;
  font-weight: bold;
}

.sec-2-left h4 {
  font-size: 35px;
}

.commun_heading {
  font-size: 35px;
}

.width-300 {
  display: block;
  width: 300px;
}

.uper-case {
  text-transform: uppercase;
}

.bg-clr-red {
  background-color: #93328e;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.bg-clr-red:hover {
  background-color: #00a3e0;
}

.sec-2-left a {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 11px;
  margin: 8px 8px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.sec-2-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.symptom-selector {
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  /* z-index: 10; */
  padding: 50px 26px;
  background: #00a3e0;
  background: -o-linear-gradient(315deg,
      #43b02a 0,
      #00a3e0 36%,
      #0072ce 67%,
      #93328e 100%);
  background: linear-gradient(135deg,
      #43b02a 0,
      #00a3e0 36%,
      #0072ce 67%,
      #93328e 100%);
  background-size: 200%;
  background-position: 50% 50%;
  text-align: center;
  -webkit-animation: movingDiagonalBackground 20s linear infinite;
  animation: movingDiagonalBackground 20s linear infinite;
}

.symptom-selector svg {
  display: block;
  margin: 0 10px;
}

.symptom-selector svg a {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .symptom-selector svg a:hover{
  transform: scale(1.5);
} */

.symptom-selector svg a path.body-link {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.symptom-selector svg a:hover path.body-link {
  fill: #93328e;
}

.symptom-selector+p {
  margin-top: 0;
}

/* sec-2 end */

/* sec 3 start */

.icon-card {
  cursor: pointer;
  margin: 30px 20px 0 0;
  padding-top: 30%;
  border: 8px solid #efeff0;
  background-color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.icon-card:hover {
  /* border-color: #93328e; */
  border: 0;
  -webkit-box-shadow: inset 0 0 0 5px #93328e, 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 5px #93328e, 0 0 8px rgba(0, 0, 0, 0);
}

.icon-card .icon-card-content .icon-card-img img {
  margin: 0 0 20px 5px;
}

/* section 3 end  */

/* --- commun-heading --- */
h3.commun-heding {
  text-align: center;
  margin: 0px auto 8px;
  font-size: 36px;
  font-weight: 400;
  color: #003262;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

h3.commun-heding.b-color {
  color: #6f355b;
}

/* Testimonials section  */

.test-section {
  background-color: white;
}

.testimonials-item {
  padding: 0px 0 0px;
  position: relative;
}

.testimonials-item p {
  font-size: 1.8rem;
  color: #003262;
  text-align: center;
  max-width: 920px;
  padding: 25px;
  width: 100%;
  margin: auto;
  display: block;
}

.testimonials-item .test-star {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

.testimonials-item .test-star .fa {
  font-size: 24px;
  color: lightgray;
  margin: 0 2px;
}

.testimonials-item .test-star .fa.active {
  color: gold;
}

.testimonials-item .test-name {
  color: #2d9cdb;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.testimonials-item img {
  width: 100px !important;
}

.testimonials-item img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.testimonials-item img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* --- testimonial section owl design --- */
.test-section .owl-prev,
.test-section .owl-next {
  width: 50px !important;
  height: 50px !important;
  background-color: #2d9cdb !important;
  border-radius: 50% !important;
  font-size: 28px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white !important;
  -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 20%);
  box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}

.test-section .owl-nav {
  margin-top: 35px !important;
}

.cwb .owl-nav,
.team-slider .owl-nav {
  margin-top: 0px !important;
}

.test-section .owl-next svg {
  width: 25px;
  height: 25px;
  position: relative;
  right: -1px;
}

.test-section .owl-prev svg {
  width: 25px;
  height: 25px;
  position: relative;
  left: -1px;
}

.test-section .owl-prev:hover,
.test-section .owl-next:hover {
  background-color: #003262 !important;
  color: white !important;
  opacity: 1;
}

/* service section start  */

.service-gateways {
  padding: 60px;
  background-image: url("../img/doctor-checking-back.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.tab-teaser {
  /* max-width: 800px; */
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 7px;
}

.tab-menu {
  width: 380px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  position: sticky;
  top: 90px;
  height: calc(100vh - 220px);
  min-height: 700px;
  -webkit-box-shadow: 0px 0px 10px 0px #d6d6d6;
  box-shadow: 0px 0px 10px 0px #d6d6d6;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 7px 0 0 7px;
}

.tab-menu .service-tab-link a {
  display: block;
  font-weight: bold;
  padding: 34px;
  text-transform: uppercase;
  color: #0072cee6;
  font-size: 20px;
}

.tab-menu .service-tab-link a::after {
  content: "";
  position: relative;
  right: 0;
  margin-left: 10px;
  padding-right: 20px;
  background-image: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-menu .service-tab-link a:hover {
  background-color: #fff;
  color: #333;
}

.tab-menu .service-tab-link a:hover::after {
  margin-left: 15px;
}

.tab-menu .service-tab-link a.active {
  color: #231f20;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tab-menu .service-tab-link a.active::after {
  display: none;
}

.tab-menu .service-tab-link {
  border-bottom: 2px solid #efeff0;
}

.tab-box {
  display: none;
}

.tab-main-box {
  /* background: #f4fcce; */
  padding: 60px;
  /* border: 2px solid #d0d062; */
  margin-top: -2px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tab-box h3 {
  font-size: 40px;
  color: #25245c;
  font-weight: 700;
  margin-bottom: 20px;
}

.tab-box p {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}

.tab-box a {
  margin: 25px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #0072ce;
  font-weight: 600;
}

.tab-box img.fix-width {
  width: 350px;
}

.tab-box img {
  width: 600px;
  display: block;
  margin: 30px auto 0;
  border-radius: 7px;
}

.tab-box a:hover {
  color: #003262;
}

.tab-box a.arrow::after {
  content: "";
  position: relative;
  right: 0;
  margin-left: 10px;
  padding-right: 20px;
  background-image: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-main-box .tab-box a:hover::after {
  margin-left: 15px;
}

.res-service-tab {
  display: none;
}

/* text gradiant section  */

.text-gradiant p {
  color: #231f20;
  background: -webkit-linear-gradient(left,
      rgb(67, 176, 42) 0%,
      rgb(0, 163, 224) 36%,
      rgb(0, 114, 206) 67%,
      rgb(147, 50, 142) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.bg-gradiant {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* position: relative;
    z-index: -1; */
  display: block;
  padding: 54px;
  text-align: center;
  background: #00a3e0;
  background-image: -webkit-gradient(linear,
      left top, right top,
      from(#43b02a),
      color-stop(20%, #d2d755),
      color-stop(39%, #00a3e0),
      color-stop(55%, #0072ce),
      color-stop(75%, #93328e)),
    url(../img/cta-logo-mark.png);
  background-image: -o-linear-gradient(left,
      #43b02a 0%,
      #d2d755 20%,
      #00a3e0 39%,
      #0072ce 55%,
      #93328e 75%),
    url(../img/cta-logo-mark.png);
  background-image: linear-gradient(to right,
      #43b02a 0%,
      #d2d755 20%,
      #00a3e0 39%,
      #0072ce 55%,
      #93328e 75%),
    url(../img/cta-logo-mark.png);
  background-size: 180%;
  background-position: 50% 0;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 500;
  height: 220px;
  color: #fff;
}

.row-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

/* .pos-ab{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 54px;
} */

.sperator {
  text-decoration: none;
  position: relative;
  border-right: 1px solid #fcfcfc;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  margin: 10px 0;
  padding: 0px 8px;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sperator:hover {
  color: #d6d6d6;
}

.sperator:nth-last-child(1) {
  border-right: none;
}

/* -------------footer css------------- */

footer {
  background-color: #1e3473;
}

.footer-ul-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.footer-ul-link li a {
  text-decoration: none;
  position: relative;
  border-right: 1px solid #fcfcfc57;
  color: #fcfcfcc4;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  margin: 10px 0;
  display: block;
  padding: 0px 15px;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-ul-link li:last-child a {
  border: none;
}

.footer-ul-link li a.active,
.footer-ul-link li a:hover {
  color: #fff;
}

.footer-ul-link li a .bx {
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 18px;
}

.footer-ul-link i {
  color: #fcfcfcc4;
}

.footer-bottom {
  margin-top: 25px;
  
}

.design-developed{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-bx{
  color: #fcfcfcc4;
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
}

.develop-bx{
  color: #fcfcfce2;
  font-size: 10px;
  margin: 0;
  margin-bottom: 10px;
}

.develop-bx a{
  transition: 0.3 ease-in-out;

}

.develop-bx a:hover{
  color: #ffffff;

}

/* .mede-with {
  color: #fcfcfcc4;
  font-size: 13px;
  margin: 0;
  margin-bottom: 10px;
}

.mede-with a {
  text-decoration: none;
  color: #fcfcfcc4;
}

.mede-with a:hover {
  color: #fff;
} */

.icons-box-made {
  /* border: 1px solid red; */
  width: 12px;
  height: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 2px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o {
  position: absolute;
}

.mede-with .fa-heart-o {
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.mede-with .fa-heart {
  color: #999;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.mede-with:hover .fa-heart-o {
  opacity: 0;
}

.mede-with:hover .fa-heart {
  opacity: 1;
  color: #dd1627;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.social-links {
  text-align: center;
}

.social-links a {
  text-decoration: none;
  color: #fff;
  height: 35px;
  margin: 0px 2px;
  width: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.social-links a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px #0000000d;
  box-shadow: 0px 0px 10px #0000000d;
}

.social-links a .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-links a:hover .fa-facebook {
  color: #3b5998;
}

.social-links a:hover .fa-twitter {
  color: #00aced;
}

.social-links a:hover .fa-instagram {
  color: #8a3ab9;
}

.social-links a:hover .fa-linkedin {
  color: #0077b5;
}

.social-links a:hover .fa-youtube-play {
  color: red;
}

.bdt {
  border-top: 1px solid rgba(71, 71, 71, 0.379);
}

.footer-social-link i {
  color: #fff;
}

/* custom bootstrap css  */
.accordion-button {
  font-size: 18px;
  font-weight: 700;
}

.accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #0072ce;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f2f7ff;
}

.accordion-body {
  background-color: #e7f1ff8c;
}

/* about page  */
.about-main {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 350px;
}

.about-main img {
  /* filter: grayscale(01); */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-main .home-liner-gradiant {
  opacity: 0.8;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(330deg,
      #d2d755 0,
      #43b02a 25%,
      #00a3e0 50%,
      #0072ce 75%,
      #93328e 100%);
  background: linear-gradient(120deg,
      #d2d755 0,
      #43b02a 25%,
      #00a3e0 50%,
      #0072ce 75%,
      #93328e 100%);
}

.about-main .about-content {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 95px;
  text-align: center;
}

.about-main .about-content .h1 {
  font-size: 45px;
  font-weight: 600;
  word-wrap: break-word;
  text-align: center;
  width: 900px;
  /* background-color: rgba(255, 255, 255, .15); */
}

div.ring-anim::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  width: 100rem;
  height: 100rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-animation: pulsing-ring 12s infinite linear;
  animation: pulsing-ring 12s infinite linear;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  opacity: 0;
}

div.ring-anim:nth-of-type(1)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

div.ring-anim:nth-of-type(2)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

div.ring-anim:nth-of-type(3)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

div.ring-anim:nth-of-type(4)::after {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

div.ring-anim:nth-of-type(5)::after {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

div.ring-anim:nth-of-type(6)::after {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

div.ring-anim:nth-of-type(7)::after {
  -webkit-animation-delay: 10.5s;
  animation-delay: 10.5s;
}

div.ring-anim:nth-of-type(8)::after {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}


@-webkit-keyframes pulsing-ring {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.01);
    transform: translate3d(-50%, -50%, 0) scale(.01);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0
  }
}


@keyframes pulsing-ring {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.01);
    transform: translate3d(-50%, -50%, 0) scale(.01);
    opacity: 1
  }

  70% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 0
  }
}


.about-sec-1 {
  position: relative;
  overflow: hidden;
}

.about-sec-1 img {
  width: 200px;
  display: block;
  margin: auto;
  -webkit-animation: ud-mover 1s infinite alternate;
  animation: ud-mover 1s infinite alternate;
}


@-webkit-keyframes ud-mover {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes ud-mover {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.about-sec-1 .text-gradiant p {
  text-align: justify;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.about-sec-1 .text-gradiant p:nth-last-child(1) {
  margin-top: 20px;
  font-style: italic;
}

/* .about-sec-2-right {
  padding: 30px 0px 40px;
} */
.bg-blue {
  background-color: #00a3e0;
}

.bg-blue {
  background: -webkit-gradient(linear,
      left top, right top,
      from(#43b02a),
      color-stop(0%, #d2d755),
      color-stop(39%, #00a3e0),
      color-stop(71%, #0072ce),
      to(#93328e));
  background: -o-linear-gradient(left,
      #43b02a 0%,
      #d2d755 0%,
      #00a3e0 39%,
      #0072ce 71%,
      #93328e 100%);
  background: linear-gradient(to right,
      #43b02a 0%,
      #d2d755 0%,
      #00a3e0 39%,
      #0072ce 71%,
      #93328e 100%);
}

.bg-blue p {
  word-spacing: 3px;
}

.about-sec-2-right p {
  /* padding: 11px 8px 0 0; */
  /* background-color: #00a3e0; */
  font-size: 25px;
  color: #fff;
}



.about-sec-2-right img.presonal_pic {
  width: 245px;
}


.about-sec-2-right p a {

  padding: 10px 20px;
  display: inline-block;
  margin-top: 13px;
  font-size: 15px;
  border-radius: 6px;

}

.about-sec-2-right p a:hover {
  background-color: #93328e83 !important;
  -webkit-box-shadow: inset 400px 0 0 0 #93328ec7 !important;
  box-shadow: inset 400px 0 0 0 #93328ec7 !important;
}

.about-sec-2-left {
  background-color: #0000000d;
}

.about-sec-3 h3 {
  font-size: 44px;
  line-height: 1.2;
  padding-right: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-sec-3 {
  padding: 0 20px;
}

.about-sec-3 p {
  width: 100%;
  font-size: 19px;
}

.about-sec-3 h4 {
  font-size: 25px;
  margin: 10px 0;
  font-weight: bold;
}

.about-links {
  max-width: 500px;
}

/* .about-links ul li{
    display:inline;
    list-style-position: inside;
    list-style: decimal;
} */
.about-links ul {
  padding: 0 0 0 20px;
}

.about-sec-3 ul li {
  margin: 15px 0;
}

.about-sec-3 ul li a {
  color: #00a3e0;
  text-decoration: underline;
  font-size: 20px;
}

.about-sec-3 ul li a:hover {
  color: #231f20;
  text-decoration: none;
}

.about-bg-gry {
  background-color: #f2f2f2a8;
}

.contactshortcut {
  text-align: center;
  max-height: 250px;
  margin: 20px 0;
}

.contactshortcut a {
  text-decoration: none;
  color: black;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: inline-block;
  height: 100%;
  width: calc(100% - 2rem);
  padding: 1rem;
  margin: 1rem;
  border: 2px solid #0072ce;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.3px;
  background-color: #ffffffb2;
}

.contactshortcut a:hover {
  -webkit-transform: translatey(-15px);
  -ms-transform: translatey(-15px);
  transform: translatey(-15px);
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: #0072ce;
  color: #fff;
}

.contactshortcut a:hover img {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contactshortcut span {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}

/* 
.contactshortcut span img {
  width: 30%;
} */

.contactshortcut a h4 {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
}

/* privacy policy page  */
.legal-ul {
  list-style: decimal;
  padding: 0px;
  list-style-position: inside;
}

.legal-ul li,
.legal-bx p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
  color: #575757;
}

.legal-bx h6 {
  margin: 0;
  margin-top: 20px;
  font-weight: 900;
  color: #3d3d3d;
  font-size: 18px;
}

/* ---
FAQs-page css
--- */

.about-text-bx {
  padding-left: 50px;
}

.faqs-call-bx>h6 {
  color: #393d72;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}

.faqs-call-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fcl-img {
  width: 35px;
  height: 35px;
  color: #393d72;
  margin-right: 10px;
}

.fcl-img svg {
  width: 100%;
  height: 100%;
}

.fcl-text span {
  color: #393d72;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
}

.fcl-text h6 {
  color: #ff4880;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 1px;
}

.acc-item {
  position: relative;
  padding: 0 15px;
  background: #fcfcfc;
  border: none;
  -webkit-box-shadow: 0 0 0px 1px #f0f0f0;
  box-shadow: 0 0 0px 1px #f0f0f0;
  border-radius: 15px;
  margin-bottom: 15px;
}

.acc-item .acc-heding {
  color: #393d72;
  padding: 15px 20px 15px 0px;
  background: transparent;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acc-item .acc-heding .fa {
  margin-right: 5px;
  color: #3ea69c;
}

.acc-item .acc-heding.collapsed:hover .fa,
.acc-item .acc-heding.collapsed:hover {
  color: #393d72;
}

.acc-item .acc-heding.collapsed .fa,
.acc-item .acc-heding.collapsed {
  color: #525252;
}

.acc-item .acc-heding span.down-icon {
  border-style: solid;
  border-color: currentColor;
  -o-border-image: initial;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acc-item .acc-heding.collapsed span.down-icon {
  top: 25px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.acc-item .acc-detail {
  position: relative;
}

.acc-item .acc-detail .faqs-inner {
  padding-bottom: 15px;
}

.acc-item .acc-detail .faqs-inner p {
  color: #858687;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.section-heading {
  color: #393d72;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

/* ---
Contact page css
--- */

.contact-info {
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 15px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-info:hover {
  background-color: #f0f0f031;
}

.contact-info .contact-icon {
  padding: 8px;
  width: 50px;
  height: 50px;
  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;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-info:hover .contact-icon {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  -webkit-box-shadow: 0 0 5px lightgray;
  box-shadow: 0 0 5px lightgray;
}

.contact-info .contact-icon img {
  width: 100%;
}

.contact-info .contact-text h6 {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.73;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.contact-info:hover .contact-text h6 {
  color: #124ca0;
}

.contact-info .contact-text p {
  color: #777777;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.contact-heading {
  font-weight: 500;
  color: #036;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}

h5.contact-heading::after {
  content: "";
  background-color: #036;
  width: 50px;
  height: 1.5px;
  position: absolute;
  left: 0;
  bottom: -8px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.custom-form {
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  position: relative;
}

.custom-form__group textarea,
.custom-form__group input {
  font-weight: 400;
  display: block;
  border: none;
  color: #000;
  border-color: #e6e6e6;
  border-radius: 5px;
  background-color: rgb(229 227 227 / 49%);
  border: 1px solid #e6e6e6;
  padding: 0px 0px 0px 0px;
  height: 40px;
  font-size: 13px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /* box-shadow: 0 0 0 30px rgb(229 227 227 / 49%) inset !important;
  -webkit-box-shadow:0 0 0 30px rgb(229 227 227 / 49%) inset !important; */
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 10px 6px 10px;
}

.custom-form__group textarea {
  padding: 6px 10px 6px 10px;
  height: auto;
}

.custom-form__group textarea,
.custom-form__group input:focus {
  outline: none;
  resize: none;
}

.custom-form__group {
  position: relative;
  margin: 16px 0 10px;
}

.custom-form__group .group__label {
  position: absolute;
  font-size: 12px;
  left: 24px;
  color: #868788;
  font-weight: 500;
  border-radius: 3px;
  top: -6px;
  opacity: 1;
  -webkit-transform: scale(1.2) translateY(15px);
  -ms-transform: scale(1.2) translateY(15px);
  transform: scale(1.2) translateY(15px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0.5px;
  padding: 0 8px;
}

.custom-form__group textarea:focus+.group__label,
.custom-form__group textarea:hover+.group__label,
.custom-form__group input:focus+.group__label,
.custom-form__group input:hover+.group__label {
  color: #c3c3c3;
}

.custom-form__group input:not(:-moz-placeholder-shown),
.custom-form__group textarea:not(:-moz-placeholder-shown) {
  /* border-color: var(--bg-blue); */
  background-color: rgb(229 227 227 / 49%);
  /* border-color: ; */
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #2491e5;
}

.custom-form__group input:not(:-ms-input-placeholder),
.custom-form__group textarea:not(:-ms-input-placeholder) {
  /* border-color: var(--bg-blue); */
  background-color: rgb(229 227 227 / 49%);
  /* border-color: ; */
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #2491e5;
}

.custom-form__group textarea:focus,
.custom-form__group textarea:hover,
.custom-form__group input:focus,
.custom-form__group input:hover,
.custom-form__group input:not(:placeholder-shown),
.custom-form__group textarea:not(:placeholder-shown) {
  /* border-color: var(--bg-blue); */
  background-color: rgb(229 227 227 / 49%);
  /* border-color: ; */
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #2491e5;
}

.custom-form__group textarea:not(:-moz-placeholder-shown)+.group__label,
.custom-form__group input:not(:-moz-placeholder-shown)+.group__label {
  transform: scale(0.9) translateY(-5px);
  opacity: 1;
  left: 12px;
  z-index: 1;
  font-weight: 500;
  color: #124ca0;
}

.custom-form__group textarea:not(:-ms-input-placeholder)+.group__label,
.custom-form__group input:not(:-ms-input-placeholder)+.group__label {
  -ms-transform: scale(0.9) translateY(-5px);
  transform: scale(0.9) translateY(-5px);
  opacity: 1;
  left: 12px;
  z-index: 1;
  font-weight: 500;
  color: #124ca0;
}

.custom-form__group textarea:not(:-moz-placeholder-shown)+.group__label,
.custom-form__group input:not(:-moz-placeholder-shown)+.group__label {
  -webkit-transform: scale(0.9) translateY(-5px);
  -ms-transform: scale(0.9) translateY(-5px);
  transform: scale(0.9) translateY(-5px);
  opacity: 1;
  background: #fff;
  left: 20px;
  z-index: 1;
  font-weight: 500;
  color: #124ca0;
  padding: 0 7px;
}

.custom-form__group textarea:not(:-ms-input-placeholder)+.group__label,
.custom-form__group input:not(:-ms-input-placeholder)+.group__label {
  -webkit-transform: scale(0.9) translateY(-5px);
  -ms-transform: scale(0.9) translateY(-5px);
  transform: scale(0.9) translateY(-5px);
  opacity: 1;
  background: #fff;
  left: 20px;
  z-index: 1;
  font-weight: 500;
  color: #124ca0;
  padding: 0 7px;
}

.custom-form__group textarea:not(:placeholder-shown)+.group__label,
.custom-form__group textarea:focus+.group__label,
.custom-form__group input:not(:placeholder-shown)+.group__label,
.custom-form__group input:focus+.group__label,
.custom-form__group select:focus+.group__label {
  -webkit-transform: scale(0.9) translateY(-5px);
  -ms-transform: scale(0.9) translateY(-5px);
  transform: scale(0.9) translateY(-5px);
  opacity: 1;
  background: #fff;
  left: 20px;
  z-index: 1;
  font-weight: 500;
  color: #124ca0;
  padding: 0 7px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
  -webkit-box-shadow: 0 0 0 30px rgb(255, 255, 255) inset !important;
}

.sub-btn {
  border: 1px solid lightgray;
  padding: 5px 10px;
  margin: 16px auto 0;
  /* width: 100%; */
  color: #fff;
  height: 45px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  background-color: #00458b;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
}


.is-incomplete .appointment-btn {
  background-color: #bbbbbb4f !important;
  color: #333;
}

.form_close {
  border: 1px solid lightgray;
  padding: 5px 10px;
  margin: 16px auto 0;
  /* width: 100%; */
  height: 45px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58);
}

.form_close:hover {
  color: #fff;
  background-color: #dc3545;
}

/* .sub-btn:hover {
  border-color: #124ca0;
  background-color: #124ca0;
  color: white;
} */

.contact-map {
  width: 100%;
  height: 100%;
}

/*====================*/
/* BUZZ OUT
/*====================*/

@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* .buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
} */
.buzz-out-on-hover:hover img {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  33.3% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  49.95% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  33.3% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  49.95% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
} */

.hvr-wobble-vertical:hover img {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*===================*/
/* BOB
/*===================*/

@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* .bob-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
} */
.bob-on-hover:hover img {
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.slide_right:hover {
  /* box-shadow: inset 1000px 0 0 0 #00458bb7; */
  background-color: #00458bb7;
  color: #333;
}

.slide_right-on-hover:hover {
  -webkit-box-shadow: inset 400px 0 0 0 #00a3e0 !important;
  box-shadow: inset 400px 0 0 0 #00a3e0 !important;
  color: #fff;
  background-color: #93328e !important;
}

/* .slide_right:hover::after,.slide_right:hover::before{
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: red;
  z-index: -1;
}

.slide_right:hover::before {
  background: blue;
  transform: translateX(-100%);
  z-index: 1;
}

.slide_right:hover:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.slide_right:hover::after {
   z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.slide_right:hover:hover:after {
  opacity: 1;
  transform: translateX(0);
 transition: transform 350ms 360ms ease;
} */

/* .button-shrink {
  color: #65b5f6;
  background-color: transparent;
  border: 1px solid #65b5f6;
  border-radius: 4px;
  padding: 0 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
} */

.button-shrink:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/*===================*/
/* SKEW FORWARD
/*===================*/

/* .skew-forward-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
} */
/* .skew-forward-on-hover:hover, .skew-forward-on-hover:focus, .skew-forward-on-hover:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
} */

/* Service page  */

.service-main {
  /* padding:0 20px; */
  margin: 0 20px;
  /* background-color: gray; */
  /* display: flex;
  flex-direction: column; */
  margin: 20px 20px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 4px #00000012;
  box-shadow: 0 7px 4px #00000012;
  border-radius: 10px;
}

.service-main .service-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-main .service-content {
  padding: 20px 30px 20px;
  background-color: #f9f9f9;
  /* box-shadow: 0 2px 4px #00000012, 0 4px 5px #0000000f, 0 1px 10px #0000001a; */
  /* height: 160px; */
  /* box-shadow: 0 7px 4px #00000012; */
  border-radius: 0 0 8px 8px;
  max-height: 180px;
}

.service-main .service-content .h4 {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.service-main .service-content .text-feature {
  font-size: 14px;
  font-weight: 600;
  color: #0000006b;
  /* white-space:nowrap; */
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.service-main .service-content span {
  color: #393d72;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  display: block;
  margin: 10px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

}



.contacting {
  border: 1px solid transparent;
  font-size: 1em;
  padding: 28px 60px;
  word-wrap: break-word;
  border-color: #f0f0f0;
  background-color: #f7f7f7;
}


.contacting .h2 {
  font-weight: 600;
  font-size: 35px;
  color: #033b4a;
}

.contacting .bg-gry {
  color: #666;
  border-color: #ebebeb;
  background-color: #ebebeb;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s;
  border-radius: 7px;
}


.contacting .bg-gry:hover {
  color: #fff;
  background-color: #d83947;
}

.owner_section .owner_img img {
  width: 230px;
}

.owner_section .owner_content p {
  font-size: 25px;
  padding: 11px 8px 0 0;
  color: #fff;
}

.owner_content span {
  font-size: 25px;
  display: block;
  margin-top: 13px;
  color: #fff;
}

.owner_content a {
  padding: 10px 20px;
  display: inline-block;
  margin-top: 13px;
  font-size: 15px;
  border-radius: 30px;
  margin-bottom: 7px;
}

.owner_content a:hover {
  background-color: #47a800 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@-webkit-keyframes anim-bg {

  10%,
  100%,
  30%,
  0% {
    background-color: #f58634
  }

  20% {
    background-color: #faa831
  }

  40% {
    background-color: #a53692
  }

  50% {
    background-color: #00a859
  }

  60% {
    background-color: #00afef
  }

  70% {
    background-color: #853a93
  }

  80% {
    background-color: #633d94
  }

  90% {
    background-color: #ed3237
  }
}

@keyframes anim-bg {

  10%,
  100%,
  30%,
  0% {
    background-color: #f58634
  }

  20% {
    background-color: #faa831
  }

  40% {
    background-color: #a53692
  }

  50% {
    background-color: #00a859
  }

  60% {
    background-color: #00afef
  }

  70% {
    background-color: #853a93
  }

  80% {
    background-color: #633d94
  }

  90% {
    background-color: #ed3237
  }
}





/*------ mouse design css ------*/

.mouse {
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  width: 1.5rem;
  height: 2.5rem;
  border-radius: 1.1rem;
  border: 1px solid white;
  position: absolute;
  text-align: center;
  bottom: 20px;
  -webkit-filter: opacity(0.75);
  filter: opacity(0.75);
  z-index: 3;
  right: 20px;
  /* left: 50%; */
  /* transform: translateX(-50px); */
}

.mouse-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  position: relative;
  top: -48px;
  left: -18px;
  color: white;
  font-size: 11px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  /* background: red; */
}

.mouse:hover {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}

.mouse:hover .mouse-text {
  color: #CC9933;

}

.slider {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.75)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: slider 2s ease-in-out infinite;
  animation: slider 2s ease-in-out infinite
}

@-webkit-keyframes slider {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    height: 0.5rem;
    top: 0.5rem;
  }

  25% {
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    height: 1rem;
    top: 0.5rem;
  }

  70% {
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    height: 0.5rem;
    top: 1.5rem;
  }

  85% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
    height: 0.5rem;
    top: 1.5rem;
  }

  90% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
    height: 0.5rem;
    top: 0.5rem;
  }

  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    height: 0.5rem;
    top: 0.5rem;
  }
}

@keyframes slider {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    height: 0.5rem;
    top: 0.5rem;
  }

  25% {
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    height: 1rem;
    top: 0.5rem;
  }

  70% {
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
    height: 0.5rem;
    top: 1.5rem;
  }

  85% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
    height: 0.5rem;
    top: 1.5rem;
  }

  90% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
    height: 0.5rem;
    top: 0.5rem;
  }

  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
    height: 0.5rem;
    top: 0.5rem;
  }
}



#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  left: 30px;
  display: none;
  z-index: 4;
}



/* appointmnet modal  */


.commun-close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ff000000;
  padding: 7px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.commun-close-icon:hover {
  background: #0000000f;
  color: #212529;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.commun-close-icon:active {
  background: #00000024;
  color: #212529;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.commun-close-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* commun Close 2 css  */


.commun-close-icon_2 {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #ff000000;
  padding: 7px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

.commun-close-icon_2:hover {
  background: #0000000f;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.commun-close-icon_2:active {
  background: #00000024;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.commun-close-icon_2 svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hire-popup {
  /* background: linear-gradient(45deg, #f0f6fe, #faf1fa); */
  background-color: #fff;
  background-repeat: no-repeat;
  min-height: 420px;
  width: 100%;
  -webkit-box-shadow: 0 0 20px #0000002e;
  box-shadow: 0 0 20px #0000002e;
  border-radius: 5px;
  position: relative;
  padding: 25px 20px 20px;
  margin: auto;
}

.hire-popup h6 {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 22px;
  color: #333;
}





/*------ 01 Web loader ------*/
.web-loader {
  background-color: #f5f5f5;
  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;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}


.web-loader span {
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.web-loader span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 70px;
  height: 100%;
  background: #f0f0f000;
  -webkit-animation: slide 1s ease-in-out infinite;
  animation: slide 1s ease-in-out infinite;
  background: -o-linear-gradient(bottom left, rgb(255 0 0 / 0%) 0%, rgb(255 0 0 / 0%) 25%, rgba(245, 245, 245, 0.8), rgb(255 0 0 / 0%) 75%, rgb(255 0 0 / 0%) 100%);
  background: -webkit-gradient(linear, left bottom, right top, from(rgb(255 0 0 / 0%)), color-stop(25%, rgb(255 0 0 / 0%)), color-stop(rgba(245, 245, 245, 0.8)), color-stop(75%, rgb(255 0 0 / 0%)), to(rgb(255 0 0 / 0%)));
  background: linear-gradient(to top right, rgb(255 0 0 / 0%) 0%, rgb(255 0 0 / 0%) 25%, rgba(245, 245, 245, 0.8), rgb(255 0 0 / 0%) 75%, rgb(255 0 0 / 0%) 100%);
}

@-webkit-keyframes slide {
  0% {
    left: -80px;
    top: 0;
  }

  100% {
    left: 80px;
    top: 0;
  }
}

@keyframes slide {
  0% {
    left: -80px;
    top: 0;
  }

  100% {
    left: 80px;
    top: 0;
  }
}

.web-loader span img {
  width: 100px;
}

.deactivate {
  opacity: 0;
  visibility: hidden;
  /* transform: scale(0); */
  -webkit-transition: all 0.3s 2s ease-in-out;
  -o-transition: all 0.3s 2s ease-in-out;
  transition: all 0.3s 2s ease-in-out;
}

.web-loader.deactivate span img {
  width: 260px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  /* transform: scale(0); */
  -webkit-transition: all 0.3s 1.5s ease-in-out;
  -o-transition: all 0.3s 1.5s ease-in-out;
  transition: all 0.3s 1.5s ease-in-out;
}




/* service Popup  */

.main_up {
  border-radius: 1rem !important;
  border: none !important;
}

.service_popup {
  position: relative;
  /* overflow: hidden; */
}

.service_popup .service_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}


.service_popup .service_content {
  padding: 25px;
}

.service_popup .service_content h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.service_popup .service_content p {
  font-size: 15px;
}

.service_popup .service_content span {
  padding: 10px 15px;
  color: #333;
  /* background-color: rebeccapurple; */
  text-align: right;
  display: block;
  font-size: 13px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  border: 1px solid rgba(102, 51, 153, 0.747);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.service_popup .service_content span:hover {
  background-color: rebeccapurple;
  color: #fff;
}

.modal-backdrop.show {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: .7 !important;
  cursor: pointer !important;
}


.help-block {
  color: #d83947;
}

.modal-open .datepicker-container {
  z-index: 2076 !important;
}


.msg_txt {
  width: 100%;
  height: 100%;
  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;
}


.suc_close {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .7;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  cursor: pointer
}

.suc_close:hover {
  opacity: 1;
}

.suc_header {
  color: #1a531b;
  font-weight: 700;
  font-size: 18px;
}

.suc_header+p {
  font-size: 14px;
  opacity: .7;
  margin: 10px 0 0;
}

.modal {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}


.fix-right-waraper {
  position: fixed;
  bottom: 15px;
  right: 28px;
  z-index: 9;
  min-width: 60px;
  min-height: 60px;
}

.whatapp-icons {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
  position: absolute;
  right: 45px;
  bottom: 0;
  z-index: 1;
  /* / display: none; / */
}

.frw-inner {
  background: linear-gradient(276.8deg, #90DDFF 21.32%, #182388 72.3%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 2;
  padding: 15px;
  width: 315px;
  padding-right: 140px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 28%);
  transition: all 0.3s ease-in-out;
}

.frw-inner.hide-finner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.fix-right-waraper:hover .frw-inner.hide-finner {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transform: translateY(0px);
}

.frw-inner img.frw-i-img {
  width: 86px;
}

.frw-inner div.frw-i-text {
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.frw-inner div.frw-i-sub-text {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -3px;
  color: white;
  font-weight: 300;
}

.frw-inner div.frw-i-btn {
  background: #008ccf;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  font-size: 12px;
}

.frw-inner img.frw-i-img-2 {
  width: 165px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 20px;
}


/* harsh  mevada pop up design start */

#bottom-sticky-root-aze12fk .get-free-pcs-dweb-wrapper {
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 9;
}


#bottom-sticky-root-aze12fk .get-free-pcs-dweb {
  background: linear-gradient(276.8deg, #90DDFF 21.32%, #182388 72.3%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}


#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper {
  width: 60%;
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-left: 16px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper .pcs-wrapper {
  height: 22px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper .header-wrapper {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  margin-top: 20px;
  line-height: 17px;
  margin-bottom: 10px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper .header-1 {
  font-size: 16px;
  font-weight: 700;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper .sub-header {
  color: #ffffff;
  font-size: 12px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .left-wrapper .cta {
  background: #199fd9;
  border-radius: 6px;
  padding: 6px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  margin: 12px 0;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .right-wrapper {
  filter: drop-shadow(10px 5px 12px rgba(0, 0, 0, 0.16));
  position: absolute;
  height: 110%;
  right: 0;
  top: -10%;
  text-align: right;
}

#bottom-sticky-root-aze12fk .get-free-pcs-dweb .right-wrapper img {
  object-fit: cover;
  height: 100%;
  border-bottom-right-radius: 20px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-mweb {
  width: 100%;
  background: #ffffff;
  padding: 16px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 67px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  bottom: 73px;
  z-index: 5;
  transform: translateY(100%);
  transition: all .5s ease-in-out;
  /* display: none; */
}

#bottom-sticky-root-aze12fk .get-free-pcs-mweb .left-wrapper {
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2d32;
}


#bottom-sticky-root-aze12fk .get-free-pcs-mweb .left-wrapper .image-wrapper {
  margin-right: 8px;
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgb(58, 9, 121);
  background: linear-gradient(332deg, rgba(58, 9, 121, 0.6896008403361344) 35%, rgba(136, 0, 255, 0.499124649859944) 100%);
  overflow: hidden;
  flex: 0 0 45px;
}

#bottom-sticky-root-aze12fk .get-free-pcs-mweb .left-wrapper .image-wrapper .doctor-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bottom-sticky-root-aze12fk .get-free-pcs-mweb .call-cta {
  width: 56%;
  background: #199fd9;
  border-radius: 8px;
  padding: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#bottom-sticky-root-aze12fk .get-free-pcs-mweb .call-cta .call-icon {
  margin-right: 8px;
}

.soc {
  margin: 0 10px;
}


.frw-inner.hide-finner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

#bottom-sticky-root-aze12fk #whatapp-icons {
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 8;
  width: 60px;
}

#bottom-sticky-root-aze12fk #whatapp-icons:hover .frw-inner.hide-finner {
  opacity: 1;
  visibility: visible;
}

/* harsh  mevada pop up design end */