<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

body{
  color: #1A202C;
  position: relative;
}

p {
  /*font-family: 'Merriweather', serif;*/
  font-size: 18px;
  color: #272323;
  line-height: 1.6;
  margin-top: 10px;
}

a {
  color: #4A5568;
}

row, .section-four .container-fluid{
  margin: 0 !important;
  padding: 0 !important;
}

.navbar {
    padding: 12px 0px;
    position: sticky !important;
    width: 100%;
    top: 0;
}
.tc-600{
  color: #718096;
}


.navbar-light .navbar-nav .nav-link{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #fff !important;
  transform: scale(1.1);
}

.dropdown &gt; .dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}

.dropdown:hover &gt; .dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown &gt; .dropdown-toggle:active {
  pointer-events: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

header {
    padding: 10px 0 0;
}

header .container-fluid{
  padding: 0 100px;
}

/***section-one***/

.section-one{
  background: url('/static/images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.s1-h{
  /* height: calc(100vh - 250px); */
  padding: 0;
}

.main-content-block {
    /* background: #acdcf3!important; */
    border-radius: 20px;
    padding: 50px;
    min-height: 500px;
    box-shadow: 0px 20px 28px -35px rgba(0, 0, 0, 0.39);
}
.section-fourp {
    background: url(../images2/med-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.search-form{
  position: relative;
}
section.section-fourp:before {
    content: '';
    background: rgba(25, 113, 171, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section.section-fourp h1 {
    color: #fff;
    font-size: 50px;
}

section.section-fourp p {
    color: #fff;
    max-width: 900px;
    margin: 0  auto;
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    margin-top: 20px;
}
.heading {
    color: #1A202C;
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
}

.subheading {
    color: #222;
    font-weight: 400;
    font-size: 2.2rem;
}

.search-input{
  width: calc(100vw / 3 + 150px);
  border-radius: 30px;
  font-weight: 400;
  padding-left: 25px;
  border: none;
  outline: none;
  height: 60px;
  outline: none;
  font-size: 18px;
  border: 2px solid #ddd;
}
.search-input:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.search-input-wrapper{
  position: relative;
  overflow: hidden;
}

.search-btn {
    border: none;
    background: #1971AB;
    color: #fff;
    min-width: 220px;
    height: 60px;
    font-size: 20px;
    border-radius: 60px;
    font-weight: 600;
}
.form-button a {
    padding: 0 12px;
    background-color: #f5f5f5;
    border-radius: 34px;
    color: #fff !important;
    background-color: #1971AB;
    height: 44px;
    line-height: 44px;
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.10196078431372549);
    margin-left: 20px;
}
/*....Search Modal.....*/

.modal-dialog.modal-lg{
  max-width:100%;
  margin: 0 !important;
}

.modal-content {
  padding: 20px;
  overflow-y: scroll;
  height: 100vh;
  border: none;
  border-radius: 0px;
}

.modal-inner {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-inner::-webkit-scrollbar {
    display: none;
}

#searched_results {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_button {
  padding: 10px 20px;
  border-radius: 60%;
  display: inline-block;
  background-color: #f8f9fa;
  cursor: default;
  border: none;
  font-weight: 700;
  font-size: 20px;
}

.close_button:hover {
  background-color: #2571ab !important;
  color: #fff !important;
} 

.search_dropdown {
  border:0px;
  outline:none;
  font-weight: 400;
  padding-left: 25px;
  height: 50px;
}


.seperator-line {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #cacaca;
   line-height: 0.1em;
   margin: 15px 0 25px;
} 
.seperator-line span {
    margin: 15px 0;
    background:#fff;
    padding: 4px 8px;
    color: #cacaca;
    border-radius: 20px;
}

/*....Search Modal Ends.....*/
section.section-two img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
h2.subheading-two {
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
}
.category-wrapper {
    margin-top: 35px !important;
}

.main-graphic{
  margin-top: 80px
}

.main-graphic img{
  width: 250px;
}

#results{
  margin-top: 30px;
  /* z-index: 10; */
  width: 100%;
  border-radius: 6px;
  position: relative;
  /* bottom: auto; */
  /* left: 0; */
}

 .hospitals-wrapper{
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   flex-wrap: wrap;
 }

 .hospitals-wrapper img{
    width: 30%;
    border-radius: 120px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 200px;
    object-fit: cover;
 }

 .hospital-item{
   display: flex;
   flex-direction: row;
   border: 1px solid #E2E8F0;
   width: 100%;
   margin-bottom: 20px;
   background: #fff;
   border-radius: 200px;
   flex-wrap: wrap;
 }

 .hospital-item:hover{
   background: #fff;
   cursor: pointer;
   box-shadow: 0px 1px 7px #EDF2F7;
   border: 1px solid transparent;
   word-wrap: break-word;
 }

 .hospital-name{
   font-size: 1.5rem;
 }

 .hospital-info{
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 15px;
   width: 70%;
 }

 .hospital-info h3, .hospital-info p{
   margin-bottom: 0px;
   text-transform: capitalize;
 }

 .hospital-info p{
   color: #718096;
   font-size: 1.1rem;
   margin-top:8px;
 }

/***section-one***/

/***section-two***/
.section-two{
  padding: 50px 0px;
}
/***Section-two***/

/***Section Medical Provider***/
.medical-provider img{
  height: 350px;
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
  filter: brightness(0.5);
  object-fit: cover;
}

.medical-provider .inverted img{
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  object-fit: cover;
}

.medical-provider .card{
  border: 1px solid #a09e9c4a;
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.medical-provider .card-body {
  background: #f9f9f9;
  min-height: 210px;
  border-radius: 6px;
}

/***hospital-data***/
.h-data{
  position: fixed;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  overflow: auto;
}

.h-d-banner, .h-d-banner img{
  height: 350px;
  width: 100%;
  position: relative;
  margin-top: 25px;
  border-radius: 15px;
}

.h-d-banner img{
  object-fit: cover;
  object-position: center;
}

.h-d-meta{
  width: 100%;
  position: absolute;
  bottom: -25px;
  display: flex;
  border-radius: 15px;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(transparent 40%,rgba(0,0,0,.8));
  height: 350px;
  padding: 45px 100px;
}

.h-d-meta h1{
  color: #FFFFFF;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
}

.h-d-meta p{
  color: #E2E8F0;
  margin-bottom: 0px;
  margin-top: 5px;
}

.h-d-info{
  border-radius: 6px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #fff;
  overflow-y: inherit;
  overflow-x: hidden;
  margin-top: 30px;
}

.h-d-info .hospital-item{
  /* border-bottom: 0; */
}

.h-d-icons{
  width:50px !important;
  height: 50px !important;
  margin-top: 0px !important;
}

.hospital_content {
  overflow: inherit;
  /* margin: 0 50px; */
}

.close{
  height: 50px;
  width:50px;
  border-radius: 60%;
  background-color: #f8f9fa;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 200;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #f5f5f5;
  font-weight: 700;
  font-size: 20px;
}


.close:hover {
  background-color: #2571ab !important;
  color: #fff !important;
} 

.morecontent span {
    display: none;
    text-transform: none;
    font-style: auto;
}
.morelink {
    display: block;
    font-weight: bold;
    margin-top: 6px;
    text-decoration: underline;
}


/*** Hospital Details Tabs***/
/* Tabs*/
.hospital_data {
    padding: 40px 0;
    widows: 100%;
}
#tabs{
  background: #fff;
  color: #718096;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: blue;
    background-color: transparent;
    border-color: transparent transparent blue;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 20px;
}

.tab-pane{
  padding: 10px;
}

/***hospital-data***/


.category-item{
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  width: 140px;
  background: #fff;
  transition: 0.5s all;
  box-shadow: 0px 1px 22px #fbfbfb;
  border: 1px solid rgba(31, 82, 128, 0.24);
}

.category-item:hover{
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
  cursor: pointer;
}

.category-title{
  font-size: 0.9rem;
}

.section-three{
  background: #F7FAFC;
}

/**sectionfour**/
.slide {
    position: relative;
    height: 340px;
    margin: 80px 0;
    display: flex;
    align-items: center;
}

.slide-left{
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding: 0 100px 0px 50px;
  margin-right: 50%;
}

.inverted .slide-left{
  position: absolute;
  right: 0;
  width: 50%;
  padding: 0px;
}

.slide-right{
  position: absolute;
  right: 0;
  width: 50%;
}

.inverted .slide-right{
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  padding: 0px 0px 50px 100px;
  margin-left: 50%;
}

.slide .card-title{
  font-size: 3rem;
}

.slide .card-text{
  font-size: 1.2rem;
  color: #718096;
}

.load-more{
  position: relative;
  margin: 0 auto;
  display: block;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  box-shadow: 0px 1px 3px #ddd;
  display: none;
}

.t-label{
  font-size: 0.7rem;
  margin-top: 8px !important;
}

.hospital-stats .hospital-item{
  width: 150px;
  padding: 10px 0;
  text-align: center;
}


.hospital-item-card span
.hospital-item-card span {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hospital-item-card span { overflow: -moz-scrollbars-none; }

.hospital-item-card span::-webkit-scrollbar {
    display: none;
}

.hospital-item-card{
  border-radius: 6px;
  border: 1px solid #EDF2F7;
  padding: 15px 25px;
  margin-bottom: 20px;
  /* display: flex; */
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: center; */
  width: 30%;
  word-wrap: break-word;
  /* text-align: center; */
  background: #F7FAFC99;
  text-align: left;
}

.hospital-item-card_heading {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1A202C;
  font-weight: bold;
  display: block;
}

.hospital-item-card_value {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
  background: #eef8ff;
  margin-top: 4px;
  padding: 5px 15px;
  border-radius: 60px;
  color: #1971AB;
}


/***section four**/


/*..........Travel and Accomodation..........*/

.travel-section {
  position: relative; 
  height: 400px; 
  width: 100%
}
.travel-section-inner {
  width: 80%; 
  z-index: 50; 
  margin: 0 10%; 
  top: 20%; 
  position: absolute;
}
.travel-heading {
  text-align: center;
  margin-bottom: 50px; 
}
.travel_grid {
  display: grid; 
  grid-template-columns: repeat(3,1fr); 
  grid-column-gap: 1em
}

.travel_grid .image_div {
  width: inherit; 
  position: relative; 
  overflow: hidden;
}
.travel_grid .image_div_overlay {
  position: absolute;
  text-align: center; 
  color: #fff; 
  height: 0%; 
  bottom: 0%; 
  width: 100%; 
  z-index: 10; 
  background-color: rgba(0,0,0,0.6);
}

.travel_grid .image_div:hover .image_div_overlay {
  height: 100% !important;
  transition: 0.5s linear;
}

.travel_grid-heading {
  font-size: 18px; 
  font-weight: 500
}

.travel_grid-text {
  font-size: 14px; 
  line-height: 1.4;
  padding: 0 30px
}

.travel_grid-image {
  height: 250px;
}
.travel_grid-image img {
  height: 100%;
  z-index: 30; 
  width: 100%
}
.travel_sheet {
  width: 100%; 
  z-index: 20;
  position: absolute;
  height: 400px;
}
.travel_bg {
  width: 100%; height: 400px;
  background-color: #F7FAFC;
}
/*.travel_bg img {
  height: 100%; 
  width: 100%;
  object-fit:cover;
  object-position: center;
}*/




/***Testimonial****/
.testimonial .slide {
  margin: 0px !important;
}

/***Footer***/
  footer {
    padding-top:50px;
    background-color: #fff;
  }
  footer ul {
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
  }

  footer li {
    color: #1f5280;
  }

  footer h5 {
    margin-bottom: 8px;
    color: #1f5280;
  }

  footer ul li {
    padding: 4px 0px;
  }

  footer ul li:hover {
    color: #1f5280;
    cursor: default;
  }


.medical-provider-1 img{
  height: 200px;
  object-fit: cover;

}
.medical-provider-1 .card {
    border: 0px solid #a09e9c4a;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    background: #F7FAFC;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.medical-provider-1 .card-body{
  background: #F7FAFC;
  min-height: 160px;
  border-radius: 6px;
  text-align: left;
}
.filter_dropdowns {
}
.dropdown_selection-div {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  outline: none;
  width: 100%;
}

.dropdown_selection, .dropdown_selection:focus, .dropdown_selection:active {
  outline: none;
  border: none;
  height: 50px;
  background-color: #f8f9fa; 
  border: none;
  box-shadow: none;
}

.dropdown_selection-div label{
  color: #cacaca;
}


/*...............................Jaspal.............................*/
/*...............................Jaspal.............................*/
/*...............................Jaspal.............................*/
/*...............................Jaspal.............................*/
/*...............................Jaspal.............................*/

.breadcrumb {
  width: 100%;
    float: left;
  padding: 40px;
    background: url(/static/images2/bc.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
  border-radius:0;
  border:0;
}
.breadcrumb h1{
  margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
}
.breadcrumb:before {
    content: '';
    /*background: linear-gradient(90deg, rgba(25, 113, 171, 0.56) 0, #1971ab);*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-form .form-control {
  height: 48px;
    border: 1px solid #efefef;
    border-radius: 30px;
}
.contact-form textarea.form-control {
  height: auto;
}
.form-group {
    margin-bottom: 12px;
}
.contact-sec {
    width: 100%;
    float: left;
    padding: 50px 0 70px;
}
.form-group label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
span.red {
    color: red;
}
.cform {
  background: #fdfdfd;
    padding: 40px;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
}
input.submit {
    background: #1971AB;
    border: 1px solid #1971AB;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    outline: none;
    margin-top: 10px;
  transition: 0.2s ease-out;
}
.cform:before {
  content: '';
    background: url(../images2/plane.png);
    position: absolute;
    background-size: 100%;
    width: 100px;
    height: 100px;
    right: 40px;
    top: 30px;
    bottom: 0;
    opacity: 0.1;
}
input.submit:hover {
    background: #FF9933;
    border: 1px solid #FF9933;
    box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease-out;
  transform: translateY(-3px);
}
.contact-sec h2 {
  font-weight: 700;
    color: #1971AB;
    font-size: 32px;
}
.map iframe {
    filter: saturate(0.5);
}
.detail p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.detail span {
    color: #a5a5a5;
    font-size: 15px;
}
.mem {
  margin-top:20px;
}

.detail {
    position: relative;
}
.contact-sec a {
  border-bottom: 1px solid;
    color: #1971AB;
}
.reach {
    padding-left: 30px;
}
.contactus ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
.contactus ul li {
    position: relative;
    padding-left: 40px;
  margin-bottom: 25px;
}
.contactus li.address:before {
  content: '\f015 ';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1971AB;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.contactus li.phone:before {
  content: '\f095';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1971AB;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.contactus li.email:before {
  content: '\f2b6';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1971AB;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.contactus li.web:before {
  content: '\f0ac';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1971AB;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.contactus li p {
  text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.mt-40 {
  margin-top:40px;
}
.connect-box {
    background: #fdfdfd;
    padding: 40px;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    border: 0px solid rgba(0,0,0,.125);
  margin-bottom: 30px !important;
}
.connect-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}
.connect-box h4 {
    font-size: 18px;
    /* font-weight: 400; */
}
.connect-box p {
  margin-bottom:5px;
}

.connect-inner ul {
    padding: 0;
    list-style: none;
}

.connect-inner ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

.connect-inner ul li:before {
  content: '\f00c ';
  font-family: fontawesome;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  background: #1971AB;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.61);
  margin-right: 5px;
}
ul.list2 li {
    width: calc(100% /2 - 10px);
    float: left;
    margin-right: 10px;
}

ul.list2 {
    width: 100%;
    float: left;
}



.imm-detail img {
  max-width:100%;
}
.imm-detail {
    position: relative;
}

.imm-detail h3 {
    position: absolute;
    top: 0;
    color: #fff;
    left: 15px;
    top: 12px;
  font-size: 20px;
}

.imm-detail img:before {
  content: '';
  position: absolute;
  background: #ddd;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.row.imm-sec .col-md-4 {
    padding: 0;
    margin: 0 15px;
    background: #fdfdfd;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 30px !important;
    overflow: hidden;
    width: calc(100% / 3 - 30px);
    max-width: inherit;
    flex: inherit;
}
.imm-img {
    position: relative;
}

.imm-img:before {
    content: '';
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 0%, transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
 }
 .off-detail {
    padding: 20px;
}

.off-detail span {
    font-weight: bold;
    font-size: 15px;
    color: #717171;
}
.row.imm-sec {
    margin-top: 30px;
}
img.wid {
    max-width: 100%;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px 20px 0;
    margin-bottom: 20px;
}
.geng h3 {
    font-size: 28px;
    font-weight: 700;
}

.cmnul ul {
    list-style: none;
    padding: 0;
    margin-left: 27px;
}

.cmnul ul li:before {
    content: '\f00c ';
    font-family: fontawesome;
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    background: #1971AB;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.61);
    margin-right: 5px;
    margin-left: -27px;
}

.cmnul li {
    margin-bottom: 10px;
}

.cmnul {
    margin-top: 20px;
}
.read-more {
    background: #1971AB;
    border: 1px solid #1971AB;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px;
    height: 50px;
    line-height: 46px;
    padding: 0 35px;
    outline: none;
    margin-top: 10px;
    transition: 0.2s ease-out;
    border-bottom: 0 !important;
}
.read-more:hover {
    background: #FF9933;
    border: 1px solid #FF9933;
    box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease-out;
    transform: translateY(-3px);
}
h3.bor-b {
    margin-bottom: 15px;
}
.accordion-started.accordion-bral {
    min-height: 0;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    color: #484848;
}
.accordion-started.accordion-bral input:checked ~ .ac-label {
    background: #1971AB;
    border: 1px solid #1971AB;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.accordion-started.accordion-bral img {
    width: 100%;
    height: 100%;
}
.accordion-started.accordion-bral .ac-label {
  padding: 12px 20px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin-top: 5px;
}
.accordion-started.accordion-bral .ac-label:hover {
  
}
.accordion-started.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-started.accordion-bral input:checked + .ac-label,
.accordion-started.accordion-bral input:checked + .ac-label:active {
  
}
.accordion-started.accordion-bral input.ac-input {
  display: none;
}
.accordion-started.accordion-bral .article {
  overflow: hidden;
  height: 0px;
  max-height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-started.accordion-bral .article p {
  line-height: 23px;
  padding-left: 5px;
}
.accordion-started.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-started.accordion-bral input:checked ~ .article.ac-content {
    height: auto;
    background: #fdfdfd;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

.accordion-started.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-started.accordion-bral input:checked ~ .ac-label i:before {
    transform: translate(2px, 0) rotate(-45deg);
    background: #fff;
}
.accordion-started.accordion-bral input:checked ~ .ac-label i:after {
    transform: translate(-2px, 0) rotate(45deg);
    background: #fff;
}
.accordion-started.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #484848;
  width: 3px;
  height: 9px;
}
.accordion-started.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-started.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}

.accordion-started ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;  
}
a:hover {
  text-decoration: none;
}
.accordion-started.accordion-bral.row .col-sm-12:last-child label {
    border-bottom: 0;
}
.essential {
    background: #f4f4f4;
    padding: 70px 0;
    margin-top: 70px;
}
.med-visa {
    padding: 70px 0;
}

.ac {
  align-items: center;
}
.bgg {
  padding:70px 0;
  background: #F7FAFC;
}
.pb-70 {
  padding-bottom: 70px;
}
.ptb-70 {
  padding: 70px 0;
}
.ayurveda .imm-detail h3 {
    color: #1971ab !important;
    position: static;
}
.ayurveda .off-detail {
  position: relative;
  z-index: 0;
}
.ayurveda .col-md-4 {
  z-index: 0;
}
.ayurveda .col-md-4:before {
  content: '';
    background: url(../images2/gleaf.png);
    position: absolute;
    background-size: 100%;
    width: 122px;
    height: 100px;
    /* left: 0; */
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.ayurveda .col-md-4.olive:before {
  content: '';
    background: url(../images2/olive.png);
}
.dropdown &gt; .dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}

.dropdown:hover &gt; .dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown &gt; .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.list2n ul li {
    width: calc(100% / 3 - 20px);
    float: left;
    margin-right: 20px;
    background: #fff;
    padding: 14px 14px 14px 40px;
    border-radius: 6px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    font-size: 20px;
}

.list2n ul {
    margin: 0;
}
.list2n {
    margin-top: 20px !important;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.ayur .col-md-4 {
  background: #fff !important;
}
.ayur .col-md-4 h4{
  position: relative;
} 
.ayur .col-md-4 h4:before {
  content: '\f00c ';
    font-family: fontawesome;
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    background: #1971AB;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.61);
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}
.ayur .col-md-4 .off-detail p{
  margin-left: 28px;
    margin-bottom: 0;
}
.row.rates .col-md-3 {
    padding: 0;
    margin: 0 10px;
    background: #F7FAFC;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 30px !important;
    overflow: hidden;
    width: calc(100% / 4 - 20px);
    max-width: inherit;
    flex: inherit;
}
.cost-inner {
  padding: 20px;
}
.cost-inner span{
  font-weight: bold;
    font-size: 15px;
    color: #717171;
}
.rates {
    justify-content: center;
}
.a-cost h2 {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.a-cost .bgg .col-md-3 {
  background: #fff;
}
.single-ayur .cost-inner h2 {
  font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.pt-70 {
  padding-top: 70px
}
.widt {
  max-width: 100%;
}
.testimonials {
  text-align: center;
  padding: 20px;
}
div#demo.slide {
    height: auto;
}
div#demo.slide .carousel-item h5 {
  color: #1971ab !important;
    font-size: 24px;
    font-weight: 700;
}
div#demo.slide .carousel-item p {
  color: #272323 !important;
}
.testi-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.testi-image {
    margin-top: -60px;
    margin-bottom: 20px;
}

.testi-detail h4 {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
}

.testi-detail p {margin-bottom: 0;}

.contact-sec.stories {
    margin-top: 40px;
}
.stories .row .col-md-6 {
  padding: 0;
    margin: 0 15px;
    background: #F7FAFC;
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.07);
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 70px !important;
    width: calc(100% / 2 - 30px);
    max-width: inherit;
    flex: inherit;
}
.testi-detail {
    position: relative;
    z-index: 0;
}

.testi-detail:before {
    content: '';
    background: url(../images2/quote.png);
    position: absolute;
    background-size: 100%;
    width: 45px;
    height: 40px;
    left: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.visa-count ul {
    margin-top: 20px !important;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.visa-count ul li  {
    margin: 0 10px 20px;
    background: #f5f5f5;
    text-align: center;
    padding: 15px;
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 7%);
    border-radius: 8px 8px 0;
    float:left;
    min-width: calc(25% - 20px);
}
.visa-count ul li a {
    border-bottom: 0;
    color: #222;
}

.visa-count ul li a i {
    padding-right: 5px;
}
.pt40 {
    padding-top: 40px;
}
.testimonial {
    clear: both;
}
.med-treat p.card-text {
    font-size: 1.2rem;
    color: #718096;
}

.med-treat .row {
    align-items: center;
}
img.bdrs {
    border-radius: 20px 20px 0;
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 7%);
}
a.lmore {
    background-color: rgb(25, 113, 171);
    height: 50px;
    line-height: 46px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 11px 1px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    max-width: 140px;
    text-align: center;
    color: rgb(255, 255, 255) !important;
    padding: 0px 22px;
    border-radius: 50px;
    transition: all 0.3s ease-out 0s;
}
.h-d-info a {
    word-break: break-all;
}
.ptb-30 {
  padding:30px 0;
}

.medtreat {
  width: 100%;
  float: left;
}
ol, ul {
    margin-left: 20px;
}
.medical-provider-1 .card:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-out;
}

.medical-provider-1 .card {
    transition: 0.3s ease-out;
}
.mvtf {
    position: fixed;
    right: -66px;
    z-index: 99;
    top: 40%;
}

.mvtf a {
    background: green;
    color: #fff;
    padding: 12px;
    transform: rotate(270deg);
    display: inline-block;
    border-radius: 8px 8px 0 0px;
}
.modal-open .modal {
    padding-right: 0 !important;
}
.filter_dropdowns .dropdown_selection-div {
    text-align: left;
}
.filter_dropdowns fieldset {
  border:2px solid #ddd;
    border-radius: 5px;
}
.filter_dropdowns fieldset legend
{
  padding: 0 10px;
    margin-left: 12px;
    font-weight: bold;
    font-size: 14px;
    width: auto;
    margin-bottom: 0;
}
.filter_dropdowns select, .filter_dropdowns select:focus {
  background: #fff;
      padding: 10px 18px;
}
#searchModal .close_button {
    position: fixed;
    right: 50px;
    z-index: 9999;
}
#searchModal .modal-content {
  overflow-y: inherit;
  height: auto;
}
.photo-grid&gt;div {
    margin: 0 10px;
}
a.lmore:hover {
    background: #FF9933;
    border: 1px solid #FF9933;
    box-shadow: 3px 4px 4px 1px rgb(0 0 0 / 8%);
    transition: 0.2s ease-out;
    transform: translateY(-3px);
}
.form-button a:hover {
  background: #FF9933;
    border: 1px solid #FF9933;
    box-shadow: 3px 4px 4px 1px rgb(0 0 0 / 8%);
    transition: 0.2s ease-out;
    transform: translateY(-3px);
}
.card.connect-box ul {
    margin-left: 0;
}

.icons-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
}

.icons {
  margin: 16px;
  text-align:left ;
}

.icons p {
    margin-top: 0 !important;
    font-size: 13px;
    line-height: 18px;
}

.icons img {
    width: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
    height: 60px;
}

div#navbarNavDropdown {
    justify-content: center;
}
#searchModal {
    background: url(/static/images/pop-bg.jpg);
    background-size: cover;
}
#searchModal .modal-content {
    background: transparent;
    height: 100vh;
}
#searchModal .modal-content:before {content: '';background: #fff;position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.95;}
section.section-one.s1-h:before {content: '';background: #fff;position: absolute;width: 100%;height: 100%;top: 0;z-index: -1;opacity: 0.3;}
#searchModal .filter_dropdowns select, #searchModal .filter_dropdowns select:focus {
  background: transparent;
}
/* Media Query */
@media only screen and (min-width:576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 600px) {
  .row.imm-sec .col-md-4 {
    width: 100%;
  }
  ul.list2 li {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .connect-box {
    padding: 25px;
  }
  .breadcrumb h1 {
    font-size: 26px;
  }
  .breadcrumb {
      padding: 20px 15px;
  }
  .row.rates .col-md-3 {
      width: 100%;
  }
  .section-two .d-flex {
    display: block !important;
  }
  .category-item {
    width: calc(100% / 2 - 16px);
}
.medical-provider-1 .card {
    margin-bottom: 40px;
}
.s1-h {
    /* height: calc(100vh - 250px); */
    padding: 0px 0px;
}
h1.heading {
    text-align: center;
    font-size: 28px;
}
.subheading {
    color: #222;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.search-btn {
    top: 5px;
    right: 5px;
    height: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 70px;
    border: none;
    background: #1971AB;
    color: #fff;
    font-size: 13px;
}
.search-input {
    width: calc(100vw / 3 + 170px);
    border-radius: 30px;
    font-weight: 400;
    padding-left: 15px;
    border: none;
    outline: none;
    height: 50px;
    outline: none;
    font-size: 12px;
}
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .row.imm-sec .col-md-4 {
    width: calc(50% - 30px);
  }
  .row.rates .col-md-3 {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width:767px) {
  .cform {
    padding: 25px;
    border-radius: 20px 20px 0;
  }
  .contact-sec h2 {
    font-size: 26px;
  }
  .reach {
    padding-left: 0;
    padding-top: 30px;
  }
  .contactus {
    margin-top: 30px;
  }
  .accordion-started.accordion-bral .ac-label {
    padding: 10px 10px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    line-height: 33px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin-top: 5px;
    line-height: 26px;
  }
  .mob-reverse {
    flex-direction: column-reverse;
  }
  .inverted .slide-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 15px;
    margin-left: 0;
    margin-top: 20px;
}
.inverted .slide-left {
    position: static;
    right: 0;
    width: 100%;
    padding: 0px;
}
.slide {
    height: auto;
    margin: 50px 0;
    display: block;
}
.slide-left {
    padding: 0 15px;
    margin-right: 0;
}
.slide-right {
    position: static;
    right: 0;
    width: 100%;
}
.medical-provider img {
    height: 260px;
    margin-top: 20px;
}


.form-button a {
  margin: 12px auto 12px 0px;
  width: fit-content;
}

.icons-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex: 1;
  margin-top: 16px;
}

.icons {
  text-align:left ;
  width: auto;
  margin: 0px;
}

.icons p {
    margin-top: 0 !important;
    font-size: 10px;
    line-height: 16px;
}

.icons img {
    width: 48px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
    height: 48px;
}

.navbar-brand {
  margin: 24px 0px;
}

footer{
  text-align: center;
  padding-top: 0px;
  background-color: #f7f7f7;
  border-top: 1px solid #333;
}

.main-graphic{
  margin-top: 40px
}

.main-graphic img{
  width: 120px;
}

.hospitals-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.hospitals-wrapper img{
   width: 100%;
   border-radius: 0px;
   border-bottom-right-radius: 0px;
   border-top-right-radius: 0px;
   height: 200px;
   object-fit: cover;
}

.hospital-item{

  border: 1px solid #E2E8F0;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0px;
  flex-wrap: wrap;
}

.hospital-item:hover{
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 1px 7px #EDF2F7;
  border: 1px solid transparent;
  word-wrap: break-word;
}

.hospital-name{
  font-size: 1.5rem;
}

.hospital-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  width: 100%;
}

.hospital-info h3, .hospital-info p{
  margin-bottom: 0px;
  text-transform: capitalize;
}

.hospital-info p{
  color: #718096;
  font-size: 1.1rem;
  margin-top:8px;
}




}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cform {
    padding: 30px;
  }
  .contact-sec h2 {
    font-size: 26px;
  }
  .reach {
    padding-left: 0;
  
  }
  .detail p {
    font-size: 14px;
  }
  .detail span {
    font-size: 13px;
  }
  .row.imm-sec .col-md-4 {
    width: calc(50% - 30px);
  }
  .off-detail p {
    font-size: 15px;
  }
  .row.rates .col-md-3 {
    width: calc(33% - 30px);
  }
  .s1-h {
    /* height: calc(100vh - 250px); */
    padding: 0px 0px;
}
.search-input {
    width: calc(100vw / 3 + 300px);
}
}

.navbar-brand {
  display: flex;
  justify-content: flex-end;
}
</pre></body></html>