@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

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

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

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

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#0f1540;
  border-radius:30px;
  padding:15px 30px;
}

.btn1:hover{
  background:#c90b7e;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#c90b7e;
  border-radius:30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#0f1540;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#040404;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:0;
  transition:all 500ms ease-in-out; 
}

.header_top{
  box-shadow:0 4px 5px rgba(0,0,0,.1);
  padding:15px 0;
}

.head_logo{
  width:220px;
  transition:all 500ms ease-in-out; 
}

.head_contact .section .icon{
  display:inline-block;
  width:45px;
  height:45px;
  line-height:45px;
  background:#c90b7e;
  border-radius:50%;
  text-align:center;
}

.head_contact .section .text{
  display:inline-block;
  vertical-align:middle;
  padding-left:10px;
}

.hd_contact_title,
.head_contact .section .text a{
  font-size:16px;
  color:#040404;
  line-height:18px;
  letter-spacing:.02em;
  margin-bottom:4px;
}

.head_contact .section .text a{
  font-weight:600;
  margin-bottom:0;
}

.head_contact .section .text a:hover{
  color:#c90b7e;
}

.head_btm_box{
  padding:15px 25px;
  transition:all 500ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .head_logo{
    width:150px;
  }

  .navbar-default.navbar-fixed .head_btm_box{
    opacity:0;
    visibility:hidden;
  }

}

.home_banner{
  margin-top:108px;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(255,255,255,.98) , rgba(255,255,255,.0));
  left:0;
  top:0;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:350px;
  height:220px;
  background:url(../images/love-design01.png) no-repeat left center;
  background-size:contain;
  left:0;
  top:30%;
}

.banner_desc{
  left:0;
  bottom:15%;
}

.banner_content{
  width:500px;
  max-width:100%;
  z-index:999;
}

.banner_sm_heading{
  font-size:22px;
  color:#c90b7e;
  line-height:24px;
  letter-spacing:.06em;
  margin-bottom:10px;
}

.banner_big_heading{
  font-family: 'Alverata Informal Bl';
  font-size:56px;
  color:#0f1540;
  line-height:64px;
  margin-bottom:20px;
}

.banner_contact{
  background:url(../images/ph-icon02.png) no-repeat left center;
  padding-left:48px;
}

.banner_cont_title,
.banner_contact a{
  font-size:16px;
  color:#040404;
  line-height:18px;
  letter-spacing:.02em;
  margin-bottom:4px;
}

.banner_contact a{
  font-weight:600;
  margin-bottom:0;
}

.banner_contact a:hover{
  color:#c90b7e;
}

.choose_block{
  background:url(../images/choose-bg.png) no-repeat right bottom, #0f1540;
  background-size:300px, auto;
  padding:60px 0;
}

.choose_box{
  background:#2a315e;
  border-bottom:8px solid #c90b7e;
  border-radius:10px;
  min-height:220px;
  padding:25px 20px;
}

.choose_box:hover{
  background:#c90b7e;
}

.choose_icon{
  width:80px;
  height:80px;
  line-height:78px;
  background:#0f1540;
  border-radius:50%;
  margin:0 auto;
}

.choose_box:hover .choose_icon{
  background:#a30665;
}

.choose_box:hover .choose_icon img,
.service_box:hover .serv_icon img{
  filter:invert(94%) sepia(9%) saturate(1808%) hue-rotate(191deg) brightness(250%) contrast(98%);
}

.choose_title{
  font-size:22px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  margin-top:20px;
}

.common_heading_sec li{
  display:inline-block;
  border-right:1px solid #030303;
  font-size:18px;
  color:#030303;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
  margin-right:10px;
  padding-right:10px;
}

.common_heading_sec li:last-child{
  font-weight:400;
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.common_heading_sec li a{
  color:#c90b7e;
  text-decoration:underline;
}

.choose_block .common_heading_sec li{
  border-right-color:#fff;
  color:#fff;
}

.about_block,
.faq_block{
  padding:60px 0;
}

.about_img{
  overflow:hidden;
}

.about_img img{
  border-radius:20px 0 20px 20px;
  position:relative;
}

.about_img:before{
  content:"";
  position:absolute;
  width:50%;
  height:80%;
  background:#0f1540;
  border-radius:20px 0 0 20px;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.about_img:after{
  content:"";
  position:absolute;
  width:0; 
  height:0;
  border-style:solid;
  border-width:0px 24px 24px 0px;
  border-color:transparent transparent #a30665 transparent;
  transform:rotate(0deg);
  right:0;
  top:0;
}

.experience_title{
  position:absolute;
  width:150px;
  background:#c90b7e;
  border-radius:20px 0 20px 20px;
  right:0;
  top:24px;
  font-size:18px;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
  padding:15px 20px;
}

.experience_title span{
  display:block;
  font-size:24px;
}

.about_img_design{
  width:150px;
  left:-6px;
  bottom:15%;
}

.about_sm_heading,
.service_sm_heading,
.gallery_sm_heading,
.support_sm_heading,
.faq_sm_heading,
.test_sm_heading,
.news_sm_heading,
.form_sm_heading,
.interg_sm_heading{
  font-size:20px;
  color:#c90b7e;
  line-height:22px;
  letter-spacing:.06em;
  margin-bottom:10px;
}

.about_big_heading,
.service_big_heading,
.gallery_big_heading,
.support_big_heading,
.faq_big_heading,
.test_big_heading,
.news_big_heading,
.form_big_heading,
.interg_big_heading{
  font-family: 'Alverata Informal Bl';
  font-size:48px;
  color:#0f1540;
  line-height:56px;
  margin-bottom:20px;
}

.empowering_box{
  background:url(../images/disable-icon01.png) no-repeat left top;
  padding-left:55px;
}

.service_block,
.ndis_block,
.gallery_block,
.test_block,
.news_block,
.h_form_block,
.interg_block{
  padding-bottom:60px;
}

.service_big_heading,
.gallery_block .top_block,
.test_block .upper_block,
.news_block .top_block{
  margin-bottom:35px;
}

.serv_img img.big{
  border-radius:50%;
  border:2px solid #0f1540;
  padding:8px;
}

.service_box:hover .serv_img img.big{
  border-color:c90b7e;
  border-color:#;
}

.serv_icon{
  position:absolute;
  width:55px;
  height:55px;
  line-height:55px;
  background:#fff;
  border-radius:50%;
  text-align:center;
  right:15px;
  top:15px;
}

.service_box:hover .serv_icon{
  background:#c90b7e;
}

.service_heading{
  font-size:22px;
  color:#0f1540;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  margin:16px 0 12px;
}

.service_box:hover .service_heading{
  color:#c90b7e;
}

.service_box:hover .serv_cont a img{
  filter:invert(18%) sepia(87%) saturate(2813%) hue-rotate(306deg) brightness(93%) contrast(112%);
}

.ndis_box img{
  border-radius:25px;
}

.ndis_heading{
  font-size:17px;
  color:#004e9b;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#fff;
  border-radius:30px;
  padding:12px 20px;
  position:absolute;
  left:20px;
  top:20px;
}

.ndis_desc{
  position:absolute;
  left:20px;
  bottom:20px;
}

.ndis_desc_name{
  font-size:24px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.ndis_desc li{
  display:inline-block;
  border-right:1px solid #fff;
  margin-right:10px;
  padding-right:10px;
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.ndis_desc li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.ndis_desc li a{
  color:#fff;
}

.ndis_desc li a:hover{
  color:#0f1540;
}

.gallery_block{
  background:url(../images/love-design03.png) no-repeat right top;
}

.support_block{
  background:url(../images/support-bg.png) no-repeat right top 30px, #c90b7e;
  background-size:150px, auto;
}

.support_content{
  width:650px;
}

.support_md_heading{
  font-size:28px;
  line-height:36px;
  font-weight:600;
  margin-bottom:20px;
}

.support_content .thumb{
  margin-bottom:15px;
}

.support_content .thumb:last-child{
  margin-bottom:0;
}

.support_content .thumb .icon{
  display:inline-block;
}

.support_content .thumb .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:15px;
}

.support_heading{
  font-size:18px;
  line-height:24px;
  font-weight:500;
  margin-bottom:5px;
}

.faq_block{
  background:url(../images/love-design02.png) no-repeat left 70px;
}

.sp-testimonial-free{
  background:#f8dde7 !important;
  border-radius:20px !important;
  padding:25px !important;
}

.sp-testimonial-content p{
  color:#030303;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Alverata Informal Bl' !important;
  font-size:24px !important;
  color:#0f1540 !important;
  line-height:26px !important;
  letter-spacing:.03em !important;
  font-style:italic !important;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#c90b7e;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.faq_rt_side{
  background:url(../images/arrow-img01.png) no-repeat right 20px bottom;
}

.faq_video{
  z-index:999;
}

.faq_video:after{
  content:"";
  position:absolute;
  width:80px;
  height:75px;
  background:url(../images/logo-icon01.png) no-repeat right bottom;
  background-size:100%;
  right:-38px;
  bottom:-20px;
  z-index:-1;
}

.ndis_disability_title{
  font-size:26px;
  color:#3c3c3c;
  line-height:34px;
  font-weight:600;
  margin:30px 0 25px;
}

.news_block{
  background:url(../images/news-bg.png) no-repeat left 60px;
}

.news_img img{
  border-radius:20px;
}

.news_mid_heading{
  position:absolute;
  left:20px;
  top:20px;
  background:#fff;
  border-radius:30px;
  font-size:16px;
  color:#c90b7e;
  line-height:16px;
  font-weight:500;
  letter-spacing:.02em;
  padding:12px 20px;
}

.news_cont{
  margin:-75px 20px 0;
}

.news_heading{
  font-size:18px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  background:#0f1540;
  border-radius:30px 30px 0 0;
  min-height:76px;
  padding:12px 20px;
}

.news_cont ul{
  border:1px solid #c90b7e;
  border-radius:0 0 30px 30px;
  padding:12px 20px;
}

.news_box:hover .news_cont ul{
  background:#c90b7e;
}

.news_cont ul li{
  font-size:15px;
  color:#c90b7e;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.news_box:hover .news_cont ul li{
  color:#fff;
}

.h_form_box{
  background:#f9e6f2;
  padding:30px;
}

.h_form_img:after{
  content:"";
  position:absolute;
  width:50%;
  height:85%;
  background:#c90b7e;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.h_form_img img{
  position:relative;
  z-index:999;
}

.intergrated_box{
  background:url(../images/intergrated-bg.png) no-repeat left center, linear-gradient(to right, #ebb6d7 , #b7b8c5);
  border-radius:25px;
  padding:40px 30px;
}

.counter_number{
  font-size:32px;
  color:#0f1540;
  line-height:34px;
  font-weight:700;
  margin-bottom:10px;
}

.footer_up{
  background:#0f1540;
  padding:50px 0 45px;
}

.footer_map iframe{
  width:100%;
  height:200px;
  margin-bottom:0;
}

.footer_heading{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.abn_list li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:15px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#c90b7e;
}

.abn_list li{
  font-size:20px;
  color:#fff;
  line-height:22px;
  font-weight:600;
  margin-bottom:12px;
}

.footer_contact li{
  display:inline-block;
  margin-right:15px;
}

.footer_contact li:last-child{
  margin-right:0;
}

.footer_contact li a{
  color:#fff;
}

.footer_down{
  padding:30px 0;
}

.footer_down .common_paragraph span,
.footer_down .common_paragraph a{
  color:#c90b7e;
  font-weight:600;
}

.footer_down .common_paragraph a{
  color:#0f1540;
}

#back-button {
  display:inline-block;
  background-color:#c90b7e;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:108px !important;
  padding:180px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Alverata Informal Bl';
  font-size:50px;
  color:#0f1540;
  line-height:58px;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#c90b7e;
  line-height:75px;
  border-radius:50px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: 'Alverata Informal Bl';
  font-size:24px;
  color:#0f1540;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#c90b7e;
}

.inner_cont_sec .form_block{
  background:#f9e6f2;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:1px solid #c90b7e;
  background:none;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.home .contact_form .block textarea.form-control{
  height:52px;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#0f1540;
  border:none;
  border-radius:30px;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#c90b7e;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-family: 'Alverata Informal Bl';
  font-size:48px;
  color:#0f1540;
  line-height:56px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#c90b7e;
}

.inner_sm_title{
  font-family: 'Alverata Informal Bl';
  font-size:26px;
  color:#020202;
  line-height:34px;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'Alverata Informal Bl';
  font-size:46px;
  color:#0f1540;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0f1540;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#c90b7e;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#0f1540;
}

@media screen and (max-width:1366px){
  .support_content{
    width:500px;
  }

  .faq_block,
  .news_block,
  .gallery_block{
    background-size:110px;
  }

  .intergrated_box{
    background-size:110px, auto;
  }


}

@media screen and (max-width:991px){
  .header_top{
    padding:12px 0;
  }

  .head_logo{
    width:170px;
  }

  .home_banner{
    margin-top:85px;
  }

  .footer_down{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:70px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:85px !important;
    padding:100px 0 80px !important;
  }


}

@media screen and (max-width:767px){
  .home_banner:after{
    width:150px;
    height:100px;
  }

  .banner_desc{
    bottom:10%;
  }

  .banner_sm_heading{
    font-size:18px;
    line-height:20px;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_cont_title, 
  .banner_contact a{
    font-size:14px;
    line-height:16px;
  }

  .choose_block,
  .about_block, 
  .faq_block{
    padding:35px 0;
  }

  .choose_box{
    min-height:auto;
  }

  .choose_title,
  .service_heading,
  .ndis_desc_name{
    font-size:20px;
    line-height:28px;
  }

  .common_heading_sec li{
    display:block;
    border-right:none;
    font-size:16px;
    line-height:22px;
    margin-right:0;
    margin-bottom:10px;
    padding-right:0;
  }

  .common_heading_sec li:last-child{
    margin-bottom:0;
  }

  .about_sm_heading, 
  .service_sm_heading, 
  .gallery_sm_heading, 
  .support_sm_heading, 
  .faq_sm_heading, 
  .test_sm_heading, 
  .news_sm_heading, 
  .form_sm_heading, 
  .interg_sm_heading{
    font-size:16px;
    line-height:18px;
  }

  .about_big_heading, 
  .service_big_heading, 
  .gallery_big_heading, 
  .support_big_heading, 
  .faq_big_heading, 
  .test_big_heading, 
  .news_big_heading, 
  .form_big_heading, 
  .interg_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:36px;
  }

  .service_block, 
  .ndis_block, 
  .gallery_block, 
  .test_block, 
  .news_block, 
  .h_form_block, 
  .interg_block{
    padding-bottom:35px;
  }

  .ndis_heading{
    font-size:15px;
    line-height:18px;
  }

  .ndis_desc li{
    font-size:14px;
  }

  .faq_block, 
  .news_block, 
  .gallery_block{
    background-size:70px;
  }

  .support_content{
    width:100%;
  }

  .support_md_heading{
    font-size:24px;
    line-height:28xp;
  }

  .service_big_heading, 
  .gallery_block .top_block, 
  .test_block .upper_block, 
  .news_block .top_block{
    margin-bottom:22px;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

  .ndis_disability_title{
    font-size:22px;
    line-height:28px;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .h_form_box{
    padding:25px;
  }

  .contact_form .block .form-control,
  .home .contact_form .block textarea.form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .intergrated_box{
    background-size:75px, auto;
  }

  .counter_number{
    font-size:26px;
    line-height:28px;
  }

  .footer_up{
    padding:35px 0 30px;
  }

  .footer_logo{
    width:170px;
  }

  .footer_heading{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
    line-height:16px;
  }

  .abn_list li{
    font-size:17px;
  }

  .footer_contact li{
    display:block;
    margin-right:0;
    margin-bottom:10px;
  }

  .footer_contact li:last-child{
    margin-bottom:0;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:430px;
    object-fit:cover;
  }

  .banner_desc{
    bottom:7%;
  }

  .support_content .thumb .text{
    width:85%;
  }

  .experience_title{
    font-size:16px;
    line-height:22px;
    width:130px;
    padding:12px 15px;
  }

  .faq_video::after{
    right:-10px;
  }

  .faq_rt_side{
    background-size:45px;
    background-position:right 0 bottom;
  }

  .intergrated_box{
    padding:30px;
  }

  
}
