@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");


.container,
.containert-lg {
    max-width: 1620px !important;
    padding: 0 !important;
}

body {
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: "DM Sans", sans-serif;
}

section#mysociety-header-section header.header-wrap {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 20px;
}

section#mysociety-header-section .row.custom-row-wrap {
    align-items: center;
}

section#mysociety-header-section .header-logo img {
    width: 200px;
}
section#mysociety-header-section .header-logo a:focus-within {
    outline: 0;
}
section#mysociety-header-section .header-logo img.menuvar-icon-wrap {
    display: none;
}

section#mysociety-header-section header.header-wrap .btn-wrap.mobile-btn-wrap {
    display: none;
}

section#mysociety-header-section .header-menu-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}

section#mysociety-header-section .header-menu-wrap ul li {
    list-style: none;
    padding: 0 20px;
}

section#mysociety-header-section .header-menu-wrap ul li:first-child {
    padding-left: 0;
}

section#mysociety-header-section .header-menu-wrap ul li:last-child {
    padding-right: 0;
}

section#mysociety-header-section .header-menu-wrap ul li a {
    font-size: 20px;
    color: #000;
    list-style: none;
    text-decoration: none;
    font-weight: 400;
}
section#mysociety-header-section .header-menu-wrap ul li a:focus-visible,
section#mysociety-header-section .header-logo img:focus-visible {
    border: 0;
    outline: 0;
}
section#mysociety-header-section .header-menu-wrap ul li a:hover {
    color: #fd6767;
}

section#mysociety-header-section header.header-wrap .btn-wrap a.login-btn-wrap {
    padding: 10px 40px;
    font-size: 20px;
    text-decoration: none;
    color: #ffff;
    font-family: 'DM Sans';
    font-weight: 400;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(249, 115, 104, 1) 100%);
    margin-right: 22px;
    position: relative;
}

section#mysociety-header-section header.header-wrap .btn-wrap a.login-btn-wrap:hover {
    background: linear-gradient(90deg, rgba(249, 115, 104, 1) 0%, rgba(145, 179, 250, 1) 100%);
    transition: 1s ease;
}

section#mysociety-header-section header.header-wrap a.contact-us {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 10px;
}

section#mysociety-header-section header.header-wrap a.contact-us:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(249, 115, 104, 1) 0%, rgba(145, 179, 250, 1) 100%);
    border-color: transparent;
}

/* Hero Section  Start Here */
section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap a {
    background: transparent;
    padding: 0;
}
section#mysociety-hero-section .hero-section-wrap {
    position: relative;
}
section#mysociety-hero-section .hero-section-wrap .hero-section-bg-img img{
    width: 100%;
}
section#mysociety-hero-section .main-heading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58%;
    margin: auto;
    text-align: center;

}

section#mysociety-hero-section .main-heading-wrap h1 {
    font-family: 'DM Sans';
    font-size: 58px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}

section#mysociety-hero-section .main-heading-wrap p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 49px;
}

section#mysociety-hero-section .main-heading-wrap h1 span {
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(253, 103, 103, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section#mysociety-hero-section .hero-section-wrap a {
    font-size: 20px;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 8px;
    font-weight: 300;
    margin: 0 12px;
    display: inline-flex;
}

section#mysociety-hero-section .hero-section-wrap a.know-btn {
    margin-left: 0;
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(253, 103, 103, 1) 100%);
}

section#mysociety-hero-section .hero-section-wrap a.know-btn:hover {
    background: linear-gradient(90deg, rgba(249, 115, 104, 1) 0%, rgba(145, 179, 250, 1) 100%);
    transition: 1s ease;
}

section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap {
    position: absolute;
    bottom: 40px;
}

section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap img {
    margin-right: 20px;
}

section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap img:last-child {
    margin: 0;
}

/* trust bar slidesr css start Here */
section#trust-bar-section .trust-slider-wrap {
    background: #333;
    padding: 10px 0;
}

section#trust-bar-section .trust-slider-wrap marquee span {
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    display: inline-flex;
    margin-left: 85px;
}

section#trust-bar-section .trust-slider-wrap marquee img {
    margin-left: 8px;
}

/* why choose us section css start here */
section#why-choose-my-society .why-choose-us {
    padding: 60px 0;
}

section#why-choose-my-society .why-choose-us .details-wrap span {
    font-family: 'DM Sans';
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 500;
    padding-bottom: 6px;
    display: inline-block;
}

section#why-choose-my-society .why-choose-us .details-wrap h2 {
    font-family: 'DM Sans';
    font-size: 35px;
    color: #333;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0;
}

section#why-choose-my-society .why-choose-us .details-wrap h2 span,
section#mysociety-smart-solution .reliable-wrap h1 span {
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(253, 103, 103, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

section#why-choose-my-society .why-choose-us .details-wrap p {
    font-size: 20px;
    font-weight: 300;
    color: #333;
    line-height: 31px;
    margin: 0;
}

section#why-choose-my-society .why-choose-us .details-wrap {
    width: 566px;
    margin-right: auto;
}

section#why-choose-my-society .why-choose-us .trust-img-wrap {
    width: 100%;
    margin-left: auto;
}

section#why-choose-my-society .why-choose-us .app-details-wrap {
    width: 480px;
}

section#why-choose-my-society .why-choose-us .app-details-wrap {
    background: #f7f7f7;
    width: 98%;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    margin: 5px;
    box-shadow: inset 0 0 10px hwb(0 0% 100% / 35);
    position: relative;
}

section#why-choose-my-society .why-choose-us .app-details-wrap:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 102%;
    height: 105%;
    border: 1px solid #333;
    border-radius: 30px;
    z-index: -1;
}

section#why-choose-my-society .why-choose-us .app-details-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fd6767;
    padding: 12px 0 8px 0;
    margin: 0;
}

section#why-choose-my-society .why-choose-us .app-details-wrap p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #333;
}

/* Live Connected Sections Start  here */
/* section#mysociety-secure-section .society-connect-wrap .row.custom-row-wrap {
    gap: 40px 0;
} */
section#mysociety-secure-section .society-connect-wrap {
    padding: 40px 0;
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
}

section#mysociety-secure-section .society-connect-wrap .engage-wrapped {
    display: flex;
    align-items: flex-start;
    max-width: 518px;
    margin-bottom: 40px;
}

section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap {
    margin-left: 14px;
}

section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-bottom: 10px;
}

section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #333;
    margin: 0;
    padding: 0;
}

section#mysociety-secure-section .society-connect-wrap .heading-wrap,
section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading {
    position: relative;
    text-align: center;
}

section#mysociety-secure-section .society-connect-wrap .heading-wrap h3 {
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 6px;
    color: #333;
    line-height: 40px;
    position: relative;
    margin-bottom: 0;
}

section#mysociety-secure-section .society-connect-wrap .heading-wrap h3::after,
section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(253, 103, 103, 1) 100%);
    width: 100px;
    height: 3px;
    border-radius: 50px;
    margin: auto;
}
/* Slider section  Start here */

section#mysociety-slider-section .slider-wrap {
    padding: 60px 0;
}
section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading,
section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading,
section#mysociety-easier-section .better-living .heading-wrap.better-living-heading,
section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading,
section#mysociety-features-section .easy-to-use .heading-wrap.features-title,
section.mysociety-integrated .entry-management .management-heading,
section#mysociety-why-choose-us .cloud-base-service .heading-wrapped {
    position: relative;
    text-align: center;
}

section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3,
section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3,
section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3,
section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3,
section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3,
section.mysociety-integrated .entry-management .management-heading h3,
section#mysociety-why-choose-us .cloud-base-service .heading-wrapped h3 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 8px;
    color: #333;
    line-height: 40px;
    position: relative;
    margin-bottom: 35px;
}
section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3::after,
section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3::after,
section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3::after,
section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading::after,
section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3::after,
section.mysociety-integrated .entry-management .management-heading h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(253, 103, 103, 1) 100%);
    width: 100px;
    height: 3px;
    border-radius: 50px;
    margin: auto;
}

section#mysociety-slider-section .slider-wrap .item {
    max-width: 513px;
    background: #9DB2DF;
    padding: 22px;
    border-radius: 25px;
    transform: scale(0.9);
    opacity: 0.5;
}

section#mysociety-slider-section .slider-wrap .item p,
section#mysociety-slider-section .slider-wrap .item span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 16px;
    color: #fff;
}

section#mysociety-slider-section .slider-wrap .item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffff;
    margin: 0;
}

section#mysociety-slider-section .slider-wrap .item span {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

section#mysociety-slider-section .slider-wrap .owl-dots {
    display: block !important;
    text-align: center;
}

section#mysociety-slider-section .slider-wrap .owl-dots button.owl-dot.active {
    background: #9db2df;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

section#mysociety-slider-section .slider-wrap .owl-dots button.owl-dot {
    background: #d9d9d9;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 4px;
}

section#mysociety-slider-section .slider-wrap .owl-nav {
    display: block;
    text-align: center;
    margin: 13px 0;
}

section#mysociety-slider-section .slider-wrap button.owl-prev,
section#mysociety-slider-section .slider-wrap button.owl-next {
    position: relative;
}

section#mysociety-slider-section .slider-wrap button.owl-prev::before,
section#mysociety-slider-section .slider-wrap button.owl-next::before {
    position: absolute;
    content: '';
    top: -20px;
    right: 0;
    left: -32px;
    bottom: 0;
    background: url(../image/left-arrow.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

section#mysociety-slider-section .slider-wrap button.owl-next::before {
    background: url(../image/right-arrow.png);
    right: -32px;
    left: auto;
}

section#mysociety-slider-section .slider-wrap button.owl-next span,
section#mysociety-slider-section .slider-wrap button.owl-prev span {
    display: none;
}

section#mysociety-slider-section .slider-wrap .owl-item.active.center .item {
    transform: scale(1) !important;
    opacity: 1 !important;
}

/* Simple Platform css start here */
section#mysociety-simple-platform-section .platform-heading-wrap .row.custom-row-wrap {
    gap: 40px 0;
}

section#mysociety-simple-platform-section .platform-heading-wrap {
    padding: 50px 0;
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
}

section#mysociety-simple-platform-section .platform-heading-wrap .simple-platform-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

section#mysociety-simple-platform-section .platform-heading-wrap .simple-platform-title h3 {
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 0px;
    color: #333;
    line-height: 40px;
    position: relative;
    margin-bottom: 16px;
}

section#mysociety-simple-platform-section .platform-heading-wrap p {
    font-size: 18px;
    font-weight: 300;
    max-width: 675px;
    margin: auto;
    margin-bottom: 24px;
    color: #333;
}

section#mysociety-simple-platform-section .platform-heading-wrap a {
    background: #333;
    padding: 11px 38px;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    display: inline-flex;
}

section#mysociety-simple-platform-section .platform-heading-wrap a:hover {
    background: #fff;
    color: #333;
}

section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap {
    background: transparent;
    width: 90%;
    text-align: center;
    border-radius: 30px;
    padding: 15px;
    margin: 5px;
    position: relative;
    border: 1px solid #333;
    height: 225px;
}

section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    padding: 12px 0 8px 0;
    margin: 0;
}

section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #333;
    line-height: 24px;
}

section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap:before {
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    right: 0;
    bottom: 0;
    width: 103%;
    height: 105%;
    border: 1px solid #333;
    border-radius: 30px;
    z-index: -1;
}

/* Better Community Section Start Here */
section#mysociety-community-section .togather-wrap {
    padding: 60px 0;
}

section#mysociety-secure-section .society-connect-wrap .heading-wrap h3 {
    margin-bottom: 35px !important;
}

section#mysociety-community-section .togather-wrap .information-wrapped {
    background: #f7f7f7;
    padding: 26px;
    border-radius: 30px;
    position: relative;
    box-shadow: inset 0 0 10px hwb(0 0% 100% / 25%);
    max-width: 460px;
    text-align: center;
}

section#mysociety-community-section .togather-wrap .information-wrapped h3 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #293462;
    margin-bottom: 8px;
}

section#mysociety-community-section .togather-wrap .information-wrapped p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 26px;
}

section#mysociety-community-section .togather-wrap .information-wrapped::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 470px;
    height: 152px;
    border: 1px solid #333;
    border-radius: 30px;
    z-index: -1;
}

section#mysociety-community-section .togather-wrap .btn-wrap {
    margin-top: 50px;
    text-align: center;
}

section#mysociety-community-section .togather-wrap .btn-wrap a {
    padding: 11px 30px;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 26px;
    border-radius: 8px;
    display: inline-flex;
}

section#mysociety-community-section .togather-wrap .btn-wrap a:hover {
    background: #fd6767;
}

section#mysociety-community-section .togather-wrap .btn-wrap a img {
    width: 20px;
    height: 20px;
    margin: 4px 0 4px 7px;
}

/* better living section start here */
section#mysociety-easier-section .better-living {
    padding: 40px 0;
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour h3 {
    background: #fff;
    padding: 19px 20px 20px 19px;
    width: 78px;
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 30px;
    font-weight: 600;
    box-shadow: 0 4px 4px 0 hwb(0deg 0% 100% / 25%);
    position: relative;
    margin: 0;
    text-align: center;
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour .counnt-wrap {
    margin-left: 14px;
    max-width: 371px;
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour .counnt-wrap h4 {
    font-size: 24px;
    font-weight: 500;
    color: #293462;
    margin-bottom: 5px;
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour .counnt-wrap p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #333;
}

section#mysociety-easier-section .better-living .living-details-wrap .take-tour h3:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    border: 1px solid #333;
    border-radius: 8px;
    width: 112%;
    height: 112%;
}

section#mysociety-easier-section .better-living .living-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section#mysociety-easier-section .better-living .living-img-wrp {
    text-align: end;
    margin-right: 150px;
}

/* Unifield section start Here */
section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
    width: 324px;
    padding-right: 0;
    border-right: 1px solid hwb(0deg 20% 80% / 20%);
}

section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2),
section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(3),
section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
    padding: 0;
}

section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
    padding: 0;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped {
    background: #EDEDED;
    margin: auto;
    margin-bottom: 60px;
    max-width: 1608px;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped {
    text-align: center;
    position: relative;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h4 {
    font-size: 20px;
    color: #fff;
    padding: 11px 0;
    background: #fd6767;
    margin-bottom: 30px;
    font-weight: 400;
    position: relative;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h4::after {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 50%;
    background: url(../image/new-down-01.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 1;
    transform: translateX(-50%);
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #333;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    max-width: 229px;
    margin: auto;
    margin-bottom: 30px;
    color: #333;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped a {
    background: #333;
    padding: 7px 30px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 55px;
    display: inline-block;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped a img {
    margin: 3px 0 4px 7px;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h4.odd-number-box-wrap {
    background: #333;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h4.odd-number-box-wrap::after {
    background: url(../image/black-down-arrow.png) no-repeat;
}

section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped img.icon-wrap {
    width: 64px;
    height: 64px;
}

section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2) .dashboard-wrapped p {
    display: -webkit-box;
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2) .dashboard-wrapped h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Easy To use Section start Here */
section#mysociety-features-section .easy-to-use {
    padding: 60px 0;
}

section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3::before {
    left: 47%;
}

section#mysociety-features-section .easy-to-use .heading-wrap.features-title::after {
    right: 47%;
}

section#mysociety-features-section .easy-to-use .col-md-8 {
    width: 67.4%;
    padding: 0 !important;
    margin-left: auto;
}

section#mysociety-features-section .easy-to-use .more-features-wrap {
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
    border: 1px solid #91B3FA;
    border-radius: 30px 0 0 30px;
    position: relative;
    margin-bottom: 142px;
}

section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap {
    padding: 34px 150px 34px 50px;
    width: 600px;
    float: right;
}

section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #293462;
    margin: 10px 0;
}

section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}

section#mysociety-features-section .easy-to-use .income-expanse-wrap {
    position: absolute;
    top: 34px;
    left: 50px;
}

section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap {
    margin-left: 150px;
    width: 387px;
}

section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}

section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p img {
    margin-right: 10px;
}

section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section {
    margin-right: auto;
    margin-left: 0;
    border-radius: 0 30px 30px 0;
}

section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .income-expanse-wrap {
    right: 34px;
    left: auto;
}

section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
    float: left;
    padding: 34px 34px 34px 150px;
}

section#mysociety-features-section .easy-to-use .left-to-right-section .feartures-key-benefites-wrap {
    margin-right: 150px;
    margin-left: 0;
}

/* safety section csss */
section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap {
    background: #f7f7f7;
    padding: 26px;
    border-radius: 30px;
    position: relative;
    box-shadow: inset 0 0 10px hwb(0 0% 100% / 25%);
    max-width: 460px;
    text-align: center;
    margin-bottom: 50px;
}

section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap img {
    margin-bottom: 16px;
}

section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 26px;
}

section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 470px;
    height: 194px;
    border: 1px solid #333;
    border-radius: 30px;
    z-index: -1;
}

/* entry management css */
section.mysociety-integrated .entry-management {
    padding: 60px 0;
}

section.mysociety-integrated .entry-management .details-wrap {
    max-width: 942px !important;
    margin-left: auto;
}

section.mysociety-integrated .entry-management .details-wrap p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 17px;
}

section.mysociety-integrated .entry-management .details-wrap p:nth-child(2) {
    margin-bottom: 50px;
}

section.mysociety-integrated .entry-management .details-wrap a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(249, 115, 104, 1) 100%);
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
    display: inline-flex;
    transition: 1s ease;
}

section.mysociety-integrated .entry-management .details-wrap a:hover {
    background: linear-gradient(90deg, rgba(249, 115, 104, 1) 0%, rgba(145, 179, 250, 1) 100%);
    transition: 1s ease;
}

/* download app css */
section#mysociety-download-app .limit-offer {
    padding: 30px 0;
    background: #ECECEC;
}

section#mysociety-download-app .limit-offer .details-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

section#mysociety-download-app .limit-offer .details-wrap p {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    color: #333;
}

section#mysociety-download-app .limit-offer .img-wrap {
    text-align: end;
}

section#mysociety-download-app .limit-offer .img-wrap img {
    margin-right: 12px;
}

/*  Footer css */

section#mysociety-footer .footer-wrp {
    padding: 60px 0;
}
section#mysociety-footer .footer-wrp .footer-logo .footer-social-media-icon-wrap {
    margin: 25px 0;
}
section#mysociety-footer .footer-wrp .footer-logo .footer-social-media-icon-wrap img {
    width: 25px;
    margin: 0 10px;
}
section#mysociety-footer .footer-wrp .footer-logo .footer-social-media-icon-wrap img:nth-child(1) {
    margin-left: 0;
}
section#mysociety-footer .footer-wrp img {
    margin-bottom: 20px;
}
section#mysociety-footer .footer-wrp p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
    margin: 0;
    width: 329px;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 23px;
    color: #fd6767;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap ul {
    padding: 0;
    margin: 0;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap ul li {
    list-style-type: none;
    text-decoration: none;
    padding-bottom: 14px;
    width: fit-content;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    list-style: none;
    color: #333;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap ul li:last-child {
    padding: 0;
}

section#mysociety-footer .footer-wrp .col-md-3 .footer-menu-wrap {
    max-width: 281px;
    margin: auto;
}

section#mysociety-footer .footer-wrp .row.custom-row {
    justify-content: space-between;
}

section#mysociety-footer .footer-wrp .row.footer-row {
    justify-content: space-between;
}

section#mysociety-footer .footer-wrp .col-md-2 {
    width: 16.666667% !important;
}

section#mysociety-footer .footer-wrp .col-md-3 {
    width: 27% !important;
}

/* sunfooeter css start here */
section#mysociety-subfooter-section .subfooter-wrap {
    background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(249, 115, 104, 1) 100%);
    padding: 12px 0;
}

section#mysociety-subfooter-section .subfooter-wrap .copyright-detail p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;

}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li {
    list-style-type: none;
    text-decoration: none;
    padding-left: 26px;
    position: relative;
}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li::after {
    position: absolute;
    content: '';
    top: 13px;
    right: -15px;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50px;
}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li:last-child:after {
    display: none;
}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    list-style: none;
    color: #fff;
}

section#mysociety-footer .footer-wrp .footer-menu-wrap ul li a:hover {
    color: #fd6767;
}

section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a:hover {
    color: #333;
}

/* About us page design stat here */
section#mysociety-hero-section .hero-section-wrap .main-heading-wrap p a {
    color: #fd6767;
    background: transparent;
    padding: 0;
}

section#mysociety-smart-solution .reliable-wrap {
    padding: 60px 0 0;
}

section#mysociety-smart-solution .reliable-wrap h1 {
    font-family: 'DM Sans';
    font-size: 35px;
    color: #333;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0;
}

section#mysociety-smart-solution .reliable-wrap .smart-society span.subheading-wrap {
    font-size: 20px;
    font-weight: 400;
    color: #fd6767;
    margin-bottom: 20px;
    display: inline-block;
}

section#mysociety-smart-solution .reliable-wrap p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
    max-width: 713px;
}

section#mysociety-smart-solution .reliable-wrap .smart-society,
section#mysociety-smart-solution .reliable-wrap .about-us-page-img {
    margin-bottom: 60px;
}

section#mysociety-smart-solution .reliable-wrap .smart-society-second,
section#mysociety-smart-solution .reliable-wrap .smart-society-second p {
    max-width: 1047px;
    margin-left: auto;
}

section#mysociety-smart-solution .reliable-wrap .img-wrapped {
    width: 570px;
    margin-right: auto;
}

section#mysociety-smart-solution .reliable-wrap .img-wrapped img {
    width: 100%;
}

section#mysociety-smart-solution .reliable-wrap .my-society-app-wrap {
    margin-top: 30px;
}

section#mysociety-smart-solution .reliable-wrap .my-society-app-wrap img {
    margin-right: 20px;
}

/* Why my society page css start here */
section#mysociety-smart-solution.advantage-section .about-us-page-img {
    width: 570px;
    margin-left: auto;
    height: 676px;
}

section#mysociety-smart-solution.advantage-section .about-us-page-img img {
    width: 100%;
}

section#mysociety-smart-solution .reliable-wrap .smart-society-second.society-features-wrap span {
    font-size: 24px;
    font-weight: 500;
    color: #fd6767;
    margin-bottom: 10px;
    display: inline-block;
}

section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul li {
    list-style-type: none;
    position: relative;
    padding: 0 14px 10px 14px;
    flex: 0 0 50%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
}

section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul li:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    background: #333;
    width: 4px;
    height: 4px;
    border-radius: 50px;
}

section#mysociety-smart-solution .reliable-wrap .key-benefits-section h3 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    margin-top: 16px;
}

section#mysociety-why-choose-us .cloud-base-service {
    margin: 60px 0 0;
    padding: 60px 0;
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
}

section#mysociety-why-choose-us .cloud-base-service .heading-wrapped h3 {
    margin-bottom: 15px;
    padding: 0;
    font-weight: 500;
}

section#mysociety-why-choose-us .cloud-base-service .heading-wrapped p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 35px;
    width: 53.4%;
    margin: auto;
    padding-bottom: 35px;
}

section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap {
    max-width: 947px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex: 0 0 46%;
    justify-content: flex-start;
}

section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap p {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    padding-left: 14px;
    margin: 0;
}

section#mysociety-smart-solution.advantage-section .img-wrapped {
    width: 811px;
}

/* Princing Page Css Start Here */
section#plan-section-wrap .simple-plan-wrap {
    padding: 60px 0;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped {
    background: linear-gradient(180deg,rgba(84, 106, 200, 1) 0%, rgba(43, 56, 111, 1) 100%);
    width: 304px;
    margin-left: auto;
    border-radius: 10px;
    padding: 34px 25px;
    text-align: center;
    margin-right: 36px;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped h1 {
    font-size: 80px;
    font-weight: 600;
    color: #ffff;
    margin-bottom: 0;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped  p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped a {
    background: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 36px;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped  span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap {
    max-width: 618px;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap h2 {
    font-size: 35px;
    font-weight: 500;
    color: #293462;
    margin-bottom: 8px;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #293462;
    margin-bottom: 16px;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap  ul {
    margin: 0;
    padding: 0;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap  ul  li,
section#join-community-section .elevate-wrap ul li
{
    list-style-type: none;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #293462;
    padding-bottom: 8px;
    position: relative;
}
section#plan-section-wrap .simple-plan-wrap .more-details-wrap  ul  li::before
{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../image/check-icon.png) no-repeat;
    background-size: contain;
}
section#modules-section-wrap .operating-system-wrap {
    background: rgb(242 242 242 / 70%);
    padding: 60px 0;
}
section#modules-section-wrap .operating-system-wrap .heading-wrap {
    width: 534px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
section#modules-section-wrap .operating-system-wrap .heading-wrap h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #293462;
}
section#modules-section-wrap .operating-system-wrap .heading-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 4px 7px -2px rgb(0 0 0 / 25%);
    height: 350px;
    position: relative;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap h4 {
    font-size: 20px;
    font-weight: 400;
    color: #2D46B3;
    margin: 10px 0;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap p
{
    font-size: 18px;
    font-weight: 300;
    color: #333;
    width: 50%;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap  img.section-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap.second-features-wrap img.section-img {
    right: 25px;
    bottom: 25px;
    opacity: 10%;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap.second-features-wrap p {
    width: 75% !important;
}
section#modules-section-wrap .operating-system-wrap .first-features-wrap.fourth-features-wrap img.section-img.fourth-section-img {
    top: 0;
}
section#modules-section-wrap .operating-system-wrap .row.custom-row-wrap {
    gap: 24px 0;
}
section#join-community-section .elevate-wrap {
    padding: 40px 0;
}
section#join-community-section .elevate-wrap .better-living-wrap {
    max-width: 1600px;
    margin: auto;
    background: linear-gradient(88deg,rgba(84, 106, 200, 1) 0%, rgba(211, 95, 95, 1) 100%);
    text-align: center;
    padding: 60px 0;
    border-radius: 20px;
}
section#join-community-section .elevate-wrap .better-living-wrap span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
section#join-community-section .elevate-wrap .better-living-wrap  h2 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}
section#join-community-section .elevate-wrap .better-living-wrap a {
    background: #fff;
    border: 2px solid #fff;
    padding: 15px 50px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-radius: 50px;
    margin-right: 24px;
    display: inline-block;
        width: 245px;
    margin-bottom: 25px;
}
section#join-community-section .elevate-wrap .better-living-wrap a.view-plan-btn {
    background: transparent;
    color: #fff;
    margin-right: 0;
}
section#join-community-section .elevate-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
section#join-community-section .elevate-wrap ul li
{
    color: #fff;
    padding-bottom: 0;
    padding-left: 20px;
    margin-left: 20px;
}
section#join-community-section .elevate-wrap ul li::after
{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../image/true-icon.png) no-repeat;
    background-size: contain;
}
section#join-community-section .elevate-wrap ul li:first-child {
    margin-left: 0;
}
section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped a:hover {
    background: #fd6767;
    color: #fff;
}
section#join-community-section .elevate-wrap .better-living-wrap a:hover {
    background: transparent;
    color: #fff;
}
section#join-community-section .elevate-wrap .better-living-wrap a.view-plan-btn:hover {
    background: #fff;
    color: #333;
}
/* Contact Us Page Css Start Here */
section#mysociety-smart-solution .reliable-wrap .smart-society.contact-us-wrap h1,
section#mysociety-smart-solution .reliable-wrap .smart-society.contact-us-wrap p {
    max-width: 504px;
    margin: auto;
    text-align: center;
}

section#mysociety-smart-solution .reliable-wrap form {
    max-width: 625px;
    background-color: #333;
    padding: 30px;
    border-radius: 8px;
    margin-right: 20px;
}

section#mysociety-smart-solution .reliable-wrap form .first-row-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 5px;
}

section#mysociety-smart-solution .reliable-wrap .smart-society.contact-us-wrap {
    margin-bottom: 40px;
}

section#mysociety-smart-solution .reliable-wrap form h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form input,
section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form input::placeholder,
section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form textarea::placeholder {
    font-size: 14px;
    color: #939393;
    font-family: 'DM Sans';
}

section#mysociety-smart-solution .reliable-wrap form .first-row-wrap .first-name.message-box {
    width: 100% !important;
    flex: 0 0 100%;
}

section#mysociety-smart-solution .reliable-wrap form .first-row-wrap .first-name textarea {
    width: 100%;
    margin-bottom: 0;
}

section#mysociety-smart-solution .reliable-wrap form .form-btn-wrap {
    text-align: center;
    margin-top: 30px;
}

section#mysociety-smart-solution .reliable-wrap form button.form-btn-wrap {
    padding: 10px 48px !important;
    background: #fd6767;
    border: 0;
    border-radius: 5px !important; 
    color: #fff;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}
section#mysociety-smart-solution .reliable-wrap form .contact-us-btn-wrp {
    text-align: center;
}
section#mysociety-smart-solution .reliable-wrap form button.form-btn-wrap:hover {
    color: #fd6767;
    background: #fff;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap {
    padding: 60px 0;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form {
    display: flex;
    justify-content: center;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details {
    max-width: 363px;
    background: #fd6767;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details p {
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
    color: #fff;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details img {
    width: 30px;
    height: 30px;
}

/* signup css star here */
section#mysociety-smart-solution.contact-us-section .reliable-wrap .smart-society.signup-wrap.contact-us-wrap {
    margin-bottom: 40px;
}

section#mysociety-smart-solution.contact-us-section .reliable-wrap .smart-society.signup-wrap.contact-us-wrap h1,
section#mysociety-smart-solution.contact-us-section .reliable-wrap .smart-society.signup-wrap.contact-us-wrap p {
    max-width: 725px;
    margin: auto;
}

section#mysociety-smart-solution.create-account-section.contact-us-section form input {
    width: 100%;
}

section#mysociety-smart-solution.create-account-section.contact-us-section form .first-name {
    flex: 0 0 100%;
}

section#mysociety-smart-solution.create-account-section.contact-us-section form {
    margin-left: auto;
    margin-right: 0;
}

section#mysociety-smart-solution.create-account-section.contact-us-section .contact-form {
    flex-direction: column;
    height: 100%;
}

section#mysociety-smart-solution.create-account-section .form-btn-wrap input[type="submit"] {
    padding: 10px 48px;
    background: #fd6767;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    width: fit-content !important;
}

/* features css start here */

section#mysociety-hero-section.features-heading-wrap .hero-section-wrap .main-heading-wrap {
    width: 63%;
}

section#mysociety-smart-solution.feautures-main-section .smart-society.advantage-wrap h1 {
    max-width: 622px;
}

/* accordion style */

section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 300;
    margin: 0;
}

section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap {
    background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
    padding: 22px;
    border-radius: 0 24px 0 24px;
    border: 2px solid #91B3FA;
    margin-bottom: 60px;
    width: 350px;
    height: 400px;
}

section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap h3 {
    font-size: 20px;
    font-weight: 5 00;
    margin: 12px 0 8px 0;
    color: #293462;
    line-height: normal;
}

section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap img {
    width: 64px;
    height: 64px;
}

/* Term & Conditions Page css start Here */
section#mysociety-term-condition-page .conditions-page {
    padding: 60px 0;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap h3 {
    font-size: 30px;
    color: #293462;
    font-weight: 500;
    margin-bottom: 10px;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap h3,
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap h4 {
    font-size: 30px;
    color: #293462;
    font-weight: 500;
    margin-bottom: 10px;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap h4 {
    font-size: 24px;
    font-weight: 400;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    margin: 0;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap {
    margin-bottom: 25px;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap ul {
    padding-left: 30px;
    margin: 0;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap ul li {
    padding-bottom: 8px;
    margin: 0;
    color: #000;
    font-weight: 300;
    font-size: 18px;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap ul li span,
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p.paragraph-wrapped span,
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p.paragraph-wrapped-contact span {
    color: #333;
    font-weight: 600;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p.paragraph-wrapped,
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p {
    margin-bottom: 10px !important;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p.paragraph-wrapped-contact:last-child,
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap:last-child {
    margin: 0 !important;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap ul li ul.sub-detaild-wrap {
    padding-top: 10px;
}

section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p.paragraph-wrapped-contact a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    padding-left: 5px;
}

/*  Privacy policy page css start here */
section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p span {
    color: #333;
    font-weight: 500;
}

/*  Responsive design start here */

@media screen and (max-width:1700px)
{
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 20px !important;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap {
        margin-left: 30px;
        width: 100%;
    }
        section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap {
        padding: 34px;
        width: 350px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap h3 {
        font-size: 20px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap p {
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
        float: left;
        padding: 35px;
        width: 350px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
        width: 25%;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        padding-right: 12px;
        border-right: 0;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap img {
        width: 100%;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap {
        width: 100%;
    }
    section#mysociety-features-section .easy-to-use .left-to-right-section .feartures-key-benefites-wrap {
        margin-right: 0;
        margin-left: 0;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap::before {
        width: 102%;
        height: 105%;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
        padding-left: 12px;
    }
    section#mysociety-smart-solution .reliable-wrap .about-us-page-img img {
        width: 100%;
    }
    section#mysociety-smart-solution.advantage-section .about-us-page-img {
        width: 570px;
        height: auto;
        margin-left: auto;
    }
        
}
@media screen and (max-width:1440px)
{
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 20px !important;
    }
    
    section#mysociety-header-section .header-logo img {
        width: 120px;
    }
    section#mysociety-header-section .header-menu-wrap ul li a {
        font-size: 18px;
    }
    section#mysociety-header-section .header-menu-wrap ul li {
        padding: 0 10px;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap a.login-btn-wrap {
        padding: 8px 15px;
        font-size: 18px;
        margin-right: 8px;
    }
    section#mysociety-header-section header.header-wrap a.contact-us {
        font-size: 15px;
        padding: 8px 15px;
    }
    section#mysociety-hero-section .main-heading-wrap {
        width: 90%;
    }
    section#mysociety-hero-section .main-heading-wrap h1 {
        font-size: 40px;
    }
    section#mysociety-hero-section .main-heading-wrap p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    section#mysociety-hero-section .hero-section-wrap a {
        font-size: 16px;
        padding: 10px 18px;
    }
    section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap {
        left: 20px;
    }
    .hero-section-bg-img img {
        height: 95vh;
        width: 100%;
    }

    section#why-choose-my-society .why-choose-us,
    section#mysociety-slider-section .slider-wrap,
    section.mysociety-integrated .entry-management {
        padding: 40px 0;
    }
    section#why-choose-my-society .why-choose-us .details-wrap,
    section#why-choose-my-society .why-choose-us .trust-img-wrap {
        width: 100%;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap img {
        width: 100%;
    }
    section#why-choose-my-society .why-choose-us .details-wrap h2 {
        padding-bottom: 8px;
        font-size: 25px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap span {
        font-size: 15px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap p {
        font-size: 16px;
        line-height: 23px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap h2 span
    {
        font-size: 25px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap {
        width: 98%;
        padding: 10px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap img {
        width: 50px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap h3 {
        font-size: 17px;
        padding: 8px 0;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap p {
        font-size: 14px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap:before {
        width: 103%;
        height: 106%;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap h3::before, 
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3::before {
        display: none;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap:after, 
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading::after, 
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading::after,
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading::after,
    .heading-wrap.better-living-heading::after, section#mysociety-features-section .easy-to-use .heading-wrap.features-title::after, 
    section.mysociety-integrated .entry-management .management-heading::after {
        display: none;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped {
        max-width: 100%;
        margin-bottom: 30px;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped img {
        width: 60px;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap h4{
        font-size: 16px;
        padding-bottom: 8px;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap p {
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap h3,
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3,
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3,
    section.mysociety-integrated .entry-management .management-heading h3,
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3,
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3,
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3,
    section#mysociety-simple-platform-section .platform-heading-wrap .simple-platform-title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading::after, 
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading::after,
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading::after, 
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading::after, 
    section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading::after, 
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title::after, 
    section.mysociety-integrated .entry-management .management-heading::after {
        bottom: 1.5% !important;
    }
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3::before, 
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3::before, 
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3::before, 
    section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading::before, 
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3::before, 
    section.mysociety-integrated .entry-management .management-heading h3::before {
        display: none;  
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(3) {
        border-right: 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
        width: 33%;
        padding-right: 0;
        border-right: 1px solid hwb(0deg 20% 80% / 20%);
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) .dashboard-wrapped {
        padding-left: 12px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap {
        width: 100%;
        padding: 10px;
        height: 225px;
        margin-bottom: 0;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap h3 {
        font-size: 16px;
        padding: 8px 0;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap p {
        font-size: 15px;
        line-height: 23px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap:before {
        width: 103%;
        height: 105%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .row.custom-row-wrap {
        gap: 25px 0;
    }
    section#mysociety-easier-section .better-living .living-img-wrp img {
        width: 100%;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap {
        padding: 15px 10px;
        max-width: 100%;
        margin-bottom: 25px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap::before {
        width: 103%;
        height: 106%;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap p {
        font-size: 15px;
        line-height: 23px;
    }
    section.mysociety-integrated .entry-management .img-wrapped img
    {
        width: 100%;
    }
    section.mysociety-integrated .entry-management .details-wrap p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    section.mysociety-integrated .entry-management .details-wrap p:nth-child(2) {
        margin-bottom: 30px;
    }
    section.mysociety-integrated .entry-management .details-wrap a {
        font-size: 17px;
        padding: 8px 20px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 8px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p img {
        margin-right: 5px;
    }
    section#mysociety-features-section .easy-to-use .left-to-right-section .feartures-key-benefites-wrap {
       margin-right: 25px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap {
        margin-bottom: 60px;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap {
        top: 15px;
        left: 25px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .income-expanse-wrap {
        right: 25px;
        left: auto;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap img
    {
        width: 250px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap {
        margin-left: 25px;
        width: 100%;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap {
        padding: 25px;
        width: 300px;
        float: right;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap h3 {
        font-size: 18px;
        margin: 6px 0;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap p {
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
        float: left;
        padding: 25px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap img {
        margin-bottom: 8px;
        width: 50px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped {
        padding: 14px;
        max-width: 100%;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped h3 {
        font-size: 17px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped p {
        font-size: 15px;
        line-height: 23px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped::before {
        width: 103%;
        height: 110%;
    }
    section#mysociety-community-section .togather-wrap .btn-wrap {
        margin-top: 30px;
    }
    section#mysociety-download-app .limit-offer .details-wrap p {
        font-size: 17px;
    }
    section#mysociety-download-app .limit-offer {
        padding: 20px 0;
    }
    section#mysociety-footer .footer-wrp .col-md-2{
        width: 25% !important;
    }
    section#mysociety-footer .footer-wrp .col-md-3 {
        width: 24% !important;
    }
    section#mysociety-footer .footer-wrp .col-md-3 .footer-menu-wrap {
        max-width: 100%;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap ul li a,
    section#mysociety-subfooter-section .subfooter-wrap .copyright-detail p{
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap ul li {
        padding-bottom: 8px;
    }
    section#mysociety-footer .footer-wrp p {
        font-size: 16px;
        line-height: 23px;
        width: 100%;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a 
    {
       font-size: 14px;
    }
    section#mysociety-slider-section .slider-wrap .owl-item {
        text-align: center;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section {
        margin-right: 70px;
    }
    section#mysociety-features-section .easy-to-use .col-md-8 {
        width: 60.4%;
    }
    section#mysociety-download-app .limit-offer .img-wrap img {
        margin-right: 9px;
        width: 100px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        padding-right: 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        border-right: 1px solid hwb(0deg 20% 80% / 20%);
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
        padding-left: 0;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li {
        padding-left: 11px;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li::after {
        right: -8px;
        width: 3px;
        height: 3px;
    }
    section#mysociety-smart-solution .reliable-wrap .about-us-page-img img {
        width: 100%;
    }
    section#mysociety-hero-section.abouts-page-section  .hero-section-bg-img img {
        height: 70vh;
    }
    section#mysociety-smart-solution .reliable-wrap .img-wrapped {
        width: 100%;
    }
    section#mysociety-smart-solution .reliable-wrap .smart-society-second p,
    section#mysociety-smart-solution .reliable-wrap .smart-society-second {
        max-width: 100%;
    }
    section#mysociety-smart-solution.advantage-section .about-us-page-img {
        width: 100%;
        height: auto;
    }
    section#mysociety-smart-solution .reliable-wrap .about-us-page-img img {
        width: 100%;
    }
     section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap {
        width: 100%;
        margin-bottom: 30px;
        height: 360px;
    }
    section#mysociety-features-section .easy-to-use .col-md-3 {
        flex: 0 0 32%;
    }
    section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap p {
        font-size: 15px;
        line-height: 24px;
    }
    section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap h3 {
        font-size: 17px;
        margin: 8px 0;
    }
    section#mysociety-smart-solution.create-account-section .sign-up-img-wrpa img {
        width: 100%;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap  img.section-img {
        width: 284px;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap.second-features-wrap img.section-img {
        width: 100px;
    }
}
@media screen and (max-width: 991px) {
   
    section#mysociety-header-section .header-logo img {
        width: 120px;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 12px !important;
    }
    section#mysociety-hero-section .main-heading-wrap {
        top: 40%;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap img {
        width: 100%;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap {
    width: 100%;
    }
    section#why-choose-my-society .why-choose-us .details-wrap h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap h2 span,
    section#mysociety-smart-solution .reliable-wrap h1 span {
        font-size: 20px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap span {
        font-size: 15px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap {
        width: 100%;
        padding: 10px;
        margin: auto; 
        margin-bottom: 25px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap h3 {
        font-size: 14px;
        padding: 8px 0; 
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped img {
    width: 60px;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap h3::after,
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3::after,
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3::after,
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3::after,
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3::after,
    section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading::after,
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3::after,
    section.mysociety-integrated .entry-management .management-heading h3::after {
       display: none;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap h4 {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin: 0;
        padding-bottom: 8px;
    }
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped .engage-details-wrap p {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        color: #333;
        margin: 0;
        padding: 0;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap:after,
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading::after,
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading::after,
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading::after,
    .heading-wrap.better-living-heading::after,
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title::after,
    section.mysociety-integrated .entry-management .management-heading::after {
        display: none;
    }
    section#mysociety-secure-section .society-connect-wrap .heading-wrap h3::before, 
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3::before {
        display: none;
    }
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3::before, 
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3::before, 
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3::before, 
    section#mysociety-features-section .easy-to-use .heading-wrap.better-living-heading::before, 
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3::before, 
    section.mysociety-integrated .entry-management .management-heading h3::before {
        display: none;
    }
     section#mysociety-easier-section .better-living .living-details-wrap .take-tour h3:before {
        top: -3px;
        left: -3px;
        width: 112%;
        height: 112%;
    }
     section#mysociety-easier-section .better-living .living-details-wrap .take-tour h3 {    
        padding: 12px;
        width: auto;
        font-size: 22px;
    }
    section#mysociety-easier-section .better-living .living-details-wrap .take-tour .counnt-wrap h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    section#mysociety-easier-section .better-living .living-details-wrap .take-tour .counnt-wrap p {
        font-size: 15px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap img {
        width: 50px;
    }
    section#mysociety-hero-section.abouts-page-section .main-heading-wrap p {
        font-size: 15px;
        display: inline-flex;
        align-items: center;
        margin: 0;
    }
    section#mysociety-hero-section.abouts-page-section .main-heading-wrap p a {
        width: fit-content;
        margin-right: 5px;
    }
    section#mysociety-smart-solution .reliable-wrap .about-us-page-img.pricing {
        margin-bottom: 0;
    }
    section#plan-section-wrap .simple-plan-wrap,
    section#modules-section-wrap .operating-system-wrap {
        padding: 30px 0;
    }
    section#modules-section-wrap .operating-system-wrap .heading-wrap p {
        font-size: 16px;
    }
    section#modules-section-wrap .operating-system-wrap .heading-wrap {
        margin-bottom: 25px;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap {
        padding: 16px;
        height: -webkit-fill-available;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap p {
        font-size: 15px;
        width: 100%;
    }
    section#modules-section-wrap .operating-system-wrap .heading-wrap {
        width: 100%;
    }
    section#modules-section-wrap .operating-system-wrap .heading-wrap h3 {
        font-size: 23px;
    }
    section#plan-section-wrap .simple-plan-wrap .more-details-wrap p {
        font-size: 16px;
        margin-bottom: 13px;
    }
    section#plan-section-wrap .simple-plan-wrap .unit-price-wrapped {
        margin: auto;
        margin-bottom: 25px;

    }
    section#plan-section-wrap .simple-plan-wrap .more-details-wrap {
        max-width: 100%;
    }
    section#plan-section-wrap .simple-plan-wrap .more-details-wrap h2 {
        font-size: 20px;
    }
    section#mysociety-smart-solution .reliable-wrap h1 {
        font-size: 18px;
        max-width: 100%;
    }
    section#mysociety-smart-solution .reliable-wrap .smart-society span.subheading-wrap {
        font-size: 15px;
        margin-bottom: 12px;
    }
    section#mysociety-smart-solution .reliable-wrap p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    section#mysociety-smart-solution .reliable-wrap .img-wrapped {
        width: 100%;
        margin-bottom: 20px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
        float: left;
        padding: 35px;
        width: 100%;
    }
   
    section#mysociety-smart-solution .reliable-wrap .my-society-app-wrap img {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    section#mysociety-why-choose-us .cloud-base-service .heading-wrapped p {
        font-size: 16px;
        line-height: 23px;
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
    }
    section#mysociety-why-choose-us .cloud-base-service {
        margin: 30px 0 0;
        padding: 30px 0;;
    }
    section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap p {
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap img {
        width: 50px;
    }
    section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap {
        margin-bottom: 20px;
    }
    section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul li {
        flex: 0 0 100%;
        font-size: 16px;
        line-height: 23px;
        color: #333;
    }
    section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul li:after {
        top: 10px;
    }
    section#mysociety-features-section .easy-to-use,
    section#mysociety-smart-solution.contact-us-section .reliable-wrap {
        padding: 30px 0 0;
    }
    section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap h3 {
        font-size: 18px;
        margin-bottom: 9px;
    }
    section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap p {
        font-size: 15px;
    }
    section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap h4 {
        font-size: 18px;
    }
    section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap ul li {
        font-size: 16px;
    }
    section#mysociety-term-condition-page .conditions-page .policy-wrap .policy-details-wrap {
        margin-bottom: 16px;
    }
    section#mysociety-term-condition-page .conditions-page {
        padding: 30px 0;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap  img.section-img {
        position: unset;
        width: 100%;
        border-radius: 20px;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap.second-features-wrap img.section-img {
        width: 100px;
        position: absolute;
    }
    section#join-community-section .elevate-wrap .better-living-wrap {
        max-width: 100%;
        padding: 30px 0;
    }
    section#join-community-section .elevate-wrap .better-living-wrap  h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    section#join-community-section .elevate-wrap .better-living-wrap a {
        width: fit-content;
        margin-bottom: 24px;
        margin-right: 0;
    }
    section#join-community-section .elevate-wrap ul li {
        margin-bottom: 14px;
        margin-left: 10px;
    }
    section#join-community-section .elevate-wrap ul {
        flex-wrap: wrap;
    }
    section#mysociety-smart-solution .reliable-wrap {
        padding: 30px 0 0;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap img {
        width: 55px;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul {
            justify-content: center;
        }
    }
@media screen and (min-width:768px) and (max-width: 991px)
{
    section#mysociety-header-section header.header-wrap {
        position: absolute;
        padding: 12px 0;
    }
    section#mysociety-header-section .header-logo {
        display: flex;
        justify-content: space-between;
    }
    section#mysociety-header-section .header-logo img.menuvar-icon-wrap {
        display: none;
    }
    .header-menu-wrap {
       position: absolute;
        top: 0;
        right: 0;
        max-width: 75%;
        width: 100%;
        z-index: 9999;
        background:transparent;
    }
    section#mysociety-header-section .header-menu-wrap ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    section#mysociety-header-section .header-menu-wrap ul li {
        list-style: none;
        padding: 15px 9px;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap a.login-btn-wrap {
        padding: 5px 15px;
        font-size: 15px;
        text-decoration: none;
        color: #ffff;
        font-family: 'DM Sans';
        font-weight: 400;
        border-radius: 10px;
        background: linear-gradient(90deg, rgba(145, 179, 250, 1) 0%, rgba(249, 115, 104, 1) 100%);
        margin-right: 11px;
        position: relative;
    }
    section#mysociety-header-section header.header-wrap a.contact-us {
        font-size: 14px;
        text-decoration: none;
        color: #000;
        border: 1px solid #000;
        padding: 6px;
        border-radius: 10px;
    }
    section#mysociety-header-section .header-menu-wrap ul li a {
        font-size: 15px;
        font-weight: 300;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap a {
        display: inline-block;
        width: max-content;
        text-align: center;
        margin: 0;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap.mobile-btn-wrap {
        display: flex;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap.desktop-btn-wrap {
        display: none;
    }
    section#mysociety-hero-section .main-heading-wrap h1 {

        font-size: 35px;
    }
      section#mysociety-hero-section .hero-section-wrap .hero-section-bg-img img {
        width: 100%;
        height: 75vh !important;
    }
    section#mysociety-hero-section .main-heading-wrap p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    section#mysociety-hero-section .hero-section-wrap a {
        font-size: 16px;
        padding: 10px 10px;
        margin: 0 5px;
    }
    section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap img {
        width: 120px;
    }
    section#why-choose-my-society .why-choose-us .details-wrap {
        width: 100%;
        margin-right: auto;
    }
    section#why-choose-my-society .why-choose-us .details-wrap p {
        font-size: 15px;
        line-height: 21px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap:before {
        width: 104%;
        height: 104%;
        
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap p {
        font-size: 14px;
    }
    section#mysociety-secure-section .society-connect-wrap .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    section#mysociety-slider-section .slider-wrap .owl-item {
        text-align: center;
        margin: auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    section#mysociety-slider-section .slider-wrap {
        padding: 40px 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
        flex: 0 0 auto;
        width: 50% !important;
        padding: 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2), 
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4),
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
         border-right: 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(3) .dashboard-wrapped,
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(1) .dashboard-wrapped,
     section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) .dashboard-wrapped  {
        padding-left: 12px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2) .dashboard-wrapped,
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) .dashboard-wrapped {
        padding-right: 12px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) .dashboard-wrapped {
        padding: 0;
        padding-right: 12px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        border: 0;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
        flex: 0 0 auto;
        width: 100% !important;
        padding-right: 0 !important;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .col-md-4,
    section#mysociety-community-section .togather-wrap .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap {
        width: 100%;
        padding: 10px;
        margin: 0px;
        height: 100%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap h3 {
        font-size: 17px;
        padding: 8px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap p {
        font-size: 15px;
        line-height: 20px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap:before {
        width: 103%;
        height: 106%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .row.custom-row-wrap {
        gap: 25px 0;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .simple-platform-title h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 12px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped h3 {
        font-size: 20px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped p {
        font-size: 15px;
        line-height: 22px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped::before {
        width: 103%;
        height: 110%;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped {
        padding: 12px;
        margin-bottom: 25px;
    }
    section#mysociety-community-section .togather-wrap .btn-wrap {
        margin-top: 20px;
    }
    section#mysociety-easier-section .better-living .living-img-wrp img {
        width: 345px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap {
        margin-left: 0;
        width: 100%;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap {
        position: absolute;
        top: 25px;
        left: 15px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap {
        padding: 25px;
        width: 261px;
        float: right;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap h3 {
        font-size: 15px;
        margin: 8px 0;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap p {
        font-size: 15px;
        margin: 0;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap img {
        width: 200px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 9px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap {
        margin-bottom: 50px;
    }
    section#mysociety-features-section .easy-to-use .col-md-3 {
        flex: 0 0 auto;
        width: 32%;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
        float: left;
        padding: 25px;
        width: 250px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .income-expanse-wrap {
        right: 15px;
        left: auto;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap {
        padding: 10px;
        border-radius: 30px;
        margin-bottom: 25px;
        height: 165px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap p {
        font-size: 14px;
        line-height: 22px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap img {
        margin-bottom: 10px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap::before {
        width: 103%;
        height: 106%;
    }
    section.mysociety-integrated .entry-management .img-wrapped img {
        width: 100%;
    }
    section.mysociety-integrated .entry-management .details-wrap p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    section.mysociety-integrated .entry-management .details-wrap p:nth-child(2) {
        margin-bottom: 20px;
    }
    section.mysociety-integrated .entry-management .details-wrap a {
        font-size: 15px;;
        padding: 8px 20px;
    }
    section#mysociety-download-app .limit-offer .details-wrap p {
        font-size: 16px;
    }
    section#mysociety-download-app .limit-offer img {
        width: 30%;
        margin-right: 10px !important;
    }
    section#mysociety-footer .footer-wrp {
        padding: 40px 0;
    }
    section#mysociety-footer .footer-wrp p {
        font-size: 16px;
        line-height: 23px;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap h4 {
        font-size: 17px;
        color: #fd6767;
        margin-bottom: 14px;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap ul li a {
        font-size: 15px;
        line-height: 23px;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap ul {
        padding: 0;
        margin-bottom: 30px;
    }
    section#mysociety-footer .footer-wrp .col-md-3 .footer-menu-wrap {
        max-width: 100%;
    }
    section#mysociety-footer .footer-wrp .col-md-3 {
        width: 26% !important;
    }
        section#mysociety-footer .footer-wrp .col-md-2 {
        width: 22% !important;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a {
        font-size: 15px;
        line-height: 23px;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a {
        font-size: 15px;
        line-height: 23px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap {
        width: 100%;
        padding: 10px;
        margin: auto;
        margin-bottom: 0;
    }
    section#mysociety-community-section .togather-wrap .row.custom-row-wrap {
        justify-content: center;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap:before {
        height: 106%;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(3) {
        border-right: 1px solid hwb(0deg 20% 80% / 20%);
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) .dashboard-wrapped {
        padding-left: 0px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section {
        margin-right: auto;
    }
    section#mysociety-hero-section .hero-section-wrap .hero-section-bg-img img {
        height: 50vh !important;
    }
    section#mysociety-hero-section .hero-section-wrap .main-heading-wrap {
        top: 50% !important;
    }
    section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap {
        width: 100%;
        margin-bottom: 30px;
        height: 375px;
    }
    section#mysociety-features-section .easy-to-use .col-md-3 {
        flex: 0 0 33%;
    }
    section#mysociety-smart-solution .reliable-wrap form .first-name input {
        width: 100%;
    }
    section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details p {
        font-size: 16px;
    }
    section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details {
        max-width: 92%;
        margin: auto;
        padding: 14px;
        margin-bottom: 14px;
    }
    section#mysociety-smart-solution .reliable-wrap form {
        padding: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 767px) {

    section#mysociety-download-app .limit-offer .img-wrap {
        text-align: center;
    }

        body.sticky-body {
        position: fixed;
        transition: 1s ease-in-out;
        width: 100%;
    }
    body.sticky-body:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(45 45 45 / 56%);
        transition: 1s ease-in-out;
        position: fixed;
        top: 52px;
        left: 0px;
        z-index: 999;
    }
    section#mysociety-header-section header.header-wrap {
        position: unset;
        padding: 12px 0;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap.mobile-btn-wrap {
        display: block;
        padding: 0 15px;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap.desktop-btn-wrap {
        display: none;
    }
    section#mysociety-header-section .header-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section#mysociety-header-section .header-menu-wrap ul {

        display: block;
    }
    section#mysociety-header-section .header-menu-wrap ul li:first-child {
        padding-left: 20px;
    }
    section#mysociety-header-section header.header-wrap .btn-wrap a {
        display: inline-block;
        width: 95%;
        text-align: center;
        margin: 8px 0;
    }
    section#mysociety-header-section .header-logo img.menuvar-icon-wrap {
        width: 30px;
        display: block;
    }
    section#mysociety-hero-section .main-heading-wrap h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    section#mysociety-hero-section .main-heading-wrap p {
        font-size: 15px;
        margin-bottom: 12px;
    }
   section#mysociety-hero-section.abouts-page-section  .hero-section-bg-img img{
        height: 35vh !important;
    }
    section#mysociety-hero-section .hero-section-wrap .hero-section-bg-img img {
        width: 100%;
        height: 50vh;
    }
    section#mysociety-hero-section .hero-section-wrap a {
        font-size: 15px;
        padding: 10px ;
        display: inline-flex;
        width: fit-content;
        margin: 6px auto;
    }
    section#mysociety-hero-section .hero-section-wrap a.know-btn {
        margin-left: auto;
    }
    section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap img {
        display: none;
    }
    section#mysociety-hero-section .main-heading-wrap {
        width: 90%;
        margin: 0;
        text-align: center;
    }
    .header-menu-wrap {
        position: fixed;
        top: 52px;
        right: -100%;
        max-width: 345px;
        width: 100%;
        z-index: 9999;
        background: #FFF;
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7 s ease-in-out;
        display: inline-block;
        height: 100vh;
    }
    .header-menu-wrap.open {
        right: 0;
    }
    section#mysociety-header-section .header-menu-wrap ul li {
        list-style: none;
        padding: 5px 20px;
    }
    section#mysociety-header-section .header-menu-wrap ul li a {
        font-size: 15px;
        font-weight: 300;
    }
    section#mysociety-hero-section .main-heading-wrap {
        top: 50%;
    }
    section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap {
        bottom: 30px;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    section#why-choose-my-society .why-choose-us .details-wrap {
        width: auto;
    }
    
    section#why-choose-my-society .why-choose-us .details-wrap p {
        font-size: 16px;
        line-height: 23px;
        margin: 0 0 10px;
    }
    section#why-choose-my-society .why-choose-us .trust-img-wrap {
        width: 100%;
    }
   
    section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
        padding-right: 12px;
    }
    section#why-choose-my-society .why-choose-us .app-details-wrap:before {
        width: 102%;
        height: 105%;
    }
    section#why-choose-my-society .why-choose-us {
        padding: 35px 0;
    }
    
    section#mysociety-secure-section .society-connect-wrap .heading-wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }
   
    section#mysociety-secure-section .society-connect-wrap .engage-wrapped {
        max-width: 100%;
        margin-bottom: 30px;
    }
    section#mysociety-slider-section .slider-wrap {
        padding: 35px 0;
    }
    section#mysociety-slider-section .slider-wrap .heading-wrap.slider-heading h3, 
    section#mysociety-community-section .togather-wrap .heading-wrap.better-community-heading h3, 
    section#mysociety-easier-section .better-living .heading-wrap.better-living-heading h3, 
    section#mysociety-unifield-section .one-platform-wrap .heading-wrap.unifield-heading h3, 
    section#mysociety-features-section .easy-to-use .heading-wrap.features-title h3, 
    section.mysociety-integrated .entry-management .management-heading h3, 
    section#mysociety-why-choose-us .cloud-base-service .heading-wrapped h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
   
    section#mysociety-unifield-section .one-platform-wrap .bg-wrapped { 
        max-width: 100%;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2 {
        border-right: none;
        width: 100%;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(2), section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(3), section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        padding: 0 12px;
    }
    /* section#mysociety-unifield-section .one-platform-wrap .bg-wrapped .dashboard-wrapped h4 {
        width: 350px;
    } */
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(5) {
        padding: 0 12px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .simple-platform-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap,
    section#mysociety-community-section .togather-wrap,
    section#mysociety-easier-section .better-living,
    section#mysociety-features-section .easy-to-use,
    section.mysociety-integrated .entry-management,
    section#mysociety-footer .footer-wrp
    {
        padding: 35px 0;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap a {
        padding: 11px 22px;
        font-size: 16px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap {
        width: 100%;
        margin: 0px;
        height: 100%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap:before {
        width: 103%;
        height: 106%;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap h3 {
        font-size: 18px;
        padding: 7px 0;
        padding: 15px;
    
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .app-details-wrap p {
        font-size: 15px;
        line-height: 20px;
    }
    section#mysociety-simple-platform-section .platform-heading-wrap .row.custom-row-wrap {
        gap: 25px 0;
    }
  
    section#mysociety-community-section .togather-wrap .information-wrapped {
        padding: 15px;
        margin-bottom: 25px;
        max-width: 100%;

    }
    section#mysociety-community-section .togather-wrap .information-wrapped h3 {
        font-size: 18px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped p {
        font-size: 14px;
        line-height: 20px;
    }
    section#mysociety-community-section .togather-wrap .information-wrapped::before {
        width: 103%;
        height: 111%;
    }
    section#mysociety-community-section .togather-wrap .btn-wrap {
        margin-top: 20px;
    }
    section#mysociety-easier-section .better-living .living-img-wrp {
        text-align: center;
        margin: auto;
        margin-bottom: 25px;
    }   
    section#mysociety-easier-section .better-living .living-img-wrp img {
        width: 90%;
    }
      
    section#mysociety-easier-section .better-living .living-details-wrap .take-tour {
        align-items: flex-start;
        margin-bottom: 24px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap {
        margin: auto;
        width: 95%;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    section#mysociety-features-section .easy-to-use .feartures-key-benefites-wrap p img {
        margin-right: 6px;
    }
    section#mysociety-features-section .easy-to-use .col-md-8 {
        width: 100%;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap .more-features-details-wrap {
        padding: 20px;
        width: 100%;
        margin: auto;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap img {
        width: 87%;
        margin: 20px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap {
        background: none;
        border: none;
        border-radius: 30px 0 0 30px;
        position: relative;
        margin-bottom: 0    ;
    }
    section#mysociety-features-section .easy-to-use .income-expanse-wrap {
        position: unset;
        background: linear-gradient(178deg, rgb(145 179 250 / 30%) 0%, rgb(253 103 103 / 30%) 100%);
    }
    section#mysociety-features-section .easy-to-use .left-to-right-section .feartures-key-benefites-wrap {
        margin-top: 20px;
    }
    section#mysociety-features-section .easy-to-use .more-features-wrap.left-to-right-section .more-features-details-wrap {
        padding: 20px;

    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap {
        padding: 15px;
        max-width: 100%;
        margin-bottom: 25px;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap::before {
        width: 102%;
        height: 106%;
    }
    section#mysociety-safety-section .safety-wrap .alerts-featuers-wrap p {
       font-size: 15px;
    }
    section.mysociety-integrated .entry-management .img-wrapped img {
        width: 100%;
        margin-bottom: 12px;
    }
    section.mysociety-integrated .entry-management .details-wrap p {
        font-size: 16px;
        line-height: 22px;
    }
    section.mysociety-integrated .entry-management .details-wrap p:nth-child(2) {
        margin-bottom: 25px;
    }
    section.mysociety-integrated .entry-management .details-wrap a {
        font-size: 16px;
        padding: 8px 12px;  
    }
    section#mysociety-download-app .limit-offer .details-wrap p,
    section#mysociety-subfooter-section .subfooter-wrap .copyright-detail p,
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a {
        font-size: 14px;
        text-align: center;
        padding: 0 5px;
    }
    section#mysociety-download-app .limit-offer img {
        width: 29%;
        margin-right: 10px !important;
        margin-top: 10px;
    }
    section#mysociety-footer .footer-wrp p {
        font-size: 15px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 12px;
    }
    section#mysociety-footer .footer-wrp .col-md-3 {
        width: 100% !important;
    }
    section#mysociety-footer .footer-wrp .col-md-2 {
        width: 100% !important;
    }
    section#mysociety-footer .footer-wrp .col-md-3 .footer-menu-wrap {
        max-width: 100%;
    }
    section#mysociety-footer .footer-wrp .footer-menu-wrap ul {
        padding: 0 0 30px;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li
    {
        padding-left: 0;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li::after
    {
        display: none;
    }
    section#mysociety-subfooter-section .subfooter-wrap .subfooter-menu ul li a {
        line-height: 20px;
    }
    section#mysociety-smart-solution .reliable-wrap .key-benefits-section ul li:after {
        top: 10px;
    }
    section#mysociety-why-choose-us .cloud-base-service .quick-solution-wrap .best-service-section-wrap .quality-wrap {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap {
        width: 100%;
        margin-bottom: 30px;
        height: 370px;
    }
    section#mysociety-features-section .easy-to-use .col-md-3 {
        flex: 0 0 50%;
    }
     section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form {
        display: block;
    }
    section#mysociety-smart-solution .reliable-wrap form h3 {
        font-size: 22px;
        margin-bottom: 14px;
        text-align: center;
    }
    section#mysociety-smart-solution .reliable-wrap form .form-btn-wrap {   
        margin-top: 20px;
    }
    section#mysociety-smart-solution .reliable-wrap form .first-row-wrap .first-name {
        flex: 0 0 100%;
    }
    section#mysociety-smart-solution .reliable-wrap form .first-name input {
        width: 100%;
    }
    section#mysociety-smart-solution .reliable-wrap form {
        max-width: 100%;
        padding: 18px;
        margin-right: 0;
        margin-bottom: 18px;
    }
    section#mysociety-smart-solution.contact-us-section .reliable-wrap .contact-form .get-in-touch-details {
        margin: auto;
        margin-bottom: 20px;
    }
    section#modules-section-wrap .operating-system-wrap .first-features-wrap.second-features-wrap img.section-img {
        width: 70px !important;
    }
     section#mysociety-hero-section .hero-section-wrap .my-society-app-wrap {
        left: 0;
    }
}   
@media screen and (max-width:620px)
{
    section#mysociety-features-section .easy-to-use .col-md-3 {
        flex: 0 0 100%;
    }
    section#mysociety-features-section .easy-to-use.features-managenment-wrapped .management-wrap {
        width: 100%;
        margin-bottom: 30px;
        height: 380px;
    }
    section#mysociety-unifield-section .one-platform-wrap .col-md-2:nth-child(4) {
        border: 0;
        padding-left: 0;
    }
}
@media screen and (max-width:320px)
{
    section#mysociety-download-app .limit-offer .img-wrap img {
        width: 85px;
    }
    section#mysociety-download-app .limit-offer .details-wrap p {
        font-size: 12px;
    }
}