* {
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    background-color: #444;
}
body, baby {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
h1,h2 {
    font-size: 2rem;
	line-height: initial;
}
strong {color: aqua;}
h3,h4,h5,h6 {
    font-size: 1.5rem;
	line-height: initial;
}
a {text-decoration: none;
}
p a {color: #f5e61b;
}
mark {background-color: #F04DFF;
    color: #000;
}
mark a {
	color: #000;
}
header {
    background-color: #000;
    overflow: hidden;
	
}
nav {
    background-color: #0000;
    color: white;
    padding: 10px;
}
.navbar-brand h2 {
    font-size: 24px;
}
@media (min-width: 992px) {
nav .navbar-collapse {
    justify-content: flex-end;
}
}
.navbar-nav a {
    margin: 5px;
    padding: 10px;
    border: 2px dotted #fff;
}
section {
    width: 100%;
	background-color: #0000;
}

footer {
    background-color: #8d0b31;
    /* width: 100vw; */
}
.footer a{color: #f7e2ad}
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.footer-box {
    margin: 1% 0;
    padding: 1% 1%;
	text-align: center;
}
.footer-box li {
    overflow: hidden;
    list-style: none;
    padding: 2px 0 2px 22px;
    margin: 0 0 4px 0;
    background: url(../index.html) left no-repeat;
}
.footer p {
    text-align: justify;
}
.footer h5 {
    font-size: 24px;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}
.footer-bar {
    border-top-style: solid;
    border-top-width: 1px;
    text-align: center;
}
.footer-bar>.contentbox {
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: .5px;
}

.contentbox{
    /* width:100%; */
    padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media(min-width:320px){
    .area-list li {width: 100%;}
}
@media screen and (min-width:425px) {
    .footer-box {width:100%;}
    .content-left, .content-right {width: 100%;}

}
@media(min-width:576px){
    .contentbox{max-width:540px}
}
@media(min-width:768px){
    .contentbox{max-width:720px}
    .footer-box {width: 31.33%;}
    .area-list li {width: 29.6%;}
    .content-left, .content-right {
        width: 65.7%;
    }
    .content-left {
        padding-right: 30px;
    
    }
    .content-right {
        float: right;
        padding-left: 30px;
    }
    .img-left, .img-right {
        width: 30%;
		border: 5px #8d0b31  double
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .card-body {
        text-align: left;
    }
}
@media(min-width:992px){
    .contentbox{max-width:960px}
    .area-list li {width: 22.29%;}
    .content-left, .content-right {
        width: 66.8%;
    }
}
@media(min-width:1200px){
    .contentbox{max-width:1140px}
}

.contentbox-fluid{width:100%;padding-right:30px;padding-left:30px;margin-right:auto;margin-left:auto}
footer>.contentbox {
    padding-top: 30px;
    padding-bottom: 30px;
}
main>section>.contentbox {
    padding-top: 30px;
    padding-bottom: 30px;
}
.alia .contentbox {
    text-align: justify;
	background-color: #8d0b31;
	border-right: double;
	border-left: double;
}
.baby h1,h2,h3,h4,h5,h6 {
    color: #f5e61b;
    margin-bottom: 10px;
}
.baby p {
    text-align: justify;
    font-weight: 600;
}
.baby>p {
    margin-top: 15px;
    margin-bottom: 20px;
	font-family: sans-serif;
	font-weight: 600;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
	border: #FFFFFF 2px dashed;
}
.navbar>.contentbox {
    width: 100%;
    display: contents;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    text-decoration: none;
}
.collapse:not(.show) {
    display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: #ffffff;
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.m-auto {
    margin: auto !important;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.text-center {
    text-align: center;
}
.row {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.content-left p, .content-right p {
    text-align: justify;
	font-weight: 600;
	font-family: sans-serif;
	color: #fff;
}
.content-left h1,h2,h3,h4,h5, .content-right h1,h2,h3,h4,h5
{color: #f5e61b;}

.shadow {
  border: #f5f40b  1px solid;
  width: 100%;
  background: #8d0b31;
  font-size: 20px;
  border-top-left-radius: 30px;
}
.shadow h2, h4 {
  margin: 12px;
  color:#8dffe0;
}
.nowcalling{
	display:block;
	position:fixed;
	bottom:0;
	width:100%;z-index:9999}
.lcol,.rcol{
	float:left;
	width:50%}
.lcol{
	background-color:#8d0b31}
.rcol{
	background-color:#1e9908}
.lcol a,.rcol a{
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#fff}
table {
  width: 100%; 
  border-collapse: collapse;
  font-family: sans-serif;
}

th, td {
  text-align: center; /* Left-align content */
  padding: 10px; /* Add padding for better spacing */
  border: 1px solid #ddd; /* Add thin borders */
  color: #fff !important;}

th {
  background-color: #8d0b31;
}
td {color: aliceblue !important; 
  align-content: center;
}
td a{
	color: #F5F40B;
}
button {
  background-color: #139B22; 
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer; 
}
@media screen and (max-width: 768px) { /* Adjust breakpoint as needed */
	table{
	padding-left: 15px!important;
}
}
.faq-section {
            max-width: 100%;
            margin: 50px auto;
        }
        .faq-section h2 {
            text-align: center;
            margin-bottom: 20px;
        }
    
    .accordion {
cursor: pointer;
    padding: 18px;
   width: 100%; 
    border: 1px solid #dfcfcf;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px;
    font-weight: 600;
    font-family: Philosopher;
	 background-color: #eee;
            color: #444;
}
.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 600;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    background: #ba1b1b;

    border-radius: 50%;
    padding: 0 10px;
}
.panel {
    padding: 0 18px;
    background-color: #ba1b1b;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    border-radius: 0 0 6px 6px;
}
.panel p {
    padding: 20px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}
.text {
    color: rgb(255 255 255) !important;
    font-family: Philosopher;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
    
	  .accordion.active, .accordion:hover {
            background-color: #ccc;
        }
        .accordion {
           
            cursor: pointer;
            padding: 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            margin-bottom: 10px;
        }
        @media (max-width: 600px) {
            .faq-section {
                padding: 10px;
            }
            .accordion {
                font-size: 14px;
                padding: 14px;
            }
            .panel p {
                font-size: 14px;
            }
        }
.single-profile .post {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9f0f5;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 180px;
    overflow: hidden;
    cursor: pointer;
	position:relative;
}
.single-profile .post .image-col {
    min-width: 115px;
	position:relative;
}
.post #pro {
    position: absolute;
    margin-left: 8px;
    margin-top: 8px;
    z-index: 1;
}
.pl-10 {
    padding-left: 2.5rem;
}
.post .post-content-col .text .post-title {
    font-size: 16px;
    line-height: 24px;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.geo-list-elem {
    font-size: 12px;
    display: inline-block;
	color:#fff;
}
.post .contact-icons {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    background-color: #fff;
    z-index: 2;
    white-space: nowrap;
}
@media only screen and (min-width: 1200px){
.post .post-content-col .text {
    padding-left: 30px;
    display: grid;
}
}
@media only screen and (min-width: 992px){
.post .post-content-col .text {
    padding-left: 20px;
    padding-right: 20px;
}
.post .contact-icons {
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
}
@media only screen and (min-width: 768px){
.post .post-content-col .text {
    padding: 10px 55px 10px 10px;
}
.post .contact-icons {
    right: 10px;
    bottom: 8px;
}
}
@media only screen and (min-width: 576px){
.post .post-content-col .text {
    padding: 10px 55px 10px 10px;
}
.post .contact-icons {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: right;
}
}
@media (max-width: 576px){
p.post-excerpt {
    visibility: hidden!important;
}
.logo {
    position: absolute;
    top: 2px;
    left: 0;
	display:inline-block;
    height: 46px;
	width:29%;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
}
}
@media (max-width: 768px){
.geo-list {
    list-style: none;
    position: absolute;
    bottom: -6px;
    left: -31px;
}
}

.flexc{
	display:flex;
}
.single-profile{
	padding:0px 0px;
}
.content .itemContainer .item div.itemLink {
    display: block;
    height: 216px;
    overflow: hidden;
}
.content .itemContainer .item div.itemLink .itemInfoRight {
    width: calc(100% - 220px);
    float: right;
    padding: 20px 15px;
}
.itemLink a img{
	width: 219px;
	padding: 5px;
}
.content .itemContainer .item div.itemLink .itemInfoRight p {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}
.content .itemContainer .item div.itemLink .itemInfoRight .itemFlagge {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid rgba(0,0,0,.1);
}
.content .itemContainer .item div.itemLink .itemInfoRight .itemTitle {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.content .itemContainer .item {
    position: relative;
    z-index: 5;
	border: 3px double #fff;
	margin-bottom:30px;
}
.content .itemContainer .item .itemInfoBottom {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: calc(100% - 294px);
    background-color: #030303;
    overflow: hidden;
}
.content .itemContainer .item div.itemLink .itemInfoRight .premiumBox {
    display: inline-block;
    background-color: #f5e61b;
    color: #000;
    text-transform: uppercase;
    padding: 3px 5px;
    font-size: 14px;
    margin-right: 5px;
	border-bottom-right-radius: 10px;
}
.content .itemContainer .item div.itemLink .itemInfoRight span {
    font-size: 25px;
    font-weight: 600;
    color: #b3ff02;
}
.content .itemContainer .item div.itemLink .itemInfoRight .itemPhone {
    display: inline-block;
    background-color: #e30000;
    color: #000;
    -webkit-text-fill-color: #fff;
    text-transform: uppercase;
    padding: 3px 5px;
    font-size: 14px;
    margin-right: 5px;
	border-radius: 5px;
}
.bottomBox{
	color:#fff;
	margin-left:17px;
}
.content .itemContainer .item div.itemLink .itemInfoRight h4 {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e8ce88;
}
@media (min-width: 574px){
.itemLink {
    display: inline-flex!important;
}
}
@media only screen and (max-width: 575px){
.content .itemContainer .item div.itemLink {
    height: auto;
}
.content .itemContainer .item div.itemLink .itemInfoRight {
    width: 100%;
}
.content .itemContainer .item .itemInfoBottom {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    background-color: #030303;
    overflow: hidden;
}
.itemLink a img {
    width: 100%;
    height: 450px;
}
}
.pop-button {
  background-color: #2A8B09; 
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  display: inline-block; 
  transition: all 0.3s ease-in-out; 
}
.pop-button:hover {
  transform: scale(1.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); 
}
.pop-button:active {
  transform: scale(0.9); 
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 20px;
  margin: 0 auto;
  padding: 20px;
}
.profile {
  background-color: #8d0b31;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); 
}
.profile:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.profile img {
  width: 100%;
}
.profile p {
  margin-top: 2px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .profile-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .profile-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.list {
  width: 100%;
}
.list .listbutton { 
  background-color: #ba1b1b;
  color: white;
  padding: 10px 20px;
  margin: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Optional: distribute buttons evenly */
}
@media screen and (not (flex-box: auto)) { /* Replace with supported flexbox property if needed */
  .list {
    overflow: hidden; /* Prevent horizontal overflow on older browsers */
  }
  .listbutton {
    float: left; /* Force buttons to stack horizontally */
    width: 48%; /* Set button width to ensure two per row (adjust as needed) */
    margin-right: 2%; /* Add spacing between buttons */
  }
  .listbutton:nth-child(2n) { /* Clear float for new row after every other button */
    margin-right: 0;
  }
@media screen and (max-width: 768px) {
  .listbutton {
    padding: 8px 16px; /* Adjust padding for smaller screens */
    width: 100%; /* Make buttons full width on mobile */
  }
}