﻿html {
font-size: 16px;
width: auto !important;
overflow-x: hidden !important
}
body {
font-family: Arial, x-locale-body, sans-serif, "Helvetica Neue", Helvetica;
margin: 0 auto;
max-width: 71.875rem;
padding: 0.125rem;
line-height: 1.9;
background:#f2f2f2;
}
@media (max-width: 48rem) {
body {
padding: 0.625rem;
}
}
a:active, a:link, a:visited {
color: #006ec6;
text-decoration: none;
text-decoration-skip-ink: none;
text-underline-offset: 4px;
}
a:hover, a:focus {
color: #1B4F72;
text-decoration: underline;
text-decoration-skip-ink: none;
text-underline-offset: 4px;
}
h2 {
color: #333333;
margin: 0;
}
h4 {
margin-top: 10px;
color: #333333;
font-size: 1.2rem;
line-height: 2;
display: inline-block
}
h1 {
color: #222222;
font-size: 2.2rem;
margin: 0.2rem 0 0.7rem;
background-color: #e0e0e0;
padding-left: 1.25rem;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
border-color: gray;
border-width: 0.0625rem;
}
.header {
max-width: 100%
}
.header img {
float: left;
max-width: 120px;
max-height: 80px;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap; /* Allows child elements to wrap */
width: 100%;
}
.hdrleftCol {
display: flex;
align-items: center;
flex: 1 1 auto; /* Makes the column flexible */
}
.mgnbtm {
margin-bottom: 20px;
}
.mgntop {
margin-top: 20px;
}
.hdrrightCol {
display: flex;
justify-content: flex-end;
align-items: center;
flex: 1;
margin-right: 12px;
}
.header-img {
width: 100%;
max-width: 215px;
height: auto;
}
.bdr-hi {
border-inline-start: solid 3px #f9c818;
padding-left: 10px !important;
line-height: 1.5;
margin: 15px !important;
display: inline-block;
}
.blk-heading {
color: black;
margin: 35px 0 20px 0;
}
/*Search*/
/*Search*/
.input-container {
position: relative;
width: 100%;
max-width: 300px;
}
/* Search input styling */
.search-input {
width: 100%;
padding: 0.625rem 0.9375rem 0.625rem 2.5rem;
border: 0.125rem solid #ccc;
border-radius: 0.9375rem;
font-size: 0.875rem;
outline: none;
transition: border-color 0.3s ease;
background: #f5f9ff;
}
.search-input:focus {
border-color: #007bff;
}
.search-icon {
position: absolute;
left: 0.9375rem;
top: 50%;
transform: translateY(-50%);
font-size: 1rem;
color: #aaa;
}
.q-nav {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
margin: 10px 0;
}
.q-nav-hdr {
font-weight: bold;
text-transform: uppercase;
color: #275b90;
flex-shrink: 0;
font-size: 0.85em;
margin: 0;
line-height: 1.2;
display: inline-block;
white-space: nowrap;
}
.q-nav-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding-left: 5px;
font-size: 0.85em;
max-width: 100%;
}
.q-nav-links a {
display: inline-block;
padding: 2px 5px;
color: #444;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
border-bottom: 2px solid transparent;
transition: all 0.3s ease;
white-space: nowrap;
}
.q-nav-links a:hover {
color: #275b90;
text-decoration: none;
border-bottom: 2px solid #275b90;
}
.q-nav-links a.active {
color: #275b90;
text-decoration: none;
border-bottom: 2px solid #275b90;
}
.i-color {
color: #444444;
margin-right: 8px;
vertical-align: middle;
}
.back-to-top {
position: fixed;
bottom: 8.75rem;
right: 1.25rem;
display: none;
background-color: #28a745;
color: #ffffff !important;
font-weight: bold;
text-decoration: none;
padding: 0.625rem 0.9375rem;
border-radius: 0.3125rem;
font-size: 0.875rem;
box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease, color 0.3s ease;
z-index: 9999 !important;
}
.back-to-top:hover {
background-color: #28a745;
color: #ffc107 !important;
}
ul li {
margin-bottom: 10px;
}
/*specing for font awesome icon*/
ul li i {
margin-right: 8px;
}
.padd {
padding: 15px;
}
pre {
background-color: #fffbdb;
padding: 10px;
border-radius: 5px;
font-family: monospace;
overflow-x: auto;
}
.no-results-message {
display: none;
color: red;
font-style: italic;
margin-top: 10px;
text-align: center; 
}
.city-filter-label {
display: block;
font-weight: bold;
margin-bottom: 8px;
color: #333;
font-size: 1rem;
}
footer {
margin: -2px;
padding: 0.75rem;
font-size: 0.9rem;
background: linear-gradient(180deg, #002a5c, #004080);
text-align: center;
color: #ffffff;
}
footer a {
color: #ffffff !important;
transition: color 0.3s ease;
text-decoration: none !important;
}
footer a:hover {
color: #aad4e6 !important;
text-decoration: underline !important;
}
footer ul {
list-style: none;
padding: 0;
margin: 10px 0 20px 0;
}
footer ul li {
display: inline-block;
margin-right: 15px;
line-height: 1.6;
}
footer ul li:last-child {
    margin-right: 0;
}
ul, ol, li {
line-height: 2;
}
.bc {
margin-top: -2px;
text-align: right
}
.bc li {
display: inline
}
.bc li + li:before {
content: "» "
}
.bc a:active,
.bc a:link,
.bc a:visited {
color: #1e1e1e;
text-decoration: underline;
}
.bc a:hover,
.bc a:focus {
color: #1B4F72;
text-decoration: underline;
}
.flag-icon {
width: 40px;
margin-right: 10px;
vertical-align: middle;
}
.blk-heading {
display: inline-block;
font-size: 1.2em;
font-weight: bold;
}
#HOM li div {
margin-bottom: 5px;
}
/* Share buttons */
.share-buttons-container{display:flex;justify-content:flex-end;margin:20px 10px 5px 0}
.share-buttons{display:flex;gap:10px}
.share-buttons a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;border-radius:50%;background-color:#8b8f8f;transition:background-color 0.3s,color 0.3s}
.share-buttons a:hover{background-color:#007bff;color:#fff}
.share-buttons a i{font-size:16px}
.share-buttons a.btn-facebook:hover{background-color:#3b5998}
.share-buttons a.btn-twitter:hover{background-color:#1da1f2}
.share-buttons a.btn-email:hover{background-color:#007bff}
.share-buttons a.btn-copy:hover{background-color:#28a745}
.share-buttons a.btn-print:hover{background-color:#6c757d}
.copy-status {margin:0 8px 0 0;font-size:13px;color:#2e7d32;}
.copy-status.is-error {color:#b00020;}
/* End Share buttons */
@media (max-width: 768px) {
.hero-section h1 {
font-size: 2rem;
}
.hero-section p {
font-size: 1rem;
}
.hero-section .btn {
padding: 10px 20px;
font-size: 0.9rem;
}
.bc {
font-size: 0.875rem;
text-align: left;
overflow: hidden;
margin-left: 0;
padding-left: 0;
}
.srcEm {
max-width: 100%;
}
.consul-item {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
.consul-header {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: nowrap;
}
.blk-heading {
font-size: 1rem;
margin: 0;
}
.flag-icon {
width: 35px;
height: auto;
}
@media (max-width: 600px) {
.consul-item {
flex-direction: column;
}
.consul-header {
flex-wrap: nowrap;
}
}
footer ul {
display: block;
text-align: center;
margin: 15px 0;
}
footer ul li {
display: block;
margin-bottom: 10px;
}
footer ul li:last-child {
    margin-bottom: 0;
}
}
.article-section {
margin-bottom: 20px;
clear: both;
}
.article-section p {
margin: 0;
}
.article-image-container {
float: right;
margin: 0 0 10px 20px;
background: #f8f9fa;
/*    border: 1px solid #a2a9b1;
padding: 0.2em;*/
text-align: center;
max-width: 100%;
overflow: hidden;
}
.article-image {
width: 100%;
height: auto;
border: 1px solid #ddd;
border-radius: 8px;
padding: 5px;
}
.article-image-caption {
font-size: 0.9em;
color: #555;
margin-top: 5px;
text-align: center;
line-height: 1.4;
}
.article-section h2 {
margin: 10px 0;
padding: 10px;
font-size: 1.5em;
background-color: #f0f8ff;
}
.article-section h3 {
margin: 8px 0;
padding-left: 10px;
font-size: 1.3em;
}
.article-section h4 {
margin: 6px 0;
font-size: 1.1em;
padding-left: 10px;
}
@media (max-width: 768px) {
.article-image-container {
max-width: 100%;
}
}
/* Responsive adjustments */
@media (min-width: 992px) {
.input-container {
max-width: 500px;
}
}
/*Seach End*/
.nobull {
list-style-type: none !important;
}
@media (max-width: 1024px) {
form.gsc-search-box {
width: 200px !important;
}
input.gsc-input {
width: 100% !important;
}
.header-container {
flex-wrap: nowrap;
}
.hdrleftCol {
flex: 1 1 auto;
}
.hdrrightCol {
flex: 1 1 auto;
justify-content: flex-end;
margin-right: 0;
}
}
.pagination {
display: flex;
list-style: none;
padding: 0;
justify-content: center;
margin-top: 20px;
}
.page-item {
margin: 0 5px;
}
.page-link {
display: block;
padding: 8px 16px;
text-decoration: none;
color: #004080;
border: 1px solid #ddd;
border-radius: 4px;
transition: background-color 0.3s, color 0.3s;
}
.page-link:hover {
background-color: #ddd;
color: #275b90;
}
.page-item.active .page-link {
background-color: #004080;
color: white;
border-color: #004080;
}
@media (max-width: 768px) {
body {
margin: 0;
}
.header-container {
flex-wrap: nowrap;
justify-content: space-between;
}
.hdrleftCol {
flex: 1 1 auto;
}
.hdrrightCol {
flex: 1 1 auto;
justify-content: flex-end;
margin-right: 0;
}
.input-container {
margin-bottom: 10px;
margin-top: -10px;
position: relative;
}
.search-icon {
top: 50%;
transform: translateY(-50%);
}
}
h2 {
font-size: 1.6em;
margin-top: 16px
}
h3 {
font-size: 1.3em;
color: #333333
}
h1, h2, h3, h4 {
font-family: x-locale-heading-primary,zillaslab,Palatino,"Palatino Linotype",x-locale-heading-secondary,serif,"Arial"
}
address {
font-style: normal
}
.bgBx {
padding-left: 20px;
padding-top: 6px;
padding-bottom: 6px;
margin-right: 6px;
margin-bottom: 20px
}
.bggry {
background-color: #f7f5f5
}

.bgwt {
background-color: #fff
}
.pbtm {
padding-bottom: 10px
}
.pbtmli li {
padding-bottom: 25px !important;
}
header {
position: relative;
min-height: 50px
}
section p {
padding-left: 10px
}
.bx {
padding: 10px 15px;
border: solid 1px #369;
border-radius: 3px;
background: #4272a2;
margin-bottom: 35px;
margin-top: 10px;
color: #fff
}
.bx a {
color: #fff;
text-decoration: underline
}
.bxltblue {
padding: 15px 15px;
border: solid 1px #e4dfc4;
border-radius: 3px;
background: #e8eff5;
margin-bottom: 15px;
margin-top: 10px
}
.rdtxt {
color: red
}
#cwrap {
overflow: visible;
background: #fff;
border-radius: 3px;
margin: 10px -2px;
padding: 1px 18px
}
/*border:solid 1px #333;*/
.whttm {
margin-top: -12px;
padding: 12px;
background: #fff;
text-align: center;
margin-left: -2px;
margin-right: -2px;
overflow: auto
}
ul {
padding: 0;
margin: 0 0 .8em;
overflow: auto
}
div.container {
overflow-x: hidden !important;
max-width: 100%
}
.topad {
max-height: 250px;
margin: 0;
text-align: center
}
.hdrleftCol {
max-width: 55%;
float: left
}
.hdrrightCol {
max-width: 45%;
float: right;
text-align: left;
margin-right: 12px
}
#leftCol, .leftCol {
width: 66%;
float: left
}
#rightCol, .rightCol {
max-width: 32%;
float: right;
text-align: left;
top: 0
}
.rightAdsCity {
min-width: 300px;
min-height: 600px
}
#ComServ {
font-size: 1em
}
#ComServ li {
list-style: none;
padding-left: 20px;
vertical-align: middle
}
Div#ComServ p {
margin-top: -16px !important;
margin-bottom: 2px !important;
padding: 12px;
font-size: .9em;
line-height: 1.70;
font-weight: normal !important
}
/* Two Column Layout */
.twoCol {
position: relative;
max-width: 100%;
margin: 8px 2px;
border-radius: 3px;
font-weight: 400;
overflow: auto;
}
/*.twoCol ul {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 0;
margin: 0;
}
.twoCol li {
flex: 0 0 47%;
margin-left: 4px;
list-style-position: inside;
list-style-type: circle;
line-height: 2;
}*/
.twoCol ul {
display: flex;
flex-wrap: wrap; /* Allows items to wrap */
gap: 20px; /* Space between items */
padding: 0;
margin: 20px 0;
}
.twoCol li {
flex: 0 0 47%; /* Two columns (adjust percentage for more or fewer columns) */
margin-bottom: 1.25rem;
/* Space between rows */
list-style-position: inside;
list-style-type: circle;
/*margin: 8px 0;
*/ line-height: 2;
}
.oneCol {
width: 99%;
margin: 10px 4px;
text-align: left;
}
.oneCol ul {
display: block;
padding: 0;
margin: 0;
}
.oneCol li {
width: 100%;
margin: 0 0 10px 0;
list-style-position: inside;
list-style-type: circle;
line-height: 2;
}
@media (max-width: 768px) {
.twoCol ul {
display: block;
margin-left: 1.25rem;
}
.twoCol li {
width: 100%;
margin-left: 0;
}
}
@media (min-width: 768px) {
.twoCol ul {
display: flex;
}
.twoCol li {
width: 47%;
margin-left: 0;
}
}
.threeCol li {
float: left;
width: 33%;
margin-left: 4px;
line-height: 2;
list-style-type: circle;
list-style-position: inside
}
.fourCol li {
float: left;
width: 24%;
margin-left: 4px;
line-height: 2;
list-style-type: circle !important;
list-style-position: inside
}
.blnon li {
list-style-type: none !important
}
#rightAds {
margin-bottom: 10px
}
.subHd {
display: block;
margin-bottom: 12px;
padding: 10px 10px 10px 15px;
background-color: #4272a2;
color: #fff;
border-radius: 4px;
}
.subHd a {
color: #fff;
text-decoration: underline
}
.subHd a:hover {
color: #e4dfc4;
text-decoration: underline
}
.sLt {
background-color: #8094a8
}
.btn {
background-color: #4272a2;
border: none;
color: #fff;
padding: 8px 32px 8px 5px;
text-decoration: none;
display: inline-block;
cursor: pointer;
font-size: 1em;
text-decoration: underline
}
.btn:hover {
color: #e4dfc4;
text-decoration: underline
}
.wtlnk {
color: #006ec6;
padding: 6px;
cursor: pointer
}
.rndbull {
list-style-type: disc !important;
list-style-position: inside;
margin-left: 4px;
padding-left: 4px;
line-height: 2
}
.qf {
padding-top: 15px
}
.qf ul {
padding-left: 18px !important
}
.qf li {
list-style-type: disc
}
hr.gdnt {
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc)
}
img.iA {
height: 36px;
width: 24px;
margin-right: 10px;
vertical-align: middle
}
img.icon {
height: 24px;
width: 24px;
margin-right: 10px;
vertical-align: middle;
}
img.flagicon {
width: 40px;
padding-right: 10px;
padding-top: 12px;
vertical-align: middle
}
/* Style the images inside .flag-list */
.flag-list img {
width: 40px;
margin-right: 10px;
vertical-align: middle;
}
.mrgn {
margin-left: 36px;
margin-top: 4px;
margin-bottom: 28px;
list-style-type: none
}
.mrgnLft {
margin-left: 20px;
}
.mrgnRt20 a {
margin-right: 20px;
line-height: 2.0
}
img.flag35 {
width: 70px;
vertical-align: middle
}
.map {
height: 180px;
overflow: hidden
}
.mapmgn {
margin: 5px 0px 5px 0px
}
/*.srcEm{font-size:1.3em;width:50em;max-width:92%;border:solid 1px #ccc;border-radius:3px;padding:6px;margin-top:8px;margin-bottom:8px}
*/
.srcEm {
width: 100%;
max-width: 600px;
padding: 12px 5px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 8px;
margin-bottom: 20px;
box-sizing: border-box;
}
.pL35 {
padding-left: 35px !important;
white-space: nowrap;
display: block
}
#hm li {
border-bottom: dashed 1px #ccc;
padding: 4px 0px
}
.dotted-bgBL {
background: radial-gradient(circle, #c9dafc 1px, #eaf2fe 1px);
background-size: 10px 10px;
padding: 15px;
color: #000;
border: 1px solid #a5c4f8;
box-sizing: border-box;
border-radius: 3px;
margin-bottom: 20px;
max-width: 90%;
}
.dotted-bgBL ul {
list-style: none;
padding: 0;
margin: 0;
}
.dotted-bgBL li {
margin-bottom: 10px;
line-height: 1.5;
}
@media (min-width:1280px) {
body {
max-width: 1278px
}
#rightAds {
height: 620px;
width: 300px;
overflow: visible
}
}
@media only screen and (max-width:1279px) and (min-width:1024px) {
body {
max-width: 1275px
}
#rightAds {
height: 620px;
width: 300px;
overflow: visible
}
}
@media only screen and (max-width:1023px) and (min-width:993px) {
body {
max-width: 1023px
}
}
@media (min-width:1600px) {body {max-width: 1450px;}}
@media (min-width:1024px) {
.paddLgScrn {
padding: 5px 17px !important
}
.fxad {
width: auto;
height: 90px !important;
display: block;
overflow: hidden
}
.msz {
max-width: 90%
}
.mapmgn {
margin: 20px 10px 15px 30px
}
.map {
max-width: 100%;
height: 200px;
overflow: hidden;
margin-left: 30px
}
#mobmid {
display: none
}
}
@media (max-width:1023px) {
.fxad {
width: auto;
height: 50px !important;
display: block;
overflow: hidden
}
#tads {
display: inline;
height: 175px !important;
overflow: hidden
}
/*#ad{display:none}*/
.subHd {
padding-left: 10px
}
.mapmgn {
margin: 5px 0px 5px 20px
}
.m20 {
margin-left: 20px
}
p {
margin-left: 15px;
}
}
@media (max-width:992px) {
#tads {
display: inline;
height: 175px !important;
overflow: hidden
}
body {
font-size: 1em;
background: #fff;
padding: 10px;
}
.hdrleftCol {
max-width: 50%;
float: left
}
header {
background: #f2f2f2
}
.hdrrightCol {
max-width: 95%;
float: left;
margin-left: 3%;
margin-bottom: 4px;
margin-top: 16px
}
/*.bc{font-size:.8em;margin-left:0;margin-right:0}*/
#social {
display: none
}
#leftCol, .leftCol, #rightCol, .rightCol {
float: none;
width: auto; /*margin-right:0;*/
}
#leftCol, .leftCol {
max-width: 100%
}
#rightCol, .rightCol {
max-width: 100%
}
/*.twoCol {margin:2px 0px}
.twoCol li {max-width:100%}*/
.threeCol li {
max-width: 100%
}
.fourCol li {
width: 48%
}
header h2 {
color: #fff
}
/*header p {display:none}
img {max-width:99%}*/
li {
padding-bottom: .5em
}
/*.bgwt{padding:12px}
*/ #cwrap {
border: none;
border-radius: 0;
padding: 0px 0px
}
h1 {
font-size: 1.4em;
padding: 4px 4px 8px 10px
}
/*margin:.1em 0em .1em;*/
/*h2, h3, h4 {font-size:1.3em}*/
h2 {
margin-top: 0px
}
.header img {
width: 50px;
padding: 10px
}
.adslot_h {
display: inline-block;
max-width: 100%; /*height:100px;*/
}
img.icon {
height: 24px;
width: 24px;
margin-right: 6px
}
.mrgn {
margin-top: 0;
}
.multText textarea {
width: 500px !important;
height: 200px
}
}
#skiptocontent a {
padding: 6px;
position: absolute;
top: -40px;
left: 0;
color: transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-bottom-right-radius: 8px;
background: transparent;
z-index: -1;
transition: top 0.3s ease-in-out;
}
#skiptocontent a:focus {
position: absolute;
top: 0;
left: 0;
color: yellow;
border-right: 1px solid white;
border-bottom: 1px solid white;
background: #107d10;
z-index: 100;
outline: none;
}
@media print {
body {
background-color: #fff;
background-image: none;
color: #000
}
#ad, #ad1, #admid, #rt, #rtaCity {
display: none
}
@page {
size: auto;
margin: 10px
}
}

.leftCol, .rightCol { box-sizing: border-box; }

.rightCol #rightAds,
.rightCol #rtaCity {
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
max-height: none !important;
min-height: 0 !important;
overflow: visible !important;
}

.rightCol #rightAds > *,
.rightCol #rtaCity > * {
position: static !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
margin: 0 0 16px 0 !important;
}

.rightCol [id^="ezoic-pub-ad-"],
rightCol [id^="ezoic-pub-ad-placeholder"],
.rightCol .ezoic-ad {
display: block !important;
position: static !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 16px 0 !important;
}

#ezoic-pub-ad-placeholder-101,
#ezoic-pub-ad-placeholder-111,
#ezoic-pub-ad-placeholder-103 {
display: block;
min-height: 250px;
}

#ezoic-pub-ad-placeholder-104 {
display: block;
min-height: 600px;
}

@media (max-width:1023px){
#ezoic-pub-ad-placeholder-104 { min-height: 250px; }
}

.container::after { content:""; display:block; clear:both; }
.leftCol::after, .rightCol::after { content:""; display:block; clear:both; }

.rightCol > section { clear: both !important; margin-top: 0; }

@media (min-width:1280px) {
#rightAds { max-height: none !important; min-height: 0 !important; }
}
@media only screen and (max-width:1279px) and (min-width:1024px) {
#rightAds { max-height: none !important; }
}
#topads {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 10px auto 0;
max-width: 100%;
overflow: visible;
text-align: center;
}
@media (min-width:1024px) and (max-width:1439px) {
#topads {
margin: 10px auto 12px;
}
}
@media (min-width:1440px) {
#topads {
margin: 10px auto 0;
}
}
.fxad {
min-height: 200px;
margin-bottom: 1.5rem;
width: auto;
display: block;
overflow: visible; 
padding: 2rem 0.2rem;
max-width: 100%;
box-sizing: border-box;
}
@media (max-width:1024px) {
.fxad {
padding: 1rem 0;
}
}