* {
    font-size: 16px;
    font-weight: normal;
    color: #4b4b4b;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

.second-heading,
.second-heading strong {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #242424;
}

.second-heading strong {
    color: #3b53a4;
}

.second-sub-heading {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: #3b53a4;
    padding-bottom: 5px;
}

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

a {
    text-decoration: none !important;
    transition: 0.3s;
}

a:hover {
    color: #3baae0;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none !important;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.btn-style {
    font-family: 'Poppins';
    font-weight: normal;
    display: inline-block;
    padding: 11px 37px;
    border-radius: 50px;
    background-image: -moz-linear-gradient(0deg, rgb(59, 179, 74) 0%, rgb(67, 202, 84) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(59, 179, 74) 0%, rgb(67, 202, 84) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(59, 179, 74) 0%, rgb(67, 202, 84) 100%);
    color: #fff;
    font-size: 17px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-style:hover {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(85, 180, 98) 0%, rgb(44, 156, 59) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(85, 180, 98) 0%, rgb(44, 156, 59) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(85, 180, 98) 0%, rgb(44, 156, 59) 100%);
}

.btn-style-2 {
    font-family: 'Poppins';
    font-weight: normal;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 50px;
    border-radius: 24px;
    background-color: #3b53a4;
    color: #fff;
    font-size: 17px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-style-2:hover {
    background-color: #2042b3;
    color: #fff;
}

/* header css start */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
    /* padding: 5px 0; */
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

.header-menu a:hover {
    color: #d7a621;
}

.top-header {
    z-index: 2;
    height: 45px;
    overflow: hidden;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid #d4d4d45e;
}

.darkHeader .top-header {
    padding: 0;
    height: 0;
    border-bottom: none;
}

.header-contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-contact a {
    font-family: 'Poppins';
    font-weight: 500;
    color: #4b4b4b;
    padding-left: 5px;
}

.header-ph {
    border-right: 1px solid #4b4b4b;
    padding-right: 20px;
}

.bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header-social img {
    width: 27px;
}

.header-menu ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-menu a {
    font-family: 'Poppins';
    font-size: 17px;
    color: #223645;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}

.header-menu a:hover {
    color: #3bb34a;
}

.header-menu ul li .active {
    color: #3bb34a;
    position: relative;
}

.header-menu ul li a:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: #3bb34a;
    bottom: 5px;
    left: 12px;
    border-radius: 5px;
    transition: 0.3s;
}

.header-menu ul li a:hover {
    color: #3bb34a;
    position: relative;
}

.header-menu ul li a:hover:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #3bb34a;
    bottom: 5px;
    left: 12px;
    border-radius: 5px;
}

.header-menu ul li a:hover:after,
.header-menu ul li .active::after {
    width: 40px;
}


/* banner css start */

.banner {
    position: relative;
    margin-top: 85px;
}

.ms-slide::after {
    background: rgb(4 4 4 / 30%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ms-slide-info {
    position: absolute !important;
    top: 50%;
    z-index: 2;
    left: 9%;
    width: auto !important;
    max-width: 650px;
    transform: translate(0, -50%);
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    background: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/02/banner-prev-icon.png) !important;
    height: 38px !important;
    width: 38px !important;
}

.ms-skin-default .ms-nav-next {
    transform: rotate(180deg);
}

.banner-main-heading,
.banner-main-heading strong {
    font-size: 48px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 52px;
    color: #fff;
    position: relative;
}

.banner-main-heading strong {
    color: #3bb44a;
}

.banner-text {
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 0 20px 0;
}

.banner .btn-style {
    padding: 11px 20px;
}

/* service-section css start */

.service-section {
    padding-top: 60px;
    background-color: #f7f7f7;
}

.service-section .second-heading {
    padding-bottom: 40px;
}

.service-content {
    margin-bottom: 60px;
    text-align: center;
    min-height: 100%;
    padding: 0 10px;
}

.service-content img {
    border-radius: 50%;
}

.service-heading {
    font-family: "Poppins";
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 0px 0;
    transition: 0.3s;
}

.service-heading:hover {
    color: #3bb34a;
}

/* service-section css end */



/* about-us-section css start */

/* about-section css start */

.about-section {
    padding: 50px 0 55px 0;
}

.about-section .second-heading {
    padding-bottom: 10px;
}

.about-left-content {
    position: relative;
}

.about-right-content {
    padding-left: 30px;
}

.about-left-content img:first-child {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
}

.about-left-content img:last-child {
    position: absolute;
    bottom: -65px;
    left: 0px;
    border-radius: 20px;
    border: 10px solid #fff;
}

.about-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10px;
}

.about-section ul li {
    position: relative;
    padding-left: 30px;
}

.check-text {
    font-family: "Poppins";
    font-size: 18px;
}

.about-section ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/check.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-text {
    font-family: "Poppins";
    color: #4b4b4b;
    line-height: 27px;
}

.about-section .btn-style {
    margin-top: 20px;
}

/* about-section css end */

/* client-develop service css start */

.client-develop-section {
    background-image: url(../images/client-develop-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 283px;
    position: relative;
    margin-top: 60px;
    padding: 60px 0;
}

.client-develop-content {
    text-align: center;
}

.client-develop-section .second-heading,
.client-develop-section .second-heading strong {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 63px;
}

.client-develop-section .second-heading strong {
    color: #3bb34a;
}

.client-develop-text {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.client-develop-number {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-top: 10px;
}

.client-develop-number img {
    flex-shrink: 0;
}

.client-develop-number a {
    font-family: "Poppins";
    font-size: 35px;
    color: #43ca54;
    font-weight: 500;
    transition: 0.3s;
}

.client-develop-number a:hover {
    color: #fff;
}

/* client-develop service css end */
/* feature-section css start */

.feature-section {
    padding: 50px 0 40px 0;
}

.feature-img {
    background-color: rgb(69, 92, 169);
    width: 78px;
    height: 78px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    transition: 0.3s;
}

.feature-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-heading {
    font-size: 18px;
    line-height: 23px;
    font-family: "Poppins";
    color: #455ca9;
    font-weight: 600;
    padding-top: 15px;
    transition: 0.3s;
}

.feature-content:hover .feature-heading {
    color: #3bb34a;
}

.feature-content:hover .feature-img {
    background-color: #3bb34a;
}

/* feature-section css end */

/* testimonial-section css start */

.testimonial-section {
    padding: 20px 0 40px 0;
}
.home-testimonial {
    padding-top: 40px !important;
}

.sp-testimonial-free {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 0 20px;
    margin: 0 20px 20px 20px;
    min-height: 100%;
}
  
.sp-testimonial-free-section .sp-testimonial-title {
    position: relative;
    margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-title::after {
    content: "";
    position: absolute;
    background-image: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/02/star.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 71px;
    height: 15px;
    bottom: -20px;
    left: 0;
}

.sp-testimonial-free-section .sp-testimonial-title h3 {
    font-size: 22px !important;
    font-family: "Poppins" !important;
    color: #2a2a2a !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-align: left !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-family: "Poppins" !important;
    color: #4b4b4b !important;
    text-align: left !important;
    margin: 20px 0 20px 0 !important;
    line-height: 25px !important;
    min-height: 125px;
}
.client-location::after {
    content: "";
    position: absolute;
    background-image: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/01/star-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 22px;
    bottom: 16px;
    left: -3px;
}

#sp-testimonial-free-wrapper-46 .sp-testimonial-free-section .testimonial-nav-arrow {
    background: none !important;
    border: none !important;
}

.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 0 !important;
}

#sp-testimonial-free-wrapper-46 .sp-testimonial-free-section .swiper-button-prev {
    background-image: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/02/testimonial-prev-icon.png) !important;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
}

#sp-testimonial-free-wrapper-46 .sp-testimonial-free-section .swiper-button-next {
    background-image: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/02/testimonial-next-icon.png) !important;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
}

.sp-testimonial-free-section .testimonial-nav-arrow {
    transform: translateY(-50%) !important;
}

.home-testimonial .sp-testimonial-free-section .testimonial-nav-arrow {
    font-size: 0;
}

.home-testimonial #sp-testimonial-free-wrapper-46 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #485ea9 !important;
}

.home-testimonial #sp-testimonial-free-wrapper-46 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet {
    background-color: #a3aed4 !important;
}

.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
/* testimonial-section css end */

/* call-now-section css start */

.call-now-section {
    background-color: #1fafa5;
    padding: 50px 0;
}

.call-now-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-now-content .second-heading {
    color: #fff;
}

/* call-now-section css end */


/* footer-sec css start */
.footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
}

.footer_top {
    padding: 40px 0 20px 0;
    border-bottom: 2px solid #d4d4d45e;
}

.footer_top_heading {
    font-family: "Poppins";
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.footer_top_block .text {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    padding: 20px 0;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
}

.footer_menu ul li {
    position: relative;
}

.footer_menu ul li a {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 99;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding-left: 20px;
}

.footer_menu ul li a:hover {
    color: #3bb34a;
}

.footer_menu ul li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 14px;
    background: url(../images/right-arrow.png) no-repeat center;
    background-size: cover;
    left: 0;
    top: 3px;
}

.footer_contact_info ul {
    padding: 0;
}

.footer_contact_info ul li {
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.footer_contact_info ul li img {
    width: 26px;
    position: absolute;
    left: 0;
    /* transform: translateY(-50%);
    top: 50%; */
}


.footer_top_block:nth-child(2) {
    padding: 0 105px;
    position: relative;
}

.footer_top_block:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 70%;
    background-color: #d4d4d45e;
    top: 15px;
    right: 0;
}

.footer_top_block:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 70%;
    background-color: #d4d4d45e;
    top: 15px;
    left: 0;
}

.footer_top_block:first-child {
    padding-right: 68px;
}

.footer_top_block:nth-child(3) {
    padding-left: 80px;
}

.footer_contact_info ul li a,
.footer_contact_info ul li {
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 26px;
}

.footer_contact_info ul li:first-child a {
    font-size: 20px;
}

.footer_contact_info ul li a:hover {
    color: #3bb34a;
}

.footer_social {
    padding: 10px 0;
}

.footer_social img {
    width: 36px;
}

.footer_social a {
    margin-right: 10px;
}

.footer_social .footer_top_heading {
    padding-right: 20px;
}

.footer-logo img:first-child {
    padding-right: 10px;
}

.footer_bottom {
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

.footer-bottom-text,
.footer_bottom a {
    font-family: "Poppins";
    font-size: 17px;
    line-height: 27px;
    color: #fff;
}

.footer_bottom a:hover {
    color: #3bb34a;
}

/* footer-sec css end */

#back-to-top {
    background-color: #3bb34a;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

/* ============= for css ============ */

.site-content,
.site-main .widecolumn {
    margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
    background: url("../images/banner-1.jpg") #eee no-repeat top !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 270px 0 110px !important;
    /* margin: 50px 0 !important; */
    position: relative;
    overflow: hidden;
    text-align: center;
}

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

.page .entry-content {
    max-width: 100% !important;
    padding: 50px 0 0 0 !important;
}

.content-area,
.content-sidebar {
    padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
    z-index: 99;
    margin-bottom: 3px;
}

.breadcrumb-container {
    width: 100%;
    color: #3bb34a;
    position: relative;
    font-size: 15px;
}

.breadcrumb-container a {
    color: #3bb34a;
}

.breadcrumb-container a:hover {
    color: #3bb34a;
}

/* Inner Content Css */

.inner_text_hd {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #242424;
    position: relative;
}

.inner_text_hd strong {
    color: #3bb34a;
}

/* .inner_text_hd:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #3b53a4;
} */

.after-center:after {
    left: 50%;
    transform: translatex(-50%);
}

.inner_content {
    /* padding-top: 50px;  */
}

.inner_sub_titl {
    font-family: "Poppins";
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #3bb34a;
    padding-top: 20px;
}

.inner_content .inner_text_hd {
    position: relative;
}

.inner_txt {
    font-family: "Poppins";
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.inner_list_txt {
    margin-top: 10px;
}

.inner_list_txt ul {
    padding: 0;
    margin: 0
}

.inner_list_txt ul li {
    background: url('https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/02/accept.png');
    background-position: top 2px left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
    font-family: "Poppins";
}

.inner_bottm_sec {
    background-color: #3bb34a;
    padding: 30px 60px;
    box-shadow: 0px 0px 32px 8px rgb(0 0 0 / 4%);
    border-radius: 10px;
}

.pr-3 {
    padding-right: 30px;
}

.inner_bottm_sec .inner_text_hd,
.inner_bottm_sec .inner_txt {
    color: #fff;
    text-align: center;
}

.inner_bottm_sec .inner_text_hd:after {
    display: none;
}

.inner_list_txt strong {
    color: #2a2a2a;
    line-height: 1.2;
    font-weight: bold;
}

.inner_page_img img {
    border-radius: 20px;
}

.bg-color {
    background-color: #f5f5f5;
}

.no-after:after {
    display: none;
}

.inner_box {
    text-align: center;
    border: 1px solid #3bb34a;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0px 0px 25px -10px #41414145;
    min-height: 100%;
}

.inner_box .inner_sub_titl {
    min-height: 50px;
}

.about-box {
    padding: 20px 30px;
    background-color: #e5f6f5;
}

.about-box .inner_sub_titl {
    font-size: 25px;
    line-height: 30px;
}

/* .about-text {
    color: #222220;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
} */

/*   contact-page-css   */

.inner_text_hd {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #1d1d1d;
    position: relative;
}

.inner_text_hd strong {
    font-family: 'Poppins';
    color: #3bb34a;
}

.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}

.cont_left_icon {
    width: 40px;
    height: 40px;
    background: #3bb34a;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border-left: 2px solid #1d1d1d;
    box-shadow: 0px 10px 16px -5px #646464;
}

.cont_left_icon img {
    width: 18px;
}

.contact_left_text {
    font-family: 'Poppins';
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    margin-left: 10px;
}

.contact_left_text a {
    font-family: 'Poppins';
    color: #4b4b4b;
    font-weight: 500;
    font-size: 18px;
}

.contact_left_text a:hover {
    color: #1e1e1e;
}

.right-sec-contact {
    border: 1px solid #1d1d1d;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 25px -10px #414141;
}

.right-sec-contact input,
.right-sec-contact textarea {
    font-family: 'Poppins';
    border: 1px solid #1d1d1d;
    box-shadow: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
}

.right-sec-contact textarea {
    resize: none;
    height: 100px;
}

.right-sec-contact .wpcf7-response-output {
    display: none;
}

.right-sec-contact .box .submit-btn {
    width: fit-content;
}


/*   sub-menu-css   */

.primary-navigation ul ul {
    background-color: #3bb44a !important;
    width: 350px;
    top: 100% !important;
    display: block;
}

.primary-navigation ul ul a {
    width: 100% !important;
    color: #fff;
    padding: 9px !important;
    font-size: 15px;
}

.primary-navigation ul ul a::after {
    display: none;
}

.primary-navigation ul ul a:before {
    display: none;
}

.primary-navigation ul ul li {
    padding-right: 0;
    width: 100%;
}

.primary-navigation ul ul a:hover {
    color: #1e1e1e !important;
    background-color: #fff !important;
    width: 100% !important;
}

.primary-navigation .menu-item-has-children>a:after {
    font-size: 0 !important;
    top: 36px !important;
}

/*  ref form   */

.ref_form_box {
    background: url("../images/testimonial-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.ref_form_box p {
    margin-bottom: 5px !important;
}

.ref_form_box_heading {
    font-family: 'Poppins';
    color: #1d1d1d;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}

.ref_form_box_heading strong {
    font-family: 'Poppins';
    color: #3bb34a;
    font-weight: bold;
}

.ref_form_box_label {
    font-family: 'Poppins';
    color: #666;
    margin-top: 15px;
}

.ref_form_box_input input {
    font-family: 'Poppins';
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}

.ref_form_box_input select {
    background: url(https://thedemodesigns.com/devsites/rockwall-ability-care/wp-content/uploads/2024/01/drop-down-arrow.png) #fff no-repeat center right 10px;
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    color: #555;
    font-family: 'Poppins';
    padding: 10px 30px 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ref_form_box_input select:focus-visible {
    outline: none !important;
}

.ref_form_box_input textarea {
    font-family: 'Poppins';
    resize: none;
    height: 144px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}

.ref_form_box .contact_btn input {
    font-family: 'Poppins';
    font-weight: 600;
    background: #3bb34a !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
    transition: 0.3s;
}

.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a{
	padding-right: 0px !important;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
/*   css   */

.top-header-content:after,
.top-header-content::before{
    display: none !important;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
  }
  .footer_btn1 {
      background: #3b53a4;
      color: #fff !important;
      width: 50%;
      float: left;
      padding: 10px 0;
  }
  .footer_btn2 {
      background: #000;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      height: 44px;
      width: 44px;
      border-radius: 50%;
      padding: 10px 12px 0;
  }
  .footer_btn3 {
      background: #3bb34a;
      color: #fff !important;
      width: 50%;
      float: left;
      padding: 10px 0;
  }
/* responsive */

@media only screen and (min-width: 300px) and (max-width: 1023px) {
	.top-header,.header-menu,.header-btn,.footer_top_block:nth-child(2)::before,.footer_top_block:nth-child(2)::after{
		display: none;
	}
	.service-section .second-heading {
    	padding-bottom: 30px;
	}
	.service-section,.about-section,.client-develop-section,.client-develop-section,.feature-section{
		padding: 30px 0;
	}
	.btn-style,.banner .btn-style,.btn-style-2{
		padding: 8px 12px;
		font-size: 12px;
	}
	.second-sub-heading{
		font-size: 16px;
    	line-height: 22px;
	}
	.second-heading, .second-heading strong{
		font-size: 26px;
    	line-height: 30px;
	}
	.logo img{
		width: 145px;
		height: auto;
	}
	.banner {
    	margin-top: 65px;
	}
	.banner-main-heading, .banner-main-heading strong{
		font-size: 25px;
    	line-height: 25px;
	}
	.banner-text {
		font-size: 13px;
		line-height: 16px;
		padding: 5px 0 10px 0;
	}
	.ms-slide-info{
		width: 100% !important;
		left: 0;
		margin-top: 0 !important;
	}
	.service-content {
		margin-bottom: 30px;
	}
	.service-heading{
		font-size: 16px;
    	line-height: 20px;
	}
	.about-left-content img:last-child{
		display: none;
	}
	.about-right-content {
		padding-left: 16px;
		margin-top: 350px;
	}
	.about-text,.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p,.footer-bottom-text, .footer_bottom a {
		line-height: 20px !important;
		font-size: 14px !important;
	}
	.about-section ul {
		display: block;
		margin-bottom: 0px;
	}
	.check-text {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.client-develop-section{
		margin-top: 0px;
	}
	.client-develop-section{
		height: auto;
	}
	.client-develop-section .second-heading, .client-develop-section .second-heading strong,.client-develop-number a {
		font-size: 25px;
		line-height: 30px;
	}
	.client-develop-text {
		font-size: 14px;
		line-height: 20px;
		padding-top: 5px;
	}
	.client-develop-number img {
		width: 26px;
	}
	.client-develop-number{
		gap: 10px;
	}
	.feature-heading {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	.home-testimonial {
		padding-top: 20px !important;
	}
	.sp-testimonial-free{
		margin: 0;
	}
	.footer{
		height: auto;
		padding-bottom: 50px;
	}
	.footer_top_block .text {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0;
	}
	.footer_top_block:first-child,.footer_top_block:nth-child(2),.footer_top_block:nth-child(3){
		padding: 0 14px;
	}
	.footer_top_heading {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.footer_menu ul li a,.footer_contact_info ul li a, .footer_contact_info ul li,.footer_contact_info ul li:first-child a{
		font-size: 17px;
		line-height: 30px;
	}
	.footer_top_block:nth-child(3){
		padding-top: 20px; 
	}
	.footer_contact_info ul li{
		padding-bottom: 10px;
    	padding-left: 35px;
	}
	.inner_content {
    	padding: 0px 0 ;
	}
	.inner_content .mt-5 {
		margin-top: 2rem!important;
	}
	.inner_text_hd{
		font-size: 24px;
    	line-height: 30px;
		padding: 20px 0 0 0;
	}
	.inner_bottm_sec{
		padding: 15px 10px;
	}
	.page .entry-header, .blog_page_header{
		padding: 170px 0 80px !important;
	}
	.page .entry-content{
		padding: 30px 0 0 0 !important;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-text {
		font-size: 16px;
		line-height: 24px;
	}
	.ms-slide-info {
		left: 9%;
	}
	.about-right-content {
		margin-top: 0;
	}
	.about-left-content img:last-child{
		display: block;
		bottom: 30px;
		width: 330px;
	}
	.feature-content{
		width: 50%;
	}
	.about-list-item{
		width: 100%;
	}
	.service-content{
		width: 50%;
	}
	.footer_top_block{
		width: 50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-btn .btn-style{
		padding: 12px;
		font-size: 14px;
	}
	.primary-navigation a{
		padding: 0 5px !important;
	}
	.about-left-content img:last-child{
		bottom: 40px;
	}
	.about-section ul{
		display: block;
	}
	.about-section ul{
		margin-bottom: 0;
	}
	.about-section ul li{
		padding-top: 5px;
	}
	.footer_top_block:nth-child(2) {
    	padding: 0 65px;
	}
	.footer_top_block:first-child {
		padding-right: 28px;
	}
	.footer_top_block:nth-child(3) {
		padding-left: 30px;
	}
	.footer_social .footer_top_heading {
		padding-right: 15px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-text {
		font-size: 16px;
		line-height: 24px;
	}
	.ms-slide-info {
		left: 9%;
	}
	.about-right-content {
		margin-top: 0;
	}
	.about-left-content img:last-child{
		display: block;
		bottom: 30px;
		width: 330px;
	}
	.feature-content{
		width: 50%;
	}
	.about-list-item{
		width: 100%;
	}
	.service-content{
		width: 50%;
	}
	.footer_top_block{
		width: 50%;
	}
	
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.banner-text {
		font-size: 16px;
		line-height: 24px;
	}
	.ms-slide-info {
		left: 9%;
	}
	.about-right-content {
		margin-top: 0;
	}
	.about-left-content img:last-child{
		display: block;
		bottom: 30px;
		width: 330px;
	}
	.feature-content{
		width: 50%;
	}
	.about-list-item{
		width: 100%;
	}
	.service-content{
		width: 50%;
	}
	.footer_top_block{
		width: 50%;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-text {
		font-size: 16px;
		line-height: 24px;
	}
	.ms-slide-info {
		left: 9%;
	}
	.about-right-content {
		margin-top: 0;
	}
	.about-left-content img:last-child{
		display: block;
		bottom: 30px;
		width: 330px;
	}
	.feature-content{
		width: 50%;
	}
	.about-list-item{
		width: 100%;
	}
	.service-content{
		width: 50%;
	}
	.footer_top_block{
		width: 50%;
	}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.header-btn .btn-style{
		padding: 12px;
		font-size: 14px;
	}
	.primary-navigation a{
		padding: 0 5px !important;
	}
	.about-left-content img:last-child{
		bottom: 40px;
	}
	.about-section ul{
		display: block;
	}
	.about-section ul{
		margin-bottom: 0;
	}
	.about-section ul li{
		padding-top: 5px;
	}
	.footer_top_block:nth-child(2) {
    	padding: 0 65px;
	}
	.footer_top_block:first-child {
		padding-right: 28px;
	}
	.footer_top_block:nth-child(3) {
		padding-left: 30px;
	}
	.footer_social .footer_top_heading {
		padding-right: 15px;
	}
	.footer{
		height: auto;
	}
	.footer_top_block:nth-child(2)::before,.footer_top_block:nth-child(2)::after{
		display: none;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-btn .btn-style{
		padding: 12px;
		font-size: 14px;
	}
	.primary-navigation a{
		padding: 0 5px !important;
	}
	.about-left-content img:last-child{
		bottom: 40px;
	}
	.about-section ul{
		display: block;
	}
	.about-section ul{
		margin-bottom: 0;
	}
	.about-section ul li{
		padding-top: 5px;
	}
	.footer_top_block:nth-child(2) {
    	padding: 0 65px;
	}
	.footer_top_block:first-child {
		padding-right: 28px;
	}
	.footer_top_block:nth-child(3) {
		padding-left: 30px;
	}
	.footer_social .footer_top_heading {
		padding-right: 15px;
	}
		.footer{
		height: auto;
	}
	.footer_top_block:nth-child(2)::before,.footer_top_block:nth-child(2)::after{
		display: none;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	.ms-slide-info {
   	 	left: 16%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info {
   	 	left: 18%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info {
   	 	left: 24%;
	}
}