* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}

li {
    list-style: none;
}

ol,
ul {
    padding: 0 !important;
    margin: 0 !important;
}

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

.second-heading {
    font-size: 35px;
    font-weight: 900;
    line-height: 45px;
    text-transform: uppercase;
}

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;
}

.btn-style {
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 50px;
    background-color: #4db848;
    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-color: #6a52a2;
}

.btn-style-2 {
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #6a52a2;
    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;
}


@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;
}

@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-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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


/* 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: 15px 0; */
}

/* .darkHeader .top-header {
    padding: 0;
    height: 0;
} */
.header.darkHeader{
	box-shadow: 0 5px 10px -10px #000;
}
.header-content {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.header-menu {
    padding-right: 30px;
}

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

.header-menu ul li a {
    font-size: 17px;
    font-weight: 600;
    color: #191717;
    transition: 0.5s;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin-right: 20px;
}

.header-menu ul li a:hover,
.header-menu ul li .active {
    color: #6a52a2;
}

.header-btn .header-btn-1 {
    font-weight: 500;
    padding: 14px 33px;
    margin-right: 10px;
    text-transform: uppercase;
}

.header-btn .header-btn-2 {
    font-weight: 500;
    position: relative;
    padding: 14px 15px 14px 48px;
    text-transform: uppercase;
}

.header-btn .header-btn-2::before {
    content: "";
    position: absolute;
    background-image: url(../images/header-ph.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 6px;
    top: 5px;
    width: 35px;
    height: 35px;
}

.header-btn .header-btn-1:hover {
    color: #fff;
    background-color: #6a52a2;
}

/* banner css start */

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

/* .banner img {
    z-index: 4;
} */

.ms-slide::before {
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0 / 19%) 0%, rgba(10, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0 / 19%) 0%, rgba(10, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0 0 0 / 19%) 0%, rgba(10, 0, 0, 0) 100%);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.ms-slide::after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-text-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 600px;
    right: 0;
    z-index: 9;
    top: 0;
}

.ms-slide-info {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    right: 9%;
    max-width: 400px;
    width: auto !important;
}

.banner-main-heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
}

.banner-button .btn-style {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
}

.banner-button .btn-style-2 {
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    text-transform: uppercase;
    margin-right: 5px;
}

.banner-button .btn-style-2:hover {
    background-color: #4db848;
    color: #fff;
}

.banner-button .btn-style:hover {
    background-color: #fff;
    color: #6a52a2;
}

/* service-section css start */

.service-section {
    padding-top: 30px;
    position: relative;
}

.sevice-sub-heading {
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    color: #303232;
}

.service-section .second-heading {
    padding-bottom: 50px;
    color: #080807;
}

.service-content {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    min-height: 100%;
}

.service-img {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: rgb(106, 82, 162);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
    flex-shrink: 0;
    margin-top: 17px;
}

.service-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
}

.service-heading {
    color: #050505;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 10px 0;
    min-height: 90px;
}

.service-text {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 15px;
    color: #292828;
}

.service-text-content .btn-style {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    text-transform: none;
}

/* service-section css end */

/* contact-us-section css start */

.contact-us-section {
    background-image: url(../images/contact-us-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 82px 40px;
    height: auto;
    background-position: center;
    background-size: 100%;
}

.contact-us-content {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.contact-us-heading {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
}

.contact-us-text,
.contact-us-text strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.contact-us-text strong {
    color: #4db848;
}

.contact-us-btn .btn-style {
    margin-right: 10px;
}
.world_togg_text {
    font-size: 16px;
}
.world_togg_text strong {
    font-size: 16px !important;
    line-height: 25px !important;
}
/* contact-us css end */

/* about-us-section css start */

.about-us-section {
    padding: 70px 0 40px 0;
}

.about-us-sub-heading {
    font-size: 18px;
    line-height: 37px;
    font-weight: 500;
    color: #303232;
    padding-bottom: 5px;
}

.about-us-section .second-heading,
.about-us-section .second-heading strong {
    font-size: 32px;
    line-height: 40px;
    font-weight: 900;
    color: #0f0e0e;
    position: relative;
}

.about-us-section .second-heading::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 5px;
    background-color: #0e0d0d;
    left: 2px;
    bottom: 0;
}

.about-us-section .second-heading strong {
    color: #6a52a2;
}

.border-style {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 50px;
}

.about-us-img img,
.how-we-make img {
    border-radius: 10px;
    box-shadow: 0px 0px 18px 2px rgba(2, 2, 2, 0.2);
}

.about-us-section .second-heading,
.how-we-make-section .second-heading {
    padding-bottom: 20px;
}

.about-us-text {
    font-size: 16px;
    line-height: 27px;
    padding: 30px 0 20px 0;
}

.pb {
    padding: 0 0 20px 0;
}

.home-form-box {
    background-color: #6a52a2;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
}

.home-form-heading {
    color: #fff;
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 30px;
}
input { 
    width: 100%;
}
.home-form textarea {
    height: 100px;
}

.home-form input,
.home-form textarea {
    border-radius: 5px;
}

.home-form input[type="submit"] {
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #4db848;
    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;
    text-transform: none;
	width:auto;
}

.home-form input[type="submit"]:hover {
    color: #6a52a2;
    background-color: #fff;
}

.home-form ::placeholder {
    font-size: 14px;
}

/* about-us-section css end */

/* refeeral-section css start */

.referral-section {
    background-image: url(../images/join-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 60px 0;
    height: auto;
}

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

.referral-heading {
    border-left: 3px solid #4db848;
    padding-left: 30px;
}

.referral-heading,
.referral-heading strong {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    width: 55%;
}

.referral-heading strong {
    color: #4db848;
}
.referral_textadd {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
.referral-btn .btn-style {
    margin-right: 10px;
}

.referral-btn-1 {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    color: #242323;
    background-color: #fff;
    position: relative;
    padding: 10px 25px 10px 65px;
}

.referral-btn-1::before,
.referral-btn-2::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url(../images/referal-ph.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.referral-btn-2::before {
    background-image: url(../images/referal-arrow.png);
}

.referral-btn-2 {
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 10px 25px 10px 65px;
    text-transform: uppercase;
}

.referral-btn-2:hover {
    background-color: #fff;
    color: #242323;
}

/* refeeral-section css end */

/* testimonial-section css start */

.testimonial-section {
    background-color: #6a52a2;
    padding: 50px 0;
}

.testimonial-sub-heading,
.testimonial-section .second-heading {
    text-align: center;
    color: #fff;
}

.testimonial-sub-heading {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-image img {
    border-radius: 0 !important;
    padding-top: 30px;
}

.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 500;
    margin: 0 !important;
}

.home-testimonial .sp-testimonial-client-name {
    font-size: 23px !important;
    padding-bottom: 5px !important;
}

/* .home-testimonial #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin-bottom: 0;
} */

.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
    font-size: 23px;
    margin-right: 5px;
}

/* testimonial-section css end */


/* footer-sec css start */

.footer_top {
    background: #fff;
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.footer_top_heading {
    font-size: 22px;
    line-height: 24px;
    color: #6a52a2;
    font-weight: bold;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.footer_menu ul li {
    position: relative;
    padding-bottom: 5px;
}

.footer_menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #0c0c0c;
    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;
    text-transform: uppercase;
}

.footer_menu ul li a:hover {
    color: #6a52a2;
}

.footer_contact_info ul li,
.footer_contact_info ul li a {
    color: #050505;
    padding-bottom: 10px;
    position: relative;
    padding-left: 18px;
    font-size: 17px;
    font-weight: 600;
    display: block;
}

.footer_contact_info ul li img {
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

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

.footer_contact_info ul li a:hover {
    color: #6a52a2;
}

.footer_social {
    padding: 10px 0;
}

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

.footer_top_block {
    border-right: 1px solid #e6e6e6;
}

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

.footer_top_block:nth-child(3) {
    padding: 0 50px;
}

.footer_top_block:last-child {
    border: none;
    padding-left: 40px;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom-text,
.footer-bottom a {
    color: #0c0c0c;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-bottom a:hover {
    color: #6a52a2;
}

/* footer-sec css end */

#back-to-top {
    background-color: #4db848;
    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;
}

/* custom */

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-1.jpg") #eee no-repeat center top;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 120px 0 100px !important;
    margin: 120px 0 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: 0px !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: #4db848;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #4db848;
}

.inner_text_hd {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #0f0e0e;
/* 	text-transform: uppercase; */
	margin-bottom: 10px;
}
.inner_text_hd strong {
    color: #6a52a2;
}
.inner_text_para {
    color: #484848;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.inner_page_list ul li {
    background: url(../images/checked.png) no-repeat left 0;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 8px 35px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.cnt_box {
    background: #6a52a2;
    padding: 40px 15px;
    margin-top: 30px;
    border-radius: 10px 0 10px 0;
}
.appoinment_boxinner {
    margin-top: 30px;
    padding: 40px 15px;
    position: relative;
    background: url(../images/banner-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    border-bottom: 6px solid #6a52a2;
}
.appoinment_boxinner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(77 184 72 / 85%);
    z-index: -1;
}
.inner_page_list ul li strong {
    color: #4db848;
    font-weight: 600;
/*     text-transform: capitalize; */
}
.inner_text_short {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    color: #6a52a2;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    align-items: center;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #6a52a2;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 100%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #6a52a2;
}
.home-form .box .form-control ,.home-form .box select {
    width: 100%;
    padding: 6px;
    border-radius: 5px;
	box-shadow: none;
}
.appoinment_boxinner .inner_text_para a ,.cnt_box .inner_text_para a{
    color: #000;
}
.error_container {
 display: flex;
 min-height: 100vh;
align-items: center;
text-align: center;
}


.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #4db848;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #6a52a2;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.home-form .box .form-control, .home-form .box select {
    padding: 10px 10px;
}

.ndis_logo { width: 100%; padding: 10px 0 0;}
.ndis_logo img{ max-width: 120px; }


.ban_ndis{ width: 100%; display: inline-block; margin: 0 0 15px; }
.ban_ndis img{ max-width: 200px; background:#fff; padding: 10px; border-radius: 10px;}



/* responsive start */
@media only screen and (max-width : 320px) {
		.header-menu, .header-btn{
		display:none;
	}
	.logo img {
    width: 146px;
    }
	
	.header {
    padding: 15px 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.banner-main-heading {
    font-size: 24px;
	line-height: 28px;
	}
	.ms-slide::after {
		display:none;
	}
	.banner-button .btn-style-2,.banner-button .btn-style{
        font-size: 12px;
		padding: 12px 25px;
	}
	.banner-slider {
    margin-top: 65px;
    }
	.ms-slide-info {
    right: 0%;
    left: 16px;
    }
	.second-heading {
     font-size: 26px;
	 line-height: 33px;
   }
	.service-section .second-heading {
    padding-bottom: 14px;
   }    
	.service-content {
    gap: 6px;
     margin-bottom: 15px;
   }
	.service-heading {
    min-height: 0;
    line-height: 26px;
   }    
	.service-img {
     width: 70px;
     height: 70px;
	}
	.service-img img {
    width: 36px;
    height: 36px;
   }
	.contact-us-content {
    flex-direction: column;
   }
	.contact-us-section {
		padding: 0 ;
	}
	.contact-us-section {
    background-color: #000;
    background-image: none;
    text-align: center;
       }
	.contact-us-heading {
    font-size: 28px;
    line-height: 32px;
    }
	.contact-us-heading br{
		display:none;
	}
    .btn-style, .btn-style-2 {
    padding: 13px 25px;
    font-size: 15px;
    }
	.about-us-section {
    padding: 30px 0 30px 0;
   }
	.about-us-section .second-heading,.about-us-section .second-heading strong {
    font-size: 26px;
    line-height: 31px;
   }
	.about-us-section .btn-style {
    padding: 13px 25px;
    font-size: 15px;
    width: 100%;
    text-align: center;
   }
	.home-form-box {
    margin-top: 15px;
   }
	.home-form input[type="submit"] {
	  width:100%;
	}
	.referral-section {
     padding: 30px 0px 30px 0;
     background:#000;
   }
	.referral-content {
    flex-direction: column;
   }
	.referral-heading{
    width: 100%;
	border-left: 0px solid #4db848;
    padding-left: 0px;
	text-align: center;
	font-size: 27px;
	}
	.world_togg_text {
    text-align: center;

   }
	.referral-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
	.referral-btn .btn-style,.referral-btn .btn-style-2 {
    padding: 9px 63px;
    font-size: 15px;
	margin-top:15px;
   }
	#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin: 0 0px;
    }
	.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px !important;
    }
	.footer_top {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    }
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3),.footer_top_block:last-child  {
    padding-left: 13px;
    }
	.footer_top_heading {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: 19px;
    }
	.footer-bottom {
        padding: 10px 10px 60px 10px;
   }
	.footer-bottom-text, .footer-bottom a {
    font-size: 13px;
 
   }
	#back-to-top {
		bottom: 108px;
	}
	.inner_text_hd {
    margin-top: 18px;
   }
	.cnt_box {
    margin: 30px 0;
  }
		.ms-slide-bgcont {
  position: relative;
}
.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
 background: linear-gradient(90deg, rgba(0,0,0,0.3757878151260504) 0%, rgba(0,0,0,0.3785889355742297) 100%);
}
	
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.header-menu, .header-btn{
		display:none;
	}
	.logo img {
    width: 146px;
    }
	.ms-slide-bgcont {
  position: relative;
}
.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
 background: linear-gradient(90deg, rgba(0,0,0,0.3757878151260504) 0%, rgba(0,0,0,0.3785889355742297) 100%);
}
	.header {
    padding: 15px 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.banner-main-heading {
    font-size: 24px;
	line-height: 28px;
	}
	.ms-slide::after {
		display:none;
	}
	.banner-button .btn-style-2,.banner-button .btn-style{
        font-size: 12px;
		padding: 12px 25px;
	}
	.banner-slider {
    margin-top: 65px;
    }
	.ms-slide-info {
    right: 0%;
    left: 16px;
    }
	.second-heading {
     font-size: 26px;
	 line-height: 33px;
   }
	.service-section .second-heading {
    padding-bottom: 14px;
   }    
	.service-content {
    gap: 6px;
     margin-bottom: 15px;
   }
	.service-heading {
    min-height: 0;
    line-height: 26px;
   }    
	.service-img {
     width: 70px;
     height: 70px;
	}
	.service-img img {
    width: 36px;
    height: 36px;
   }
	.contact-us-content {
    flex-direction: column;
   }
	.contact-us-section {
		padding: 0 ;
	}
	.contact-us-section {
    background-color: #000;
    background-image: none;
    text-align: center;
       }
	.contact-us-heading {
    font-size: 28px;
    line-height: 32px;
    }
	.contact-us-heading br{
		display:none;
	}
    .btn-style, .btn-style-2 {
    padding: 13px 25px;
    font-size: 15px;
    }
	.about-us-section {
    padding: 30px 0 30px 0;
   }
	.about-us-section .second-heading,.about-us-section .second-heading strong {
    font-size: 26px;
    line-height: 31px;
   }
	.about-us-section .btn-style {
    padding: 13px 25px;
    font-size: 15px;
    width: 100%;
    text-align: center;
   }
	.home-form-box {
    margin-top: 15px;
   }
	.home-form input[type="submit"] {
	  width:100%;
	}
	.referral-section {
     padding: 30px 0px 30px 0;
     background:#000;
   }
	.referral-content {
    flex-direction: column;
   }
	.referral-heading{
    width: 100%;
	border-left: 0px solid #4db848;
    padding-left: 0px;
	text-align: center;
	font-size: 27px;
	}
	.world_togg_text {
    text-align: center;

   }
	.referral-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
	.referral-btn .btn-style,.referral-btn .btn-style-2 {
    padding: 9px 63px;
    font-size: 15px;
	margin-top:15px;
   }
	#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin: 0 0px;
    }
	.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px !important;
    }
	.footer_top {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    }
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3),.footer_top_block:last-child  {
    padding-left: 13px;
    }
	.footer_top_heading {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: 19px;
    }
	.footer-bottom {
        padding: 10px 10px 60px 10px;
   }
	.footer-bottom-text, .footer-bottom a {
    font-size: 13px;
 
   }
	#back-to-top {
		bottom: 108px;
	}
	.inner_text_hd {
    margin-top: 18px;
   }
	.cnt_box {
    margin: 30px 0;
  }
}
	   


@media only screen and (min-width : 481px) and (max-width : 767px) {
		.ms-slide-bgcont {
  position: relative;
}
.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
 background: linear-gradient(90deg, rgba(0,0,0,0.3757878151260504) 0%, rgba(0,0,0,0.3785889355742297) 100%);
}
		.header-menu, .header-btn{
		display:none;
	}
	.logo img {
    width: 146px;
    }
	
	.header {
    padding: 15px 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.banner-main-heading {
    font-size: 24px;
	line-height: 28px;
	}
	.ms-slide::after {
		display:none;
	}
	.banner-button .btn-style-2,.banner-button .btn-style{
        font-size: 12px;
		padding: 12px 25px;
	}
	.banner-slider {
    margin-top: 65px;
    }
	.ms-slide-info {
     right: 0%;
    left: 15%;
    }
	.second-heading {
     font-size: 26px;
	 line-height: 33px;
   }
	.service-section .second-heading {
    padding-bottom: 14px;
   }    
	.service-content {
    gap: 6px;
     margin-bottom: 15px;
   }
	.service-heading {
    min-height: 0;
    line-height: 26px;
   }    
	.service-img {
     width: 70px;
     height: 70px;
	}
	.service-img img {
    width: 36px;
    height: 36px;
   }
	.contact-us-content {
    flex-direction: column;
   }
	.contact-us-section {
		padding: 0 ;
	}
	.contact-us-section {
    background-color: #000;
    background-image: none;
    text-align: center;
       }
	.contact-us-heading {
    font-size: 28px;
    line-height: 32px;
    }
	.contact-us-heading br{
		display:none;
	}
    .btn-style, .btn-style-2 {
    padding: 13px 25px;
    font-size: 15px;
    }
	.about-us-section {
    padding: 30px 0 30px 0;
   }
	.about-us-section .second-heading,.about-us-section .second-heading strong {
    font-size: 26px;
    line-height: 31px;
   }
	.about-us-section .btn-style {
    padding: 13px 25px;
    font-size: 15px;
    width: 100%;
    text-align: center;
   }
	.home-form-box {
    margin-top: 15px;
   }
	.home-form input[type="submit"] {
	  width:100%;
	}
	.referral-section {
     padding: 30px 0px 30px 0;
     background:#000;
   }
	.referral-content {
    flex-direction: column;
   }
	.referral-heading{
    width: 100%;
	border-left: 0px solid #4db848;
    padding-left: 0px;
	text-align: center;
	font-size: 27px;
	}
	.world_togg_text {
    text-align: center;

   }
	
	.referral-btn .btn-style,.referral-btn .btn-style-2 {
    padding: 9px 63px;
    font-size: 15px;
	margin-top:15px;
   }
	#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin: 0 0px;
    }
	.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px !important;
    }
	.footer_top {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    }
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3),.footer_top_block:last-child  {
    padding-left: 13px;
    }
	.footer_top_heading {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: 19px;
    }
	.footer-bottom {
        padding: 10px 10px 60px 10px;
   }
	.footer-bottom-text, .footer-bottom a {
    font-size: 13px;
 
   }
	#back-to-top {
		bottom: 108px;
	}
	.inner_text_hd {
    margin-top: 18px;
   }
	.cnt_box {
    margin: 30px 0;
  }
	#rmp_menu_trigger-238 {
		right: 2%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
		.ms-slide-bgcont {
  position: relative;
}
.ms-slide-bgcont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
 background: linear-gradient(90deg, rgba(0,0,0,0.3757878151260504) 0%, rgba(0,0,0,0.3785889355742297) 100%);
}
	.header-menu, .header-btn{
		display:none;
	}
	.logo img {
    width: 146px;
    }
	
	.header {
    padding: 15px 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}
	.banner-main-heading {
    font-size: 24px;
	line-height: 28px;
	}
.ms-slide::after {
	width: 258px;
	}
	.banner-button .btn-style-2,.banner-button .btn-style{
        font-size: 12px;
		padding: 12px 25px;
	}
	.banner-slider {
    margin-top: 65px;
    }
	.ms-slide-info {
    right: 0%;
    left: 14%;
    }
	.service-section .second-heading {
    padding-bottom: 14px;
   }    
	.service-content {
    gap: 6px;
     margin-bottom: 15px;
   }
	.service-heading {
    min-height: 0;
   }    
	
	.service-img img {
    width: 36px;
    height: 36px;
   }
	.contact-us-content {
    flex-direction: column;
   }
	.contact-us-section {
		padding: 0 ;
	}
	.contact-us-section {
    background-color: #000;
    background-image: none;
    text-align: center;
       }
	
	.contact-us-heading br{
		display:none;
	}
  
	.about-us-section {
    padding: 30px 0 30px 0;
   }
	.about-us-section .second-heading,.about-us-section .second-heading strong {
    font-size: 26px;
    line-height: 31px;
   }
	
	.home-form-box {
    margin-top: 15px;
   }

	.referral-content {
    flex-direction: column;
   }
	.referral-heading{
    width: 100%;
	border-left: 0px solid #4db848;
    padding-left: 0px;
	text-align: center;
	font-size: 27px;
	}
	.world_togg_text {
    text-align: center;

   }
	
	.referral-btn .btn-style,.referral-btn .btn-style-2 {
    padding: 9px 63px;
    font-size: 15px;
	margin-top:15px;
   }
	#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin: 0 0px;
    }
	.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px !important;
    }
	.footer_top {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    }
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3),.footer_top_block:last-child  {
    padding-left: 13px;
    }
	.footer_top_heading {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: 19px;
    }

	.footer-bottom-text, .footer-bottom a {
    font-size: 13px;
   }
	#rmp_menu_trigger-238 {
		right: 4% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-bgcont {
      position: relative;
}
.ms-slide-bgcont::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0,0,0,0.3757878151260504) 0%, rgba(0,0,0,0.3785889355742297) 100%);
}
	.header-menu, .header-btn{
		display:none;
	}
	.logo img {
    width: 146px;
    }
	
	.header {
    padding: 15px 0px;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont { min-height: 300px !important;}
    .ms-slide-bgcont img { object-fit: cover;}

.ms-slide::after {
	width: 400px;
	}
	.banner-button .btn-style-2,.banner-button .btn-style{
        font-size: 12px;
		padding: 12px 25px;
	}
	.banner-slider {
    margin-top: 65px;
    }
	
	.service-section .second-heading {
    padding-bottom: 14px;
   }    
	.service-content {
    gap: 6px;
     margin-bottom: 15px;
   }
	.service-heading {
    min-height: 0;
   }    
	
	.service-img img {
    width: 36px;
    height: 36px;
   }
	.contact-us-content {
    flex-direction: column;
   }
	.contact-us-section {
		padding: 0 ;
	}
	.contact-us-section {
    background-color: #000;
    background-image: none;
    text-align: center;
       }
	
	.contact-us-heading br{
		display:none;
	}
  
	.about-us-section {
    padding: 30px 0 30px 0;
   }
	.about-us-section .second-heading,.about-us-section .second-heading strong {
    font-size: 26px;
    line-height: 31px;
   }
	
	.home-form-box {
    margin-top: 15px;
   }

	.referral-content {
    flex-direction: column;
   }
	.referral-heading{
    width: 100%;
	border-left: 0px solid #4db848;
    padding-left: 0px;
	text-align: center;
	font-size: 27px;
	}
	.world_togg_text {
    text-align: center;

   }
	
	.referral-btn .btn-style,.referral-btn .btn-style-2 {
    padding: 9px 63px;
    font-size: 15px;
	margin-top:15px;
   }
	#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin: 0 0px;
    }
	.home-testimonial .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px !important;
    }
	.footer_top {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    }
	.footer_top_block:nth-child(2),.footer_top_block:nth-child(3),.footer_top_block:last-child  {
    padding-left: 13px;
    }
	.footer_top_heading {
    font-size: 21px;
    padding-bottom: 14px;
    margin-top: 19px;
    }

	.footer-bottom-text, .footer-bottom a {
    font-size: 13px;
   }
	#rmp_menu_trigger-238 {
		right: 4% !important;
	}
}



/* 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) {
	.footer_top_block:nth-child(2){
		border:none;
	}
	#rmp_menu_trigger-238 {
    right: 12% !important;
   }
}


/* 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) {
	.ms-slide::after {
    width: 443px;
  }
	.ms-slide-info {
    right: 10%;
	left:auto;
 }
	.banner-main-heading {
    font-weight: bold;
    font-size: 40px;
		line-height: 45px;
	}
	.banner-button .btn-style-2, .banner-button .btn-style {
    font-size: 16px;
     padding: 15px 30px;
   }
}

@media screen and (min-width: 1424px) {
	.service-heading {
      min-height: 0%;
    }
}

@media screen and (min-width: 1624px) {.
.service-heading {
    min-height: 0%;
    }
}

@media screen and (min-width: 1920px) {
	.service-heading {
    min-height: 0%;
    }
	.ms-slide::after {
		width: 754px;
	}
	.ms-slide-info {
		right: 13%;
	}

}

@media screen and (min-width: 2048px) {
	.service-heading {
    min-height: 0%;
    }
		.ms-slide::after {
		width: 754px;
	}
	.ms-slide-info {
		right: 13%;
	}
}

@media screen and (min-width: 2550px) {
	.service-heading {
    min-height: 0%;
    }
		.ms-slide::after {
		width: 754px;
	}
	.ms-slide-info {
		right: 13%;
	}
}

/* responsive end */