@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
  background-color: #fff;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: Inter;
}

a {
  color: #173551;
  text-decoration: none;
}

a:hover {
  color: #094aab;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}
.btn-check:focus+.btn, .btn:focus
{
  box-shadow: none;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #173551;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


.top-div
  {
    padding: 5px 120px;
    background:#fff;
    transition: all 0.4s;
  }
  .top-bar
  {
    padding-top: 5px;
    height: 34px;
    font-size: 14px;
    background:#fff;
    transition: all 0.4s;
  }
  .top-bar > a 
  {
    color:#173551;
  }
  .top-bar  > ul
  {
    float:right;
  }
  .top-bar  > ul > li
  {
    float:left;
    list-style-type:none;
  }
  .top-bar  > ul > li > a
  {
    padding:0 10px;
    color:#173551;
  }
  @media screen and (max-width:768px) {
  .top-div {
    display:none;
  }
  }
  .top-bar img{
    
  width: 20px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(2219%) hue-rotate(168deg) brightness(92%) contrast(98%);
  }


.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 52px;
  bottom: 15px;
  z-index: 996;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #173551;
  line-height: 0;
}
.back-to-top:hover {
  background: #173551;
  color: #fff;
}
.back-to-top:hover i
{
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0!important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ffff;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  color: #BE1E2D;
  padding: 0;
  font-weight: 600;
  border-bottom: #F3F3F3 solid 1px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #BE1E2D;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #BE1E2D;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #BE1E2D;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #173551;
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  padding: 8px 0px 72px 0px;
}
#header.fixed-top {
  height: 78px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: Inter;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}





/* ======= Homepage slider ======= */
.slider {
  position: relative;
}
.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.slider .swiper-slide-active {
  z-index: 3;
}
.slider .parallax-slider {
  position: relative;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;    
  background: #173551;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
 opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slider .parallax-slider .caption h1 {
  font-size: 60px;
  position:absolute;
  top:40%;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slider .parallax-slider .caption p {
  font-size: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}
.slider .setone .swiper-nav-ctrl {
  color: #fff;
  font-size: 13px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}
.slider .setone .swiper-nav-ctrl:hover {
  
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.slider .setone .swiper-nav-ctrl:after {
  display: none;
}
.slider .setone.setwo {
  position: static;
}
.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}
.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 40%;
  right: 30px;
  outline: none;
}
.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 40%;
  left: 30px;
  outline: none;
}
.slider .swiper-pagination-fraction {
  display: none;
}
.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}
.slider .social-icon a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  padding: 12px 13px 10px 13px;
}
.slider .social-icon a:hover {
   border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .slider .caption.center h1 {
      font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slider .caption.center h1 {
      font-size: 40px;
  }
  .slider .caption.center h1 br {
      display: none;
  }
  .slider .social-icon {
      left: 15px;
      bottom: 15px;
      display: none;
  }
  .slider .setone.setwo .next-ctrl {
      right: auto;
      left: 70px;
      bottom: 15px;
      top: auto;
      width: 45px;
      height: 45px;
      line-height: 45px;
  }
  .slider .setone.setwo .prev-ctrl {
      left: 15px;
      bottom: 15px;
      top: auto;
      width: 45px;
      height: 45px;
      line-height: 45px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
  }
  .slider .setone .swiper-nav-ctrl {
      width: 45px;
      height: 45px;
      line-height: 45px;
  }
  .slider .setone {
      bottom: 15px;
      right: 15px;
  }
}

.img-overlay {
  width: 100%;
  height: 100%;
  background: #00000096;
  opacity: .7;
  position: absolute;
}
/* slider end */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #bbafb0f5;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 240px;
}
.navbar .dropdown ul a {
  padding: 10px 15px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #BD1E2C;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #173551;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
  background-color: #000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #173551;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: none;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
@media (max-width: 991.98px){
  .navbar-mobile > ul > li {
    padding: 0;
    border-bottom: #a8c3eb solid 1px;
}
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
}
.btn-danger-sm {
    font-size: 15px !important;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #a7d3ff;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 100px;
    bottom: 0;
    background-color: #173551;
    transition: 0.3s;
    z-index: 999;
}
}
.social {
  position: fixed;
  height: 100vh;
  display: flex;
  right: 0;
  flex-direction: column;
  top: 45%;
  justify-content: right;
  align-items: center;
  z-index: 1000;
  transform: translate(174px, 0);
}


.social a {
  color: #fff;
  background: #173551;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 5px;
  padding: 11px;
  width: 220px;
  text-align: left;
  border-radius: 10px;
  transition: 1s;
  transition-property: transform;
  border: #fff solid 1px;
}

.social a:hover {
  transform: translate(-110px, 0);
  color: #fff;
}
.social img {
  transition: transform .4s ease-in-out;
}
.social a:hover img
{
	transform: rotate(360deg);
}
.social img {
  margin-left: 5px;
  width: 23px;
  line-height: 30px;
  height: 23px;
  margin-right: 7px;
}
.footerlogo img
{
	max-height:60px;
  width: 250px;
}



/* hero */
/* end hero */
/*gallery starts*/
#gallery {
	padding: 4rem 0;
    background-color: #173551;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}
#gallery  h4 {
    color: #fff;
    padding: 10px 0;
    margin: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
	}
#gallery p{
  max-width: 80%;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
  margin: 0;
  }
.image img
{
	width:100%;
}
.img-wrapper {
  position: relative;
  /* margin-top: 15px; */
  overflow: hidden;
  border-radius: 10px;
  img {
    width: 100%;
    
  }
}
.thumb 
figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.thumb 
figure:hover img {
  opacity: 0.8;
  background: #fff;
}
.span-extra{
  display: none;
  color: #fff;
  justify-content: space-around;
  font-weight: 600;
  padding: 8px 10px;
  position: absolute;
  margin-top: -41px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background:#173551;
  }
  .thumb 
  figure:hover .span-extra
  {
    display:flex;
    color:#fff;
    justify-content: center;
  font-weight: 500;
  position: relative;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top:5px;
  }
.inner-img {
  transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  border-bottom: 1px solid #DBDEEC;
  
}

.inner-img:hover {
  /* transform: scale(1.1); */
  opacity: 0.8;
}
#overlay {
  background: rgb(9 58 66 / 92%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
 @media screen and (max-width:768px) {
#overlay img {
	width:90%;
}
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
/*gallery end*/
/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
.slider-banner{
  padding: 0rem;
  margin: 0;
}
.slider-banner .swiper {
        width: 100%;
        height: 100%;
      }

     .slider-banner .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

   .slider-banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .slider-banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 70px;
    left: 0;
    width: 100%;
}
.slider-banner .banner-inner{
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.slider-banner .banner-inner .left-content{
    background: linear-gradient(89.61deg, #FFFFFF -7.43%, rgba(239, 239, 239, 0.579574) 59.17%, rgba(217, 217, 217, 0) 86.65%);
    height: 744px !important;
    max-height: 100%;
    width: 47%;
    padding-top: 14rem;
    z-index:9999;
}
.slider-banner .banner-inner .left-content .innr{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 7rem;
    text-align: left;
}
.slider-banner .banner-inner .left-content .innr h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 130.52%;
    color: #173551;
}
.slider-banner .banner-inner .left-content .innr p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 15px;
  margin: 0;
}
.slider-banner .banner-inner .right-Bx{
    padding-top: 14rem;
}
.slider-banner .banner-inner .right-Bx .button {
  background-color: #099;
  color: white;
  text-decoration: none;
  border-radius: 10px 0 0px 10px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 44px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
  margin-bottom: 15px;
  border: #fff solid 2px;
}

.slider-banner .banner-inner .right-Bx .button:hover {
  max-width: 300px;
}

.slider-banner .banner-inner .right-Bx .icon {
  font-family: "Inter";
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

.slider-banner .banner-inner .right-Bx .text {
  white-space: nowrap;
  padding-right: 15px;
}
.abt{ 
  border-radius: 10px; 
  height: 100%; 
  width: 100%;
}
.slider-banner .banner-inner .left-content .innr .button2{
    background-color: #173551;
    color: #fff;
    padding: 10px 15px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
}
.slider-banner .banner-inner .left-content .innr .button2:hover{
  color: #fff;
  background-color: #231f20;
}
.btn-danger-sm {
    color: #fff;
    background-color: #173551;
    border: none;
    border-radius: 10px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
}
.btn-danger-sm:hover{
  background-color: #231f20;
  color: #fff;
  outline: none;
}
/*contact form*/
  .contact-sec .shadow-bx{
    flex-wrap: wrap;
  	background-color: #fff;
    padding: 30px;
	border-radius: 10px;
	box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 15%);
	margin: 10px 10px 10px 0;
    bottom: 282px;
    position: relative;
}
/*end contact form*/
@media (max-width: 991px){
  .btn-danger-sm:hover{
    background: none;
    color: #ccc;
    outline: none;
  }
  .btn-danger-sm:focus:not(.focus-visible) {
  outline: none;
}
}
  .fixedcall1 {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 28%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall1 .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall1 .phonenumber span{
  width: 45px;
  height: 45px;
  float: left;
  background: #3e7fb9;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall1 .phonenumber p{
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.phn{
  
    color: #3e7fb9;
    font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
}
.fixedcall1 .phonenumber span i {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}

.fixedcall {
    position: fixed;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 10px;
    top: 40%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #173551;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 0px 0 0 1px;
}
.fixedcall a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall a span{
  width: 45px;
  height: 45px;
  float: left;
  background: #173551;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall a p{
  margin: 0;
  padding-top: 15px;
  color: #fff;
  font-size: 18px;
}
.fixedcall a svg {
  color: #fff;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}
.fixedwhatapp {
  position: fixed;
    width: 180px;
    height: 50px;
    margin: 0;
    padding: 10px;
    top: 50%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #173551;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 0;
}
.fixedwhatapp a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedwhatapp a span{
  width: 45px;
  height: 45px;
  float: left;
  background: #173551;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedwhatapp a p{
  margin: 0;
  padding-top: 15px;
  color: #fff;
  font-size: 18px;
}
.fixedwhatapp a svg {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
.fixedwhatapp:hover {
  right: 0;
}
@-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.fixedcall:hover {
  right: 0;
}
.fixedcall1:hover {
  right: 0;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@media (max-width: 1920px){
  .fixedcall{
    position: absolute;
  }
  .fixedwhatapp{
    position: absolute;
    
  }
}
/*--------------------------------------------------------------
# Search Box Section
--------------------------------------------------------------*/
.search-bx{
  box-shadow: 3px 7px 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  height: 100px;
  position: relative;
  bottom: 60px;
  z-index: 999;
  align-items: center;
}
.search-bx-doct{
    box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    height: 85px;
    position: relative;
    bottom: 60px;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
}
.search-bx-doct .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 210px;
}
.search-bx-doct .form-select {
    display: block;
    padding-right: 50px !important;
    width: 100%;
    padding: 0.8rem 2.25rem 0.8rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #EEF3F6;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-bx-doct .search-form form {
    position: relative;
    display: flex;
    height: 47px;
    margin: 0 px 0 10px;
}
.search-bx-doct .search-form form input {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    outline: none;
    padding: 18px 35px;
    background: #17469c0f;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.search-bx-doct .search-form form .search-btn {
    position: absolute;
    right: 15px;
    width: 20%;
    padding: 20px 35px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-searchbx{
    color: #fff;
    background-color: #173551;
    border-radius: 8px;
    padding: 12px 48px;
}
.btn-searchbx:hover{
  background-color: #4a93ff;
  color: #fff;
}
.search-bx .wrapper form{
  height: 55px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 632px;
}

.search-bx .wrapper form input{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 15px 0 15px;
  font-size: 14px;
  caret-color: #000000;
  transition: all 0.1s ease;
  margin-right: 20px;
  background-color: #EEF3F6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.search-bx .wrapper form input::selection{
  color: #fff;
  background: #58cff1;  
}
.search-bx .wrapper form input:focus,
.search-bx .wrapper form input:valid{
  border-color: #cccc;
}
.search-bx .wrapper form input::placeholder{
  color: #c4c4c4;
}
.search-bx .wrapper form .counter{
  position: absolute;
  right: 0px;
  width: 55px;
  font-size: 20px;
  color: #c4c4c4;
  text-align: center;
  border-left: 1px solid #d8d8d8;
  pointer-events: none;
}
.search-bx .wrapper form input:valid ~ .counter{
  color: #58cff1;
  border-color: #58cff1;
}
.List-bx{
  background-color: #173551;
  padding: 30px 0;
  margin: 0px 0 0;
}
.btn-buttonbx{
  background-color: #173551;
  padding: 10px 24px;
  padding-left: 1rem;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  font-family: Inter;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
}
.btn-buttonbx:hover{
  background-color: #fff;
  color: #173551;
  border: 1px solid #173551;
}
.btn-buttonsw{
  background-color: #173551;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  font-family: Inter;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  display: flex;
    align-items: center;
    width: 90%;
    text-align: center;
    margin: auto;
    justify-content: center;
    /* margin: 20px; */
    margin-bottom: 26px;
}
.btn-buttonsw:hover{
  background-color: #231f20;
  color: #fff;
}
.pedpp{
  padding-left: 10px;
  max-width: 24px;
}
.List-bx .main-bx{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.List-bx .main-bx .box-sm{
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-right: 20px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease-out 0s;
}
.List-bx .main-bx .text{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-family: Inter;
  line-height: 29px;
}
.why-choose{
  background-color: #3E408D;
  padding: 3rem 0;
  margin-top: 3rem;
}
.why-choose .title{
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
}
.why-choose p{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
}
.why-choose .card {
  box-shadow: 0 4px 8px 0 rgb(151 145 145 / 20%);
  transition: 0.3s;
  width: 100%;
  margin: 1rem 0;
  background: none;
  border: #877140 solid 1px;
}
.why-choose .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  border: #ccc solid 1px;
}
.why-choose .innr {
  padding: 15px 15px;
}
.why-choose .innr h4{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
}
@media (max-width: 767.98px){
  #header .logo img {
    width: 70%;
  }
  .footerlogo img
  {
    width: 63%;
  }
  .search-bx-doct{
    width: 100%;
  }
  .btn-searchbx{
    padding: 12px 13px;
  }
  .search-bx-doct .search-form form input{
    padding: 18px 15px;
  }
  .slider-banner .swiper
  {
  	height:444px;
  }
}
@media (max-width :575.98px){
  .List-bx .main-bx .box-sm{
    margin-right: 10px;
  }
  .search-bx-doct{
    width: 100%;
  }
  .slider-banner .swiper
  {
  	height:465px;
  }
  #header .logo img {
    width: 80%;
    margin-top: 5px;
  }
  #header .logo img {
    max-height: 100%;
}
  .footerlogo img
  {
    width: 63%;
  }
.List-bx .main-bx .text{
  font-size: 16px;
}
}
@media (max-width :375.98px){
  .List-bx .main-bx .text{
  font-size: 12px;
}
#header .logo img {
  width: 85%;
}
.slider-banner .swiper
  {
  	height:444px;
  }
  .footerlogo img
  {
    width: 63%;
  }
}     
@media (max-width: 1199.98px){
  .search-bx .wrapper form{
    width: 506px;
  }
  .btn-danger-sm {
    color: #fff;
    background-color: #173551;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 10px;
    font-weight: 600;
    padding: 12px;
}
.slider-banner .banner-inner .left-content{
  width: 75%;
}
}

.treatment-bx{
  padding: 3rem 0 2rem;
  background-color: #f5f5f5;
}
.treatment-bx .tr-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.treatment-bx .tr-content p{
  width: 65%;
}
.treatment-bx .tr-content a{
  color: #bbafb0f5;
  font-size: 18px;
  font-weight: 600;
}
.treatment-bx .tr-content a:hover{
  color: #173551;
}
.treatment-bx .tr-content .padd{
  width: 85%;
}
.treatment-bx h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #bbafb0f5;
  padding: 10px 0;
  margin: 0;
}
.treatment-bx p{
  margin: 0;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  /* text-align: center;
  padding: 15px; */
}
.card-text1{
  text-align: justify;
  padding: 5px 20px 18px 20px;
}
.card-body img{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 100%;
}
.treatment-bx .tratment-swiper{
  position: relative;
  margin-top: 3rem;
  margin-left: 7rem;
  margin-bottom: 3rem;
}
.treatment-bx .tratment-swiper .swiper {
        width: 100%;
        height: 100%;
      }
.treatment-bx .tratment-swiper .swiper-slide {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    background-color: #FFFFFF;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: 370px;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
      }
.treatment-bx .tratment-swiper .swiper-slide .img-icond{
  background-color: #173551;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.treatment-bx .tratment-swiper .swiper-slide h4{
  padding: 12px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #bbafb0f5;
  margin: auto;
  text-align:center;
}

     .treatment-bx .tratment-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
      }
      .treatment-bx .tratment-swiper .arrow-main{
        position: relative;
        left: 0;
        width: 120px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
      }
      .treatment-bx .tratment-swiper .button-prev{
    background-color: #85c6d1;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
      }
      .treatment-bx .tratment-swiper .button-prev:hover{
        background-color: #173551;
      }
      .treatment-bx .tratment-swiper .button-next{
        background-color: #173551;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    left: 90px;
    display: flex;
    justify-content: center;
    align-items: center;

      }
	  .why-us h3
	  {
	  	border-bottom:1px solid #173551;
		text-align:center;
	  }
	   .why-us h4
	   {
	   
			padding: 12px 0;
			font-family: 'Inter';
			font-style: normal;
			font-weight: 600;
			font-size: 18px;
			line-height: 20px;
			color: #173551;
			margin: 0;
	   }
	  .why-us .p1
	  {
	  	text-align:center;
		padding:20px 0;
	  }
	  .why-us hr
	  {
	  	width: 70%;
		color: #173551;
		opacity: 1;
		margin:auto;
		margin-bottom: 24px;
	  }
	  .why-us img
	  {
	  	position:absolute;
		bottom:30px;
	  }
	  .why-us-detail
	  {
	  	padding:10px 32px;
		  }
      @media (max-width: 767.98px){
	  .why-us-detail
	  {
	  	padding:10px;
		  }
		  .why-us img
	  {
	  	position:relative;
		bottom:0;
	  }
  .treatment-bx .tratment-swiper {
    position: relative;
    margin-top: 3rem;
    margin-left: 0rem; 
    margin-bottom: 3rem;
}
.treatment-bx .tr-content .padd {
    width: 60%;
}
.btn-danger-sm{
  font-size: 16px;
}
}
@media (max-width: 575.98px){
  .treatment-bx .tratment-swiper {
    position: relative;
    margin: 3rem 1rem;
}
.treatment-bx .tr-content p {
    width: 100%;
}
#gallery p{
  width: 100%;
}
.treatment-bx .tr-content .padd {
    width: 50%;
}
.btn-danger-sm{
  font-size: 16px;
}
}

.feature-icon
{
  filter: brightness(0) saturate(100%) invert(20%) sepia(13%) saturate(2219%) hue-rotate(168deg) brightness(92%) contrast(98%);
}
/*----
Doctors portfolio----*/
.doctors-portfolio{
  padding: 3rem 0;
  background-color: #fff;
}
.doctors-portfolio h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  color: #173551;
  padding: 0rem 0 0rem 0rem;
  text-align: center;
}
.doctors-portfolio .dr-content{
  /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.doctors-portfolio .dr-content p{
  width: 65%;
}
.doctors-portfolio .dr-content a{
    color: #bbafb0f5;
    font-size: 18px;
    font-weight: 600;
}
.doctors-portfolio .dr-content a:hover{
   color: #173551;
}
.doctors-portfolio .treatment-swiper{
  position: relative;
  margin-top: 3rem;
  margin-left: 7rem;
  margin-bottom: 3rem;
}
.doctors-portfolio .treatment-swiper a{
	color:#fff;
}
.doctors-portfolio .treatment-swiper .swiper {
        width: 100%;
        height: 100%;
      }

.doctors-portfolio .treatment-swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: column;
      }

.doctors-portfolio .treatment-swiper .swiper-slide h4{
  padding: 15px 0 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #bbafb0f5;
  margin: 0;
}
.doctors-portfolio .treatment-swiper .swiper-slide h6{
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  olor: #bbafb0f5;
  margin: 0;
  padding: 0;


}
.doctors-portfolio .treatment-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.doctors-portfolio .treatment-swiper .arrow-main{
        position: relative;
        left: 0;
        width: 120px;
        height: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
      }
.doctors-portfolio .treatment-swiper .button-prev{
    background-color: #85c6d1;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    opacity: 0.5;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
    align-items: center;
      }
      .doctors-portfolio .treatment-swiper .button-prev:hover{
        background-color: #13879b;
      }
.doctors-portfolio .treatment-swiper .button-next{
    background-color: #173551;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    left: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
      }
      @media (max-width: 575.98px){
        .doctors-portfolio .dr-content p{
          width: 100%;
        }
        .doctors-portfolio h3{
          font-size: 24px;
        }
        .treatment-bx h3{
          font-size: 24px;
        }
      }
.clinic-gallery{
  padding: 4rem 0;
  background-color: #173551;
}
.clinic-gallery h4{
  color: #fff;
  padding: 10px 0;
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
}
.clinic-gallery p{
  max-width: 80%;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
  margin: 0;
}
.clinic-gallery .image-outer {
  position: relative;
  width: 100%;
  margin: 15px 0;
}

.clinic-gallery .image {
  display: block;
  width: 100%;
  height: auto;
}

.clinic-gallery .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #173551;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  border-radius: 6px;
  opacity: 0.6;
}

.clinic-gallery .image-outer:hover .overlay {
  bottom: 0;
  height: 100%;
}

.clinic-gallery .text a{
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  font-weight: 600;
}
.clinic-gallery .text a:hover{
  color: #ccc;
  }


.blog-bx{
  padding: 3rem 0;
}
.blog-bx .tr-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-bx .tr-content p{
  width: 65%;
}
.blog-bx .tr-content a{
  color: #bbafb0f5;
  font-size: 18px;
  font-weight: 600;
}

.blog-bx .tr-content a:hover{
  color: #173551;
}
.blog-bx h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  color: #173551;
  padding: 0rem 0 0rem 0rem;
  text-align: center;
}
.blog-bx p{
  margin: 0;
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.blog-bx .tratment-swiper{
  position: relative;
  margin-top: 3rem;
  margin-left: 7rem;
  margin-bottom: 3rem;
}
.blog-bx .tratment-swiper .swiper {
        width: 100%;
        height: 100%;
      }

.blog-bx .tratment-swiper .swiper-slide {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    background-color: #FFFFFF;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    align-items: flex-start;
    flex-direction: column;
      }
.blog-bx .tratment-swiper .swiper-slide .inner-content{
  padding: 30px;
}
.blog-bx .tratment-swiper .swiper-slide .inner-content a{
  color: #bbafb0f5;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-bx .tratment-swiper .swiper-slide .inner-content a:hover{
  color: #173551;
}
.blog-bx .tratment-swiper .swiper-slide .img-icond{
  background-color: #173551;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.blog-bx .tratment-swiper .swiper-slide h4{
  padding: 20px 0 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #bbafb0f5;
  margin: 0;
}
@media (max-width: 575.98px){
  .blog-bx .tr-content p{
    width: 100%;
  }
}
.medal-ach{
  margin: 0.5rem 0;
  border: 1px solid #DBDEEC;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.medal-ach .box{
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.medal-ach .box img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.medal-ach .text{
  font-size: 18px;
  font-weight: 600;
  margin-left: 66px;
}

.medal-ach .review-para
{
  margin-left: 66px;
}
.medal-ach .review-stars
{
  margin-left: 66px;
  padding-top:0;
}
.medal-ach .review-stars i
{
  color: #ffd500;
  font-size: 15px;
}
.blog-bx .tratment-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
@media (max-width: 767.98px){
  .doctors-portfolio .treatment-swiper {
    position: relative;
    margin: 3rem 1rem;
}
.blog-bx .tratment-swiper {
    position: relative;
    margin: 3rem 1rem;
}
}
@media (max-width: 575.98px){
  .medal-ach .box img{
    width: 35px;
    height: 35px;
}
.blog-bx h3{
  font-size: 24px;
  padding: 0rem 0.3rem 0rem 0.3rem;
        }
.medal-ach .text{
  font-size: 12px;
  font-weight: 600;
}
.medal-ach{
  padding: 20px 10px;
}
.medal-ach .text {
  font-size: 18px;
  font-weight: 600;
  margin-left: 55px;
}
.medal-ach .review-para {
  margin-left: 55px;
  line-height: 25px;
}
.medal-ach .review-stars {
  margin-left: 55px;
  line-height: 25px;
}
.medal-ach .box {
    border-radius: 6px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .sub-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  color: #bbafb0f5;
  padding: 0rem 0 2rem 0rem;
  text-align: center;
} */
.about {
  padding: 5rem 0;
  background: #f5f5f5;
}
.about a
{
	color:#fff;
}
.about img{
  width: 100%;
  height: 100%;
}
.about .content{
  padding-top: 20px;
  padding-left: 1rem;
}
.about  h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  color: #173551;
  padding: 0rem 0 0rem 0rem;
  text-align: center;
}
.about .content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #bbafb0f5;
  padding: 0rem 0  10px 1rem;
  margin: 0;
}
.about .content p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 991.98px){
}
@media (max-width: 767.98px){
  .about .order-sm{
    order: 2;
  }
  .about {
    padding: 0px 10px 20px 10px;
}
.about .content {
    padding: 100px 0 20px 0px;
}
.about  h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  color: #173551;
  padding: 2rem 0.3rem 1rem 0.3rem;
  text-align: center;
}
.doctors-portfolio h3{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  color: #173551;
  padding: 2rem 0.3rem 1rem 0.3rem;
  text-align: center;
}
.doctors-portfolio
{
  padding: 50px 10px 20px 10px;
}
}


/*------------------------------------------------------------
#About Page
--------------------------------------------------------------*/
.about-page{
  padding: 0;
  margin: 0 0 0px 0;
}
.our-mission{
  background-color: #f5f5f5;
  padding: 30px 0 60px 0;
  font-weight: 600;
}
.our-mission .content{
  padding: 40px 0px 0px 0;
  display: flex;
  justify-content: space-between;
}
.our-mission .content .dv{
  max-width: 55%;
  padding-right: 40px;
}
.our-mission .content h3{
  font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    color: #bbafb0f5;
    padding: 0rem 0 0rem 0rem;
    text-align: center;
}
.our-mission .content p{
  color: #bbafb0f5;
  padding: 10px 0;
  line-height: 26px;
  margin: 0;
}
.our-mission .content .list-sm{
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.our-mission .about-btm-para
{
  text-align: center;
  padding-bottom: 3rem;
}
.our-mission .content img{
  border-radius: 10px;
}
.our-mission .content .list-sm .roundbx{
    font-weight: 400;
    border-radius: 50%;
    background-color: #fff;
    padding: 4px 8px;
    margin-right: 15px;
    font-size: 16px;
    background: #173551;
}
.our-mission .content .list-sm .text{
  color: #bbafb0f5;
  font-size: 16px;
}
.our-mission .fa-check
{
  color: #fff;
}
.our-mission .content .button-w{
    background-color: #fff;
    /* border: #bbafb0f5 solid 2px; */
    color: #000;
    font-size: 18px;
    font-family: 'Inter';
    padding: 10px 50px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 2rem;
}
.our-mission-sub{
  padding: 30px 10px;
}
.our-mission-sub .content{
  padding: 40px 0px 0px 0;
  display: flex;
  justify-content: space-between;
}
.our-mission-sub .content .dv{
  max-width: 55%;
  padding-right: 40px;
}
.our-mission-sub .content h5{
  color: #bbafb0f5;
  line-height: 48px;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
}
.our-mission-sub .content p{
  color: #555555;
  padding: 10px 0;
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}
.our-mission-sub .content .list-sm{
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.our-mission-sub .content img{
  border-radius: 10px;
}
.our-mission-sub .content .list-sm .roundbx{
    font-weight: 400;
    border-radius: 50%;
    background-color: #fff;
    padding: 4px 12px;
    margin-right: 15px;
    font-size: 16px;
}
.our-mission-sub .content .list-sm .text{
  color: #bbafb0f5;
  font-size: 16px;
}
.our-mission-sub .content .button-w{
  background-color: #173551;
  /* border: #bbafb0f5 solid 2px; */
  color: #fff;
  font-size: 18px;
  font-family: 'Inter';
  padding: 10px 32px;
  text-align: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.our-mission .content .button-w:hover{
  background-color: #bbafb0f5;
  color: #fff;
}
.our-mission-sub .content .button-w:hover{
  background-color: #bbafb0f5;
  color: #fff;
}
@media  (max-width: 991.98px){
  .our-mission .content{
    display: flex;
    flex-wrap: wrap;
  }
  .our-mission .content .dv{
    max-width: 100%;
  }
  .our-mission-sub .content{
    display: flex;
    flex-wrap: wrap;
  }
  .our-mission-sub .content .dv{
    max-width: 100%;
  }
}
.card-tr{
  background: #FFFFFF;
  /* box-shadow:0px 5px 15px 0px rgba(73, 94, 176, 0.15); */
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  margin: 1rem 0;
}
.card-tr .card-body {
    flex: 1 1 auto;
    /* padding: 1.5rem 1.5rem; */
    padding:0rem 0rem;
}
.card-tr .card-body .button-card{
    color: #fff;
    background-color: #173551;
    border-radius: 10px;
    padding: 13px 30px;
    margin: 5px 0;
}
.card-tr .card-body .button-card:hover{
  background-color: #0a58ca;
  color: #fff;
}
.card-tr .card-body .span_sm{
  width: 80px;
  height: 80px;
  background-color: #173551;
  padding: 15px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
}
.card-tr .card-body .span_sm img{
  width: 55px;
  height: 57px;
}
/* .card-tr .card-body .card-title{
  font-size: 20px;
  color: #bbafb0f5;
  font-weight: 600;
  line-height: 30px;
  padding-top: 1rem;
  text-align:center;
} */
.card-tr .card-body .card-title{
  font-size: 20px;
  color: #bbafb0f5;
  font-weight: 600;
  line-height: 30px;
  padding: 1rem;
  /* background: #173551; */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 75%;
}
.card-title
{
margin-bottom: 0px;
cursor: default;
}
.card-tr .card-body .card-title h5{
color: #fff;
font-weight: 600;
line-height: 25px;
}
.card-tr .card-body .card-title:hover{
color: #fff;
}
.card-tr .card-body .card-title:hover h5{
color: #bbafb0f5;
cursor: default;
}
.card-tr .card-body .card-title h6{
  color: #fff;
  cursor: default;
}
.card-doctors{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: none;
    background-clip: border-box;
    margin: 1rem 0;
    align-items: center;
    text-align: center;
}
.card-tr .card-body-3 img{
  display: flex;
  margin: auto;
}
.card-tr .card-body-3 {
  flex: 1 1 auto;
  /* padding: 1.5rem 1.5rem; */
  padding:35px 35px 35px 35px;
  height: 376px;
  box-shadow: 0px 5px 15px 0px rgba(73, 94, 176, 0.15);
  border-radius: 10px;
}
.card-tr .card-body-3 .card-title{
  color: #173551;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 1rem;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: default;
  margin-bottom: 10px;
}
.card-tr .card-body-3 p
{
  text-align: center;
  font-size: 14px;
}


.card-tr .card-body-lt {
  flex: 1 1 auto;
  /* padding: 1.5rem 1.5rem; */
  padding:0rem 0rem;
}

.card-tr .card-body-lt .card-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  padding: 1rem;
  text-align: center;
  /* background: #173551; */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: default;
  background: #173551;
}

.card-tr .card-body-lt .card-title:hover{
  color: #173551;
  background: #fff;
}
.btn-readmore
{
  font-size: 14px;
  font-weight: 700;
  fill: #173551;
  color: #173551;
  background-color: rgba(227, 11, 15, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #173551;
  border-radius: 50px 50px 50px 50px;
  padding: 7px 15px 7px 15px;
  display: flex;
  align-content: flex-end;
  justify-content: center;
  margin: auto;
}
.btn-readmore:hover
{
  background: #173551;
  color: #fff;
}
.awards .card-tr .card-body
{
  flex: 1 1 auto;
  padding: 0rem 0rem;
}
.awards .inner-img
{
  padding: 0;
}
.awards .card-tr
{
  box-shadow: none;
}
.awards .card-tr .card-body .card-title {
  font-size: 20px;
  background: #f5f5f5;
  color: #bbafb0f5;
  font-weight: 600;
  line-height: 30px;
  padding: 1rem 0;
  text-align: center;
  /* background: #173551; */
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  cursor: default;
  text-align: left;
}
.awards .card-tr .card-body p{
  background: #f5f5f5;
  margin-bottom: 0;
  padding-top: 12px;
}
.service-det
{
  box-shadow: 0px 5px 15px 0px rgba(73, 94, 176, 0.15);
  border-radius: 10px;
  padding: 2rem 3rem;
}
@media (max-width: 991.98px){
  .card-tr .card-body .button-card{
    padding: 13px 20px;
  }
}
/*=======================================================
Our Treatment Services
=========================================================*/
.our-treatment-services{
  padding: 80px 0;
  background: #17469c0f;
}
.our-treatment-services .title{
  font-size: 30px;
  color: #bbafb0f5;
  padding: 10px 0 30px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
}
.our-treatment-services 
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.card img{
  border-radius: 10px 10px 0 0;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.inner {
  padding: 20px 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inner .title{
    font-size: 20px;
    color: #bbafb0f5;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    margin: 0;
    padding: 0 0 15px;
}
/*----------------------------------------------------------
profile page
-------------------------------------------------------------*/
.profile-img{
  width: 100%;
  height: 100%;
}
.profile-content{
    padding: 10px 20px;
    width: 100%;
}
.profile-content .title{
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    padding: 0;
    margin: 0;
}
.profile-content .dark{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0;
}
.profile-content .light{
  font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 12px;
    margin: 0;
}
.profile-content p{
  color: #fff;
}
.profile-content .timebx{
  display: flex;
  padding: 0.5rem 0 1rem;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
}
.profile-content .timebx img{
  margin-right: 1rem;
}
.profile-content .button-pr{
  background-color: #fff;
    /* border: #bbafb0f5 solid 2px; */
    color: #000;
    font-size: 18px;
    font-family: 'Inter';
    padding: 10px 50px;
    text-align: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 2rem;
    transition: 0.3s;
}
.profile-content .button-pr:hover{
  background-color: #ec2028;
  color: #fff;
}

.ex-container{
  padding: 3rem 0;
  background-color: #fff;
}
.ex-container .title{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 48px;
color: #bbafb0f5;
}
.blog-pro{
  background-color: #17469c0f;
  padding: 7rem 0;
}
.blog-pro .title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #bbafb0f5;
  padding-bottom: 1rem;
}
.blog-pro .card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    border: none;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
}
.blog-pro .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.blog-pro .card-body .card-title{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #bbafb0f5;
}
.blog-pro .card-body .card-text{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 146.5%;
  color: #000000;
}
.blog-pro .card-body .read-more{
  color: #bbafb0f5;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog-pro .card-body .read-more:hover{
  color: #173551;
}
.blog-pro .card-body .card-button{
  background-color: #173551;
  color: #fff;
  font-size: 18px;
  padding: 9px 20px;
  border-radius: 10px;
}
.blog-pro .blog-text{
  width: 80%;
  padding-bottom: 1rem;
}
@media (max-width: 575.98px){
  .blog-pro .blog-text{
  width: 100%;
  padding-bottom: 1rem;
}
.search-bx-doct .input-group{
  width: 100%;
}
}
.contact-sec{
  /*padding-top: 15%;
  margin-bottom: 10%;*/
}
.contact-sec .shadow-bx{
    
}
.contact-sec .shadow-bx .innr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-sec .shadow-bx .innr .title{
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
}
.contact-sec .shadow-bx .control-set{
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #17469c0f;
    background-clip: padding-box;
    appearance: none;
    outline: none;
    margin-bottom: 1rem;
}
.contact-sec .shadow-bx .control-set:hover{
  border: #173551 solid 1px;
  transition: .3s ease-in;
}
.contact-sec .shadow-bx .button-main{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 10px 0;
}
.contact-sec .shadow-bx .button-main .white{
    background-color: #fff;
    border: none;
    padding: 12px 40px;
    color: #000;
    margin: 0;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 18px;
}

.contact-sec .shadow-bx .button-main .white:hover{
  background-color: #bbafb0f5;
  color: #fff;
}
.button-blue{
  background-color: #173551;
  color: #fff;
  border: none;
  padding: 12px 40px;
  margin: 0;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
}
.button-blue:hover{
  background-color: #bbafb0f5;
  color: #fff;
}
.quick-contact p a{
  color:#173551;
}
.quick-contact p a:hover{
  color:#173551;
}
@media (max-width: 991.98px){
  .contact-sec .shadow-bx .innr .title{
    font-size: 24px;
  }
}
@media (max-width: 575.98px){
  .contact-sec .shadow-bx .innr .title{
    font-size: 18px;
  }
  .service-det
{
  box-shadow: 0px 5px 15px 0px rgba(73, 94, 176, 0.15);
  border-radius: 10px;
  padding: 1rem 1rem;
}

.card-tr .card-body-3
{
  height: 385px;
}
.inner-img {
  padding: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 0rem 0rem 1rem 0rem;
}
.card-tr .card-body {
  flex: 1 1 auto;
  padding: 0;
}
}
.quick-contact{
  margin: 4rem 0;
  padding: 3rem 0;
}
.quick-contact .title{
  font-size: 30px;
  color: #173551;
}
.quick-contact .call-sm{
  display: flex;
  align-items: center;
}

.quick-contact img{
  margin-right: 20px;
  padding: 1rem 0 .5rem;
}
.quick-contact p{
  padding: 0;
  margin: 0;
  color: #173551;
}
.form-select-list{
  display: flex;
  width: 100%;
  align-items: center;
}
.form-select-list .treatment{
  border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #17469c0f;
    background-clip: padding-box;
    appearance: none;
    outline: none;
    margin-right: 15px;
}
.form-select-list .doctor{
  border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #17469c0f;
    background-clip: padding-box;
    appearance: none;
    outline: none;
}
.blog-details{
  padding: 1rem 0 1rem;
  margin: 0;
}
.blog-details .title{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 29px;
padding: .5rem 0;
color: #bbafb0f5;
}

.root-canal-tr{
  padding: 3rem 0 0rem;
  margin: 0;
}
.root-canal-tr .icon-main{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.root-canal-tr .icon-main .title{
  font-size: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  color: #bbafb0f5;
}
.faq-sm{
  padding: 3rem 0rem;
  background-color: #fff;
}
.faq-sm .title{
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 48px;
color: #bbafb0f5;
}
.accordion {
  background: none;
  color: #bbafb0f5;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  transition: 0.4s;
  border-bottom: #E0E0E0 solid 1px;
}


.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    background-color: #173551;
    padding: 0px 7px;
    border-radius: 50%;
    align-items: center;
}

.faq-sm .active:after {
  content: "\2212";
}

.panel {
  padding: 0px 0px;
  background-color: white;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-sm .img-dv{
  padding: 3rem 0rem 1rem 2rem;
  height: auto;
}
.faq-sm .img-dv img{
  width: 100%;
  height: 100%;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: none;
  padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}



@media (max-width: 991.98px){
  .contact-sec{
  padding-top: 18%;
}
}
@media (max-width: 767.98px){
  .contact-sec{
  padding-top: 27%;
}
.faq-sm .img-dv{
  padding: 2rem 0rem 1rem 0rem;
}
.blog-details .order-ms{
  order: 3;
}
.quick-contact {
    position: relative;
    bottom: -9rem;
    height: 500px;
}
}
@media (max-width: 575.98px){
  .quick-contact {
    position: relative;
    bottom: -7rem;
    height: 500px;
}
.button-blue{
  padding: 12px 15px;
}

.accordion{
  font-size: 15px;
}
.button-blue{
  font-size: 14px;
  }
  .contact-sec .shadow-bx .button-main .white{
    font-size: 14px;
  }
  }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #173551;
  padding: 0 0 0px 0;
  color: #444444;
  font-size: 14px;
}
#footer .patient-resource {
  padding: 50px 0;
  background: #BE1E2D;
  font-size: 15px;
}
#footer .patient-resource h4 {
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 55px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
}
.btn-light {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #BE1E2D;
    background: #FFFFFF;
    border: 1px solid #FBF0F1;
    box-sizing: border-box;
    border-radius: 6px;
}
@media (min-width: 992px) and (max-width: 1920px){
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar ul .whatsapp, .number {
    display: none;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
}
@media (min-width: 1366px) and (max-width: 992px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar ul .whatsapp, .number {
    display: none;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
  
}

@media (max-width: 992px){
   .navbar ul .whatsapp, .number {
    top: 75px;
    display: block;
    position: relative;
  }
  .menu-call{
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
  .menu-call span{
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    display: flex;
  }
  .menu-call span a{
    font-size: 15px;
    color: #fff;
    padding: 10px 5px;
    border: none;
  }
}
@media (max-width: 575.98px){
  .menu-call span a {
    font-size: 15px;
    color: #fff;
    padding: 0px 5px 8px;
}
.menu-call {
    display: flex;
    padding: 15px 20px 0;
    /* flex-wrap: wrap; */
    align-items: flex-start;
}
.menu-call span{
  display: flex;
  flex-wrap: wrap;
}
}
@media (min-width: 992px) and (max-width: 1920px){
  .menu-toggle-side-sm{
    display: none;
  }
  }
@media (max-width: 992px){
  .menu-toggle-side{
    display: none;
  }
}
  .sidebar-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  right: 0;
  left: unset;
  background-color: #173551;
  overflow-x: hidden;
  transition: 0.7s;
  padding-top: 60px;
  top: 0;
}

.sidebar-menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom: #fff solid 1px;
}

.sidebar-menu a:hover {
  color: #ccc;
  background: no-repeat;
}

.sidebar-menu .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    font-size: 36px;
    /* margin-left: 150px; */
    background: none;
    border: none;
    display: flex;
    justify-content: flex-end;
}

.openbtn {
  font-size: 30px;
  cursor: pointer;
  background: none !important;
  color: #fff;
  /*padding: 10px 15px;*/
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#sidemain-menu {
  transition: margin-left .5s;
 /* padding: 16px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar-menu {padding-top: 15px;}
  .sidebar-menu a {font-size: 16px;}
}
#footer .patient-resource .patient-maindiv{
  padding: 20px 0;
}
#footer .patient-resource .patient-maindiv .text a{
  padding-right: 10px;
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}
#footer .patient-resource .patient-maindiv .roundbox{
  width: 36px;
  height: 36px;
  left: 0px;
  top: 0px;
  background-color: #FFC1C7;
  padding: 8px 10px;
    border-radius: 52%;
    margin-right: 10px;
}
#footer .LightBox{
  width: 90%;
  margin: 70px 50px;
  height: auto;
  background-color: #F7F7F7;
  border-radius: 31px;
  padding: 25px 60px;
}
#footer .LightBox h6{
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 152.1%;
  color: #383838;
}
#footer .LightBox .text1{
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 152.1%;
  color: #BE1E2D;
}

#footer hr{
  border-bottom: #EEF3F6 solid 1px;
  margin: 2rem 0;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #173551;
}
#footer .footer-top .footerlogo{
  padding: 0px 0 20px;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding-bottom: 15px;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ccc;
}
#footer .footer-top .social-links a {
  font-size: 22px;
    display: inline-block;
    background: #ffffff;
    color: #173551;
    line-height: 1;
    padding: 7px 0;
    margin-right: 10px;
    border-radius: 30px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #231f20;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#footer .copyright a{
  color: #fff;
}
#footer .copyright a:hover{
  color: #ccc;
}
@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0px;
    font-size: 12px;
  }
  #footer .LightBox {
    width: 92%;
    margin: 70px 15px;
    height: auto;
    background-color: #F7F7F7;
    border-radius: 31px;
    padding: 25px 30px;
}
#footer .LightBox h6 {
  font-size: 18px;
}
#footer .LightBox .text1 {
  font-size: 18px;
}
#footer .footer-top .footer-links {
    margin-bottom: 0px;
}
#footer .footer-top {
    padding: 60px 0 0px 0;
    background: #173551;
}
#footer hr {
    border-bottom: #EEF3F6 solid 1px;
    margin: 0rem 0 2rem;
}
}

@media (max-width:  991.98px){
   .search-bx .wrapper form {
    width: 328px;
}
#gallery p
  {
  	max-width:100%;
	font-size:14px;
	text-align:justify;
  }
  .about .content p
  {
  	font-size:14px;
	text-align:justify;
  }
  .treatment-bx p
  {
  	font-size:14px;
	text-align:justify;
  }
  .doctors-portfolio .dr-content p
  {
  	font-size:14px;
	text-align:justify;
  }
}
@media (max-width: 767.98px){
  .search-bx .wrapper form {
    width: 235px;
}
.slider-banner .banner-inner .left-content .innr h3{
  font-size: 32px;
}
.slider-banner .banner-inner .left-content .innr{
    padding-left: 20px;
  }
  .slider-banner .swiper
  {
  	height:444px;
  }
  .slider-banner .banner-inner .left-content .innr p
  {
  	font-size:14px;
  }
  .slider-banner .banner-inner .left-content
  {
  	/* padding-top:10rem; */
  }
  .slider-banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
  {
  	bottom:30px;
  }
  .slider-banner .banner-inner .left-content .innr .button2
  {
  	background-color: #173551;
    color: #fff;
    padding: 11px 14px;
    margin: 5px 0;
    font-size: 14px;
    border-radius: 10px
  }
  .search-bx
  {
  	padding:20px 10px;
	height:80%;
  }
  .search-bx .wrapper form input
  {
  	height:80%;
  }
  .search-bx .wrapper form
  {
  	width:100%;
  }
  .btn-buttonbx
  {
  	padding: 10px 14px;
    font-size: 14px;
    display: flex;
    margin: auto;
  }
  .search-bx
  {
  	bottom:38px;
  }
  .about .content p
  {
  	font-size:14px;
	text-align:justify;
  }
  .treatment-bx p
  {
  	font-size:14px;
	text-align:justify;
  }
  .doctors-portfolio .dr-content p
  {
  	font-size:14px;
	text-align:justify;
  }
  #gallery p
  {
  	max-width:100%;
	font-size:14px;
	text-align:justify;
  }
  .blog-bx .tr-content p
  {
  	font-size:14px;
	text-align:justify;
  }
  .blog-bx p
  {
  	font-size:14px;
	text-align:justify;
  }
  .contact-sec .shadow-bx{
    flex-wrap: wrap;
  	background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 3px 7px 8px 2px rgb(0 0 0 / 15%);
    margin: 10px;
    position:relative;
    bottom: 500px;
}
.contact-sec .shadow-bx p{
    font-size:13px;
}
.order-first
{
	height:0px;
}
}
@media (max-width: 575.98px){
  .search-bx .wrapper form{
    width: 260px;
  }
  .search-bx{
    width: 95%;
  }
  .slider-banner .banner-inner .left-content .innr{
    /* padding-left: 56px; */
    padding-top: 74px;
    width: 100%;
  }
  .slider-banner .swiper
  {
  	height:460px;
  }
  .about .content p
  {
  	font-size:14px;
	text-align:justify;
  }
  .treatment-bx p
  {
  	font-size:14px;
	text-align:justify;
  }
  .doctors-portfolio .dr-content p
  {
  	font-size:14px;
	text-align:justify;
  }
  .blog-bx {
    padding: 2rem 0.3rem 2rem 0.3rem;
  }
  #gallery p
  {
  	max-width:100%;
	font-size:14px;
	text-align:justify;
  }
}
@media (max-width: 483.98px){
  .search-bx{
    width: 100%;
  }
  .search-bx .wrapper form {
    width: 260px;
}
}
@media (max-width: 454.98px){
  .search-bx .wrapper form {
    width: 240px;
}
}
@media (max-width: 433.98px){
  .search-bx .wrapper form {
    width: 225px;
}
}
@media (max-width: 405.98px){
  .search-bx .wrapper form
  {
  	width:100%;
  }
}
@media (max-width: 350.98px){
  .search-bx .wrapper form {
    width: 165px;
}
.btn-buttonbx{
  padding: 12px 25px;
}
}
@media (max-width: 320px){
  .search-bx .wrapper form {
    width: 130px;
}
}
.doc-desc p
{
  font-size: 14px;
  line-height: 18px;
}


.owl-theme .owl-controls .owl-page span
{
  width: 8px;
  height: 8px;
}
.test-bx
{
  background:#fff;
  padding: 3rem 0;
}
.test-bx .tr-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.test-bx .tr-content a{
color: #000000;
font-size: 18px;
font-weight: 600;
}

.test-bx .tr-content a:hover{
color: #A67437;
}
.test-bx .tr-content h3{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 48px;
color: #A67437;
padding: 10px 0;
margin: 0;
}
.test-bx .tr-content  p{
margin: 0;
padding-bottom: 20px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.test-bx .testimonial{
  margin: 0 20px 40px;
}
.test-bx .testimonial .testimonial-content{
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  border-radius: 10px;
  box-shadow:4px 6px 6px rgb(0 0 0 / 15%);
  min-height: 126px;
}
.test-bx .testimonial .testimonial-content:after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
  box-shadow:4px 6px 6px rgb(0 0 0 / 15%);
}
.test-bx .testimonial-content .testimonial-icon{
  width: 50px;
  height: 45px;
  background: #A67437;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.test-bx .testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #A67437;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.test-bx .testimonial .description{
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}
.test-bx .testimonial .title{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
.test-bx .testimonial .post{
  display: block;
  font-size: 14px;
  color: #000000;
}
.test-bx .owl-theme .owl-controls{
  margin-top: 20px;
}
.test-bx .owl-theme .owl-controls .owl-page span{
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.test-bx .owl-theme .owl-controls .owl-page.active span,
.test-bx .owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #A67437;
}

.revw-btn
{
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #173551;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #173551;
    border-radius: 100px 100px 100px 100px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-direction: row; 
    padding: 10px 20px;
}
.revw-btn:hover{
  color:#173551;
  background: #fff;
  border-width: 1px 1px 1px 1px;
  border-color: #173551;

}


.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.img-thumbnail
{
  border:none;
  border-radius: 10px;
}
.img-thumbnail {
  padding: 0;
  background: none;
  width: 100%;
}
/* .thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
} */
.thumb 
figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  opacity: 0.8;
  background: #fff;
}
.stop-icon
{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.fa-stop
{
  margin: 0 4px;
  padding: 0rem 0 2rem 0rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* background: #173551; */
  color: #173551;
  font-size: 8px;
}

.content-list ul
{
 list-style-type: none; 
 padding-left: 0;
}
.content-list li::before
{
    content: "\f101";
    left: 0px;
    top: 5px;
    color: #173551;
    font-size: 14px;
    line-height: 1em;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.service-img-overlay {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgb(0 0 0 / 68%) 50%);
  opacity: .7;
  position: absolute;
}
.card-tr .card-body {
  position: relative;
  transition: all 0.3s ease;
}
.card-tr .card-body:hover {
  transform: translateY(-10px);
}
.contact-filter
{
  filter: brightness(0) saturate(100%) invert(15%) sepia(6%) saturate(6974%) hue-rotate(171deg) brightness(102%) contrast(90%);
}