/* CSS Document */
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");

html, body {
	margin: 0;
    padding: 0;
}

body {
	background-color: #fbfbfb;
	color: #414141;
	font-family: 'Poppins', 'Mukta', sans-serif;
	font-size: 15px;
	direction: ltr;
	line-height: 1.34;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', 'Hind', sans-serif;
}

p {
	line-height: 1.6;
}

a {
	display: inline-block;
}

section {
	padding: 60px 0px 100px;
}

b, strong, label {
	font-weight: 500;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mybreadcrumb {
	padding-top: 30px;
}

.form-control {
	border-radius: 0px;
}

header {
	padding: 0px;
	background-color: #fff;
}

header .logo {
	margin-top: 15px;
}

header span {
	display:inline-block;
	font-weight:bold;
	color: #633387;
}

header .thumbnail {
	border: none;
	padding-left: 15px;
	padding-bottom: 0px;
	overflow: auto;
	background-color: transparent !important;
}

header .my_logo {
	margin-left: 0px;
	margin-top: 0px;
}

.header .thumbnail a {
	display: inline-block;
	overflow: auto;
	color: #414141;
	font-size: 13px;
}

.contact-detail {
	float: right;
	padding: 5px;
	margin-top: 25px;
	margin-right: 25px;
	word-wrap: break-word;
	font-size: 14px;
}

.contact-detail h4, .contact-detail span {
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #f83f32;
}

.contact-detail span a {
	color: #414141;
	font-weight: 500;
}

.contact-detail a {
	color: #414141;
	text-decoration: none;
}

.navbar {
	background: #fff;
	padding: 5px 0px;
	margin: 0px;
	border-top: 1px solid #efefef;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #414141;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #850be2;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #850be2;
}

.active-link a {
	color: #850be2;
}

.navbar-toggle {
    background-color: #ffffff;
    background-image: none;
    border: 0.5px solid transparent;
    border-radius: 0px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
	background-color: #850be2;
	color: #ffffff;
}

.navbar .navbar-text {
	padding-left: 20px;
	color: #414141;
}

.hero {
	background-image: url(../images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	height: 80%;
}

.red {
	color: #f83f32;
}

.purple {
	color: #850be2;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    margin: auto;
}
.mycarousel {
    margin-bottom: 0;
    padding: 0 40px 30px;
}
.mycarousel-control {
    left: -12px;
    right: -12px;
}
.mycarousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}
.mycarousel-indicators li {
    background: silver;
}
.mycarousel-indicators .active {
    background: #333111;
}
.approach, .why-us {
    background-attachment: fixed;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
    background-repeat: repeat-x;
}
.about {
	background-color: #850be2;
	background-image: url(../images/citypattern.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about h1 {
	letter-spacing: 0.9px;
	line-height: 1.2em;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 20px;
}

.about h1 strong {
	font-weight: 800;
}

.about p {
	line-height: 1.6;
	color: #ffffff;
}

.read-more-btn {
	padding: 15px 30px;
	background-color: #ffffff;
	color: #414141;
	border: 1px solid #ffffff;
	border-radius: 30px;
	transition: 0.9s;
}

.read-more-btn:hover {
	background-color: #f83f32;
	color: #ffffff;
	border-color: #f83f32;
}

.services {
	background-color: #ffffff;
}

.services h2 {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
    line-height: 1.2em;
}

.services .service-box {
	padding: 15px 10px;
	background-color: transparent;
	text-align: center;
	border: none;
	border-radius: 0px;
	transition: 0.9s;
}

.services .service-box:hover {
  box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.07);
}

.services .service-box .img-container {
	border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0px auto;
	transition: 0.9s;
}

.services .service-box:hover .img-container {
	background-color: #E4E4E4;
}

.services .service-box img {
	width: 60px;
	max-width: 100%;
	margin: auto;
	padding-top: 25px;
}

.services .service-box .caption h4 {
	color: #414141;
	font-size: 16px;
}

.about-center {
	background-color: #f7f6f2;
}

.about-center h2 {
	font-size: 36px;
	font-weight: 700;
	color: #414141;
	text-align: center;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.about-center h2 small {
	font-size: 18px;
	font-weight: 600;
}

.about-box {
	padding: 0px;
	background-color: #ffffff;
	border: 0.5px solid #f7f6f2;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}

.about-box img {
	width: 100%;
	height: 200px;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px 10px 0px 0px;
}

.about-box .caption h3 {
	font-size: 24px;
	color: #414141;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.appointment {
	padding: 20px 0px;
	background-color: #630ba7;
	background-image: url(../images/low-contrast-linen.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

.appointment h4 {
	float: left;
	color: #ffffff;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0px;
	line-height: 1.2em;
}

.appointment h4 small {
	color: #bb63ff;
	font-size: 17px;
}

.appointment-btn {
	float: right;
	padding: 15px 50px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #414141;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #ffffff;
	border-radius: 30px;
	transition: 0.9s;
	cursor: pointer;
}

.appointment-btn:hover {
	background-color: #f83f32;
    color: #ffffff;
	border: 1px solid #f83f32;
}

.appointment-btn a {
	color: #414141;
	text-decoration: none;
	display: block;
}

.appointment-btn:hover a {
	color: #ffffff;
}

.fertlity-services {
	background-color: #ffffff;
	background-image: url(../images/fertility-services.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.fertlity-services h2 {
	color: #414141;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.accordian-container {
	width: 500px;
	max-width: 100%;
}

.fertlity-services .panel-group .panel {
	border-radius: 0;
    box-shadow: none;
	border: none;
}

.fertlity-services .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: rgba(247, 246, 242, 0);
    border: 0.5px solid #f7f6f2;
}

.fertlity-services .panel-title {
	font-size: 14px;
}

.fertlity-services .panel-title > a {
	display: block;
    padding: 15px;
    text-decoration: none;
}

.fertlity-services .more-less {
    float: right;
    color: #212121;
}

.fertlity-services .panel-title > a:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
	font-weight: 600;
    padding-right: 5px;
}

.fertlity-services .panel-title > a.collapsed:before {
    float: right !important;
	font-family: "Font Awesome 5 Free";
    content: "\f067";
}

.fertlity-services .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus  {
    text-decoration:none;
}

.fertlity-services .panel-title > a:before {
    float: right !important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 10px;
    font-weight: 600;
    background-color: #f83f32;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px;
}

.fertlity-services .panel-title > a.collapsed:before {
    float: right !important;
	font-family: "Font Awesome 5 Free";
    content: "\f067";
}

.fertlity-services .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus  {
    text-decoration:none;
}

.fertlity-services .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #f9f9ff;
    background-color: #f9f9ff;
}

.fertlity-services .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
	padding-left: 20px;
}

.fertlity-services .panel-default > .panel-heading + .panel-collapse > .panel-body ul li {
	line-height: 2.1;
}

.our-team {
	background-color: #ffffff;
}

.our-team h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.our-team .team-box {
	padding: 0px;
    background-color: #ffffff;
    border: 0.5px solid #f7f6f2;
    border-radius: 10px 10px 0px 0px;
	overflow: auto;
}

.our-team .doctor-img {
	width: 100%;
	height: 300px;
	max-height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.our-team .caption {
    padding: 20px;
    text-align: center;
}

.our-team .caption h3 {
    font-size: 24px;
    color: #414141;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
    letter-spacing: 0.9px;
    line-height: 1.2em;
}

.testimonials {
	background-color: #f7f6f2;
	background-image: url(../images/red-geo.png);
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}

.testimonials h2 {
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.testimonials .fa.fa-quote-right {
	color: #ffffff;
	font-size: 40px;
}

.testimonials p {
	width: 600px;
	max-width: 100%;
	display: block;
    margin: 20px auto;
	text-align: center;
}

.testimonials .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 120px; 
    height: 120px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #ffffff; 
}

.testimonials .carousel-indicators li {
    background-color: #ffffff;
    height: 5px;
    width: 10px;
    margin: 5px;
    border: none;
}

.testimonials .carousel-indicators li.active {
    background-color: #ff8b83;
    box-shadow: 3px 3px 8px #404040;
}

.testimonials .carousel-indicators {
    bottom: -50px;
}

.person {
	color:#ffffff;
	font-size:14px;
}

.about-us {
	background-color: transparent;
}

.about-us h1 {
	color: #414141;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.about-us h1 strong {
	font-weight: 800;
}

.skills {
	background-color: #630ba7;
	background-image: url(../images/skills.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.skills h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.skills h2 small {
	color: #414141;
	font-size: 14px;		
}

.skills p {
	text-align: center;
	width: 400px;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.progress-bar-holder {
	margin-top: 15px;
}

.skill-box {
	background-color: transparent;
	padding: 0px;
	border: none;
}

.skill-percentages {
    margin: 15px 0 0;
}

.skill-percentages .info {
    color: #414141;
}

.skill-percentages .info .pull-left {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
	margin-bottom: 10px;
}

.skill-percentages .review-bar {
    background-color: #ffffff;
    display: block;
    height: 8px;
    margin-right: 0;
    width: 100%;
}

.skill-percentages .review-bar .rating {
    background-color: #850be2;
    height: 8px;
}

.newsletter {
    background-color: #ffffff;
    text-align: center;
}

.newsletter h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.newsletter .form-control {
	width: 250px;
    height: 45px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
}

.subscribe-btn {
    padding: 10px;
    height: 45px;
    background-color: #f83f32;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #f83f32;
    border-radius: 0px 20px 20px 0px;
    transition: 0.9s;
    cursor: pointer;
}

.subscribe-btn:hover {
    background-color: #ffffff;
    color: #414141;
	border: 1px solid #cccccc;
}

.newsletter small {
    padding: 5px 0 10px;
    font-size: 17px;
    display: block;
}

.newsletter small.sm-text {
    padding-top: 10px;
    font-size: 14px;
}

.our-services {
	background-color: transparent;
}

.our-services h2 {
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.our-services .tab-content {
    margin-top: 20px;
    overflow: auto;
}

.our-services .nav-tabs>li.active>a {
    background-color: #f83f32;
    color: #ffffff;
}

.our-services ul li {
	line-height: 2.6;
}
.gallery {
	background-color: transparent;
}

.gallery h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.gallery #masonry {
  column-count: 2;
  column-gap: 1em;
}

@media(min-width: 30em) {
 .gallery #masonry {
    column-count: 3;
    column-gap: 1em;
  }
}

@media(min-width: 40em) {
 .gallery #masonry {
    column-count: 4;
    column-gap: 1em;
  }
}

@media(min-width: 60em) {
 .gallery #masonry {
    column-count: 5;
    column-gap: 1em;
  }
}

@media(min-width: 75em) {
 .gallery #masonry {
    column-count: 6;
    column-gap: 1em;
  }
}

.gallery .gallery-item {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;
  

  /*idk why but this fix stuff*/
}

.gallery .gallery-item.active {
  animation-name: active-in;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}


.gallery .gallery-item.active:before {
  content: "+";
  transform: rotate(45deg);
  font-size: 48px;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color:rgba(0,0,0,0.85);
  border-radius: 50%;
  width:48px;
  height:48px;
  text-align:center;
  line-height:48px;
  z-index:12;
}

.gallery .gallery-item.active img {
  animation-name: active-in-img;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}


@keyframes active-in {
  0% {
    opacity:1;
    background-color:white;
  }
  
  50% {
    opacity:0;
    background-color:rgba(0,0,0,0.90);
  }
  
  100% {
    opacity: 1;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.90);
  }
}

@keyframes active-in-img {
  0% {
    opacity:1;
    transform:translate(0%, 0%);
    top: 0;
    left: 0;
    max-width: 100%;
  }
  49% {
    opacity:0;
    transform: translate(0%, -50%);
  }
  50% {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  100% {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: auto;
  max-height: 95vh;
  opacity:1;
  }
}

.all-testimonials {
	background-color: transparent;
}

.all-testimonials h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.all-testimonials .testimonial-container {
	margin-bottom: 5px;
}

.all-testimonials .media {
	padding: 20px;
	margin: 10px;
	background-color: #ffffff;
	border-width: 5px 1px 1px 1px;
	border-color: #630ba7 #eeeeee #eeeeee #eeeeee;
	border-style: solid;
	transition: 0.9s;
}

.all-testimonials .media:hover {
	box-shadow: 0px 13px 21px 0px rgba(0, 0, 0, 0.07);
}

.all-testimonials .media-object {
	width: 180px;
	height: 150px;
	object-fit: cover;
	vertical-align: middle;
}

.all-testimonials .media-left {
	padding-right: 15px;
}

.all-testimonials p {
	text-align: justify;
}

.all-testimonials blockquote {
    font-size: 13px;
    line-height: 1.6;
    padding: 5px 5px 5px 15px;
}

.all-testimonials blockquote:before {
	color: #eeeeee;
	content: open-quote;
	font-size: 3em;
	line-height: 0em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}

.all-testimonials blockquote:after {
	color: #eeeeee;
	content: close-quote;
	font-size: 3em;
	line-height: 0em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}

.all-testimonials blockquote cite {
    float: left;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

.blogs .thumbnail {
    padding: 20px;
    border: none;
    border-radius: 0;
    overflow: auto;
}

.blog-details {
	
}

.blogs img {
    margin-bottom: 15px;
}

.blog_main_img img {
    width: 100%;
    height: 400px;
    padding-bottom: 20px;
}

.blog-date {
    color: #414141;
    text-align: center;
}

.blog-date .dt {
    font-size: 72px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.left-border {
    border-left: 1px solid #dcdcdc;
    padding-left: 15px;
}

.blogs a, .blogs a:hover {
	text-decoration: none;
}

.blogs h1 {
    color: #414141;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    padding-top: 0;
    margin-top: 2px;
    margin-bottom: 20px;
    letter-spacing: 0.9px;
    line-height: 1.2em;
}

.blog-content {
    padding-top: 15px;
    clear: both;
}

.blog-content p {
    padding-bottom: 15px;
}

.sidebar h3 {
	padding-top: 10px;
    padding-bottom: 15px;
    font-weight: 600;
	font-size: 21px;
    color: #414141;
    text-align: center;
}

.sidebar img {
	display: inline-block;
	padding: 2px;
	margin: 2px;
	width: 45px;
    height: 45px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
	border: 1px solid #efefef;
}

.sidebar-content a {
	padding: 5px 12px;
    margin: 1px 5px;
    color: #414141;
    border: 1px solid #efefef;
    border-radius: 0px;
    text-align: center;
	transition: 0.3s;
}

.sidebar-content a:hover {
	background-color: #f83f32;
	color: #ffffff;
}

.contact {
	background-color: transparent;
}

.contact h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.contact .form {
    padding: 25px;
    margin-top: 15px;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: auto;
    box-shadow: 7px -6px 0px 0px rgba(0, 0, 0, 0.07);
}

.contact legend {
	padding-bottom: 15px;
    color: #414141;
    font-size: 20px;
    overflow: auto;
}

.contact ul {
    list-style-type: none;
    padding-left: 5px;
}

.contact li {
    line-height: 2;
    padding-bottom: 10px;
    padding-left: 20px;
}

.contact .contact-ico li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    content: '\f095';
    color: #ed3237;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contact .email-ico li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    content: '\f0e0';
    color: #ed3237;
    font-weight: 900;
}

.contact .address-ico li::before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    top: -5px;
    left: 0;
    content: '\f3c5';
    color: #ed3237;
    font-weight: 900;
}

.contact .form-control:focus, *:focus {
    outline: none;
	outline-color: transparent;
}

.contact textarea {
	resize: none;
}

.submit-btn {
    padding: 15px 30px;
    background-color: #f83f32;
    color: #ffffff;
    border: 1px solid #f83f32;
    border-radius: 30px;
    transition: 0.9s;
}

.submit-btn:hover {
	background-color: #ffffff;
	color: #414141;
	border-color: #cccccc;
}

.map {
	background-color: #fbfbfb;
	padding: 0px;
}

.map h2 {
	text-align: center;
	color: #414141;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 20px;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.bottom {
	background-color: #630ba7;
	background-image: url(../images/bottom-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.bottom-box {
	background-color: transparent;
	color: #fff;
	border: none;
}

.bottom-box h4 {
	color: #ffffff;
	font-weight: 600;
}

.bottom .table tr td, .bottom .table tr th {
    border: none;
    padding: 2px;
}

footer {
	padding: 15px;
	background-color: #ffffff;
}