img{
	width: 100%;
	margin: 0 auto;
}
body{
	font-family: 'Poppins', sans-serif;
}


.mobileview
{
    display: none;
}


.deskview{
    display: block;
 }


a
{
     color:#061E3E;
     font-weight: 500;
     text-decoration: none;

}

    .text-replaced::after {
            content: "**********"; /* Display asterisks */
        }

        .text-replaced:hover::after {
            content: attr(data-text); /* Display the original text on hover */
        }
section
{
    padding:0;
    margin:0;
}

h2{
	font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color:#061E3E;
}
li{
	list-style: none;
}
ul{
	padding-left: 0px;
}

 

#ypofooterlinks li .router-link-active , #ypofooterlinks li a
{
  background-color: transparent;
  color:#fff !important;
}
/* CSS for the error modal */
.error-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;

}

.error-modal-content {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
     position: relative;
         width: 500px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}



.error-messages {
    border: 1px solid #FF0000;
     
    padding: 10px;
}

.error-message {
    color: #FF0000;
    
}
form .form-group
{
    padding:10px;
}

.filelabel {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

/* Hover effect */
.filelabel:hover {
  background-color: #2980b9;
} 




section .btn_cmn ,.btn-primary {
 	background-color: #061E3E;
 	border: 0px;
 	color: #fff;
 	padding: 10px 10px;
 }

 #SearchResults .card
 {
   
    
 }

 #SearchResults .card-img-top {
    width: 100%; /* This will make the image cover the full width of the card. */
    height: 300px; /* Specify the height you want. */
    object-fit: cover; /* The image will cover the frame without distortion, but parts may be cut off. */
    object-position: center; /* Adjust the alignment of the image within the frame. */
}

#SearchResults .card-title
 {
   font-weight: 600;
   color: #061E3E;
   font-size: 20px;
     text-transform: capitalize;
 }


.pagination   .active a
{
    background-color: #061E3E;
    color:#fff;
}
 #SearchResults .card p
 {
   padding:0;
   margin:0;
    
 }


 #SearchResults .card
 {

    margin-bottom:  15px;
} 
 .navbar {
	background-color: #061E3E;
}

.navbar-nav li a:hover, .navbar-nav li.show,.router-link-active
{
    background-color: #fff;
    color:#061E3E !important;
 

}
.nav-item a {
	 color: #fff;
}
.navbar img {
    width: 35%;
}

.navbar-nav .dropdown ul li a 
{
    color:#061E3E;
}
.navbar-expand-lg .navbar-nav .nav-link {
      font-size: 16px;
    padding: 10px;
    text-transform: capitalize;
}



#footer {
    background-color: #061E3E;
    padding: 41px 0;
}
#footer .details_footer h4 {
    margin-top: 33px;
    text-align: center;
}
#footer .details_footer  svg {
    fill: #fff;
}


#singlemember_Banner{
    width: 100%;
    /*height: 450px;*/
    background: url(../assets/images/single.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        opacity: 0.8;
 }

 #singlemember_Banner h1{
        margin-top: 2%;

    text-align: center;
 }
 #Single_member_page h3 {
    font-size: 26px;
    padding-top: 13px;
}
#Single_member_page p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.list_bottom .accordion-button:not(.collapsed){
    background-color: #253C58;
    color:#fff;}

@media only screen and (max-width: 768px) and (min-width:  320px){
	.navbar img {
    width: 56%;
    }
    .navbar-toggler{
    	    background-color: #fff;
    }
    #footer p{
    	text-align: center;
    }

    #singlemember_Banner h1{
        margin-top: 18%;

    text-align: center;
 }


 #SearchResults .card
 {
   
    width:100% !important;  
 }


.mobileview
{
    display: block;
}


.deskview{
    display: none;
 }


}
