body {
    background: #ccc;
}
.address {
    margin-top: 10px;
}
.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;
}
.card-front {
    background: url('../img/kar.jpg');
    position: relative;
    height: 700px;
    overflow: hidden;
}
.person-image {
    height: 369px;
    width: auto;
    position: absolute;
    right: -32px;
    bottom: 0;
}
.name {
    color: #fff;
    margin-left: 21px;
    margin-top: 15%;
}
.contact-details {
    position: relative;
    left: 20px;
    margin-top: 17px;
}
.contact-details a {
    color: #000;
    background: #ffbe07;
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 15px;
    text-decoration: none;
}
.address p {
    color: #fff;
    font-weight: 100;
    width: 69%;
    margin-left: 20px;
    margin-top: 23px;
    margin-bottom: 6px;
}
.social-icons {
    position: absolute;
    bottom: 17px;
    left: 12px;
}
.social-icons a i{
    height: 35px !important;
    width: 35px !important;
    color: #edcc6e;
    border: 1px solid #edcc6e;
    padding: 5px;
    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: #fff;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 15px;
    padding-left: 15px;
}
.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: 24px;
    font-family: 'Poppins';
    background: #ffbe07;
    width: 71%;
    padding: 7px 15px;
    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: 18px;
    line-height: 30px;
    margin-top: 7px;
}
.addr span {
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 14px;
    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 37px auto;
    background: #198754;
    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: 24px;
}
footer {
    width: 400px;
    display: block;
    margin: 0 auto;
    background-color: #ffbe07 !important;
    padding: 7px;
}

.footer-icons i{
    font-size: 20px;
}

.footer-icons i, .footer-icons p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer-icons p a {
    text-decoration: none;
    color: #000;
    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;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.glry {
    width: 85%;
    margin: 35px auto;
    display: block;
}

.glry .col-6 {
    margin-bottom: 10px;
}

.y-gallery {
    width: 85%;
    margin: 35px auto;
    display: block;
}
.y-gallery .ttp {
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) { 
  .boot-card { 
    width: 100% !important; 
  } 
}