@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");

/*------------------------------------------------*/
/*---------[POP UPs]-----------*/
/*------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol,
li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 2rem;
}

body a {
    text-decoration: none;
}
.btn:hover {
  color: #fff;
}
:focus {
  box-shadow: none !important;
}
div#loader_blog_hospital_list img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
/* Live search style start*/
.ui-autocomplete {
  z-index: 999999 !important;
  color: #333 !important;
  font-size: 14px !important;
  padding: 0px 10px !important;
}

.ui-menu-item:hover {
  color: #fff;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none !important;
}

/* Gradient Scrollbar */
.ui-autocomplete::-webkit-scrollbar {
  width: 7px;
}

.ui-autocomplete::-webkit-scrollbar-track {
  background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
  border-radius: 25px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: transparent;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh #d9d9db;
  border-radius: 25px;
}

/* Gradient Scrollbar End*/
/* Live search style end*/
.modal-content {
  padding: 0px 30px 20px 30px;
  border-radius: 0px !important;
}

.modal-body label {
  padding-top: 10px;
  font-size: 14px;
}

.input.checkbox label {
  font-size: 0.8em;
}

.bmt-gradient-btn.load-more-btn_M {
  margin: auto;
  font-size: 18px;
}

.bmt-gradient-btn.load-more-btn_M a {
  font-size: 16px;
  padding: 5px 37px !important;
}

.modal-header {
  background-color: #4267b2;
  padding: 0px 30px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  height: 50px;
}

.bmt-fixed-nav a.btn.btn-info.btn-sm.dropdown-toggle {
  background: #fff;
  padding: 11px 6px 11px 6px !important;
  box-shadow: none !important;
  border: 6px solid rgb(66, 103, 178, 0.1) !important;
  color: #999 !important;
  font-weight: 400 !important;
  width: 100%;
  font-size: 12px;
}

.modal.fade.show {
  /*display: flex !important;*/
  align-items: center;
  justify-content: center;
  height: 95%;
}

.modal-body {
  padding: 10px 0;
  z-index: 999999;
}

.modal-header h5 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
div#files-divid {
    width: 100%;
}
input#upload-file {
    background-color: #E9ECEF;
    border: none;
    border-radius: 5px !important;
}
img#loader_consult {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: left;
}
img#loader {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    float: left;
}
.safesection {
  margin-bottom: 5px;
}

#consultDoctorSubmitBtn {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border-radius: 5px;
    padding: 7px 45px;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: 5px solid rgb(135, 166, 201, 0.2);
    text-transform: uppercase;
    transition: all 0.4s ease;
}

#consultDoctorSubmitBtn:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999;
}



.modal-dialog {
  margin-top: 100px;
  max-width: 800px;
}

.request-callback .modal-content {
  padding: 0;
}

.request-callback .modal-body {
  padding: 40px;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0.25rem;
}

#requestCallbackForm .input.select.required {
  margin-right: 10px;
}

button#btn_send_requests {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    color: #fff;
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    border-radius: 5px;
    padding: 7px 45px;
    text-align: center;
    border: none;
    border-radius: 50px;
    outline: 5px solid rgb(135, 166, 201, 0.2);
    text-transform: uppercase;
    transition: all 0.4s ease;
}

button#btn_send_requests:hover {
    background-image: linear-gradient(to right, #fff, #fff) !important;
    color: #999;
}

.safesection {
  font-size: 0.6em;
  color: #666;
}

.input.checkbox {
  font-size: 0.8em;
  color: #666;
}

.fixed-header {
  position: relative;
  background: rgb(66, 103, 178, 0.1);
  border-radius: 80px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* Find treatment form select fileds replace*/

.select-replace {
    position: relative;
    font-size: 14px;
    color: #8a8489;
    cursor: pointer;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    background: #f3f6f9;
    color: #8a8489;
    border-radius: 5px;
}

.select-styled:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    /*background-image: url(/webroot/css/new-theme/assets/img/download.png);*/
    background-size: 12px;
    background-repeat: no-repeat;
    height: 8px;
    width: 13px;
}


.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #87a6c9;
}
.goto-sideber1.left-src-form .select-styled {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.goto-sideber1.left-src-form .select-styled:after {
    top: 20px;

}
.select-options li {
    margin: 0;
    padding: 8px 15px 8px 0;
    text-indent: 15px;
    border-top: 1px solid #87a6c9;
    width: 100%;
    display: flex;
    justify-content: center;
}
.select-options li:first-child {
    border-top: none;
}

.select-options li:hover,
.select-options li.is-selected {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}


/*------------------------------------------------*/
/*---------[HOME AVAILALBLE TREATMENTS]-----------*/
/*------------------------------------------------*/

.fixed-nav-search-bar {
  right: 0;
  position: absolute;
  height: 100%;
  width: 55%;
  display: none;
}

.fixed-nav-search-bar .treatment-from {
  max-width: 60%;
  background: #fff;
  border-radius: 80px;
  padding: 0 0 0 10px;
  border: 7px solid rgb(66, 103, 178, 0.1);
}

.bmt-fixed-nav .bmt-header {
  position: relative;
}

.bmt-fixed-nav .bmt-right-from-btn {
  margin: 0;
  border: none;
  width: fit-content;
  background-color: #fff;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: auto;
}

#bmt-header .fa-search {
  color: #87a6c9;
  font-size: 0.9em;
}

.fixed-nav-search-bar form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: none;
  height: 75%;
  margin-top: 8px;
}

.bmt-fixed-nav .bmt-r {
  width: fit-content;
}

.fixed-nav-search-bar .form-radio-age input {
  margin-top: 16px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0;
  height: 35px;
}

.fixed-nav-search-bar .bmt-frm-radio {
  margin-top: 14px;
  position: relative;
  right: -20px;
}

.fixed-nav-search-bar .form-select {
  width: 100px;
  border-radius: 50px;
  font-size: 13px !important;
}

.s-con select {
  width: 100% !important;
}

.fixed-nav-search-bar .bmt-frm-radio li:last-child {
  position: relative;
  left: -15px;
}

.fixed-nav-search-bar #flexRadioDefault1 {
  margin-right: 7px !important;
}

.fixed-nav-search-bar .bmt-frm-radio li label {
  position: relative;
  top: 1.5px;
}

/*------------------------------------------------*/
/*---------[HOME AVAILALBLE TREATMENTS]-----------*/
/*------------------------------------------------*/
.bmt-available-treatment .bmt-title {
  max-width: 78%;
  font-size: 15px;
  padding-top: 5px;
  font-weight: 600;
}

.bmt-carousel div {
  padding-top: 20px;
  padding-bottom: 5px;
}

/*------------------------------------------------*/
/*---------------[LINK ANIMATION]-----------------*/
/*------------------------------------------------*/
.fa-arrow-right:before {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  padding-left: 0;
  opacity: 0;
  transition: all 0.8s ease;
}

a:hover .fa-arrow-right:before {
  opacity: 1;
  padding-left: 7px;
}

/*------------------------------------------------*/
/*------------------[HEADER]----------------------*/
/*------------------------------------------------*/
.citydd {
  margin-top: 0 !important;
}

#navbarSupportedContent ul li a {
    position: relative;
    transition: color 0.3s ease; /* Adjust as needed */
}

#navbarSupportedContent ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; /* Adjust thickness as needed */
    background-color: white;
    transition: width 0.33s linear; /* Transition the width property */
}

#navbarSupportedContent ul li a:hover::before,
#navbarSupportedContent ul li a:focus::before {
    width: 100%;
}

#navbarSupportedContent ul li:last-child {
  z-index: 999999999999;
}

.bmt-fixed-nav .form-select-loc,
.bmt-fixed-nav .bmt-frm-radio {
  display: none !important;
}

.bmt-fixed-nav .form-radio-age {
  width: 100%;
}

.bmt-fixed-nav #navbarSupportedContent li:last-child {
  position: relative;
  background: rgb(66, 103, 178, 0.1);
  border-radius: 80px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  display: none;
}

.bmt-fixed-nav .col-md-6.fixed-nav-search-bar {
  display: flex !important;
}

.col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
  width: 40%;
  margin-top: 10px !important;
}

.col-md-6.fixed-nav-search-bar li.nav-item {
  width: 30%;
  list-style: none;
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.bmt-fixed-nav .hero-btn-l.infoBtn {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #fff;
  background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
  height: 37px;
  line-height: 26px;
  border-radius: 80px;
  padding: 5px 10px;
  text-align: center;
}

.bmt-fixed-nav .w50-l {
  width: 280px;
  border-radius: 80px;
  height: 50px;
  margin-top: 7px;
  border: 7px solid rgb(66, 103, 178, 0.1);
  font-weight: 500;
  font-size: 13px;
  line-height: 27px;
  color: #999;
  margin-right: 0px;
}

.bmt-fixed-nav a#consultadoctorbtn:hover {
  background-image: linear-gradient(to right, #fff, #fff) !important;
  color: #999 !important;
}

.btn.btn-info.btn-sm.dropdown-toggle:hover {
  color: #999;
}

.bmt-fixed-nav #navbarSupportedContent li:last-child a {
  box-shadow: none;
  opacity: 0.6;
  background: #f3f6f9;
}

#bmt-header {
  padding-top: 7px;
  position: relative;
  transition: all 0.4s ease 0s;
  /*    margin-bottom: -70px;
    */
}

.bmt-fixed-nav {
  background-color: rgb(255, 255, 255, 0.9) !important;
  position: fixed !important;
  width: 100%;
  padding-top: 0 !important;
  z-index: 99999;
  border-bottom: 1px solid #eeeeee;
}

.bmt-fixed-nav .logo {
  max-width: 50px !important;
}

.bmt-fixed-nav .bmt-l {
  max-width: 74px;
}

.bmt-fixed-nav .nav-link {
  color: #444;
}

.bmt-fixed-nav .navbar-nav li:first-child {
  padding-left: 0;
}

.bmt-fixed-nav .navbar-nav.me-auto.mb-2.mb-lg-0 {
  justify-content: flex-start !important;
}

.bmt-fixed-nav .cuntry {
  display: none;
}

/*--Hover Transition Animation--*/
#bmt-header .nav-link {
  width: fit-content;
}

.bmt-fixed-nav .nav-link:hover {
  color: #000 !important;
}

#bmt-header .nav-item {
  position: relative;
  padding-left: 0 !important;
}

#bmt-header .nav-link:after {
  width: 0%;
  height: 3px;
  content: "";
  background: #fff;
  position: absolute;
  border-radius: 80px;
  transition: all 0.4s ease;
  left: 0;
  bottom: 7px;
}

#bmt-header.bmt-fixed-nav .nav-link:after {
  background: #000 !important;
}

#bmt-header .nav-item:not(.nav-item:last-child) {
  position: relative;
  padding-left: 0 !important;
  margin-right: 20px;
}

#bmt-header .nav-link:hover:after {
  width: 100%;
}

.header-phones-dropdown {

}

.header-phones-dropdown button img {
    width: 20px;
    margin-right: 10px;
}

.header-phones-dropdown .dropdown-menu {
    background: transparent;
    border: 0;
}

.header-phones-dropdown .dropdown-menu li a {
    width: 100%;
    max-width: 100%;
    color: #000;
    padding: 7px 17px;
    margin-bottom: 10px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 80px;
    box-shadow: 0 0 30px #444;
    font-weight: 600;
    text-align: left;
}

#navbarSupportedContent  .header-phones-dropdown .dropdown-menu li a.btn:hover {
    color:#999 !important;
}

.header-phones-dropdown .dropdown-menu img {
    width: 20px;
    margin-right: 10px;
}

.fixed-nav-search-bar .header-phones-dropdown {
}

.fixed-nav-search-bar .header-phones-dropdown button.dropdown-toggle {
    box-shadow: none !important;
    padding: 9px 6px 9px 6px !important;
    font-size: 12px;
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
}

.fixed-nav-search-bar .btn.btn-info.btn-sm.dropdown-toggle {
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
}

.fixed-nav-search-bar .header-phones-dropdown .dropdown-menu li {
    margin-left: 6px;
}

.fixed-nav-search-bar .header-phones-dropdown .dropdown-menu li a{
    box-shadow: none;
    padding: 7px 6px 7px 6px !important;
    font-size: 12px;
}

/*------------------------------------------------*/
/*--------------[TREATMENT FORM]------------------*/
/*------------------------------------------------*/
.row.bmt-hero-section {
  padding-top: 150px;
}

.form-select-loc {
  position: relative;
}

.treatment-from {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 300px;
  border: 2px solid #4267b2;
}

.treatment-from .form-divider {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  background: #4267b2;
  position: relative;
  top: 22px;
  width: 48px;
  height: 5px;
  border: solid 3px transparent;
  border-radius: 10px;
  margin-bottom: 35px;
}

.treatment-title {
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 33px;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  color: #444;
}

.w50-l {
  margin-right: -25px;
}

/*.w50-l-button {*/
/*  margin-right: 10px;*/
/*}*/

.w50-r {
  margin-left: 40px;
}

.form-label {
  color: #808080;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-size: 14px;
}

.bmt-top-line {
  border: solid 4px transparent;
  border-radius: 10px;
  background-color: #4267b2;
  background-origin: border-box;
  width: 60px;
  height: 7px;
  margin-top: 25px;
  margin-bottom: 5px !important;
}

.bmt-frm-radio {
  list-style: none;
  display: flex;
  padding-left: 0;
  font-size: 14px;
  color: #808080;
}

.bmt-right-from-btn {
  display: flex;
  border: solid 2px transparent;
  border-radius: 20px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 120px;
  height: 35px;
  text-align: center;
  margin: 25px auto 10px auto;
}

.btn.bmt-from-btn {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 14px;
  width: 100%;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 25px;
}
.bmt-right-from-btn:hover {
	background: none;
	border: none;
}
.btn.bmt-from-btn:hover {
	background: linear-gradient(to right, #4267b2, #87a6c9);
	color: #fff;
	border: 7px solid #EBEFF7;
	height: fit-content;
	margin-top: -5px;
}
.form-select {
  background-color: #f3f6f9;
  color: #8a8489;
  line-height: 2.2em !important;
  border-color: #f3f6f9;
  font-size: 14px !important;
  padding: 2px 0;
  padding-left: 15px;
  /*background-image: url(/webroot/css/new-theme/assets/img/download.png);*/
  background-size: 13px;
}

.form-control {
  background-color: #fff;
  color: #999;
  line-height: 1.5em !important;
  border: 1px solid #ced4da;
  font-size: 13px;
  padding: 8px 20px 8px 5px;
  margin-top: 5px;
}

.form-control:focus {
  color: #666 !important;
  background-color: #fff !important;
  border-color: #ced4da !important;
  outline: none !important;
  box-shadow: none !important;
}

.bmt-frm-radio li {
  padding-right: 30px;
  align-items: center;
  display: flex;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%234267b2'/%3e%3c/svg%3e") !important;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.form-check-input:checked {
  background-color: #aab2c1 !important;
  border-color: #5698b8 !important;
}

#flexRadioDefault1 {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border-color: #4267b2;
  text-align: center;
}

/*------------------------------------------------*/
/*---------------[TOP-HOSPITALS]------------------*/
/*------------------------------------------------*/
.bmt-fav-right p:not(p:nth-child(3)) {
  display: none !important;
}

.bmt-fav-right p {
  overflow: hidden;
  line-height: 2rem;
  max-height: 16rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

img.bmt-fav-arrow {
  margin-top: 60px;
}

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
/* Common Style */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
}

.bmt-main {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.width-1250 {
  max-width: 1250px;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

/*Header Style Start*/
.row.bmt-header div.col-md-6 {
  margin: auto 0;
}

.row.bmt-header div.col-md-8 {
  margin: auto 0;
}

/*.logo {*/
/*  max-width: 300px;*/
/*  width: 100%;*/
/*  height: auto;*/
/*}*/

/* Menu style */
.nav-item {
  padding: 8px 0px 8px 25px !important;
}

.nav-item a {
  font-weight: 600;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.nav-link:focus,
.nav-item a:hover {
  color: #fff !important;
}

.navbar-nav.me-auto.mb-2.mb-lg-0 {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}


/* Hero Section style */
.bmt-hero {
  padding: 15px 0 60px 0;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.bmt-hero-section div.col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}

.row.bmt-header div.container {
  padding: 0;
}

.hero-title {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-title span {
  font-weight: bold;
}

.hero-button.d-flex {
  margin-bottom: 15px;
}

.hero-p {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.hero-button a {
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 80px;
}

.hero-btn-l {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 12px 25px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.hero-btn-l:hover {
  background-color: transparent;
  color: #fff !important;
}

.hero-btn-r {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  line-height: 1.5em;
  border-radius: 20px;
  text-align: center;
}

.hero-btn-r:hover {
  background-color: #fff;
  color: #000 !important;
  border: none;
}

.modal-header button.close {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #fff;
}

/* Available Treatment */
.bmt-slider-at div.carousel-inner {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: -30px;
  margin-top: -55px;
  z-index: 999;
  box-shadow: none;
}

.bmt-available-treatment {
  padding: 100px 0;
}

.bmt-carousel-item1 {
  text-align: center;
  background-color: #fff;
  padding: 40px 20px;
}

.btm-common-title1 {
  font-size: 40px;
  font-weight: 700;
}

.bmt-title {
  color: #fff;
  font-size: 26px;
  padding-bottom: 15px;
  margin-left: 30px;
}

/* Gradient Scrollbar */
.bmt-carousel::-webkit-scrollbar {
  width: 7px;
}

.bmt-carousel::-webkit-scrollbar-track {
  background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
  border-radius: 25px;
}

.bmt-carousel::-webkit-scrollbar-thumb {
  background: transparent;
  /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh #d9d9db;
  border-radius: 25px;
}

.bmt-carousel {
  font-family: Consolas;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
  max-height: 480px;
  overflow-y: scroll;
  box-shadow: 0 8px 6px -6px #d1d1d1;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Gradient Scrollbar End*/
.bmt-carousel-item1 p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.bmt-carousel-item2 {
  text-align: center;
  background-color: #fafbfb;
  padding: 40px 20px;
}

.btm-common-pera1 {
  color: #999;
  font-size: 18px;
  margin-bottom: 35px;
}

.col-md-5.bmt-fav-right p {
  margin-bottom: 35px;
}

.bmt-carousel-item2 p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.col-md-7.at-left {
  padding-right: 60px;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 570px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.treatment {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  padding: 22px 20px 2px 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
}

.bmt-slider-button {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
  z-index: 99999;
  position: relative;
}
.close.customClose {
  order: 2;
  margin-left: 15px;
  font-size: 30px;
  background: none;
  line-height: 1rem;
  border: none;
  padding: 8px 7px;
  color: #fff;
  background-color: #000;
}
.carousel-control-prev1,
.carousel-control-next1 {
  background: none;
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.col-md-5.at-right {
  margin: auto;
}

.bmt-gradient-btn {
  display: flex;
  justify-content: center;
  border: solid 2px transparent;
  border-radius: 25px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: fit-content;
  height: 45px;
  text-align: left;
}

.bmt-gradient-btn a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding: 8px 17px 8px 32px;
  line-height: 24px;
  font-weight: 500;
}

/*Rehabilitation Section Start*/
.bmt-rehabilitation {
  padding-top: 40px;
}

.bmt-slider-button2 {
  text-align: left;
  position: relative;
  top: 80px;
  z-index: 2;
}

.col-md-7.rehabilitation-left {
  padding-right: 50px;
}

.rehabilitation-area {
  /*background-image: url(assets/img/rehab-bg-1.png);*/
  background-size: cover;
  padding: 4% 5% 7% 0;
}

.col-md-7.rehabilitation-left img {
  border-top-right-radius: 11%;
}

.col-md-5.rehabilitation-right {
  padding-left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.carousel-caption1.d-md-block {
  width: 100%;
  padding-right: 10%;
  max-width: 530px;
}

.carousel-item.carousel-caption1 {
  bottom: 5rem !important;
  text-align: left !important;
  max-width: 500px !important;
}

.carousel-caption1.d-md-block h5 {
  font-size: 40px;
  font-weight: 700;
}

.carousel-caption1.d-md-block p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #999;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}

.col-md-5.bmt-fav-right p {
  color: #999;
  font-size: 18px;
}

.rehab-control button.carousel-control-prev {
  right: 0px !important;
  top: 0 !important;
  bottom: unset !important;
  opacity: 1 !important;
  left: 80%;
  position: absolute;
}

.rehab-control button.carousel-control-next {
  right: 8% !important;
  top: 0 !important;
  bottom: unset !important;
  opacity: 1 !important;
  position: absolute;
}

/* request callback */
#myModalRQ .input.select.required::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  position: absolute;
  padding: 4px 0px 4px 0px;
  top: 21px;
  content: "";
  z-index: 99;
  left: 46px;
}

#myModal2 .input.select.required::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  padding: 4px 0px 4px 0px;
  position: absolute;
  top: 21px;
  content: "";
  z-index: 99;
  left: 50px;
}

.message.success.alert.alert-success.alert-dismissible {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100000;
  top: 44vh;
  bottom: 44vh;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1250px;
}
/* Consult a doctor */
/* Our favourite*/
.our-favourite {
  /*padding: 90px 0px 130px 0;*/
}

.bmt-fav-slider div.carousel-inner {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}

.carousel-control-next img.bmt-fav-arrow {
  width: 25px;
}

.carousel-control-prev img.bmt-fav-arrow {
  width: 25px;
}

.row.bmt-fav-head {
  background-color: #4267b2;
  padding: 10px 30px 10px 30px;
  height: 60px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.our-fav-plus {
  font-size: 40px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  margin-left: -20px;
  margin-right: 10px;
}

span.fa.fa-star {
  font-size: 14px;
}

.fav-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.col-md-7.bmt-fav-top-left h2 {
  display: flex;
}

.bmt-fav-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.col-md-7.bmt-fav-top-left i.fas.fa-plus {
  font-size: 40px;
  padding-right: 20px;
  color: #fff;
}

.col-md-5.bmt-fav-right {
  text-align: left;
  margin: auto;
}

.col-md-7.bmt-fav-left img {
  border-radius: 15px;
}

.checked {
  color: orange;
}

.row.bmt-fav-body {
  background-color: #fff;
  padding: 50px 90px;
}

.col-md-7.bmt-fav-left img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  max-height: 350px;
}

.bmt-fav-country-img {
  width: 30px !important;
  border-radius: 5px;
  margin-right: 10px;
}

.col-md-5.bmt-fav-top-right {
  margin-top: 7px;
  padding-left: 2rem;
  text-align: right;
}

.col-md-5.bmt-fav-top-right p {
  color: #999;
  font-size: 18px;
  text-align: left;
}

.bmt-fav-country {
  display: flex;
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}

.bmt-fav-text {
  font-size: 14px;
  color: #555;
}

.bmt-fav-buttom {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  margin-bottom: 2em;
}

.col-md-7.bmt-fav-left {
  padding-right: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

/* Patient Section start*/
.bmt-patient {
  padding: 0;
  background-color: #f8f8f8;
}

.p-img {
  width: 75px !important;
  height: 75px !important;
  border-radius: 100%;
  margin-top: 40px;
}

.patient-des {
  font-size: 18px;
  text-align: left;
  color: #999;
  line-height: 2rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}

.patient-pera-title1 {
  text-align: left;
  color: #000;
  font-weight: 700;
}

.col-md-7.patient-col-l {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 60px;
}

.p-button {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 60px;
}

.p-button a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.carousel-caption.bmt-patient-caption {
  width: 84%;
  max-width: 100% !important;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top: 0 !important;
}

.p-info-area {
  margin: auto !important;
  background-image: url(https://bookingmedtravel.com/css/new-theme/assets/img/patient-stories-circle-2.png);
  max-width: 550px;
    min-width: 370px;
  width: 100%;
  max-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.info-gradient-btn {
  display: flex;
  border: solid 2px transparent;
  border-radius: 25px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: fit-content;
  height: 40px;
  text-align: left;
}

.info-gradient-btn a {
  text-decoration: none;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  padding: 8px 10px 8px 25px;
  line-height: 19px;
  font-weight: 500;
}

.p-bg-img {
  width: 100%;
}

.p-info {
  padding: 50px;
}

.carousel-indicators [data-bs-target] {
  opacity: 1 !important;
  background-color: transparent !important;
  text-indent: unset !important;
}

.p-name {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.p-versity {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.p-address {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.p-feadback {
  padding-bottom: 70px;
}

.p-feadback span.fa.fa-star {
  font-size: 10px;
  color: #555;
}

.p-feadback span.fa.fa-star.checked {
  color: #fcb71a;
}

/* Testimonial Style*/
.bmt-testimonials {
  /*background-image: url("assets/img/testimonials-bg-1.png");*/
  background-color: #fff;
  padding: 0px;
}

.testi-img-area {
  min-width: 120px !important;
  margin-right: 10px;
  position: relative;
}

.testi-author-bg-l {
  position: absolute;
  z-index: 999;
}

.testi-author-image-l img {
  border-radius: 100%;
  width: 100% !important;
}

.testi-author-image-l {
  /*position: absolute;*/
  /*z-index: 999;*/
  width: 80px;
  height: 80px;
}

.testi-author-image-l {
  /*position: absolute;*/
  /*z-index: 999;*/
  width: 86px;
  height: 86px;
  /*top: 17px;*/
  /*left: 30px;*/
}

.testi-author-bg-r {
  position: absolute;
  z-index: 999;
  right: -8px;
  width: 111px;
  top: 2px;
}

.testi-author-image-r img {
  border-radius: 100%;
  width: 100% !important;
}

.testi-author-image-l-teamdetail img{
    width: 250px;
    border-radius: none;


}

.testi-author-image-r {
  position: absolute;
  z-index: 999;
  width: 80px;
  height: 80px;
}

.testi-author-image-r {
  position: absolute;
  z-index: 999;
  width: 86px;
  height: 86px;
  top: 24px;
  left: 30px;
}

.testi-col {
  background-color: #f3f6f9;
  border-top-right-radius: 50px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  padding: 25px 25px 0 25px;
}

.testi-col p {
  font-size: 0.9em;
  line-height: 2em;
  color: #666;
}

.testi-p {
  color: #999;
  font-size: 15px;
  font-style: italic;
}

.testi-col .testi-author {
  color: #666;
  font-style: italic;
  font-weight: 500;
  font-size: 1.1em;
}

.testi-col .testi-buttom a {
  position: relative;
  bottom: 5px;
  right: 5px;
  font-size: 0.8em;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.testi-author-image-l img {
  width: 86px !important;
  height: 86px;
  /*top: 17px;*/
  /*left: 30px;*/
}
.bmt-info .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
  margin-left: auto;
  margin-right: auto;
}

.main.bd-grid.owl-carousel.test-carousel.owl-loaded.owl-drag {
  margin: 0;
}

.test-carousel article.choose-slider-item {
  max-width: 100%;
}

/*Info center style*/

.bmt-info {
  background-color: #fff;
  padding-top: 120px;
}

.row.info-head {
  margin-bottom: 40px;
}

.info-title {
  font-weight: 700;
  font-size: 40px;
}
.info-head-right .bmt-gradient-btn {
  margin-left: auto;
}
.col-md-4.info-head-right {
  text-align: right;
  margin: auto;
}

.info-col-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin-left: 10px;
}

.testi-buttom a {
  text-decoration: none;
  font-size: 15px;
  text-align: right;
  background-color: #f2f2f2;
  padding: 5px 10px;
  color: #555;
  border-radius: 5px;
  box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.5);
}

.testi-buttom {
  padding-bottom: 5px;
  text-align: right;
  margin-right: -20px;
}

.col-md-6.testi-left {
  display: flex;
  padding-left: 6%;
}

.testi-left {
  display: flex;
  padding-left: 6%;
}

.testi-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}

.bmt-testimonials span.carousel-control-next-icon {
  height: 18px !important;
}

.bmt-testimonials span.carousel-control-prev-icon {
  height: 18px !important;
}

.bmt-testimonials button.carousel-control-next,
.bmt-testimonials button.carousel-control-prev {
  opacity: 1 !important;
  height: 35px !important;
  width: 35px !important;
  background-color: #fff !important;
  margin-top: 60px !important;
  margin-bottom: auto !important;
  border-radius: 5px !important;
}

.col-md-6.testi-right {
  display: flex;
  padding-right: 6%;
}

.info-name {
  font-size: 24px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
}

.info-post-details {
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #666;
}

.col-sm-5.info-count {
  text-align: right;
  margin-bottom: auto;
  margin-top: auto;
}

.info-short-des {
  font-size: 15px;
  color: #999;
  line-height: 1.3rem;
}

.info-post-details {
  margin-bottom: 15px;
}

.info-author-date {
  font-size: 12px;
  color: #777;
}

.col-sm-4.info-count {
  text-align: right;
}

.info-like {
  padding-right: 15px;
}

/* Why choose section */
.bmt-choose {
  background-color: #fff;
  padding: 0px 0 105px 0;
  margin: auto;
}

.owl-nav {
  display: none;
}

.choose-slider-item {
  max-width: 501px;
  width: 100%;
  max-height: 739px;
  height: auto;
  padding-bottom: 10px;
}

.choose-slider-content {
  position: absolute;
  padding: 55px 25px 15px 25px;
  z-index: 9999;
  display: none;
}

.choose-slider-title-black {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.choose-slider-des-black {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.choose-slider-title-white {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.choose-slider-des-white {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.col-md-3.choose-left-sec {
  margin: auto;
}

.Choose-left-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
}

.choose-left-content {
  color: #999;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 35px;
}

.main.bd-grid.owl-carousel.owl-loaded.owl-drag {
  margin-left: 230px;
}

/* Patient Stories Style*/
.bmt-pstories {
  background-color: #4267b2;
  padding: 120px 0;
}

.container-fluid.contact-map {
  padding: 0;
  margin-bottom: -400px;
}

/* Footer style start */
/*Widget style */
.bmt-footer {
  background-image: url("https://bookingmedtravel.com/css/new-theme/assets/img/footer-bg-1.png");
  background-color: #fff;
  background-position: top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
}

.common-footer {
  /*background-image: url("img/footer-bg-img1-fb.png");*/
  background-position: top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999999;
  position: relative;
  background-color: transparent;
}

.bmt-widget {
  padding: 400px 0 40px 0;
}

.widget-col {
  list-style: none;
  padding-left: 0;
}

Flyer
  Greeting
  Card
  Logo
  Manipulation
  Pattern
  Design
  Post
  Card
  T-Shirt
  .widget-col {
  list-style: none;
  padding: 0;
}

.bmt-widget-title {
  color: #fff;
  font-size: 18px;
}

.widget-col a {
  text-decoration: none;
  color: #fff;
  padding-right: 5px;
  font-size: 16px;
  line-height: 30px;
}

.widget-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  width: 200px;
}

.widget-col li {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.select_box .select-styled {
    padding: 8px 15px;
    background: transparent;
    color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    line-height: 13px;
    height: 30px;
}

.select_box .select-styled:after {
    height: 0;
    width: 0;
}

.select_box .select_box select {
    padding: 2px 5px 5px 5px;
    right: 0px;
}
/*.select_box:after {*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-left: 6px solid transparent;*/
/*  border-right: 6px solid transparent;*/
/*  border-top: 6px solid #fff;*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  right: 5px;*/
/*  content: "";*/
/*  z-index: 99;*/
/*}*/

.select_box select {
  width: 100%;
  border: 0;
  position: relative;
  z-index: 999;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  padding: 2px 5px 5px 5px;
  right: 2px;
}

.select_box select option {
  color: #555 !important;
  background-color: #ebf5f3;
}

/* Footer buutom */
.bmt-footer-buttom {
  border-top: 1px solid #fff;
  padding: 30px 20px 15px;
}

.bmt-footer-buttom .container-fluid.footer-buttom {
  max-width: 1600px;
}

.d-flex.footer-left-menu {
  list-style: none;
  padding: 0;
  text-align: left;
}

.footer-left-menu li a {
  text-decoration: none;
  color: #fff;
  padding-right: 5px;
  font-size: 13px;
}

.widget-col i {
  /*border: 1px solid #fff;*/
  height: 22px;
  width: 22px;
  text-align: center;
  padding: 3px;
  border-radius: 3px;
  margin-right: 5px;
    font-size: 20px;
}

.copyright {
  font-size: 13px;
  text-align: right;
  margin: 0;
  color: #fff;
}

.copyright a {
  text-decoration: none;
  color: #fff;
}

.carousel-caption {
  max-width: 600px !important;
  top: 65px !important;
}

.treatment-from div.row {
  width: 100%;
  display: block;
  --bs-gutter-x: 0rem;
}

.carousel-caption1.d-md-block h5 {
  font-size: 40px;
}

.choose-left {
  max-width: 350px !important;
  text-align: left;
  /*float: right;*/
  margin-right: -185px !important;
}

.info-content {
  padding: 20px 35px;
  background-color: #fff;
}

.d-flex.footer-left-menu {
  display: inline-flex !important;
  text-align: left !important;
}

.row.bmt-hero-section.mobile {
  display: none;
}

.owl-carousel .owl-stage {
  display: flex;
  transition: all 2s ease 0s;
}

/* Common page style area start */
/* Commn header area start*/
.mission-l {
  padding-left: 0;
}

.mission-r {
  margin: auto;
}

.common-hero {
  min-height: 60px;
  background-position: bottom;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.common-title {
  font-size: 36px;
  font-weight: 300;
  color: #333;
}

/* Our mission area start */
.our-mission-area {
  margin-top: auto !important;
  margin-bottom: auto !important;
  text-align: center;
}

.mission-shor-des {
  font-size: 20px;
  color: #666;
  padding: 0 16%;
  line-height: 2rem;
}

.mission-title {
  font-size: 36px;
  font-weight: 300;
  color: #212529;
  margin-bottom: 20px;
}

.mission-r p {
  font-size: 16px;
  line-height: 2rem;
  color: #666;
  text-align: left;
}

.row.our-mission {
  margin-bottom: 50px;
}

.row.our-mission-bottom {
  margin-top: -1px;
  padding: 50px 30px 40px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}
.list-inner-certify .swiper-slide.hc.swiper-slide-active {
	transform: scale(1);
}
/* About hospital area start*/
.about-hospital-sidebar .sidebar-img-list {
  justify-content: flex-start;
}

.about-hospital-sidebar .sidebar-img-list img {
  height: 30px;
  width: auto;
}

.about-hospital-sidebar .sidebar__certs {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding-top: 0;
  margin-bottom: 20px;
}
.sidebar__certs .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: 0;
}
.about-hospital-sidebar .sidebar-inner-container {
  padding: 0 0 30px 30px;
}

.about-hospital-sidebar .send__request {
  margin-top: 15px;
}

/* About hospital area end*/
.bmt_accommodation .goto-info {
  margin-left: 0 !important;
}

.accordion__heading:not(.ah_1) {
  margin-top: 50px !important;
}

/*--Accomodation Sidebar--*/
.bmt_accommodation_sidebar .widget-list li {
  align-items: center;
  display: flex;
}

.bmt_accommodation_sidebar .widget-list li:before {
  font-family: "fontawesome";
  color: #4267b2;
  padding-right: 5px;
  font-size: 1.5em;
}

.a_toilet:before {
  content: "\f7bd";
}

.a_wifi:before {
  content: "\f1eb";
}

.a_meal:before {
  content: "\f2e7";
}

.a_shower:before {
  content: "\f2cd";
}

.a_tv:before {
  content: "\f26c";
}

.bmt_accommodation_sidebar .s-btn-top-title {
  padding-bottom: 10px;
  font-weight: 600;
}

/*============================
| SINGLE DEPT PAGE
============================*/
.dpt-dr {
  margin-bottom: 30px !important;
}

.dpt-title {
  font-weight: 800;
}

.sd_docs_desc p {
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 1.5em;
}

.sd_docs_desc p:first-child {
  font-weight: 800;
}

.input-group.sidebar-search input {
  border-radius: 3px !important;
  border: 1px solid #87a6c9;
  width: 100%;
}

.sidebar-search span.input-group-text {
  background: none;
  padding: 0;
  margin-top: 5px;
  height: auto;
  border: none;
}

.single-dept .sidebar__certs {
  border-top: none;
}

.single-dept .sidebar-img-list img {
  height: 30px;
  width: auto;
}

.single-dept .sidebar-img-list {
  justify-content: flex-start;
}

.single-dept .sidebar-inner-container .sidebar__certs {
  padding: 30px;
}

.single-dpt-content p {
  font-size: 16px;
  color: #666;
  line-height: 2rem;
  text-align: left;
}

.single-dpt-title {
    border: 5px solid rgb(228, 228, 228);
    margin-bottom: 5px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    width: fit-content !important;
    padding: 10px 30px 0px 15px !important;
    border-radius: 0px 100px 100px 0px;
}
.single-dpt-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.single-dept .dpt-tablinks.active {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.single-dept .dpt-tablinks {
  margin-right: 5px;
}

.single-dept .goto-info {
  margin-left: 0;
}

/* Our services area start */
.container-fluid.sevices-full-width {
  background-image: url("http://localhost:8765/css/new-theme/assets/img/about-us-our-services-bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
background-color: linear-gradient(to right, #4267b2, #87a6c9);
}

.col-md-6.services-r {
  background-size: cover;
  padding: 30px 50px 20px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.services-title {
  font-size: 36px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.services-short-des {
  font-size: 16px;
  line-height: 2rem;
  color: #333;
  text-align: left;
}

/* Our services area end */
/* Our mission area start */
.container.width-1250.mission {
  padding-bottom: 70px;
  margin-top: 50px;
}

/*--PRIVACY POLICY PG--*/
.pvcy_head_ttl_M {
  border: 5px solid rgb(228, 228, 228);
  font-size: 36px;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 30px;
  margin-top: 10px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  width: fit-content;
  padding: 20px 40px 15px 30px;
  border-radius: 0px 100px 100px 0px;
}

.privacy-title_M {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height:2rem;
}

.container.width-1250.privacy-policy {
  margin-top: 30px;
}

.privacy-toc {
  padding: 30px;
  border-radius: 10px;
  transition: all 0.8s ease;
}

.privacy-toc h5 {
  color: #666;
  font-weight: 400;
  padding-bottom: 5px;
  padding-right: 50px;
  width: fit-content;
  text-transform: none !important;
}

.privacy-policy h5:not(.privacy-toc h5) {
  padding-top: 80px;
  font-size: 20px;
  line-height: 2rem;
  color: #4267b2;
  font-weight: 600;
  text-transform: uppercase;
}

.privacy-toc ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.privacy-toc ul li {
  padding-bottom: 10px;
}

.privacy-toc ul li a {
  color: #87a6c9;
  position: relative;
  font-size: 1em;
}

.privacy-toc ul li a:hover,
.privacy-toc ul li a:focus,
.privacy-toc ul li a:active,
.pp-link-active {
  color: #4267b2 !important;
  font-weight: 600;
}

.privacy-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 40px;
  margin-top: 20px;
  text-transform: capitalize;
  color: #4267b2;
}

.pp-content-area p {
  padding-right: 50px;
}

.privacy-policy p span {
  color: #333;
  font-weight: 600;
}

/* Our mission area end */
/* Our advantages area start */
.advantages-l {
  margin: auto;
}

.col-md-7.advantages-l {
  margin: auto;
}

/* Accoroding area start */
.accordion-body {
  background-color: #f2f9ff !important;
}

.advantages-title {
  font-size: 36px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.advantages-img img {
  width: 90%;
  margin-top: 50px;
}

.accordion-button {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff !important;
  font-size: 1rem;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.accordion-button::after {
  content: "+" !important;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 1.3rem;
  background: none !important;
}

/* Accoroding area end */
/* Privacy area start */
.container.width-1250.privacy-policy2 {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.privacy-content-area1 {
  text-align: center;
  padding: 50px;
}

.col-md-12.privacy-content-area {
  margin: auto;
}

.container.width-1250.privacy-policy p {
  font-size: 16px;
  line-height: 2rem;
  color: #666;
}

.prvacy-gradient-btn {
  display: flex;
  border-radius: 25px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: fit-content;
  height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.prvacy-gradient-btn button:hover {
	background: linear-gradient(to right, #4267b2, #87a6c9);
	color: #fff;
	border: 7px solid #EBEFF7;
	height: fit-content;
	margin-top: -5px;
}

.prvacy-gradient-btn a:hover {
	background: linear-gradient(to right, #4267b2, #87a6c9);
	color: #fff;
	border: 7px solid #EBEFF7;
	height: fit-content;
	margin-top: -5px;
}
.prvacy-gradient-btn button ,.prvacy-gradient-btn a {
	background: #fff;
	border: 2px solid #3f67b2;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	border-radius: 50px;
	padding: 7px 30px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	align-items: center;
}

.prvacy-gradient-btn a {
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding: 8px 24px 8px 24px;
  line-height: 24px;
  font-weight: 500;
}

.privacy-qtitle {
  font-size: 30px;
  color: #666;
  font-weight: 300;
  line-height: 2rem;
}

/* Privacy area end */
/* How it works area start */
.container.width-1250.how-it-works {
  margin-top: 130px;
}

.how-it-item {
  margin-bottom: 40px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 45px;
  transform: skewX(-10deg);
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.col-md-6.how-it-works-l img {
  width: 80%;
}

.how-it-item.d-flex.one {
  position: relative;
  right: -250px;
}

.how-it-item.d-flex.two {
  position: relative;
  right: -150px;
}

.how-it-item.d-flex.three {
  position: relative;
  right: -45px;
}

.how-it-item.d-flex.four {
  position: relative;
  right: -100px;
}

.how-it-item.d-flex.five {
  position: relative;
  right: -200px;
}

.col-md-6.how-it-works-l {
  margin: auto;
}

.how-it-item img {
  max-width: 116px;
  max-height: 116px;
  padding: 10px 15px 10px 10px;
  width: 100%;
  transform: skew(10deg);
  text-align: left;
  margin: auto;
}

.how-it-item-p {
  font-size: 14px;
  color: #666;
  margin: auto;
  line-height: 1.5rem;
  padding: 15px 20px 15px 50px;
  transform: skew(10deg);
}

/* How it works area end */
/* Become a partner area start */
.container-fluid.become-partner-full-width {
  position: relative;
  padding: 70px 0 20px 0;
  min-height: 600px;
  height: auto;
}

h3.become-partner-title {
  font-size: 36px;
  line-height: 3rem;
  margin-bottom: 30px;
  color: #333;
  font-weight: 300;
}

.become-partner-title span {
  font-weight: 600;
  color: #333;
}

p.partner-des {
  font-size: 16px;
  color: #666;
  line-height: 2rem;
}

.col-md-5.become-partner-l {
  position: absolute;
  width: 44%;
  right: 0;
  margin-right: 0;
  padding-right: 0;
}

#bp-info-btn {
  color: #fff;
  border-radius: 50px;
  padding: 12px 50px;
  font-size: 14px;
  letter-spacing: 1.5px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none;
  text-decoration: none;
}

#bp-info-btn:hover {
  color: #fff !important;
}

.bp-info-header {
  background-color: #4267b2;
  padding: 0px 30px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  height: 60px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

h5.bp-info-title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 24px;
  padding: 18px 0;
  margin-bottom: 0;
}

.bp-info-label {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 2rem;
}

span.required-star-color {
  color: red;
}
.terms-foot-section .form-check-input {
  border-radius: 100% !important;
  margin-right: 5px;
  height: 14px;
  width: 14px;
  background-color: #fff !important;
}
.become-section .form-control:focus {
  border: 1px solid #ced4da !important;
}
.terms-foot-section label {
  display: flex;
  align-items: center;
}
.terms-foot-section a {
  text-decoration: none;
  color: #666;
}

.bp-info-body .form-control {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  /*margin-bottom: 15px;*/
  /*padding: 3px 10px;*/
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none !important;
}
.btn-partner button {
  padding: 12px 30px;
  border-radius: 10px !important;
  border: none;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #4368b2 !important;
  border: 1px solid #4368b2 !important;
}

.bp-info-body {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.bp-info-condition {
  font-size: 15px;
  color: #999;
  line-height: 20px;
}

.bap-info-button {
  text-align: center;
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
  margin: 20px auto 0;
}

#bp-info-button {
  color: #fff;
  border-radius: 10px;
  padding: 12px 30px;
  margin-top: 20px;
  font-size: 16px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none;
  width: 100%;
  letter-spacing: 1px;
}

/*======================================
| Contact Us Form
======================================*/
#contactUsForm input,
#bcpformname input,
#contactUsForm textarea,
#bcpformname textarea,
.bp-info-body .form-control {
  border: none;
  border-bottom: 2px solid rgb(66, 103, 178, 0.3);
  border-radius: 0 !important;
}
#contactUsForm input:focus,
#bcpformname input:focus,
#contactUsForm textarea:focus,
#bcpformname textarea:focus,
.bp-info-body .form-control:focus {
  border: none !important;
  border-bottom: 2px solid rgb(66, 103, 178, 0.8) !important;
}
#contactUsForm label,
#bcpformname label {
  opacity: 0.6;
}
.contact-section h2 {
  margin-bottom: 30px;
}
#contactUsSubmitBtn {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  color: #fff;
  background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
  border-radius: 5px;
  padding: 7px 45px;
  text-align: center;
  border: none;
  border-radius: 50px;
  outline: 5px solid rgb(135, 166, 201, 0.2);
  text-transform: uppercase;
  transition: all 0.4s ease;
}
#contactUsSubmitBtn:hover {
  background-image: linear-gradient(to right, #fff, #fff) !important;
  color: #999;
}
#contactUsForm textarea,
#bcpformname textarea {
  padding-left: 0;
  opacity: 0.9;
  font-size: 0.9em;
}
#contactUsForm #loader-contacts {
  width: 30px;
  float: left;
  top: -32px;
  position: relative;
  left: 150px;
}
/*======================================
| Contact Us Form
======================================*/
.message.success.alert.alert-success.alert-dismissible {
    background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
    color: #fff;
    width: 50%;
    border-radius: 7px;
    padding: 50px;
    border: 0;
    box-shadow: 0 0 7px rgb(0 0 0 / 90%);
}
.message.success.alert.alert-success.alert-dismissible .close {
    background: rgb(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.message.success.alert.alert-success.alert-dismissible.hidden {
  visibility: hidden;
}

/* Become a partner area end */
/* Contact page style start */
.contact-page {
  background-color: #fff;
  padding: 50px 0;
}

.contact-col1 {
  width: 19% !important;
}

.contact-col2 {
  width: 25% !important;
}

.con-title {
  font-size: 25px;
  line-height: 2rem;
  color: #333;
  margin-bottom: 20px;
}

.cont-lbl_M label {
  font-size: 14px;
}

h4.contact-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  margin-right: 20px;
}

.bap-info-button2 #bp-info-button {
  width: 100%;
  padding: 8px;
}

.contact-title {
  font-size: 22px;
  color: #212529;
  line-height: 2rem;
  font-weight: 600;
}

.container.width-1250.contact-area {
  margin-top: 100px;
}

.row.blog-comment-M {
  margin: 20px 20px 0px 20px;
}

.bap-info-button3 {
  text-align: right;
}

.single-comment-form input {
  margin: 0;
}

.single-post-sidebar-M {
  /* background-color: #87a6c9 !important; */
  background-color: rgb(135, 166, 201, 0.1) !important;
  border-radius: 5px;
}

.fixed-height-sidebar-M h3 {
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
  margin-bottom: 0;
  border-radius: 10px 10px 0px 0px;
}

.bap-info-button3 button {
  border-radius: 5px;
  padding: 8px 80px;
  margin-top: 20px;
  font-size: 16px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
}

.single-comment-form {
  margin-top: 50px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  padding: 40px;
}
.single-comment-form button {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
  border: none;
  padding: 8px 15px;
}

.contact-address .select_box {
  height: 40px !important;
  max-width: 100%;
  margin-right: 0;
  padding: 0 5px;
}

.contact-address select {
  color: #666;
}

.contact-address select {
  color: #666;
  width: 100%;
  border: 1px solid #999;
  border-radius: 3px;
}

.row.contact-address select {
  color: #999;
  border: 1px solid #999;
  height: 30px;
  line-height: 1.3rem;
  font-size: 16px;
  border-radius: 5px;
}

.contact-address2 {
  margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
  width: 100%;
}

.goto-sideber1.left-src-form {
  background-color: #f2f9ff;
}

.sidebar-btn {
  width: 100%;
  background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
  border: none;
  border-radius: 5px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
  font-weight: 400 !important;
  padding: 5px 0px;
  color: #fff !important;
}

.sidebar-search .sidebar-btn {
  margin-top: 10px;
}

.sidebar-tratment {
  line-height: 1.5rem;
}

.sidebar-tratment a {
  font-size: 15px;
  color: #4267b2;
  text-decoration: none;
}

#form1 {
  height: 40px;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  margin: 0;
}

.con-add-col {
  min-height: 150px;
  background-color: #fafafa;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.d-flex.select.s-con {
  padding-right: 25px;
}

.ex-col {
  display: grid;
}

.con-add-col p {
  color: #999;
  font-size: 16px;
  line-height: 2rem;
  margin-bottom: 0;
}

.con-add-col a {
  text-decoration: none;
  color: #999;
  font-size: 14px;
  line-height: 2rem;
}

.con-add-col img {
  width: 40px;
  margin-right: 10px;
}

.bp-info-button {
  margin-bottom: 50px;
}

.container-fluid.contact-map {
  padding: 0;
  margin-bottom: -400px;
  z-index: 99;
  position: relative;
}

/* Contact page style end */
/* Goto page area start */
.goto-header {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
}

.col-md-12.goto .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

.col-md-12.goto .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.col-md-12.goto2 {
  padding: 10px 11px;
}

.goto-btn.d-flex {
  list-style: none;
  padding-left: 0;
}

.goto-btn li {
  padding: 0;
  width: 25%;
  text-align: center;
  display: flex;
  border: solid 2px transparent;
  border-radius: 0;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 60px;
  border-right: 0px;
}

.goto-btn li:last-child {
  border-right: 2px solid transparent;
}

.goto-btn li a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  margin: auto;
  line-height: 42px;
}

.goto-btn li.active {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none;
}

.goto-btn li.active a {
  color: #fff;
}

.goto-btn li.active a:hover {
  color: #fff !important;
}

.goto-gradient h4 {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  text-align: left;
  color: #fff;
  font-weight: 300;
  padding: 8px 15px;
  font-size: 22px;
  line-height: 2rem;
  margin-bottom: 15px;
}

p.s-btn-top-title {
  margin-bottom: 10px !important;
  border-top: 1px solid #eee;
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #333;
  padding-top: 10px;
}

.row.dpt-dr {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0;
}

.dpt-dr .col-md-8 {
  margin: auto;
}

.dpt-dr .col-md-8 h2 {
  text-align: center;
}

.row.dpt-dr h2 {
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
}

.dpt-top-r {
  margin: auto;
  margin-top: auto;
  padding: 30px 0;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.dpt-top-r img {
    border-radius: 100%;
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 3px;
}
.bmt-gradient-btn.load-more-btn_M {
    display: none;
}

.dpt-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.dpt-dr-name {
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.tab.dpt-post-tab {
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 6px;
  border-radius: 100px;
  width: fit-content;
  margin-left: 10px;
}

.single-dept .col-md-12.goto-info {
  margin-left: 0;
}
.listing__tabs .col-md-12.goto-info {
  margin-left: 0;
}
.blog-list-main .col-md-4 {
  position: relative;
  right: 0;
}

.goto-content .tabcontent {
  margin-top: 15px;
}

.tabcontent h2 {
  position: relative;
  width: fit-content;
  padding-right: 100px;
  font-size: 1.5rem;
}
.tabcontent h2 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(to right, #4267b2, #87a6c9);
}
.tabcontent h2 strong {
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}

.goto-content h2 {
  position: relative;
  width: fit-content;
  font-size: 1.5rem;
}
.goto-content h2 strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(to right, #4267b2, #87a6c9);
}
.goto-content h2 strong {
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}

.dpt-tablinks {
  background-color: #f2f2f2;
  border: none;
  color: #333;
  border-radius: 100px;
  padding: 15px 30px;
  text-align: center;
}

.dpt-tablinks:hover {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
}

.dpt-tablinks.active {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
}

.col-md-12.goto-info {
  margin-top: 20px;
  margin-left: 20px;
}

.goto-flag img {
  width: 20px;
  margin-right: 8px;
  border-radius: 3px;
}

.goto-versity {
  font-size: 34px;
  color: #666;
  line-height: 2rem;
  font-weight: 300;
}

p.goto-address {
  font-size: 13px;
  line-height: 1.3em;
}

.goto-cat {
  font-size: 20px;
  color: #999;
  line-height: 2rem;
  margin-bottom: 25px;
}

.goto-feadback.d-flex {
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.3em;
  color: #999;
}

.goto-star-checked {
  margin-left: 10px;
}

.goto-star-checked .fa.fa-star {
  font-size: 11px;
}

.col-md-8.gca-right p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.8rem;
  padding-left: 15px;
}

.dept-inner-text-M {
  border-left: solid 2px transparent;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-top: 20px;
}

.goto-sidebar-btn a {
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: 14px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  border: none;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.goto-sidebar-btn {
  text-align: center;
}

.dr-area {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.dr-name {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 20px;
}

h4.dr-designation {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #666;
}

.doc-img img {
  width: 90px;
}

.dr-area li {
  margin: auto;
}

.dr-des {
  font-size: 18px;
  line-height: 2rem;
  color: #999;
}

.dr-btn {
  text-align: right;
}

.dr-btn a {
  text-align: center;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  line-height: 2rem;
}

.goto-sideber1 {
  background-color: #f2f9ff;
  padding: 30px 40px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
  line-height: 2rem;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.personal-coordinator-block {
    background-color: #fff;
    -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 0px 0px 10px 10px;
}

.personal-coordinator-block-header {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

.personal-coordinator-block-img-div {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #3f67b2;
}

.personal-coordinator-block-img-div img {
    height: 100px;
}

.personal-coordinator-block-header small {
    font-size: 0.8em;
}

.personal-coordinator-block-body {
    padding: 5px 0 20px 0;
}

.personal-coordinator-service-item {
    display: block;
    border-bottom: 1px solid #ddd;

    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5rem;
}

.personal-coordinator-block .btn-primary {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 2px solid #EBEFF7;
    height: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    border-radius: 50px;
    padding: 7px 50px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    margin-top: -5px;
}

.personal-coordinator-block .btn-primary:hover {
    background: #fff;
    border: 2px solid #3f67b2;
    color: #000;
}

.sticky__sidebar {
  width: 100%;
}

.sticky__sidebar.sticky__sidebar_starts {
  width: 392px;
  height: fit-content;
}
.title a {
  text-decoration: none;
}
i.icon-not-hover.fas.fa-arrow-right:before {
  opacity: 1;
}

.sidebar-img-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding-left: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.sidebar-img-list img {
  width: 60px;
}
.widget-img-list .col-sm-6.sm-w-50 {
  font-size: 1em;
  padding-bottom: 1.8em;
  color: #333;
}

.widget-list {
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 0px;
}

.widget-list li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.widget-list li img {
  width: 30px;
}

.widget-list li p {
  color: #666;
  font-size: 0.9em;
  margin: auto 0;
  text-align: left;
  padding-left: 5px;
}

.goto-sideber1 h3 {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}

.goto-sideber1 h4 {
  font-size: 20px;
  color: #333;
  line-height: 2rem;
}

/* Gradient Scrollbar */
/*
.fixed-height-sidebar::-webkit-scrollbar {
  width: 7px;
}

.fixed-height-sidebar::-webkit-scrollbar-track {
  background: linear-gradient(-180deg, #4267b2 0%, #87a6c9 100%);
  border-radius: 25px;
}

.fixed-height-sidebar::-webkit-scrollbar-thumb {
  background: transparent;
 // opacity: 0; should do the thing either
  box-shadow: 0px 0px 0px 100000vh #d9d9db;
  border-radius: 25px;
}
*/
.fixed-height-sidebar {
  background-color: #fff;
  max-height: 400px;
  overflow-y: scroll;
}

/* Gradient Scrollbar End*/
.widget-sidebar-ul {
  display: block;
  list-style: none;
  padding-left: 0;
}

.widget-sidebar-ul li {
  display: flex;
  align-items: center;
}


.widget-sidebar-ul li img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.widget-sidebar-ul li p {
  padding-left: 10px;
}

.goto-sf {
  list-style: none;
  font-size: 18px;
  color: #999;
  line-height: 2rem;
  padding-left: 10px;
}

/* Goto page area end */
/* Single post page area start*/
#show__reply_box {
  margin-top: 40px;
  margin-right: 30px;
}

.container.width-1250.single-post {
  padding: 50px 0;
}

.single-title {
  font-size: 36px;
  line-height: 2rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 300;
  text-align: left;
}

.tab.single-post-tab .owl-item {
  margin-left: 2px;
}

.single-cat {
  font-size: 13px;
  color: #999;
  line-height: 1.5rem;
}

.col-md-6.meta-r {
  font-size: 13px;
  color: #999;
  text-align: right;
  line-height: 1.2rem;
}

.row.meta-area {
  margin-bottom: 15px;
}

.tab.single-post-tab {
  position: relative;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  border-radius: 1000px;
  padding: 6px;
  background: #f2f2f2;
  margin-bottom: 20px;
}

.item .single-tablinks {
  width: 100%;
}

.single-comment-form .form-control {
  margin-top: 15px;
}
.single-tablinks {
  text-decoration: none;
  text-align: center;
  flex-basis: 50%;
  font-weight: 500;
  padding: 1em;
  position: relative;
  border-radius: 6px;
  transition: color 0.8s ease;
  user-select: none;
  cursor: pointer;
  letter-spacing: -0.5px;
  color: #000;
  border-radius: 100px;
  border: none;
  background-color: #f2f2f2;

}

a.single-tablinks {
  text-decoration: none;
  display: block;
}

.single-tablinks:hover {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
}

.single-tablinks.active {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
}
a.single-tablinks:active {
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
}

.single-post .single-post-tab-container {
  margin-bottom: 25px;
}

h3.comment-title {
  font-size: 20px;
  color: #fff;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 25px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  padding: 5px 20px;
  border-radius: 50px;
  /*width: -webkit-fill-available;*/
  position: relative;
}

.single-post .single_comment_container {
  height: 130px;
  overflow: hidden;
}

.comment-title .fa-caret-down {
  position: absolute;
  right: 20px;
  top: 10px;
}

.col.comment-item-img {
  max-width: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80px;
}

.col.comment-item-img i {
  color: #f9fafb;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  padding: 6px;
  border-radius: 50px;
}

.com-title {
  font-size: 15px;
  color: #333;
  line-height: 2rem;
  margin-bottom: 0px;
}

.com-content {
  font-size: 14px;
  color: #666;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.tabcontent p {
  font-size: 16px;
  color: #666;
  line-height: 2rem;
  text-align: left;
}

.input-group.sidebar-search {
  display: block;
}

.commen-btn {
  background-image: linear-gradient(to right, #4267b2, #87a6c9) !important;
  border: none;
  border-radius: 5px !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 8px 50px;
  color: #fff;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}

h5.search-title {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  text-align: left;
  line-height: 1.5rem;
}

.gradient-line {
  border: solid 1px transparent;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 2px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gradient-line2 {
  border: solid 1px transparent;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #87a6c9, #4267b2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 2px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* all programe page start*/
.bmt-select-program {
  margin-top: 100px;
}

/*--RESULT FOR--*/
.headline__result {
  height: 40px;
  overflow: hidden;
  position: relative;
    float: left !important;

}

.headline__result:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: #1770b8;
  transition: 0.3s ease-in-out;
}

.headline__result--visible:before {
  height: 100%;
}

.result__span {
  transform: translateX(-100%);
  padding-left: 1.3em;
  font-size: 0.8em;
  line-height: 1.3;
  font-weight: 400;
  word-break: break-word;
  display: block;
  transition: 0.8s ease-in-out;
  color: #666;
}

.result__span span {
  font-weight: 600;
}

.result__span--visible {
  transform: translateX(0);
  transition-delay: 0.6s;
}

/*--LISTING TABS--*/
.listing__tabs {
  margin-top: 100px;
  margin-bottom: 15px;
}

.tabs__container {
  position: relative;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  border-radius: 1000px;
  padding: 6px;
  background: #f2f2f2;
}

.tabs__container:before {
  z-index: 0;
  content: "";
  position: absolute;
  /*transform: translateX(var(--background-offset));*/
  /*width: calc(50% - var(--outer-padding));*/
  /*height: calc(100% - var(--outer-padding) * 2);*/
  background-color: #251d5a;
  /*border-radius: var(--border-radius);*/
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs__button:hover {
  color: #fff;
}

.tabs__button {
  text-decoration: none;
  text-align: center;
  flex-basis: 50%;
  font-weight: 500;
  padding: 1em;
  position: relative;
  border-radius: 6px;
  user-select: none;
  cursor: pointer;
  letter-spacing: -0.5px;
  color: #000;
  margin-right: 5px;
}

.tabs__button:focus {
  box-shadow: inset 0 0 0 2px #251d5a;
}

.tabs__button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(to right, #4267b2, #87a6c9);
  border-radius: 1000px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.tabs__button:hover {
  color: #fff !important;
  background: linear-gradient(to right, #4267b2, #87a6c9);
  border-radius: 1000px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/*-- LISTING SLIDER --*/
.goto-info {
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
  width: fit-content;
  padding-right: 100px;
}

.listing__slider {
  background: transparent;
  margin: 40px 0 80px 0;
  height: 200px;
  display: block;
  perspective: 1000px;
  position: relative;
}


.listing__slide-description {
  overflow: hidden;
}

.listing__slide-container {
    padding: 8px;
    border-radius: 25px;
    background-image: linear-gradient(#87a6c9, #4267b2), linear-gradient(to right, #87a6c9, #4267b2);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.listing__slide-container img {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  transition: all 0.8s ease;
}
.listing-area .swiper-slide.swiper-slide-active img:hover {
    /*transform: scale(1.5);*/
}



/*-- Select Program --*/
.gca-left img {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  border: 2px solid #4267b2;
  margin-bottom: 10px;
}

.gca-left {
  text-align: center;
}

.gca-left p {
  margin-bottom: 0px;
}

.gca-right p {
  margin-bottom: 5px;
}

.goto-content-area p {
  margin-bottom: 0;
}

.goto-content-area.row {
  margin-bottom: 15px;
}

.sb-top {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

.gca-left {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: auto;
}

.goto-content-area .col-md-4 {
  position: relative;
}

.program-ac-item {
  padding-bottom: 30px;
}

.gca-right {
  margin: auto;
}

.dpt-doctor h3 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

.headline__result.n-float.headline__result--visible {
  float: none !important;
}

.dpt-doctor .goto-content-area.row {
  margin-bottom: 35px;
  padding: 0px 0px 0px 30px;
  border-radius: 60px 0px 0px 60px;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #4267b2, #87a6c9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.col-md-8.gca-right {
  margin: auto;
  padding: 30px 30px;
}

.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #333;
  font-size: 0.9em;
  text-decoration: none;
}

.read-more-btn a {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  color: #4267b2;
}

.dpt-doctor p {
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 300;
}

.read-more-btn .fa-arrow-right:before {
  opacity: 1;
  padding-left: 7px;
}

.read-more-btn a:hover .fa-arrow-right:before {
  opacity: 1;
}

.read-more-btn2 {
  font-size: 15px;
  color: #333;
  display: flex;
  justify-content: end;
  text-decoration: none;
  line-height: 1.5rem;
  margin-top: 10px;
  align-items: center;
}

.read-more-btn2 .fa-arrow-right:before {
  opacity: 1;
  padding-left: 7px;
}

.read-more-btn2 a:hover .fa-arrow-right:before {
  opacity: 1;
}

/*-- LISTING ACCORDIONS --*/
.accordion__heading {
  position: relative;
  width: fit-content;
  padding-right: 100px;
  margin-bottom: 30px;
}

.accordion__heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 6px;
  border-radius: 50px;
  background: linear-gradient(to right, #4267b2, #87a6c9);
}

/*--Accordion Content--*/
/*.goto-content-area {*/
/*    padding-right: 50px;*/
/*}*/

.goto-content-area p {
  font-size: 0.85em;
  color: #666;
}

/*-- INFO CENTRE --*/
.blog-list-main .texts p {
  line-height: 1.8em;
  max-height: 16rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.list-inner-certify {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.single-post-img-overlay {
  transition: all 0.4s ease;
  transition-delay: 0.05s;
}

.blog-list-main a.container:hover .single-post-img-overlay {
  opacity: 0.2;
}

/*--LISTING SIDEBAR--*/
.listing__sidebar {
  padding-left: 50px;
  margin-top: -100px;
}

.sidebar__certs .sidebar-img-list {
  justify-content: center;
}

.sidebar-inner-container {
  padding: 0 0 30px 30px;
  /*transition: all 0.8s ease;*/
}

.sidebar__certs {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

.program__heading {
  padding-left: 8px;
  margin-bottom: 20px;
}

.program__heading p {
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #333;
  margin-bottom: 5px;
}

.program__heading h3 {
  font-size: 1.3em;
}

.program__heading_inner {
  margin-top: 10px;
  margin-left: 2px;
  padding-left: 8px;
  border-left: 3px solid #4267b2;
}

.program__heading_inner strong {
  font-weight: 800;
  padding-right: 5px;
}

.translate-count:before,
.translate-hours:before,
.translate-price:before,
.hl_price:before {
  font-family: "fontawesome";
  padding-right: 10px;
  font-size: 1.5em;
  color: #87a6c9;
}

.translate-count:before {
  content: "\f56c";
  padding-left: 3px;
}
.hpl-buttom {
    display: flex;
    align-items: center;
    margin-top: 33px;
}
.translate-hours:before {
  content: "\f017";
}

.translate-price:before,
.hl_price:before {
  /*content: "\f4b9";*/
}

.hl_price:before {
  color: #4267b2;
}

.hospital-list-main button.send__request {
    margin-right: 0;
    padding: 2px 20px;
}
ul.pagination-nowshwmore.load-more-btn_M {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.hlp-search a:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff !important;
    border: 2px solid #fff;
}

.sidebar-inner-container .owl-carousel.owl-drag .owl-item {
    height: 50px;
    width: auto !important;
}

.sidebar-inner-container .owl-carousel .owl-item img {
    width: auto;
    height: 50px;
}

/*--SEND REQUEST BTN--*/
button.send__request {
  background: #fff;
  border: 2px solid #3f67b2;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 7px 30px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
  margin-top: -5px;
}
i.fa.fa-file-pdf-o {
    margin-right: 6px;
    margin-top: 3px;
}
button.send__request:hover {
    background: linear-gradient(to right, #4267b2, #87a6c9);
    color: #fff;
    border: 2px solid #EBEFF7;
    height: fit-content;
}

/*--SIEDBAR MAP --*/
.map__section {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  margin-top: 25px;
}

/*--Special Features--*/
.features__btn,
.sidebar__form_btn,
.map__btn {
  background: linear-gradient(to right, #4267b2, #87a6c9);
  padding: 7px 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
}

.mb-30 {
  margin-bottom: 30px;
}

.features__btn i,
.sidebar__form_btn i,
.map__btn i {
  transition: all 0.8s ease;
  font-size: 1.4em;
}

.rotate__carret {
  transform: rotate(180deg);
}

.features__section {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  border-radius: 10px;
}

.features__content {
  padding: 20px 10px 10px 20px;
}

ul.features__content ul {
  padding: 0;
}
ul.features__content ul li:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 8px;
  color: #4267b2;
}

.features__content li {
  list-style-type: none;
  font-size: 1em;
  line-height: 1.8;
  color: #333;
}

.features__content li i {
  padding-right: 3px;
  color: #4267b2;
}

.features__content p {
    font-size: 14px;
    line-height: 1.3rem;
    text-align: center;
}
p.goto-address.goto-address-list span.goto-flag {
    display: none;
}

.sidebar__request_container a {
  background: linear-gradient(to right, #4267b2, #87a6c9) !important;
  color: #fff;
  padding: 5px 12px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}

.acccordion__btn {
  border-bottom: 1px solid #fff;
}

.accordion__btn .fa-arrow-right:before {
  color: #fff;
}

/* all programe page end*/
/* SINGLE POST & SIDEBAR */
.sidebar-tratment {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  transition: all 0.8s ease;
  padding-bottom: 10px;
}

.sidebar-tratment a i {
  color: #4267b2;
}

.sidebar-tratment a:hover {
  -webkit-line-clamp: 10;
  color: #4267b2 !important;
  font-weight: bolder !important;
}

.sidebar-tratment a {
  line-height: 1.5rem;
  color: #666;
}

.single-post-tab .owl-nav {
  display: block;
  font-size: 40px;
  position: absolute;
  top: 15px;
  width: 100%;
  color: #4368b2 !important;
  z-index: 99;
}

.single-post-tab .owl-prev span {
  margin-left: -2px;
  margin-top: -2px;
}

.single-post-tab .owl-next span {
  margin-left: 2px;
  margin-top: -2px;
}

.sidebar-dpt-cf {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 7px 12px;
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0px;
}

.sidebar-img-list.dpt-cf-img img {
  max-width: 70px;
  width: 100%;
  height: auto;
  padding: 3px;
}

.owl-carousel .owl-stage-outer {
  position: unset !important;
}

.owl-stage-outer {
  z-index: 999;
}

.single-post-tab .owl-dots {
  display: none;
}

.single-post-tab .owl-next {
  position: absolute;
  right: 5px;
  z-index: 999999;
  background-color: #fff !important;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-post-tab .owl-prev {
  position: absolute;
  left: 5px;
  z-index: 999999;
  background-color: #fff !important;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky__sidebar_starts {
  position: fixed;
  top: 100px;
}

.sticky__sidebar_stops {
  position: absolute;
  bottom: 500px;
  right: 0;
  transition: all 0.8s ease;
}

/*--Single Post Cover--*/
.single-post-cover {
  display: flex;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  border-radius: 15px;
}

.single-post-meta-container {
  background: linear-gradient(to right, #4267b2, #87a6c9);
}

.single-post-meta-container .meta-area {
  padding: 30px;
  position: relative;
  height: 100%;
}

.single-post-title {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.single-post-category {
  margin-bottom: 3px;
}

.single-post-date:before,
.single-post-category:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #fafafa;
}

.single-post-date:before {
  content: "\f133";
}

.single-post-category:before {
  content: "\f03a";
}

.single-post-date,
.single-post-category {
  color: #fff;
  font-size: 0.75em;
  text-transform: uppercase;
}

.single-post-engage-icons {
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 10px;
  color: #fff;
}

.single-post-engage-icons span i:before {
  padding-right: 5px;
}

.single-post-img-container {
  position: relative;
}

.single-post-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, #4267b2, #87a6c9);
  opacity: 0.5;
}

.blog-footer-call-to-action {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.blog-footer-call-to-action p {
    font-size: 24px;
    line-height: 1.1;
}

.blog-footer-call-to-action button {
    margin-top: 40px;
}

/*--COMMONG CLASSES--*/
.bmt_shadow {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/*--SELECT PROGRAM PG--*/
.sp_docs_info {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.sp_docs_info img {
  width: 60%;
  border-radius: 50%;
  margin-top: 0px;
}

.sp__dept p:not(.sp_docs_desc p) {
  padding-left: 15px;
}

.sp_docs_desc {
  margin-top: 15px;
}

.sp_docs_desc p {
  line-height: 1.5em;
}

.sp_docs_desc p:first-child {
  font-weight: 800;
}

.sp__dept .read-more-btn {
  justify-content: start;
  border: 2px solid #3f67b2;
  width: fit-content;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 7px 30px;
  transition: color 0.4s ease;
  margin-left: 15px;
  margin-top: 15px;
}

.sp__dept .read-more-btn i {
  opacity: 0;
  position: absolute;
  transition: all 0.8s ease;
  right: 0;
}

.sp__dept .read-more-btn:hover i {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: translateX(5px);
}

/*--SINGLE POST TABS--*/
.single-post-tab-container p {
  padding-right: 20px;
}

.single-tablinks {
  margin-right: 5px;
  font-size: 0.9em;
}

.single-post .single-tablinks {
  margin-right: 5px;
  font-size: 16px;
  margin-bottom: 2px;
}

.tab.single-post-tab {
  width: 98.5%;
}

.single-tablinks.active,
.single-tablinks:hover {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

/* Blog listing page start */
.col-md-7.blp-r {
  position: relative;
}

.col-md-5.blp-r {
  position: relative;
}

.content2 {
  overflow: hidden;
  color: #666;
}

.title2 {
  position: absolute;
  text-align: left;
  transition: bottom 500ms ease-in-out;
  color: #333;
  width: 100%;
  font-weight: 300;
  font-size: 24px;
}

.title2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 90%;
  height: 5px;
  border-radius: 2.5px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  transition: width 500ms 300ms ease-in-out;
}

a:hover .title2 {
  bottom: 75%;
  transition: bottom 300ms 495ms ease-out;
}

a:hover .title2::before {
  width: 0%;
  transition: width 300ms 300ms ease-in;
}

.text2 {
  position: absolute;
  top: 100%;
  transition: top 500ms ease-in;
}

.text2 p {
  font-size: 16px;
  color: #666;
}

a:hover .text2 {
  top: 25%;
  transition: top 500ms 300ms ease-out;
}

.tags2 {
  position: absolute;
  display: block;
  justify-content: left;
  opacity: 100%;
  transition: opacity 500ms 800ms;
  top: 50px;
}

.card__btm {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  bottom: -5px;
  color: #666;
}

.tags2 p {
  font-size: 14px;
  line-height: 22px;
}

.tags2 span {
  position: relative;
  float: right;
  margin-right: 10px;
  top: -45px;
}

a:hover .tags2 {
  opacity: 0%;
  transition: opacity 300ms ease-in;
}

.card__btm .blog-engage-icons {
    min-width: 200px;
    display: flex;
    justify-content: end;
    margin-top: auto;
    margin-bottom: 0;
}
/*==================================================
Single Post -- Doctors & Departments Tab (Tab 4)
==================================================*/
.single-post #tab4 {
  box-shadow: 0 0 7px rgb(0 0 0 / 10%);
  border: 1px solid #eeeeee;
  border-left: 7px solid rgb(66, 103, 178);
  padding: 0;
  width: 95%;
  margin: auto;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.single-post #tab4 .row .col-sm-3 img {
  border-radius: 50%;
  width: 100% !important;
  border: 5px solid #4267b2;
  position: relative;
}
#tab4 .col-sm-9 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#tab4 .col-sm-9 a {
  text-decoration: none;
  font-weight: 400;
  color: #232323;
  border-bottom: 1px solid #eeeeee;
  width: 95%;
  padding-bottom: 5px;
}
#tab4 .col-sm-9 a:before {
  content: "\f0f0";
  padding-right: 7px;
  font-family: "FontAwesome";
  color: #4267b2;
}

/* Blog listing page start */
.hospital-listing-top-cover {
  background: #fff !important;
}

.hl_container h4 {
  color: #232323 !important;
  margin-bottom: 0;
}

.hl_card_top .goto-address {
  color: #999;
}

.hl_container a.link-button:hover {
  color: #4267b2 !important;
  padding-right: 30px;
  font-weight: 800;
}

.dr-list-box_M .col-md-4 {
  padding-right: 0;
}

.blog-list-main {
  margin-top: 50px;
}

.blog-list-Lm,
.blog-list-Rm {
  max-height: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  padding: 30px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 50px;
}

.main-blog-head h3 {
  margin: 30px 10px;
  font-size: 36px;
  font-weight: 300;
  color: #333;
}

.blog-list-Lm img {
  max-height: 300px;
  margin: 0px 10px;
}

.blog-list-Lm h3 {
  margin: 20px 10px;
  font-size: 30px;
  font-weight: 300;
  color: #666;
}

.blog-list-date {
  display: block;
  float: left;
}

.blog-list-date p {
  margin-left: 10px;
  margin-top: -20px;
  font-size: 13px;
  color: #333;
}

.single-like-com-blog {
  margin-top: -20px;
  float: right;
}

.single-like-com-blog span {
  margin-left: 5px;
  font-size: 14px;
  margin-top: -50px;
}

.single-like-com-blog i {
  margin-right: 3px;
}

.blog-list-Lm .blog-body-text p {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  float: left;
  margin-left: 10px;
  line-height: 2rem;
  text-align: left;
}

.blog-list-Lm .col-md-4 {
  position: relative;
  display: flex;
  align-items: center;
}

.bmt-gradient-btn-blog-list {
  float: right;
}

.bmt-gradient-btn-blog-list a {
  font-size: 12px;
}

.bmt-gradient-btn-blog-list .fa-arrow-right:before {
  font-size: 12px;
}

.blog-list-Lm .gradient-line {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 20px;
}

/* start code pen for blog listin*/
:root {
  /* set rems */
  font-size: 16px;
  /* base unit */
  --bu: calc(1rem + max(1vh, 1vw));
  /* colors */
  --primary: hsla(160, 26%, 22%, 100%);
  --primary-light: hsla(160, 26%, 42%, 100%);
  --primary-lighter: hsla(160, 26%, 62%, 100%);
  --dark: hsla(15, 11%, 21%, 100%);
  --dark-light: hsla(15, 11%, 31%, 100%);
  --dark-lighter: hsla(15, 11%, 41%, 100%);
  --light: hsla(49, 24%, 90%, 100%);
  --light-dark: hsla(49, 24%, 80%, 100%);
  --light-darker: hsla(49, 24%, 75%, 100%);
  --accent: hsla(15, 48%, 37%, 100%);
  --accent-light: hsla(15, 48%, 57%, 100%);
  --accent-lighter: hsla(15, 48%, 67%, 100%);
  /* default-font-size */
  /* --default-font-size: calc(var(--bu) * 0.75); */
  /* set background color */
  background: var(--light);
}

.desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vh;
}

.desc h1 {
  text-align: center;
  font-family: "Capriola", sans-serif;
  font-size: 3rem;
}

/* create generic section */
section {
  position: relative;
  display: grid;
  height: 255px;
  width: 100%;
  margin-bottom: 50px;
}

/* simulate responsivity */
#second {
  display: none;
}

.blog-list-main figure {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  inset: 0 auto;
  height: 100%;
  width: 30%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blog-list-main figure img {
  min-height: 100%;
}

.card {
  position: absolute;
  right: 0;
  height: inherit;
  width: 100%;
  border: none !important;
  /*border-top-left-radius: 10px !important;*/
  /*border-bottom-left-radius: 10px !important;*/
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%) ;
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /*margin: auto;*/
  inset: 0 0 0 auto;
  width: 64.5%;
  height: 90%;
  overflow: hidden;
  margin-bottom: 20px;
}
.content a {
    color: #666;
    margin-top: 10px;
}
.title {
  position: absolute;
  padding: calc(var(--bu) * 0.25) calc(var(--bu) * 0.5);
  margin: auto;
  inset: auto 0 50%;
  font-family: "Capriola", sans-serif;
  text-align: left;
  transition: bottom 500ms ease-in-out;
  color: #333;
}

.title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 90%;
  height: 5px;
  border-radius: 2.5px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  transition: width 500ms 300ms ease-in-out;
}

.info-item-area:hover .title {
  bottom: 75%;
  transition: bottom 300ms 495ms ease-out;
}

.info-item-area:hover .title::before {
  width: 0%;
  transition: width 300ms 300ms ease-in;
}

.tags {
  position: absolute;
  display: block;
  justify-content: left;
  inset: 53% 20px;
  opacity: 100%;
  transition: all 500ms 800ms;
  color: #666 !important;
margin-top: 10px;
}

.tags p {
  font-size: 14px;
  line-height: 23px;
  color: #333;
}

.tags span {
  margin-right: 16px;
  color: #87a6c9;
  position: relative;
}

.tags span i {
  padding-right: 5px;
}

.modal-content button {
  background-color: #fff;
  color: black;
  border: 2px solid #4267b2;
  border-radius: 50px;
  padding: 8px 24px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}
.modal-content button:hover {
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
}
.modal-body .form-control {
    border: none;
    border-bottom: 2px solid rgb(66, 103, 178, 0.3);
    border-radius: 0 !important;
    margin-top: 0px;
}
.modal-body .form-control:focus {
border-bottom: 2px solid rgb(66, 103, 178, 0.8) !important;
}



.container.width-1250.bc-partner {
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.texts {
  position: absolute;
  top: 100%;
  padding: 0 calc(var(--bu) * 0.5);
  transition: top 500ms ease-in;
}

.privacy-policy a {
  color: #4267b2;
  text-decoration: underline;
}
modal-body .showasterisk {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 2rem;
}
.btn-partner button {
  max-width: 300px;
}

.btn.btn-default.ex {
  padding: 8px 24px 8px 24px;
}

.blog-list-main .read-more-btn {
  justify-content: flex-start;
}

.blog-list-main .read-more-btn {
  color: #4267b2;
}

.blog-list-main .read-more-btn:after {
  content: "\f061";
  font-family: "fontawesome";
  padding-left: 8px;
  font-size: 0.9em;
  transition: all 0.8s ease;
}

.blog-list-main .read-more-btn:hover:after {
  transform: translateX(8px);
}

.blog-list-main .read-more-btn:hover {
  font-weight: 800;
}

.date__meta {
  margin-bottom: 0;
}

.texts p {
  font-size: 16px;
  color: #666;
}

.continue-btn {
  position: relative;
  float: right;
  font-size: 15px;
}

.content > span {
  font-size: calc(var(--bu) * 1.75);
  opacity: 100%;
  transform: translateY(0px);
  transition: transform 500ms 500ms ease-out, opacity 300ms 500ms;
}

.info-item-area:hover .card {
  transform: translateX(2.5px) translateY(2.5px);
}

.info-item-area:hover .title {
  bottom: 75%;
  transition: bottom 300ms 495ms ease-out;
}

.info-item-area:hover .title::before {
  width: 0%;
  transition: width 300ms 300ms ease-in;
}

.info-item-area:hover .tags {
  opacity: 0%;
  transition: opacity 300ms ease-in;
}

.info-item-area:hover .texts {
  top: 25%;
  transition: top 500ms 300ms ease-out;
}

.info-item-area:hover .content > span {
  transform: translateY(25%);
  opacity: 0%;
  transition: transform 300ms ease-in, opacity 200ms;
}

/* end code pen for blog listin*/
/* start code pen for doctor listin*/
/**/
.dr-singl-ratings_M {
  padding: 20px;
  margin-bottom: 20px;
}

.dr-singl-ratings_M h4 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.spc-con p {
    text-align: left;
}
.dr-rvw-btn_M {
  position: absolute;
  left: 50px;
  margin-top: 0px !important;
}

.dr-single-post-cover {
  box-shadow: none !important;
}

.dr-single-post-tab_M {
  width: 31.5% !important;
  margin-bottom: 20px !important;
}

.dr-single-post_M {
  border-radius: 10px;
}

.dr-single-post-hos_M {
  color: #666;
  font-size: 18px;
  padding-bottom: 10px;
}

.dr-single-post-meta-container {
  padding: 30px;
  position: relative;
  height: 100%;
}

.dr-goto-star-checked_M {
  margin-left: 0 !important;
  margin: 5px 0px 10px 0px;
}

.dr-list-main {
  margin-top: 50px;
}

.dr-card {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 0 8px rgba(165, 173, 184, 0.116);
  margin-bottom: 50px;
}

.dr-card-header {
    position: relative;
    display: flex;
    height: 200px;
    flex-shrink: 0;
    width: 100%;
    transition: 0.3s;
}

  * {
    transition: 0.3s;
  }


.dr-card-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  height: 160px;
  top: -20%;
  left: 0;
  will-change: top;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.2);
  transition: 0.5s;
}

.dr-card-avatar {
  width: 100px;
  height: 100px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-64px);
}

.dr-card-fullname {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-10px) translateX(-50%);
  left: 50%;
}

.dr-card-jobtitle {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
}

.dr-card-main {
  position: relative;
  flex: 1;
  display: flex;
  padding-top: 10px;
  flex-direction: column;
}

.dr-card-section {
  display: block;
}

.dr-card-content {
  padding: 20px;
}

.dr-card-subtitle {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.dr-card-desc {
  line-height: 1.6;
  color: #636b6f;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

.dr-card-social .checked::before {
  color: orange !important;
}

.dr-card-social {
  text-align: center;
}

.dr-card-content p {
  margin-bottom: 10px;
  line-height: 1.7em;
}

.dr-card-buttons {
  margin: auto;
  width: 60%;
  margin-bottom: 15px;
}

.dr-list-box_M {
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  width: 100%;
  max-height: 500px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
}

.dr-list-left_M {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to top, #6281be, #cfe2f7);
  height: 100%;
  padding: 10px 0;
}
.container.width-1250.goto-content.single-dept {
    margin-top: 50px;
}
.dr-list-img_M {
  width: 70%;
  position: relative;
  top: -20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.dr-list-vote_M {
  color: #fff !important;
}

.dr-list-name_M {
  color: #fff;
  font-size: 20px;
}

.dr-list-star_M {
  margin-bottom: 20px;
}

.dr-list-line_M {
  border-bottom: solid 1px #fff;
  height: 2px;
  width: 90%;
  margin-bottom: 25px;
}

.dr-list-uni-name_M {
  font-size: 23px;
  color: #666;
  margin-top: 9px;
  font-weight: 400;
}

.dr-list-right_M {
  padding: 30px 60px 40px 40px;
  position: relative;
}

.dr-list-text_M {
  padding-left: 18px;
  margin-left: 7px;
  border-left: 4px double #87a6c9;
}

.dr-list-text_M h2 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  color: #666;
  letter-spacing: 0.5px;
}

.dr-list-text_M p {
  font-size: 14px;
  line-height: 1.6rem;
  margin-top: 15px;
  letter-spacing: 0.5px;
}

.dr-list-cont-btn-main_M {
  font-size: 18px;
}

.dr-list-content-btnL_M {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.dr-list-content-btnL_M button {
  width: 100%;
  border: none;
  padding: 12px;
  letter-spacing: 1px;
}

.dr-list-content-btnR_M {
  position: absolute;
  bottom: 0;
  right: 11px;
  width: 48%;
}

.dr-list-content-btnR_M button {
  width: 100%;
  border: none;
  padding: 12px;
  background-color: rgb(135, 166, 201, 0.1);
  letter-spacing: 1px;
}

/* start code pen for doctor listin*/
/*start hospital list section*/
.row.hlp-head {
  align-items: center;
  margin-bottom: 30px;
}

.hlp-head .list-box-filter-m {
  text-align: right;
  font-size: 13px;
  margin: 0;
}

.hlp-head p.headline__result.headline__result--visible {
  margin: 0;
}

.hlp-search {
  margin-right: 30px;
}

.hlp-search a {
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  border: 5px solid #f1f7fd;
  padding: 6px 12px;
  border-radius: 50px;
  color: #000;
  font-weight: 400;
}

.col-md-7.list-box-filter-m.d-flex {
  justify-content: end;
  align-items: center;
}

.inner-mas2 {
  padding: 0 20px;
}

.listing-box-m2 {
  width: 100%;
  padding: 20px 7px;
  background-color: #fff;
  padding: 30px 7px;
  margin-bottom: 30px;
  border-radius: 10px 10px 0px 0px;
  line-height: 2rem;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.hlp-versity {
  font-size: 20px;
  color: #232323;
  line-height: 2rem;
  font-weight: 300;
}

.hospital-list-main {
  margin-top: 100px;
}

.list-box-filter-m {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  font-size: 13px;
}

.row.hlp-left {
  padding-left: 12px;
}

.col-md-5.list-inner-left2 {
  position: relative;
  padding: 0;
}

.col-md-7.list-inner-headline {
  padding-left: 25px;
}

.list-inner-dr-img2 {
  width: 100%;
}

.docs_info_container2 {
  /*background-color: #000000;*/
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}

.docs_info2 {
  padding-left: 15px;
}

.docs_pic2 img {
  width: 70px;
  height: 100%;
}

.list-inner-headline .docs_info2 h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 5px;
}

.docs_info2 h6 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.list-box-filter-m select {
  max-width: 200px;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 100px;
  border: 5px solid #f1f7fd;
}

.listing-box-m {
  width: 100%;
  height: 330px;
  padding: 20px 7px;
  border-radius: 10px 10px 0px 0px;
}

.list-versity-img {
  width: 100%;
  background-color: #666;
}


p.goto-address-list {
  margin-bottom: 0 !important;
}

.list-img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.list-inner-img {
  transition: 0.6s;
  height: 215px;
  border-radius: 5px;
}

.list-inner-img:hover {
  transform: scale(1.5);
}

.list-inner-headline h3 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  z-index: 9999;
  text-transform: uppercase;
  font-weight: 600;
}

.list-inner-certify img {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px;
    width: auto !important;
    height: 40px;
}
p.dynamic_errors {
    font-size: 13px;
    margin-top: 5px;
}
.hospital-list-main li.next img {
    width: 40px;
}
.list-inner-btn-M {
  text-align: left;
  margin-top: 7px;
  width: 190px !important;
}

.list-inner-btn-M a {
  font-size: 15px;
}

.left-src-form h4 {
  font-size: 14px;
}

.left-src-form input {
  font-size: 14px;
  margin-top: 0;
}

.left-src-form label {
  font-size: 14px;
}

input.df {
  margin-top: 5px;
}

.dr-list-inner-btn-M {
  float: right;
}

.dr-list-img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.dr-list-inner-img {
  transition: 0.6s;
  height: 250px;
  border-radius: 5px;
}

.dr-list-inner-img:hover {
  transform: scale(1.5);
}

.dr-listing-box-m {
  width: 100%;
  height: 294px;
  padding: 20px 7px;
}

.dr-goto-star-checked-list {
  margin-left: 0;
}

.dr-list-inner-headline h4 {
  font-size: 30px;
  font-weight: 300;
  color: #666;
}

.dr-list-inner-headline h3 {
  font-size: 20px;
  color: #666;
  margin-top: 10px;
}

.dr-list-inner-headline h2 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.dr-list-inner-headline p {
  font-size: 14px;
  line-height: 1.3rem;
  margin-bottom: 0;
}

.hospital-list-title-M {
  z-index: 9;
}

.hospital-list-title-M p {
  color: #fff;
}

.hospital-list-title-M h4 {
  color: #fff;
}

.goto-vote {
  color: #666;
}

/*end hospital list section*/
/* start department listing page*/
.dept-left-top-head-M .col-md-12 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dept-read-more-btn-M {
  margin-top: 35px;
  text-align: right;
}

.dept-read-more-btn-M a {
  position: relative;
  text-decoration: none;
  text-align: right;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  transition: all 0.8s ease;
}

.dept-read-more-btn-M a:hover {
  color: #fff !important;
  padding-right: 35px;
}

.dept-read-more-btn-M a:hover .fa-arrow-right:before {
  color: #fff !important;
}

.dept-sidebar-btn-M {
  padding: 10px 0px;
  margin-top: 10px;
  letter-spacing: 0.2rem;
}

.gca-left .dpt-dr-name {
  font-size: 0.85em;
  line-height: 2.5rem;
  font-weight: 500;
}

/* end department listing page*/
/*================================
| DEPT HEADING WITH DOC INFO
================================*/
.dept_name {
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.dept_name h2 {
  color: #666 !important;
  font-size: 1.5rem;
  line-height: 2rem;
  border-left: 4px double #87a6c9;
  height: 80%;
  align-items: center;
  display: flex;
  padding: 10px;
}

/*================================
| FEEDBACK SECTION ABOUT HOSPITAL
================================*/
.hos-feedback_M {
  margin: 0 20px 40px;
}

.hos-feedback_M .hos-feedback_M-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background-color: rgb(135, 166, 201, 0.1);
  position: relative;
  -webkit-box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
  box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%),
    0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
}

.hos-feedback_M .hos-feedback_M-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #999;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.hos-feedback_M .hos-feedback_M-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #999;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.hos-feedback_M-content .hos-feedback_M-icon {
  width: 50px;
  height: 45px;
  background-image: linear-gradient(to right, #4267b2, #87a6c9);
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
  border-radius: 0px 5px 5px 0px;
}

.hos-feedback_M-content .hos-feedback_M-icon:before {
  content: "";
  border-bottom: 16px solid #999;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.hos-feedback_M .description {
  font-size: 16px;
  color: #333;
  line-height: 23px;
  margin: 0;
}

.hos-feedback_M .fdbk-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #666;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

.hos-feedback_M .fdbk-post {
  display: block;
  font-size: 12px;
  color: #999;
  margin-left: 0;
  border-bottom: 1px solid rgb(211, 209, 209);
  padding-bottom: 20px;
}

.fdbk-header_M {
  border-radius: 10px 10px 0px 0px !important;
  padding: 15px;
  margin: 30px 0px;
  background: linear-gradient(to right, #4267b2, #87a6c9);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.fdbk-load-more_M {
  margin: auto;
}

.fdbk-load-more_M a {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* Large devices (desktops, 1600px and up)*/
@media (max-width: 1600px) {
  .fixed-nav-search-bar .treatment-from {
    max-width: 50% !important;
  }
}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1400px) {
  .choose-left {
    margin-right: -100px !important;
  }

  .fixed-nav-search-bar .treatment-from {
    max-width: 40% !important;
    margin: 8px 0 0 0 !important;
  }
}

/* Large devices (desktops, 1180px and up)*/
@media (min-width) and (max-width: 1160px) {
  .listing__slide {
    width: 320px;
  }
}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1240px) {
    .bmt-fixed-nav .w50-l {
        display: none;
    }

}

/* Large devices (desktops, 1400px and up)*/
@media (max-width: 1160px) {
  .bmt-fixed-nav .w50-l {
    display: none;
  }

  .col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
    max-width: 60% !important;
    margin-top: 10px !important;
    width: 100%;
  }

  .col-md-6.fixed-nav-search-bar li.nav-item {
    width: 40%;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991.99px) {

.message.success.alert.alert-success.alert-dismissible {
    height: fit-content;
    padding: 25px;
    margin-right: 25px;
    margin-left: 25px;
    width: fit-content;
}

.col-md-6.bmt-l {
    z-index: 999999;
}
.col-md-6.bmt-r {
    z-index: 9999;
}

.bmt-fixed-nav span.navbar-toggler-icon {
    z-index: 999999;
}
.bmt-fixed-nav .nav-link {
    color: #fff;
}
.bmt-fixed-nav .col-md-6.fixed-nav-search-bar {
    display: flex !important;
    align-items: start;
    justify-content: center;
    width: 100%;
}
header .col-md-6.fixed-nav-search-bar .treatment-from {
    margin: -2px auto 0 auto !important;
    padding: 0 !important;
    max-width: 180px !important;
    width: 100%;
    z-index: 999999;
}
.fixed-nav-search-bar .form-radio-age input {
    padding: 5px;
    height: 30px;
}
.bmt-fixed-nav .bmt-right-from-btn {
    height: 30px;
}
  .single-dpt-content p {
    font-size: 14px;
    line-height: 1.5rem;
  }

.logo {
    padding-bottom: 10px !important;
  }
  .container.width-1250.goto-content {
    padding: 0 20px !important;
  }
.bmt-fixed-nav #navbarSupportedContent li:last-child {
    background: transparent;
    display: block;
}
.bmt-fixed-nav #navbarSupportedContent li:last-child a {
    font-size: 14px !important;
    background: #fff;
    padding: 10px !important;
    box-shadow: none !important;
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-top: 20px;
    width: fit-content;
    margin-right: auto;
    opacity: 1;
}
  .doc-img {
    margin-left: 0 !important;
  }

  .goto-btn.d-flex {
    padding: 0px 20px;
  }

  .goto-btn.d-flex li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
  }

  .col-md-6.contact-page-r {
    width: 100%;
    padding: 0 0px;
  }

  .col-md-6.contact-page-l {
    width: 100%;
    padding: 0 20px;
  }

  .row.info-post-details .col-sm-7 {
    width: 60% !important;
  }

  .row.info-post-details .col-sm-5.info-count {
    width: 40% !important;
  }

  .rehab-control button.carousel-control-prev {
    right: 0px !important;
    top: unset !important;
    bottom: 0px !important;
    left: 64%;
  }

  .rehab-control button.carousel-control-next {
    right: 20% !important;
    top: unset !important;
    bottom: 0 !important;
  }

  .row.bmt-hero-section.mobile {
    display: block !important;
  }

  .row.bmt-hero-section.desktop {
    display: none;
  }

  .treatment-from {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .carousel-control-next img.bmt-fav-arrow {
    width: 15px;
  }

  .carousel-control-prev img.bmt-fav-arrow {
    width: 15px;
  }

i.fas.fa-bars {
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
}

  .col-md-6.fixed-nav-search-bar form#frontsearchbarForm {
    display: none;
  }

  .col-md-6.fixed-nav-search-bar li.nav-item {
    display: none;
  }

  #bmt-header .nav-link {
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .bmt-fixed-nav {
    position: fixed !important;
    width: 100%;
    padding-top: 0 !important;
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }

  .bmt-fixed-nav .bmt-header {
    position: relative;
    border-bottom: none;
    padding: 10px 8px 0px 10px !important;
    height: 60px !important;
  }

  .col-md-6.bmt-r {
    width: 100% !important;
    position: relative;
    top: -40px;
  }

  /* .col-md-6.bmt-l {
    width: 40% !important;
}
.col-md-6.bmt-r {
  width: 60% !important;
} */
  .col-md-6.bmt-l {
    padding-left: 20px;
  }

  .navbar-toggler.bmt-mobile2 {
    font-size: 30px;
  }

  .nav-item {
    padding: 0 !important;
  }

  .nav-item a {
    padding: 20px 0px !important;
    color: #fff;
    font-size: 18px;
  }

  .nav-link:focus,
  .nav-item a:hover {
    color: #fff !important;
    background-color: #4267b2 !important;
  }

  .nav-item a:active {
    background-color: #4267b2 !important;
    color: #fff !important;
  }

  #navbarSupportedContent {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 43px;
    right: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9999;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding-bottom: 25px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
    border: none !important;
    color: #fff !important;
    position: absolute;
    right: 20px;
    top: 0px;
  }

  ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item {
    margin-right: 0 !important;
    width: 100%;
  }

  .btn.btn-info.btn-sm.dropdown-toggle {
    font-size: 14px !important;
    background: #fff;
    padding: 10px !important;
    box-shadow: none !important;
    border: 6px solid rgb(66, 103, 178, 0.1) !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-top: 20px;
    width: fit-content;
    margin-right: auto;
  }

  /*Hero section*/
  .row.bmt-hero-section {
    padding: 80px 20px 0 20px !important;
  }

  .bmt-hero-section div.col-md-6 {
    width: 100% !important;
  }

  .col-md-6.bmt-hero-right {
    margin-top: 40px !important;
  }

  .treatment-from {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button.d-flex {
    margin-bottom: 15px;
    justify-content: center;
  }

  .hero-title {
    text-align: center;
  }

  .hero-p {
    text-align: center;
  }

  /*  Availabel Treatments  */
  .col-md-7.at-left {
    width: 100%;
  }

  .col-md-5.bmt-fav-top-right {
    margin: 10px 0 !important;
    padding-left: 2rem;
  }

  .bmt-available-treatment {
    padding: 100px 20px !important;
  }

  .our-favourite {
    /*padding: 100px 20px !important;*/
  }

  .bmt-patient {
    padding: 60px 20px !important;
  }

  .choose-left {
    margin-right: -140px !important;
    margin-top: 5rem !important;
  }

  .p-info-area {
    margin: auto !important;
    /*background-image: url(assets/img/patient-stories-circle-2.png);*/
    max-width: 550px;
    width: 100% !important;
    max-height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0px !important;
    padding: 20px;
  }

  .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: 150px !important;
  }

  /*patient Stories*/
  .p-info {
    padding: 0px;
  }

  .col-md-3.bmt-widget-col {
    width: 50%;
    padding: 15px 10px;
  }

  .bmt-testimonials div.carousel-item {
    padding: 0 25px;
  }

  .carousel-caption1.d-md-block {
    margin-left: 20px;
  }

  .bmt-fav-country {
    margin-top: 20px;
  }

  .our-fav-plus {
    font-size: 50px !important;
    margin-left: -20px !important;
    margin-right: 10px !important;
  }

  /*footer*/
  .col-md-6.footer-left {
    width: 100%;
    text-align: center;
  }

  .col-md-6.footer-right {
    width: 100%;
  }

  .copyright {
    text-align: center;
  }

  .p-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    margin-top: 20px;
  }

  .p-name {
    font-size: 15px !important;
  }

  .col-md-7.patient-col-l {
    padding-right: 30px !important;
  }

  .p-feadback {
    padding-bottom: 15px !important;
  }

  .p-versity {
    padding: 0 50px !important;
    font-size: 17px !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
  }

  .p-button {
    margin-top: 0 !important;
  }

  .p-address {
    margin-bottom: 5px !important;
    font-size: 15px;
  }

  .col-md-7.rehabilitation-left {
    padding-right: 30px !important;
  }

  .col-md-7.bmt-fav-left {
    width: 100% !important;
    padding: 0 !important;
  }

  .col-md-5.bmt-fav-right {
    width: 100% !important;
    padding: 0 !important;
  }

  .bmt-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bmt-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-content {
    padding: 15px !important;
    background-color: #fff;
  }

  .col-sm-4.info-count {
    text-align: left;
  }

  .bmt-widget {
    padding: 450px 10px 40px 10px;
  }

  .container.width-1250 {
    padding: 0;
  }

  .col-md-6.bmt-r {
    padding: 0px !important;
  }

  .col-md-5.at-right {
    width: 100%;
    margin-top: 70px;
  }

  .bmt-testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bmt-available-treatment .bmt-title {
    margin-left: 10px !important;
    margin-right: 5px !important;
  }

  .mission-r {
    padding-right: 25px;
  }

  .common-title {
    font-size: 2.5rem;
    padding-left: 30px;
    padding-top: 50px;
  }

  .mission-title {
    font-size: 24px;
  }

  .services-title {
    font-size: 24px;
  }

  .advantages-title {
    font-size: 24px;
  }

  .row.our-mission-bottom {
    margin-left: 5px;
    margin-right: 5px;
  }

  .col-md-6.services-r {
    padding: 50px !important;
  }

  .container-fluid.sevices-full-width {
    padding: 50px 30px;
  }

  .container.width-1250.advantages {
    padding: 20px;
  }

  .col-md-5.become-partner-l {
    width: 100%;
    position: relative;
    padding-left: 50px;
  }

  .col-md-7.become-partner-r {
    width: 100%;
    padding: 20px 30px;
  }

  .docs_pic,
  .docs_info {
    right: 0;
  }

  .list-inner-dr-img {
    width: 50% !important;
    text-align: right;
  }

  div.docs_pic img {
    width: 70px !important;
  }

  h3.become-partner-title {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .bp-info-button {
    margin-top: 50px;
    text-align: center;
  }

  p {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .services-short-des {
    font-size: 14px;
    line-height: 1.5rem;
  }

  p.partner-des {
    font-size: 14px;
    line-height: 1.5rem;
  }

  h5.bp-info-title {
    font-size: 18px;
  }

  .bp-info-body {
    background-color: #f2f9ff;
    padding: 30px 30px;
    border-radius: 5px;
  }

  .container.width-1250.bpartner-form {
    padding: 20px;
  }

  .bp-info-label {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .row.contact-address2 {
    margin: 0;
  }

  .contact-address2 {
    display: block;
    margin-bottom: 50px;
  }

  .contact-col {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .con-add-col p {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .contact-page {
    padding: 50px 0;
  }

  .col-md-6.how-it-works-l {
    display: none;
  }

  .col-md-6.how-it-works-r {
    width: 100%;
  }

  .how-it-item {
    right: 0 !important;
    margin-left: 30px !important;
    margin-right: 20px !important;
  }

  .col-md-12.privacy-content-area {
    padding: 0 30px;
  }

  .privacy-qtitle {
    font-size: 24px;
  }

  .privacy-content-area1 {
    padding: 0;
  }

  .container.width-1250.privacy-policy2 {
    margin-top: 0;
  }

  .col-md-12.privacy-content-area {
    padding: 80px 50px;
  }

  .prvacy-gradient-btn a {
    font-size: 13px;
  }

  .container.width-1250.privacy-policy {
    padding: 50px 20px;
    margin: 0;
  }

  .container.width-1250.privacy-policy p {
    font-size: 14px;
    line-height: 1.5rem;
    color: #999;
  }

  .container.width-1250.privacy-policy h5 {
    font-size: 17px;
    line-height: 1.5rem;
  }

  .container.width-1250.single-post {
    padding: 50px 20px;
  }

  .single-comment-form {
    padding: 20px;
  }

  .goto-sideber1 {
    padding: 25px 20px;
  }

  .single-tablinks {
    line-height: 1.3rem;
  }

  /*  Department single page area start  */
  .container.width-1250.listing__tabs {
    margin-top: 50px;
  }

  .goto-content .col-md-8 {
    width: 100%;
  }

  .goto-content-area {
    padding-right: 0;
  }

  .listing__tabs .col-md-8 {
    width: 100%;
  }

  .headline__result.headline__result--visible {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tabs__container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .col-md-12.goto-info {
    margin-top: 20px;
    margin-left: 0;
    padding: 0 20px;
  }

  .program-ac-item {
    padding: 0 20px 30px 20px;
  }

  .sidebar-inner-container {
    padding: 0 20px;
  }

  .program__heading {
    padding-left: 0;
  }

  .col-md-4.listing__sidebar {
    width: 100%;
    /*margin-top: ;*/
  }

  /*  Department single page area end  */
  .container.width-1250.mission {
    padding: 50px 20px;
    margin: 0;
  }

  .container.width-1250.single-post .col-md-8 {
    width: 100%;
  }

  .single-post .row {
    padding: 0 5px;
  }

  .container.width-1250.blog-list-main {
    padding: 0 20px;
  }

  .contact-col2 {
    width: 50% !important;
    margin-bottom: 25px;
  }

  .container.width-1250.contact-area {
    margin: 50px 0;
    padding: 20px;
  }

  .tab.dpt-post-tab {
    margin: auto;
  }

  .container.width-1250.hospital-list-main {
    padding: 0 20px;
  }

  .hospital-list-main .col-md-3 {
    width: 100%;
  }

  .hospital-list-main .col-md-9 {
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }

  .dpt-doctor .container {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }

  .col-md-8.dr-list-right_M {
    padding: 20px 20px 60px 20px;
  }

  /* Blog listing page start*/
  .container.width-1250.blog-list-main .col-md-8 {
    width: 100%;
  }

  .container figure {
    left: 25px !important;
  }

  .container figure.figure2 {
    left: 0 !important;
  }

  .container.width-1250.blog-list-main .col-md-4 {
    width: 100%;
  }

  .single-post .col-md-4 {
    width: 100%;
  }

  .row.dpt-dr.bmt_shadow {
    margin-right: 0;
    margin-left: 0;
  }

  /* Blog listing page end*/
  .program-ac-item .container {
    padding: 0 10px;
    margin: 0;
  }

  .goto-content-area.row.sp__dept .col-md-8 {
    width: 66.66666667%;
  }

  .headline__result.headline__result--visible {
    margin-left: 0;
  }

  .sticky__sidebar_starts {
    position: relative;
  }

  .bmt_accommodation .goto-info {
    padding: 0;
  }

  .col-md-12.listing-area {
    padding: 0 20px;
  }

  .about-hospital-sidebar .sidebar-inner-container {
    padding: 20px;
  }

  .col-md-12.listing-area .col-md-12.goto-info {
    padding: 0;
  }

  .single-post #show__reply_box {
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 35px;
  }

  .col-md-3.single-post-img-container {
    width: 33%;
  }

  .col-md-9.dr-single-post-meta-container {
    width: 67%;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {
.sticky__sidebar.sticky__sidebar_starts {
	width: auto;
}
.col-sm-6.sm-w-50 {
	width: 50%;
}
.swiper-container {
    height: 200px !important;
}
.bmt-gradient-btn a {
    padding: 8px 15px 8px 30px;

}
    .swiper-slide.swiper-slide-active {
	/*transform: scale(2.4);*/
}
.listing__slide-container {
	padding: 3px;
	border-radius: 10px;
}
.swiper-button-prev, .swiper-button-next {

	width: 28px;
	height: 30px;
	margin-top: -15px;

}
.select-styled {
    padding: 8px 35px 8px 0;
}
  .card__btm {
    display: block;
    margin-top: 6px;
    margin-left: 3px;
  }
  .tags br {
    display: none;
  }
  .content {
    margin: 0;
  }

  .col-md-7.list-inner-headline {
    padding-left: 0;
    line-height: 1.3rem;
  }

  .fixed-height-sidebar-M h3 {
    padding: 15px;
  }

  .col-md-12.hospital-list-title-M.hl_card_top {
    display: block;
  }

  .hl_container h4.goto-versity {
    font-size: 18px !important;
    line-height: 1.5rem;
  }

  .goto-star-checked .fa.fa-star {
    font-size: 9px;
  }

  .single-post-cover {
    display: block;
  }

  .list-inner-certify {
    justify-content: left;
    height: 50px;
  }

  .container.width-1250.privacy-policy h5 {
    font-size: 16px;
    line-height: 1.5rem;
    padding: 0;
  }

  .privacy-toc ul li a {
    color: #87a6c9;
    position: relative;
    font-size: 14px;
  }

  .accordion__heading:not(.ah_1) {
    margin-top: 0 !important;
  }

  .privacy-toc ul li {
    padding-bottom: 5px;
  }

  .col-md-8.pp-content-area {
    order: 2;
  }

  .privacy-qtitle {
    font-size: 22px;
  }

  .texts p {
    font-size: 14px !important;
    color: #666 !important;
  }

  .container-fluid.become-partner-full-width {
    padding: 30px 0;
  }

  .list-inner-headline h3 a {
    font-size: 13px;
    font-weight: 500;
    color: #333;
  }

  .tags {
    inset: 55% 10px !important;
  }

  .goto-star-checked.goto-star-checked-list .dr-list-content-btnL_M {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 45%;
  }

  .list-inner-headline p {
    font-size: 12px !important;
  }

  /*
    .list-box-filter-m select {
        max-width: 130px;
        padding: 4px 20px 4px 5px;
        background-color: #dfe5f870;
        border-radius: 3px;
        text-align: left;
    }
*/
  .col-md-7.list-box-filter-m.d-flex {
    justify-content: center;
  }

  .hospital-list-main .bmt-gradient-btn a {
    font-size: 12px !important;
    padding: 2px 3px 2px 15px !important;
  }

  .col-md-12.accordion__heading {
    padding: 0 !important;
    margin-top: 10px !important;
  }

  .dr-list-uni-name_M {
    font-size: 18px !important;
    color: #333 !important;
    line-height: 1.7rem;
  }

  .dr-list-text_M h2 {
    font-size: 14px !important;
    line-height: 1.5rem;
    font-weight: 300 !important;
  }

  .goto-feadback.d-flex.dr-list-star_M {
    margin-bottom: 0;
  }

  .headline__result.headline__result--visible {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }

  .dpt-doctor h3 {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400;
  }

  .tabcontent p {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .com-content {
    font-size: 12px;
    line-height: 1.3rem;
  }

  .goto-versity {
    /*font-size: 22px !important;*/
  }

  .accordion__heading {
    font-size: 20px !important;
    line-height: 1.7rem;
    padding-bottom: 10px !important;
  }

  .widget-col a {
    font-size: 14px;
  }

  .col-md-6.services-r {
    padding: 30px !important;
  }

  .col-md-4.listing__sidebar.bmt_accommodation_sidebar {
    margin-top: 30px;
  }

  .common-title {
    padding: 0;
  }

  .widget-col li {
    font-size: 14px;
  }

  .goto-feadback.d-flex {
    font-size: 10px;
    line-height: 1.7rem;
  }

  .tab.single-post-tab.dr-single-post-tab_M {
    width: 100% !important;
  }

  .col-md-9.dr-single-post-meta-container {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .single-post .dr-single-post-hos_M {
    font-size: 13px;
  }

  .single-post .col-md-12.goto-info {
    padding: 0 20px;
  }

  .single-post-cover.dr-single-post-cover {
    display: block;
  }

  .col-md-3.single-post-img-container {
    width: 100%;
  }

  .col-md-9.dr-single-post-meta-container {
    width: 100%;
  }

  .about-hospital-sidebar .sidebar-inner-container {
    padding: 30px;
  }

  .col-md-12.listing-area {
    padding: 0 30px;
  }

  .col-md-6.contact-page-r {
    width: 100%;
    padding: 0 20px 10px 20px;
  }

  .bp-info-body {
    padding: 30px 25px;
  }

  .bmt_accommodation .goto-info {
    padding: 0 !important;
    margin: 0 0 20px 0;
  }

  h3.become-partner-title {
    font-size: 22px;
    line-height: 2.2rem;
    padding-top: 10px;
    margin-bottom: 15px;
  }

  .bp-info-button {
    margin-top: 0px;
  }

  .dr-list-box_M .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .dr-list-box_M {
    max-height: 100% !important;
    margin-top: 60px;
  }

  .dr-card-cover {
    height: 300px !important;
  }

  .docs_pic img {
    width: 90% !important;
  }

  .hospital-list-main .goto-sideber1.left-src-form.sticky__sidebar {
    margin-left: 0;
    margin-right: 0;
  }

  .container.inner-mas {
    padding: 0 15px;
  }

  .listing-box-m.goto-sideber1.hospital-listing-top-cover {
    height: auto;
    margin-left: 0;
  }

  .blog-list-main section {
    height: 130px;
  }

  .blog-list-main .goto-sideber1.sticky__sidebar {
    margin: 0;
  }

  .tags p {
    line-height: 1.5rem !important;
  }

  .blog-list-main .content {
    inset: 0 0 30px auto;
  }

  .privacy-policy h5:not(.privacy-toc h5) {
    padding-top: 30px;
  }

  .container.width-1250.privacy-policy {
    padding: 50px 30px;
  }

  .goto-versity {
    font-size: 24px;
      padding-left: 7px;
      line-height: 21px;
      text-align: start;
  }

  .goto-content-area.row.sp__dept .col-md-8 {
    width: 100%;
  }

  /*  Select program page style start  */
  .col-md-12.goto-info {
    padding: 0 30px;
  }

  .accordion__heading {
    padding: 0;
  }

  .program-ac-item {
    padding: 0 30px 30px 30px;
  }

  .program-ac-item .container {
    padding: 0;
  }

  /*  Select program page style end  */
  .goto-content .tabcontent {
    margin-top: 15px;
    padding: 0 10px !important;
  }

  .tab.dpt-post-tab {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .tab.dpt-post-tab.bmt_shadow {
    width: 100%;
    display: block;
    padding: 16px;
    border-radius: 25px;
    margin: 0;
  }

  .single-dept .col-md-12.goto-info {
    padding: 0;
  }

  .row.dpt-dr h2 {
    font-size: 16px;
    line-height: 1.6rem;
    padding: 15px 0 10px 0;
  }

  .tab.dpt-post-tab.bmt_shadow button {
    width: 100%;
    display: block;
    margin-bottom: 2px;
  }

  .row.dpt-dr.bmt_shadow {
    margin-right: 5px;
    margin-left: 5px;
  }

  .single-dept .sidebar-inner-container {
    padding: 0;
    text-align: center;
  }

  .col-md-4.listing__sidebar {
    width: 100%;
  }

  .single-post-cover {
    padding: 0;
    border-radius: 0;
    margin-right: 25px;
    margin-left: 25px;
  }

  .container.width-1250.hospital-list-main {
    padding: 0 30px;
    margin: 50px auto;
  }
  h4.hlp-versity {
        line-height: 1.3rem;
    }

  .contact-col2 {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 5px !important;
  }

  .container.width-1250.blog-list-main {
    padding: 0 30px;
  }

  .commen-btn {
    margin: auto;
  }

  #show__reply_box {
    margin-bottom: 30px;
  }

  .goto-sideber1 {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5rem;
  }

  .single-comment-area {
    padding: 0 20px;
  }

  .tabcontent {
    padding: 0 30px !important;
  }

  .single-post-img {
    padding: 0 25px;
  }

  .row.meta-area {
    padding: 0 30px;
  }

  .tab.single-post-tab {
    display: block;
    border-radius: 0;
    padding: 30px 30px;
  }


  .single-post-tab-container p {
    padding: 0;
  }

  .single-tablinks {
    width: 100%;
  }

  .row.our-mission-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .container-fluid.sevices-full-width {
    padding: 50px 0px;
  }

  /*  Department single page area start  */
  .listing__slide {
    margin-left: 20px;
    width: 260px;
  }

  .listing__slider {
    margin: 30px 0 10px 0;
  }

  .gca-left {
    position: relative;
    padding-top: 30px;
  }

  .dpt-doctor .goto-content-area.row {
    padding: 0px 0px 0px 15px;
  }

  .col-md-8.gca-right {
    margin: auto;
    padding: 20px 20px 45px 20px;
  }

  .col-md-8.gca-right p {
    padding-left: 15px !important;
  }

  .gca-left img {
    width: 100px;
    height: 100px;
  }

  /*  Department single page area end  */
  /* Goto area start */
  .tabs__container {
    display: block;
    padding: 30px;
    border-radius: 30px;
    margin: 0;
    border-radius: 0;
  }

  .tabs__button {
    padding: 10px 15px;
    font-size: 15px;
    display: block;
  }

  /* Goto area end */
  .col-md-6.meta-r {
    text-align: left;
  }

  .container.width-1250.single-post {
    padding: 50px 0px;
  }

  .container.width-1250.contact-area {
    padding: 25px;
    margin: 50px 0 0px 0;
  }

  .col-md-12.privacy-content-area {
    padding: 50px 40px;
  }

  .how-it-item img {
    max-width: 80px;
    padding: 5px;
    margin: auto 5px auto 0;
  }

  .how-it-item-p {
    font-size: 13px;
    line-height: 1.3rem;
    padding: 10px 10px 10px 30px;
  }

  .how-it-item {
    margin-left: 40px !important;
    margin-right: 30px !important;
  }

  .container.width-1250.bpartner-form {
    padding: 30px;
  }

  .col-md-6.services-r {
    position: relative;
  }

  .col-md-7.become-partner-r {
    width: 100%;
    padding: 0px 40px;
    order: 2;
  }

  .goto-btn li {
    border-right: 2px solid transparent;
  }

  .container.width-1250.advantages {
    padding: 30px;
  }

  .container-fluid.sevices-full-width .container.width-1250 {
    right: 0;
    left: 0;
    padding: 0 40px;
  }

  .mission-r p {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .container.width-1250.mission {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mission-img {
    margin-bottom: 20px;
  }

  .mission-shor-des {
    padding: 0;
    font-size: 16px;
    line-height: 1.5rem;
  }

  .dr-btn a {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .dr-des {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .goto-sf {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .goto-feadback.d-flex p {
    margin-bottom: 0px;
  }

  .goto-star-checked {
    margin-left: 0px !important;
    margin-bottom: 0px;
  }

  .goto-content-area.row.sp__dept .col-md-8 {
    padding: 10px 0;
  }

  .sidebar-inner-container {
    padding: 0 30px;
  }

  .goto-content-area p {
    font-size: 14px !important;
    line-height: 1.5rem !important;
    padding-left: 0 !important;
  }

  .read-more-btn {
    margin-left: 0 !important;
  }

  .goto-content-area.row.sp__dept {
    padding: 0 10px;
  }

  .container.width-1250.goto-content {
    padding: 0 30px !important;
    margin-top: 25px;
  }

  .doc-img {
    margin-left: 0 !important;
  }

  .goto-btn.d-flex {
    padding: 0px 25px;
  }

  .goto-btn.d-flex {
    display: block !important;
    padding: 0px 25px;
  }

  .col-md-8.info-head-left {
    width: 50%;
  }

  .col-md-4.info-head-right {
    width: 50%;
  }

  .col-md-7.bmt-fav-top-left {
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .rehab-control button.carousel-control-prev {
    left: 80% !important;
  }

  .rehab-control button.carousel-control-next {
    right: 5% !important;
  }

  .col-md-6.testi-left {
    padding: 0 15px !important;
  }

  .col-md-6.testi-right {
    padding: 0 15px !important;
  }

  .row.bmt-header {
    padding: 10px 10px 0 10px;
    height: 50px;
  }

  .row.bmt-header div.bmt-l {
    width: 75%;
  }

  .row.bmt-header div.bmt-r {
    width: 25%;
  }



  .navbar-toggler.bmt-mobile2 {
    font-size: 25px !important;
  }

  .col-md-6.bmt-hero-right {
    margin-top: 30px;
  }

  .choose-left {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-bottom: 50px !important;
    margin-top: 0px !important;
  }

  .bmt-choose {
    padding: 50px 0 !important;
  }

  .bmt-info {
    padding: 50px 30px !important;
  }

  .col-md-7.rehabilitation-left {
    padding: 10px !important;
  }

  .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .col-md-7.at-left {
    padding: 10px !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .bmt-slider-button2 {
    top: 50px !important;
  }

  .choose-left {
    margin: 0px !important;
    padding: 0 0px 0 30px !important;
  }

  /*hero section*/
  .hero-button.d-flex {
    display: block !important;
  }

  .w50-l {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .w50-r {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .hero-button.d-flex div.w50-l {
    padding-bottom: 40px !important;
    margin: 0 !important;
  }

  .bmt-testimonials button.carousel-control-next,
  .bmt-testimonials button.carousel-control-prev {
    height: 25px !important;
    width: 25px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  /*Our favourite*/
  .row.bmt-fav-head {
    height: auto !important;
    padding: 10px 5px;
  }

  .col-md-6.patient-col-l {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .our-fav-plus {
    font-size: 30px !important;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-left: 0 !important;
    margin-right: 5px !important;
  }

  .bmt-fav-title {
    font-size: 15px !important;
    margin-top: 0 !important;
    line-height: 30px;
  }

  .col-md-5.bmt-fav-top-right {
    margin: 0px !important;
  }

  bmt-carousel-item1 {
    padding: 20px 15px !important;
  }

  .bmt-carousel-item2 {
    padding: 20px 15px !important;
  }

  .col-md-5.bmt-fav-right {
    text-align: left !important;
  }

  .row.bmt-fav-body {
    padding: 20px 45px !important;
  }

  .col-md-5.bmt-fav-right p {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  .col-md-7.bmt-fav-top-left i.fas.fa-plus {
    font-size: 24px !important;
    padding-right: 10px;
  }

  .col-md-5.bmt-fav-top-right {
    padding: 0px 20px !important;
    text-align: center !important;
  }

  .col-md-5.rehabilitation-right {
    padding-left: 40px !important;
  }

  .col-md-7.patient-col-l {
    padding: 20px !important;
  }

  .bmt-patient {
    padding: 20px 20px 10px 20px !important;
  }

  .btm-common-pera1 {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  .carousel-caption1.d-md-block p {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  /*  widget area  */
  .col-md-3.bmt-widget-col {
    padding-left: 20px !important;
    padding-bottom: 0px;
  }

  .d-flex.footer-left-menu {
    text-align: left !important;
    margin-left: 0 !important;
    justify-content: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-sm-4.info-count {
    width: 100% !important;
    float: left !important;
  }

  .col-sm-8.info-author-date {
    width: 100% !important;
  }

  .col-md-6.footer-right {
    width: 100% !important;
  }

  .col-md-6.footer-left {
    width: 100% !important;
    text-align: left !important;
  }

  .col.w50-l.select_box {
    margin-right: 10px;
  }

  .bmt-footer {
    background-position: right !important;
  }

  .bmt-widget {
    padding: 300px 0 0 0;
  }

  .bmt-available-treatment {
    padding: 50px 30px !important;
  }

  .bmt-rehabilitation {
    padding: 50px 30px 50px 0 !important;
  }

  .carousel-caption1.d-md-block {
    margin-left: 0px !important;
    padding: 0 5px !important;
  }

  .our-favourite {
    /*padding: 50px 30px !important;*/
  }

  .patient-des {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  .col-md-7.patient-col-l {
    order: 2 !important;
  }

  .hero-p {
    text-align: center;
    font-size: 13px !important;
  }

  h1.hero-title {
    font-size: 36px !important;
  }

  h3.btm-common-title1 {
    font-size: 24px !important;
  }

  .bmt-testimonials {
    padding: 0px 30px !important;
  }

  .fav-title {
    font-size: 24px !important;
  }

  .carousel-caption1.d-md-block h5 {
    font-size: 24px !important;
    line-height: 1.5rem !important;
  }

  .Choose-left-title {
    font-size: 24px !important;
    line-height: 2rem !important;
  }

  p.choose-left-content {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  h3.fav-title {
    font-size: 24px !important;
  }

  .info-title {
    font-size: 24px !important;
    line-height: 2rem !important;
  }

  h3.testi-title {
    font-size: 24px !important;
    line-height: 2rem !important;
  }

  h4.info-name {
    font-size: 20px !important;
  }

  .col-md-3.bmt-widget-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  header#bmt-header {
    padding: 2px 10px !important;
  }

  .col-md-3.choose-left-sec {
    padding-bottom: 40px !important;
  }

  .info-content p {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }

  .col-md-9.choose-right .main.bd-grid.owl-carousel.owl-loaded.owl-drag {
    margin-left: 30px !important;
  }

  .container.width-1250.how-it-works {
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  .col-md-3.bmt-widget-col {
    width: 100% !important;
  }

  .bmt-widget {
    padding: 150px 0 0 0;
  }

  .col-md-7.bmt-fav-left img {
    max-height: 140px !important;
  }

  .bmt-carousel {
    max-height: 450px !important;
  }
}

/* Temporary style */
.col-md-6.bmt-r {
  width: 60%;
}

.col-md-6.bmt-l {
  width: 40%;
}

/*====================================
| HOSPITAL LISTING PAGE
====================================*/
.hl_price {
  display: flex;
  align-items: center;
}


.hl_container a.link-button {
  font-size: 0.6em;
  text-transform: uppercase;
  color: #4267b2;
  text-decoration: none;
  margin-left: 10px;
  border: 1px solid #4267b2;
  height: fit-content;
  line-height: 1em;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.8s ease;
  text-align: center;
}

.list-inner-headline h3 {
  cursor: pointer;
}

.hl_container a.link-button:after,
.list-inner-headline h3:after {
  content: "\f061";
  font-family: "fontawesome";
  font-size: 0.9em;
  transition: all 0.8s ease;
  position: absolute;
}

.list-inner-headline h3:after {
  padding-left: 7px;
  opacity: 0.6;
}

.hl_container a:after {
  opacity: 0;
}

.list-inner-headline h3:hover:after {
  transform: translateX(7px);
  opacity: 1;
}

.hl_container a:hover:after {
  transform: translateX(7px);
  opacity: 1;
}

.hl_container a.link-button:hover {
  color: #4267b2 !important;
  padding-right: 30px;
  font-weight: 800;
}

.hl_card_top {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
  display: flex;
}

.hl_container {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.hl_container .hlp-versity a {
    color: #232323;
}

.hl_container .hlp-versity a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.hospital-list-main .sticky__sidebar {
  width: unset;
  right: unset;
}
.dr-list-content-btnL_r {
    max-width: 200px;
    width: 100%;
}
.hospital-list-main i.fa.fa-arrow-right:before {
    font-size: 13px;
    color: #fff;
    opacity: 1;
}

.dr-single-ratings {
    color: #666666;
    padding-bottom: 10px;
    font-size: 18px;
}

.list-inner-dr-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  width: 20%;
  display: flex;
  align-items: end;
}

.docs_info_container {
  position: relative;
}

.docs_pic img {
  border-radius: 500px;
  transition: all 0.4s ease;
  width: 45%;
  margin-bottom: 5px;
  border: 4px solid #87a6c9;
}

.list-inner-dr-img .docs_info {
  transition: all 0.4s ease;
  color: #666;
  font-size: 0.8em;
  overflow: hidden;
  line-height: 1.3em;
  margin-top: 10px;
  position: relative;
}

.list-inner-dr-img:hover p {
  visibility: visible;
}

.docs_pic,
.docs_info {
  text-align: right;
  position: absolute;
  bottom: 0;
  transition: all 0.8s ease;
}

.docs_info span {
  position: relative;
  transition: all 0.4s ease;
}

.docs_info span:first-child {
  right: -200px;
  opacity: 0;
}

.docs_info span:last-child {
  left: -200px;
  opacity: 0;
}

.list-inner-dr-img:hover .docs_pic {
  transform: translateY(-50px);
}

.list-inner-dr-img:hover .docs_info span:first-child {
  right: 0;
  opacity: 1;
  position: relative;
  font-weight: 1000;
}

.list-inner-dr-img:hover .docs_info span:last-child {
  left: 0;
  opacity: 1;
  position: relative;
}

.list-inner-headline {
  padding-top: 10px;
}

.list-inner-headline p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.8em;
  color: #000;
  /*max-height: 16rem;*/
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /*overflow: hidden !important;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.list-inner-headline h5 {
  font-size: 0.7em;
  margin-bottom: 15px;
}

.hospital-list-main .bmt-gradient-btn {
  align-items: center;
  height: unset;
}

.hospital-list-main .bmt-gradient-btn a {
  font-size: 13px;
  padding: 4px 8px;
  font-size: 13px;
  padding: 4px 20px;
}

.list-inner-headline h3 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/*=================================
| DEPT LISTING PAGE
=================================*/
.single-dept .accordion__heading:after {
  display: none;
}


.single-dept .headline__result {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.single-dept .accordion__heading {
  border-bottom: 1px solid #eeeeee;
}

.dpt-doctor i:before {
  color: #4267b2;
}

.dept-read-more-btn-M a i {
  position: absolute;
  top: 13px;
}


/*=================================
| SINGLE LISTING PAGE
=================================*/
.single-dept {
  margin-top: 50px;
}

#doctors .col-sm-6:first-child {
    width: 30%;
}
#doctors .col-sm-6:last-child {
    width: 70%;
    display: flex;
    align-items: center;
}
#doctors .col-sm-6:last-child a {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #666;
    line-height: 2rem;
    font-weight: 300;
}
#doctors .col-sm-6:first-child img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 100%;
    border: 10px solid #EBEFF7;
}

/*------------------------------------------------*/
/*---------Doctor details image-----------*/
/*------------------------------------------------*/
.dr-dtls-img_MM {
    border-radius: 100%;
    width: 235px !important;
    height: 235px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #4267b2, #87a6c9);
    padding: 5px;
    position: relative;
    top: 50px !important;
}
/*------------------------------------------------*/
/*---------for login page-----------*/
/*------------------------------------------------*/
.login-title {
    max-width: 200px !important;
    margin: auto !important;
    margin-top: 50px !important;
}
.login-section {
    max-width: 500px !important;
    margin: auto !important;
}
.login-section .login-btn {
    margin-top: 20px !important;
}
    .message.success.alert.alert-success.alert-dismissible .close {
    line-height: 15px;
    padding: 9px 5px;
}

    @media screen and (min-width: 760px) {
        .bmt-testimonials{
            margin-top: 26rem;
        }

    }

@media screen and (max-width: 700px) {
        .bmt-testimonials{
            margin-top: 65rem;
        }

    }



