/* 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;}

/* Basic CSS ends */

.header {
  padding-top: 10px;
  padding-bottom: 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.3)), url('../img/background/g20_delhi_banner.png') center;
	background-size: cover;
}

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

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

.header-content .logo-area img.logo {
	display: inline-block;
	margin-right: 15px;
	max-width: 70px;
	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: 20px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.header-content .logo-area h3 {
	margin-top: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.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 .lmd-logo-area {
	width: 100%;
  text-align: right;
}

.header-content .lmd-logo-area img.logo {
	width: 100%;
	max-width: 60px;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

.navigation .navbar {
	background: linear-gradient(90deg,#ff9c15,#47915b) 0 0 no-repeat padding-box padding-box transparent;
}

.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 25px;
	color: #ebf2ff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navigation .navbar-nav .dropdown-menu {
	margin-top: 18px;
  padding: 0;
	border-radius: 0px;
}

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

.navbar-nav .dropdown-menu .dropdown-item {
  min-width: 160px;
	padding: 10px 12px;
	font-size: 12px;
	text-transform: uppercase;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	transition: all 150ms linear;
}
.navbar-nav .dropdown-menu .dropdown-item:last-child{border-bottom: 0;}
.navbar-nav .dropdown-menu .dropdown-item:hover {
	background: #00a4b4;
	color: #fff;
}

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

.main-content .main-map {
	margin-top: 15px;
  padding: 0px;
  margin-bottom: 7px;
  border-radius: 10px;
  background: linear-gradient(135deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);
}

.radio-container {text-align: center;}
.radio-container .form-check-label {
  font-size: 13px;
}

#legenddiv {
  width: 0!important;
  text-align: center;
}

#chartdiv {
	width: 100%;
  min-height: 380px;
  margin: 15px 0;
}

#chartdiv .amcharts-map-image {
  width: 20px;
  height: 20px;
}
#chartdiv .ammapDescriptionWindow.amcharts-description-div {display: none!important;}
#chartdiv .ammapDescriptionTitle{
  margin: 0;
  padding: 3px 7px;
  padding-top: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#chartdiv .ammapDescriptionText {
  margin: 0;
  padding: 0px 7px;
  padding-bottom: 5px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

#chartdiv .hwr-info span,
#chartdiv .ammapDescriptionText span {display: block;}
#chartdiv .ammapDescriptionWindowCloseButton {
  position: relative;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

#chartdiv h6 {
  margin: 0;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

#chartdiv .hwr-info {
  color: #252525;
  font-size: 13px;
  line-height: 20px;
}

.thndr-img-block h3{
	font-size: 14px; 
	font-weight: 700; 
	margin: 0;
	margin-bottom: 10px;
	color: #0f5fc1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;  
}

.thndr-img-block .idtw {
  display: block;
	width: 100%;
	max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
  transform: scale(1.2, 1);
  image-rendering: -webkit-optimize-contrast;
}

.current-wx {
	padding: 2px;
	background: linear-gradient(90deg,#ff9c15,#47915b) 0 0 no-repeat padding-box padding-box transparent;;
	background-size: cover;
	color: #fff;
}

.current-wx .cw-item {
	border: 1px solid rgb(0 0 0 / 15%);
	border-radius: 4px;
	margin-bottom: 15px;
}

.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;
}

.current-wx h5 {
	font-weight: 300;
	color: #fff;
	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 .cw-item 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: 14px;
}

.current-wx .nav-pills .nav-link {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #111827;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: inline-block;
  margin: 4px;
}
.current-wx .nav-pills .nav-link.active {background-color: #eee;}
.current-wx .nav-pills .nav-link30:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.current-wx .nav-pills .nav-link:hover {
  background-color: rgb(249,250,251);
}

.current-wx .cw-item .btn-link {
  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;
}

/* 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 area */

.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;}

/* Responsive CSS */

/* Desktop */
@media (max-width: 1300px) {
  .thndr-img-block .idtw { transform: scale(1, 1);}
  #chartdiv {min-height: 360px;}
}

@media (max-width: 1025px) {
}

/* Tablets */
@media (max-width: 991px){
	.navigation .visible-xs {display: inline-block;}
  #chartdiv {min-height: 320px; margin-top: 0px;}
}

@media (max-width: 769px){
	.navigation .navbar-nav .dropdown-menu:after {display: none;}
  .navigation .navbar-nav>.nav-item .nav-link {padding-left: 0px;}
  .main-content .main-map {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
	
}

/* Mobile phones */
@media (max-width: 575px){
  .header-content .logo-area {max-width: 70%;}
	.header-content .logo-area img.logo {max-width: 50px; margin-right: 7px;}
  .header-content .lmd-logo-area {max-width: 20%;}
	.header-content .lmd-logo-area img.logo {max-width: 40px;}
	.header-content .logo-area h4 {font-size: 14px; margin-top: 2px;}
	.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;}
	.thndr-img-block h3 {margin-top: 15px;}
	.current-wx .cw-title {font-size: 16px;}
	.current-wx h5 {font-size: 14px;}
	.current-wx  .cw-item 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;}
	
  .ipc-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 11px;
  background-color: #192733;
  padding: 5px;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}
.top {
  top: -40px;
  left: -50%;
}
.bottom {
  top: 25px;
  left: -50%;
}
.left {
  top: -8px;
  right: 120%;
}
.right {
  top: -8px;
  left: 120%;
}
.hover-text {
  position: relative;
  display: inline-block;
  text-align: center;
}
.container {
  border: 1px solid cornflowerblue;
  display: table;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  padding: 5px;
}
.container-row {
  display: table-row;
}
.container-cell {
  display: table-cell;
}
.cityName {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  color: black;
  font-weight: bold;
  vertical-align: middle;
}
.todayWeather {
  border: 1px solid cornflowerblue;
  border-top: 6px solid cornflowerblue;
  width: 400px;/*230px*/
  height: 109px;
  vertical-align: middle;
  display: table-cell;
}
.forecast {
  display: table-cell;
  vertical-align: bottom;
}
.daysClass {
  border-right: 1px solid #ced0d1;
  padding: 8px;
  display: table-cell;
  width: 10%;
  height: 110px;
}
.forecastimagetag {
  width : 36px;
  height : 36px;
  margin-top: 5px;
}
.todaytimagetag {
  width : 36px !important;
  height : 36px !important;
}
.maxmin {
  float:  right;
  margin-left: 8px;
}
.temprh {
  float:  right;
  margin-right: 8px;
  font-size: 16px;
}
.temprhf {
  float:  right;
  margin-right: 8px;
  font-size: 16px;
}
.wind {
  font-size: 14px;
}
.forecastimage {
  position: relative;
  float:  left;
  margin-left: 8px;
}
.forecastimagef {
  position: relative;
  float:  left;
  margin-left: 8px;
}
.todayimage {
  position: relative;
  float:  left;
  margin-left: 8px;
}
.forecastdate {
  margin: 5px;
  font-size: 14px;
  text-decoration: underline;
}
.todaydate {
  text-align: center;
  font-size: 16px;
  letter-spacing: -1px;
  margin-top: 5px;
  font-weight: bold;
  text-decoration: underline;
}
.forecastdate {
  text-align: center;
  margin-top: 5px;
}
iframe{
  width: 600px;
  height: 300px;
  margin: auto;
}
.iframe-div {
  float: right;
  display: table-cell;
}
.sunmoon {
  float: left;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.rainfall {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.rainfallf {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.windf {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
.fas {
  color : grey;
}
.currentmaxmin {
  float: right;
  margin-right: 5px;
}
.owl-prev span {
    font-size: 50px;
}
.owl-next span {
    font-size: 50px;
}
button.owl-prev {
    position: absolute;
    left: -20px;
    top: 0;
}
button.owl-next {
    position: absolute;
    left: 101%;
    top: 0;
}
.pdflink {
  padding: 10px;
  font-weight: bold;
}
.bulletin {
  float: right;
  border: 1px solid darkgray;
  padding: 8px;
  background-color: white;
}
.climate {
  float: left;
  border: 1px solid darkgray;
  padding: 8px;
  background-color: white;
}
.owl-carousel_0 {
	width: 800px;/*420px*/
	margin: 10px;
}
.owl-carousel_2 {
	width: 800px;/*420px*/
	margin: 10px;
}
.item1 {
  max-height: 500px;
  height: 500px;
}
.mobile-view {
	display: none;
}
.desktop-view {
	display: inline-block;
}
@media (max-width: 800px){
	.owl-carousel_0 {
		width: 420px;
		margin: 10px;
	}
	.owl-carousel_2 {
		width: 420px;
		margin: 10px;
	}
	.todayWeather {
	  border: 1px solid cornflowerblue;
	  border-top: 6px solid cornflowerblue;
	  width: 230px;
	  height: 109px;
	  vertical-align: middle;
	  display: table-cell;
	}
	.item1 {
    max-height: 750px;
    height: 750px;
  }
  .bulletin {
	  float: right;
	  margin-right: 110px;
	  border: 1px solid darkgray;
    padding: 8px;
    background-color: white;
	}
	.climate {
	  float: left;
	  margin-left: 110px;
	  border: 1px solid darkgray;
    padding: 8px;
    background-color: white;
	}
	.forecastimagef {
	  position: relative;
	  float: none;
	  margin: 0px;
	}
	.temprhf {
	  font-size: 16px;
	  float: none;
	  margin: 0px;
	}
	.mobile-view {
		display: inline-block;
	}
	.desktop-view {
		display: none;
	}
}
@media (max-width: 991px){
	.owl-carousel_0 {
		width: 420px;
		margin: 10px;
	}
	.owl-carousel_2 {
		width: 420px;
		margin: 10px;
	}
	.todayWeather {
	  border: 1px solid cornflowerblue;
	  border-top: 6px solid cornflowerblue;
	  width: 230px;
	  height: 109px;
	  vertical-align: middle;
	  display: table-cell;
	}
	.item1 {
    max-height: 750px;
    height: 750px;
  }
  .bulletin {
	  float: right;
	  margin-right: 110px;
	  border: 1px solid darkgray;
    padding: 8px;
    background-color: white;
	}
	.climate {
	  float: left;
	  margin-left: 110px;
	  border: 1px solid darkgray;
    padding: 8px;
    background-color: white;
	}
	.forecastimagef {
	  position: relative;
	  float: none;
	  margin: 0px;
	}
	.temprhf {
	  font-size: 16px;
	  float: none;
	  margin: 0px;
	}
	.mobile-view {
		display: inline-block;
	}
	.desktop-view {
		display: none;
	}
}