.row.search-result-content ul li a {
    color: #0B5EAC !important;
}

.row.search-result-content ul li a:hover {
    color:#286e86 !important;
}

.row.search-result-content {
    min-height: calc(100vh - 272px);
}

#faq-home-row {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding-right:15px;
}

#faq-home-row a {
    background: #0b5eac;
    color: #ffff;
    padding: 10px;
}

.border-0 {
border:none!important;
}
.text-center {
text-align: center;
}
.footer a {
display: inline-block;
margin: 2px 0;
}
.commentsparts_st_1, .commentsparts_st_2 {
max-height: 250px!important;
}
.marque-custom {
padding-right: 15px;
}
@media (max-width: 768px) {
.marque-custom {
padding-right: 0px;
}
.pr-30 {
padding-right: 15px!important;
}
}

@media (max-width:767px) {
.faq-home {
padding-right:0px !important;
}
}

.pr-30 {
padding-right: 30px;
}
.marquee {
  height: 42px;
  width: 100%;
  background: #0b5eac;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.marquee div {
  display: block;
  width: 300%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 20s linear infinite;
}

.marquee a{
  float: left;
  width: 100%;
  color:#ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
}

@keyframes marquee {
    0% { left: 100%; }
    100% { left: -60%; }
}

@media (max-width:767px) and (min-width:481px) {
#faq-home-row {
     padding-right:0px;
    grid-template-columns: auto auto;
}
}

@media (max-width:480px) {
#faq-home-row {
     padding-right:0px;
    grid-template-columns: auto;
}
}
/* Stylesheet: custom-css Modified On 2023-10-03 13:28:56 */
/* custom css */

/*newpoll - form*/

.form-poll .custom-label {
	margin-bottom: 20px;
}

.form-poll .fbr_helptext {
  display:block;
  margin-bottom: 10px;
  font-style: italic;
}

.form-poll .custom-label label:first-child {
	margin-bottom: 8px;
}

.form-poll .custom-textarea label {
   font-weight: normal;
   margin-bottom: 8px;
}
.form-poll .custom-label-textarea textarea, .form-poll .custom-textarea textarea {
    display: block;
    width: 100%;
    margin: 15px 0 15px 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 150px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-poll .custom-textarea textarea {
   margin-top: 0;
}
.form-poll div label {
  font-weight: normal;
}

.form-poll div label:first-child {
  font-size: 1.5rem;
  font-weight: 700;
}

.form-poll .custom-label-textarea textarea:focus,
 .form-poll .custom-input input:focus {
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.form-poll .custom-input input {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	margin: 10px 0 15px 0;
}

.form-poll input[type=radio] {
	position: relative;
	top: 3px;
}

.form-poll .submit input:hover {
	background-color: #36AEAF!important;
}

.form-poll .submit input[type=submit] {
	padding: 13px 20px!important;
	width: 200px;
}
/* end responsive media queries */

/* end custom css */


/* Stylesheet: custom Modified On 2024-07-19 12:38:48 */
