body {
    background: #ccc;
}

.address {
    margin-top: 13px;
}

.boot-card {
    width: 400px;
    display: block;
    margin: 0 auto;
    border: none;
}

.np {
    padding: 0 !important;
}

.card-heading h5 {
    text-align: center;
    background: #ccc;
    color: #fff;
    padding: 10px;
}

.card-body h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.person-image {
    height: 369px;
    width: auto;
    position: absolute;
    right: -32px;
    bottom: 0;
}

.name {
    color: #fff;
    margin-left: 21px;
    margin-top: 9%;
}

.contact-details {
    position: relative;
    left: 20px;
    margin-top: 25px;
}

.contact-details a {
    color: #ffffff;
    background: #31b55c !important;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 15px;
    text-decoration: none;
    margin-right: 3px;
}

.address p {
    color: #fff;
    font-weight: 100;
    width: 69%;
    margin-left: 20px;
    margin-top: 23px;
    margin-bottom: 6px;
}

.social-icons {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.social-icons a i {
    height: 30px !important;
    width: 30px !important;
    color: #8593b4;
    border: 1px solid #8593b4;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

.extra-icons {
    margin-left: 85px;
    margin-top: 13px;
}

.extra-icons a {
    margin-right: 10px;
    color: #ccc;
}

.details-card {
    padding: 25px 0;
    margin-top: 10px;
}

.int-detail {
    color: #392fc0a1;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 15px;
    padding-left: 15px;
    line-height: 35px;
}

.int-detail i {
    height: 26px;
    width: 26px;
    /* border: 1px solid #ccc; */
    /* border-radius: 50%; */
    text-align: center;
    line-height: 23px;
    font-size: 12px;
}

.text-heading {
    font-size: 20px;
    font-family: 'Poppins';
    text-align: center;
    padding: 40px 22px;
    border-radius: 0 5px 5px 0;
}

.about-text {
    width: 80%;
    margin: 0 auto;
}

.about-text p {
    text-align: justify;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
}

.about-text h4 {
    margin-top: 10px;
}

.s-images {
    width: 85%;
    margin: 0 auto;
}

.ip {
    margin: 20px 0px;
}

.ip h4 {
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
    padding: 12px;
}

.ip img {
    height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
}


/* gallery */

.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
}

.gallery:hover .gallery__image {
    filter: grayscale(1);
}

.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.gallery__link {
    margin: 2px;
    overflow: hidden;
}

.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}


/* .gallery__link:hover .gallery__caption {
    opacity: 1;
  } */

.gallery__thumb {
    position: relative;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery__image:hover {
    transform: scale(1.1);
}

.glry {
    width: 85%;
    margin: 35px auto;
    display: block;
}

.y-gallery {
    width: 85%;
    margin: 35px auto;
    display: block;
}

.y-gallery .ttp {
    margin-bottom: 10px;
}

.map {
    width: 85%;
    margin: 35px auto;
    display: block;
}

.qr {
    height: 165px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.addr {
    width: 85%;
    display: block;
    margin: 0 auto;
}

.addr p {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    margin-top: 7px;
}

.addr span {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 13px;
    line-height: 30px;
    margin-top: 7px;
}

.addr span i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
}

.main-page-quote p {
    position: absolute;
    top: 62%;
    left: 4%;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 23px;
}

.share-wp {
    /* width: 85%; */
    display: block;
    margin: 37px auto 25px auto;
    background: #666666;
    padding: 26px 34px;
}

.wp-h4 {
    text-align: center;
    /* margin-top: 41px; */
    font-weight: 300 !important;
    /* background: #22935e; */
    width: 85%;
    margin: 16px auto 24px auto;
    padding: 7px;
    color: #fff;
    border-radius: 25px;
    font-size: 22px;
}

footer {
    width: 400px;
    display: block;
    margin: 0 auto;
    background-color: #1aae4a !important;
    padding: 7px;
}

.footer-icons i {
    font-size: 20px;
    color: #fff;
}

.footer-icons i,
.footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer-icons p a {
    text-decoration: none;
    color: rgb(255 255 255);
    font-size: 13px;
}


/*Appointment*/

.inner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 147, 173, 0.7);
    overflow: auto;
}

.form-data {
    /* margin-top: 21%; */
    background-color: #FFF;
}

.form-body {
    padding: 20px;
}

.form-head {
    padding: 10px;
    border-bottom: 1px solid #CCC;
}

.form-head h2 {
    font-size: 22px;
    font-weight: 600;
}

.no-margin {
    margin: 0px;
}

.form-row {
    margin-bottom: 15px;
}

.form-control {
    background-color: #f7f7ff;
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: none;
    border: 3px solid #138496;
}

.btn-appointment {
    width: 100%;
}

.content {
    margin-top: 15%;
    text-align: center;
    color: #FFF;
    padding: 30px;
}

.content h1 {
    font-weight: 600;
    font-size: 3.5rem;
}

.content h2 {
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 20px;
}

.content p {
    font-size: 22px;
    margin-top: 20px;
}

.datepicker td,
.datepicker th {
    padding: 5px;
}

.dropdown-menu.datepicker {
    max-width: 300px !important;
}

.appnt-frm {
    width: 85%;
    margin: 0 auto;
}

.modal-dialog {
    max-width: 380px !important;
    margin: 15% auto !important;
}

.modal-body a i {
    font-size: 40px;
    margin-right: 28px;
}

.service {
    width: 85%;
    margin: 0 auto;
}

.service .col-6 img {
    border-radius: 10px;
}

.service .col-6 a {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 500;
    font-family: 'Poppins';
}

.service .col-6 {
    text-align: center;
}

.credits {
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    margin-bottom: 0;
    margin-top: 23px;
}

.credits a {
    color: #c6ffc2;
    font-weight: 700;
    font-family: 'Poppins';
    text-decoration: none;
}

.btn-success {
    background-color: #4e6e54 !important;
    border-color: #ffffff !important;
}

.extra-icons i {
    color: #ffffff !important;
}

.about-text ol li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.service .col-12 {
    text-align: center;
    margin-bottom: 25px;
}

.service .col-12 a {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 500;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
}

.container-img img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
}

figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

figure>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

figure a {
    color: black;
    text-decoration: none;
}

.container-img {
    column-count: 3;
    column-gap: 10px;
}

 @media screen and (max-width: 400px) { 
  .boot-card { 
    width: 100% !important; 
  } 
 }
 @media screen and (max-width: 400px) { 
    footer { 
      width: 100% !important; 
    } 
   }