/* imports */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

/* Basic CSS */

body {
	color: #202124;
	background: #c8c8c8;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}

p{
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.bg-qlinks-red { background: #d9241b;}
.bg-qlinks-yellow {background: #eaba08;}
.bg-qlinks-green {background: #13b88a;}


/* model css */

#defaultModal .modal-body {
	position: relative;
	overflow: hidden;
}

#defaultModal .modal-body .btn-close {
	position: absolute;
	right: -5px;
	top: -5px;
	width: 2em;
	height: 2em;
	background: #fff;
	color: #dc3545;
	border-bottom-left-radius: 2em;
}

#pdf-contents {
	display: none;
}

#pdf-loader {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 35px;
	margin-left: -35px;
  border: 7px solid #004e99;
  border-radius: 50%;
  border-top: 7px solid #fff;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#pdf-meta{
	text-align: center;
}

#page-count-container {
	display: inline-flex;
}

#pdf-main-container{
	position: relative;
}

#pdf-prev, #pdf-next {
	border: 1px solid #999;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
}

#pdf-buttons {
	justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

#pdf-canvas {
	border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
  max-width: 1080px;
  margin: auto;
  width: 100%;
  height: auto;
}
/* Basic CSS ends */

.header {
	background: #004e99;
	/* background: #3969cc; */
}

.header .header-content {
  display: flex;
  flex-wrap: nowrap;
	padding: 10px 0;
}

.header .header-content .logo-area {
  width: 100%;
	max-width: 60%;
}

.header-content .logo-area img.logo {
	display: inline-block;
	margin-right: 15px;
	max-width: 50px;
	float: left;
  image-rendering: -webkit-optimize-contrast;
}

.header-content .logo-area h3,
.header-content .logo-area h4  {
	margin-top: 8px;
	line-height: 100%;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #fff;
}
.header-content .logo-area h3 {
	margin-top: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.header .header-content .social-area {
	width: 100%;
	max-width: 30%;
}

.header .header-content .social-area .btn { border: 1px solid #fff;	color: #fff;}
.header .header-content .social-area .btn:hover { background: #fff;	color: #004e99;}
.header-content .lmdlogo-area {
	width: 100%;
	max-width: 40%; /* 25%; */
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.esso {
	max-width: 55px !important;
}

.esso150 {
	display: none;
	height: 75px;
}

.header-content .lmdlogo-area img.logo {
	display: block;
	float: right;
	/* max-width: 45px; */
	max-width: 40px;
  image-rendering: -webkit-optimize-contrast;
}

.logo-150-center-xs {
	display: none;
	max-width: 130px;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 15px;
}
.header-content .logo-150-right {
	/* max-width: 110px; */
	max-width: 90px;
  float: right;
  display: block;
  margin-right: 15px;
  padding-top: 7px;
}

.header-content .logo-150-center {
	max-width: 110px;
  display: block;
  padding-top: 7px;
}

.header-content .social-area .form-inline {float: right;}	
.header-content .social-area .form-inline .form-control {
	border-radius: 0;
	height: 32px;
	box-shadow: none !important;
}
.header-content .social-area .form-inline .btn {
	padding: 3px 15px;
	border-radius: 0;
}

.header .header-top {
	padding-top: 5px;
	text-align: center;
}

.header-top .social-media .sm-link {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 0px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	background: rgba(0,0,0,0.3);
	color: #ccc;
	border: 1px solid rgba(0,0,0,0.31);
	border-radius: 4px;
	transition: all 500ms ease-out;
}

.header .header-top .hindi {
	display: inline-block;
	font-size: 12px;
	color: #ccc;
	height: 30px;
	line-height: 29px;
	padding: 0 5px;
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.31);
	border-radius: 4px;
	transition: all 500ms ease-out;
}

.header-top .social-media .sm-link:hover,
.header .header-top .hindi:hover {
	background: rgba(0,0,0,0.7);
	color: #ddd;
}

.navigation .navbar {
	background: #004e99;
	padding-top: 0;
}

.navigation .visible-xs {
	display: none;
	color: #ebf2ff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navigation .navbar .navbar-toggler {
	padding-top: 7px;
	padding-bottom: 7px;
	background: rgba(0,0,0,0.15);
	color: #fff;
  outline: none !important;
	box-shadow: none !important;
}

.navigation .navbar-nav>.nav-item .nav-link {
	padding: 7px 12px;
	color: #ebf2ff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navigation .navbar-nav .dropdown-menu {
	margin-top: 18px;
	border-color: #2a639a;
	border-radius: 0px;
}

.navigation .navbar-nav .dropdown-menu:after {
	bottom: 100.25%;
	left: 25px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,0,0,0);
	border-bottom-color: #2a639a;
	border-width: 10px;
}

.navbar-nav .dropdown-menu .dropdown-item {
	padding: 10px 12px;
	font-size: 12px;
	text-transform: uppercase;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
	background: #2a639a;
	color: #fff;
}

.mrq {
	padding-bottom: 0px;
	padding-top: 4px;
	background: lightblue;
	cursor: pointer;
}
.mrq2 {
	padding-bottom: 0px;
	padding-top: 4px;
	background: lavender;
	cursor: pointer;
}
.mrq p {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 100%;
	font-style: italic;
}
.mrq2 p {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 100%;
	font-style: italic;
}

.mrq p::before {
  content: "\f51b";
	display: inline-block;
	margin-right: 2px;
	margin-left: 7px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	color: #b52d00;
}

.mrq2 p::before {
  content: "\f51b";
	display: inline-block;
	margin-right: 2px;
	margin-left: 7px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	color: #b52d00;
}

.default-heading {
	border-bottom: 1px solid #bebebe;
}

.default-heading h2 {
	font-size: 22px;
	line-height: 140%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.main-content {
	max-width: 1350px;
	margin: 0 auto;
	background: #fcfcfc;
}

.quick-links {background: #d9241b;}
.quick-links .container-xxl {max-width: 100%; padding: 0;}
.quick-links .ql-item {
	min-height: 75px;
	color: #fff;
	padding: 12px 0;
	text-align: center;
}

.quick-links .ql-title h2 {
	font-size: 22px;
	line-height: 140%;
}

.quick-links .ql-title h5 {
	font-size: 14px;
	line-height: 150%;
	font-style: italic;
	font-weight: 400;
}

.quick-links .ql-item h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

.quick-links .ql-item a {
	font-size: 13px;
	color: #f7f7f7;
}
.quick-links .ql-item a:hover {color: #202124;}
.quick-links .ql-item.lh-70 h2 {line-height: 50px !important; margin-bottom: 0;}
.quick-links .ql-item {position: relative;}
.quick-links .ql-item .sp-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999;
	margin-top: 0px;
	width: 100%;
	background: #544545;
	text-align: left;
	font-size: 13px;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.quick-links .ql-item .sp-items li a {
	display: block;
	background: #eaba08;
	padding: 7px 12px;
	color: #0d2c54;
	border-bottom: 1px solid #544545;
}

.quick-links .ql-item .sp-items li a:hover {background: #544545; color: #eaba08;}
.quick-links .ql-item .sp-items li:first-child {margin-top: 4px;}
.quick-links .ql-item .sp-items li:last-child {margin-bottom: 4px;}
.quick-links .ql-item.sub-menu:hover .sp-items {
	display: block;
}


.current-wx {
	padding: 30px 0 15px 0;
	background: #004e99;
	background-size: cover;
	color: #fff;
}

.current-wx .cw-item {
	border: 1px solid rgb(0 0 0 / 15%);
	padding: 15px 0;
	border-radius: 4px;
	margin-bottom: 15px;
}
.current-wx h5 {
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 140%;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
}

.current-wx .cw-title {
	margin-bottom: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.current-wx .cw-img {
	max-width: 60px;
  margin: 0 auto;
}

.current-wx ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.current-wx ul>li {
	float: left;
	width: 50%;
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
}

.current-wx ul>li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	background: rgba(0,0,0,0.1);
	border-radius: 35px;
}

.current-wx ul>li .cw-el-val {
	display: block;
	margin-top: 7px;
	font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.current-wx .cw-item .btn {
  display: block;
  margin-top: 7px;
  text-align: center;
	color: #fddd71;
	font-size: 12px;
  font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
  text-decoration: none;
}

.map-radar .flex-container {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.map-radar {background: #f7f7f7 url('../img/bg/white.png') repeat;}
.map-radar #chartdiv {
	background: #fff;
	float: none;
	width: 100%;
	height: 340px;
	border-bottom: 0;
	overflow: hidden;
}

.map-radar #city_weather {
	background: #0f5fc1 url('../img/bg/vintageBlue.png') repeat;
	margin-top: 15px;
	width: 100%;
	padding: 7px 12px;
	border-radius: 4px;
}

.map-radar #city_weather h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.map-radar .ammapDescriptionWindow.amcharts-description-div {display: none!important;}
.map-radar #city_weather .weather {
	position: relative;
	font-size: 13px;
	color: #fff;
}

.map-radar #city_weather .weather img {
	position: absolute;
	right: 7px;
	top: -10px;
	width: 100%;
	max-width: 40px;
}

.map-radar #city_weather .weather i {
	position: absolute;
	right: 7px;
	top: -20px;
	font-size: 20px;
	max-width: 40px;
}
.map-radar #city_weather .weather span {
	position: absolute;
	float: left;
	right: 40px;
	top: -16px;
	font-size: 13px;
	white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-radar .tempt {margin: 0;}
.map-radar .tempt div {
	display: inline-block;
	margin: 0;
	text-align: left;
	font-size: 13px;
	color: #fff;
}

.map-radar .tempt div i {
	display: inline-block;
	width: 15px;
	height: 10px;
	line-height: 10px;

}

.map-radar .tempt div span {
	display: block;
	font-weight: 700;
}
.border-brown {border: 1px solid #0f5fc1 !important; background: #fff;}
.map-radar .mr-item {
	max-width: 1080px;
	margin: 0 auto;
}

.map-radar .mr-item .mr-title {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	font-weight: 700;
	color: #0f5fc1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mr-item .nav-tabs .nav-item .nav-link, .mr-item .nav-tabs .nav-link.active {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
}

.map-radar .mr-item .mr-img-holder {
	max-width: 550px;
	margin: 0 auto;
	padding: 2px;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px;
}

.mr-item .carousel-item .carousel-caption {
	bottom: 0;
	padding: 5px 7px;
	background: rgba(0,0,0,0.7);
	left: 0;
	right: 0;
	font-size: 12px;
	text-align: left;
	border-left: 5px solid #b52d00;
}

.nwsevt .nwr-mrq {
	padding-top: 7px;
	border-radius: 4px;
	background: #f0f3fb;
	box-shadow: rgb(204, 219, 232) 2px 2px 8px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.nwsevt .nwr-mrq marquee {
	height: 215px;
	padding: 0 1px;
}

.nwsevt .nwr-mrq marquee p {
	margin: 0;
	padding: 3px 7px;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
}

.nwsevt .nwr-mrq marquee p::before {
  content: "\f26f";
	display: inline-block;
	margin-right: 5px;
	margin-left: 0px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	color: #b52d00;
}

.mr-item .tab-content .tab-pane {
	padding-top: 10px; 
	background: #fff; 
	border: 1px solid #ddd;
	border-top: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.mr-item .tab-content .tab-pane .tab-title {
	font-size: 12px; 
	font-weight: 700; 
	margin: 0;
	margin-bottom: 10px;
	color: #0f5fc1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.mr-item .tab-content .tab-pane img.mr-radar {min-height: 485px;}
.scale-x {transform: scale(1.2, 1);}

.service {/*padding-bottom: 30px;*/}
.service .service-item {
	padding: 15px 8px;
	max-width: 450px;
	border-radius: 4px;
	/*background: #ecfbfa;*/
	border: 1px solid #f5f5f5;
}

.service .service-item .img-ser {
	width: 100%;
	max-width: 45px;
	margin-right: 15px;
	transition: all 1s ease-out;
	float: left;
}

.bg-yellow-hover {background: #c39300;}
.bg-lblue-hover {background: #3294c3;}
.bg-green-hover {background: #008000;}

.service .service-item .si-title {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 100%;
	color: #fff;
}

.service .service-item a {
	color: #ddd;
	font-size: 13px;
}
.service .service-item a:hover {color: #fff;}

.more-fcl {padding-bottom: 30px; }
.more-fcl ul>li {
	float: left;
	width: 25%;
	padding: 7px;
}

.more-fcl ul>li a {
	background: #f7f7f7;
	color: #004e99;
	font-size: 13px;
	display: block;
	padding: 8px 12px;
	border: 1px solid #eee;
	border-radius: 4px;
	transition: all 0.2s linear;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.more-fcl ul>li a:hover {
	color: #0070ff;
	background: #fff;
	transition: all 0.2s linear;
}

.more-fcl ul>li a::before {
  content: "\f132";
	display: inline-block;
	margin-right: 4px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	color: #0070ff;
}

/* inner page content css */
.inner-page-content {
	padding: 15px 0;
  background: #fff url('../img/bg/wtmrk.jpg') center center no-repeat;
}

.ipc-title {
	margin-bottom: 15px;
	padding-bottom: 4px;
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	text-align: center;
  color: #d9241b;
}


.footer {
	background: #dcf4ff;
	padding: 40px 0;
}

.footer .fw-item {margin-bottom: 30px;}
.footer .fw-item .fw-title {
	font-size: 14px;
	text-transform: uppercase;
}

.fw-item .fw-body ul>li {
	padding-top: 7px;
	padding-bottom: 4px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	color: #676767;
	font-size: 13px;
	line-height: 22px;
}
.fw-item .fw-body ul>li a {
	color: #676767;
	padding: 0px;
	font-size: 13px;
	line-height: 22px;
}

.fw-item .fw-body ul>li a:hover {color: #202124;}
.fw-item .fw-body ul>li a img {
	width: 100%;
	max-width: 20px;
	position: relative;
	top: -2px;
}

.fw-item .fw-body .address {
	padding-top: 7px;
	font-size: 14px;
	line-height: 170%;
	color: #202124;
}

.footer .social-media {text-align: center;}
.footer .social-media .sm-link {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 15px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	background: #fff;
	color: #888;
	border-radius: 4px;
	transition: all 500ms ease-out;
}

.footer .copy-right {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

/* Back to top */

.totop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.5;
	z-index: 104400;
}

.totop a, .totop a:visited{
	display: block;
	width: 40px;
	height: 40px;
	color: #55acee;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px;
}
.totop:hover {opacity: 1;}
.facebook:hover {color: #3b5998 !important;}
.twitter:hover {color: #55acee !important;}
.youTube:hover {color: #cd201f !important;}
.instagram:hover {color: #3f729b !important;}

/* chatbot css start */
.chat-sign-button {
	width: 100px;
	height: 100px;
}

.chat-sign-button .bot-logo {
	display: block;
	width: 100%;
	max-width: 80px;
}

.chat-sign-button.sm-lgo {
	width: 50px;
	height: 50px;
	padding: 6px;
}

.card-header .bot-logo {
	display: inline-block;
	width: 100%;
	max-width: 30px;
	margin-right: 10px;
}

#chat-widget {
	max-height: 350px; /* Set the maximum height you desire */
	z-index: 999999;
}

#act {
	font-size: 13px;
}

/* CSS Styling for Chat Messages */
#chat-widget-messages {
	/* Set a margin to allow space for the scrollbar without obscuring content */
	overflow-y: auto; /* Enable vertical scrolling when content exceeds the container height */
}

#chat-widget-messages b {
	color: #2196f3;
}

/* width */
#chat-widget-messages::-webkit-scrollbar {
	width: 10px;
}

/* Track */
#chat-widget-messages::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
#chat-widget-messages::-webkit-scrollbar-thumb {
	background: #888; 
}

/* Handle on hover */
#chat-widget-messages::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

.loading img {
	display: inline-block;
	width: 100%;
	max-width: 60px;
}

.user {
	text-align: right;
	margin-top: 8px;
	border: 1px solid #eee;            
	border-radius: 4px;
	padding: 5px;
	background: #ffefe3;
	font-size: 13px;
}

.bot {
	text-align: left;
	margin-top: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 5px;
	background: #dff9ff;
	font-size: 13px;
}
/* chatbot css end */

/* Responsive CSS */


/* Desktop */
@media (max-width: 1025px) {
	.more-fcl ul>li {	width: 33.3%;	}
}

/* Tablets */
@media (max-width: 991px){
	.navigation .visible-xs {display: inline-block;}
	.quick-links .ql-item {margin-top: 0px;}
	.more-fcl ul>li {	width: 50%;	}
	.nwsevt .nwr-mrq marquee {
		height: 200px;
		padding: 0 1px;
	}
	.header-content .lmdlogo-area {
		max-width: 30%;
	}
}

@media (max-width: 769px){
	.navigation .navbar-nav .dropdown-menu:after {display: none;}
	.cta-apps .cta-apps-item .app-icon { max-width: 120px;}
	.more-fcl ul>li {	width: 50%;	}
	.quick-links .ql-item {margin-top: 0px;}
	.service .service-item .si-title {font-size: 14px;}
}

/* Mobile phones */
@media (max-width: 575px){
  #defaultModal .modal-body {padding:5px;}
	.header .header-top {text-align: center;}
	.header .header-content .logo-area {max-width: 100%;}
	.header .header-content .social-area {display: none;}
	.header-content .logo-area img.logo {max-width: 43px; margin-right: 10px;}
	.header-content .lmdlogo-area img.logo {max-width: 40px;}
	.header-content .logo-area h3 {font-size: 14px;}
	.header-content .logo-area h4 {font-size: 13px;}
	.header-content .logo-150-right, 
	.header-content .logo-150-center {display: none;}
	.logo-150-center-xs {display: inline-block; margin: 0 15px;}
	.navigation .navbar-nav {
		border-top: 1px solid rgba(0,0,0,0.3);
		margin-top: 7px;
		padding-top: 7px;
	}
	.navigation .navbar-nav>.nav-item {border-right: 0;}
	.navigation .navbar-nav .dropdown-menu {margin-top: 0;}
	.navigation .navbar-nav .dropdown-menu:after {display: none;}
	
	.default-heading h2 {font-size: 22px;	}
	.mr-item .carousel-item .carousel-caption {font-size: 8px;}
		
	.current-wx .cw-title {font-size: 16px;}
	.current-wx h5 {font-size: 14px;}
	.current-wx ul>li {width: 50%;}
	.current-wx .cw-img {max-width: 45px;}
	.current-wx ul>li .cw-el-val {font-size: 12px;}
	.current-wx .cw-item {border: 0;}
	
	.map-radar .flex-container {padding-top: 5px;}
	.map-radar #city_weather .weather img {max-width: 30px;}
	.map-radar #city_weather .weather i {font-size: 15px;}
	.map-radar #city_weather .weather span {font-size: 10px;}
	.map-radar #city_weather {padding: 5px 7px;}
	.map-radar .tempt div {font-size: 10px;}
	.map-radar .mr-item {margin-bottom: 15px;}
	.mr-item .tab-content .tab-pane img.mr-radar {min-height: inherit;}
	.scale-x {transform: scale(1.1, 1);}
	
	.service .service-item.noborder {
		padding-bottom: 20px;
		border-bottom: 0;
	}
	.more-fcl ul>li {
		width: 100%;
	}
  .ipc-title {
    font-size: 18px;
    line-height: 26px;
  }
}
