* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none;
}

ul {
padding-left: 0px;
list-style: none;
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
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-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-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: 'Segoe Print';
src: url('../fonts/SegoePrint.eot');
src: url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
url('../fonts/SegoePrint.woff2') format('woff2'),
url('../fonts/SegoePrint.woff') format('woff'),
url('../fonts/SegoePrint.ttf') format('truetype'),
url('../fonts/SegoePrint.svg#SegoePrint') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}


.wrapper{
margin-top:100px;
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
}
.fixed-header {    
top: -48px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.fixed-header .menubar {
box-shadow: 0 0 6px #aeaeae;
}

/* topbar */

.topbar{
background:#373435;
padding:10.5px 0px;
position: relative;
z-index:1;
}

.topbar:before{
position:absolute;
content:"";
background:#07bb09;
height:48px;
width:23%;
top:0px;
right:0px;
z-index:-1;
clip-path: polygon(25% -25%, 100% 0%, 100% 100%, 0% 100%);
}

.topbar-left ul{
margin-bottom:0px;
}

.topbar-left ul li{
float:left;
font-size: 14px;
color: #ffffff;
font-weight: 400;
margin-right:27px;
}

.topbar-left ul li img, .topbar-right ul li img{
margin-right:6px;
}

.topbar-left ul li:last-child{
margin-right:0px;
}

.topbar-left ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;
}

.topbar-right ul{
margin-bottom:0px;
float:right;
}

.topbar-right ul li{
font-size: 18px;
font-weight: 700;
}

.topbar-right ul li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;
}

.topbar-left ul li a:hover, .topbar-right ul li a:hover{
color:#ba0000;
transition:0.3s ease-in-out all 0s;
}

/* menubar */

.menubar{
background:#fff;
padding:8px 0px;
display:flex;
align-self: center;
}

.menu ul{
margin-bottom:0px;
}

.menu ul li{
float:left;
font-size: 16px;
font-weight: 400;
margin-right:40px;
}

.menu ul li a{
color: #101010;
transition:0.3s ease-in-out all 0s;
padding:35px 0px;
display:block;
}

.menu ul li a:hover{
transition:0.3s ease-in-out all 0s;
}

.ndis-logo{
margin-left:15px;
}

/* banner-sec */

.banner-sec{
position:relative;
z-index:2;
margin-top:157px;
}

.banner-sec:before{
position:absolute;
content:"";
z-index:1;
background: #FFFFFF;
background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgb(255 255 255 / 14%) 50%, rgb(255 255 255 / 62%) 75%, rgba(255, 255, 255, 0.92) 100%);
width:100%;
height:100%;
left:0;
top:0px;
}

.banner-sec:after{
position:absolute;
content:"";
background:url(../images/banner-shape.png) no-repeat 0 0;
width:100%;
height:100%;
z-index:1;
top:0;
left:0;
background-position: right center;
}

.banner-content{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}

.banner-part{
max-width:520px;
}

.banner-small-title{
font-size: 26px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ba0000;
font-weight: 700;
position:relative;
}

.banner-small-title:before{
position:absolute;
content:"";
width:67px;
height:4px;
background:#ba0000;
left: 46%;
top: 50%;
transform: translate(-50%, -50%);
background-position: right;
}

.banner-large-title{
font-size: 40px;
letter-spacing: 2px;
text-transform: uppercase;
color: #07bc09;
font-weight: 700;
}

.banner-sub-title{
font-size: 30px;
letter-spacing: 1px;
color: #1559b4;
font-family: "Segoe Print";
padding-bottom:25px;
}

.banner-btns .read-more-btn{
padding:12px 22px !important;
margin-right:15px;
}

.banner-btns .read-more-btn2, .banner-btns .read-more-btn2:hover{
background-image:none;
}

.banner-btns .read-more-btn2:hover{
color:#07bc09;
}

/* service-sec */

.main-heading{
font-size: 36px;
letter-spacing: 1px;
text-transform: uppercase;
color: #373435;
font-weight: 700;
text-align:center;
}

.service-box{
background:#fff;
border-radius: 20px;
}

.card{
border:0px;
box-shadow:0px 0px 10px 1px #2828281f;
border-radius:20px;
position: relative;
margin-top:40px;
transition:0.3s ease-in-out all 0s;
}

.card:hover{
transition:0.3s ease-in-out all 0s;
background:#07bc09;
}

.card-body{
padding:30px 25px 20px 25px;
}

.card-heading{
font-size: 24px;
color: #373435;
font-weight: 700;
padding-bottom:7px;
transition:0.3s ease-in-out all 0s;
}

.card:hover .card-heading{
transition:0.3s ease-in-out all 0s;
color:#fff;
}

.card-para{
font-size: 14px;
line-height: 25px;
color: #373435;
font-weight: 400;
transition:0.3s ease-in-out all 0s;
}

.card:hover .card-para{
transition:0.3s ease-in-out all 0s;
color:#fff;
}

.card img{
border-radius:20px;
margin:10px;
}

.card-btn{
background: #07bc09;
width:53px;
height:53px;
font-size:0px;
border-radius:50%;
position:absolute;
left:50%;
transform:translate(-50%, 0%);
bottom:-4%;
transition:0.5s ease-in-out all 0s;
}

.card-btn:before{
position:absolute;
content:"";
width:100%;
height:100%;
background:url(../images/click-arrow.png) no-repeat 0 0;
left:50%;
transform:translate(-50%, 0%);
background-position:center;
}

.card-btn:hover, .card:hover .card-btn{
background:#ba0000;
transition:0.5s ease-in-out all 0s;
}

/* about-us-sec */

.about-us-sec{
background:#f0f6ff;
padding:100px 0px;
position: relative;
z-index:1;
margin-top:110px;
overflow:hidden;
}

.about-us-sec:before{
position:absolute;
content:"";
background:url(../images/about-shape.png) no-repeat 0 0;
width:100%;
height:100%;
top:-166px;
right:-40px;
z-index:-1;
background-position:right top;
}

.about-img-part{
position: relative;
}

.about-img-part:before{
position:absolute;
content:"";
width:166px;
height:141px;
z-index:1;
background:url(../images/about-logo.png) no-repeat 0 0;
top:0px;
left:-26px;
}

.about-img-part img{
border-radius: 252px 252px 0px 0px;
filter:drop-shadow(20px 20px 0px #07bc09);
}

.about-us-sec .main-heading{
padding-bottom:10px;
}

.about-para{
font-size: 16px;
line-height: 30px;
color: #373435;
font-weight: 400;
padding-bottom:30px;
}

.read-more-btn{
padding:12px 27px;
border:2px solid #ba0000;
border-radius:50px;
background: #ba0000;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
transition:0.5s ease-in-out all 0s;
display:inline-block;
}

.read-more-btn:hover{
color:#ba0000;
background:inherit;
}

/* wcu-sec */

.wcu-sec{
position: relative;
z-index:1;
}

.wcu-sec:before{
position:absolute;
content:"";
background:url(../images/wcu-shape2.png) no-repeat 0 0;
width:100%;
height:100%;
z-index:-1;
top:0px;
left:50%;
transform:translate(-50%, 0%);
background-position:center;
}

.wcu-wrap{
background:url(../images/wcu-shape.png) no-repeat 0 0;
width:143px;
height:127px;
display:flex;
align-items:center;
justify-content:center;
margin:0px auto 20px;
}

.wcu-sec .main-heading{
padding-bottom:40px;
}

.wcu-small-heading{
font-size: 18px;
color: #1559b4;
font-weight: 700;
text-align:center;
}

/* cta-sec */

.cta-sec{
background: #1559b4;
padding:96px 0px;
position:relative;
z-index:1;
}

.cta-sec:before{
position:absolute;
content:"";
background:url(../images/cta-shape.png) no-repeat 0 0; 
width:100%;
height:100%;
top:0px;
left:0px;
background-size:cover;
z-index:-1;
}

.cta-heading{
font-size: 48px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
font-family: "Poppins";
text-align: center;
}

.cta-sec .read-more-btn{
padding:12px 20px;
margin:20px 5px 0px 5px;
}

.read-more-btn2{
background:url(../images/phone-icon.png) #07bc09 no-repeat 0 0; 
border-color:#07bc09;
padding:12px 20px 12px 40px !important;
position: relative;
background-position:13px 14px;
}

.cta-sec .read-more-btn:hover{
border-color:#fff;
color:#fff;
}

.read-more-btn2:hover{
background:url(../images/phone-icon.png) transparent no-repeat 0 0; 
background-position:13px 14px;
}

/* testimonial-sec */

.testimonial-sec{
position: relative;
z-index:1;
}

.testimonial-sec:before{
position:absolute;
content:"";
background:url(../images/testimonial-shape.png) no-repeat 0 0;
width:100%;
height:100%;
left:-48px;
bottom:-190px;
background-position:bottom left;
z-index:-1;
}

.testimonial-sec .main-heading{
padding-bottom:40px;
}


.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
margin-left:0px !important;
margin-right:0px !important;
}

.sp-testimonial-free{
background:#fff !important;
padding:25px 20px;
border-radius: 20px !important;
box-shadow:0px 0px 10px #00000020;
margin:10px;
position: relative;
z-index:2;
text-align: left;
}

.sp-testimonial-client-image, .sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
margin-bottom:0px !important;
}

.sp-testimonial-client-image img{
border-radius:20px !important;
display:block !important;
}

.sp-testimonial-content{
/* position:absolute;
top:70px;
left:250px; */
display: block !important;
height:140px;
scrollbar-width: thin;
overflow-y: auto;
/* overflow-y:scroll; */
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
padding:0px !important;
font-size: 16px !important;
line-height: 27px !important;
color: #373435 !important;
font-weight: 400 !important;
/* max-width:248px; */
text-align:left !important;

}

/* .sp-testimonial-client-rating{
position:absolute;
top:40px;
left:250px;
} */

.sp-testimonial-client-name{
font-size: 16px !important;
line-height: 27px !important;
color: #000000 !important;
font-weight: 700 !important;
font-style:italic !important;
/* position:absolute;
bottom:40px;
left:250px; */
margin-bottom:5px !important;
text-align: left !important;
}

/* footer-sec */

.footer-sec{
background:#000000;
padding:100px 0px 0px 0px;
margin-top:60px 0px;
}

.page-id-7 .footer-sec{
margin-top:100px;
position: relative;
z-index:1;
}

.social-icons li{
float: left;
margin-right:10px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background:#07bc09;
text-align: center;
border-radius: 50%;
transition: 0.3s ease-in-out all 0s;
cursor: pointer;
}

.footer-menu{
font-size: 20px;
line-height: 37px;
color: #ba0000;
font-weight: 700;
padding-bottom:10px;
}

.footer-menu{
margin-bottom:0px;
}

.footer-menu li{
font-size: 14px;
line-height: 40px;
font-weight: 400;
position: relative;
color:#fff;
}

.service-menu li{
padding-left:22px;
white-space:nowrap;
}

.service-menu li:before {
position: absolute;
content: "";
background: url(../images/footer-arrow.png) no-repeat 0 0;
width: 16px;
height: 16px;
top: 12px;
left:0px;
}

.footer-menu li a{
color: #ffffff;
transition:0.3s ease-in-out all 0s;
}

.footer-menu li a:hover{
padding-left:2px;
color:#6aff6b;
transition:0.3s ease-in-out all 0s;
}

.footer-contact-info li {
line-height: 26px;
padding-left: 42px;
}


.footer-contact-info li span{
position: absolute;
top: -2px;
left: 0;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background:#07bc09;
text-align: center;
border-radius: 50%;
transition: 0.3s ease-in-out all 0s;
cursor: pointer;
}

.footer-contact-info li span img, .social-icons li span img{
width:16px;
}

.copy-right{
color:#fff;
font-size:14px;
margin-top:60px;
padding:17px 30px;
border-top:1px solid #fff;
}

.copy-right a{
color:#fff;
transition:0.3s ease-in-out all 0s;
}

.copy-right a:hover{
color:#6aff6b;
transition:0.3s ease-in-out all 0s;
}

/* scroll to top */

#top {
background-color: #ba0000;
border-radius: 50px 50px 50px 50px;
padding:5px;
bottom: 0;
color: #ffffff;
height: 48px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width: 48px;
opacity: 0;
z-index: 10000;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background: url("../images/inner-banner.jpg") #eee no-repeat left center !important;
background-size: cover !important;
max-width: 100% !important;
padding: 140px 0 140px !important;
margin: 157px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.4);
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: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color: #ba0000;
}
.page {
margin-top: 0 !important;
}

/* inner-pages */

.inner-sec{
margin-top:60px;
}

.inner-heading {
font-size: 28px;
color: #373435;
line-height: 33px;
font-weight: 700;
margin-bottom: 27px;
position: relative;
}

.inner-heading span{
color:#ba0000;
}

.inner-heading:before {
position: absolute;
content: "";
bottom: -12px;
left: 0;
width: 35px;
border-bottom: 2px solid #ba0000;
}

.centered:before{
left:50%;
transform:translateX(-50%);
}

.inner-para{
font-size: 16px;
color: #373435;
line-height:27px;
margin-bottom: 12px;
}

.inner-para strong{
/* font-size:20px; */
color:#373435;
padding-bottom:8px;
display:inline-block;
}

.inner-page-mid-sec {
background:#f0f6ff;
padding: 60px 0;
margin: 60px 0;
}

.inner-call-sec-bg{
background:#07bc09;
margin-top: 60px;
padding: 40px 30px;
border-radius: 5px;
text-align: center;
}

.inner-call-sec-heading{
font-weight: 700;
color: #fff;
font-size:25px;
line-height: 31px;
position: relative;
padding-bottom: 12px;
}

.inner-call-sec-heading:before {
position: absolute;
content: "";
bottom: 0;
left: 50%;
width: 30px;
transform: translate(-50%, 0);
border-bottom: 2px solid #fff;
}

.inner-call-sec-para{
color: #fff;
line-height: 27px;
margin-top:10px;
font-weight:400;
font-size:16px;
}

.point-sec {
padding-left: 23px !important;
margin-bottom: 5px;
display: inline-block;
}

.point-sec li {
font-size: 16px;
line-height: 27px;
font-weight:400;
color: #373435;
margin-bottom: 8px;
position: relative;
}

.point-sec li strong{
color:#373435;
}

.point-sec li:before {
content: "";
position: absolute;
background: url(../images/check.png) no-repeat 0 0;
width: 16px;
z-index: 1;
height: 16px;
top: 6px;
left: -26px;
background-size: contain;
}

/* review-box */

.review-box{
background:url(../images/review-star.png) #07bc09 no-repeat 0 0;
padding:44px 25px 30px 25px;
border-radius:10px;
height:100%;
background-position:25px 27px;
}

.review-para{
color:#fff;
padding:5px 0px;
}

.review-name{
font-size:16px;
font-weight:700;
font-style:italic;
color:#fff;
}

/* contact form */

.ref_form_box_input p{margin-bottom:0px;}

.ref_form_box_input input {
border-radius: 3px;
background: #ffffff;
background:#f2f2f2;
font-size: 15px;
color: #373435;
font-weight: 400;
padding:10px 15px;
width: 100%;
}

.ref_form_box_input textarea {
border-radius: 3px;
height:144px;
background: #ffffff;
background:#f2f2f2;
font-size: 15px;
color: #373435;
font-weight: 400;
padding:10px 15px;
width: 100%;
}

::placeholder{color:#373435 !important;}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#373435;
margin-top: 25px;
font-weight:400;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#373435;
}

.contact_page_info a {
color:#373435;
text-decoration:none !important;
}

.page-id-15 .wpcf7-submit, .page-id-92 .wpcf7-submit{
padding: 12px 30px;
border: 2px solid #ba0000;
border-radius: 50px;
background: #ba0000;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
transition: 0.5s ease-in-out all 0s;
width:auto;
}

.page-id-15 .wpcf7-submit:hover,
.page-id-15 .wpcf7-submit:active,
.page-id-15 .wpcf7-submit:focus,
.page-id-92 .wpcf7-submit:hover,
.page-id-92 .wpcf7-submit:active,
.page-id-92 .wpcf7-submit:focus
{
background:inherit;
color:#ba0000;
transition:0.5s ease-in-out all 0s;
}

/* Referral & Feedback */

.ref_form_box {
	background:#fff;
	padding: 35px;
	margin-bottom: 30px;
	border-radius: 10px;
	filter:drop-shadow(0px 6px 8px rgba(0,0,0,0.09));
}

.ref_form_box input, .ref_form_box .wpcf7-select{
	border-radius: 3px;
    background: #ffffff;
    background: #f2f2f2;
    font-size: 15px;
    color: #373435;
    font-weight: 400;
    padding: 10px 15px;
	border:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
}

.ref_form_box .inner-heading{
	margin-bottom:0px;
}

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

.ref_form_box_label {
    color:#373435;
    margin-top: 16px;
	padding:3px 0px;
}

span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #373435;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background:#07bc09;
	border:inherit;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* error message */

.error_container {
display: flex;
margin-top:100px;
min-height:100vh;
align-items: center;
text-align: center;
}

.welcome_img img{ max-width: 100%; }
.card-para {min-height: 95px;}
.card-body { padding: 30px 20px;}
.card-heading { font-size: 22px; min-height: 75px;}

.faq_sec .accordion { margin-top: 30px;}
.faq_sec .accordion-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 5px;}
.faq_sec .accordion-button{ border-radius: 5px; background-color: #1a0204; color: #fff; }
.faq_sec .accordion-button::after { background: url(https://jrtechnologiesweb.in/demo/assistance-next-door/wp-content/uploads/2025/05/arrow.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; right: 14px; top: 24px;
background-size: 100%; content: "";
}
.faq_sec .accordion-button:not(.collapsed) { color: #fff; background-color: #41a62a; box-shadow: none; }
.faq_sec .accordion-button:not(.collapsed)::after{ top: 12px;}
/* .sub-menu { height: 300px; overflow-y: auto;} */


/* .page .entry-header, .blog_page_header {
    background: url(../images/inner-banner.jpg) #eee no-repeat 0px 0px;
	background-size: cover !important;} */

.welcome_img img {
    max-width: 100%;
    width: 100%;
}

.banner-small-title::before{right: 0; left: inherit;
  top: 50%;
  transform: translate(0, -50%);}
.banner-small-title {
  display: inline-block;
  padding-right: 79px;
}
.mobile_btm{ display: none;}

@media only screen and (max-width: 1024px) {
.topbar { display: none;}


.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; font-size: 14px; }
.footer_btn3 {  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #c70013;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 4px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 9px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#07bc09;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
.header-mid {display: none; }
.banner-sec {margin-top: 80px;}
.logo img { max-width: 95px; height: auto;}

.fixed-header { top: 0;}
.page .entry-header, .blog_page_header {margin-top: 80px !important;}
.copy-right { padding-bottom: 60px !important; }
.footer_btn2 img {
  max-width: 22px;
}
.footer_btn2 { top: 2px; height: 38px; width: 38px; }


}



/* 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-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 14px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 14px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; }
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 0 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 14px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 14px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}

.faq_sec .accordion-button::after{top: 14px;}
.faq_sec .accordion-button:not(.collapsed)::after { top: 5px;}
.banner-part {max-width: 400px;}
.review-box { height: 100%; }
.row_gap{row-gap: 20px;}

.ftr2 {width: 40% !important; }
.ftr3 { width: 32% !important; }
.ftr4 { width: 28% !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) {
.banner-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 15px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 15px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; }
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 20px 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 15px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 14px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}

.faq_sec .accordion-button::after{top: 14px;}
.faq_sec .accordion-button:not(.collapsed)::after { top: 5px;}
.banner-part {max-width: 340px;}
.review-box { height: 100%; }
.row_gap{row-gap: 20px;}
/* .banner-small-title::before { left: 68%;} */
.footer-menu li {font-size: 13px;}
.ftr2 {width: 40%;}
.ftr3 { width: 36%;}
.ftr4{ width: 24%;}
.footer-menu li {font-size: 13px;}
.service-menu li {padding-left: 22px; white-space: inherit; line-height: 24px; margin: 0 0 15px; }
.footer-contact-info li { line-height: 26px; padding-left: 42px; margin: 0 0 18px !important;}
.social-icons.mt-5 {margin: 20px 0 10px !important; width: 100%; display: flex; justify-content: center;}
.ftr1 { text-align: left;}
.ftr2 {width: 40% !important; }
.ftr3 { width: 32% !important; }
.ftr4 { width: 28% !important; }



}



@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 15px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 15px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; }
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 20px 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 15px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 14px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}

.faq_sec .accordion-button::after{top: 14px;}
.faq_sec .accordion-button:not(.collapsed)::after { top: 5px;}
.banner-part {max-width: 340px;}
.review-box { height: 100%; }
.row_gap{row-gap: 20px;}
/* .banner-small-title::before { left: 68%;} */
.footer-menu li {font-size: 13px;}
.ftr2 {width: 40%;}
.ftr3 { width: 36%;}
.ftr4{ width: 24%;}
.footer-menu li {font-size: 13px;}
.service-menu li {padding-left: 22px; white-space: inherit; line-height: 24px; margin: 0 0 15px; }
.footer-contact-info li { line-height: 26px; padding-left: 42px; margin: 0 0 18px !important;}
.social-icons.mt-5 {margin: 20px 0 10px !important; width: 100%; display: flex; justify-content: center;}
.ftr1 { text-align: center;}



}


@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 15px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 15px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; }
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 20px 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 15px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 14px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}

.faq_sec .accordion-button::after{top: 14px;}
.faq_sec .accordion-button:not(.collapsed)::after { top: 5px;}
.banner-part {max-width: 340px;}
.review-box { height: 100%; }
.row_gap{row-gap: 20px;}
/* .banner-small-title::before { left: 68%;} */
.footer-menu li {font-size: 13px;}
.ftr2 { width: 33%; padding-left: calc(var(--bs-gutter-x) * .5) !important; }
.ftr3 { width: 29%;}
.ftr4{ width: 21%;}
.footer-menu li {font-size: 13px;}
.service-menu li {padding-left: 22px; white-space: inherit; line-height: 24px; margin: 0 0 15px; }
.footer-contact-info li { line-height: 26px; padding-left: 42px; margin: 0 0 18px !important;}
.social-icons.mt-5 {margin: 20px 0 10px !important; width: 100%; display: flex; justify-content: flex-start;}
.ftr1 { text-align: left;}


}

@media only screen and (max-width: 1199px) {
.ftr3 { width: 30%;}
.ftr4{ width: 20%;}
.ftr2 { width: 33%; padding-left: calc(var(--bs-gutter-x) * .5) !important; }
.service-menu li { padding-left: 20px; white-space: inherit; line-height: 26px; margin: 0 0 15px;}
.service-menu li::before {top: 5px;}
.menu ul li { font-size: 15px; margin-right: 27px;}
.ndis-logo { margin-left: 4px;}
.inner-heading { font-size: 26px; line-height: 31px; margin-bottom: 25px;}
.card-heading {font-size: 20px; min-height: 68px;}
.banner-part {max-width: 475px; }
.banner-small-title {font-size: 20px;display: inline-block;}
.banner-large-title {font-size: 32px;}
.banner-sub-title { font-size: 26px;}

.inner-sec { margin-top: 75px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 15px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 15px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; }
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 20px 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px; padding-bottom: 60px !important;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 115px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 15px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 14px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}

.faq_sec .accordion-button::after{top: 14px;}
.faq_sec .accordion-button:not(.collapsed)::after { top: 5px;}
.banner-part {max-width: 475px;}
.review-box { height: 100%; }
.row_gap{row-gap: 20px;}
.topbar::before {width: 26%;}
.wcu-sec::before { background-size: 95%; top: -1%; }




}    



@media only screen and (max-width: 991px) {
.ftr2 {width: 40%;}
.ftr3 { width: 36%;}
.ftr4{ width: 24%;}
.wcu-sec::before { display: none; }


}    

@media only screen and (min-width : 320px) and (max-width : 480px) {
.banner-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 14px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 22px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 14px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 14px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.read-more-btn{ font-size: 13px; letter-spacing: 1px;}
.banner-btns .read-more-btn { padding: 10px 18px !important;}
.cta-sec .read-more-btn { padding: 10px 14px; margin: 20px 2px 0px 2px;}
.read-more-btn2 { padding: 10px 14px 10px 40px !important;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important;}
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 20px 0 !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 14px;}
.inner-heading { font-size: 20px; line-height: 27px; margin-bottom: 27px; }

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.contact_page_info img { top: 7px; width: 25px !important;}
.contact_page_info {  padding-left: 36px; margin-top: 15px; font-size: 15px; }
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 16px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}
.ftr2, .ftr3, .ftr4{ width: 100% !important;}
.ftr1{ text-align: left !important;}
.social-icons.mt-5 { justify-content: flex-start !important; }
.footer-contact-info {  padding: 20px 0 !important; }

.copy-right { padding-bottom: 78px !important; }
#top {bottom: 30px !important; }




}


@media only screen and (min-width : 481px) and (max-width : 767px) {
.banner-sec .img-fluid.w-100 {height: 320px; object-fit: cover;}
.banner-small-title { font-size: 26px;}
.banner-large-title { font-size: 20px; letter-spacing: 2px;}
.banner-sub-title { font-size: 18px; padding-bottom: 18px;}
.banner-btns .read-more-btn { padding: 10px 20px !important; margin-right: 5px;}
.inner-sec { margin-top: 40px;}
.inner-heading { font-size: 24px; line-height: 31px; margin-bottom: 27px;}
.inner-para { font-size: 14px; line-height: 1.5rem; }
.wrapper {margin-top: 44px;}
.main-heading { font-size: 26px;}
.card { margin-top: 30px;}
.card-body { padding: 20px 15px;}
.card-heading { font-size: 20px; min-height: auto;}
.card-para { min-height: auto;}
.card-btn { width: 45px; height: 45px;}
.about-us-sec { padding: 60px 0px; margin-top: 60px;}
.about-img-part::before { width: 100px; height: 86px; left: 10px; background-size: 100%;}
.about-us-sec .main-heading { padding-bottom: 10px; padding-top: 40px;}
.about-para { font-size: 15px; line-height: 1.6rem; padding-bottom: 20px;}
.about-img-part { padding-right: 20px;}
.about-us-sec::before { width: 150px; height: 281px; background-size: 100%;}
.wcu-wrap { width: 130px; height: 118px; margin: 15px auto; background-size: 100%; }
.wcu-wrap img { max-width: 45px;}
.wcu-small-heading { font-size: 15px;}
.wcu-sec::before { top: 80px;}
.wcu-sec .main-heading { padding-bottom: 25px;}
.point-sec li { font-size: 14px; line-height: 1.5rem;}
.inner-page-mid-sec { padding: 50px 0; margin: 50px 0;}
.cta-sec { padding: 60px 0px;}
.cta-heading { font-size: 24px;}
.faq_sec .accordion-button { padding: 10px; font-size: 14px; padding-right: 40px;}
.faq_sec .accordion-body { padding: 10px; font-size: 14px;}
.testimonial-sec .main-heading { padding-bottom: 25px;}
.sp-testimonial-free { padding: 20px 15px; border-radius: 10px !important; margin: 10px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important;}
.testimonial-sec::before{ display: none; }
.page-id-7 .footer-sec { margin-top: 60px;}
.footer-sec { padding: 60px 0px 0px 0px;}
.footer-menu { margin-bottom: 0px; font-size: 20px; line-height: 25px; padding: 0;}
.footer-menu { margin-top: 15px;}
.footer-contact-info{ margin: 0 !important; padding: 0 0 20px !important;}
.copy-right { font-size: 12px; margin-top: 40px; padding: 15px 30px;}
#top { padding: 5px; height: 40px; right: 10px; bottom: 10px; width: 40px;}
#top .img-fluid { max-width: 15px;}
.page .entry-header, .blog_page_header { padding: 80px 0px !important; }
.page .entry-title, .blog_page_title {font-size: 23px;}
.breadcrumb-container { font-size: 14px;}

.inner-call-sec-bg { margin-top: 50px; padding: 20px 25px;}
.inner-call-sec-heading { font-size: 20px; line-height: 26px;}
.inner-call-sec-para { line-height: 24px; margin-top: 10px; font-size: 14px;}
.map_sec iframe { height: 260px;}
.review-box { padding: 43px 15px 20px 15px; background-position: 25px 27px; margin: 10px 0; height: auto; }
.review-para { font-size: 14px;}

.ref_form_box { padding: 15px; margin-bottom: 20px; border-radius: 8px;}
.ref_form_box_label { margin-top: 16px; padding: 3px 0px; width: 100%; display: inline-block; font-size: 15px;}
.wpcf7-list-item-label { font-size: 14px;}
.ftr2, .ftr3, .ftr4{ width: 100% !important;}
.ftr1{ text-align: left !important;}
.social-icons.mt-5 { justify-content: flex-start !important; }
.footer-contact-info {  padding: 20px 0 !important; }
#top {bottom: 30px !important; }



}




