@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}

@media (max-width: 1400px) {
  .bnr_text {
    padding: 220px 0 400px !important;
    position: relative;
  }

  .home_bnr h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1199px) {
  .bnr_text {
    padding: 200px 0 350px !important;
  }

  .bnr:has(video) .bnr_video {
    top: 400px;
  }

  .title h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .title h5 {
    font-size: 22px;
    line-height: 27px;
  }

  .about_sec .title h5,
  .fetr_benefits .title h5,
  .certifications_sec h5,
  .ftr_conct_sec h5 {
    margin-bottom: 10px;
  }

  .fetr_benefits .title {
    margin-bottom: 40px;
  }

  .fetr_benefit_text .ftr_ben_wrp span,
  .ftr_ben_wrp h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .fetr_benefit_text .fetr_benefit_box {
    width: calc(100% - 50px);
  }

  .fetr_benefit_box p,
  .fetr_benefit_box .read_more,
  .home_serv_sec .title h2 {
    margin-top: 10px;
  }

  .fetr_benefit_text {
    margin-bottom: 20px;
  }

  .home_serv_img {
    height: 375px;
  }

  .home_serv_con h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .ftr_conct_sec .particles-js {
    top: -330px;
    right: -300px;
  }

  .ftr_conct_sec {
    padding-top: 150px;
  }

  .ftr_conct_frm input[type="text"],
  .ftr_conct_frm input[type="email"],
  .ftr_conct_frm textarea,
  .ftr_conct_frm .bootstrap-select > .dropdown-toggle {
    font-size: 17px;
    line-height: 25px;
    padding: 20px 0;
    margin-bottom: 35px;
  }

  .ftr_conct_frm textarea {
    margin-top: 50px;
  }

  .footer_sec {
    padding: 100px 0 240px;
  }

  .navbar .links li a {
    font-size: 16px;
    line-height: 25px;
  }

  nav .navbar {
    padding: 0 25px;
  }

  h1 span {
    font-size: 40px;
    line-height: 50px;
  }

  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .abt_about_sec {
    margin-top: -125px;
    padding-bottom: var(--sec-gap);
  }

  .contact_sec {
    margin-top: -50px;
  }

  .contact_wrp {
    margin-top: 35px;
  }

  .contact_sec .title h2 {
    margin-top: 5px;
  }

  .ftr_conct_frm .wpcf7-form-control-wrap:has(textarea) {
    margin-top: 50px;
  }

  /* 11-07-25 Start */
  .why_choose_us_box h3 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 13px;
  }

  .why_choose_us_box {
    border-radius: 20px;
    padding: 26px;
  }

  .why_safe_city_sec .why_choose_us_box {
    row-gap: 20px;
  }

  .tec_con h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .tec_con li {
    margin-bottom: 11px;
  }

  .soft_tec_sec h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .why_safe_city_sec {
    margin-top: -50px;
  }

  .why_safe_city_sec .why_choose_us_box span {
    font-size: 40px;
    line-height: 40px;
  }

  /* 11-07-25 End */

  .what_do_wrp {
    gap: 20px;
  }

  .what_do_box {
    gap: 20px;
    width: calc(25% - 15px);
  }
}

@media (max-width: 991px) {
  .hedr .signup {
    font-size: 14px;
    height: 44px;
  }

  .hedr .signin {
    font-size: 14px;
    line-height: 22px;
  }

  .hedr .hedr_wrap {
    padding: 20px 0;
  }

  .featur_sec {
    margin-top: -75px;
  }

  .banner_text h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .hedr .logo {
    max-width: 160px;
  }

  .home_bnr h1 {
    font-size: 70px;
    line-height: 75px;
  }

  header {
    top: 20px;
  }

  nav {
    height: 100px;
  }

  .navbar .logo a img {
    height: auto;
    max-width: 180px;
  }

  body.overlay {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  body.overlay .nav-links {
    transform: translateX(0);
  }

  body.overlay::before {
    z-index: 99;
    opacity: 0.5;
  }

  body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    content: "";
    backdrop-filter: blur(5px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
  }

  .navbar .links > li:before {
    display: none;
  }

  .navbar .nav-links .sidebar-logo {
    display: block;
    position: absolute;
    z-index: 100;
    width: 70px;
    height: 100px;
    background: #fff;
    border-radius: 0 0 0 60px;
    right: 0;
    top: -30px;
  }

  .bnr::before,
  .bnr::after {
    height: 300px;
  }

  .bnr_text {
    padding: 175px 0 250px !important;
  }

  .bnr p {
    font-size: 17px;
    line-height: 27px;
  }

  .title h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .about_sec h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .fetr_benefit_text .ftr_ben_wrp span,
  .ftr_ben_wrp h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .fetr_benefit_box p {
    -webkit-line-clamp: 2;
  }

  :root {
    --sec-gap: 75px;
  }

  .home_serv_sec .ttl_des {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home_serv_sec .ttl_des h4 {
    font-size: 22px;
    line-height: 27px;
    color: var(--white-color);
    font-weight: 500;
  }

  .home_serv_box {
    border-radius: 22px;
    padding: 15px;
  }

  .home_serv_img {
    height: 250px;
    border-radius: 15px;
  }

  .home_serv_con {
    padding: 20px 0 0;
    margin-bottom: 10px;
  }

  .home_serv_con p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .home_serv_con h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .read_more {
    font-size: 16px;
    line-height: 20px;
  }

  .home_serv_sec .title,
  .home_serv_sec .ttl_des,
  .certifications_sec .title,
  .certifications_sec .ttl_des {
    max-width: 100%;
  }

  .fetr_benefit_text {
    margin-bottom: 15px;
  }

  .certifications_sec .title {
    margin-bottom: 15px;
  }

  .ttl_des p + p {
    margin-top: 5px;
  }

  .certifications_wrp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .certifications_box {
    width: calc(25% - 15px);
    padding: 25px;
    border-radius: 20px;
    height: 150px;
  }

  .ftr_conct_sec {
    padding-top: var(--sec-gap);
  }

  .ftr_cmpnywrp h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .ftr_cmpnywrp li a {
    font-size: 16px;
  }

  .ftr_logowrp p,
  .ftr_cmpnywrp.ftrcnct p {
    font-size: 16px;
    line-height: 25px;
  }

  .ftr_cmpnywrp.ftrcnct p {
    margin-bottom: 15px;
  }

  .ftr_conct_frm textarea {
    margin-top: 20px;
  }

  .ftr_cmpnywrp.ftrcnct ul {
    margin-top: 5px;
  }

  .ftr_cmpnywrp li + li {
    margin-top: 10px;
  }

  .ftrlogo {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .ftr_btmtext {
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer_sec {
    padding-top: var(--sec-gap);
    padding-bottom: 180px;
  }

  .ftr_cmpnywrp {
    padding-left: 0;
  }

  .ftr_cmpnywrp.ftrcnct {
    padding: 0;
    margin-left: 0;
    padding-right: 25px;
  }

  .ftr_logowrp {
    margin-bottom: 25px;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }

  .abt_about_sec {
    margin-top: -50px;
  }

  .about_sec h3 {
    padding-left: 40px;
    font-size: 22px;
    line-height: 27px;
  }

  .about_sec h3:not(:first-of-type) {
    margin-top: 25px;
  }

  .out_valus_con {
    width: 100%;
    padding: 0;
  }

  .out_valus {
    border-radius: 32px;
    backdrop-filter: blur(5px);
    border: 1px solid var(--border-color);
    padding: 30px;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .out_valus_img {
    width: 60%;
    margin-top: 20px;
  }

  .ftr_conct_frm .wpcf7-form-control-wrap:has(textarea) {
    margin-top: 20px;
  }

  /* 11-07-25 Start */

  .why_safe_city_sec .title h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .why_choose_us_box_wrp {
    gap: 30px;
  }

  .why_choose_us_box {
    width: calc(50% - 15px);
  }

  .why_choose_us_box h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .why_cho_us_img {
    width: 85px;
    height: 85px;
  }

  .why_cho_us_img img {
    width: 40px;
  }

  .why_safe_city_sec .why_choose_us_box p {
    font-size: 16px;
    line-height: 22px;
  }

  .soft_tec_sec .title {
    width: calc(48% - 20px);
  }

  .soft_tec_sec .title h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .tec_con h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .tec_con li::before {
    top: 10px;
  }

  .tec_con p {
    font-size: 16px;
    line-height: 23px;
  }

  .tec_main_bnf .ttl_des p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .tec_sec .title h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .why_safe_city_sec .tec_con p + p {
    margin-top: 15px;
  }

  .tec_key_benefits_sec .tec_wrp {
    display: block;
  }

  .tec_key_benefits_sec .title {
    width: 100%;
  }

  .tec_key_benefits_sec .tec_con {
    width: 100%;
  }

  .tec_key_benefits_sec .tec_con p {
    margin-left: 0;
  }

  /* 11-07-25 End */

  .tec_wrp {
    align-items: start;
  }

  .tec_img {
    width: calc(50% - 15px);
    border-radius: 15px;
  }

  .tec_con {
    width: calc(50% - 15px);
  }

  .tec_main_bnf .tec_con {
    margin-top: 10px;
  }

  .why_choose_us_wrp,
  .why_safe_city_sec .why_choose_us_box_wrp {
    margin-top: 50px;
  }

  .why_choose_us_sec .ttl_des h4,
  .why_choose_us_sec .title,
  .why_choose_us_sec .ttl_des {
    max-width: 100%;
    width: 100%;
  }

  .why_choose_us_sec .title h2 {
    margin-block: 10px;
  }

  .why_choose_us_sec .ttl_des h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .why_choose_us_sec .ttl_des p {
    font-size: 17px;
    line-height: 28px;
  }

  .why_choose_us_box {
    row-gap: 30px;
    justify-content: flex-start;
  }

  .tec_key_benefits_sec .tec_con > h4 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .what_do_sec .ttl_des,
  .what_do_sec .title,
  .why_do_sec .ttl_des,
  .why_do_sec .title {
    max-width: 100%;
    width: 100%;
  }

  .what_do_box {
    gap: 20px;
    width: 30%;
  }

  .what_do_wrp {
    gap: 30px;
    justify-content: flex-start;
    margin-top: 50px;
  }

  .what_do_sec .ttl_des h4,
  .why_do_sec .title h4,
  .why_do_sec .ttl_des h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .why_do_sec .title h4,
  .why_do_sec .ttl_des h4 {
    margin-bottom: 10px;
  }

  .what_do_sec .ttl_des p,
  .why_do_sec .title p,
  .why_do_sec .ttl_des p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .what_do_sec .title h2,
  .why_do_sec .title h2 {
    color: var(--white-color);
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .why_do_sec .ttl_des {
    margin-top: 15px;
  }

  .why_do_wrp {
    padding-top: 50px;
  }

  .why_do_box {
    padding: 25px;
    border-radius: 20px;
  }

  .why_do_box h3 {
    font-size: 25px;
    line-height: 32px;
  }

  .why_choose_us_sec.tech_choose .ttl_des {
    margin-bottom: 0;
  }

  .fetr_benefits .accordion-body {
    padding: 10px 0 0 0;
  }
  .fetr_benefits .accordion-item + .accordion-item {
    padding-top: 20px;
    margin-top: 20px;
  }

  .fetr_benefit_img {
    border-radius: 25px;
  }
  .fetr_benefit_text .ftr_ben_wrp span {
    width: 45px;
  }

  .navbar .links li a.primary_btn {
    padding: 0 60px 0 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .nav-links .links {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .navbar .logo a img {
    height: auto;
    max-width: 150px;
  }

  nav {
    height: 80px;
  }

  .home_bnr h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .bnr_text {
    padding: 140px 0 200px !important;
  }

  .primary_btn::before,
  .secondary_btn::before {
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .primary_btn,
  .secondary_btn {
    height: 50px;
    padding: 0 60px 0 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .bnr_text a + a {
    margin-left: 5px;
  }

  .about_sec .about_con {
    max-width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }

  .about_sec h4,
  .about_sec p {
    margin-bottom: 15px;
  }

  .bnr::before,
  .bnr::after {
    height: 275px;
  }

  .title h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about_sec .title {
    max-width: 100%;
  }

  .home_serv_box_wrp {
    row-gap: 15px;
    margin-top: 15px;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }

  .home_serv_img {
    height: 170px;
    border-radius: 15px;
  }

  :root {
    --sec-gap: 50px;
    --pera-color: #c9c9c9;
  }

  .out_valus_img {
    width: 100%;
  }

  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  h1 span {
    font-size: 22px;
    line-height: 30px;
  }

  .out_valus {
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
  }

  .about_sec h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  /* 11-07-25 Start */
  .why_choose_us_box {
    width: calc(50% - 10px);
  }

  .why_choose_us_box_wrp {
    gap: 20px;
  }

  .why_choose_us_box h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .why_safe_city_sec .why_choose_us_box {
    row-gap: 20px;
    padding: 20px;
    border-radius: 15px;
  }

  .soft_tec_sec .tec_wrp {
    display: block;
  }

  .soft_tec_sec .title {
    width: 100%;
  }

  .soft_tec_sec .tec_con {
    max-width: 100%;
    width: 100%;
  }

  .soft_tec_sec .tec_con li {
    max-width: 100%;
  }

  .soft_tec_sec .tec_con p {
    margin-left: 0;
  }

  /* 11-07-25 Start */

  .tec_main_bnf .title,
  .tec_main_bnf .ttl_des {
    width: 100%;
  }

  .tec_sec .title h2 {
    margin-bottom: 15px;
  }

  .tec_main_bnf .tec_con ul {
    display: block;
  }

  .tec_main_bnf .tec_con ul li {
    width: 100%;
  }

  .tec_img {
    width: 100%;
    margin-bottom: 35px;
  }

  .tec_con,
  .technical_sec .title {
    width: 100%;
  }

  .why_safe_city_sec .tec_con p,
  .why_safe_city_sec .title h4,
  .technical_sec .tec_con {
    max-width: 100%;
  }

  .technical_sec h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }

  .what_do_wrp {
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
  }

  .what_do_box {
    gap: 20px;
    width: calc(50% - 10px);
    border-radius: 15px;
  }

  .data_anlis_tec_sec .title,
  .data_anlis_tec_sec .tec_con {
    max-width: 100%;
    width: 100%;
  }

  .data_anlis_tec_sec .tec_con > p {
    margin-bottom: 15px;
  }

  .why_do_box {
    padding: 20px;
    border-radius: 15px;
    width: calc(50% - 10px);
  }

  .why_do_box h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
  }

  .why_do_box p {
    font-size: 16px;
    line-height: 25px;
  }

  .why_do_wrp {
    padding-top: 30px;
  }

  .technical_bnf .title,
  .technical_descrip .title,
  .technical_bnf .tec_con,
  .technical_descrip .tec_con,
  .degital_tec_sec .tec_con {
    width: 100%;
    max-width: 100%;
  }

  .degital_tec_sec.tec_sec .title h2 {
    margin-bottom: 15px;
  }

  .why_choose_inn {
    max-width: 100%;
    text-align: left;
  }

  .why_choose_inn h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .why_choose_inn p {
    font-size: 16px;
    line-height: 25px;
  }

  .fetr_benefit_img {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .home_bnr h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .bnr p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .bnr_text {
    padding: 120px 0 !important;
  }

  .title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about_sec .about_con {
    margin-top: 10px;
  }

  .about_sec h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .fetr_benefits .title {
    margin-bottom: 25px;
  }

  .fetr_benefit_img {
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .certifications_wrp {
    justify-content: flex-start;
  }

  .home_serv_img {
    height: 270px;
    border-radius: 15px;
  }

  .certifications_box {
    width: calc(33.333% - 15px);
    padding: 25px;
    border-radius: 10px;
    height: 150px;
  }

  .ftr_conct_frm input[type="text"],
  .ftr_conct_frm input[type="email"],
  .ftr_conct_frm textarea,
  .ftr_conct_frm .bootstrap-select > .dropdown-toggle {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0;
    margin-bottom: 20px;
  }

  .ftr_conct_frm .wpcf7-form-control-wrap:has(input[type="text"]),
  .ftr_conct_frm .wpcf7-form-control-wrap:has(input[type="email"]),
  .ftr_conct_frm .wpcf7-form-control-wrap:has(.dropdown.bootstrap-select) {
    width: 100% !important;
    font-size: 16px;
    line-height: 25px;
  }

  .ftr_conct_frm .dropdown.bootstrap-select {
    width: 100% !important;
  }

  .ftr_conct_frm .wpcf7-form-control-wrap:has(textarea) {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .home_serv_box_wrp {
    display: block;
  }

  .home_serv_box:nth-child(odd),
  .home_serv_box:nth-child(even) {
    margin-top: 20px;
  }

  .home_serv_box:first-child {
    margin-top: 0;
  }

  .ftr_background {
    bottom: 0;
  }

  .ftr_cmpnywrp.ftrcnct {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links {
    max-width: unset;
  }

  .nav-links .links {
    width: 100vw;
    max-width: unset;
    box-shadow: none;
  }

  .bnr::before,
  .bnr::after {
    height: 245px;
  }

  .ftr_btmtext p {
    font-size: 13px;
    line-height: 22px;
  }

  .bnr:has(video) .bnr_video {
    top: 275px;
  }

  .footer_sec .row > *:has(.ftr_cmpnywrp) {
    width: 50%;
  }

  .footer_sec .row > *:has(.ftr_cmpnywrp.ftrcnct) {
    width: 100%;
    order: 4;
  }

  .about_sec p {
    color: var(--pera-color);
  }

  h1 span {
    font-size: 18px;
    line-height: 25px;
  }

  .abt_about_sec {
    margin-top: -50px;
  }

  .contact_wrp {
    border-radius: 20px;
    padding: 20px 30px 45px;
    margin-top: 75px;
  }

  /* 11-07-25 Start */
  .tec_con {
    width: 100%;
    margin-top: 0;
  }

  .why_safe_city_sec .title h4 {
    max-width: 100%;
  }

  .soft_tec_sec .title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .soft_tec_sec .title h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: 20px;
  }

  .tec_con h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .tec_con li::before {
    top: 9px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  /* 11-07-25 end */

  .why_safe_city_sec {
    margin-top: 0;
  }

  .tec_main_bnf .ttl_des p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 100%;
    font-weight: 500;
  }

  .tec_sec .title h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .why_safe_city_sec .title h2 {
    margin-bottom: 15px;
  }

  .why_choose_us_box {
    width: 100%;
  }

  .tec_key_benefits_sec .tec_con > h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .why_do_box {
    width: 100%;
  }

  .why_do_wrp {
    gap: 20px;
  }

  .why_choose_us_wrp,
  .why_safe_city_sec .why_choose_us_box_wrp {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .footer_sec {
    padding-top: var(--sec-gap);
    padding-bottom: 140px;
  }

  .what_do_box h3 {
    font-size: 18px;
    line-height: 25px;
    color: var(--white-color);
    font-weight: bold;
    font-family: var(--body-font);
  }
}

@media (max-width: 420px) {
  .certifications_box {
    width: calc(50% - 15px);
  }

  .navbar .logo a img {
    max-width: 120px;
  }

  nav {
    height: 70px;
  }

  .footer_sec {
    padding-bottom: 100px;
  }

  .ftr_btmtext {
    margin-top: 25px;
    padding-top: 20px;
  }

  .ftr_btmtext {
    margin-top: 25px;
    padding-top: 20px;
  }

  .ftr_cmpnywrp h4 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .footer_sec li {
    line-height: 20px;
  }

  .ftr_cmpnywrp li a {
    font-size: 15px;
    line-height: 20px;
  }

  /* 11-07-25 Start */
  .why_choose_us_box {
    width: 100%;
  }

  .why_safe_city_sec .why_choose_us_box {
    justify-content: center;
    align-items: center;
  }

  .why_choose_us_box h3 {
    text-align: center;
  }

  .why_cho_us_img {
    margin-inline: auto;
  }

  .why_safe_city_sec .why_choose_us_box p,
  .why_cho_us_text {
    text-align: center;
  }

  /* 11-07-25 End */
  .what_do_box {
    width: 100%;
  }

  .fetr_benefit_text .ftr_ben_wrp span,
  .ftr_ben_wrp h3 {
    font-size: 17px;
    line-height: 22px;
  }

  .fetr_benefits .accordion-item + .accordion-item {
    padding-top: 15px;
    margin-top: 15px;
  }

  .fetr_benefits .accordion-body {
    font-size: 15px;
    line-height: 25px;
  }
}