@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*, body {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-size: 0.8em;
  color: #333;
}

a {
  text-decoration: none;
}

h3, h2, h1, h4, h5, h6 {
  font-family: 'Merriweather', sans-serif;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

span {
  font-weight: 700;
}


.hero-sections-inner .skil-list li {
  background: url('../img/sprite.png') no-repeat -1px -79px;
  font-weight: bold;
  padding: 7px 0 7px 35px;
  color: #fff;
}

.item-contact {
  background: rgba(30, 30, 30, 0.15);
  padding: 6px;
  border-radius: 100px;
  display: inline-block;
}


section.hero-sections-inner .hero-sections .contact-me-today {
  border: 0px;
  margin-bottom: 0px !important;
  padding: 10px 30px;
}

.hero-sections-inner h2 {
  color: #060;
  font-family: 'Merriweather', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
}

.hero-sections .owl-carousel:hover .owl-nav button.owl-prev {
  opacity: 1;
}

.hero-sections .owl-carousel:hover .owl-nav button.owl-next {
  opacity: 1;


}

.hero-sections .owl-nav button.owl-prev {
  left: 0px;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hero-sections .owl-nav button.owl-next {
  right: 0px;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hero-sections-inner h1 {
  font-family: 'Merriweather', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  color: #fff;
}

.hero-sections .owl-nav.disabled {
  display: block;
}

.hero-sections {
  height: 392px;
  margin: 0 0 80px 0;
  padding: 30px 0 30px 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

.owl-carousel.owl-theme {
  margin-bottom: -50px;
}

.header-right {
  font-size: 1.25em;
  text-align: right;
  color: #999;
}

.owl-carousel.owl-theme {
  padding-left: 35px;
  padding-right: 35px;
}

.header-right a {
  text-decoration: none;
  color: #dd4632;
  cursor: default;
  font-weight: bold;
}

.header-bottom {
  margin-top: 45px;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.toggle_btn {

  position: absolute;
  /* top: 0px; */
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);

}

.toggle_btn button {
  padding-right: 0px;
}

.toggle_btn button:focus {
  box-shadow: none;
  outline: none;
}

.header-logo img {
  margin: 0 15px 0 0;
  float: left;
}

.header-logo h2 {
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Merriweather', sans-serif;
  font-size: 1em;
  color: #999;
  display: inline-block;
}

.header-logo a {
  margin: 0 10px 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  color: #e72c13;
  text-decoration: none;
}

.select-options {
  width: 100%;
  padding: 5px;
}

.navbar-nav ul .current-menu-item a, .current-menu-parent a, .current_page_parent a {
  background: #e72c13;
}

.navbar-nav ul li a:hover {
  color: #fff !important;
  background: #535353 !important;
}

nav.navbar-nav {
  width: 100%;
  z-index: 499;
  position: fixed;
  top: 0;
}

nav.navbar-nav ul {
  display: flex;
}

.navbar-nav ul li a {
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  display: block;
  height: 40px;
  padding: 8px 15px 0 15px !important;
}

.navbar-nav ul li {
  line-height: 1.4em;
  background: url('../img/imheader.png') 0 0 no-repeat;
  text-align: center;
  position: relative;
}

.navbar-nav {
  background: #303030;
  height: 45px;
  border-bottom: 5px solid #e72c13;
  margin: 0;
}

.many-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.many-box:hover a img {
  opacity: 0.7;
}

.many-box:hover h4 a {
  color: #c03220;
}

.many-box h4 a {
  font-family: 'Merriweather', sans-serif;
  font-size: 1em;
  color: #e72c13;
  text-decoration: none;
}

.many-box h4 {
  text-align: left;
  font-family: 'Merriweather', sans-serif;
  font-size: 1em;
}

.many-box p {
  text-align: left;
}

.features-card img:hover {
  border: 3px solid #c03220;
}

.features-card img {
  width: 100%;
  margin: 0 3px 0 3px;
  border: 3px solid #e6e6e6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.saying-box {
  background-image: url('../img/qoute.svg');
  background-size: 55px;
  background-repeat: no-repeat;
  background-position: 0px -2px;
}

.saying-box p {
  text-align: left;
}

.saying-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.saying-author img {
  border-radius: 100em;
  -webkit-border-radius: 100em;
  -moz-border-radius: 100em;
}

.saying-author h4 {
  font-size: 0.8em;
  color: #e72c13;
  padding: 13px 0 0 0;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}

.saying-author p {
  font-weight: normal;
  color: #999;
  font-size: 0.8em;
  text-align: left;
  line-height: normal;

}

.skil-list li {
  font-size: 0.8em;
  color: #333;
  background: url('../img/right.svg');
  list-style: none;
  padding: 6px 0 6px 25px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 8px;
}

.skillsimg {
  margin: 5px 0px 20px 0;
}

.contact-me-today {
  border: 6px solid rgb(221 221 221);
  background: linear-gradient(to bottom, #FD3217 0%, #C41700 100%);
  font-size: 1.2em;
  padding: 12px 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #af5305;
  border-radius: 100px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5);
  position: relative;
  z-index: 20;
  display: inline-block;
  margin: auto;
}

.contact-me-today:hover {
  background: #C41700;
  background: -moz-linear-gradient(top, #C41700 0%, #FD3217 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C41700), color-stop(100%, #FD3217));
  background: -webkit-linear-gradient(top, #C41700 0%, #FD3217 100%);
  background: -o-linear-gradient(top, #C41700 0%, #FD3217 100%);
  background: -ms-linear-gradient(top, #C41700 0%, #FD3217 100%);
  color: #FEFEFE !important;
  text-shadow: 0 -1px 0 #AE1905;
}

.heading-all {
  margin-bottom: 30px;
}

.heading-all h2 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.8em;
  color: #e72c13;
}

.heading-all h3 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.2em;
  color: #999;
}

footer {
  padding: 0px 0px 20px;
}

.footer-inner {
  background-repeat: no-repeat;
  margin: 0px 0 40px 0;
  padding: 0px 0 40px 0;
}

ul.footerlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 13px;
}

ul.footerlinks li {
  line-height: 11px;
}

ul.footerlinks a {
  color: #999;
  text-decoration: none;
  font-size: 14px!important;
  display: inline-block;
  line-height: 18px!important;
  text-align: center;
  padding: 8px 5px!important; /* Maintain current padding */
  position: relative;
}
ul.footerlinks li {
  margin-bottom: 4px; /* Adds spacing between links */
}



.footer-inner-inner p {
  margin-top: 5px;
  color: #999;
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 10px;
  text-align: center;

}

.scroll-to-top.sticky-visible {
  display: block;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  display: none;
}

.scroll-to-top button,
.scroll-to-top a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background: #b2b2b2;
  border-radius: 100%;
  transition: all 0.3s ease;
  border: 2px solid #b2b2b2;
}

.tilecompany-page-heading {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  padding: 25px 0 25px 0;
  margin: 0 0 30px 0;
}

.tilecompany-page-heading h2 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.45em;
  color: #333;
  margin-bottom: 0px;
}

.bg-page-heading h2 {
  margin: 10px 0 15px 0;
  font-family: 'Merriweather', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  color: #fff;
}

.bg-tilecompany-page {
  height: auto;
  padding: 25px 0 25px 0 !important;
  margin: 0 0 30px 0;
  color: #fff;
  background-attachment: fixed !important;
  background: url('../img/bg_banner_10.jpg') no-repeat center top #665e5a;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.inner-content-page ul,
.inner-content-page ol {
  margin: 0 0 20px 0;
}

.inner-content-page ol li,
.inner-content-page ul li {
  list-style: disc;
  padding: 3px 0 3px 0;
  font-size: 0.8em;
  margin: 0 0 0 15px;
}

.inner-content-page h2 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.6em;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.inner-content-page p a:hover {
  color: #c03220;
}

.inner-content-page p a {
  color: #e72c13;
  text-decoration: none;
}

.contact-outer {
  background: #f8f8f8;
  padding: 20px !important;
  margin: 0 0 20px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  clear: both;
}

.lisitng-outerbox:last-child {
  border-bottom: 0px;
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
}

.lisitng-outerbox {
  margin: 0 0 35px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.autor-infor i {}

.autor-infor i {
  margin-right: 5px;
  font-size: 12px;
}

.continue-reading {
  font-size: 0.8em;
  color: #e72c13;
}

.continue-reading:hover {
  color: #c03220;
}

span.by-autor, span.by-date, span.by-comments {
  margin-right: 12px;
}

.autor-infor a, span.by-autor, span.by-date, span.by-comments,
.autor-infor p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  margin-bottom: 0px;
  font-weight: normal;
}

.autor-infor {
  margin: 2px 0 20px 0;
}

abbr {
  text-decoration: underline dotted;
}

.lisitng-outerbox h2 a {
  color: #e72c13;
  text-decoration: none;
  font-family: 'Merriweather', sans-serif;
}

.lisitng-outerbox h2 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.6em;
  color: #333;
  margin: 0 0 0px 0;
}

.search-inputs {
  position: relative;
}

.search-inputs input {
  height: 30px;
  padding: 5px;
  display: block;
  width: 100%;
  font-size: 0.8em;
  color: #999;
  outline: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 1px #f1f1f1;
  -moz-box-shadow: 0 1px 1px #f1f1f1;
  -webkit-box-shadow: 0 1px 1px #f1f1f1;
  padding-right: 35px;
}

.search-inputs button {
  height: 20px;
  width: 30px;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  cursor: pointer;
  border: 0px;
  border-left: 1px solid #e5e5e5;
  font-size: 12px;
  color: #999;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 0px;
}

.recent-serch-list ul li i {
  font-size: 0.8em;
  color: #999;
}

.recent-serch-list ul li {
  line-height: 1.1em;
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin: 0 0 10px 0;
}

.recent-serch-list a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #333;
}

.recent-serch-list a:hover {
  color: #dd4631;
}

.single-post section.blog-listing {
  margin-top: 25px;
}

.single-post section.blog-listing p span {
  font-weight: 400;
}

.single-post section.blog-listing ul li {
  font-size: 0.8em;
}

.single-post section.blog-listing ul li {
  list-style: disc;
  padding: 3px 0 3px 0;
  margin: 0 0 0 15px;
}

.single-post section.blog-listing ul {}

.single-post section.blog-listing p span a {
  text-decoration: underline;
  color: #e72c13;
}

.single-post section.blog-listing p a {
  text-decoration: underline;
  color: #e72c13;
}

section.blog-listing h3 b {
  font-family: 'Merriweather', sans-serif;
}

section.blog-listing h3 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.2em;
  color: #333;
}

.archives-serch-list li::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  font-size: 0.8em;
  left: 0px;
  top: 12px;
  color: #e5e5e5;
}

.archives-serch-list li {
  color: #333;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0 7px 16px;
}

.archives-serch-list li a {
  font-size: 0.8em;
  color: #333;
}

.recent-serch-list h3,
.archives-serch-list h3 {
  font-family: 'Merriweather', sans-serif;
  font-size: 1.1em;
  color: #333;
  margin: 0 0 14px 0;
}

.wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block;
}

.contact-outer label, .modal-poup-contactform label {
  width: 100%;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 8px;
  clear: both;
  border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #dd4631;
  color: #fff;
  width: 180px;
  cursor: pointer;
  box-shadow: 0 1px 1px #f1f1f1;
  -moz-box-shadow: 0 1px 1px #f1f1f1;
  -webkit-box-shadow: 0 1px 1px #f1f1f1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none !important;
  border-radius: 5px;
  padding: 8px;
  margin: 5px 0 0 0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #303030;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal button.btn-close {
  position: absolute;
  top: 8px;
  right: 11px;
  background: no-repeat;
  opacity: 1;
}

.modal button.btn-close i {
  font-size: 22px;
  line-height: .5;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  font-weight: 500;
  background: no-repeat;
  opacity: 1;
}

.modal-poup-contactform input {
  padding: 6px;
}

.modal-poup-contactform textarea {
  height: 60px;
}







/* --------------------------------ndis----------------------- */



.slider_ndis {
  background-image: url(../img/ndis-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 60px 0;
}

.slider_ndis p {
  margin-bottom: 10px;
}

.slider_ndis h1 {
  font-family: "Figtree", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
}

.slider_ndis h2 {
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  color: #f34d00;
  margin-bottom: 15px;

}

.slider_cnt ul li {

  position: relative;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  margin: 10px 0;
  padding-left: 30px;
}

.slider_cnt ul li:before {

  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 22px;
  height: 22px;
  background: url(../img/bullet-icon.png) 0 0 no-repeat;
  background-size: contain;
}



.slider_ndis p {
  color: black;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}

.slider_images {
  margin-right: -480px;
}

.slider_images img {
  border-radius: 500px 0px 0px 500px;
}

.ndis_btn {
  font-weight: 500;
  background-color: #f34d00;
  color: white;
  padding: 9px 10px 9px 25px;
  border-radius: 54px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  border: 1px solid transparent;
  font-family: "Figtree", sans-serif;
  transition: 0.4s;
}

.ndis_btn:hover {
  color: #f34d00;
  background-color: white;
  border: 1px solid #f34d00;
  transition: 0.4s;
}

.white.ndis_btn {
  font-weight: 500;
  background-color: white;
  color: #f34d00;
  padding: 9px 10px 9px 25px;
  border-radius: 54px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  border: 1px solid #f34d00;
  font-family: "Figtree", sans-serif;
  transition: 0.4s;
}

.white.ndis_btn:hover {
  background-color: #f34d00;
  color: white;
  rotate: 0deg;
  transition: 0.6s;
}

.white.ndis_btn:hover i {
  background-color: white;
  color: #f34d00;
  rotate: 0deg;
  transition: 0.6s;
}

.white.ndis_btn i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f34d00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -40deg;
  transition: 0.6s;
}

.ndis_btn:hover i {
  background-color: #f34d00;
  color: white;
  rotate: 0deg;
  transition: 0.6s;
}

.ndis_btn i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: #f34d00;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -40deg;
  transition: 0.6s;
}

.grow_steps {
  padding: 60px 0;
}

.left_box img {
  border-radius: 512px;
}

.global_geading_ndis h2 {
  font-size: 32px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}
.section-title-none h3{
  font-size: 22px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #3d4c5e;
}
.section-title-none ul {
  margin-bottom: 18px;
}
.section-title-none ul li {
  font-family: "Figtree", sans-serif;
  color: #3d4c5e;
  font-size: 16px;
  margin-bottom: 10px;
  gap: 10px;
}
.global_geading_ndis p {
  font-family: "Figtree", sans-serif;
  color: #3d4c5e;
  font-size: 16px;
}

.grow_steps ul li {
  font-family: "Figtree", sans-serif;
  color: #3d4c5e;
  font-size: 16px;
  margin-bottom: 15px;
  gap: 10px;
}

.grow_steps ul li:hover {

  color: #f34d00 !important;
}



.why_choose_points:hover {

  border: 1px solid #f66900;
  background-color: #f34d2624;
  transition: 0.6s;
}

.mid_box .why_choose_points:hover {
  border: 1px solid #f66900;
  background-color: #f34d2624;
  transition: 0.6s;

}

.points_grow {
  background-color: #fff2ec;
  padding: 15px 15px 15px 38px;
  border-radius: 89px;
  width: 388px;
  position: relative;
  margin-top: 38px;
}

.points_grow li {
  position: relative;
}

.points_grow li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000000;
}

.points_grow li {
  color: black !important;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-bottom: 5px !important;
  text-decoration: dotted;
  list-style: circle;
}

.Provider_Challenges {
  background-color: #f7f8fa;
}

.Challenges_box {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.Challenges_box:hover {
  border: 1px solid #f34d00;
}

.Challenges_box img {
  /* border-radius: 200px 200px 20px 20px; */
  height: 165px;
  object-fit: contain;
}

.Challenges_box p {
  color: #3d4c5e;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "Figtree", sans-serif;
}

.Challenges_box h3 {
  font-size: 16px;
  color: black;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-top: 10px;
}

.Challenges_box.yellow {
  background-color: #ffe8a4;
}

.Challenges_box.blue {
  background-color: #cac6fd;
}

.Challenges_box.green {
  background-color: #d4ffd6;
}

.Challenges_box.red {
  background-color: #febfda;
}

.Challenges_box {
  height: 100%;
}

.channels_recommendion {
  padding: 60px 0;
}

.Provider_Challenges {
  padding: 60px 0;
}

.service-container {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.service-box {
  flex: 1;
  min-width: 100px;
  color: #fff;
  position: relative;
  transition: flex 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.service-box:hover,
.service-box.active {
  flex: 5;
}

.service-content {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
}

.service-box.active .service-content {
  opacity: 1;
}

/* Example Backgrounds for the Service Boxes */

.destination-slider .swiper-slide {
  border-radius: 24px;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.destination-slider .swiper-slide.swiper-slide-active {
  border-radius: 24px;
  -webkit-filter: none !important;
  filter: none !important;
}

.destination-slider .destination-box .destination-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.destination-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  --space: 40px;
}

@media (max-width: 991px) {
  .destination-box {
    --space: 20px;
  }
}

@media (max-width: 575px) {
  .destination-box {
    padding: 10px;
    border-radius: 20px;
    --space: 10px;
  }
}

.destination-box .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  z-index: 2;
}

.destination-box .destination-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.3) 90%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.3) 90%);
  border-radius: 24px;
}

@media (max-width: 575px) {
  .destination-box .destination-img {
    border-radius: 15px;
  }
}

.destination-box .destination-img img {
  max-width: 423px;
  max-height: 636px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .destination-box .destination-img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
  }
}

.destination-box .destination-content {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  max-width: 423px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .destination-box .destination-content {
    max-width: 380px;
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .destination-box .destination-content {
    max-width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.destination-box .box-title {
  margin-bottom: 0px;
}

@media (max-width: 375px) {
  .destination-box .box-title {
    font-size: 16px;
  }
}

.destination-box .box-title a {
  color: var(--white-color);
}

.destination-box .destination-subtitle {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 8px;
}

.destination-box .th-btn {
  padding: 11.5px 34px;
}

.destination-box .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right3.svg");
  mask-image: url("../img/icon/arrow-right3.svg");
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .destination-box .th-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .destination-box .th-btn {
    padding: 7px 20px;
    margin-top: 10px;
  }

  .destination-box .th-btn:after {
    display: none;
  }
}

@media (max-width: 375px) {
  .destination-box .th-btn {
    padding: 7px 10px;
  }
}

.destination-box:hover .destination-img:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.destination-list {
  position: relative;
  height: 500px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .destination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 110px;
  }
}

.destination-list:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #00000000;
  border-radius: 10px;
}

.destination-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .destination-list-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.destination-list-wrap {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: all 0.8s ease;
  overflow: hidden;
}

.destination-list-wrap.active {
  -webkit-box-flex: 500%;
  -webkit-flex: 500%;
  -ms-flex: 500%;
  flex: 500%;
}

@media (max-width: 1199px) {
  .destination-list-wrap.active {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .destination-content {
    display: none;
  }

  .destination-list {
    height: unset;
  }

  .destination-list-wrap.active .destination-list {
    max-height: 100%;
  }
}

.destination-list-wrap.active .th-btn {
  opacity: 1;
  visibility: visible;
}

.destination-list-wrap.active .box-content {
  visibility: visible;
  opacity: 1;
  width: 100%;
  max-height: 325px;
}

.destination-list-wrap.active .destination-content {
  left: 40px;
  top: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

@media (max-width: 991px) {
  .destination-list-wrap.active .destination-content {
    left: 20px;
    top: 20px;
  }
}

.destination-list .destination-content {
  position: absolute;
  left: -156px;
  bottom: 179px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .destination-list .destination-content {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    bottom: 20px;
    left: 20px;
  }
}

.destination-list .box-title {
  font-weight: 600;
  font-size: 17px;
  width: 362px;
  font-family: "Figtree", sans-serif;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  margin-bottom: 0;
  color: white;
}

@media (max-width: 375px) {
  .destination-list .box-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.destination-list .destination-subtitle {
  color: var(--white-color);
  display: none;
}

.destination-list .th-btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 10px 30px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .destination-list .th-btn {
    right: 20px;
    bottom: 20px;
  }
}

.destination-list .box-icon {
  padding: 30px 40px;
  border-bottom: 3px solid var(--white-color);
}

.destination-list .box-content {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-height: 0;
  padding: 30px 30px 40px 40px;
  overflow: hidden;
}

.destination-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
}

.destination-item {
  background-color: var(--smoke-color);
  border-radius: 16px;
  text-align: center;
}

.destination-item_img {
  border-radius: 16px 16px 0px 0px;
}

@media (max-width: 991px) {
  .destination-item_img {
    margin-bottom: 0;
  }
}

.destination-item .destination-content {
  padding: 30px 0 24px 0;
}

.destination-item .box-title {
  color: var(--black-color2);
  margin-bottom: 0;
}

.destination-item .destination-text {
  color: var(--black-color2);
  margin-bottom: 20px;
}

.destination-item .th-btn {
  padding: 10px 25px;
  border: 1px solid var(--theme-color);
  font-weight: 500;
}

.destination-item .th-btn:after {
  -webkit-mask-image: url("../img/icon/arrow-right2.svg");
  mask-image: url("../img/icon/arrow-right2.svg");
  width: 15px;
  height: 15px;
}

.search-form-area .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.destination-list-wrap .hide_row {
  display: none;
}

.destination-list-wrap.active .hide_row {
  display: block;
}

.box-title a {
  color: white !important;
}

.destination-subtitle {
  color: white !important;
}

.destination-list-wrap.active .box-title {
  display: none;
}

.img_box {
  overflow: hidden;
}

.img_box img {
  height: 500px;
  object-fit: cover;
}

.reveal-text {
  font-size: 2em;
  overflow: hidden;
  /* Ensures that text is hidden until revealed */
  white-space: nowrap;
  /* Keeps text on one line */
}

.reveal-text h1 {
  display: inline;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.letter.show {
  opacity: 1;
  transform: translateY(0);
}

.destination-list.seo {
  background-position: center;
  /* background-image: url(../img/seo.jpg); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  position: relative;
  background-color: #94BC71;
}

/* .destination-list.seo:after{
      position: absolute;
      content: "";
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: black;
  
    } */

.destination-list.google_ads {
  /* background-image: url(../img/google-ads.jpg); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  background-color: #5dacd8;
}

.destination-list.facebook {
  /* background-image: url(../img/facebook-ads.jpg); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  background-color: #6B2A76;
}

.destination-list.linked {
  /* background-image: url(../img/linkedin.png); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  background-color: blueviolet;
}

.destination-list.social {
  /* background-image: url(../img/social.png); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  background-color: cadetblue;
}

.why_choose_ndis_marketing .global_geading_ndis h2 {
  font-size: 16px;
  margin-top: 10px;


}

.why_choose_ndis_marketing .sub_head {
  color: #F34D00;
  background-color: #FFF2EC;
  padding: 4px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.destination-list.email {
  /* background-image: url(../img/email.png); */
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  background-color: #ff4949;
}


.destination-list h3 {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.destination-list p {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}

.box_my_h {
  height: 100%;
  align-items: end;
}

.hide_row {
  height: 100%;
}

.destination-list-area {
  height: 432px;
}

.why_choose_ndis_marketing {
  padding: 60px 0px;
  background-color: #f7f8fa;
}

.why_choose_points {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.6s;
}

.why_choose_points h4 {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.related_points_icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(45%, -50%);
}

.related_points_icon img {
  object-fit: contain;
}

.related_points_icon {
  background-color: #fff2ec;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_choose_points {
  margin-bottom: 15px;
}

.why_choose_points p {
  color: #3d4c5e;
  font-size: 14px;
  font-family: "Figtree", sans-serif;

}
.choose__image img{
  width: 100%;
  border-radius: 15px;
}

.main_box_ponits {
  display: flex;
  gap: 25px;align-items: end;
}

.mid_box {
  width: 65%;
}

.mid_box .related_points_icon {
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translate(50%, -50%);
}

.mid_box .why_choose_points {
  background-color: white;
  border-radius: 10px;
  padding: 30px 10px 10px 10px;
  position: relative;
  text-align: center;
}

.right_box .related_points_icon {
  left: 0px !important;
  transform: translate(-50%, -50%) !important;
}

.right_box .why_choose_points {
  padding: 10px 10px 10px 30px;
}

.left_box .why_choose_points {
  padding: 10px 30px 10px 10px;
}

.btm_text p {
  color: #3d4c5e;
  font-size: 18px;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}

.why_choose_points:hover .related_points_icon {
  background-color: #f34d00;
}

.why_choose_points:hover .related_points_icon img {
  filter: brightness(10);
}

.service-main-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  border: 1px solid #e7edf6;
  border-right: none;
  border-left: none;
  padding: 10px 10px;
  position: relative;
}

.service-images {
  display: flex;
  align-items: center;

}

.count_number {
  position: absolute;
  top: 40%;
  left: -20px;
  font-size: 26px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e72c13;
  font-weight: bold;
  border-radius: 100%;
  font-family: "Figtree", sans-serif;
  border: 1px solid #e72c13;
}

.service-images .img1 {
  width: 220px;
  height: 140px;
}

.service-main-boxarea .service-images .text {
  width: 300px;
  padding-left: 25px;

}

.service-main-boxarea p{
  font-size: 14px;
  font-family: "Figtree", sans-serif;
}
.service-main-boxarea .pera.box5 {
  width: 400px;
  padding: 12px
}

.service-main-boxarea .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  color: var(--vl-text-text-2);
  line-height: 48px;
  transform: rotate(-45deg);
}

.service-main-boxarea .service-images .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why_am_diffrent {
  padding: 60px 0px;
}

.service-images .text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  color: black;
}

.arrow svg path {
  fill: #f34d00;
  color: #f34d00;
}

.arrow i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: #f34d00;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -40deg;
  transition: 0.6s;

}

.service-main-boxarea:hover {
  background-color: #f34d00;
}

.service-main-boxarea:hover .text {
  color: white;
}

.service-main-boxarea:hover .pera p {
  color: white;
}

.grow_with_top {
  background-color: #f34d00;
  overflow: hidden;
  position: relative;
}

.left_blob {
  width: 332px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}


.right_blob {
  width: 309px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.grow_with_top .white.ndis_btn {

  border: 1px solid transparent;
}

.grow_with_top .white.ndis_btn:hover {

  border: 1px solid #fff;
}

.grow_with_top .global_geading_ndis h2 {
  color: white;
}

.grow_with_top .global_geading_ndis p {
  color: white;
}

.grow_with_top_banner {
  margin-right: -480px;
}

.grow_with_top_banner {
  position: relative;
}

.grow_with_top_banner:after {
  position: absolute;
  content: "";
  width: 380px;
  clip-path: polygon(0 0, 0% 100%, 75% 100%);
  background-color: #f34d00;
  height: calc(100% + 22px);
  left: -16px;
  top: -22px;

}


.grow_with_top_banner:before {
  position: absolute;
  content: "";
  width: 380px;
  clip-path: polygon(0 0, 0% 100%, 75% 100%);
  background-color: white;
  height: calc(100% + 20px);
  left: -4px;
  top: -20px;

}



.faq_ndis .accordion-button:focus {

  box-shadow: unset;
  background-color: transparent;
}

.faq_ndis .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: unset !important;

}

.faq_ndis .accordion-body li{
  color: #3D4C5E;
  font-size: 14px;
}
.faq_ndis .accordion-body p {
  color: #3D4C5E;
  font-size: 14px;
  margin-bottom: 0px;
}

.faq_ndis .accordion-item {
  background-color: #FFF2EC;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}

.faq_ndis .accordion-button::after {
  background-image: url(../img/plus.png);
  transition: all 0.5s;
  background-size: 14px;
}

.faq_ndis .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  background-size: 14px;
}

.faq_ndis .accordion-button::after {
  transition: all 0.5s;
}

.faq_ndis {
  padding: 60px 0;
}

.faq_ndis .accordion-button {
  font-size: 20px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  color: black;

}



.grow_steps ul li img {
  margin-top: 5px;
}

.channels_recommendion .global_geading_ndis h2 {
  margin-bottom: 15px;
}
section.why_choose_ndis_marketing.why_aged_marketing .related_points_icon {
  left: 50%;
  top: -5px;
  transform: translate(-50%, -20px);
}

section.why_choose_ndis_marketing.why_aged_marketing .why_choose_points {
  text-align: center;
  padding-top: 30px;
  height: 100%;
}
section.why_choose_ndis_marketing.why_aged_marketing {
  padding-bottom: 10px;
}
.grow_with_img img{

  width: 100%;
  border-radius: 15px;
}
.grow_aged-martinge{
  padding: 40px 0px;
}
@media screen and (max-width: 1500.98px) {

  .left_blob {
    width: 146px;
  }

  .right_blob {
    text-align: end;
  }

  .right_blob img {
    width: 150px !important;
  }

  .left_blob img {
    width: 150px !important;

  }

  .faq_ndis .accordion-button {
    font-size: 16px;
  }

  .arrow i {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .ndis_btn i {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .white.ndis_btn i {

    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .white.ndis_btn {
    padding: 7px 10px 7px 25px;
  }

  .ndis_btn {

    padding: 7px 10px 7px 25px;
  }



  .global_geading_ndis h2 {
    font-size: 26px;
  }

  .slider_ndis h1 {
    font-family: "Figtree", sans-serif;
    font-size: 32px;
  }

  .slider_images {
    margin-right: -180px;
  }

  .grow_with_top_banner {
    margin-right: -240px;
  }
}




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

  .header-bottom {
    margin-top: 0px !important;
  }

  nav.navbar-nav {
    display: none;
  }


  .grow_with_top .global_geading_ndis {
    text-align: center !important;
    margin-bottom: 30px;
  }

  .grow_with_top_banner img {

    border-radius: 10px;
  }

  .global_geading_ndis {
    margin-bottom: 20px;
  }

  .grow_with_top {
    padding: 45px 0;
  }

  .slider_images {
    margin-right: -46px;
  }

  .grow_with_top_banner {
    margin-right: unset !important;
  }

  .grow_with_top_banner:before {
    content: unset;
  }

  .grow_with_top_banner:after {
    content: unset;
  }


}


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

  .slider_ndis h2 {
    font-family: "Figtree", sans-serif;
    font-size: 27px;
  }

  .slider_cnt ul li {
    text-align: left;

  }


  .count_number {

    top: 0px;

    left: 50%;

    font-size: 20px;

    width: 35px;

    height: 35px;

    ;

    padding-right: 0px;

    padding-bottom: 0px;

    transform: translate(-50%, -50%);

  }


  .why_choose_ndis_marketing .sub_head {
    font-size: 26px;
  }

  .mid_box {
    margin-bottom: 15px;
  }

  .why_choose_points:last-child {
    margin-bottom: 0px;
  }

  .points_grow {
    background-color: #fff2ec;
    padding: 15px 15px 15px 20px;
  }

  .slider_ndis h1 {
    font-family: "Figtree", sans-serif;
    font-size: 27px;
    line-height: 38px;
  }

  .slider_ndis {
    padding: 40px 0px;
  }

  .service-main-boxarea {
    padding-top: 10px !important;
  }

  .pera {
    padding: 0px !important;
  }

  .arrow {
    display: none;
  }

  .why_choose_ndis_marketing {
    padding: 40px 0;
  }



  .mod_img {
    display: none;
  }


  .destination-list h3 {
    font-size: 17px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    /* margin-top: 110px; */
  }

  .channels_recommendion .global_geading_ndis {
    text-align: center;
  }

  .grow_steps .global_geading_ndis {

    text-align: center;
  }

  .slider_ndis .slider_cnt {
    text-align: center;
  }

  .left_box.multi {
    display: grid;
    gap: 15px;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
  }

  .slider_images {
    margin-right: 0px;
  }

  .slider_images img {
    border-radius: 15px !important;
  }

  .destination-list-area {
    height: unset;
  }

  .destination-list {
    max-height: 100%;
  }

  .destination-list-wrap .hide_row {
    display: block;
  }

  .Provider_Challenges {
    padding: 45px 0px
  }

  .channels_recommendion {
    padding: 45px 0px
  }

  .grow_steps {
    padding: 45px 0px
  }

  .why_am_diffrent {
    padding: 40px 0;
  }

  .faq_ndis {
    padding: 40px 0;
  }

  .service-main-boxarea {
    align-items: baseline;
  }

  .service-main-boxarea .service-images .text {
    margin: 10px 0px;
  }

  .why_choose_points {
    margin-bottom: 40px;
  }

  .right_box .related_points_icon {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .right_box .why_choose_points {
    padding: 35px 10px 30px 10px;
    text-align: center;
  }

  .left_box .why_choose_points {
    padding: 35px 10px 30px 10px;
  }

  .related_points_icon {
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translate(45%, -50%);
  }

  .mid_box {
    width: 100%;
  }

  .main_box_ponits {
    flex-direction: column;
  }

  .service-main-boxarea .service-images .text {
    width: 100%;
    padding-left: 0px;
  }

  .service-main-boxarea .pera.box5 {
    width: 100%;
  }

  .service-main-boxarea .service-images {
    flex-direction: column;
    text-align: left;
  }

  .service-images .img1 {
    width: 100%;
    height: 100%;
  }

  .service-main-boxarea {
    flex-direction: column;
  }

  .left_box {
    margin-bottom: 15px;
  }

  .points_grow {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .left_box {
    text-align: center;
  }

  .left_box img {

    width: 100%;
    margin: auto;
  }


  .slider_images {
    margin-bottom: 25px;
  }

}


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

  .why_choose_ndis_marketing .sub_head {
    font-size: 22px;
  }

  .destination-list-area {
    grid-template-columns: 1fr;
  }

  .slider_ndis .ndis_btn {
    width: 100%;
    justify-content: center;
  }

}




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

.checkPoints ul li:before {

  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 22px;
  height: 22px;
  background: url('../img/bullet-icon.png') 0 0 no-repeat;
  background-size: contain;

}

.navbar-toggler {
  display: none
}


@media screen and (max-width: 991.98px) {
  .navbar-toggler {
    display: block !important;
  }
}


.mobile_menu ul li a {

  color: black;
  /* background: antiquewhite; */
  margin: 5px 0px;
  border-bottom: 1px solid #efefef;
  padding: 8px 0px;
  font-size: 15px;

}


.mobile_menu_bar {

  width: 75%;
}

.page-template-tempalte-sitemap section.inner-content-page ul li a:hover {
  color: #e72c13;
}

.page-template-tempalte-sitemap section.inner-content-page ul li a {
  font-size: 1em;
  color: #333;
}

.about-area {
  padding: 60px 0px;
}

.about__image {
  position: relative;
  z-index: 1;
  padding: 0px 20px;
}

.about-area .image>img {
  border-radius: 20px;
}

.about-area .image img {
  width: 100%;
}

.about__shape1 {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: -1;
}

.about__shape2 {
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: -1;
}

.choose__item p,
.choose__item li,
.choose__item li b{
  color: #3d4c5e;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}
.choose__item li { 
  margin-bottom: 5px;
}
.choose__item h3{
    font-size: 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}
.choose__item {
  background-color: #f1f5f5;
  padding: 20px 15px;
  border-radius: 28px;
}

.choose__image img {
  width: 100%;
}

.sub_head {
  color: #F34D00;
  background-color: #FFF2EC;
  padding: 4px 10px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  margin: 15px 10px 20px 0px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .about__image {
    padding: 0px 15px;
}
.about__shape1 {
  top: -15px;
}
.about__shape2{
  bottom: -15px;
}
section.about-area {
  padding: 40px 0px 10px;
}
.service-main-boxarea {
  padding-top: 0px !important;
  margin-top: 10px;
}
}
@media screen and (max-width: 575.98px) {

  .header-logo a {

    font-size: 1.1em;
  }

  .header-logo a {
    align-items: center !important;
  }

  .header-logo h2 {
    font-size: 14px;
  }

  .header-right {
    font-size: 1em;
  }

}
.hero-sections .owl-carousel img{
  width: 100%!important;
  height: auto!important;
}