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



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

a {
  text-decoration: none !important;
}

figure {
  padding: 0 !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Poppins';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

.btn_design {
  padding: 16px 22px;
  border-radius: 10px;
  display: inline-block;
  background: #3fafc3;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 500ms ease-in-out;
}

.btn_design_b {

  padding: 16px 22px;
  border-radius: 10px;
  display: inline-block;
  background: #7f59a7;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 500ms ease-in-out;
}

.btn_design:hover {
  box-shadow: inset 300px 0 #7f5aa7;
  color: #ffffff;
}

.btn_design_b:hover {
  box-shadow: inset 200px 0 #3fafc3;
  color: #ffffff;
}

.same-line {
  font-size: 24px;
  color: #3fafc3;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: bold;

}

.same-heading {
  position: relative;
  font-size: 55px;
  color: #7e59a6;
  text-transform: capitalize;
  font-family: 'Poppins';
  line-height: 58px;
  margin: 0px 0 10px;
  font-weight: bold;
}
.same-heading::after{
  content: "";
  background-image: url(../images/headline-icon.png);
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;

}

.same-heading::before {
  content: "";
  background-image: url(../images/headline-icon.png);
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.same-heading-1::after{
  content: "";
  background-image: url(../images/heading-icon2.png);
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.same-heading-1::before{
    content: "";
    background-image: url(../images/heading-icon2.png);
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;

}

.same-heading strong {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: bold;
  color: #3fafc3;
}
.banner-line {
    font-size: 24px;
    color: #3fafc3;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
    background: url(../images/headline-icon.png) no-repeat;
    display: inline-block;
    background-position: right;
    padding-right: 32px;
}

.banner-heading {
  position: relative;
  font-size: 52px;
  color: #7e59a6;
  text-transform: capitalize;
  font-family: 'Poppins';
  line-height: 58px;
  margin: 0px 0 10px;
  font-weight: bold;
}

.banner-heading strong {
  font-weight: bold;
  color: #3fafc3;
}

.same-text {
  margin: 20px 0;
  font-size: 16px;
}
.banner-text{
  margin: 10px 0 20px;
  font-size: 24px;
}
.heading_text_all_p {
  font-size: 16px;
  color: #656565;
}

/* mouse scroll css */
.logo img {
  width: 173px;
  transition: all 0.5s ease;
}

.navbar-fixed .logo img {
  width: 138px;
  transition: all 0.5s ease;
}

.navbar-fixed .navigation_menu {
  transition: all 0.5s ease;
}

/* .navbar-fixed.header_area {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
} */
.navbar-fixed .header_top {
    margin-top: -58px;
}
/* header start  */
.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.border-face {
  border-left: 1px solid #fff;
  padding-left: 25px;
}

.header_top {
  background-color: #7f5aa7;
  transition: all 0.5s ease;
  padding: 14px 0
}

.header_top_text {
  position: relative;
  margin-right: 22px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;

}

.header_top_text a {
  color: #ffffff;
  font-size: 16px;
}

.header_top_text a:hover {
  color: #3fafc3;
}

.ndis_logo {
  display: inline-block;
}

.header_btn {
  display: inline-block;
}

.header_top_text img {
  margin-right: 6px;
}

.social_icon a {
  margin-left: 6px;
}

.header_bottom .row {
  align-items: center;
}

.header_bottom {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}

.navigation_menu {
  list-style: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
  display: flex;
  justify-content: end;
}

.navigation_menu li {
  display: inline-block;
  margin-left: 60px;
}

.navigation_menu li a {
  font-size: 16px;
  color: #1c1c1c;
  text-transform: capitalize;
  position: relative;
}

.navigation_menu li a.active,
.navigation_menu li a:hover {
  position: relative;
  transition: all 0.2s ease;
  color: #7f5aa7;
}

/* header end  */

/* slider start  */

.banner_image {
  position: relative;
  margin-top: 0;
  background-image: url(../images/banner-image-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 190px 0 30px;

}
.banner_image:after {
  position: absolute;
  content: "";
  background-image: url(../images/banner-wave1.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -32px;
  left: 0;
  height: 178px;
  width: 100%;
}

.banner_image::before {
  position: absolute;
  content: "";
  background-image: url(../images/banner-shape-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-image-right {
  position: relative;
}

.banner_text_area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-top: 10%;

}

.banner_text_area .same-line {
  font-size: 24px;
}

.banner_text_area .same-heading {
  font-size: 55px;
}

.banner_text_area::before {
  position: absolute;
  content: "";
  background-image: url(../images/banner_flower_shape.png);
  bottom: 0;
  left: 0;
  width: 196px;
  height: 97px;
  background-repeat: no-repeat;
}

.banner_btn .btn_design_b img {
  width: 45px;
  height: 45px;
  background-color: #fff;
  object-fit: none;
  border-radius: 50%;

}

.banner_btn .btn_design {
  margin-right: 16px;
}

.banner_btn .btn_design_b {
  padding: 7px 14px 7px 7px;

}

/* slider end */
/* aboutus start  */
.aboutus {
  padding: 80px 0 60px;
  background-image: url(../images/about-dot-shape.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}


.about_img {
  position: relative;

}
.aboutus .same-heading::before {
  display: none;
}

.about_img::before {
  position: absolute;
  content: "";
  background-image: url(../images/dot-shape-baout.png);
  width: 127px;
  height: 236px;
  z-index: -1;
  left: -32px;
  top: -28px;
}

/* .about_img::after {
  position: absolute;
  content: "";
  background-image: url(../images/about-us-logo-shape.png);
  background-repeat: no-repeat;
  width: 136px;
  height: 93px;
  z-index: -1;
  left: 0;
  bottom: 0;
}
 */
.aboutus .same-line {
  margin-bottom: 12px;
  padding: 0;

}

/* aboutus end */
/* service_sec start */
.service_sec {
  padding: 60px 0;
  background-image: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #7f59a7;
  background-blend-mode: multiply;
  background-size: cover;
}

.service_sec_box {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 10px 12px;
  min-height: 100%;
  overflow: hidden;
}

.service_sec .same-heading,
.service_sec .same-heading strong {
  color: #fff;
}

.service_img_icon {
  width: 72px;
  height: 72px;
  background: #7f5aa7;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 64px;
  border: 3px solid #d5b0ff;
  position: relative;
  margin: -36px 15px 0 auto;
}

.service_sec_box::before {
  position: absolute;
  content: "";
  background-image: url(../images/circle-shape-icon.png);
  width: 100%;
  height: 16px;
  background-size: 212px;
  bottom: -7px;
  left: 0;
}

.service_text_head {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 21px;
  margin: 8px 0;
}

.service_text_para {
  font-size: 14px;
  color: #636363;
}

.service_img img {
  border-radius: 10px 10px 0px 0;
}

.service_sec .btn_design {
  padding: 11px 16px;
  border-radius: 6px;
  margin-top: 12px;
  font-size: 14px;
}

/* service_sec end */

/* chooseus_sec start */
.chooseus_sec {
  padding: 60px 0;
  position: relative;
  padding: 80px 0 60px;
  background-image: url(../images/about-dot-shape.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.chooseus_sec .same-heading::before {
  display: none;
}

.choose_sec_info {
  position: relative;
  color: #000;
  font-size: 14px;
  margin-top: 25px;
  border-radius: 14px;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 10px 10px 10px 112px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.choose_sec_info img {
  position: absolute;
  top: 14px;
  left: 30px;
  width: 62px;
}

.choose_sec_info strong {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

/* chooseus_sec end */
/* testimonial_sec start */
.testimonial_sec {
  position: relative;
  padding: 60px 0 116px;
  background-image: url(../images/banner-image-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}


.testimonial_area {
  position: relative;
}
.testimonial_sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/banner-shape-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section {
    margin: 0 20px;
}
#sp-testimonial-free-wrapper-26 .sp-testimonial-free {
    position: relative;
    margin: 20px 0;
    background-color: #ffffff !important;
    padding: 20px 40px 10px !important;
    border-radius: 18px !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1) !important;
/*     overflow: hidden; */
    min-height: 330px;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 100px;
}
#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #0e0e0e;
    position: absolute;
    font-size: 19px;
    font-weight: 600;
    top: 28px;
/*     left: 110px; */
}
#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-designation {
    position: absolute;
    color: #989898;
    font-size: 16px;
    top: 54px;
/*     left: 110px; */
}
.fa-star:before {
    content: "\f005";
    font-size: 14px;
}
#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-rating {
    position: absolute;
    top: 77px;
/*     left: 110px; */
}

#sp-testimonial-free-wrapper-42 .sp-testimonial-free {
    position: relative;
    margin: 20px 0;
    background-color: #ffffff !important;
    padding: 20px 20px 10px !important;
    border-radius: 18px !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free::before {
    position: absolute;
    content: "";
    background-image: url(../images/quote-icon.png);
    width: 54px;
    height: 50px;
    background-repeat: no-repeat;
    top: 28px;
    right: 55px;
}




/* testimonial_sec end */

/* footer start  */
.home .footer {
  position: relative;
  background-image: url(../images/footer-bg-color.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -100px;
 
}
.footer {
    position: relative;
    background-image: url(../images/footer-bg-color.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: -100px; */
}
.footer_top {
  padding: 168px 0 20px;
  position: relative;
}

.footer .footer_heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3fafc3;
}

.footer .footer_top_p_text {
  margin-top: 30px;
  color: #ffffff;
  font-size: 17px;
  padding-right: 20px;
}

.footer .link {
  padding: 0;
}

/* .link_contact li {
  background-image: url(../images/footer-list.png);
  background-repeat: no-repeat;
  background-position: left 2px;
} */

.follow_items {
  margin: 14px 0;
}

.footer .link li {
  list-style: none;
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}

.footer .link li a:hover,
.footer .footer_bottom a:hover {
  color: #3fafc3;
}

.footer .link li a {
  color: #fff;
}

.footer_bottom {
  border-top: 1px solid #fff;
}

.footer .footer_bottom .bottom_text {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 16px 0;
  text-transform: capitalize;
}

.footer .footer_bottom a {
  color: #fff;
}

.footer_box-flex {
  display: flex;
  gap: 10px;
}

.footer .link li img {
  margin-right: 10px;
}

/* footer end */



#back_button {
  background-color: #000000 !important;
  z-index: 30;
  position: relative;
}

#back_button .button {
  background-color: #000000 !important;
  padding: 20px;
  position: fixed;
  bottom: 0;
  right: 10px;
}

#back_button .btn {
  display: inline-block;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #3fafc3;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  bottom: 10px;
  right: 20px;
  transition: all 500ms ease-in-out;
}

#back_button .btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

#back_button .btn:hover {
  box-shadow: inset 0 0 0 25px #7f5aa7;
}


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


/* inner page start */
.inner_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
    color: #7f5aa7;
    margin-top: 20px;
}
.contact_form {
    padding: 30px;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #7f5aa7;
}

.form-control {
    border: 2px solid #d0d0d0 !important;
    padding: 12px 13px;
    border-radius: 5px;
    color: #4b4b4b;
    font-size: 14px;
}

textarea.form-control {
    resize: none;
    height: 110px;
    border-radius: 5px;
}

.contact_right input[type="submit"] {
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}
.contact_page_info {
    position: relative;
    padding-left: 45px;
    color: #666;
    margin-top: 25px;
}
.contact_page_info strong {
    color: #202a44;
    font-weight: 600;
    font-size: 20px;
}
.contact_page_info img {
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
}

.contact_page_info a {
    color: #202a44;
    font-size: 16px;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
    border: 2px solid #000 !important;
}
.error_container {
 display: flex;
 min-height: 100vh;
align-items: center;
 text-align: center;
 }


.more-link {
    background: #7f5aa7;
    display: block;
    color: #ffffff !important;
    text-transform: capitalize;
    margin-top: 20px;
    width: 193px;
    padding: 12px 0 12px 15px;
    border-radius: 30px;
}
.inner_page_top_line {
    color: #3fafc3;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}
.inner_page_heading {
    position: relative;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin-bottom: 28px;
    font-weight: 600;
}
.inner-page-img2 img {
    border-radius: 30px;
}
.inner-page-img2 {
    position: relative;
    padding-right: 60px;
    z-index: 1;
}

.inner-page-img3 {
    position: relative;
    padding-left: 60px;
    padding-right: 0 !important;
    z-index: 1;
}
.inner-page-img2:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    border: 1px solid #00638b;
    border-radius: 30px;
    left: 22px;
    top: 25px;
    z-index: -1;
}

.inner-page-img2:after{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.inner-page-img2:hover::after {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 120%;
		height: 120%;
		opacity: 0;
	}
}


.inner_page_list li {
    background-image: url(../images/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left 3px;
    padding-left: 27px;
    margin-bottom: 12px;
}

.inner_page_list {
    margin: 12px 0;
    list-style: none;
    padding: 0;
}
.inner-page-contact {
    background-color: #3fafc3;
    padding: 30px 20px;
}
.inner-contact-heading {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 11px;
}

.reviews-box {
    border: 1px solid #00000070;
    padding: 20px;
    border-radius: 10px;
    min-height: 100%;
}
.reviews-box-head {
	color:#3fafc3;
    font-size: 20px;
    font-weight: 600;
}
.reviews-box-star img {
    width: 66px;
    margin-top: 3px;
    margin-bottom: 14px;
}
/* inner page end */

/*referral form start */
.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_heading {
    color: #111;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}
.ref_form_box_heading strong {
    color: #3fafc3;
    font-weight: bold;
}
.ref_form_box_input select {
    background: url(../images/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;
    padding: 10px 30px 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-size:16px;
}
.ref_form_box_label {
    color: #666;
    margin-top: 15px;
}
.ref_form_box_input textarea {
    resize: none;
    height: 144px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}
.ref_form_box p {
    margin-bottom: 6px !important;
}
.ref_form_box_input input {
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    color: #555;
}
.ref_form_box_label p {
    font-size: 14px;
}
.wpcf7-list-item label {
    display: block;
    position: relative;
    margin-top: 8px;
    color: #555;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wpcf7-list-item-label {
    position: relative;
    padding-left: 26px;
}
.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 {
    position: relative;
    padding-left: 22px;
}
span.wpcf7-list-item {
    margin: 0 !important;
    display: block;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
    background-color: #3fafc3;
    border-color: #3fafc3;
}

.contact_btn input[type="submit"] {
    padding: 10px 32px;
    border-radius: 26px;
    display: inline-block;
    background: #752b87;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
}
/*referral form end */

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #7f5aa7;
    color: #fff !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: #3fafc3;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
 .header_top ,.header_btn ,.header_topmenu{
    display: none;
}
.logo img {
    width: 110px;
}
.navbar-fixed .logo img {
    width: 100px;
}
.banner_image {
    padding: 85px 0 30px;
}
.banner-line {
    font-size: 18px;
    margin-bottom: 5px;
}
.banner-heading {
    font-size: 35px;
    line-height: 40px;
}
.banner-heading strong {
    font-size: 35px;
}
.banner_text_area {
    padding-bottom: 50px;
}
.banner-text {
    margin: 10px 0 20px;
    font-size: 18px;
}
.banner_image:after {
    height: 45px;
    bottom: 0;
}
.aboutus {
    padding: 50px 0 40px;
}
.same-heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0 7px;
}
.same-heading strong {
    font-size: 30px;
}
.about_img ,.choose_img_sec{
    margin-bottom: 30px;
}
.service_sec {
    padding: 40px 0;
}
.choose_sec_info img {
    top: 20px;
    left: 15px;
}
.choose_sec_info {
    padding: 10px 10px 10px 90px;
}
.chooseus_sec {
    padding: 40px 0 40px;
}
.testimonial_sec {
    padding: 40px 0 40px;
}
	
.home .footer {
    margin-top: -50px;
    background-position: center;
}
.footer_top {
    padding: 140px 0 20px;
}
.border_footer {
    margin-bottom: 25px;
}
.footer .footer_bottom .bottom_text {
    padding: 16px 0 60px;
	font-size: 14px;
}
.footer {
    background-position: center;
}
#back_button .btn {
    bottom: 60px;
}
.inner-page-img2 {
    padding-right: 30px;
    margin-bottom: 55px;
}
.inner-page-img3::before {
    left: 0;
}
.inner-page-img3 {
    padding-left: 30px;
}
.inner_page_heading {
    font-size: 26px;
    margin-bottom: 25px;
}
.follow_items {
    margin: 35px 0;
}
.page .entry-header, .blog_page_header {
    padding: 180px 0 70px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
}

@media only screen and (max-width : 320px) {

}

@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_image {
    padding: 85px 0 90px;
}
.banner_image:after {
    height: 95px;
    bottom: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_image {
    padding: 85px 0 90px;
}
.banner_image:after {
    height: 95px;
    bottom: 0;
}
}

/* 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) {

}

/* 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) {

}

/* 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) {

}

/* 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) {
.primary-navigation a {
    margin-left: 30px;
}
}

/* 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) {

}

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

}

@media screen and (min-width: 1624px) {
.banner_image:after {
    bottom: 0;
}
.banner_image {
    padding: 190px 0 50px;
}
}

@media screen and (min-width: 1920px) {
.banner_image {
    padding: 190px 0 80px;
}
.banner_image:after {
    bottom: 0;
    height: 220px;
}
}

@media screen and (min-width: 2048px) {
.banner_image:after {
    bottom: 0;
    height: 235px;
}
.banner_image {
    padding: 190px 0 70px;
}
}

@media screen and (min-width: 2550px) {
.banner_image {
    padding: 190px 0 70px;
}
.banner_image:after {
    bottom: 0;
    height: 290px;
}
}   
/*-- responsive css end --*/
