body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1320px;
}

a:hover {
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mt {
  margin-top: 80px;
}

.mt_3 {
  margin-top: 30px;
}

.tnb {
  padding: 80px 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #082536;
  margin: 15px auto 0;
  padding: 0;
  line-height: 24px;
}

.small-header h5 {
  background: #FBC7DF;
  font-size: 12px;
  color: #083254;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 10px;
  text-transform: uppercase;
}

.big-header h6 {
  font-size: 40px;
  color: #083254;
  margin: 15px 0;
  font-weight: 500;
}

.header-text .more-btn a {
  background: #009FE3;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 40px 0 0 0;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.header-text .more-btn a:hover {
  background: #ef6ca8;
  box-shadow: 0px 7px 10px#00000080;
}

.more-btn a {
  background: #009FE3;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 30px 0 0 0;
  transition: 0.5s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.more-btn a:hover {
  background: #ef6ca8;
  box-shadow: 0px 7px 10px#00000080;
}

.submit-btn {
  background: #009FE3;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 25px 0 0 0;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 0;
}

.submit-btn:hover {
  background: #ef6ca8;
  box-shadow: 0px 7px 10px#00000080;
  cursor: pointer;
}


.header-text .fa-solid {
  margin-right: 5px;
}

.top {
  background: #009FE3;
  line-height: 50px;
}

.top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.top ul li {
  display: inline;
  margin-left: 10px;
  color: #fff6;
}

.top ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
}

.top ul li a:hover {
  color: #ffc2de;
}

.top ul li a:hover .fa-solid {
  color: #ffc2de;
  font-size: 14px;
}

.top ul li .fa-solid {
  color: white;
  font-size: 14px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}

/* top end     */
.main-menu ul {
  margin: 0 0 0 auto;
  list-style-type: none;
  padding: 0;
}

.main-menu ul li {
  display: inline;
  margin-left: 10px;
  color: #fff6;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  background: #009fe3;
}

.main-menu ul li a {
  color: #083254;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  margin-left: 15px;
  position: relative;
  line-height: 87px;
}

.main-menu .navbar {
  margin: 0;
  padding: 0;
}

.main-menu .teeth-con {
  width: 75px;
  margin: 0 0 0 17px;
  opacity: 0.1;
  -webkit-animation: DownUp 5s infinite alternate;
  animation: DownUp 5s infinite alternate;
}

@keyframes DownUp {
  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(-10px);
  }
}

.main-menu .logo img {
  width: 200px;
  padding: 5px 0;
}

/* slider */
.main-slider .carousel-item img {
  width: 100%;
}

.slider-text {
  position: relative;
}

.main-slider {
  position: relative;
}

.main-slider p {
  width: 50%;
  margin: 0;
  font-weight: 400;
}

.main-slider .teeth-con {
  position: absolute;
  bottom: 30%;
  left: 40%;
  width: 74px;
  right: 0;
  z-index: 99;
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.header-text {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.header-text h1 {
  font-size: 90px;
  color: #083254;
  font-weight: 700;
  line-height: 100px;
  margin: 0 0 30px 0;
  ;
  padding: 0;
}

.header-text span {
  color: #EF6CA8;
}

/* slider end */
.top-four {
  position: relative;
  margin-top: -88px;
  background: url(../images/bg-img.png) no-repeat bottom right;
  background-attachment: fixed;
  transition: 0.5s;
}

.top-four-text {
  border-radius: 20px;
  box-shadow: 0px 0px 10px #d7d7d7;
  padding: 20px;
  position: relative;
  transition: 0.5s;
  background: #fff;
  min-height: 200px;
}

.top-four-text:hover {
  transform: scale(1.08);
  background: #fdeefb;
}

.top-four-new .col-lg-3:nth-child(1) .top-four-text {
  background: #fff0d8;
}

.top-four-new .col-lg-3:nth-child(2) .top-four-text {
  background: #d5f5f9;
}

.top-four-new .col-lg-3:nth-child(3) .top-four-text {
  background: #eadeff;
}

.top-four-new .col-lg-3:nth-child(4) .top-four-text {
  background: #dafdc6;
}

.four-two {
  display: flex;
}

.top-four-text .four-two img {
  width: 25%;
  margin: 0 10px 0 0;
}

.top-four-text .four-two h2 {
  padding: 0;
  margin: 0;
  color: #083254;
  font-size: 24px;
  font-weight: 500;
}

.top-four-text p {
  margin: 15px 0 0 0;
}

/* .top-four */
.about_us {
  background: url(../images/bg-img.png) no-repeat bottom right;
  background-attachment: fixed;
  position: relative;
}

.abt-img,
.abt-text-left {
  position: relative;
  z-index: 10;
}

.abt-img-ani img {
  width: 75%;
}

.abt-img-ani {
  position: absolute;
  top: 10px;
  right: 13px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
  z-index: 99;
}

@keyframes DownUp {
  100% {
    transform: translateY(0);
  }

  0% {
    transform: translateY(-10px);
  }
}

.abt-img-1 {
  position: absolute;
  right: 35px;
  bottom: -35px;
  width: 100%;
  max-width: 238px;
}

.abt-img img {
  width: 100%;
  max-width: 565px;
  border-radius: 30px;
}

.abt-text-right span {
  color: #5B6166;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  display: block;
}

.abt-text-right b {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
  display: block;
}

.abt-text-right .fa-circle {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
}

.abt-text-right span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  background: #EF6CA8;
}

/* achiev */
.achiev {
  background: #1E76BD url(../images/bg-pattern.png) repeat fixed;
  position: relative;
  margin-top: -20px;
  padding: 100px 0 80px 0;
  overflow: hidden;
}

.achiev .small-header h5 {
  margin: 0 auto;
  display: table;
}

.achiev .big-header h6 {
  margin: 15px auto;
  display: table;
  color: #fff;
}

.achiev-text .c-section4 {
  color: #FF72B3;
  font-size: 65px;
  font-weight: 600;
  margin: 30px 0;
  padding: 0;
  line-height: 55px;
}

.achiev-text label {
  color: #FF72B3;
  font-size: 65px;
  font-weight: 600;
  margin: 30px 0;
  padding: 0;
  line-height: 55px;
}

.achiev-text h4 {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.8px;
  font-size: 20px;
}

.achiev-text:hover {
  box-shadow: 0px 0px 9px #ffffffc2;
}

.achiev-text:hover img {
  transform: scale(1.3);
}

.achiev-text img {
  width: 60px;
  height: 60px;
  transition: 0.5s ease-in-out;
}

.achiev-text {
  text-align: center;
  border: 1px solid #3DA4F7;
  border-radius: 20px;
  padding: 30px;
  background: #13578F url(../images/bg-pattern_1.png) no-repeat left top;
  margin: 20px 0 0 0;
  transition: 0.2s ease-in-out;
  position: relative;
}

.achiev-text {
  text-align: center;
}

.achiev-text img {
  display: block;
  margin: 0 auto 30px;
}

.star2 {
  display: inline-block;
  position: absolute;
  top: 80px;
  right: 690px;
}

.star2 img {
  animation: rotated2 10s infinite linear;
  width: 15px;
}

@-webkit-keyframes rotated2 {
  from {
    -webkit-transform: rotate(-360deg) translateX(100px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(100px) rotate(-360deg);
  }
}

.star3 {
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 37%;
}

.star3 img {
  animation: rotated3 10s infinite linear;
  width: 15px;
}

@-webkit-keyframes rotated3 {
  from {
    -webkit-transform: rotate(0deg) translateX(100px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(100px) rotate(-360deg);
  }
}

/* .achiev end */
.services {
  position: relative;
  overflow: hidden;
}

.ser-img {
  text-align: right;
  position: relative;
}

.ser-img img {
  width: 100%;
  max-width: 565px;
}

.ser-img-1 {
  position: absolute;
  left: 35px;
  bottom: -35px;
  width: 100%;
  max-width: 256px;
}

.ser-img-1 img {
  width: 100%;
  max-width: 565px;
  border-radius: 30px;
}

.ser-img-ani {
  position: absolute;
  top: 23px;
  left: 35px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
}

.ser-img-ani img {
  width: 75%;
}

.ser-img-text {
  display: flex
}

.ser-img-text img {
  background: #EF6CA8;
  margin: 0 15px 0 0;
  border-radius: 50px;
  width: 60px;
  padding: 5px;
  transition: 0.5s ease-in-out;
}

.ser-img-text p {
  margin: 10px auto 0;
}

.ser-img-text h6 {
  font-size: 20px;
  font-weight: 500;
  color: #083254;
  margin: 0;
}

.ser-left .big-header h6 {
  margin: 15px 0 25px;
}

.ser-img-text {
  background: #f675cd14;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #ef6ca829;
  margin: 5px;
  transition: 0.5s ease-in-out;
  min-height: 156px;
}

.ser-it {
  display: flex;
}

.ser-it a {
  width: 50%;
}

.ser-img-text:hover {
  background: #FFE5F1;
}

.ser-img-text:hover img {
  background: #009FE3;
  transform: scale(1.2);
}

.shap1 {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 400px;
}

.shap1 img {
  animation: rotated 10s infinite linear;
  width: 20px;
  border-radius: 50%;
}

@-webkit-keyframes rotated {
  from {
    -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(0deg) translateX(50px) rotate(-360deg);
  }
}

.dot-6 {
  width: 225px;
  height: 230px;
  border-radius: 0 50px 0 50px;
  border: 30px solid #ffffff14;
  position: absolute;
  top: 30px;
  left: 85px;
  z-index: -1;
  animation: zoom-in-zoom-out 10s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* benefits */
.benefits {
  background: url(../images/benefit-bg.png);
  background-size: cover;
  position: relative;
}

.benefits-right ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.benefits-right ul li {
  display: list-item;
  line-height: 35px;
  font-size: 18px;
}

.benefits-right .fa-circle {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
}

.benefits-left {
  position: absolute;
  left: -73px;
  bottom: -80px;
}

.benefits-left img {
  width: 100%;
}

.benefits-teeth {
  position: absolute;
  right: 100px;
  top: -40px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.benefits-teeth img {
  width: 100%;
  max-width: 280px;
}

/* .benefits end */
.cleen {
  background: #1E76BD url(../images/bg-pattern.png) repeat fixed;
  padding: 0 0 150px 0;
  overflow: hidden;
}

.cleen-img {
  text-align: center;
  margin-top: -160px;
}

.teeth {
  background: #F5F5F5;
  /* overflow: hidden; */
}

.cleen-img img {
  width: 100%;
  max-width: 880px;
}

.cleen .big-header {
  padding: 30px 0;
}

.cleen .big-header h6 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.cleen-img div#comparison {
  width: 60vw;
  height: 60vw;
  max-width: 881px;
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 30px;
}

.cleen-img div#comparison figure {
  background-image: url(../images/cleen-img-after.jpg);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.cleen-img div#comparison figure>img {
  position: relative;
  width: 100%;
}

.cleen-img div#comparison figure div {
  background-image: url(../images/cleen-img-before.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgb(0 0 0 / 60%);
  overflow: hidden;
  bottom: 0;
  height: 100%;
  left: -2px;
}

.cleen-img input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -8rem;
  left: 0;
  background: rgba(255, 255, 255, 0%);
  -webkit-background: rgba(255, 255, 255, 0%);
  -moz-background: rgba(255, 255, 255, 0%);
  width: 100%;
}

.cleen-img input[type=range]:focus {
  outline: none;
}

.cleen-img input[type=range]:active {
  outline: none;
}

.cleen-img input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
}

.cleen-img input[type=range]::active {
  border: none;
  outline: none;
}

.cleen-img input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

.cleen-img input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

.cleen-img input[type=range]:focus::-webkit-slider-thumb {
  background: rgba(255, 255, 255, 0.5);
}

.cleen-img input[type=range]:focus::-moz-range-thumb {
  background: rgba(255, 255, 255, 0.5);
}

/* cleen end */
.blog {
  text-align: center;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blig-img {
  position: relative;
}

.blig-img img {
  width: 100%;
  max-width: 460px;
  transition: 0.5s ease-in-out;
}

.bolg-text {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  text-align: left;
  transition: 0.5s ease-in-out;
}

.blig-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin: 50px 0 0 0;
}

.blog-hover:hover .bolg-text {
  box-shadow: 0px 0px 10px #00000038;
}

.blog-hover:hover .blig-img img {
  transform: scale(1.3);
}

.bolg-text h3 {
  text-align: left;
  color: #083254;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.more-btn-line {
  background: url(../images/line-btn.png) no-repeat left;
  display: inline-block;
  padding: 10px 15px;
}

.more-btn-line a {
  color: #1E76BD;
  font-size: 16px;
}

.more-btn-line .fa-solid {
  font-size: 14px;
  transition: 0.3s ease-in-out;
}

.more-btn-line:hover a {
  color: #EF6CA8;
}

.more-btn-line:hover .fa-solid {
  margin-left: 5px;
}

/* block end */
.team {
  background: url(../images/team-bg.png) no-repeat;
  background-size: cover;
}

.dr {
  position: absolute;
  right: -130px;
  bottom: 0;
}

.dr img {
  width: 100%;
  max-width: 225px;
}

.team-text {
  width: 75%;
  background: #E1F2FF;
  padding: 50px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}

.team-text p {
  width: 85%;
  margin: 0;
}

.team-l span {
  font-size: 16px;
  color: #ef6ca8;
  margin: 5px 0;
  display: block;
}

.team-r {
  margin: 0 0 0 80px;
}

.team-l-r {
  display: flex;
  margin: 15px 0 0 0;
}

.team-l h1 {
  font-size: 20px;
  color: #083254;
}

.team-l ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.team-l ul li {
  display: inline;
  margin-right: 10px;
  color: #fff6;
}

.team-l ul li a {
  color: #083254;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
}

.team-l ul li a:hover {
  color: #f57cb4;
}

.team-l ul li a:hover .fa-solid {
  color: #083254;
  font-size: 14px;
}

.team-l ul li .fa-solid {
  color: white;
  font-size: 14px;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}

/* .team end000 */
.feed_back {
  background: #1E76BD;
  overflow: hidden;
}

.feed-back-left {
  background: url(../images/feed-back-bg.png) no-repeat top right;
  background-size: 60%;
  position: relative;
  padding: 50px 0;
}

.feed-back-right img {
  width: 100%;
  padding: 18px 10px 0;
}

.feed-sign-2 {
  text-align: center;
}

.feed-back-left .big-header h6 {
  color: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  display: none;
}

.bx-wrapper {
  margin-bottom: 0px !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.feed_back .bx-wrapper p {
  margin: 0;
}

.feed_back .bx-viewport {
  height: auto !important;
}

.main-feed-back {
  background: white;
  border-radius: 20px;
  padding: 0px;
  position: relative;
}

.main-feed-back .bx-wrapper .bx-prev {
  left: -55px;
  background: url('images/controls.png') no-repeat 0 -32px;
  background: #ff76b9;
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  transform: rotate(360deg);
  z-index: 1;
}

.main-feed-back .bx-wrapper .bx-next {
  right: -55px;
  background: url('images/controls.png') no-repeat 0 -32px;
  background: #ff76b9;
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  transform: rotate(180deg);
  z-index: 1;
}

.feed-sign-1 {
  position: absolute;
  top: 17px;
  left: 30px;
}

.feed-sign-1 img {
  width: 26px;
}

.customer-name label {
  color: #083254;
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.customer-name span {
  color: #767475;
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.customer-name {
  margin: 28px 0 0 0;
  position: relative;
}

.customer-name:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #EF6CA8;
}

/* customer */
.offer-left {
  position: relative;
}

.offer-left img {
  width: 100%;
}

.offer {
  background: url(../images/team-bg.png) no-repeat;
  background-size: auto;
  background-size: cover;
}

.offer-left .ser-img {
  right: 0;
  position: absolute;
  top: 140px;
  animation: DownUp 2s infinite alternate;
}

.offer-left .ser-img img {
  width: 100%;
  max-width: 44px;
}

.offer-right .big-header h6 {
  font-size: 50px;
}

.offer-right p {
  font-size: 20px;
}

.offer-right {
  margin: 50px 0;
}

.offer-call {
  position: relative;
  background: #F8F7F7;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 0px #0000002b;
  margin: 40px 0 0 0;
  transition: 0.5s ease-in-out;
}

.offer-call:hover {
  box-shadow: 0px 0px 9px 0px #0000007c;
}

.offer-call h6 {
  color: #EC1E7C;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.offer-call span {
  color: #083254;
  position: absolute;
  display: block;
  top: 3px;
  left: 77px;
  font-size: 18px;
  font-weight: 500;
}

.offer-call .fa-solid {
  color: #1E76BD;
  font-size: 50px;
}

.offer-call {
  position: relative;
}

/* .offer end */
.customer {
  padding: 20px 0;
  background: #1e75bd8f url(../images/customer-pattern-bg.png) no-repeat right top;
}

.customer-logo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.customer-logo ul li {
  display: inline;
}

.customer-logo ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
}

.customer-logo img {
  width: 100%;
  max-width: 180px;
}

.btm-footer {
  background: #085398 url(../images/footer-bg.png) no-repeat right bottom fixed;
  background-size: 45%;
  background-position-x: 850px;
}

.link-footer-text p {
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social p {
  color: #fff;
  margin: 0 0 20px 0;
}

.social ul li {
  display: inline;
}

.social ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
  color: #fff;
  margin: 0px 10px 0px 0;
}

.social ul li a:hover {
  color: #ef6ca8
}

.social img {
  width: 100%;
  max-width: 180px;
  animation: zoom-in-zoom-out 3s ease infinite;
  margin: 0 0 20px;
}

.social h3 {
  font-size: 24px;
  color: #fff;
}

.social h3 span {
  color: #EF6CA8;
}

.social{margin-top:25px;}

.footer-logo p{color: #fff;
  margin: 30px 0 0 0;
  font-weight: 300;
  letter-spacing: 0.5px;}

.link-footer {
  padding: 80px 0 0;
}

.link-footer-text ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.link-footer-text ul li {
  display: list-item;
  line-height: 35px;
  font-size: 18px;
}

.link-footer-text .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
  transition: 0.2s ease-in-out;
}

.link-footer-text h3 {
  font-size: 24px;
  color: #fff;
}

.link-footer-text h3 span {
  color: #EF6CA8;
}

.link-footer-text a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: 0.2s ease-in-out;
}

.link-footer-text a:hover {
  color: #EF6CA8;
}

.link-footer-text a:hover .fa-circle {
  color: #fff;
}

.link-footer-text .fa-location-dot {
  color: #ef6ca8;
  font-size: 16px;
  margin: 0 10px 0 0px;
  transition: 0.2s ease-in-out;
}

.link-footer-text b {
  color: #fff;
  font-weight: 400;
}

.copy-right {
  text-align: center;
  background: #063056db;
  padding: 20px 0;
  margin: 50px 0 0 0;
}

.copy-right a {
  color: #12b8ff;
}

.copy-right span {
  color: #f06ba7;
}

.copy-right p {
  color: #ffffffa3;
  margin: 0;
  font-size: 14px;
}

/* about pagge css */
.inner-banner {
  background: url(../images/innder-header.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.inner-banner::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #075BA9D6;
  z-index: -1;
}

.inner-banner-2 {
  background: url(../images/inner-banner-2.png) no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding: 212px 0;
}

.inner-banner-2 .big-header h6 {
  color: #083254 !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 45px;
}

.inner-banner-2 .big-header h5 {
  color: #083254 !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80px;
}

.inner-banner-2 .big-header h5 span {
  color: #1E76BD;
}

.inner-banner-2 .big-header h6 label {
  color: #EF6CA8;
  font-size: 45px;
  font-weight: 700;
}

.inner-banner-2 .inner-text a {
  color: #083254 !important;
}

.inner-banner-2 .bread_crumb {
  position: absolute;
  left: 213px;
  transform: translate(50%, 50%);
  bottom: 25px;
}

.inner-banner-2 .bread_crumb a {
  color: #083254;
  margin: 0 15px 0 0;
}

.inner-banner-2 .bread_crumb span {
  color: #ff91c4;
  font-weight: 400;
}

.inner-banner-2 .bread_crumb .fa-circle {
  font-size: 12px;
  margin: 0 15px 0 0px;
}

.inner-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner-shape img {
  max-width: 350px;
  opacity: 0.3;
}

.inner-top-img {
  position: absolute;
  top: -35px;
  right: 70px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.inner-text {
  position: relative;
}

.inner-top-img img {
  width: 100%;
  max-width: 125px;
}

.inner-text .big-header h6 {
  color: #fff;
  margin: 0 0 5px;
}

.inner-text label {
  font-size: 16px;
  font-weight: 300;
}

.inner-text label a {
  color: #fff;
  margin: 0 10px 0 0;
}

.inner-text label span {
  color: #ff91c4;
  font-weight: 400;
}

.inner-text label span .fa-circle {
  font-size: 12px;
  margin: 0 15px 0 0px;
}

.about_achiev {
  padding: 80px 0;
  margin-top: 0;
}

.what_we_do {
  background: url(../images/what_we_bg.png)no-repeat;
  background-size: cover;
}

.what_we_left ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.what_we_left ul li {
  display: list-item;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #083254;
}

.what_we_left .fa-circle {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
}

.what_we_left ul li strong {
  font-weight: 500;
}

.what_we_left b {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0 0 0;
  display: block;
}


.what_we_img {
  text-align: right;
  position: relative;
}

.what_we_right {
  position: relative;
}

.what_we_img_ani {
  position: absolute;
  top: 22px;
  animation: DownUp 2s infinite alternate;
}

.what_we_img img {
  width: 100%;
  max-width: 565px;
}

.awards b {
  color: #083254;
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}

.awards {
  text-align: left;
  background: white;
  width: 70%;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #00000040;
  position: absolute;
  bottom: -43px;
}

.awards p {
  margin: 0;
}

.awards .fa-award {
  color: #ef6ca8;
  float: left;
  font-size: 75px;
  margin: 0 20px 0 0px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.vnm_img_ani {
  position: absolute;
  top: 23px;
  left: 35px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
}

.vnm_img_ani img {
  width: 75%;
}

.inner-top-four {
  margin: 0;
}

.vision_mission {
  position: relative;
}

.vision_mission:before {
  content: "";
  background: #1E76BD url(../images/bg-pattern.png) repeat fixed;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vision_missin_left img {
  width: 100%;
  max-width: 710px;
  padding: 60px 0;
}

.right-both {
  display: flex;
}

.vnm_right_img {
  position: relative;
}

.vision_missin_right {
  padding: 53px 0;
}

.vnm_right_img img {
  max-width: 230px;
  margin: 0 46px 0 0;
}

.vnm_right_ani {
  position: absolute;
  top: 23px;
  right: -36px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
}

.vnm_right_ani img {
  max-width: 30px;
}

.vnm_right_icon {
  position: absolute;
  top: 122px;
  left: 0;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.vnm_right_icon img {
  max-width: 65px;
}

/*innerservices*/
.popular_ser {
  background: #F8F8F8;
  padding: 25px 13px;
  border-radius: 20px;
  position: relative;
}

.popular_ser:before {
  position: absolute;
  width: 150px;
  height: 6px;
  background: #145FA5;
  top: -2px;
  left: 24px;
  content: '';
  border-radius: 3px;
}

.popular_ser h2 {
  font-size: 20px;
  color: #083254;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
}

.popular_ser ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.popular_ser ul li {
  display: list-item;
  /* line-height: 48px; */
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #083254;
  font-weight: 400;
  padding: 13px 0 13px 20px;
  position: relative;
}

.popular_ser a {
  color: #083254;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.popular_ser a:hover {
  color: #EF6CA8;
}

.popular_ser a:hover .fa-circle {
  color: #145fa5;
}

.popular_ser .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 18px;
  left: -2px;
}

.popular_ser li:last-child {
  border-bottom: 0px solid #e8e8e8;
}

.hours span {
  color: #EF6CA8;
}

.hours {
  background: #F8F8F8;
  padding: 25px 13px;
  border-radius: 20px;
  position: relative;
}

.hours:before {
  position: absolute;
  width: 150px;
  height: 6px;
  background: #145FA5;
  top: -2px;
  left: 24px;
  content: '';
  border-radius: 3px;
}

.hours h2 {
  font-size: 20px;
  color: #083254;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
}

.hours ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.hours ul li {
  display: list-item;
  /* line-height: 48px; */
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #083254;
  font-weight: 400;
  padding: 15px 0px;
  position: relative;
}

.hours a {
  color: #083254;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.popular_ser a:hover {
  color: #EF6CA8;
}

.hours a:hover .fa-circle {
  color: #145fa5;
}

.hours .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 18px;
  left: -2px;
}

.hours li:last-child {
  border-bottom: 0px solid #e8e8e8;
}

.inner-main-text {
  padding: 20px;
  box-shadow: 0 0 12px 0px #0003;
  border-radius: 10px;
  width: 93%;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  margin-top: -30px;
  background: #fff;
}

.inner-services-right-text .more-btn-line {
  margin-top: 20px;
}

.inner-services-right-text img {
  width: 100%;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
}

.inner-main-text h6 {
  font-size: 20px;
  font-weight: 500;
  color: #083254;
  margin: 0;
}

.inner-services-right-text {
  margin: 0 auto 30px;
}

.inner-main-text p {
  margin: 10px 0;
}

.inner-services-right-text:hover img {
  transform: scale(1.05);
}

/*faq*/

.inner_faq {
  background: #F8F8F8;
}

.inner_faq_left {
  display: flex;
}

.inner_faq_left_left {
  position: relative;
}

.inner_faq_left_left:before {
  position: absolute;
  width: 150px;
  height: 6px;
  background: #145FA5;
  bottom: -24px;
  left: 0px;
  content: '';
  border-radius: 3px;
}

.inner_faq_left_left:after {
  position: absolute;
  width: 100px;
  height: 6px;
  background: #145FA5;
  bottom: -37px;
  left: 0px;
  content: '';
  border-radius: 3px;
}

.inner_faq_left_left h3 {
  font-size: 40px;
  font-weight: 500;
  color: #083254;
}

.inner_faq_left img {
  width: 100%;
  max-width: 117px;
  margin: 0 15px 0px 0;
}

#accordion-style-1 h1,
#accordion-style-1 a {
  color: #007b5e;
}

#accordion-style-1 .btn-link {
  color: #083254;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
}

#accordion-style-1 .btn-link p {
  white-space: break-spaces;
  font-weight: 600;
  color: #145fa5;
  margin: 0;
}

#accordion-style-1 .btn-link:hover p {
  color: #fff;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
  color: #a6a6a6;
  position: absolute;
  right: 15px;
  display: block;
  top: 0px;
  font-size: 29px;
}

/*#accordion-style-1 .card-header .btn.collapsed .fa .main-1 {
  display: block;
}*/

#accordion-style-1 .card-header .btn.collapsed .main-1 {
  display: none;
}

.accordion {
  margin: 80px auto 0;
  width: 80%;
}

.accordion .card-body p {
  margin: 0;
}

.card {
  margin: 10px 0 0 0;
  border: 1px solid #1E76BD42;
}

.accordion .card-header {
  border-bottom: 1px solid #1E76BD42;
  padding: 5px;
  background: #fff;
  transition: 0.5s ease-in-out;
}

.accordion .card-header:hover {
  background: #145fa5;
}

.accordion .card-body {
  border-bottom: 1px solid #1E76BD42;
}

#accordion-style-1 .btn-link:hover {
  color: #fff;
}

/*faq end*/

.inner-dr-profile {
  background: url(../images/what_we_bg.png)no-repeat;
  background-size: auto;
  background-size: cover;
}

.inner-dr-profile-left {
  border-radius: 30px;
  box-shadow: 0px 0 10px 0 #0000003b;
  margin: 0 0 30px 0;
}

.dr-img img {
  width: 100%;
  max-width: 480px;
  border-radius: 30px 30px 0 0;
}

.dr-img {
  position: relative;
}

.profile-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.profile-social ul li {
  display: inline;
  margin: 0 5px;
  color: #fff6;
}

.profile-social ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
}

.profile-social {
  position: absolute;
  background: #EF6CA8;
  padding: 10px 40px;
  border-radius: 30px;
  bottom: -42px;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.profile-social a:hover {
  color: darkred;
  transform: scale(1.5);
}


.profile-address {
  margin: 40px 0 0 0;
  padding: 0px 50px 30px;
}

.profile-address ul li p {
  color: #ef6ca8;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  margin: 0 0 20px 0px;
  line-height: 30px;
}

.profile-address ul li b {
  color: #009fe3;
}

.profile-address .more-btn {
  display: table;
  margin: 0 auto;
}

.profile-address .more-btn a {
  margin: 25px 0 0 0;
}

.profile-address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.profile-address ul li {
  display: list-item;
  margin: 0 5px;
  color: #fff6;
  border-bottom: 1px solid #eaeaea;
  line-height: 60px;
}

.profile-address ul li {
  color: #083254;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}


.profile-address ul li a {
  color: #083254;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.profile-address ul li a .fa-solid {
  color: #EF6CA8;
  font-size: 20px;
  margin-right: 20px;
}

.dr-img-ani {
  position: absolute;
  top: 10px;
  right: -40px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
  width: 8%;
}

.inner-dr-profile-right {
  padding: 0 0 0 30px;
}

.inner-dr-profile-right h6 {
  font-size: 20px;
  font-weight: 500;
  color: #083254;
  margin: 16px 0;
}

.inner-dr-profile-right ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.inner-dr-profile-right ul li {
  display: list-item;
  line-height: 35px;
  font-size: 16px;
}

.inner-dr-profile-right .fa-check {
  font-size: 18px !important;
  margin-right: 10px !important;
}

.inner-dr-profile-right strong {
  font-weight: 500;
}

.inner-dr-profile-right .fa-circle {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
}

.inner-dr-profile-right b {
  color: #009fe3;
  font-size: 18px;
}

.inner-dr-profile-right p span {
  color: #083254;
  font-weight: 400;
}

.inner-dr-profile-right .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 5px 0 0px;
}

.we-help {
  background: #085398 url(../images/we-help-img-bg.png) no-repeat center center;
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 30px;
  margin-bottom: -25px;
}

.we-help-img img {
  width: 100%;
  max-width: 200px;
}

.we-help-img {
  position: relative;
  margin-top: -65px;
}

.we-help-center {
  position: relative;
  padding: 40px 0;
}

.we-help-center h5 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.we-help-center p {
  color: #fff;
}

.we-help-right .offer-call {
  margin: 50px 0 0 0;
}

.inner-services-right-details img {
  width: 100%;
  max-width: 1067px;
  margin: 20px auto 0;
  border-radius: 15px;
}

.details-tow {
  display: flex;
}

.details-tow .details-img {
  width: 30%;
  margin: 0 15px 15px 0;
}

.details-div-width {
  width: 70%;
}

.details-tow .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
}

.details-tow h5 {
  color: #083254;
  font-size: 18px;
  font-weight: 500;
}

.inner-services-right-details h5 {
  color: #083254;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 0;
}

.inner-services-right-details h3 {
  color: #083254;
  font-size: 22px;
  font-weight: 500;
}

.inner-services-right-details h4 {
  color: #083254;
  font-size: 18px;
  /* margin: 0 0 24px 0; */
  font-weight: 400;
}

.inner-services-right-details .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin-right: 5px;
}

.inner-services-right-details .fa-file-lines {
  font-size: 16px !important;
  color: #fff !important;
}


.inner-services-right-details ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.inner-services-right-details ul li {
  display: list-item;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #083254;
  position: relative;
  margin-left: 25px;
}

.inner-services-right-details ul li strong {
  font-weight: 500;
}

.inner-services-right-details .fa-check {
  font-size: 18px !important;
  margin-right: 10px !important;
  position: absolute;
  top: 8px;
  left: -22px;
}

/*blog start*/

.inner-blog-two {
  display: flex;
  margin: 0px 0 40px 0;
}

.inner-blog-two-text .hr {
  border: 1px dashed #DBDBDB;
}

.inner-blog-two-img {
  margin: 0 15px 0 0;
  width: 30%;
}

.inner-blog-two-img img {
  width: 100%;
  max-width: 370px;
}

.inner-blog-two-text p {
  margin: 20px 0;
}

.inner-blog-two-text h5 {
  color: #083254;
  font-size: 24px;
  font-weight: 500;
}

.inner-blog-two-text label span {
  color: #9F9F9F;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.inner-blog-two-text label span .fa-solid {
  color: #EF6CA8;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.inner-blog-two-text {
  width: 70%;
}

.inner-blog-right-head h4 {
  color: #083254;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.inner-blog-right-head h4::before {
  position: absolute;
  width: 100px;
  height: 3px;
  background: #145FA5;
  bottom: -24px;
  left: 0px;
  content: '';
  border-radius: 3px;
}

.inner-blog-right-head h4::after {
  position: absolute;
  width: 50px;
  height: 3px;
  background: #145FA5;
  bottom: -37px;
  left: 0px;
  content: '';
  border-radius: 3px;
}

.inner-serch-box {
  margin: 60px 0 0 0;
}

.inner-serch-box input {
  width: 100% !important;
  border-radius: 33px;
  padding: 25px 20px;
  border: 1px solid #1E76BD26;
}

.inner-serch-box .form-inline {
  position: relative;
}

.form-inline a {
  position: absolute;
  top: 2px;
  right: 3px;
  color: black;
  font-size: 22px;
  border-radius: 30px;
  padding: 7px 17px;
  transition: 0.5s ease-in-out;
  background: #f4f4f4;
}

.form-inline a:hover {
  background: #216bae;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
}

.inner-blog-ser {
  margin: 50px 0 0 0;
}

.inner-blog-ser ul {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 0;
}

.inner-blog-ser ul li {
  display: list-item;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #083254;
  font-weight: 400;
}

.inner-blog-ser a {
  color: #083254;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.inner-blog-ser .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin: 0 10px 0 0px;
  transition: 0.2s ease-in-out;
}

.inner-blog-ser a:hover {
  color: #EF6CA8;
}

.inner-blog-ser a:hover .fa-circle {
  color: #145fa5;
}

.inner-blog-latest {
  margin: 50px 0 0 0;
}

.inner-blog-latest-two {
  display: flex;
  margin: 0px 0 12px 0;
  border-bottom: 1px dashed #ddd;
  padding: 0 0px 10px 0;
}

.inner-blog-latest-img {
  width: 30%;
}

.inner-blog-latest-img img {
  width: 100%;
  max-width: 80px;
}

.inner-blog-latest-img-text h2 {
  font-size: 12px;
  color: #083254;
  font-weight: 500;
  margin: 0;
}

.inner-blog-latest-img-text {
  width: 70%;
}

.inner-blog-latest-img-text label {
  font-size: 12px;
  color: #7D7B7B;
  position: relative;
  padding: 0 0 0 40px;
}

.inner-blog-latest-img-text label:before {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #145FA5;
  left: 0;
  top: 8px;
  content: '';
}

.inner-blog-latest-img-text a h2:hover {
  color: #EF6CA8;
}

.inner-blog .pagination .page-link {
  color: #083254;
}

.inner-blog .pagination .page-link:hover {
  color: #fff;
  background: #EF6CA8
}

/*contact-us*/

.contact-us {
  background: url(../images/contact-bg.png) repeat-x;
}

.contact-us .big-header h6 {
  text-align: center;
  padding: 0 27%;
  margin: 0 0 50px 0;
}

.contact-address {
  text-align: center;
  padding: 30px;
  background: #fff url(../images/contact-bg-1.png) no-repeat left top;
  box-shadow: 0 0 10px 3px #0000002e;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}

.contact-address-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px 3px #0000002e;

}

.contact-address h3 {
  font-size: 24px;
  color: #083254;
  margin: 15px 0;
  transition: 0.5s ease-in-out;
}

.contact-address .fa-solid {
  background: #EF6CA8;
  font-size: 30px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.contact-address p {
  margin: 0;
  transition: 0.5s ease-in-out;
}

.contact-address:hover {
  background: #EF6CA8;
}

.contact-address:hover .fa-solid {
  background: #fff;
  color: #EF6CA8;
}

.contact-address a {
  color: #083254;
  transition: 0.5s;
}

.contact-address:hover a {
  color: #fff;
}

.contact-address:hover h3 {
  color: #fff;
}

.contact-address:hover p {
  color: #fff;
}

.contact-map {
  border: 16px solid #fff;
  border-radius: 20px;
}

.contact-map iframe {
  border-radius: 20px;
}

.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.contact-form .form-control {
  padding: 25px 15px;
  margin: 0 0 25px 0;
}

.contact-form .more-btn a {
  margin: 0;
}

.contact-form ::placeholder {
  color: #6F6D6D;
  font-size: 14px;
  font-style: italic;
}

.inner-blog-details-img img {
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
}

.inner-blog-details label span .fa-solid {
  color: #EF6CA8;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.inner-blog-details label span {
  color: #9F9F9F;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.inner-blog-details label {
  margin: 10px 0;
}

.inner-blog-details h5 {
  color: #083254;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 0;
}

.inner-blog-details .hr {
  border: 1px dashed #DBDBDB;
}

.inner-blog-details .details-imp-text {
  background: #75d0f624;
  margin: 20px 0;
  padding: 30px;
  position: relative;
}

.inner-blog-details .details-imp-text:before {
  content: '';
  width: 5px;
  height: 100%;
  background: #ef6ca8;
  position: absolute;
  left: 0;
  top: 0;
}

.inner-blog-details form {
  margin: 30px 0 0 0;
}

.inner-blog-details .comment {
  padding: 20px;
  background: #fbdeeb4f;
  border-radius: 20px;
}

.inner-blog-details form h5 {
  margin: 0 0 20px;
}

.inner-blog-details .form-control {
  padding: 25px 15px;
  margin: 0 0 25px 0;
}

.inner-blog-details .more-btn a {
  margin: 0;
}



.portfolio-menu {
  text-align: left;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}

.portfolio-menu .btn {
  border: 1px solid #e3e3e3;
}

.portfolio-menu .btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #fd72b2;
  border-color: #f57cb4;
}

.portfolio-menu .btn-outline-dark:hover {
  background-color: #246caf;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 30px;
}

.portfolio-item img {
  width: 100%;
  max-width: 300px;
  /* height: 250px; */
}

.photo-gallery {
  background: url(../images/bg-img.png) no-repeat top right;
  background-attachment: scroll;
  background-attachment: fixed;
  position: relative;
}

.photo-gallery .teeth-con {
  width: 75px;
  margin: 0 0 0 17px;
  opacity: 0.1;
  animation: zoom-in-zoom-out 3s ease infinite;
  top: 31px;
  position: absolute;
  left: 50%;
  z-index: -2;
}



/*fixed css*/

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /*  padding: 8px 0;*/
  /*  backdrop-filter: blur(10px);*/
  background: #fff;
  animation: slideDown 0.35s ease-out;
  width: 100%;
  z-index: 999;
  top: 0;
}

.page-header.is-sticky img {
  max-width: 100%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}



/*loader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  /*margin: -100px 0 0 -100px;*/
  /* is width and height divided by two */
}

/*loader*/




nav ul li a:hover,
nav ul li a.active {
  color: #ef6ca8;
  position: relative;
}

nav ul li a.active {
  position: relative;
}

nav ul li a.active:before {
  width: 100%;
  height: 3px;
  background: #ef6ca8;
  position: absolute;
  right: 0;
  transition: 0.5s ease-in-out;
  top: -32px;
}

nav ul li a.active:after {
  width: 100%;
  height: 3px;
  background: #ef6ca8;
  position: absolute;
  right: 0;
  transition: 0.5s ease-in-out;
  bottom: -33px;

}

nav ul li a {
  position: relative;
}


nav ul li:hover a::after {
  width: 100%;
}

nav ul li:hover a::before {
  width: 100%;
}

nav ul li a:before {
  content: '';
  /* top: 0px; */
  width: 0%;
  height: 3px;
  background: #ef6ca8;
  position: absolute;
  right: 0;
  transition: 0.5s ease-in-out;
}

nav ul li a:after {
  content: '';
  bottom: -33px;
  width: 0%;
  height: 3px;
  background: #f06ba7;
  position: absolute;
  left: 0;
  transition: 0.5s ease-in-out;
}


.scrollToTopBtn {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  background: #fff;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
  border-radius: 10px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.scrollToTopBtn .fa-solid {
  font-size: 28px;
}


button:focus {
  outline: none;
}

/* just-text */
.just-text {
  background: url(../images/bg-2.png) no-repeat;
  background-size: 100% 100%;
}

.just-text-hed h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  width: 84%;
  margin: 0 auto;
  letter-spacing: 0.5px;
  padding: 20px 0;
  line-height: 34px;
}

.lab h4 {
  text-align: center;
  padding: 0 150px;
  line-height: 36px;
  margin: 0 0 30px 0;
  color: #083254;
}

.inner-2-denture {
  background: url(../images/inner-2-bg.png) no-repeat top left;
  overflow: hidden;
}

.inner-2-denture-left img {
  width: 100%;
}

.lab-left img {
  width: 100%;
  max-width: 540px;

}

.lab-right .teeth-con {
  position: absolute;
  top: 0;
  right: -16px;
  width: 74px;
  z-index: 99;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.inner-2-denture-right {
  position: relative;
}

.inner-2-denture-right-text ul {
  list-style-type: none;
  padding: 0;
  margin: 10px auto 0;
}

.inner-2-denture-right-text li {
  display: list-item;
  line-height: 33px;
  font-size: 18px;
  color: #083254;
}

.inner-2-denture-right-text .fa-circle {
  color: #ef6ca8;
  font-size: 10px;
  margin: 0 10px 0 0px;
}

.inner-2-denture-right-ani {
  position: absolute;
  top: 10px;
  left: -60px;
  -webkit-animation: DownUp 2s infinite alternate;
  animation: DownUp 2s infinite alternate;
}

.inner-2-denture-right-img {
  position: relative;
}

.inner-2-denture-right-img .inner-top-img {
  top: 17px;
  right: 85px;
}

.inner-2-denture-right-text {
  margin: 0 0 0px 25px;
}

.inner-2-denture-right-text h3 {
  color: #083254;
  font-size: 30px;
  font-weight: 500;
}

.inner-2-denture-right-text span {
  color: #EF6CA8;
}

.inner-2-denture-right .teeth-con {
  position: absolute;
  top: 0;
  right: -96px;
  width: 74px;
  z-index: 99;
  animation: zoom-in-zoom-out 3s ease infinite;
}

.denture-details-8 {
  position: relative;
  overflow: hidden;
}

.denture-details-8-left .teeth-con {
  position: absolute;
  top: 0;
  right: -96px;
  z-index: -1;
  width: 800px;
  animation: zoom-in-zoom-out 3s ease infinite;
  opacity: 0.5;
}

.denture-details-8-left h3 {
  color: #083254;
  font-size: 22px;
  font-weight: 500;
}

.denture-details-8-left h5 {
  color: #083254;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 0;
}

.denture-details-8-left .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin-right: 5px;
}

.denture-details-8-left h3 {
  color: #083254;
  font-size: 30px;
  font-weight: 500;
}

/* faq */
.shop-widget {
  margin: 30px 0;
}

.widget-title {
  margin: 20px 0 35px;
}

.widget-title h4 {
  color: #083254;
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0 0;
}

.widget-title .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin-right: 5px;
}

.widget-content ul#accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-content ul#accordion li {
  display: block;
  margin: 0 0 10px;
}

.widget-content ul#accordion li:hover {
  cursor: pointer;
}

.widget-content ul#accordion li span {
  position: absolute;
  right: 25px;
  font-size: 24px;
  color: #ef6ca8;
  top: 15px;
}

.widget-content ul#accordion li h4 {
  font-size: 16px;
  font-family: Poppins;
  color: #083254;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 35px;
  background: #f8f8f8;
  line-height: 25px;
  position: relative;
}

.widget-content ul#accordion li ul {
  padding: 0;
  margin: 0;
  display: none;
}

.widget-content ul#accordion li ul li {
  padding: 0 0 5px;
  margin: 0;
}

.widget-content ul#accordion li ul li {
  color: #083254;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s;
  padding: 0 15px;
}

.widget-content .fa-solid {
  color: #EF6CA8;
  left: 10px;
  position: absolute;
  top: 15px;
}

.mnp {
  margin: 0;
  padding: 0;
}

.lab p span {
  color: #EF6CA8;
}

.lab h5 {
  color: #083254;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0 0;
}


.lab .fa-solid {
  color: #ef6ca8;
  font-size: 12px;
  margin-right: 5px;
}

.lab h3 {
  color: #083254;
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.lab-2nd {
  position: relative;
}

.lab-2nd .teeth-con {
  position: absolute;
  top: 0;
  right: -96px;
  z-index: -1;
  
  opacity: 0.5;
}

.lab-right img {
  float: left;
  width: 25%;
  margin: 0 15px 0 0px;
}

.whatsup{    margin: 30px 0 0;
  position: fixed;
  bottom: 19px;
  left: 15px;
  background: #ffffff;
  padding: 9px;
  border-radius: 14%;
  border: 1px solid #ffffff94;
  z-index: 20;
}

.whatsup a .fa-whatsapp {
  color: rgb(23 159 102);
  font-size: 30px;
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.face-book{padding: 50px 0; width: 530px; margin: 0 auto;}

.face-book .big-header{text-align: center;}
.face-book .big-header h6{padding: 15px 0 30px;}
.face-book .small-header {text-align: center;}

.sk_branding a{display: none !important;}