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

/* Reset css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

ul {
  list-style: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  transition: all 0.5s ease !important;
  text-decoration: none;
}

.pad-0 {
  padding: 0;
}
#acwp-toolbar-btn {
	background: #3FA5B3 !important;
}
#acwp-toolbar-btn:hover, #acwp-toolbar-btn:focus {
    border-color: #995EFF !important;
}
.acwp-heading {
	background: #3FA5B3 !important;
}
body #acwp-toolbar-btn-wrap {
    top: 140px !important;
}
/* top-header css here  */
.top-header {
  background-color: #3fa5b3;
  padding: 5px 0;
}

.top-header-whole-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-left-container {
  display: flex;
  align-items: center;
  gap: 13px;
}

.top-info-container {
  display: flex;
  align-items: center;
  gap: 7px;
}

.top-header-text {
  font-size: 13px;
  line-height: 25px;
  color: #ececec;
  font-weight: 500;
}
.gt_selector.notranslate {
	padding: 5px 5px 5px 20px;
	color: #ffffff;
	border-radius: 10px;
	border: 0;
	appearance: none;
	cursor: pointer;
	background: url("../images/triangle-icon-white.png") no-repeat #000000;
	background-position: right 15px bottom 12px;
}
.gtranslate_wrapper .gt_selector:focus{
	outline: 0;
}
.gtranslate_wrapper .gt_selector option{
	font-size: 14px;
	background-color: #995eff;
}
.gtranslate_wrapper .gt_selector option:hover{
	background-color: #3fa5b3 !important;
}
.header-right .gtranslate_wrapper .gt_selector {
	font-size: 15px;
	line-height: 26px;
	color: #282828;
	font-weight: 500;
	border-radius: 21px;
	background: url("../images/triangle-icon-black.png") no-repeat #f6931d;
	background-position: right 23px bottom 17px;
	padding: 9px 22px;
	cursor: pointer;
	width: 100%;
	border: 0;
	appearance: none;
	position: relative;

}

/* main header section css here  */
.main-header {
  background-color: #ffffff;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.animate {
  animation: slideDown 0.7s ease-in-out;
}

.pos-fixed {
  position: sticky;
  background-color: #ffffff;
  box-shadow: 0 0 5px #c9c9c9;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


.pos-fixed .main-header-container {
  padding: 0;
}

.logo-container img {
  max-width: 100%;
  height: auto;
}
.logo-container img {
    width: 180px;
}
.main-header-container {
  position: relative;
}

.header-manu-container ul {
  padding: 0 0px 0 95px;
}

.main-header ul li a {
	margin-right: 28px;
	font-size: 15px;
	line-height: 34px;
	padding: 28px 0;
	text-transform: uppercase;
	color: #070707;
	font-weight: 600;
	transition: all 0.5s ease;
}

.main-header ul li:last-child a {
  margin-right: 0px;
}

.link-active {
  border-top: 4px solid #995eff;
  padding: 31px 0;
}

.header-right-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header-btn-container {
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 24px;
  background-color: #995eff;
  transition: all 0.5s ease;
}

.header-btn-container:hover {
  color: #ffffff;
  background-color: #3fa5b3;
}

/* banner css here  */
.banner-sec {
  position: relative;
}


.banner-sec video {
	width: 100%;
	height: 611px;
	object-fit: cover;
	position: relative;
	margin-bottom: 0;
}

.banner-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 99%;
  background: #00000071;
  z-index: 1;
}

.banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.banner-heading {
  font-size: 50px;
  line-height: 54px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.banner-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px 25px;
}

.banner-btn-1 {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 26px;
  background-color: #995eff;
  padding: 10px 30px;
  transition: all 0.5s ease;
}

.banner-btn-1:hover {
  background-color: #3fa5b3;
}

.banner-btn-2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 26px;
  background-color: #3fa5b3;
  padding: 10px 30px;
  transition: all 0.5s ease;
}

.banner-btn-2:hover {
  background-color: #995eff;
}

.play-button:hover {
  cursor: pointer;
}

/* service-sec css here  */
.service-sec {
  padding: 85px 0 100px;
}

.service-sub-heading {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3fa5b3;
  font-weight: 600;
  text-align: center;
}

.service-heading {
  font-size: 35px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2f3954;
  font-weight: 700;
  text-align: center;
}

.our-service-slider {
  margin-top: 50px;
}

.our-service-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.our-service-container img {
  border-radius: 15px 15px 0 0;
}

.our-service-top-container {
  display: flex;
  gap: 25px;
}

.our-service-bottom-container {
  display: flex;
  gap: 25px;
}

.our-service-card-container {
  padding: 30px 22px;
  border-radius: 0 0 15px 15px;
  background-color: #3fa5b3;
  min-height: 100%;
  position: relative;
}

.our-service-top-container .our-service-card-container::before {
  content: '';
  background: url('../images/service-triangle.png') no-repeat;
  position: absolute;
  width: 20px;
  height: 31px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.our-service-bottom-container .our-service-card-container::before {
  content: '';
  background: url('../images/service-triangle-2.png') no-repeat;
  position: absolute;
  width: 20px;
  height: 31px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.our-service-card-heading {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.our-service-card-text {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0;
}

.our-service-card-btn {
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2f3954;
  font-weight: 600;
  width: fit-content;
  padding: 5px 25px;
  border-radius: 21px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.our-service-card-btn:hover {
  color: #ffffff;
  background-color: #995eff;
}

.our-service-slider .owl-next span,
.our-service-slider .owl-prev span {
  display: none;
}

.our-service-slider .owl-next {
  position: absolute;
  right: -38px;
  top: 47%;
  transform: translateY(-50%);
}

.our-service-slider .owl-next::before {
  content: '';
  background: url("../images/right-arrow.png") no-repeat;
  position: absolute;
  width: 19px;
  height: 35px;
}

.our-service-slider .owl-prev {
  position: absolute;
  left: -60px;
  top: 47%;
  transform: translateY(-50%);
}

.our-service-slider .owl-prev::before {
  content: '';
  background: url("../images/left-arrow.png") no-repeat;
  position: absolute;
  width: 19px;
  height: 35px;
}

/* about-us-sec css here  */
.about-us-sec {
  padding: 70px 0 0;
  background-color: #fcfaff;
}

.about-sub-heading {
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #3fa5b3;
  font-weight: 600;
}

.about-heading {
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #2f3954;
  font-weight: 700;
  padding-bottom: 50px;
  position: relative;
}

.about-heading::before {
  content: '';
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 25px;
}

.about-text {
  font-size: 15px;
  line-height: 26px;
  color: #343232;
  font-weight: 500;
  padding-right: 50px;
}

.about-text-padding {
  padding-top: 10px;
}

.about-btn {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 43px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 40px;
  width: fit-content;
  border-radius: 25px;
  background-color: #995eff;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.about-btn:hover {
  background-color: #3fa5b3;
}

.about-bottom-sec {
  margin-top: 80px;
  border-radius: 10px;
  background-color: #2f3954;
  padding: 40px;
  position: relative;
  z-index: 1;
}

.about-bottom-sec-text {
  font-size: 22px;
  line-height: 31px;
  color: #f9f6ff;
  font-weight: 700;
}

.about-bottom-sec-btn {
	font-size: 16px;
	line-height: 23px;
	color: #2f3954;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 27px;
	background-color: #f4f4f4;
	text-align: center;
	transition: all 0.5s ease;
}
.about-bottom-sec-btn:hover{
	background-color: #3fa5b3;
	color: #ffffff;
}


/* why-choose-us-sec css here  */
.why-choose-us-sec {
  padding: 50px 0 60px;
  background-color: #3fa5b3;
  position: relative;
}

.why-choose-us-sec::before {
  content: '';
  background: url('../images/choose-us-shape.png') no-repeat;
  width: 100%;
  height: 56px;
  position: absolute;
  top: -56px;
}

.why-choose-us-sub-heading {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.why-choose-us-heading {
  font-size: 33px;
  line-height: 37px;
  text-transform: uppercase;
  color: #f5f5f5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.why-choose-us-card {
  position: relative;
}

.why-choose-us-card::before {
  content: '';
  background-color: #5cb2be;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
}

.why-choose-us-card:last-child::before {
  content: none;
}

.why-choose-us-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

.why-choose-us-card-img-container {
  width: 73px;
  height: 73px;
  border-radius: 36px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-card-text {
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

/* testimonial-sec css here  */
.testimonial-sec {
	padding: 70px 0;
}

.testimonials-sub-heading {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
	color: #3fa5b3;
	font-weight: 600;
	text-align: center;
}

.testimonials-heading {
	font-size: 33px;
	line-height: 37px;
	text-transform: uppercase;
	color: #2f3954;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
	background: #ffffff !important;
	border-radius: 6px !important;
	box-shadow: 0 0 5px #b3b3b3;
	margin: 3px;
	padding: 26px 36px 15px; 
	position: relative;
	overflow: hidden;
	min-height: 240px;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free::before{
	content: '';
	background: url("../images/quote.png");
	width: 135px;
	height: 98px;
	position: absolute;
    bottom: -10px;
    right: 15px;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    padding: 0 0;
    text-align: left;
    padding-top: 40px;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-rating {
    display: flex !important;
    position: absolute;
    top: 40px;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-name {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #2f3954 !important;
    font-weight: 700 !important;
	position: absolute;
    z-index: 1;
	bottom: 15px;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .sp-testimonial-client-designation {
    position: absolute;
    left: 90px;
    bottom: 23px;
    font-size: 35px;
    line-height: 27px;
    color: #e1e1e178 !important;
    font-weight: 500;
}
#sp-testimonial-free-wrapper-29 .sp-testimonial-free-section .testimonial-nav-arrow {
	top: 41% !important;
    font-size: 50px !important;
    transform: translateY(50%) !important;
}


/* contact-sec css here  */
.contact-sec {
  background: url('../images/contact-bg.jpg') no-repeat;
  background-size: cover;
}

.contact-right-container {
  padding: 65px 0 60px;
  position: relative;
  z-index: 1;
}

.contact-right-container::before {
  content: '';
  width: 80%;
  height: 100%;
  position: absolute;
  left: -100px;
  top: 0;
  background: linear-gradient(90deg, #ffffff00 0%, #995eff 26%, #995eff 100%);
  z-index: -1;
}

.contact-sec-heading {
  font-size: 33px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
}

.contact-sec-text {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  padding: 20px 0 30px;
}

.contact-btn-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-btn-1 {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 24px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.5s ease;
}

.contact-btn-1:hover {
  border: 1px solid #3fa5b3;
  background-color: #3fa5b3;
}

.contact-btn-2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #151313;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 24px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

.contact-btn-2:hover {
  color: #ffffff;
  background-color: #3fa5b3;
}

/* footer */
.footer {
  position: relative;
  background: #2f3954;
  padding: 60px 0 0;
}
.footer ul{
	list-style: none;
}
.f-br {
  position: relative;
}

.f-br::before {
  content: '';
  background: #404961;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.f-br:last-child::before {
  content: none;
}

.footer-left-container {
  padding-left: 0;
  padding-right: 30px;
}

.footer-mid-container {
  padding: 0 40px;
}

.footer-text {
  font-size: 14px;
  line-height: 25px;
  color: #ececec;
  font-weight: 500;
  padding: 20px 0 15px;
}

.media-container {
  display: flex;
  align-items: center;
  gap: 7px;
}

.top-service-container ul li a {
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
  color: #f2f2f3;
  font-weight: 500;
  transition: all 0.5s ease;
}

.top-service-container ul li a:hover {
  color: #3fa5b3;
}

.top-service-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
}

.footer-service-container {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.footer-service-container ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #ececec;
  font-weight: 600;
  transition: all 0.5s ease;
}
.footer-service-container ul li a:hover{
  color: #3fa5b3;
}

.footer-right-container {
  padding: 0;
}

.f-contact-container {
  padding-left: 40px;
}

.f-contact-heading {
  font-size: 20px;
  line-height: 30px;
  color: #ede9e9;
  font-weight: 600;
  padding-top: 17px;
}

.f-contact-details-container {
  margin: 55px 0 30px;
}

.f-contact-details {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  line-height: 30px;
  color: #ececec;
  font-weight: 600;
}

.f-contact-details a {
  font-size: 15px;
  line-height: 30px;
  color: #ececec;
  font-weight: 600;
}
.f-contact-details a:hover{
  color: #3fa5b3;
}
.lower-footer {
  font-size: 14px;
  line-height: 25px;
  color: #ececec;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #404962;
}


.lower-footer a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease;
}

.lower-footer a:hover {
  color: #3fa5b3;
}

/* scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 1000;
}

.scroll-top img {
  background: #3fa5b3;
  padding: 16px 10px;
  border-radius: 50%;
}


/* banner css here */
.site-content,
.site-main .widecolumn {
  margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
  background: url("../images/banner-img.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 150px 0 150px !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.7);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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

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

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

.breadcrumb-container a {
  color: #ea0700;
}

.page {
  margin-top: 0 !important;
}
.ack_sec {
    font-size: 15px;
    color: #d1cfcf;
    padding-top: 40px;
    border-top: 1px solid #cccccc1f;
    margin-top: 40px;
}
.ack_sec img {
    display: block;
    margin: 0 auto 10px;
    width: 130px;
}
.ndis-logo img {
    width: 98px;
}

#sp-testimonial-free-wrapper-30 .sp-testimonial-free {
	background: #ffffff !important;
	border-radius: 6px !important;
	box-shadow: 0 0 5px #b3b3b3;
	margin: 3px;
	padding: 26px 36px 15px; 
	position: relative;
	overflow: hidden;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free::before{
	content: '';
	background: url("../images/quote.png");
	width: 135px;
	height: 98px;
	position: absolute;
    bottom: -10px;
    right: 15px;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	font-size: 15px !important;
    padding: 0 0;
    text-align: left;
    padding-top: 40px;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-rating {
    display: flex !important;
    position: absolute;
    top: 40px;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-name {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 27px !important;
    color: #2f3954 !important;
    font-weight: 700 !important;
	position: relative;
    z-index: 1;
}
#sp-testimonial-free-wrapper-30 .sp-testimonial-free-section .sp-testimonial-client-designation {
    position: absolute;
    left: 90px;
    bottom: 24px;
    font-size: 35px;
    line-height: 27px;
    color: #e1e1e178 !important;
    font-weight: 500;
}

/* inner page css  */
.inner_title {
    color: #131313;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.inner_title strong {
    color: #3fa5b3;
}

.inner_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #3fa5b3;
}

.inner_txt {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.margin-top {
    margin-top: 48px;
}

.inner_list_txt {
    margin-top: 20px;
}

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

.inner_list_txt ul li {
    background: url("../images/list-icon-2.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}

.inner_bottm_sec {
    background: #3fa5b3;
    padding: 30px 20px;
    text-align: center;
}

.inner_bottm_sec .inner_title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: #ffffff;
}

.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 100%;
}

.core-box img {
    width: 80px;
    padding-bottom: 20px;
}

.core-box_title {
    color: #131313;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.core-box_title strong {
    color: #3fa5b3;
}

.core-box_title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #3fa5b3;
}

.core-box_txt {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: normal;
    margin-top: 20px;
}

.m-top {
    margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
    color: #131313;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.contact_page_heading::before {
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #3fa5b3;
}

.contact_page_heading strong {
    color: #3fa5b3;
}

.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-text a {
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.contact-text strong {
	color: #000000;
    font-weight: 600;
}

.contact-img {
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}

.contact_right {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 25px 25px 0;
    border-radius: 5px;
}

/* thank you page   */
.thankyou-btn {
    border-radius: 27px;
    background: #995eff;
    transition: all 0.8s ease !important;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 15px 30px;
}
.thankyou-btn:hover{
	background-color: #3fa5b3;
}
.thankyou-text {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
}

/* footer_fixed_buttons css  */
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.footer_btn1 {
    background: #3fa5b3;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}

.footer_btn3 {
    background: #995eff;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
}


/* contact page  */
.contact-page input {
    width: 100%;
    padding: 12px 10px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #3fa5b3;
	outline: none;
}
.contact-page input:focus,.contact-page select:focus,.contact-page textarea:focus{
	border: 1px solid #995eff;
}
.contact-page select {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
    text-transform: capitalize;
	border: 1px solid #3fa5b3;
	outline: none;
}
.contact-page textarea {
    width: 100%;
    padding: 12px 12px 12px 20px;
    border-radius: 7px;
    color: #515151;
    font-size: 16px;
	height: 90px;
	border: 1px solid #3fa5b3;
}
.contact-page input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    background-color: #995eff;
    padding: 13px 50px;
    transition: all 0.5s ease;
}
.contact-page input[type="submit"]:hover{
	background-color: #3fa5b3;
}


/* referral form css  */
.inner-form-container a {
	text-decoration: none !important;
}

.inner-form-page .inner_txt a {
	text-decoration: none;
}

.inner-form-label {
	font-size: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 8px;
}

.inner-form-input input {
	width: 100%;
	border: 1px solid #3fa5b3;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.inner-form-textarea textarea {
	width: 100%;
	border: 1px solid #3fa5b3;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}

.inner-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
}

.inner-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.inner-form-heading strong {
	color: #3fa5b3;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #3fa5b3;
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 27px;
	padding: 15px 40px;
	text-align: center;
	background: #995eff;
	transition: all 0.5s ease;
}

.inner-form-submit-btn input[type="submit"]:hover {
	background: #3fa5b3;
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}
.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	margin: 35px 0 70px;
}

.back_btn a {
	text-decoration: none !important;
}

.not_found-btn {
	background-color: #995eff;
	padding: 18px 25px !important;
	color: white !important;
	outline: 0;
	border: none;
	border-radius: 24px;
	transition: all 0.5s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.not_found-btn:hover{
	background-color: #3fa5b3;
}

.outer-box {
    box-shadow: 0 0 5px #c7c7c7;
    padding: 30px 50px;
    border-radius: 20px;
}
.home-contact-form-sec{
	margin: 60px 0;
}
.home-contact-form-sec .inner_btn{
	display: flex;
	align-items: center;
	justify-content:center;
}
.right_fixed_btn {
	position: fixed;
	right: 0;
	top: 240px;
	z-index: 1000;
	writing-mode: vertical-rl;
}

.right_fixed_btn .right_fixed_btn_text {
	padding: 24px 13px;
	display: inline-block;
	background: #2e3a55;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 10px 0px 0px 10px;
}

.loc-container ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.loc-container ul li {
	font-size: 16px;
	line-height: 28px;
	color: #2f2f2f;
	padding-bottom: 5px;
	position: relative;
	padding-left: 25px;
}

.loc-container ul li a {
	color: #2f2f2f;
	text-decoration: none;
	transition: all 0.5s ease;
}

.loc-container ul li a:hover {
	color: #995eff;
}

.loc-container ul li:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2026/03/location-icon.png) no-repeat 0 0;
	width: 18px;
	height: 16px;
	background-size: contain;
	top: 7px;
	left: 0px;
}
.location-sec .inner_title::after{
	left: 50%;
	transform: translatex(-50%);
}

/* media query */
@media only screen and (min-width : 320px) and (max-width : 1023px) {

}
@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) {

}
/* mobile screen  */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	}
	.gtranslate-container {
		position: absolute;
		top: 26px;
        right: 70px;
        width: 150px;
	}
	.ndis-logo-mobile{
		display: none;
	}
	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	}
	.banner-sec {
		margin-top: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 480px;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 300px;
	}
	.contact-sec {
		background-position: left -220px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 15px;
	}
	.footer-service-container {
		margin-top: 25px;
		flex-direction: column;
	}
	.footer-service-container ul li a {
		font-size: 16px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 20px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 11px 60px;
		margin-top: 40px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 85px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 30px;
	}
	.core-box-mt {
		margin-top: 30px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 40px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
	.inner-form-container {
		padding: 15px 7px 0;
	}
}
/* mobile rotate screen  */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	}
	.gtranslate-container {
		position: absolute;
        top: 27px !important;
        right: 13px !important;
        width: 150px;
	}
	.ndis-logo-mobile{
		position: absolute;
        top: 16px !important;
        right: 100px !important;
        width: 150px;
	}
	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	}
	.banner-sec {
		margin-top: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 400px;
	}
	.banner-sec::before {
		height: 98%;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 300px;
	}
	.contact-sec {
		background-position: left 138px center !important;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 15px;
	}
	.footer-service-container {
		margin-top: 25px;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 20px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 11px 60px;
		margin-top: 40px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 85px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 30px !important;
	}
	.core-box-mt {
		margin-top: 30px !important;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 40px !important;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
}
/* 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 12 Pro */
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 2) 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) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	}
	.gtranslate-container {
		position: absolute;
		top: 26px;
        right: 20px;
        width: 150px;
	}
	.ndis-logo-mobile{
		position: absolute;
		top: 16px;
		right: 110px;
		width: 150px;
	}
	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	}
	.banner-sec {
		margin-top: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 400px;
	}
	.banner-sec::before {
		height: 99% !important;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.about-bottom-sec-btn {
		margin-left: 0 !important;
		width: fit-content !important;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 300px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		padding: 26px 18px 15px;
	}
	.contact-sec {
		background-position: left 410px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 0px;
	}
	.top-service-container ul {
		padding-top: 0;
	}
	.footer-service-container {
		margin-top: 25px;
		flex-direction: column;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 20px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 11px 60px;
		margin-top: 40px;
	}
	.scroll-top {
		bottom: 7rem !important;
		right: 1rem !important;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 85px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt {
		margin-top: 0px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
	.lower-footer {
		padding: 20px 11px 60px !important;
	}
}
/* iPhone 14 Pro Max */
@media only screen and (min-device-width: 430px) and (max-device-width: 932px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
		.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	}
	.gtranslate-container {
		position: absolute;
		top: 26px;
        right: 20px;
        width: 150px;
	}
	.ndis-logo-mobile{
		position: absolute;
		top: 16px;
		right: 110px;
		width: 150px;
	}
	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	}
	.banner-sec {
		margin-top: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 400px;
	}
	.banner-sec::before {
		height: 99% !important;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.about-bottom-sec-btn {
		margin-left: 0 !important;
		width: fit-content !important;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 300px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		padding: 26px 18px 15px;
	}
	.contact-sec {
		background-position: left 410px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 0px;
	}
	.top-service-container ul {
		padding-top: 0;
	}
	.footer-service-container {
		margin-top: 25px;
		flex-direction: column;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 20px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 11px 60px;
		margin-top: 40px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 85px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt {
		margin-top: 0px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
	.lower-footer {
		padding: 20px 11px 60px !important;
	}
}
/* tab screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	}
	.gtranslate-container {
		position: absolute;
		top: 26px;
        right: 65px;
        width: 150px;
	}
	.ndis-logo-mobile{
		position: absolute;
		top: 16px;
		right: 160px;
		width: 150px;
	}
	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	}
	.banner-sec {
		margin-top: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 400px;
	}
	.banner-sec::before {
		height: 98%;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 300px;
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		padding: 26px 18px 15px;
	}
	.contact-sec {
		background-position: left 310px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	}
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 0px;
	}
	.top-service-container ul {
		padding-top: 0;
	}
	.footer-service-container {
		margin-top: 25px;
		flex-direction: column;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 20px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 11px 60px;
		margin-top: 40px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.page .entry-header, .blog_page_header {
		padding: 110px 0 110px !important;
		margin: 85px 0 50px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 26px;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt {
		margin-top: 0px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
}
/* tab rotate screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/* 	.top-header {
		display: none;
	}
	.header-mid {
		display: none;
	}
	.header-right {
		display: none;
	}
	.main-header {
		position: fixed;
	}
	.animate {
		animation: none;
	}
	.main-header-container {
		padding: 20px 0;
	}
	.pos-fixed .main-header-container {
		padding: 20px 0;
	} */
	.gtranslate-container {
		position: absolute;
		top: 26px;
        right: 65px;
        width: 150px;
	}
	.ndis-logo-mobile{
		position: absolute;
		top: 16px;
		right: 160px;
		width: 150px;
	}
/* 	.main-header-container .logo-container {
		padding-left: 10px;
		width: 120px;
	} */
/* 	.banner-sec {
		margin-top: 85px;
} */
	.header-manu-container ul {
		padding: 0 0px 0 20px;
	}
	.main-header ul li a {
		margin-right: 25px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		font: normal 14px / 1 Genericons;
		right: 9px;
	}
	.ndis-logo {
		margin-left: -35px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 500px;
	}
	.banner-sec::before {
		height: 98%;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.about-bottom-sec-btn {
		margin-left: -30px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
/* 	.contact-sec {
		background-position: left 310px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	} */
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 0px;
	}
	.top-service-container ul {
		padding-top: 0;
	}
	.footer-service-container {
		margin-top: 25px;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 0px;
	}
	.f-contact-heading {;
		padding-top: 0px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		padding: 20px 11px;
	}
	.scroll-top {
		bottom: 2rem;
		right: 2rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt {
		margin-top: 0px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
}

/* iPad */
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : portrait) {

}
/* iPad rotate*/
@media only screen and (min-width : 810px) and (max-width : 1080px) and (orientation : landscape) {
	.header-manu-container ul {
		padding: 0 0px 0 20px;
	}
	.main-header ul li a {
		margin-right: 25px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		font: normal 14px / 1 Genericons;
		right: 9px;
	}
	.ndis-logo {
		margin-left: -35px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-sec video {
		height: 500px;
	}
	.banner-sec::before {
		height: 98%;
	}
	.banner-container {
		min-width: 90%;
	}
	.banner-btn-container {
		padding: 30px 0px;
	}
	.banner-btn-1 {
		font-size: 15px;
	}
	.banner-btn-2 {
		font-size: 15px;
	}
	.service-sec {
		padding: 50px 0;
	}
	.service-heading {
		font-size: 30px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.about-us-sec {
		padding: 50px 0 0;
	}
	.about-heading {
		font-size: 30px;
		line-height: 30px;
	}
	.about-text {
		padding-right: 0;
	}
	.about-left-container {
		padding-bottom: 30px;
	}

	.about-bottom-sec {
		margin-top: 50px;
		padding: 30px;
	}
	.about-bottom-sec-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.about-bottom-sec-btn {
		margin-left: -30px;
	}
	.why-choose-us-sec {
		padding: 50px 0 40px;
	}
	.why-choose-us-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.why-choose-us-card-container {
		gap: 5px;
		margin-bottom: 30px;
	}
	.why-choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.why-choose-us-card::before {
		content: none;
	}
	.why-choose-us-card-text br{
		display: none;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonials-heading {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
/* 	.contact-sec {
		background-position: left 310px center;
	}
	.contact-right-container::before {
		width: 100%;
		background: linear-gradient(270deg, #ffffff00 0%, #995eff 26%, #995eff 68%);
	} */
	.footer {
		padding: 50px 0 0;
	}
	.footer-left-container {
		padding: 0 11px;
	}
	.media-container {
		margin-top: 15px;
	}
	.footer-mid-container {
		padding: 0 10px;
	}
	.f-br::before {
		content: none;
	}
	.footer ul{
		margin: 0;
	}
	.top-service-container {
		margin-top: 0px;
	}
	.top-service-container ul {
		padding-top: 0;
	}
	.footer-service-container {
		margin-top: 25px;
	}
	.footer-service-container ul li a {
		font-size: 15px;
	}
	.f-contact-container {
		padding-left: 11px;
		margin-top: 0px;
	}
	.f-contact-heading {
		padding-top: 0px;
	}
	.f-contact-details-container {
		margin: 15px 0;
	}
	.lower-footer {
		padding: 20px 11px;
	}
	.scroll-top {
		bottom: 2rem;
		right: 2rem;
	}
	body #acwp-toolbar-btn-wrap {
		top: 100px !important;
	}
	.inner_title {
		margin-top: 0px;
	}
	.core-box-mt {
		margin-top: 0px;
	}
	.review-page .hentry {
		margin-bottom :10px;
	}
	.contact_right {
		margin-top: 0px;
	}
	.inner_bottm_sec {
		padding: 20px 0px;
	}
	.inner_bottm_sec .inner_title {
		margin-top: 0px;
	}
}

/* iPad Air */
@media only screen and (min-width : 820px) and (max-width : 1180px) and (orientation : landscape) {
	.header-manu-container ul {
		padding: 0 0px 0 20px;
	}
	.main-header ul li a {
		margin-right: 25px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		font: normal 14px / 1 Genericons;
		right: 9px;
	}
	.ndis-logo {
		margin-left: -35px;
	}
	.banner-sec video {
		height: 500px;
	}
	.our-service-slider .owl-next {
		right: auto;
		top: auto;
		left: 52%;
		transform: translateY(-50%);
	}
	.our-service-slider .owl-prev {
		left: 44%;
		top: auto;
		transform: translateY(-50%);
	}
	.our-service-top-container {
		flex-direction: column;
	}
	.our-service-card-container {
		border-radius: 15px 15px 0 0;
	}
	.our-service-top-container .our-service-card-container::before {
		right: auto;
		top: auto;
		left: 50%;
		rotate: 90deg;
		bottom: -30px;
		transform: translateX(-50%);
	}
	.our-service-bottom-container {
		flex-direction: column;
	}
	.our-service-bottom-container .our-service-card-container::before {
		left: 50%;
		top: -10px;
		rotate: 90deg;
		transform: translateX(-50%);
	}
	.footer ul{
		margin: 0;
	}
	.footer-mid-container {
		padding: 0 24px;
	}
}

/* iPad Pro */
@media only screen and (min-width : 1024px) and (max-width : 1366px) and (orientation : portrait) {
	.top-header {
		display: block;
	}
	.pos-fixed {
		position: sticky !important;
	}
	.animate {
		animation: slideDown 0.7s ease-in-out;
	}
	.main-header {
		position: relative;
	}
	.main-header-container {
		padding: 0px 0;
	}
	.pos-fixed .main-header-container {
		padding: 0px 0;
	}

	.main-header-container .logo-container {
		padding-left: 10px;
		width: auto;
	}
	.header-mid {
		display: block;
	}
	.header-manu-container ul {
		padding: 0 0px 0 20px;
	}
	.main-header ul li a {
		margin-right: 25px;
	}
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		font: normal 14px / 1 Genericons;
		right: 9px;
	}
	.header-manu-container ul {
		padding: 0 0px 0 35px;
	}
	.ndis-logo {
		margin-left: -34px;
	}
	.header-right {
		display: block;
	}
	.f-contact-container {
		padding-left: 15px;
		margin-top: 0;
	}
	.f-contact-details a {
		font-size: 14px;
	}
	.banner-sec {
		margin-top: 0;
	}
	.banner-sec video {
		height: 611px;
	}
	.contact-sec {
		background-position: left 0px center;
	}
	.f-contact-heading {
		padding-top: 0;
	}
	.contact-right-container::before {
		width: 80%;
		background: linear-gradient(90deg, #ffffff00 0%, #995eff 26%, #995eff 100%);
	}
	#sp-testimonial-free-wrapper-29 .sp-testimonial-free {
		min-height: 250px;
	}
	.footer-service-container {
		flex-direction: row;
	}
	.footer-service-container ul li a {
		font-size: 14px;
	}
	.lower-footer {
		padding: 20px 11px 20px;
	}
	.page .entry-header, .blog_page_header {
		padding: 150px 0 150px !important;
		margin: 0px 0 50px !important;
	}
}

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

}

/* 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) {
	.ndis-logo {
		margin-left: 0;
	}
}

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

}

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

}

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

}

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

