.img-responsive{
    width:100% !important;
}


        body {
            margin-top: 100px;
        }

        .page-header {
            background: url('../img/page-bg1.jpg') no-repeat center center;
            background-size: cover;
            position: relative;
            padding: 110px 0;
            text-align: center;
            color: #fff;
        }

        .page-header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.6);
        }

        .page-header h2 {
            position: relative;
            z-index: 2;
            font-size: 42px;
            font-weight: 700;
        }

        .content-section {
            padding: 60px 0;
        }

        .quick-links-box {
            background: #f3f3f3;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .quick-links-title {
            background: #ffffff;
            padding: 18px 20px;
            border-bottom: 1px solid #ddd;
        }

        .quick-links-title h4 {
            margin: 0;
            font-size: 24px;
            font-weight: 700;
            color: #000;
        }

        .quick-links {
            list-style: none;
            margin: 0;
            padding: 15px 20px;
        }

        .quick-links li {
            border-bottom: 1px solid #ddd;
        }

        .quick-links li:last-child {
            border-bottom: none;
        }

        .quick-links li a {
            display: block;
            padding: 14px 0;
            color: #333;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s;
        }

        .quick-links li a:hover {
            color: #ff214f;
            padding-left: 8px;
        }


/*Mobile css */        
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.container,
.wrapper,
.main-wrapper,
.site-wrapper,
.hero,
.hero-section,
.banner,
section {
  max-width: 100%;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container,
  .wrapper,
  .main-wrapper,
  .site-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero,
  .hero-section,
  .banner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    overflow: hidden;
    padding: 60px 20px 40px !important;
  }

  .hero-content,
  .banner-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1,
  .banner h1 {
    font-size: 42px !important;
    line-height: 1.05 !important;
    word-break: normal;
  }

  .hero h2,
  .banner h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .hero p,
  .banner p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
  }

  .hero img,
  .banner img {
    max-width: 100% !important;
    height: auto !important;
  }

  .hero .person-img,
  .banner .person-img {
    position: relative !important;
    width: 90% !important;
    max-width: 320px !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 30px auto 0 !important;
    display: block !important;
  }

  .navbar,
  .header,
  header {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .logo img {
    max-width: 210px !important;
    height: auto !important;
  }
}
