*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
-webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
/*  font-family: "Gotham-Book", sans-serif;*/
-webkit-font-smoothing: antialiased;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color:#000000;
  text-align: left;
  background-color: #f8f8f8; }



ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
a{
	text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1.heading-line-home {
    color: #ffffff;
    font-size: 37px;
    font-weight:bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}


.section-title.home-new-sec h3 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-new-sec a.Book_now.btn.btn-block.btn-primary.btn-sumbit {
    width: 30%;
    float: left;
    font-size: 20px !important;
    font-weight: bold;
    margin-right: 20px !important;
}

ul.quality_list li {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}


@media (min-width: 1200px){
.container {
    max-width: 1170px;
}




@media(min-width: 1440px){
.container {
    max-width: 1280px !importants;
}

}

}

@media(max-width: 768px){
h1.heading-line-home {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.section-title.home-new-sec h3 {
    font-size: 18px;
}
.home-new-sec a.Book_now.btn.btn-block.btn-primary.btn-sumbit {
    width: 70%;
    float: none;
    font-size: 20px !important;
    font-weight: bold;
}
ul.quality_list {
    margin: 0px;
    padding-left: 27px;
}

}


/*========================            Custom CSS           =======================*/


ul.navbar-nav.ml-auto {
    z-index: 9;
}

.topbar {
        margin-top: 70px;
    position: relative;
    padding: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    width: 100%;
    z-index: 20;
    background: #ffffff;
}

.header {
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
    transition: 0.3s;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
}
.fixed-header .header {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    transition: 0.3s;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
}

.fixed-header .header .header-nav-bar {
    padding: 5px 0;
}
.fixed-header .header .navbar-brand img {
    height: 50px;
}
.header-nav-bar {
    height: auto;
    padding: 10px 0;
    transition: 0.2s;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    z-index: 9;
    white-space: nowrap;
    margin-left: 0;
}
.header .navbar-brand img {
    height: 50px;
    width: auto;
    transition: 0.2s;
}

.header .navbar-toggler {
    color: #fff;
}

.navbar-nav {
    font-weight: 400;
}
.header-nav-bar .navbar-nav .nav-link, a.nav-link.booking_mobile {
	padding: 11px 10px;
    color: #000000;
    transition: 0.3s;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

a.nav-link.booking_mobile{
  background-color: #f58e92;
}

.header-nav-bar .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 20px;
}
li.nav-item.nav_iteam_bg.nav_booking a {
    color: #000;
}

/*.fixed-header .header-nav-bar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #546e7a;
}*/




.btn-success, .btn-success.disabled {
    background: #27b737;
    border: 1px solid #27b737;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: #fff;
    background-color: #db3444;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;

}
.btn {
    color: #fff;
    padding: 11px 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.1);
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 4px !important;
    font-weight: 500;
    border: none !important;
    transition: 0.2s;
    margin: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    height: 43px;
    line-height: 43px;
    padding: 0 20px !important;
}
[ripple] {
  position: relative;
  overflow: hidden;
}
[ripple] .ripple-effect {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.btn:hover, .btn:active, .btn:focus, .btn.active {
    box-shadow: none !important;
    outline: 0 !important;
}
li.header_form {
    display: flex;
    width: 100%;
}


.hero-header.simple-banner {
    background-size: cover!important;
    background-position: center!important;
}
.hero-header {
    background: #232323;
    background-position: center;
    background-size: cover;
    padding: 5em 0;
    position: relative;
}
.hero-header {
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.hero-header.simple-banner {
    background-size: cover!important;
    background-position: center!important;
}
.hero-header.simple-banner {
    background-size: cover!important;
    background-position: center!important;
}
.overflow-bg:before {
    background: #28344e;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
}

img{
  width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .42rem .75rem;
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e5e5;
    margin: 0 5px;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0 !important;
    font-weight: 500;
    height: 40px;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #343a40;
    outline: 0 !important;
    box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(41px + 2px);
}
/*========================            NAVBAR           =======================*/
.navbar-default .navbar-toggle {
    border-color: #ddd;
    transition: 0.2s;
}
.navbar-default .navbar-toggle {
    border-color: #ddd0 !important;
    outline: 0 !important;
    cursor: pointer;
    border: none !important;
    padding-left: 0px;
}

ul.navbar-menu.new-navbar .navbar-toggle {
    margin-left: 50px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 9;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

a#close.close {
    text-shadow: none;
    color: #ffffff;
    opacity: 1;
    position: fixed;
    top: 36px;
    right: -50px;
    height: 25px;
    width: 25px;
    z-index: 9;
    background: #000;
    text-align: center;
    line-height: 25px;
    transition: 0.4s ease-in-out;
    font-size: 14px;
    display: none;
}
.show-nav a#close.close {
    right: 15px;
}




.sidebar_iteams .dropdown-menu {
    position: relative !important;
    width: 100%;
    padding-left: 18px;
    transition: 0.2s;
}


nav.navbar.navbar-default.show-nav ul.nav.navbar-nav.navbar-collapse.collapse {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.search_btn {
    margin-left: -10px;
    padding: 8px 20px;
    font-size: 18px;
}

.form-group input.form-control[type="search"], .header_form select.form-control.select3 {
    width: 600px;
    border-radius: 5px;
    padding-left: 43px;
    margin-right: 20px;
        font-weight: 500;
}
.group_search .search_btn {
    position: absolute;
    background: transparent;
    box-shadow: none;
    color: #757575;
    left: 6px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    top: 0px;
    margin: 0 !important;
    font-weight: 700 !important;
    font-size: 17px;
        line-height: 40px;
}
.form-inline .form-group{
  position: relative;
}
.form-group .icon {
    position: absolute;
    top: 52%;
    right: 23px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #878493;
    left: auto;
}





/*========================            NAVBAR           =======================*/







.panel {
    display: block;
    word-wrap: break-word;
    border-radius: 8px;
}

.market-grid__item {
    float: left;
    text-align: center;
    position: relative;
      /* width: 16.666666666%;*/
      width: 20%;
}

.market-grid__item a {
    padding: 32px 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px;
    background: #f5f5f5;
    border-radius: 6px;
    min-height: 150px;
}
.market-grid__item a:active {
    background: #343a4005;
}

.market-grid__item img, .market-grid__item svg {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

.market-grid__item a span.t4 {
    margin-top: 6px !important;
    font-size: 13px;
   color: #a4a5a6;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 115px;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

.market-grid__item a:hover span.t4 {
   color: #343a40;
 }
.service_section {
    padding: 25px;
    background: #ffffff;
    clear: both;
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px -5px #333;
}


section.service_wrapper {
    margin-top: -180px;
}
section {
    padding: 60px 0 0;
}
.btn_listing {
    margin-right: 0;
}




.product_section .owl-stage-outer .item {
    padding: 5px;
    display: inline-block;
    width: 100%;
}



.service_card.card {
background: #ffffff;
    clear: both;
    float: left;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
    border: none;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
        margin-top: 2px;

}


.card_img {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.7em;
}

.service_card h5 {
    margin-bottom: 0.3em;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    margin: 10px 0 0;
}
.service_card .card-body {
    padding: 1em;
}
.service_card span {
    font-weight: 600;
    color: #dc3545;
}
.section-title {
    width: 100%;
     margin: 4px 0;
    margin-bottom: 16px;
}
.section-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
        line-height: 1.5;
    margin-bottom: 0;
    display: inline-block;
}

.owl-nav button {
    position: absolute !important;
    /* top: 50%; */
    top: calc(50% - 6px);
    height: 45px;
    width: 45px;
    transform: translateY(-50%);
    font-size: 25px !important;
    opacity: 1;
    outline: 0 !important;
    color: #343a40 !important;
    background: white !important;
    color: #FFF;
    text-decoration: none;
    margin: 0 !important;
    border-radius: 100% !important;
    box-shadow: 1px 1px 6px -4px #333;
    border: 1px solid #f5f5f5 !important;
    padding: 0 !important;
    line-height: 44px !important;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}
.owl-nav button.owl-prev {
    transform: translate(0, -50%);
    left: -20px;
}
.owl-nav button.owl-next {
    transform: translate(0, -50%);
    right: -20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFFFFF !important;
    color: #FFF;
    text-decoration: none;
}

/*.owl-nav button span{
  font-weight: bold !important;
}*/















.btn-sm {
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 20px !important;
    height: 35px !important;
    line-height: 35px !important;
}
.btn-right {
    float: right;
}

.btn-theme {
    font-weight: 600;
    letter-spacing: 0.3px;
    background: #343a40;
}

.btn-theme:hover {
    color: #fff;
    background: #000;
}

.news_letter {
    background: #f5f5f5;
    padding: 40px 0;
    clear: both;
}
.news_letter input.form-control {
    width: calc(100% - 124px);
    margin: 0;
    display: inline-flex;
}

.news_letter button.btn.btn-dark {
    margin: 0 !important;
    display: inline-flex;
}

.news_letter button.btn.btn-dark {
    margin: 0 !important;
    display: inline-flex;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.news_letter h5 {
    margin-bottom: 0;
    line-height: 43px;
    color: #343a40;
}
.news_letter button.btn.btn-dark i {
    display: none;
}
.news_letter .form-inline {
    position: relative;
}







/*===========     Footer     ============*/

footer.Footer {
    background: #FFFFFF;
}
ul.nav.footer-nav {
    display: block;
    border-bottom: 1px solid #505050;
}
ul.nav.footer-nav li {
    display: inline-block;
    text-align: left;
}

ul.nav.footer-nav li a {
    color: #e2e2e2;
    text-decoration: none;
    padding: 24px;
    display: block;
    font-size: 14px;
}



h2.ftco-heading-2 {
    display: block;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.5;
    color: #343a40;
    font-weight: 700;
}
.row.footer_main {
    padding: 60px 0 20px;
}

.footer_copyright {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.ftco-footer-widget p {
    font-size: 12px;
    color: #343a40;
    font-weight: 500;
}
.widget_nav_menu ul.nav li {
    display: block;
    width: 100%;
}
.widget_nav_menu ul.nav li a {
    font-size: 13px;
    color: #777777;
    font-weight: 700;
}
.social_nav a {
    color: #0081ff;
    padding-right: 10px;
}
.social_nav a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.social_nav a:hover {
	color: #000 !important;
}
.footer-contact ul.nav li {
    font-size: 13px;
    color: #343a40;
    line-height: 1.5;
    margin-bottom: 1em;
        display: block;
    width: 100%;
}


.footer-contact ul.nav li a {
    color: #343a40;
}
.social_nav a:hover{
  color: #fff;
}

.footer_copyright p {
    margin-bottom: 0;
    font-size: 13px;
    color: #343a40;
}
.footer_copyright p a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
}


.list_page {
    margin-bottom: 50px;
}


h2.sidebar_title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #212121;
    border-bottom: 1px solid #e2e2e2;
    padding: 0px 0 10px;
    margin-bottom: 1em;
}


ul.sidebar_iteams {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.sidebar_iteams li {
    margin: 10px 0;
    border-bottom: 1px dotted #e2e2e2;
    padding: 0 5px 8px;
}

ul.sidebar_iteams li a {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #616161;
    padding-bottom: 8px;
    font-weight: 500;
}

ul.sidebar_iteams li a:hover {
    color: #212121;
}



ul.list_single {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    list-style-type: none;
}

li.product_list_card {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    position: relative;
    z-index: 2;
}
.ListingCardHQ {
    text-align: left;
    padding: 24px 0;
    display: block;
}


.LazyLoadImage {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    position: relative;
}

img.ListingCardHQ__photo {
    display: inline-block;
    vertical-align: top;
    height: 80px!important;
    width: 80px!important;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    position: absolute!important;
    top: 0;
    position: relative;
    z-index: 3;
    background-color: #f5f5f5!important;
        object-fit: cover;
}


.ListingCard__details {
    display: inline-block;
    margin-left: 24px;
    width: calc(100% - 246px);
        vertical-align: middle;
}
.ListingCard__proName {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212121;
        margin-bottom: 4px;
}
.ListingLocality {
    position: relative;
    z-index: 3;
    font-weight: 500;
    color: #757575;
    font-size: 12px;
    display: block;
    max-width: 100%;
    height: 20px;
}
.Listing__ratingWrapper {
    margin-top: 8px;
}

.SingleStarRating {
    display: inline-block;
    margin-right: 4px;
}


.SingleStarRating__glyphIcon {
    font-size: 15px!important;
    position: relative;
    top: 0px!important;
    margin: 0 5px 0 0;
    margin-left: 2px;
    color: #228d27;
}

span.SingleStarRating__rating {
    color: #228d27;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 1.57;
}

span.ListingCard__reviewsClass {
    font-size: 14px!important;
    line-height: 1.57;
    color: #212121;
    font-weight: 500;
}

h2.ListingBlock__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #212121;
    padding: 0;
    margin: 0 0 4px;
    text-align: left;
}
span.ListingBlock__actualTitle {
    font-size: 14px;
    line-height: 1.43;
    color: #757575;
    margin: 0px 0 18px;
    text-align: left;
    font-weight: 400;
    display: block;
}
.sidebar {
    background: #ffffff;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}
.list_page_details {
    padding: 0 15px 15px;
}










.single_content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #BBB;
    border-radius: 10px;
}
.single_content .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #262937;
}
.single_content .cover img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.6;
    filter: blur(6px);
        object-fit: cover;
}
.single_page {
    margin-bottom: 50px;
}
.Book_now {
    height: 45px;
    width: auto;
    background-color: #dc3545 !important;
    color: #ffffff !important;
    font-size: 14px;
    border-radius: 4px !important;
    margin-top: 30px;
    border: 1px solid #dc3545 !important;
    overflow: hidden;
    background-position: 50%;
    transition: background .3s;
    padding: 0 50px !important;
    font-weight: 600;
    outline: 0 !important;
    box-shadow: none !important;
}




.single_page .ListingCard__proName {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
.single_page .ListingLocality {
    color: #ffffff;
    font-size: 14px;
}

.single_page span.SingleStarRating__glyphIcon {
    font-size: 20px!important;
    margin: 0 8px 0 0;
     color: #ffffff;
}

.single_page span.SingleStarRating__rating {
    font-size: 20px!important;
    font-weight: 700!important;
     color: #ffffff;
}

.single_page span.ListingCard__reviewsClass {
    font-size: 18px!important;
    line-height: 1.57;
    color: #ffffff;
}

.single_page .ListingCardHQ {
    padding: 50px 15px;
}

.single_page  img.ListingCardHQ__photo {
    height: 100px!important;
    width: 100px!important;
    box-shadow: 0 0 6px -3px #000;
}
.single_page li.product_list_card {
    border-top: none;
}
.single_page ul.list_single {
    border-bottom: none;
}

.single_page .LazyLoadImage {
    width: 100px;
    height: 100px;
    margin: 0 auto 19px;
    display: block;
}
.single_page .ListingCard__details {
    margin-left: 0;
    width: 100%;
    text-shadow: 0 0 4px #0003;
    text-align: center;
}

.service_section.single_page {
    padding: 0;
}









.single_caption {
    display: block;
    clear: both;
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: none;
    padding: 0;
}
.rightdt {
    position: relative;
    padding: 1em calc(1em + 12px);
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    background: #fff;
        float: left;
    width: 100%;
}
ul.gallery_list, .contact_list {
    padding: 0;
        margin: 0 -4px 0 -4px;
    display: block;
    text-align: left;
    list-style: none;
}

.gallery_list li {
    display: inline-flex;
    border-radius: 5px;
    height: auto;
    margin: 0 4px 12px 4px;
    position: relative;
    width: calc(33.33% - 11px);
    overflow: hidden;
    background: #000;
}
.gallery_list li a {
    border-radius: 5px;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}

.gallery_list li a img {
    width: 100%;
    object-fit: cover;
    height: 75px;
}


span.gallerymore {
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    font-size: 24px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    padding-top: 21px;
    z-index: 1;
    height: 100%;
    width: 100%;
    font-weight: 500;
}





.contact_list li {
    border-bottom: 1px dotted #e2e2e2;
}
.contact_list li a, .contact_list li p {
    padding: 12px 0;
    font-weight: 500;
    color: #2f2f2f;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
}
.contact_list li a i, .contact_list li p i {
    font-size: 17px;
    color: #686868;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    line-height: 1.2;
}
.contact_list li a {
    font-weight: 600;
}
.contact_list li:last-child {
    border: none;
}

.contact_list li p span {
    display: table-row;
}

.contact_list li:last-child p, .contact_list li:last-child a {
    margin-bottom: 0;
}


.rightdt h6 {
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 0.8em;
    padding-top: 0.5em;
}

ul.contact_list.tags li a {
    width: auto;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 12px !important;
    border: 1px solid #eaeaea;
    color: #686868 !important;
    background: transparent;
    display: inline-block;
    font-weight: 500;
    transition: 0.2s;
}
ul.contact_list.tags li a:hover {
    background: #686868;
    color: #fff !important;
    border-color: #686868;
}

span.status {
    float: right;
    font-size: 15px;
}
.open {
    color: #28a745;
}
=
.close {
    color: #E91E63;
}



.about_service.rightdt {
    margin-bottom: 2em;
}












.ListingCardHQ__reviewsDiv--3Zsob {
      padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 20px;

}

.ListingCardCustomerReview__root--y67C6 {
    margin-bottom: 24px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 24px;
}

.ListingCardCustomerReview__root--y67C6:last-child {
    border-bottom:none !important;
    margin-bottom: 0;
        position: relative;
}

.ListingCardCustomerReview__left--tdXzV {
    display: inline-block;
    vertical-align: top;
}
.ListingCardCustomerReview__right--r7Uc0 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding-left: 16px;
}

.ListingCardCustomerReview__reviewerName--EVdHO {
    margin: 0;
    display: inline;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #212121;
    vertical-align: top;
    text-transform: capitalize;
}

.ListingCardCustomerReview__ratingDiv--tetIZ {
    padding-top: 0;
}

.ListingCardCustomerReview__comment--1iBKb {
    padding: 12px 0 0;
    text-align: left;
    margin: 0;
    font-size: 13px;
    line-height: 1.67;
    color: #757575;
}


.ListingCardCustomerReview__imgWrapper--3t9Ab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.ListingCardCustomerReview__initialsDiv--2BGvm {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.ListingCardCustomerReview__initialsDiv--2BGvm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.ListingCardHQ__toggleMoreData--2BRSF {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: 24px;
}
.ListingCardHQ__toggleMoreData--2BRSF button {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #424242;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    height: 32px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    outline: 0 !important;
}

.ListingCardHQ__toggleMoreData--2BRSF button i {
    position: relative;
    z-index: 3;
    font-size: 13px;
    display: inline-block;
    top: 0px;
    margin-right: 9px;
    color: #757575 !important;
}




.total_review {
    display: block;
    text-align: right;
}












.modal-body {
    width: 100%;
    padding: 48px 24px;
    color: #212121;
}
.ab_ak75f {
    margin-top: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ab_ak75f img {
    height: 89px;
    width: auto;
}

.ab_ak75f p {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 600;
}



.ab_ak75f ul {
    padding: 0;
    list-style-type: none;
    color: #757575;
    font-size: 12px;
    margin: 8px 0 0;
    display: flex;
}
.ab_ak75f ul li {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 500;
}

.ab_ak75f ul li:before {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #757575;
    display: block;
    border-radius: 4px;
    margin-right: 8px;
}

.ab_ak75f ul li:first-child:before{
  display:none
}

.ab_ak75f h2 {
    margin: 16px 0 0;
    font-size: 32px;
    line-height: 32px;
}




.modal-body .form-control {
    display: flex;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
}


.modal-body.contact-form form {
    margin-top: 5px;
    padding: 0 40px;
}


.modal-body.contact-form .btn.btn-danger {
    background: #0081ff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}
button.close {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    content: "X";
    font-family: Verdana;
    border-radius: 50%;
    line-height: 27px !important;
    font-size: 28px;
    font-weight: 500;
    padding: 0px 0 4px 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    opacity: 1 !important;
    text-shadow: none !important;
        z-index: 9; 
        outline: 0 !important;
}

@media (min-width: 576px){
.modal-dialog.modal-xs {
    max-width: 500px;
    margin: 0 auto;
    transform: translate(0, -50%) !important;
    top: 50%;
}
}




.testimonials_section .LazyLoadImage {
    display: block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.testimonials_section .ListingCard__details {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.testimonials_section img.ListingCardHQ__photo {
    height: 100px!important;
    width: 100px!important;
    border-radius: 100%;
}

.testimonials_section .ListingCard__proName {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #212121;
    font-size: 16px;
}
.testimonials_section p {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #212121;
    font-size: 12px;
    margin-bottom: 0;
    display: block;
}
.testimonials_section .ListingLocality {
    height: 100%;
    display: block;
    padding: 25px;
    padding-bottom: 0;
}

.ListingLocality .quote {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 60px;
    color: #f5f5f5;
    z-index: -1;
}
.ListingLocality .quote.right_quote {
    top: auto;
    left: auto;
    right: 0;
}


 .service_card .ListingLocality  span {
    font-weight: 500;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.price_btn {
    background: #fff !important;
    color: #333 !important;
    border-color: #fff !important;
}












h5.wrapper_title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.list-wrapper {
    height: 100%;
    max-height: 100%;
}

.list-wrapper ul {
    padding: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
}

.list-wrapper ul li {
    font-size: 0.9375rem;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.doc-list label.form-check-label {
    width: 100%;
    line-height: 1.5 !IMPORTANT;
    font-size: 14px;
    font-weight: 500;
}

.doc-list label{
  display: inline-block;
}
.justify-content-start, .list-wrapper ul li {
    justify-content: flex-start !important;
}

.list-wrapper ul li span {
    font-weight: 700;
    color: #F44336;
    vertical-align: middle;
    line-height: 1.5;
}

.no_bg {
    background: transparent;
}
.Book_now.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.Book_now.list_price {
    text-transform: capitalize;
    color: #dc3545 !important;
    text-decoration: underline;
    height: auto !important;
    line-height: 30px !important;
    margin-top: 0 !important;
}


.list_price_tab .Book_now {
    font-size: 13px !important;
    padding: 0 25px !important;
    height: 40px !important;
    line-height: 40px;
}

.list_price_tab .Book_now {
    font-size: 13px !important;
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 40px;
    margin-top: 0;
    background: #343a40 !important;
    border-color: #343a40 !important;
}
.list_price_tab {
    display: inline-block;
}

.list_price_tab {
    display: inline-block;
    vertical-align: middle;
}





.business_form .form-control {
    float: left;
    display: block;
    height: 40px;
    margin: 0px 4px 8px 0px;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.business_form textarea.form-control {
    height: auto !important;
}
.business_form .row {
    margin: 0 -8px;
}

.business_form .form-group.col-md-6, .business_form .form-group.col-md-12 {
    padding: 0 8px !important;
    margin-bottom: 8px;
}





/*  =======     checkbox     =========     */

ul.ks-cboxtags {
    list-style: none;
    padding: 12px 0 0;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    font-size: 11px;
}

ul.ks-cboxtags li label {
    padding: 7px 14px 7px 12px;
    cursor: pointer;
}
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    padding: 2px 9px 2px 2px;
    content: "\f067";
        width: 22px;
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
   /* transform: rotate(-360deg);*/
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
        background-color: #343a40;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
 outline: 0 !important
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #6f6868;
}




.Book_now.btn-sumbit {
    font-size: 15px !important;
    padding: 0 30px !important;
    height: 45px !important;
    line-height: 45px;
    background: #de083e!important;
    border-color: #de083e!important;
    letter-spacing: 0.5px;
    margin: 6px 0 0 !important;
    font-weight: 600;
    text-align: center;
    border-radius: 50px !important;
    display: block;
}






.title-btn {
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: #0081ff !important;
    height: auto !important;
    box-shadow: none;
    line-height: 1.5;
    text-transform: unset;
    padding: 0 !important;
}

.hospital_section.testimonials_section img.ListingCardHQ__photo {
    object-fit: scale-down;
    border: none;
    background-color: transparent !important;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative !important;
    object-fit: scale-down;
        border-radius: 0;
}

.hospital_section.testimonials_section .LazyLoadImage {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.hospital_section.testimonials_section .ListingCardHQ {
    text-align: left;
    padding: 25px;
    display: block;
}
.hospital_section.testimonials_section .ListingCard__proName {
    line-height: 1.4;
    font-size: 14px;
    min-height: 35px;
}

.card {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
}

p.mnth-plan-gld {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    display: block;
    align-items: start;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 10px;
}
p.gld-cvr-txt {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    text-align: left;
    min-height: auto;
    margin-bottom: 0 !important;
}
p.gld-cvr-txt a {
    color: #0081ff;
    font-weight: 600;
    text-decoration: underline;
}
p.gld-cvr-txt span {
    background: #e52b2b;
    font-size: 11px;
    color: #fff;
    margin-left: 4px;
    border-radius: 4px;
    padding: 2px 7px;
    font-weight: 700;
    display: block;
    width: 75px;
    text-align: center;
    margin: 10px auto 0;
}

.gold-price {
    display: block;
    text-align: left;
    margin: 0 0;
}
.gold-price p.gld-prc {
    margin-bottom: 0;
}
p.gld-prc {
    font-size: 18px;
    font-weight: 900;
    display: block;
    align-items: center;
    color: #0081ff;
}
.plan_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.plan_img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
}
.plan_img img {
    border-radius: 0;
}
.gold-pln-slct-radio {
    position: relative;
    margin: 20px auto 0;
    width: auto;
    display: block;
}

.gd-rdio-gray {
    width: 40px;
    height: 40px;
    background: #d7d4d4;
    border-radius: 50px;
    margin: 0 auto;
    transition: 0.2s;
}
img.gd-rdio-chk {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
}
.plan_card {
    transition: 0.2s;
    padding: 0;
}
.plan_section .card {
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 0;
}
/*.plan_card:hover .gd-rdio-gray, */.plan_card.active .gd-rdio-gray  {
    background: transparent;
}

/*.plan_card:hover img.gd-rdio-chk, */.plan_card.active img.gd-rdio-chk{
	opacity: 1 !important;
}


.ftco-footer-widget li {
    display: block;
    width: 100%;
}
.social_nav li {
    width: auto;
    display: inline-block;
    width: auto;
    margin-top: 15px;
}





/**/


.offers_section {
    padding: 40px 0;
    background: #fff;
    margin-top: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.ofer_card {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 1em;
}

.ofer_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pb-60 {
    padding-bottom: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media (min-width: 1200px){
.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}
}

.logo-img-div {
    text-align: center;
}
.footer-logo-icon {
    width: 80px;
}



ul.nav.social_nav {
    display: block;
    text-align: center;
}





/*====================================================== Hospital section ====================================================================*/



.hospital_bg {
    background: #0081ff;
    height: 400px;
}
section.hp-section {
    padding: 0;
}


.hospital_bg {
    background: #000000;
    height: 400px;
    overflow: hidden;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.hospital_bg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.7;
}

.hp_profile {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
    position: relative;
    overflow: hidden;
    margin-top: -125px;
    margin-bottom: 25px;
}
.hp_profile img {
    width: 150px;
    height: 150px;
    object-fit: scale-down;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp_details .card {
    margin-top: -75px;
}





.section-heading {
    font-size: 26px;
    font-weight: 800;
    color: #222;
    margin-bottom: 0.5em;
}


.h-data {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.h-data h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    flex: 1;
    color: #222;
}


.ipd-adrs-tb {
    color: #757575;
    margin-right: 3px;
}
.ipd-section .hsptl-info {
    display: block;
    justify-content: unset;
    padding-bottom: 5px;
}

.ipd-section .hos-certified {
    padding: 0 9px 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.ipd-section .img-bed {
    width: 18px;
    margin-right: 8px;
    margin-top: -3px;
    height: 18px;
    object-fit: scale-down;
}





.ipd-section .hsptl-contact li {
    display: block;
    align-items: center;
    padding-bottom: 15px;
    text-align: center;
}

.ipd-section .hsptl-title.hs-tle {
    padding-right: 10px;
    font-weight: 500;
    color: #757575;
    display: inline-block;
}


.hsptl-img {
    white-space: nowrap;
    overflow: auto;
    display: inline-block;
    vertical-align: middle;
   } 
.ipd-section .hsptl-img span {
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
}
.ipd-section .hsptl-img span img {
    object-fit: cover;
    height: 54px;
    width: 54px;
    background-size: cover;
    border-radius: 5px;
}

.ipd-section .btn-more-img {
    height: 54px;
    width: 54px;
    border-radius: 5px;
    background: #0081ff;
    color: #fff;
    padding: 10px;
    line-height: 17px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

.tabs_section {
    padding-top: 20px;
}
.nav-tabs li a {
    padding: 15px 40px;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    border-bottom: 1.5px solid #ffffff;
}

.nav-tabs li a.active {
    border-bottom: 1.5px solid #0081ff;
    color: #0081ff;
}

.tab-content {
    padding: 20px 0 0;
}


h3.card_title {
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;
        margin: 0;
}


.hs-services li {
    width: auto;
    padding: 10px 35px 10px 0px;
    list-style: none;
    display: inline-block;
}

.hs-services li h3 {
    font-size: 14px;
    margin: 0;
}
.hs-services li img {
    width: 20px;
    margin-right: 5px;
    vertical-align: -4px;
}
ul.hs-services {
    padding: 0;
    margin: 0;
}
.card-tabs .nav-tabs {
        border-bottom: none;
    display: flex;
    justify-content: space-evenly;
}
.card-tabs .nav-tabs li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}


section.tabs_section.page_tabs{
    transition: 0.3s;
}

section.tabs_section.page_tabs.fixed_tabs {
    position: fixed;
    top: 90px;
    width: 100%;
    padding: 0;
    z-index: 20;
}

.dr_section h3.card_title {
    background: #efefef;
}

.cstm-docCard {
    background: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12);
}


.cstm-docCard-content {
    padding: 10px 10px 0 10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
button.cstm-book-btn.btn-call {
    background-image: linear-gradient(to left,#4CAF50,#4CAF50);
}
button.cstm-book-btn, .btn-primary {
    background-image: linear-gradient(to left,#0081ff,#0083fd);
    width: auto;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    padding: 0 20px;
    margin-top: 5px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    font-size: 14px;
    cursor: pointer;
}
button {
    box-shadow: none !important;
    outline: 0 !important;
}
.cstmDocName {
    font-size: 22px!important;
    margin-bottom: 15px!important;
    font-weight: 700!important;
    color: #222!important;
}
.img-round {
    border-radius: 50%;
}
.cstm-doc-details-container {
    display: flex;
    margin-right: 5px;
}
.cstm-doc-img-container {
    margin-right: 20px;
}
.cstm-doc-img-container img {
    width: 80px;
    font-size: .5em;
    height: 80px;
    object-fit: cover;
}
.cstm-doc-content-container h3, .cstm-doc-content-container p {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 1.5;
}
.cstmTimeImg {
    width: 14px;
    margin-right: 4px;
}

.cstmCardFooter {
    background-color: rgba(194,194,194,.2);
    padding: 12px 12px 6px 12px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.cstmfooterContent {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.cstmfooterContent h3, .cstmfooterContent p {
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 600;
    color: #010101;
    vertical-align: middle;
}
.cstmfooterContent p img {
    width: 16px;
    margin-right: 4px;
    height: 16px;
    object-fit: scale-down;
    vertical-align: middle;
}
.no_shadow{
    box-shadow: none !important;
}
#Procedures .card.z-depth-0.bordered {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #3333;
    border-radius: 0;
}


#Procedures .card.z-depth-0.bordered .card-header {
    padding: 0 0;
    background: transparent;
    border: none;
}

#Procedures .card.z-depth-0.bordered .card-header button {
    width: 100%;
    color: #757575;
    text-align: left;
    position: relative;
    font-size: 14px;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0;
    text-decoration: none;
    text-transform: unset;
}

#Procedures .card.z-depth-0.bordered:last-child {
    border: none;
}


#Procedures .card.z-depth-0.bordered .card-header button.collapsed img{
    transform: rotate(0deg);
}
#Procedures .card.z-depth-0.bordered .card-header button img {
    position: absolute;
    right: 0;
    top: 17px;
    width: 13px;
    height: 13px;
    object-fit: scale-down;
    transition: 0.2s;
    transform: rotate(-180deg);
}

.dr_section {
    padding-bottom: 40px;
}

.treat-anch {
    background-color: #f5f5f5;
    color: #000;
    border-radius: 25px;
    display: inline-flex;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
}

.dr__single_section .card {
    margin-top: 150px;
}



.dr__single_section .card-body {
    padding: 40px;
}

.dr__single_section .hp_profile {
    margin-left: 0;
    height: 180px;
    width: 180px;
    margin-top: -140px;
}
.dr__single_section .hp_profile img{
      height: 180px;
    width: 180px;
    object-fit: cover;
}
p.cst-doc-price {
    font-size: 20px;
    font-weight: 700;
    color: #0081ff;
    margin-bottom: 10px;
}

h1.dr-name {
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0;
    height: auto;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h2.desg.inline-speciality {
    display: inline-block;
    margin-right: 4px!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #222;
}

.dr-profile .add-details {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    margin: 6px 0;
}

.dr_section .hp_profile img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}



p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.panel-content {
    padding: 15px 10px;
}


p.cst-doc-price small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #757575;
    line-height: 1;
}



.add-content p {
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 0;
}

.dr_address .cstmCardFooter.mt-0 {
    padding: 20px;
    display: block;
}
a.dr_map {
    float: right;
    cursor: pointer;
}

a.dr_map img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.dr_qualification {
    padding-bottom: 40px;
}

.expansion-label p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
        display: block;
    vertical-align: middle;
}
.text-light {
    color: #757575!important;
}
.form-group.expansion-label {
    padding: 0 10px;
}





.ambulance_section {
    padding: 100px 0 !important;
    /*background: #0081ff;*/
    background: #de083e;
}


.card_title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}


.ambulance_section .card-body {
    padding: 1.5em;
}

.service_card_icon img {
    height: 80px;
    margin: 0 auto 20px;
    display: block;
    width: 80px;
    object-fit: scale-down;
}

.service_card_icon h5 {
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
        min-height: 44px;
}

.service_card_icon {
    padding: 40px 20px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
}

.eos_service_section_3 .service_card_icon {
    background: transparent;
}
.eos_service_section_3  .service_card_icon h5 {
    text-align: center;
    font-size: 14px;
}

.eos_service_section_3  .section-title h2 {
    font-size: 18px;
}

section.eos_service_section.eos_service_section_3 {
    padding-bottom: 60px;
}




section.ambulance_section.pharmacy_section {
    background: #f8f8f8;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.ambulanceb_img {
    position: absolute;
    right: -100px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}


section.eos_service_section.oder_medicine {
    padding-bottom: 60px;
}






img.fltr-usr-image-lab.hpl-logo-name {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2px;
    width: 85px;
}

.hp_list button.cstm-book-btn {
    padding: 0 50px;
}

.hp_list .cstmDocName {
    margin-bottom: 0.3em !important;
}

.plan_btn button.cstm-book-btn {
    display: block !important;
    width: 100%;
    margin: 30px 0 30px;
    height: 50px;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px !important;
}

section.plan_action {
    padding: 0 !important;
}




.plan_single_title .section-title {
    display: inline-block;
    width: auto !important;
    vertical-align: top;
    margin-bottom: 0;
}
.pkg-card-price.text-right {
    display: inline-block;
    vertical-align: top;
     float: right;
}

.pkg-card-price.text-right p {
    margin-bottom: 0;
}


.plan_single_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
}


.pkg-cut-price {
    color: #757575;
    text-decoration: line-through;
    font-size: 13px;
    margin-top: 2px;
    display: inline-block;
    margin-left: 5px;
}

.pkg-card-price p {
    font-size: 16px;
    color: #0081ff;
    font-weight: 700;
}
.pkg-card-price .dc-cpn-include {
    color: #55a740 !important;
    font-size: 12px !important;
    font-weight: 700;
}
.plan_single_title .section-title h2 {
    color: #0081ff;
}




div#suggestions {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    padding: 17px;
    position: absolute;
    width: 600px;
    top: calc(100% + 8px);
    left: 6px;
    display: none;
}

.doctor-list p, .hospital-list p {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.doctor-list a, .hospital-list a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #22272b;
    padding: 2px 5px;
}

.doctor-list {
    margin-top: 20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.row {

    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

















.elementor-flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #0081ff;
    font-size: 50px;
    text-align: center;
    margin: 0 auto 0.5em;
    display: block;
    text-align: center;
}

.elementor-flip-box__layer__title {
    font-size: 16px;
    font-weight: 600;
    min-height: 38px;
}

.elementor-flip-box__layer__description {
    font-weight: 400;
    margin: 0 0 12px;
    padding: 0;
    font-size: 12px;
        min-height: 54px;
}

.elementor-flip-box__layer__overlay {
    text-align: center;
}
.elementor-flip-box {
    padding: 0.6em 0;
    text-align: center;
    display: block;
    color: #333;
}



.elementor-flip-box:hover{
    color: #000;
}







.treatment_iteams.testimonials_section img.ListingCardHQ__photo {
    height: 100%!important;
    width: 100%!important;
    border-radius: 6px !important;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
}
.treatment_iteams .LazyLoadImage {
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    height: 220px !important;
    margin-bottom: 10px !important;
}

.treatment_iteams .ListingCardHQ {
    text-align: left !important;
    padding: 0 !important;
    display: block !important;
}
.treatment_iteams .service_card.card {
    background: transparent !important;
    box-shadow: none !important;

}


.treatment_iteams.testimonials_section .ListingCard__details{
    text-align: left !important;
}



.blog_main img {
    /*border-radius: 5px;*/
}
.blog_single .plan_single_title {
    margin-bottom: 0;
    border: none;
}


.blog_single .plan_single_title h2 {
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
}




.blog_content:after {
    content: "";
    width: 150px;
    height: 1px;
    /* background: #0081ff; */
    top: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    border-bottom: 1px dotted #0081ff;
}
.blog_content {
    margin: 2em 0 0 !important;
    padding-top: 2em;
    position: relative;
}


.blog_content p {
    font-size: 1em !important;
    line-height: 1.5;
    color: #333 !important;
}
.blog_single .plan_single_title .section-title {
    display: block;
    margin-bottom: 1em;
    margin-top: 2em !important;
    text-align: center;
}





del {
    color: #858585;
}

.all_doctors .col-md-3.scroll_card {
    margin-bottom: 20px;
}
.all_hospitals  .cstm-docCard {
    margin-bottom: 1em;
}






/*=====================                 membership_single_section                     ====================*/




.membership_single_section .card {
    background: #0081ff;
    border-color: #0081ff;
}









.gold-benifi-cards-cont {
    display: block;
    align-items: center;
    margin: 0 -5px;
}
.gold-benifi-cards {
    text-align: center;
    margin-bottom: 20px;
    width: calc(25% - 4px);
    display: inline-block;
    padding: 0 10px;
}
.gold-benifi-cards img {
    width: 50px;
}
.gold-benifi-cards p {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}
.gold-white-bg-container {
    background: #f3f3f3;
    padding: 25px;
    border-radius: 5px;
}
.mb-24 {
    margin-bottom: 24px!important;
}
h4.vip-card-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2em;
    padding-right: 90px;
}


.membership_single h1.section-heading.pb-10 {
    margin-bottom: 0;
    font-size: 2em;
    padding: 0em 0 0.6em !important;
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
.banner-inner-div p.benefits {
    font-size: 1.2em;
}
.membership_single h1.section-heading.pb-10 span {
    font-weight: 700;
    color: #f0f408;
    text-transform: capitalize;
}
.card_mem_img {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 40px;
}

.mem-discount {
    vertical-align: middle;
    display: inline-block;
}


.card_mem_img img {
    width: auto;
    height: 202px;
}


.mem_card_dis {
    padding: 40px;
    background: #fff;
    margin: 0;
    border-radius: 6px;
    display: block;
}


.mem-discount h5 {
    font-size: 1.3em;
    padding: 0.5em 0;
}


.mem_data {
    display: block;
    text-align: center;
    margin: 2em 0 0;
}
.mem-discount li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0.5em;
    font-weight: 500;
    list-style: circle;
}
.mem-discount ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.5em;
}
.mem-discount li span {
    color: #F44336;
    font-weight: 900;
}
.membership_single_section .card .card-body {
    padding: 2em;
}


.card_help {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 600;
    display: block;
    justify-content: unset;
    padding-bottom: 5px;
}
.card_help span {
    padding: 0 0 0 20px;
    list-style: circle;
    display: inline-block;
}
.main_service {
    display: inline-block;
    background: #F44336;
    margin-bottom: 2em;
    line-height: 1.5;
    padding: 25px;
    border-radius: 6px;
}
.main_service p {
    font-size: 1.3em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.more_service_profite h5 {
    font-size: 20px;
    font-weight: 600;
    color: #f00;
    margin-bottom: 1em;
}
.more_service_profite li p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1em;
}
.more_service_profite ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
.more_service_profite li i {
    margin-bottom: 1.2em;
    color: #f44336;

}



/*=====================                 membership_single_section                     ====================*/













.mobileViewStaticChat {
    margin: 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    border-radius: 7px 7px 0 0;
    right: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    padding-top: 0;
    max-width: 400px;
    min-width: 100%;
    z-index: 8;
}

.nw-chat-card {
    display: flex
}

.chat-div-containers {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 18%;
    margin: 0 4px;
    
     height: 65px;
    cursor: pointer;
    padding-top: 10px;
    position: relative;
    color: #333 !important;
}
.chat-div-containers.main_content {
    width: 28%;
    background: #0081ff;
    color: #fff !important;
}
.chat-div-containers.main_content img {
    filter: invert(1);
}









.opdNewShow {
    position: absolute;
    right: -15px;
    font-size: 10px;
    background: #f44336;
    color: #fff;
    font-weight: 500;
    padding: 0 3px;
    border-radius: 4px
}

.nw-img-with-content {
    height: 25px
}

.chat-div-containers span {
    font-size: 11px;
    font-weight: 500;
    padding: 0 1px;
    line-height: 12px
}



.nw-img-with-content img {
    width: 22px;
    height: 22px;
    object-fit: scale-down;
    margin-bottom: 2px;
}











.navbar-default .navbar-toggle {
    border-color: #ddd0 !important;
    outline: 0 !important;
    cursor: pointer;
    border: none !important;
    padding-left: 0px;
}


.ham-menu {
    display: none;
    float: right;
    position: absolute;
    right: 0;
 
}
.ham-menu img {
    margin-top: 0;
    height: 25px;
    width: auto;
}









/*========================            NAVBAR           =======================*/

.show-nav a#close.close {
    right: 15px;
}

ul.nav.navbar-nav.navbar-collapse.collapse {
    position: fixed;
    top: 0;
    transition: 0.4s ease-in-out;
    background-color: #ffffff;
    width: 375px;
    padding: 0;
    left: 0;
    opacity: 0;
    height: 100vh;
    overflow-y: auto;
    display: block !important;
    transform: translateX(-100%) translateY(0%);
        z-index: 9;
        box-shadow: 0 0 0 100vw #3333336b;
}



nav.navbar.navbar-default.show-nav ul.nav.navbar-nav.navbar-collapse.collapse {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}


ul.nav.navbar-nav.navbar-collapse.collapse::-webkit-scrollbar  {
  display: none;
}


/* Track */

ul.nav.navbar-nav.navbar-collapse.collapse::-webkit-scrollbar-track  {
  display: none;
}


/* Handle */

ul.nav.navbar-nav.navbar-collapse.collapse::-webkit-scrollbar-thumb {
  display: none;
}


.new-header li {
    display: block !important;
    width: 100%;
}
.new-header li.sidebar_iteams_side a {
    font-weight: 500 !important;
    line-height: 1;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    color: #000;
}

.new-header li.sidebar_iteams_side a img {
    height: 24px;
    margin-right: 15px;
    margin-top: -1px;
    width: auto;
}


.new-header li.sidebar_iteam_bg a {
    font-weight: 800 !important;
    padding: 8px 0!important;
    letter-spacing: 3px !important;
}


li.sidebar_iteams_side.sidebar_iteam_bg.sidebar_booking {
    margin-top: 7%;
}
li.sidebar_iteams_side.sidebar_iteam_bg.sidebar_contact {
    margin-bottom: 7%;
}
.sidebar_iteams_side .dropdown-menu a.dropdown-item {
    font-size: 13px;
}


.header-box {
    background: #0081ff  ;
    padding: 25px 15px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 1.7px 4px 0 rgba(0,0,0,.15);
    background-size: 34%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-name {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 54%;
    line-height: 22px;
    padding-left: 12px;
    font-weight: 500;
}

img.close_arrow {
    width: 13px;
    height: 13px;
    float: right;
    filter: invert(1);
    margin-right: 10px;
}


.menu_inner {
    padding: 15px 10px;
}








.hsptl_gallery {
    height: auto !important;
    margin: 0;
}



.ipd-section .hsptl-contact li {
    display: block;
    align-items: center;
    padding-bottom: 0;
    text-align: center;
}















/*========================            NAVBAR           =======================*/






.mobile_scroll
    { -webkit-overflow-scrolling: touch !important; }




.banner-inner-div {
    height: 400px;
    background: #0081ff;
    margin-bottom: 3em;
    padding: 2em;
    text-align: center;
    border-radius:  50px 50px;
    background-image: -webkit-linear-gradient(0,#ffc045 0,#ffdc22 100%) !important;
}


.membership_single h1.section-heading.pb-10 {
    color: #0081ff;
}




.banner-inner-div img {
    width: auto;
    height: 94px;
    margin-bottom: 20px;
}


.membership_single h1.section-heading.pb-10 {
    color: #000000;
    font-weight: 800;
}




button.cstm-book-btn.btn_benefits {
    font-size: 20px !important;
    display: block;
    border-radius: 100px !important;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    padding: 14px;
    height: auto;
    width: 350px;
    font-weight: 700;
    margin-top: 50px;
}




.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}








.alltreatment .col-md-3.scroll_card {
    margin-bottom: 2em;
}
.alltreatment .col-md-3.scroll_card p.mnth-plan-gld {
    font-size: 16px;
}
.alltreatment .plan_img img {
    height: 240px;
}

/*
.alltreatment .plan_img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
    background: #fff;
    border: 1px solid #d6d6d6;
}
*/



.seotools .owl-item img {
    display: block;
    width: 200PX;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 2px;
    margin: 0 auto;
}

.pstools p {
    text-align: center;
}



h1.heading-line {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid;
    text-align: center;
}


.homeabout_section {
    padding: 30px 0 !important;
    background: linear-gradient(143.65deg, #E650FF 0%, #781DB0 100%);
   
   
}


section.product_section.plan_section.seotools {
    padding-top: 20px;
    padding-bottom: 20px;
}


a.headernumber {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-left: 60px;
    border-bottom: 1px solid;
    background: #222222;
    padding: 0px 10px;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(76,76,76,.12), 1px 1px 4px rgba(128,128,128,.24);
}

a.headernumber img{
    width:26px;
}

li.sidebar_iteams.audit a {
    color: red !important;
}


.btn-call-icons {
    position: fixed;
    bottom: 80px;
    left: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.btn-call-icon {
    background: #e53339;
    border-radius: 10px 10px 0 0;
}

.btn-call-icon, .fd-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fd-icon {
    background: #25d366;
    border-radius: 0 0 10px 10px;
}
.btn-call-icon, .fd-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}