@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); 

:root {
	--white: #fff;
	--light-gray: #F3F3F3;
	--gray: #6B6B6B;
	--gray-dark: #6B6B6B;
	--primary: #181818;
	--secondary: #EBEBEB;
	--success: #219653;
	--info: #E9FAFF;
	--warning: #FFC700;
	--danger: #FF0000;
	--light: #A1A1A1;
	--dark: #181818;
  --light-dark: #202325;
	--form-border-color: #CBCBCB; 
	--bg-light: #FFF9F5;
	--bg-color: #F3F3F3;
	--table-border: #F5F5F5;
	--light-primary: #6F65D3;
	--border-color: #F3F3F3;
	--purple: #9B2B8B;
	--darkblue: #161820;
  --transparent-bg: #16182000;
  --radius : 1rem;
  --text: #A1A1A1;
  --radio: #181818;
  --radio-checked: #181818;
  --radio-size: 19px;
  --border-radius: 0.625rem;
}
* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
*,
::after,
::before {
	box-sizing: border-box
}
body {
  position: relative;
  font-family: "Raleway", sans-serif !important;
  letter-spacing: .0135rem !important;
  font-feature-settings: 'lnum' 1 !important;
}

a{
    text-decoration: none !important;
    cursor: pointer;
}
small{
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: var(--gray) !important;
    letter-spacing: 0.040rem;
    line-height: 2.2rem
}
h1 {
    font-size: 4rem !important;
    font-weight: 700 !important;
    color: var(--dark);
}
h2{
    font-size: 2rem !important;
    font-weight: 600 !important;
}
h3{
    font-size: 2.475rem !important;
    font-weight: 700 !important;
}
h4{
    font-size: 1.625rem !important;
    font-weight: 600 !important;
}
h5{
    font-size: 1.395rem !important;
    line-height: 2rem !important;
    margin-bottom: 0px !important;
}
h6{
    font-size: 1.15rem !important;
}
p{
    color: var(--gray);
    font-size: 1.125rem !important;
    line-height: 1.795rem !important;
    font-weight: 500;
}

.parallax-scroll{
  background: var(--white);
}
.gray{color: var(--gray) !important;}

hr{
  opacity: 1;
  border-bottom: 1px solid var(--form-border-color) !important;
}
footer hr {
  border-bottom: 1px solid var(--form-border-color) !important;
  border: 0;
}

ul{
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 10px;
}
ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray);
    font-size: 1.125rem !important;
    line-height: 1.575rem !important;
}
.content_box ul,footer ul,.list_items{padding: 0px !important;flex-direction: column;}
.fwt-bold{font-weight: 600 !important;}
.fwt-medium{font-weight: 500 !important;}
.fwt-light{font-weight: 400 !important;}
.white{color: var(--white);}
a.white{color: var(--white) !important;}
section{margin-bottom: 4.5rem;}
.slider_wrapper{margin-top: 4.5rem;}

.navbar.scroll-top-fixed{background: var(--white) !important;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}

.btn-primary {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    padding: .75rem .75rem !important;
    min-width: 160px;
}
.btn-outline-primary, .btn-outline {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--form-border-color) !important;
  padding: .75rem .75rem !important;
  border: 1px solid;
  min-width: 160px;
}
.btn-secondary {
  padding: .75rem .75rem !important;
  border: 1px solid;
  min-width: 160px;
}
.btn-danger{
  color: var(--white) !important;
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
  padding: .75rem .75rem !important;
  min-width: 160px;
}
.breadcrumb {
  background: var(--white) !important;
  border-radius: var(--border-radius) !important;
  padding: 5px 10px !important;
  margin: 0px !important;
}
.breadcrumb li {
  font-size: .875rem !important;
  font-weight: 600 !important;
  cursor: pointer;
}
.breadcrumb-item.active{color: var(--gray) !important;font-weight: 500 !important;}
.doctor-info .btn-outline-primary{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--white) !important;
  padding: .75rem .75rem !important;
  min-width: 160px;
}
.banner-container.home-bg{
    background: var(--light-gray);
    position: relative;
    overflow: hidden;
    min-height: 650px;
}
.banner-container{overflow: hidden;padding-top: 150px;}
.banner-container.doctors-banner,.banner-container.tourism-banner{padding-top: 110px;}
/* .banner-container.home-bg .image-container{height: 400px;} */
.banner-container.home-bg .image-container img{
    position: absolute;
    height: 550px;
    right: 0;
    bottom: 0;
} 

.banner-container.home-bg::before{
  content: '';
  background-image: url(../images/backring.png);
  height: 570px;
  position: absolute;
  right: 0;
  top:0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 850px;
  background-position: right;
}

.logo-main{
    width: 200px;
    height: 200px;
    object-fit: contain;
}

nav{
    position: sticky;
    top: 0;
    margin-bottom: 3rem;
}
.nav-item.active a{
  color: var(--primary) !important;
  border-bottom: 2px solid var(--primary);
}
.banner-container{
  overflow: hidden;
}

.nav-topbar .navbar-nav .nav-link{
    color: var(--gray) !important;
    font-weight: 600 !important;
}
.dropdown-toggle::after{
  display: none !important;
}
.profile-hd{
  border-left: 1px solid var(--form-border-color);
  padding-left: 25px;
}
.br-l{border-right: 1px solid var(--border-color);}
.pftl-txt span {
  font-size: .875rem;
  display: block;
  color: var(--light);
}
.profile_wrapper{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
  gap: 15px;
}
.comments_wrapper{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
  gap: 15px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 30px;
}
nav .dropdown-menu {
  min-width: 17rem !important;
  padding: 15px !important;
  border: none !important;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-menu-end.show li{
  padding: 15px 0px 0px;
}
.dropdown-menu-end.show li:first-child{
  padding: 0px 0px 10px;
}
.dropdown-menu-end.show li:last-child{
  padding: 10px 0px 0px;
}
.dropdown-menu-end.show li a{
  font-size: .875rem !important;
  color: var(--gray-dark) !important;
}
.profile-drpdown.show li:nth-child(1){
  border-bottom: 1px solid var(--border-color) !important;
}
.nav-item a{font-size: 1.15rem !important;}
.primary{
    color: var(--primary) !important;
}
nav ul{margin-bottom: 0px;}
.info_wrapper::before{
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  background-image: url(../images/left-topring.png);
  background-repeat: no-repeat;
  left: -90px;
  top: -90px;
  background-size: contain;
  z-index: -1;
}
.info_wrapper::after{
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  background-image: url(../images/right-bottomring.png);
  background-repeat: no-repeat;
  right: -110px;
  bottom:-110px;
  background-size: contain;
}
.info_wrapper.doctor-info::before{
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url(../images/dark-top-l.png);
  background-repeat: no-repeat;
  left: -90px;
  top: -90px;
  background-size: contain;
  z-index: 1;
}
.info_wrapper.doctor-info::after{
  content: '';
  position: absolute;
  width: 550px;
  height: 550px;
  background-image: url(../images/dark-bottom-r.png);
  background-repeat: no-repeat;
  right: -130px;
  bottom: -110px;
  background-size: cover;
  z-index: 1;
}
.doctor-info .image-container{
  z-index: 2;
}
.doctor-info .content_box{
  position: relative;
  z-index: 2;
}
.doctor-info .content_box small,.doctor-info .content_box h3,.doctor-info .content_box p{
  color: var(--white) !important;
}
.info_wrapper.doctor-info{
  background: var(--primary);
}
.info_wrapper{
    background: var(--bg-color);
    padding: 4rem;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}
.info_wrapper .content_box{
  position: relative;
  z-index: 2;
}
.info_wrapper p{
    max-width: 780px;
    margin: auto;
}
footer{
    padding: 4rem;
    background: var(--primary);
    color: var(--white);
    position: relative;
}
footer .image-container img{width: 250px;}

footer ul{margin-bottom: 0px !important;}

footer ul li{
    color: var(--white) !important;
    font-size: .875rem !important;
    font-weight: 300 !important;
}

footer .social-media i{
    font-size: 1.375rem !important;
}

.btn {
  color: #fff;
  cursor: pointer;
  border-radius: var(--border-radius) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn:hover {
  color: var(--primary) !important;
}
 
 .btn:after {
  content: "";
  background: var(--white);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
 }
 
 .btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn.btn-outline-primary:hover {
  color: var(--white) !important;
  
}
.btn.btn-outline-primary::after{
  background: var(--primary) !important;
  
}

.dropdown-btn{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.pfl-img{
  width: 55px;
}
.form-control {
  color: var(--darkblue) !important;
}
.form-control:focus {
  background: none;
  color: var(--white);
  box-shadow: none !important;
}
textarea.form-control {
  border: 1px solid var(--primary);
  border-radius: 24px;
}

.form-outline.form-textarea{
  align-items: baseline;
  border-radius: var(--border-radius);
} 
.form-group.form-outline textarea{
  border: none !important;
  border-radius: 2rem;
  z-index: 9;
  background: var(--transparent-bg);
}
.form-outline{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--form-border-color) !important;
  border: 1px solid;
  padding: 6px 0px 6px 20px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-group.form-outline input{
  border: none;
  border-radius: var(--radius);
  z-index: 9;
  background: var(--transparent-bg);
}
.form-group.form-outline i{
  color: var(--gray);
  font-size: 1.2rem !important;
}
.form-outline .dropdown-toggle::after{
  display: none;
}
.form-control::placeholder {
  color: var(--light) !important;
  opacity: 1;
  font-size: 14px;
}
.form-outline label{
  position: absolute;
  top: 14px;
  left: 50px;
  font-weight: 500;
  color: #6c757d;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}
.form-outline label.active {
  top: -10px;
  left: 20px;
  font-size: 0.875rem;
  padding: 0px 2px;
  background: var(--white);
}
.form-outline .eye-icon{
  position: absolute;
  right: 0;
  padding-right: 10px;
}
.form-outline.pass_input{
  padding: 6px 30px 6px 23px !important;
}
.image-container .doc-banner{
  max-width: 550px;
}
.card .card-img-top{
  width: 80px;
}
.card{
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 9px;
  padding: 1rem !important;
  border-radius: 32px !important;
}

.footer-inner{
  display: flex;
  justify-content: space-between;
}

.banner-container.contact-bg{
  background-image: url(../images/conatct_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  height: 620px;
}
.btn_box{
  display: flex;
  justify-content: end;
}
.form-outline.form-textarea i{
  top: 15px;
  position: absolute;
  left: 15px;
}
.form-textarea .form-control{
  padding: .375rem 1.95rem !important;
}

.modal .modal-header a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal-content {
  background-color: var(--white) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
.modal .modal-header a span, .close-btn span {
  background: var(--primary);
  border-radius: 50%;
  font-size: 17px !important;
  padding: 1px;
  color: var(--white);
}
.btn_alignbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-outline-gray{
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-color: var(--primary) !important;
  padding: .75rem .75rem !important;
}
.profile-img {
  border: 1px solid var(--primary);
  height: 125px;
  width: 125px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-img > img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: contain;
  margin: 10px;
}
.dropdownBody .dropdown {
  padding: 6px 0px;
}
.dropdownBody {
  width: 100%;
}
.dropview_body {
  background: var(--light-gray);
  padding: 10px;
  border-radius: var(--radius);
}
.form-outline .dropdown-toggle::after {
  display: none;
}
.dropdownBody .dropdown-toggle .material-symbols-outlined {
  position: absolute;
  right: 5px;
  top: -5px;
  color: var(--primary);
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
ul.dropdown-menu {
  background: var(--white) !important;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  color: var(--white);
  min-width: 280px;
  width: auto;
}

.create-profile a img {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px !important;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  border-radius: 50%;
}
.form-group.otp-input {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.form-group.otp-input input {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 1px solid var(--form-border-color) !important;
  text-align: center;
  color: var(--primary) !important;
}


.sort-sec select.form-select {
  border: 1px solid var(--form-border-color) !important;
  width: 150px;
  font-size: 0.875rem;
  font-weight: 600 !important;
  height: 50px;
  letter-spacing: .0235rem !important;
  border-radius: var(--border-radius);
  padding: .375rem 2.25rem .375rem 1rem !important;
  color: var(--gray) !important;
}

.details_wrapper .sort-sec select.form-select {
  border: 1px solid var(--primary) !important;
  width: 80px;
  font-size: 0.875rem;
  height: 40px;
  font-weight: 400 !important;
}

select.form-select option{
    border-radius: 5px;
    padding: 5px;
    transition: 300ms;
    font-family: "Raleway", sans-serif !important;
}

.sort-sec {
  display: flex;
  align-items: center;
}
.search_profile{
  display: flex;
  gap: 15px;
}
.search_list p,.web-card p,.detailsList.cardList p{
  font-size: .975rem !important;
  font-weight: 400 !important;
}
.list_items li{
  font-size: .975rem !important;
  font-weight: 400 !important;
}
.detailsList.cardList h6{
  font-size: .975rem !important;
}
.search_profile .profile_img{
  height: 75px;
  width: 75px;
  object-fit: contain;
  border-radius: 50%;
}
.profile_info p{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400 !important;
  font-size: 0.975rem !important;
}
.image-inner{
  border: 1px solid var(--primary);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-form{
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  color: var(--text);
  position: relative;
  /* display: grid;
  grid-template-columns: auto var(--radio-size);
  align-items: center; */
}
.checkbox-form > div{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.checkbox-form label {
  cursor: pointer;
}
.checkbox-form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: var(--radio-size);
  width: var(--radio-size);
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--radio);
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: start;
  justify-items: center;
  align-items: center;
  overflow: hidden;
  transition: border .5s ease;
}

.checkbox-form input[type="radio"]::before, .checkbox-form input[type="radio"]::after {
  content: "";
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

.checkbox-form input[type="radio"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  z-index: 1;
  opacity: var(--opacity, 1);
}

.checkbox-form input[type="radio"]::after {
  position: relative;
  width: calc(100% /2);
  height: calc(100% /2);
  background: var(--radio-checked);
  top: var(--y, 100%);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

.checkbox-form input[type="radio"]:checked {
  --radio: var(--radio-checked);
}

.checkbox-form input[type="radio"]:checked::after {
  --y: 0%;
  animation: stretch-animate .3s ease-out .17s;
}

.checkbox-form input[type="radio"]:checked::before {
  --opacity: 0;
}

.checkbox-form input[type="radio"]:checked ~ input[type="radio"]::after {
  --y: -100%;
}

.checkbox-form input[type="radio"]:not(:checked)::before {
  --opacity: 1;
  transition: opacity 0s linear .5s;
}

@keyframes stretch-animate {
  0% {
    transform: scale(1, 1);
  }

  28% {
    transform: scale(1.15, 0.85);
  }

  50% {
    transform: scale(0.9, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.socials {
  position: fixed;
  display: block;
  left: 20px;
  bottom: 20px;
}

.socials > a {
  display: block;
  width: 30px;
  opacity: .2;
  transform: scale(var(--scale, 0.8));
  transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
}

.socials > a:hover {
  --scale: 1;
}
.opt-btn img {
  height: 40px;
  width: 40px;
}

a.opt-btn {
  background: var(--white);
  border: 1px solid var(--form-border-color);
  color: var(--primary) !important;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
  border-radius: 50% !important;
}

.search_list ul{
  border-left: 2px solid var(--border-color);
}
.search_list li{
  border-bottom: 1px solid var(--border-color);
  padding: 25px 0px;
}
.search_list li:last-child{border-bottom: none;}
.badges-inner ul {
  border: none;
  padding: 0px !important;
  margin-bottom: 0px;
  flex-flow: row;
  margin-top: 10px;
}
.badges-inner li{
  border: none;
  padding: 0px;
  background: var(--light-gray);
  color: var(--gray);
  padding: 7px;
  border-radius: 8px;
  font-size: .975rem !important;
  font-weight: 500 !important;
}

.rating-body{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rating-body span{
  background: var(--primary);
  color: var(--white);
  padding: 2px 8px;
  font-size: .875rem !important;
  border-radius: 3px;
}
.rating {
  display: inline-flex;
}

.rating input {
  display: none;
}

.rating label {
  float: right;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  line-height: 1.2rem;
}

.rating label:before {
  content: '\2605';
  font-size: 24px !important;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: var(--warning);
  transition: color 0.3s;
}

.progress-bar{
  background-color: var(--primary) !important;
}
.progress{
  height: .50rem !important;
}
.review_box{
  border-right: 1px solid var(--border-color);
  height: 100%;
}
.review_box.middle_Box{
  max-width: 300px;
  margin: auto;
}

.review_box p{
  font-size: 1.125rem !important;
  font-weight: 500;
  color: var(--light) !important;
  margin-bottom: 0px;
}
.review_box h3{
  font-size: 3.5rem !important;
  line-height: 3.4rem !important;
  font-weight: 600 !important;
  margin-bottom: 0px;
}
.review_box .rating-body{
  justify-content: start;
}
.tab-content .comment_box:last-child{
  border-bottom: none;
}

.details_wrapper{background: var(--bg-color);padding: 30px 0px;margin-bottom: 0px;}
.banner-container.home-bg{margin-bottom: 0rem;}

.banner-container.full-body-container{padding-top: 15px;}

.web-card{
  background: var(--white);
  padding: 30px;
  border-radius: var(--border-radius);
  position:relative;
  overflow:hidden;
  min-height: 330px;
}
.profileData::before{
  content: '';
  background-image: url(../images/profile_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 170px;
  width: 100%;
  z-index: 1;
}
.profileData.clinics_profile::before{
  background-image: url(../images/clincs_probg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 170px;
  width: 100%;
  z-index: 1;
}
.profileData.tourism_profile::before{
  background-image: url(../images/tourismprofile.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 170px;
  width: 100%;
  z-index: 1;
}
.treatment_list img {
  height: 30px;
}
.web-card .user_details{
  position: relative;
  z-index: 2;
}
.web-card .user_details img{
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 1px solid var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.detailsList.cardList p {
  width: 240px;
  text-align: end;
}

.details_wrapper .nav.nav-pills {
  border-bottom: 1px solid var(--form-border-color) !important;
}
.details_wrapper .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-bottom: 1px solid var(--primary);
  border-radius: 0 !important;
  font-weight: 500;
}
.settings-tab .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  border-left: 1px solid var(--primary);
  border-radius: 0 !important;
  font-weight: 500;
}
.settings-tab button{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.settings-tab{
  border-right: 1px solid var(--form-border-color);
  height: 100%;
  min-height: 600px;
}
.settings_wrapper_modal p{
  font-size: 0.975rem !important;
}


.nav-link {
  display: block;
  padding: .5rem 1rem !important;
  color: var(--gray) !important;
}

.list_items li i {
  color: var(--white);
  background: var(--primary);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.modal-body {
  padding: 2rem !important;
}
.modal-content{border: none !important;}

.gallery_wrapper img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
}
.gallery_wrapper .item {
  position: relative;
  overflow: hidden;
}
.gallery_wrapper .item span.material-symbols-outlined {
  color: var(--white);
  background: var(--primary);
  padding: 5px;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.gallery_wrapper .item:hover span.material-symbols-outlined {
  transform: translateY(0);
  opacity: 1;
}
.gallery_wrapper .more_imgs img {
  filter: brightness(50%);
}
.more_imgs span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: var(--white);
  font-size: 1.475rem;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
.user_inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user_inner img {
  height: 43px;
  width: 43px;
  object-fit: contain;
}
.comment_box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;
  padding: 20px 0px;
  border-bottom: 1px solid var(--light-gray);
}
select.form-select {
  /* background: var(--white) !important; */
  height: 50px;
  border-radius: .685rem !important;
  color: var(--primary);
  border-color: var(--form-border-color) !important;
}
.filter_Box span {
  position: absolute;
  color: var(--primary) !important;
  right: 5px;
  bottom: 12px;
}
.filter_Box{position: relative;}
.filter_Box .form-select {
  background-image: none;
}

.navbar {
  transition:box-shadow 0.3s ease;
}

.AppointmentFees{
  background: linear-gradient(to right, #9F9F9F 0%, #242424 100%);
  padding: 30px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AppointmentFees h2{font-size: 2.5rem !important;font-weight: 500 !important;}
.timeSlot_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}
.timeSlot_Inner{
  border: 1px solid var(--form-border-color);
  padding: 15px;
  border-radius: var(--border-radius);
  text-align: center;
  width: 100%;
}
.timeSlot_Inner.active{background: var(--primary);}
.timeSlot_Inner.active p{color: var(--white);}
.timeSlot_Inner p{color: var(--primary);}
.amount_body h3{font-size: 4rem !important;font-weight: 600 !important;line-height: 1;}

.pagination {
  justify-content: end;
}
.page-item.active .page-link {
  z-index: 3;
  color: var(--white) !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.page-item.active .page-link {
  z-index: 1 !important;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  background: var(--white) !important;
  border: none !important;
  color: var(--gray) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  background: var(--white) !important;
  border: none !important;
  color: var(--gray) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-sec {
  display: flex;
  align-items: center;
}
table th {
  color: var(--dark) !important;
  font-weight: 500 !important;
  font-size: 0.975rem !important;
  padding: 10px !important;
}
table td {
  color: var(--gray) !important;
  font-weight: 400 !important;
  font-size: 0.975rem !important;
  border-bottom: 1px solid var(--border-color);
  padding: 10px !important;
}
table tr th:first-child{
  padding-left: 0px !important;
}
table tr th:last-child{
  padding-right: 0px !important;
}
table tr td:first-child{
  padding-left: 0px !important;
}
table tr td:last-child{
  padding-right: 0px !important;
}

tbody td {
 vertical-align: middle;
}
.page-link {
  padding: .375rem .75rem;
  margin: 0;
  background-color: var(--light-gray) !important;
  color: #404B52 !important;
  border: 2px solid #F5F5F5 !important;
  border-radius: 5px;
}
.files-container {
  display: flex;
  gap: 15px;
}
.fileBody {
  display: flex;
  width: 155px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 5px;
}
.file_info {
  display: flex;
  align-items: center;
}
.fileBody img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.file_info span {
  display: block;
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 0.675rem;
}
.close-btn {
  line-height: 0px;
}
.btn-group .dropdown-menu li a{
  display: flex;
  align-items: center;
  gap: 10px;
}

.browser_type{
  position: relative;
}
.browser_type .browser_img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: contain;
}
.browser_type a img{
  position: absolute;
  border: 2px solid var(--white);
  height: 25px;
  width: 25x;
  bottom: 0;
  right: -5px;
  border-radius: 50%;
}
.active_devices .user_info p{color: var(--light) !important;font-weight: 400 !important;}
.active_devices{
  border: 1px solid var(--form-border-color);
  padding: 15px;
  border-radius: var(--border-radius);
}
.loaction_info{
  display: flex;
  gap: 5px;
  background: var(--bg-color);
  padding: 10px;
  border-radius: var(--border-radius);
}
.danger{color: var(--danger) !important;}




/*---- clinics ----*/

.service_counter{
  position: relative;
  padding-bottom: 50px;
}
.service_counter::before{
  content: '';
  position: absolute;
  background: var(--light-gray);
  height: 700px;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
.counter_box h2,.support_box h2,.rehab-wrapper .content_box h2{
  font-size: 4.5rem !important;
  margin-bottom: 0px;
}


.count-digit {
  opacity: 0;
  animation: countAnimation 2s forwards;
}

.plus-sign {
  opacity: 0;
  transform: translateX(20px);
  animation: plusSignAnimation 1s 2s forwards;
}

@keyframes countAnimation {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes plusSignAnimation {
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.counter_box p {
  opacity: 0;
  animation: fadeInText 1.5s 2.5s forwards;
}

@keyframes fadeInText {
  from { opacity: 0; }
  to { opacity: 1; }
}

ul.joinus_list{
  margin-bottom: 0px;
  margin-bottom: 0px;
  gap: 50px;
}
ul.joinus_list li{
  display: flex;
  align-items: start;
  gap: 20px;
}
.joinus_list img{
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.phonenum_group {
  display: flex;
}
.phonenum_group .form-outline {
  border-left: 0px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.phonenum_group select {
  border-right: 0px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.form-select:focus {
  box-shadow: none !important;
}


/*---- clinics end ----*/

/*--- medical tourism start ---*/

.banner-container.tourism-banner{
  background-image: url(../images/tourism_bg.png);
  background-repeat: no-repeat;
  background-size:cover;
  overflow: hidden;
  position: relative;
  height: 800px;
  width: 100%;
  background-position: top;
}
.banner-container.tourism-banner::before{
  content: '';
  background-image: url(../images/plane.png);
  height: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 630px;
  background-position: left;
  animation: planeFlyIn 3s ease-in-out forwards;
}

@keyframes planeFlyIn {
  from {
    left: -630px;
  }
  to {
    left: 0; 
  }
}
.network-wrapper{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.network-wrapper::before{
  content: '';
  position: absolute;
  background: var(--light-gray);
  height: 430px;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}
.procedure-wrapper{
  background: var(--light-gray);
  margin-top: 0px;
}
.procedure-wrapper .content_box{
  max-width: 840px;
  margin: auto;
}

.rehab-wrapper{
  background: url(../images/rehab-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax Effect for DIV 3 */
  min-height:990px;
  position: relative;
  padding-top: 50px;
}
.rehab-wrapper::before{
  content: '';
  background-image: url(../images/group_pic.png);
  height: 550px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  background-size: cover;
  width: 100%;
  background-position: bottom;
}

.network-wrapper .global-patient  img{
  height: 600px !important;
  border-radius: 50px;
}
.network-wrapper .image-container img{
  height: 530px;
  border-radius: 50px;
}
.procedure-wrapper .image-container img{
  height: 500px;
  border-radius: 40px;
}
.info_wrapper .content_box{
  position: relative;
  z-index: 2;
}

/*--- medical tourism end ---*/



/*------- carousel ------*/

.owl-carousel{
  margin-top: 80px;
}
.post-slide{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.post-slide .post-img{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-left: -10px;
}
.post-slide .post-img img{
  width: 200px;
  height: auto;
}
.owl-controls .owl-buttons{
  text-align:center;
  margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
  background: #fff;
  position: absolute;
  top:25%;
  left: -60px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
  background: #fff;
  position: absolute;
  top:25%;
  right: -60px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
  content:"\f104";
  font-family: FontAwesome;
  color: var(--gray);
  font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
  content:"\f105";
}
.owl-theme .owl-controls .owl-buttons div{
  background: var(--white) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.carousel button .material-symbols-outlined{font-size: 2rem !important;}
#carouselExampleFade .carousel-item {
  transition: opacity 1s ease-in-out;
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      padding: 0px 15px 25px 15px;
  }
}
.owl-controls.clickable .owl-pagination{
  display: none;
}

/*------- carousel end ------*/


@media (min-width: 1600px) {
  .container {max-width: 1550px !important;}
}

@media (max-width: 1750px) {
  .banner-container.home-bg .image-container img { height: 440px;}
  .banner-container.home-bg {min-height: 560px;}
  .banner-container.home-bg::before {  height: 570px; max-width: 760px;}
  .banner-container.contact-bg { height: 530px;}
  .owl-controls .owl-buttons .owl-prev { left: 0px;}
  .owl-controls .owl-buttons .owl-next {right: 0px;}
}

@media (max-width: 1580px) {
  .owl-controls .owl-buttons .owl-prev {  left: -2%;}
  .owl-controls .owl-buttons .owl-next { right: -2%; }
  .network-wrapper .global-patient img {height: 550px !important;}
  .network-wrapper .image-container img { height: 480px;}
  .banner-container.tourism-banner::before {max-width: 515px;}
  .banner-container.tourism-banner {height: 750px;}
}

@media (max-width: 1399.98px) {
  .logo-main { width: 150px;}
  .nav-topbar .navbar-nav {gap: 5px;}
  .nav-topbar .nav-item a { font-size: 1rem !important; padding: 0.5rem 0.95rem !important; }
  h1 { font-size: 3.5rem !important;}
  .banner-container.home-bg::before { height: 515px; max-width: 700px;}
  .banner-container.home-bg { min-height: 500px;}
  .banner-container.home-bg .image-container img {  height: 360px;}
  .banner-container { padding-top: 120px;}
  p, ul li {font-size: 0.975rem !important; line-height: 1.425rem !important;}
  small {font-size: 0.975rem !important;line-height: 1.425rem !important;}
  h3{ font-size: 2rem !important;}
  .service_counter::before { height: 600px; }
  .info_wrapper.doctor-info::after {   width: 500px; height: 500px; }
  .counter_box h2, .support_box h2 { font-size: 4rem !important;}
  h4 {  font-size: 1.395rem !important; }
  .gallery_wrapper .row > *{padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}
  .network-wrapper .global-patient img {height: 510px !important;}
  .network-wrapper .image-container img { height: 430px;}
  .network-wrapper::before {height: 350px;}
  .procedure-wrapper .image-container img {height: 430px;}
  .counter_box h2, .support_box h2, .rehab-wrapper .content_box h2 {font-size: 4rem !important;}

}

@media (max-width: 1199.98px) {
  h1 { font-size: 3rem !important; }
  .logo-main { width: 180px;}
  h3 {  font-size: 2rem !important; }
  .banner-container.home-bg::before { height: 500px; max-width: 675px;}
  .banner-container.home-bg .image-container img { height: 340px;}
  .banner-container.home-bg .content_box { position: relative;}
  .banner-container {padding-top: 90px;}
  .navbar-nav li {justify-content: center;}
  .nav-topbar { background: var(--white);}
  .service_counter::before { height: 525px;}
  .banner-container.tourism-banner {height: 720px;}
  .network-wrapper::before {height: calc(100% - 450px);}
  .network-wrapper .image-container{text-align: center;}
  .network-wrapper .counter_box{left: 50%;transform: translate(-50%, 0%);}
  .network-wrapper .image-container{margin-bottom: 30px;}

}

@media (max-width: 991.98px) {

  .banner-container.home-bg { min-height: 750px; }
  .banner-container.home-bg::before{ background-image: none;}
  footer .image-container img { width: 200px;}
  .joinus_list{padding: 0px;margin-top: 40px;}
  ul.joinus_list { gap: 30px;}
  .info_wrapper.doctor-info { height: 650px;}
  .info_wrapper .content_box{text-align: center;}
  section {  margin-bottom: 3rem; }
  .service_counter::before { height: 450px; }
  .search_list ul{border:none}
  .profileData::before {height: 130px;}
  .review_box{border: none;margin-bottom: 30px !important;}
  .review_box.middle_Box{max-width: 100%;}
  .review_box ul{padding: 0px;}
  .content_box{text-align: center;}
  .content_box ul{max-width: 350px;margin: auto;margin-bottom: 15px;text-align: start;}
  .banner-container {padding-top: 120px;}
  .image-container .doc-banner {max-width: 400px;}
  .procedure-wrapper .image-container img {height: auto;}
  .banner-container.tourism-banner::before{display: none;}
  .banner-container.tourism-banner {height: auto;}
  .counter_box h2, .support_box h2, .rehab-wrapper .content_box h2 {font-size: 3.5rem !important;}
  .rehab-wrapper{min-height: 750px;}
  .rehab-wrapper::before { height: 360px}

}

@media (max-width: 767.98px) { 

  .info_wrapper {  padding: 2rem;}
  .info_wrapper::before { width: 260px; height: 260px;}
  .info_wrapper::after { width: 260px;  height: 260px;}
  .banner-container.home-bg .image-container img {height: 300px; }
  section{ margin-bottom: 2rem; }
  .slider_wrapper{ margin-top: 2rem;}
  .service_counter::before {height: 620px; }
  .banner-container.contact-bg{background-size: cover;}
  h5 { font-size: 1.195rem !important;}
  small { font-size: 0.875rem !important;line-height: 1.425rem !important; }
  p, ul li {font-size: 0.875rem !important; line-height: 1.425rem !important;}
  h1 { font-size: 2rem !important;}
  h2{font-size: 1.7rem !important;}
  h3 { font-size: 1.5rem !important;}
  .owl-controls .owl-buttons .owl-prev::after, .owl-controls .owl-buttons .owl-next::after {font-size: 20px;}
  .owl-theme .owl-controls .owl-buttons div { height: 35px;width: 35px;}
  .banner-container.home-bg {min-height: 630px;}
  .counter_box h2, .support_box h2, .rehab-wrapper .content_box h2 {font-size: 2rem !important;}
  .rehab-wrapper::before { height: 240px; }
  .rehab-wrapper{min-height: 650px;}
  .info_wrapper.doctor-info::after {width: 450px;height: 450px;}
}

@media (max-width: 575.98px) { 

  .banner-container.home-bg .image-container img {  height: 200px;}
  .banner-container.home-bg {  min-height: 530px;}
  footer { padding: 2rem;}
  .footer-inner{  flex-direction: column;gap: 10px;}
  footer .image-container{ text-align: center;}
  footer ul li{ justify-content: center;}
  .counter_box h2, .support_box h2 {font-size: 2.5rem !important; }
  .service_counter::before { height: 500px; }
  .joinus_list img { height: 50px;  width: 50px;}
  ul.joinus_list { gap: 15px;}
  .nav-pills .nav-link{padding: .5rem .625rem !important;}
  .web-card .user_details img { width: 140px;height: 140px;}
  .profileData::before {height: 100px;  }
  .pfl-img {width: 50px;  height: 50px;}
  .content_box ul{max-width: 250px;}
  .info_wrapper.doctor-info { height: 625px;}
  .info_wrapper.doctor-info::after { width: 380px;height: 380px;}
  .info_wrapper.doctor-info::before { width: 250px;height: 250px; }
  h2{font-size: 1.5rem !important;}
  .image-container .doc-banner {max-width: 310px;}
  .network-wrapper .global-patient img,.network-wrapper .image-container img{height: auto !important;}
  .network-wrapper .counter_box {width: 100%;}
  .rehab-wrapper::before {height: 150px;}
  .rehab-wrapper {min-height: 500px;}
}

@media (max-width: 530.98px) { 
  .banner-container.home-bg {  min-height: 590px;}
}