body {
    font-family:"Roboto", sans-serif!important;
    overflow-x: hidden;

}
a {
    background-color: transparent;
    color: #180e80;
    text-decoration: none;
}


* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('../fonts/ProximaNovaA-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova bold';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.border-n {
    border: none !important;
}


.light {
    font-family: 'Proxima Nova Alt Lt';
}

/* .bold {
	font-family: 'Proxima Nova bold';
} */


.thin {
    font-family: 'Proxima Nova Alt Th';
}

button.btnfirst {
    width: 100%;
    border: navajowhite;
    background-color: #000;
    color: #fff !important;

    width: 185px;
    height: 38px;
    /* UI Properties */
    background: #2A2A72 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
}

button.btnsec {
    width: 100%;
    border: none !important;
    color: #2A2A72 0% 0% no-repeat padding-box;
    top: 707px;
    left: 787px;
    width: 85px;
    height: 28px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

.d-flex.btn-css {
    justify-content: center;
}

.amount {
    font-size: 2.4em;
    color: #282973;
    font-weight: bolder;
}

:root {
    --pinkish-red: #C35A74;
    --medium-blue: #307BAA;
    --greenish-blue: #53BAB5;
    --bright-orange: #FF7445;
    --white-smoke: #F5F5F4;
    --white: #FFF;
    --dark-gray: #7D7C7C;
    --black: #000;
}

.bg_color2 {
    background: #d1d1d1 !important;
    font-weight: 909 !important;
}

.bg_color1 {
    background: #e5e5e5 !important;
}


.box {
    text-align: center;
    border: 2px solid #5091cd;
    height: auto;
    background: var(--white);
    background-color: transparent;
    height: 300px;
    position: relative;
    margin: 30px 0px;
}

li {
    color:#707070;
    font-size: 14px;
    line-height: 20px;
}
h4 {
    font-size: 18px;
}

.basic .title {
    background: #058D050D;
}

.standard .title {
    background: #058D050D;
}

.business .title {

    background: #058D050D;
}

.view {
    display: block;
    width: 100%;
    padding: 30px 0 20px;
    background: #fff;
    /* border-radius: 10px; */
    /* border: 1px solid #2a2a7a; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

i.fa.fa-check-circle.icon-cs {
    font-size: 16px;
    color: green;
}

.icon {
    display: flex;
    
}
.main-add h3 {
    color: #707070;
    font-weight: 700;
    font-size: 35px;
}
.main-add {
    background: #f3f3f3;
    padding: 60px;
    /* border-top: 20px solid #41a44b; */
    /* border-bottom: 20px solid #41a44b; */
    margin: 0px 0;
}
button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 30%;
    width: 60%;
    border-radius: inherit;
    color: #fff;
    padding: 8px;
    justify-content: end;
    float: right !important;
}

.icon img {
    width: 100px;
}

.cost {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 8px;
}
.banner-top{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20%;
    padding-top: 20%;
}

  
.top-right {
    display: flex;
    flex-direction: column !important;
    position: absolute;
    top: 20px;
    right: 100px;
}
button.btn.call {
    background-color: #41a44bdd;
    color: #fff;
    text-align: center;
    padding: 6px 30px;
    width: 100%;
    font-size: 13px!important;
    font-weight: bold;
    border: 0!important;
    border-radius: 0;
}
button.btn.call:hover{
    text-decoration:none!important;
}
button.btn.websiteIcon {
    background-color: #707070cf !important;
    margin-top:10px!important;
}
button.btn.websiteIcon:hover{
    border:0!important;
}
button.btn.websiteIcon a{
    color:#fff!important;
}
.form-clinic svg {
    width: 100% !important;
    margin-top: 0;

}
.left-section {
    display: flex;
    gap: 20px !important;
}
.left-section svg {
    width: 15% !important;
   
}
.col-md-4.col-12.review svg {
    width: 18px;
    margin-top: -2px;
}
button.btn.btn-dark {
    background: #707070!important;
    padding: 5px 20px;
}
button.btn.btn-blue.text-center i {
    color: #fff;
}
.rating svg {
    margin-top: -5px;
}
.bottom-left {
    position: absolute;
    bottom: 0px;
    background-color: #0000009e;
    padding: 25px 20px;
    width: 100%;
    left:0!important;
}
.form-clinic {
    color: #fff !important;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.reviews {
    display: flex !important;
    gap: 30px !important;
    font-size: 12px !important;
    padding:10px 0;
}
select#selectbox1 {
    border: navajowhite;
}
p.call {
    color: green;
}
.col-md-4.col-12.review svg {
    width: 18px;
}
p.reviews-grand {
    line-height: 20px;
    font-size: 14px;
}
input {
    display: block;
    outline: none;
    border: none;
    height: 2em;
    font-size: 16px;
    margin-bottom: 1px;
    border-bottom: 1px solid #d9d8d8;
  }
  
  input:focus {
    border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;
   
  }
  input {
    font-size: 12px !important;
    width: 80% !important;
    padding: 20px;
    margin: 10px 0px !important;
}
button.btn.btn-success {
    width: 80%;
    border: none;
}
.google-main {
    background-color: #f3f3f3;
    padding: 18px;
    border-radius: 5px !important;
    /* display: flex; */
}
.rating {
    font-size: 13px;
    font-weight:bold;
}
.rating span {
    font-weight: bold;
} 
.section-main {
    margin-bottom: 20px;
    margin-top: 20px;
}
.circle-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.circle-main {
    display: flex;
    gap: 20px;
    align-items: center;
}
.circle-content span {
    font-size: 12px;
}
.circle-content {
    line-height: 0px;
    /* margin: 0px; */
}
.circle-content p {
    font-weight: 600;
}
i.fa.fa-check-circle {
    color: #48abf1;
}
.rating-content {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ratingtop-content p {
    font-size: 14px;
}
.google-img-con {
    display: flex;
    gap: 10px;
    align-items: center;
}
.posted-on span {
    color: #ccc;
    font-size: 12px;
}
.posted-on p {
    color: #48abf1;
    font-size: 14px !important;
}
.write {
    display: flex;
    width: 10% !important;
}
.main-circle {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
}

.google-inner {
    display: flex;
    justify-content: space-between;
    align-items: center ;
}
button.btn.btn-secondary-write,a.btn.btn-secondary-write  {
    background-color: #48abf1;
    color: #fff;
    /* border-radius: inherit; */
    font-size: 15px;
    padding:5px 15px!important;
}
.main {
    background: #fff;
    padding: 30px;
    border-top: 20px solid #41a44b;
    border-bottom: 20px solid #41a44b;
    margin: 0px 0;
}
.view {
    display: block;
    width: 100%;
    padding: 30px 0 20px;
    background: #fff;
    /* border-radius: 10px; */
    /* border: 1px solid #2a2a7a; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
button.btn.signup.footer {
    background-color: #41a44b;
    margin-top: 30%;
    width: 60%;
    padding: 8px;
    justify-content: end;
    float: right !important;
}
h3.features {
    color: #2a2a72;
    font-size: 40px;
    
    text-align: justify;
}
.imgTag{
    float:right;
}
p.reviews-grand {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}
.tab-content p{
    text-align: left;
}
.nav .nav-link{
    font-size:15px!important;
}
.map-hold{
    width: 80%!important;
    height: 100%!important;
}
.reviewss{
    font-size:15px!important;
}
.tab-content p {
    text-align: left;
    font-size: 15px!important;
    color: #000;
}
.left-section svg {
    width: 30% !important;
}
.btn-search {
    background-color: #41A44B!important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    width: auto!important;
    font-size: 14px!important;
    border: 0!important;
}
.btn-blue{
    background-color: #5091CD!important;
}
.imgTag {
    float: right;
    text-align: right;
}
.imgTag ul{
    margin: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.imgTag ul.imgThumbs li {
    display: inline-block;
    width: 20%;
    margin: 0px 5px;
}
.imgTag ul.imgThumbs li {
    display: inline-block;
    width: 20%; 
    margin: 0px 5px;
}
.imgTag ul.imgThumbs li.img100per {
    width: 200px!important;
}
.google-main .rating-img{
    margin-left:-15px!important;
}
/*img gallery*/
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 15.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }s
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.img-gallery-magnific{
    text-align:right;
}
/*img gallery closed*/
@media (min-width: 1200px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
}
}
.additional {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.first-img svg {
    width: 70%;
}
.second-img svg{
    width: 70%;
}
ul.lSPager.lSpg {
    display: none;
}
.centered-imgright {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-position{
    position: relative;
    text-align: center;
    color: white;
  }
  button.show-all {
    border: none;
    background-color: #fff;
}
.col-md-4.col-12.review form {
    width: 80%;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    /* margin-bottom: 20px !important; */
    /* margin-top: 30px !important; */
    padding: 30px !important;
}
button.btn.btn-success {
    border: none;
    border-radius: inherit;
    padding: 16px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    background-color: green;
}
  .centered-imgright {
    color: #000;
    padding: 6px 15px;
    text-decoration: none;
    background-color: #fff;
}
.ratingtop-content p {
    font-size: 14px;
    width: 240px;
}
a.lSPrev {
    display: none;
}
button.btn.btn-blue.text-center {
    background-color: #5091CD;
    color: #fff;
    border: none;
    border-radius: inherit;
    /* align-items: center; */
}
@media only screen and (max-width: 768px)

{
    .card.card-body2 {
        margin: 30px;
    }
    .col-md-4.col-12.review {
        display: none;
    }
    div#v-pills-tabContent {
        display: none;
    }
    iframe {
        width: 100%;
    }
    .card.card-body2 img {
        margin: 0px !important;
     }
    .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column !important;
    }
    p.pla-one {
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    button.btn.signup.footer {
        background-color: #41a44b;
        margin-top: 0px !important;
        width: 60%;
        text-align: center;
        border-radius: inherit;
        color: #fff;
        padding: 8px;
        justify-content: end;
        float: right !important;
    }
    .col-md-4.col-12.review form {
        width: 100% !important;
    }
    .col-md-6.col-lg-3.col-sm-12 {
        max-width: 50% !important ;
    }
    h3.features {
        color: #2a2a72;
        font-size: 30px !important;
        text-align: justify;
    }
    .ratingtop-content p {
        font-size: 14px;
        width:100% !important;
    }
   
        .left-section {
          align-items: center !important;
        }
  
        .left-section svg {
          width: 24% !important;
          margin: 0;
        }
  
        .left-section h1 {
          margin: 0;
        }
  
        img#Image-right {
          margin-bottom: 20px;
        }
  
        img.rating-img {
          width: 40%;
        }
  
        .additional {
          flex-direction: column;
          text-align: center;
        }
  
        .second-img svg {
          width: 100%;
        }
  
        .first-img svg {
          width: 100%;
        }
  
        .write {
          width: 100% !important;
        }
  
        .google-rat {
          width: calc(100% + 110px);
        }
      
    .main-circle {
        background-color: #f3f3f3;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .circle-main {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
    
    .banner-top {
        position: relative;
        padding-bottom: 20%;
        padding-top: 50%;
    }
    .form-clinic {
        color: #fff !important;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    h1 {
  
        font-size: 18px !important;
    }
    .bottom-left {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100% !important;
    }
    .img-gallery-magnific {
        text-align: center;
    }
}
a.lSPrev {
    display: none !important;
}
select#selectbox1 {
    border: navajowhite;
    background-color: #fff;
    border: none;
    border:1px solid #ccc!important;
  }
  .reviews-grand{
    padding:10px 0!important;
    font-size:15px;
    font-weight:500!important;
  }
@media only screen and (min-width:768px) and (max-width:1024px) {
    .card.card-body2 img {
        margin: 0px !important;
     }
    a.lSPrev {
        display: none;
    }
    iframe {
       
        width: 100% !important;
    }
    .reviews {
        display: flex !important;
        gap: 30px !important;
        font-size: 12px !important;
        flex-direction: column;
    }
    .form-clinic {
        color: #fff !important;
        font-weight: bold;
        display: flex;
        /* justify-content: space-between; */
        width: 100%;
        flex-direction: row !important;
    }
}
p.pla-one {
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #707070;
}
h1.about {
    font-size: 25px;
}
button.nav-link {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #1ca903 !important;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card.card-body2 {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    box-shadow: 0 0 5px #909090;
    border-radius: inherit;
    min-height:90px;
    max-height:90px;
    margin-bottom:15px;
    overflow: hidden;
}
.card.card-body2 img {
   margin: 10px !important;
   width:90%!important;
   overflow:hidden;
   object-fit: cover;
}
.services ul li{
    position:relative;
}
.services ul li:before {
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 13px;
    left: -14px;
}
.services ul li {
    position: relative;
    color: #000;
    padding: 5px 0;
}
@media (max-width: 991px) {
    .tab-content>.tab-pane {
      display: block !important;
      opacity: 1;
    }
  }
  /* .accordion-button:not(.collapsed) {
        font-size: 1rem;
    color: #ffffff !important;
    text-align: center;
    background-color: #1ca903 !important;
    border: 0;
    border-radius: 0;
    
} */
.accordion-button {
    font-size: 1rem;
color: #000 !important;
text-align: center;
background-color: #ffffff !important;
border: 0;
border-radius: 0;

}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1ca903 !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border-bottom: 1px solid !important;
    border-top:1px solid !important;
}
a#simple-tab-0 {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    width: 80%;
 
    color: #fff !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: var(--bs-nav-pills-link-active-color);
    background-color: #41a44b !important;
}
a#payment-tab {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
a#services-tab {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
a#TreatmentFor-tab {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
a#LevelsOfCare-tab {
    width: 80%;
    background: transparent;
    color: #707070;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: inherit !important;
    border-color: #ccc !important;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.adSpace{
    padding:10px;
    margin:0 auto;
    text-align:center;
}