/*!
Theme Name: MonaIns
Theme URI: https://www.sleekinfosolutions.com/
Author: Sleek Infosolutions Pvt Ltd.
Author URI: https://www.sleekinfosolutions.com/
Description: Mona Insurance custom theme development fron scratch with SCF.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monains
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.wpcf7-response-output{
	color: #fff;
}


.why_choose_area_boxes_each {
  border: 1px solid aliceblue;
  padding: 30px;
  height: 100%;
}

.common_head p{
	text-align:center;
}


/* ========== PRIVACY POLICY PAGE ========== */
.pp_tc {
  padding: 40px 0;
  background: #f8fafc;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.7;
}

.pp_tc .page_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.pp_tc .page_ttl h2 {
  font-size: 36px;
  font-weight: 700;
  color: #08263b;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.pp_tc .page_ttl h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #08263b;
  margin: 10px auto 0;
  border-radius: 3px;
}

.pp_tc .page_contnt {
  margin: 0 auto; 
}

.pp_tc .page_contnt p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
}

.pp_tc .page_contnt a {
  color: #08263b;
  text-decoration: underline;
  transition: 0.3s ease;
}

.pp_tc .page_contnt a:hover {
  color: #bb2026;
  text-decoration: none;
}

.pp_tc .page_contnt h4 {
  font-size: 22px;
  color: #08263b;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #08263b;
  padding-left: 12px;
}

.pp_tc .page_contnt h5 {
  font-size: 18px;
  color: #08263b;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pp_tc .page_contnt ul {
  margin: 10px 0 20px 25px;
  list-style: none;
}

.pp_tc .page_contnt ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  color: #555;
}

.pp_tc .page_contnt ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #08263b;
  font-weight: bold;
  font-size: 18px;
}

.pp_tc hr {
  border: none;
  height: 1px;
  background: #e2e8f0;
  margin: 30px 0;
} 

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 992px) {
  .pp_tc {
    padding: 60px 0;
  }
  .pp_tc .page_ttl h2 {
    font-size: 30px;
  }
  .pp_tc .page_contnt {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .pp_tc .page_ttl h2 {
    font-size: 26px;
  }
  .pp_tc .page_contnt {
    padding: 25px;
  }
  .pp_tc .page_contnt p,
  .pp_tc .page_contnt li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .pp_tc {
    padding: 50px 0;
  }
  .pp_tc .page_ttl h2 {
    font-size: 22px;
  }
  .pp_tc .page_contnt {
    padding: 20px;
  }
}
