/*
Theme Name: ranglaweb-child
Template: ranglaweb
Author: DGR
Author URI: #
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  height: 100%;
}
body {
  background: url(../ranglaweb/images/grey-bg.webp) repeat center center #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background-size: 100% 100%;
}
.punjab-gov-logo img {
  height: 60px;
}
.donathome a {
  color: #fff !important;
  background: #24b2fe;
  border-radius: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #209add;
  width: 180px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  letter-spacing: 5px;
  font-size: 20px;
  padding: 4px 10px !important;
}
.mobiledonatebtn {
  display: none;
}
h1.entry-title {
  display: none;
}
.main-navbar ul.navbar-nav li a {
  padding: 0px;
  font-size: 16px;
  color: #002f60;
  text-transform: uppercase;
  text-decoration: none;
}
span.country-code select {
    font-size: 10px;
}
/* select#countryCodeF {
    max-width: 60px;
    font-size: 12px;
    padding: 5px 10px;
    background: #fff;
    appearance: auto;
    font-weight: bold;
	height:30px
}*/
.input-group.phone-no {
    flex-wrap: nowrap;
}
.phone-no .text-with-code {
    display: flex;
    width: 395px;
}
.phone-no select.form-select{
    width: 80px;
    border-radius: 0;
    font-size: 12px;
}
.phone-no input.form-control{
    width: 100%;
    border-left: none;
}
.image-grid img.damage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
span.input-group-text.phonecode {
    display: block;
    text-align: left;
}
.main-navbar ul.navbar-nav li {
  padding: 0 25px;
}
.main-navbar ul.navbar-nav li.current-menu-item a {
  font-weight: 700;
  border-bottom: 3px solid #002f60;
}
.flood-affected-form .tab-content .input-group input.form-control,
.flood-affected-form .tab-content .input-group select.form-control {
  border-radius: 0 5px 5px 0px !important;
}
.flood-affected-form .tab-content .input-group select.form-control {
  appearance: auto;
}
.flood-affected-form .tab-content span.error {
  background: #ff0000;
  color: #fff;
  width: 100%;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 10px;
}
.logo img {
  height: 200px;
}
.logo-text p {
  text-transform: uppercase;
  font-size: 27px;
  color: #002f60;
  line-height: 33px;
}
.logo-text h2 {
  font-weight: 800;
  color: #002f60;
  font-size: 30px;
}
.logo-text h2 span,
.logo-text h2 p.contribute {
  font-weight: 400;
  display: block;
}
.logo-text h2 p.contribute {
  margin-bottom: 0px;
  text-transform: none;
}
.logo-text {
  margin-top: 15px;
}
.logo img {
  margin-right: 20px;
}
.payment-success-msg {
  background: #fff;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 600;
}
.payment-success-msg p {
  margin: 30px 0;
  font-style: italic;
}
.payment-success-msg p:empty {
  display: none;
}
.rangla-punjab-title h1 {
    font-weight: 700;
    color: #ffc107;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}
p.together {
    text-align: center;
    margin-top: 5px;
    font-style: italic;
    color: #004287;
    font-weight: 600;
    font-size: 18px;
}
.charrdikaltit .rangla-punjab-title h1{
	text-transform: uppercase;
    padding: 0 40px;
}
.rangla-punjab-title {
  background: #002f60;
  padding: 15px;
  text-align: center;
  border: 2px solid #ffcc00;
  margin-left: 40px;
  margin-top: 10px;
}
.banner-img img {
  width: 100%;
}
.flood-affected-block h2 {
  color: #002f60;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
}
.flood-affected-form {
  background: linear-gradient(to bottom, #007dff 0%, #002f60 100%);
  padding: 30px 40px;
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.flood-affected-form ul.nav-pills li {
  width: 33.333%;
  padding: 0 10px;
  position: relative;
}
.flood-affected-form ul.nav-pills li button {
  background: #fff;
  width: 100%;
  min-height: 65px;
  color: #000;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #000;
  padding: 0 10px 0 35px;
  font-size: 14px;
}
.flood-affected-form ul.nav-pills li button.active {
  background: linear-gradient(to bottom, #281cfa 0%, #ea4bee 100%);
  border: 1px solid #fff;
}
.flood-affected-form ul.nav-pills li.indian-citizen button.active:before {
  content: "";
  background-image: url(../ranglaweb/images/india-map.png);
  position: absolute;
  height: 35px;
  width: 35px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -18px;
}
.flood-affected-form ul.nav-pills li.indian-citizen button:before {
  content: "";
  background-image: url(../ranglaweb/images/map-non-selected.png);
  position: absolute;
  height: 35px;
  width: 35px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -18px;
}
.flood-affected-form ul.nav-pills li.corporate-office button.active:before {
  content: "";
  background-image: url(../ranglaweb/images/corporate-office-selected.png);
  position: absolute;
  height: 35px;
  width: 26px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -18px;
}
.flood-affected-form ul.nav-pills li.corporate-office button:before {
  content: "";
  background-image: url(../ranglaweb/images/corporate-office.png);
  position: absolute;
  height: 35px;
  width: 26px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -18px;
}
.flood-affected-form ul.nav-pills li.NRI button.active:before {
  content: "";
  background-image: url(../ranglaweb/images/world-map-selected.png);
  position: absolute;
  height: 27px;
  width: 26px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -14px;
}
.flood-affected-form ul.nav-pills li.NRI button:before {
  content: "";
  background-image: url(../ranglaweb/images/world-map.png);
  position: absolute;
  height: 27px;
  width: 26px;
  left: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  margin-top: -14px;
}
.flood-affected-form .tab-content {
  padding: 0 10px;
  margin-top: 15px;
  min-height: 400px;
}
span.input-group-text {
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  color: #004083;
}
span.input-group-text sup.required {
  color: red;
}
.receipt-radio-btns span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
label.label-text {
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
}
span.input-group-text.inputamt {
  display: block;
  text-align: left;
}
span.input-group-text.inputamt span.amountspan {
  display: block;
  font-size: 10px;
}
.receipt-radio-btns input[type="radio"] {
  margin-right: 5px;
  margin-top: -3px;
}
span.transaction-tax {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
span.transaction-tax {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}
span.click-to-donate {
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
}
span.click-to-donate {
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
}
.custom-donate-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.custom-donate-btn button {
  background: #24b2fe;
  border-radius: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #209add;
  width: 180px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  letter-spacing: 5px;
  font-size: 20px;
}
.cm-relief-fund-quotes {
  background: url(../ranglaweb/images/msg-blue-bg.webp) no-repeat center center;
  background-size: cover;
  border-top: 5px solid #ffcc00;
  position: relative;
}
.cm-msg-quotes p {
  font-size: 18px;
  color: #fff;
  text-align: justify;
}
.department-name {
  font-weight: 800;
}
.cm-msg-quotes {
  padding: 30px;
  padding-right: 300px;
  padding-left: 50px;
  position: relative;
}
.cm-quotes-donate .cm-image img {
  height: 300px;
}
.cm-quotes-donate {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 30px;
  margin-top: 0;
}
.cm-name h2 {
  color: #fec900;
  text-align: right;
  font-weight: 900;
  font-size: 2rem;
}
.cm-name span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
}
.cm-name {
  padding-top: 40px;
}
.banner-area {
  margin-top: 30px;
}
.flood-affected-block {
  margin-top: 20px;
}
span.contact-text strong {
  color: #fff;
  font-weight: bold;
}
span.contact-text strong a {
  color: #fff;
  text-decoration: none;
}
.helpline-number a {
  color: #fff;
  text-decoration: none;
}
span.contact-text strong a {
  color: #fff;
  text-decoration: none;
}
.main-footer span.widget_block a {
  color: #fff;
  text-decoration: none;
}
.cm-msg-quotes p span {
  color: #ffd800;
}
.contact-info a {
  color: #fff;
  text-decoration: none;
}
.cm-msg-quotes span {
  color: #fff;
  font-weight: bold;
}
button.btn.donate-btn a {
  color: #fff;
  text-decoration: none;
}
.rangla-about-us .logo-text p.misisterforty {
  font-size: 24px;
  text-transform: none;
  margin: 0;
}
.logo-text p.contribute {
  font-size: 24px;
  text-transform: none;
  margin: 0;
}
.logo-text p.misisterforty {
  font-size: 24px;
  font-weight: 800;
}
.contact-info i {
  margin-right: 3px;
  transform: rotate(10deg);
  color: #fec900;
  font-size: 18px;
}
.contact-info span {
  color: #fff;
}
.cm-image-device {
  display: none;
}
.main-footer span i {
  margin-right: 10px;
  transform: rotate(10deg);
  color: #fec900;
  font-size: 18px;
}
.custom-tabs {
  margin-top: 20px;
}
.rangla-about-us .logo-text p {
  font-size: 19px;
  line-height: normal;
}
.rangla-about-us .logo-text h2 {
  font-size: 22px;
}
.rangla-about-us .logo img {
  height: 157px;
}
.rangla-about-us .rangla-punjab-title h1 {
  font-size: 35px;
}
.rangla-about-us .logo-text h2 {
  font-size: 24px;
}
.custom-tabs ul li button.nav-link {
  border-radius: 0;
}
label.radioloabels {
  color: #fff;
  margin-right: 15px;
}
.tab-button {
  background: white;
  border: 2px solid #e5e7eb;
  color: var(--text-dark);
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-tabs ul li button {
  background-color: #fff;
  border: 1px solid #002f60;
  margin: 0px 10px;
  text-transform: uppercase;
  color: #002f60;
  font-weight: 500;
}
.about-us p {
  font-size: 16px;
  text-align: justify;
  color: #002f60;
  font-weight: 600;
  line-height: 26px;
}
.custom-tabs ul li button.nav-link.active {
  color: white;
  background: linear-gradient(90deg, rgba(234, 75, 238, 1) 0%, rgba(40, 28, 250, 1) 100% 100%);
  border: transparent;
  font-weight: 700;
}
.tab-button:hover {
  background: #f3f4f6;
}
.tab-button.active:hover {
  background: var(--accent-purple);
}
.board-section {
  margin-bottom: 40px;
  text-align: center;
}
.board-title {
  color: #002f60;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.board-subtitle {
  color: #002f60;
  font-size: 30px;
  text-align: center;
  margin-bottom: 2px;
}
.department-list {
  text-align: center;
  line-height: 2;
}
.department-item {
  color: #002f60;
  font-size: 25px;
  margin: 3px 0;
  font-weight: 500;
}
.member-title {
  color: #002f60;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.divider {
  width: 100px;
  height: 3px;
  background: #002f60;
  margin: 0px auto;
  border-radius: 2px;
}
.executive-committee-section {
  background: white;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 40px 0;
}
.committee-header {
  background: linear-gradient(135deg, #002f60 0%, #007dff 100%);
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.committee-table {
  margin: 0;
}
.committee-table th,
.committee-table td {
  padding: 20px 25px;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  vertical-align: middle;
}
.committee-table th {
  background-color: #fff;
  font-weight: 600;
  width: 200px;
  color: #002f60;
}
.committee-table td {
  background-color: white;
  color: #002f60;
}
.committee-table tr:hover td {
  background-color: #e0f2fe;
  transition: background-color 0.3s ease;
}
.custom-tabs .tab-content {
  padding: 0 40px;
}
.custom-tabs .about-us {
  padding-top: 20px;
}
.rangla-about-us .banner-img img {
  height: 100%;
  object-fit: cover;
}
.rangla-about-us .banner-img {
  height: 500px;
  overflow: hidden;
}
.main-footer {
  background: #002f60;
  padding: 10px 0;
  border-top: 10px solid #ffcc00;
  margin-top: 30px;
}
.main-footer p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.home .main-footer {
    margin-top: 0;
}
.ministermsg {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}
.contactsec a {
    text-decoration: none;
}
.governing-board {
  padding-top: 30px;
}
.flood-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
}
.helplines-sidebar {
  background: linear-gradient(135deg, #3b82f6, #1e3a8a);
  color: white;
  padding: 2rem;
  border-radius: 15px;
  position: sticky;
  top: 2rem;
}
.helplines-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ffc107;
}
.helpline-number {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px solid #ffc107;
}
.flood-images {
  margin: 30px 0 0;
}
.page-title {
  color: #002f60;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.content-text {
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: #002f60;
  font-weight: 600;
  font-size: 16px;
}
.section-heading {
  color: #002f60;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  letter-spacing: 1px;
}
.list-item {
  margin-bottom: 0.4rem;
  padding-left: 1rem;
  position: relative;
  color: #002f60;
  font-weight: 600;
  font-size: 16px;
}
.list-item::before {
  content: "■";
  color: #002f60;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.donate-section {
  text-align: center;
  margin: 3rem 0;
  position: relative;
}
.donate-btn {
  background: linear-gradient(45deg, #3b82f6, #06b6d4);
  color: white;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
  position: relative;
}
.donate-section button.btn.donate-btn:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #002f60;
  position: absolute;
  left: -202px;
  top: 33px;
}
.donate-section button.btn.donate-btn:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #002f60;
  position: absolute;
  right: -202px;
  top: 33px;
}
.punjab-flood-section {
  padding: 0 0px 0 20px;
}
.contact-us-form {
  background: linear-gradient(45deg, #002f60, #007dff);
  padding: 2rem;
  border-radius: 15px;
  color: #fff;
}
.contact-card {
  background: linear-gradient(45deg, #002f60, #007dff);
  color: white;
  padding: 1rem;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 3rem;
}
.contact-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.contact-info {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 600;
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  border-top: 5px solid #ffcc00;
  padding-top: 10px;
}
.contact-form {
  background: linear-gradient(45deg, #002f60, #007dff);
  padding: 2rem;
  border-radius: 15px;
  color: #fff;
  min-height: 575px;
}
.btn-submit {
  background: #24b2fe;
  border-radius: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #209add;
  width: 140px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  color: #fff;
}
.btn-submit:hover {
  background: #24b2fe;
  border-bottom: 5px solid #209add;
}
.social-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.social-icon {
  width: 45px;
  height: 45px;
  background: #002f60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.banner-area.chardikala {
    margin: 0;
}
.banner-area.chardikala h1.main-title {
    color: #002f60;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
	margin-bottom: 40px;
    margin-top: 40px;
}
.chardikala span.chardiheading {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    color: #002f60;
    font-weight: 700;
}
.chardikala h3.section-title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #002f60;
    font-weight: 800;
}
.chardikala p.chardipara {
    color: #002f60;
    font-size: 16px;
    font-weight: 500;
}
ul.bullet-list li.list-item {
    list-style: none;
}
ul.bullet-list{
	padding-left:0px;
}
.helpline-box {
  background: linear-gradient(to bottom, #4285f4, #174ea6);
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  border: 2px solid #002f60;
  font-weight: bold;
}
.helpline-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.helpline-title::after {
  content: "";
  display: block;
  width: 270px;
  height: 3px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}
.helpline-numbers {
  font-size: 22px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
} 
.charrdikaltit {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.charrdikaltit .rangla-punjab-title {
    margin-left: 0;
    display: inline-block;
    margin-top: 50px;
}
.charrdikaltit p.together {
    font-size: 25px;
}
.helpline-numbers span a {
    color: #fff;
    text-decoration: none;
}
.main-footer p a {
    color: #fff;
    text-decoration: none;
}

.damage-image {
  width: 100%;
  cursor: zoom-in;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

#lightbox {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#lightbox.show img {
  transform: scale(1);
  opacity: 1;
}

/* -------------------
	MEDIA CSS START
	-------------------- */
@media only screen and (max-width: 1399px) {
  .logo-text h2 {
    font-size: 22px;
  }
  .logo-text p {
    font-size: 20px;
  }
  .rangla-punjab-title h1 {
    font-size: 26px;
  }
  .flood-affected-form {
    margin-top: 15px;
    padding: 30px 20px;
  }
  span.transaction-tax {
    line-height: 18px;
  }
  .flood-affected-form .tab-content {
    min-height: 370px;
  }
  .main-navbar ul.navbar-nav li a.nav-link {
    font-size: 14px;
  }
  .main-navbar ul.navbar-nav li {
    padding: 0 20px;
  }
  .rangla-about-us .logo-text p {
    font-size: 16px;
  }
  .rangla-about-us .logo-text h2 {
    font-size: 18px;
  }
  .rangla-about-us .rangla-punjab-title h1 {
    font-size: 20px;
  }
  .rangla-about-us .logo img {
    height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-info {
    font-size: 0.8rem;
  }
  .logo-text p {
    line-height: normal;
  }
  .logo-text h2 {
    font-size: 17px;
  }
  .logo img {
    height: 132px;
  }
  .rangla-punjab-title h1 {
    font-size: 20px;
  }
  .banner-img {
    height: 419px;
    overflow: hidden;
  }
  .banner-img img {
    height: 100%;
    object-fit: cover;
  }
  .receipt-radio-btns span {
    font-size: 14px;
  }
  .flood-affected-form ul.nav-pills li button {
    font-size: 10px;
  }
  .cm-quotes-donate {
    bottom: 57px;
  }
  .cm-msg-quotes p {
    font-size: 18px;
  }
  .main-navbar ul.navbar-nav li {
    padding: 0 10px;
  }
  .custom-tabs ul li button {
    font-size: 12px;
    margin: 0px 5px;
  }
  .rangla-about-us .logo-text p {
    font-size: 12px;
  }
  .rangla-about-us .logo-text h2 {
    font-size: 14px;
  }
  .rangla-about-us .logo img {
    height: 113px;
    margin-right: 10px;
  }
  .rangla-punjab-title {
    margin-left: 0px;
  }
  .rangla-about-us .rangla-punjab-title h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .phone-no .text-with-code{
	width: 505px;
  }
  label.radioloabels {
    margin-right: 15px;
  }
  .rangla-about-us .logo-text h2 {
    font-size: 22px;
  }
  .rangla-about-us .logo-text p {
    font-size: 17px;
  }
  .logo-text h2 {
    font-size: 28px;
  }
  .logo-text p {
    margin-bottom: 0;
  }
  .flood-affected-form {
    margin-bottom: 40px;
    padding: 20px;
  }
  .main-navbar .navbar-collapse {
    background: #fff;
    position: absolute;
    left: 0;
    margin-top: 76px;
    width: 100%;
    top: 0;
    z-index: 1;
  }
  .main-navbar ul.navbar-nav li {
    padding: 15px 25px;
  }
  span.input-group-text {
    width: 110px;
    font-size: 12px;
  }
  .flood-affected-form .tab-content .input-group select.form-control {
    font-size: 14px;
  }
  .flood-affected-form ul.nav-pills li button {
    font-size: 17px;
	min-height: 80px;
  }
  .header nav.navbar button:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .custom-tabs .tab-content {
    padding: 0;
  }
  .contact-form {
    min-height: 525px;
    margin-bottom: 20px;
  }
	.rangla-punjab-title h1,
	.rangla-about-us .rangla-punjab-title h1{
		font-size: 40px;
	}
	.flood-affected-block.extend-info {
		margin-top: 0;
		font-size: 14px;
		background: #002f60;
		padding: 7px;
	}
	.flood-affected-block.extend-info h2 {
		color: #fff;
		margin-bottom: 0;
		font-size: 16px;
	}
	.flood-affected-block.extend-info h2 br {
		display: none;
	}
	.helpline-numbers{
		font-size:18px;
	}
}
@media only screen and (max-width: 767px) {
	.chardikala h3.section-title{
		font-size: 16px;
	}
	.chardikala p.chardipara{
		font-size:14px
	}
	.charrdikaltit .rangla-punjab-title h1{
		padding: 0 10px;
		font-size: 32px;
	}
	.charrdikaltit p.together {
		font-size: 20px;
	}
	.board-subtitle{
		font-size: 25px;
	}
	.department-item{
		font-size: 18px;
	}
	.phone-no select.form-select{
		width: 70px;
	}
	 .flood-affected-form .tab-content .input-group input.form-control,
	 .flood-affected-form .tab-content .input-group select.form-control{
	  font-size:12px;
	 }
    .flood-affected-form ul.nav-pills li button {
        font-size: 13px;
		min-height: 65px;
    }
  .main-footer p {
    font-size: 16px;
  }
  .contact-info {
    padding-top: 15px;
  }
  .mobiledonatebtn {
    display: block;
    position: fixed;
    bottom: 48px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  .mobiledonatebtn .custom-donate-btn {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .mbtns a {
    text-decoration: none;
    color: #fff;
  }
  .main-footer span i {
    font-size: 16px;
  }
  .cm-name {
    padding-top: 0;
    text-align: center;
  }
  .cm-image-device {
    display: block;
  }
  .cm-msg-quotes {
    padding: 30px;
  }
  .logo-text h2 {
    font-size: 22px;
  }
  .rangla-punjab-title {
    margin-left: 0;
  }
  .logo img {
    height: 140px;
  }
  .cm-quotes-donate {
    display: none;
  }
  .cm-name h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .cm-image-device img {
    height: 300px;
  }
  .cm-msg-quotes span {
    font-size: 22px;
    text-align: center;
  }
  .rangla-about-us .logo img {
    height: 133px;
  }
	.rangla-punjab-title h1 {
		font-size: 25px;
	}
	.rangla-about-us .rangla-punjab-title h1 {
		font-size: 25px;
	}
}
@media only screen and (max-width: 575px) {
  .charrdikaltit .rangla-punjab-title h1{
	  font-size:22px;
  }
  label.radioloabels {
    color: #000;
  }
  .rangla-about-us .logo-text p.misisterforty {
    font-size: 18px;
  }
  .rangla-about-us .logo-text p.contribute {
    margin-bottom: 0;
  }
  .donate-section button.btn.donate-btn:before {
    left: -120px;
    width: 120px;
    display: none;
  }
  .donate-section button.btn.donate-btn:after {
    right: -120px;
    width: 120px;
    display: none;
  }
  .flood-affected-form ul.nav-pills li button br {
    display: none;
  }
  .flood-affected-form ul.nav-pills li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .flood-affected-form ul.nav-pills li button {
    border-radius: 5px;
    font-size: 15px;
  }
  .flood-affected-form .tab-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
  }
  .receipt-radio-btns span,
  label.label-text {
    color: #004083;
  }
  .receipt-radio-btns span {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  span.transaction-tax {
    line-height: 18px;
    color: #000;
  }
  .logo-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .logo-text h2 {
    font-size: 16px;
  }
  .cm-name h2 {
    font-size: 20px;
  }
  .cm-msg-quotes span {
    font-size: 16px;
  }
  .cm-msg-quotes p {
    font-size: 16px;
  }
  .custom-tabs ul li button.nav-link {
    min-height: 55px;
    font-size: 14px;
  }
  .rangla-about-us .logo-text h2 {
    font-size: 16px;
  }
  .rangla-about-us .logo-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .rangla-about-us .logo img {
    height: 140px;
    margin-right: 20px;
  }
  .punjab-flood-section {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 490px) {
  .custom-tabs ul li {
    width: 100%;
  }
  .custom-tabs ul li button.nav-link {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    min-height: 55px;
  }
  .flood-affected-form ul.nav-pills li button{
	font-size:13px;
  }
}
