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

@font-face {
  font-family: 'Mazzard H';
  src: url('../fonts/MazzardH-Bold.eot');
  src: url('../fonts/MazzardH-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MazzardH-Bold.woff2') format('woff2'),
      url('../fonts/MazzardH-Bold.woff') format('woff'),
      url('../fonts/MazzardH-Bold.ttf') format('truetype'),
      url('../fonts/MazzardH-Bold.svg#MazzardH-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

.common_btn:hover{
  background:#6c2a77;
  color:#fff;
}

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

.common_btn2:hover{
  background:#64a0af;
  color:#fff;
}

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

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

.header_top{
  background:#6c2a77;
  padding:10px 0;
  transition:all 600ms ease-in-out;
}

.Header_contact a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.04em;
}

.Header_contact a:hover{
  color:#609dae;
}

.header_bottom{
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-55px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

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

}

.home-banner{
  background:#e3c0e9;
  margin-top:158px;
}

.banner_content,
.about_content{
  width:640px;
}

.banner_bg_title{
  font-family: 'Mazzard H';
  font-size:62px;
  color:#020202;
  line-height:65px;
  letter-spacing:.02em;
  padding-bottom:20px;
}

.service_panel,
.value_panel,
.faq_panel{
  padding:65px 0;
}

.service_sm_title,
.about_sm_title,
.value_sm_title,
.choose_sm_title{
  font-size:22px;
  color:#fff;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
  background:#6c2a77;
  border-radius:30px;
  margin-bottom:10px;
  padding:12px 30px;
}

.service_bg_title,
.about_bg_title,
.h_form_title,
.choose_bg_title,
.cta_bg_title,
.faq_bg_title{
  font-family: 'Mazzard H';
  font-size:48px;
  color:#609ca2;
  line-height:58px;
  letter-spacing:.02em;
  padding-bottom:30px;
}

.service_img{
  border-radius:40px 0 0;
}

.service_box:hover .service_img{
  border-radius:0 0 40px;}

.service_title{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  padding:18px 0 15px;
}

.service_box:hover .service_title,
.service_box:hover a{
  color:#6c2a77;
}

.service_box a{
  font-size:18px;
  color:#010101;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
  text-decoration:underline;
  letter-spacing:.03em;
}

.about_panel{
  padding-bottom:65px;
}

.home_form,
.h_cta_panel{
  background:linear-gradient(to bottom right, #5f9ca8, #884194);
  padding:50px 0;
}

.value_sm_title{
  margin-bottom:50px;
}

.value_box{
  background:#fff;
  box-shadow:1px 1px 4px 1px rgba(0,0,0,.3);
  border-radius:10px;
  min-height:250px;
  padding:0 20px 20px;
}

.value_panel .col:nth-child(2n) .value_box{
  margin-top:30px;
}

.value_box:hover{
  background:#e6f4fa;
}

.value_icon{
  display:inline-block;
  width:70px;
  height:70px;
  line-height:63px;
  background:#7fa2b1;
  border:4px solid #fff;
  text-align:center;
  border-radius:50%;
  margin-top:-30px;
}

.value_panel .col:nth-child(2n) .value_icon{
  background:#6c2a77;
}

.value_title{
  font-size:22px;
  color:#457680;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  padding:16px 0 12px;
}

.choose_content{
  width:800px;
}

.choose_list li{
  font-size:16px;
  color:#060606;
  line-height:26px;
  border-bottom:1px solid rgba(0,0,0,.15);
  background:url(../images/right-arrow01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding:0 0 15px 30px;
}

.choose_list li:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center top;
  background-size:cover;
}

.cta_bg_title span{
  font-size:38px;
  line-height:48px;
}

.home_map{
  line-height:0;
}

.home_map iframe{
  width:100%;
  height:400px;
  margin-bottom:0;
}

.faq_box{
  width:70%;
  margin:0 auto;
}

.accordion-item{
  border:1px solid #6c2a77 !important;
  margin-bottom:10px;
}

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

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

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#6c2a77;
  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;
}

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:60px 0 45px;
}

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

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

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

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

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

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

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

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:30px 0;
}

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

.footer_bottom .text-common a{
  color:#752179;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#5f9ca8;
  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:#e3c0e9 !important;
  margin-top:158px !important;
  padding:120px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Mazzard H';
  font-size:50px;
  color:#020202;
  line-height:60px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  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:#6c2a77;
}

.thumb-conatct .form-box{
  background:linear-gradient(to bottom right, #5f9ca8, #884194);
}

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

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

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

.contact_form .block .form-control{
  height:50px;
  border-radius:15px;
  border:none;
  background:#fff;
  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:120px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !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;
  text-transform:inherit;
  background:#5f9ca8;
  text-align:center;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#6c2a77;
  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: 'Mazzard H';
  font-size:48px;
  color:#020202;
  line-height:58px;
  font-weight:700;
}

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

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

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

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Mazzard H';
  font-size:46px;
  color:#1c1c1c;
  line-height:56px;
}

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

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

#rmp-menu-wrap-53 .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){
  .banner_content,
  .about_content{
    width:550px;
  }

  .choose_content{
    width:660px;
  }


}

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

  .header_logo{
    width:220px;
  }

  .home-banner{
    margin-top:92px;
  }

  .banner_content, 
  .about_content,
  .choose_content{
    width:340px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

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


}

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

  .banner_content, 
  .about_content, 
  .choose_content{
    width:100%;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:40px;
    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, 
  .value_panel, 
  .faq_panel{
    padding:35px 0;
  }

  .service_sm_title, 
  .about_sm_title, 
  .value_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:20px;
    padding:10px 20px;
  }

  .service_bg_title, 
  .about_bg_title, 
  .h_form_title, 
  .choose_bg_title, 
  .cta_bg_title, 
  .faq_bg_title{
    font-size:28px;
    line-height:38px;
    padding-bottom:20px;
  }

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

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

  .about_panel{
    padding-bottom:35px;
  }

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

  .h_form_content img,
  .footer_logo{
    width:200px;
  }

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

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

  .value_panel .row{
    display:block;
  }

  .value_box{
    min-height:auto;
  }

  .value_panel .col:nth-child(2n) .value_box{
    margin-top:0;
  }

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

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

  .home_map iframe{
    height:260px;
  }

  .faq_box{
    width:100%;
  }

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

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

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

  .footer_link li a, 
  .footer_contact 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{
		font-size:14px;
		line-height:20px;
	}

}

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




}
