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

p{
  margin-bottom:0;
}

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

button:focus{
  outline:none;
}

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#2390c5;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#01e7ab;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#01e7ab;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#2390c5;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  margin:0;
  padding:25px 0 15px;
  transition:all 600ms ease-in-out; 
}

.navbar-default:before{
  content:"";
  position:absolute;
  width:100%;
  height:10px;
  background:linear-gradient(to right, #c32a55 25% , #e77880 50%, #175f9e 75%, #2390c5 100%);
  left:0;
  top:0;
  transition:all 600ms ease-in-out;
}

.header_logo{
  width:110px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:80px;
  }

  .navbar-default.navbar-fixed:before{
    height:6px;
  }

}

.home_banner{
  background:url(../images/banner-bg.png) no-repeat center top, #d0343e;
  background-size:cover;
  margin-top:165px;
  padding:60px 0 220px;
}

.banner_bg_title{
  font-family: "Literata", serif;
  font-size:52px;
  line-height:60px;
  font-weight:800;
  font-style:italic;
  padding-bottom:20px;
}

.service_panel{
  background:#def3fd;
  border-radius:180px 0 0;
  margin-top:-170px;
  padding:60px 0;
}

.service_bg_title,
.about_bg_title,
.choose_bg_title,
.form_bg_title,
.testimonial_bg_title,
.h_cta_title{
  font-family: "Literata", serif;
  font-size:48px;
  color:#0e2d54;
  line-height:56px;
  font-weight:800;
  padding-bottom:30px;
}

.service_box img{
  border-radius:100px 100px 100px 0;
}

.service_title{
  font-size:22px;
  color:#0e2d54;
  line-height:28px;
  font-weight:600;
  margin:20px 0;
  padding-bottom:15px;
}

.service_title:after{
  content:"";
  position:absolute;
  width:80px;
  height:1px;
  background:#c12955;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_box .common_btn{
  padding:12px 20px;
}

.about_panel{
  padding-top:60px;
}

.anout_sm_title{
  font-size:20px;
  line-height:22px;
  font-weight:500;
  background:#01e7ab;
  border-radius:30px;
  margin-bottom:15px;
  padding:10px 20px;
}

.about_bg_title,
.testimonial_bg_title{
  color:#01e7ab;
}

.about_content a{
  font-size:18px;
  color:#01e7ab;
  line-height:20px;
  font-weight:500;
  text-decoration:underline;
}

.about_content a:hover{
	color:#2390c5;
}

.choose_panel,
.h_cta_panel{
  background:url(../images/choose-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0;
}

.choose_bg_title,
.form_bg_title{
  color:#d93e44;
}

.choose_title{
  font-size:22px;
  color:#0e2d54;
  line-height:28px;
  font-weight:600;
  padding-top:16px;
}

.home_form{
  padding:60px 0;
}

.h_form_box{
  width:640px;
}

.testimonial_panel{
  padding-bottom:60px;
}

.testimonial_box{
  background:#01e7ab;
  border-radius:200px 0 200px 200px;
  padding:30px;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Literata", serif !important;
  font-size:22px !important;
  color:#9a1f22 !important;
  line-height:24px !important;
  font-weight:700 !important;
  font-style:italic !important;
}

.h_cta_panel{
  background:#136f95;
}

.h_cta_panel .common_btn{
  background:#e4515e;
}

.h_cta_panel .common_btn:hover{
  background:#98bc53;
}

#footer{
  background:#f8f8f8;
  padding:50px 0 25px;
}

.home #footer{
  background:#fff;
}

.footer_top{
  border-bottom:1px solid rgba(234,36,41,.3);
  margin-bottom:25px;
  padding-bottom:30px;
}

.footer_title{
  font-family: "Literata", serif;
  font-size:22px;
  color:#ea2429;
  line-height:24px;
  font-weight:700;
  text-decoration:underline;
  padding-bottom:20px;
}

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

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

.foter_link li a,
.footer_contact li{
  font-size:16px;
  color:#030303;
  line-height:18px;
}

.foter_link li a:hover,
.footer_contact li a:hover{
  color:#ea2429;
}

.footer_contact li{
  margin-bottom:12px;
}

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#030303;
}

.abn_list li{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:600;
  margin-bottom:10px;
}

.footer_bottom .text-common span{
  color:#ea2429;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#2390c5;
}

#back-button {
  display:inline-block;
  background-color:#0e2d54;
  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:#2390c5 !important;
  margin-top:165px !important;
  padding:160px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Literata", serif;
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:800;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#0e2d54;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width: 75%;
}

.contact-title{
  font-family: "Literata", serif;
  font-size:22px;
  color:#030303;
  line-height:26px;
  font-weight:600;
  letter-spacing:.04em;
}

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

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

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

.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:50px;
  border-radius:0;
  border:none;
  background:#9a1f22;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #9a1f22 !important;
}

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

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

.contact_form .block .btn{
  display:block;
  width:100%;
  font-size:18px;
  color:#030303;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#fbe9e9;
  border:2px solid #9a1f22;
  border-radius:30px;
  text-align:center;
  padding:13px 30px;
}

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

.contact_form .block .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:#fff;
  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_title{
  font-family: "Literata", serif;
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#d93e44;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  background:url('https://incrediblesupport.com.au/wp-content/uploads/2025/11/first-aid-kit.png') no-repeat left 5px;
	background-size: 20px;
    margin-bottom: 10px;
    padding-left: 30px;
    margin-top: 5px;
}

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: "Literata", serif;
  font-size:44px;
  color:#1c1c1c;
  line-height:50px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0e2d54;
  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;
  background:#0e2d54;
  padding:15px 20px;
}

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

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

.tnp-subscription .form-control{
  height: 50px;
  border-radius: 0;
  border: none !important;
  background: #9a1f22 !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 20px !important;
  padding: 10px 20px !important;
}

.tnp-subscription .form-control::placeholder{
  color:#fff !important;
  opacity:1;
}

.tnp-subscription .form-control::-ms-input-placeholder{
  color:#fff !important;
}

.tnp-subscription .form-control:focus{
	box-shadow:none;
}

.tnp-subscription .tnp-submit{
  display:block;
  width:100% !important;
  font-size:18px !important;
  color:#030303 !important;
  line-height:20px !important;
  font-weight:500 !important;
  text-transform:inherit;
  background:#fbe9e9 !important;
  border:2px solid #9a1f22 !important;
  border-radius:30px;
  text-align:center;
  margin-top:12px !important;
  padding:13px 30px !important;
}

.tnp-subscription .tnp-submit:hover{
  background:#9a1f22 !important;
  color:#fff !important;
}

#rmp-menu-wrap-44 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

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



}

@media screen and (max-width:991px){
  .navbar-default{
    box-shadow:0 4px 6px rgba(0,0,0,.16);
    padding:15px 0 10px;
  }

  .navbar-default:before{
    height:5px;
  }

  .header_logo{
    width:100px;
  }

  .home_banner{
    margin-top:140px;
  }

  #footer{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:140px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }


  
}

@media screen and (max-width:767px){
  .home_banner{
    padding:35px 0 200px;
  }

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

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

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

  .service_panel,
  .home_form{
    padding:35px 0;
  }

  .service_panel{
    border-radius:100px 0 0;
  }

  .service_bg_title, 
  .about_bg_title, 
  .choose_bg_title, 
  .form_bg_title, 
  .testimonial_bg_title, 
  .h_cta_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:20px;
  }

  .service_title{
    font-size:20px;
    line-height:26px;
  }

  .about_panel{
    padding-top:35px;
  }

  .anout_sm_title{
    font-size:16px;
    line-height:18px;
  }

  .about_content a{
    font-size:16px;
    line-height:18px;
  }

  .choose_panel, 
  .h_cta_panel{
    padding:30px 0;
  }

  .choose_title{
    font-size:20px;
    line-height:26px;
  }

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

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

  .h_form_box{
    width:100%;
  }

  .testimonial_panel{
    padding-bottom:35px;
  }

  .testimonial_box{
    border-radius:100px 0 100px 100px;
  }

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

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

  #footer{
    padding-top:30px;
  }

  .footer_logo img{
    width:100px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
  }

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

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

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

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }

	.inner_title{
		font-size:30px;
		line-height:35px
	}
  .inner-sm-title{
		font-size:20px;
		line-height:25px
	}
	.inner_list li {
		font-size:14px;
		line-height:20px;
	}
}

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



  
}
