body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/26px 'Poppins'; color:#000; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';
font-family: 'PlayfairDisplay-Bold';*/


/* .btn_link { padding: 14px 32px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 24px; background: #58c8f1; margin-top: 10px; font-weight: bold; letter-spacing: 1px; }
.btn_link:hover{ background: #6b2b77; color:#fff !important; } */


.btn_link {
  color: #fff;
  background: #58c8f1;
  text-decoration: none;
  padding: 14px 32px;
  border-radius:50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow:hidden;
  border-radius: 50px;
  font-family: 'Poppins'; 
  font-size: 14px; 
  line-height: 24px;
  margin-top: 10px; 
  font-weight: bold; 
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn_link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6b2b77;
  border-radius:50px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.btn_link:hover {
  color: #fff;
}
.btn_link:hover:before {
  border-radius:50px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}






/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 9; }


.headerMain{ width: 100%; background: #fff; padding: 6px 0;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: 150px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;position: absolute; top: -48px; left: 15px;}
.navbar-brand img{max-width: 100%; width: auto; height: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: flex-end; }
.menu_sec li{ margin: 0 0 0 40px; font-size: 16px; line-height: 20px; color:#080808; position: relative; float: left; font-weight: normal; font-family: 'Poppins'; }
.menu_sec li a{display: inline-block; color: #080808; padding: 40px 0; letter-spacing: 0; text-transform: capitalize; background: none !important; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a::after { right: -13px !important; top: 50% !important; transform: translate(0, -50%);}
.menu_sec li a:hover{ color:#6b2b77; background: none !important; }
/* .menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #6b2b77; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; } */
 .site-navigation ul .sub-menu{width: 250px; padding: 0; background: #6b2b77; top: 70px; box-shadow: 0 0 7px -4px #646363; /*height: 280px; overflow-y: auto; */ padding: 8px; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #58c8f1 !important;}

.top-logo{width: 22%; position: relative; }
.header-mid { width: 62%;}
.header-right{ width: 16%; }



.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; animation: slideDown 0.75s ease-out; box-shadow: 0 0 11px -3px rgba(51, 51, 51, 0.8); }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:6px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec .btn_link{ background: #3cb54b; float: right; margin: 0; }
/* .header_sec .btn_link:hover{ background: #58c8f1; } */
.header_sec.fixed .navbar-brand { width: 90px; top: inherit; position: inherit; left: inherit; display: block; }
.header_sec.fixed .menu_sec li a { padding: 22px 0;}
 .header_sec.fixed .btn_link {/*padding: 12px 30px;*/ border-radius: 50px;} 


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


.bannersec{ width: 100%; position: relative; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
/* .banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #335C95;
  background: linear-gradient(90deg, rgba(51, 92, 149, 0) 42%, rgba(51, 92, 149, 0.98) 100%); } */
.banner_box .banimg{ width: 100%; height: 585px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 470px; float: left; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 60px; color: #0c0c0c; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'PlayfairDisplay-Bold'; position: relative; font-weight: bold; padding-bottom: 25px; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#6b2b77; }
.ban_content{ color:#0c0c0c; padding-bottom: 10px; line-height: 28px; font-size: 16px; font-family: 'Poppins'; font-weight: normal; padding-bottom: 20px; }
.ban_btn li{ float: left; margin: 15px 15px 0 0;}
.ban_btn .btn_link{margin: 0;}
.ban_btn .call_btn{ background: #6b2b77;}
.ban_btn .call_btn:before{background: #3cb54b;}



/* .ban_btn{ display: flex; justify-content: center; width: 100%; }
.ban_btn .btn_link{ margin: 20px 20px 0; } */

.speciality_sec{ width: 100%; margin-top: -25px; position: relative; }
.spcl_box{border-radius: 15px; box-shadow: 0 0 15px -4px #6a6a6a;}
.speciality_sec .d-flex{ background: #fff; padding: 20px; border-radius: 15px; align-items: center; box-shadow: 0 0 11px -7px #6a6a6a; min-height: 122px; }
.special_heading{ font-weight: 700; font-size: 20px; line-height: 24px; padding: 0 0 5px; color:#202020; }
.speciality_sec .d-flex .flex-shrink-0 img{transition: 0.5s;}
.speciality_sec .d-flex:hover .flex-shrink-0 img{transform: rotateY(360deg);}
.speciality_sec .col-md-4:nth-child(1) .d-flex{ box-shadow: 0 2px 0.1px 1px #43af51; }
.speciality_sec .col-md-4:nth-child(2) .d-flex{ box-shadow: 0 2px 0.1px 1px #885b90; }
.speciality_sec .col-md-4:nth-child(3) .d-flex{ box-shadow: 0 2px 0.1px 1px #54bae0; }


.service_sec{ width: 100%; text-align: center; }
.service_box{ width: 100%; border-radius: 8px; padding: 0; background: #fff; box-shadow: 0 0 9px 2px #dadada; }
.service_img{ width: 100%; border-radius: 8px 8px 0 0; overflow: hidden; }
.service_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 8px 8px 0 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.service_txt{ width: 100%; padding: 50px 15px 25px; background: #fff; border-radius:0 0 12px 12px; }
.service_title{ width: 100%; font-size: 18px; line-height: 25px; font-family: 'PlayfairDisplay-Bold'; text-transform: capitalize; padding: 0 0 15px; color:#1c1c1a; font-weight: 600; min-height: 70px; }
.service_description{ font-size: 16px; line-height: 26px; font-family: 'Poppins'; color:#1c1c1a; padding: 0 0 15px; }
.service_sec .btn_link { padding: 10px 17px; position: absolute; left: 50%; transform: translate(-50%, 0); bottom: -10px; width: auto; background: #6b2b77; margin: 0; }
.service_sec .btn_link:before{background: #3cb54b;}
.service_link:hover{ color:#6b2b77; }

.service_icon{ width: 100%; position: relative; }
.service_icon i{ background: #58c8f1; width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; top: -80px; transform: translate(-50%, 0); border-radius: 100%; }
.service_icon i img { max-width: 100% !important; width: 40px !important; transition: 0.5s; }
.service_box:hover i img { transform: rotateY(360deg);}

.service_sec .owl-prev{  position: absolute; left: -35px; top: 50%; transform: translate(0, -50%); font-size: 0px !important; background: none !important; }
.service_sec .owl-prev::before { font-size: 40px; color: #000; font-weight: 300; font-family: "Font Awesome 6 Pro"; content: "\f104";}
.service_sec .owl-next{ position: absolute; right: -35px; top: 50%; transform: translate(0, -50%); font-size: 0px !important; background: none !important; }
.service_sec .owl-next:before{ font-size: 40px; color:#000; font-weight: 300; font-family: "Font Awesome 6 Pro"; content: "\f105";}
.service_sec .owl-prev:hover{ border-color:#6b2b77 !important; }
.service_sec .owl-prev:hover:before{color:#6b2b77 !important;}
.service_sec .owl-next:hover{ border-color:#6b2b77 !important; }
.service_sec .owl-next:hover:before{color:#6b2b77 !important;}
.service_sec .owl-carousel .owl-item{padding: 12px;}

.service_sec .owl-carousel{ padding-top: 20px; }
.service_box:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_sec .owl-carousel .owl-stage-outer{ padding-bottom: 25px;}

.wrapper{ padding: 80px 0; }
.top_heading{ width: 100%; font-size: 38px; line-height: 42px; font-family: 'PlayfairDisplay-Bold'; color: #000; font-weight: bold; text-transform: capitalize; padding-bottom: 20px; }
.top_paragraph{ font-size: 16px; line-height: 26px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 20px; }
.list_style{ padding: 5px 0 25px; }
.list_style li { width: 100%; display: inline-block; font-family: 'Poppins'; color: #000; font-size: 16px; line-height: 20px; position: relative; padding: 3px; padding-left: 26px; margin-bottom: 12px; background: url(../images/chk.png) no-repeat left top 2px; background-size: 18px; font-weight: normal; }
.list_style li:last-child{ margin-bottom: 0px;}



.about_sec{ width: 100%; padding-bottom: 45px !important; background: #f7f7f7; }
/* .about_row{ flex-direction: row-reverse;} */
.about_left{ width: 100%; padding: 0 20px 0 0; } 
.about_sec{ position: relative; width: 100%; }
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; position: relative; margin-bottom: 20px; }
.about_imgbox img{ max-width: 100%; border-radius: 15px; }
.wrapper.about_sec { padding-bottom: 140px;}


.health_sec{ width: 100%; text-align: center; }
.wrapper.health_sec { padding-bottom: 40px;}
.health_sec .top_heading{ padding-bottom: 40px; }
.health_box{ width: 100%; padding: 15px 6px; background: url(../images/health_bg.png) no-repeat left top; background-size: 100%; border-radius: 6px; box-shadow: 0 0 4px 3px #f4f4f4; text-align: center; margin: 15px 0; }
.health_box img{ max-height: 100%; margin: 0 0 10px; }
.health_box_heading{ width: 100%; text-align: center; font-size: 14px; line-height: 18px; color:#000; display: inline-block; font-family: 'PlayfairDisplay-Bold'; }


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 22px; color:#000 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #49c7f4; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }

.testimonial_sec{ width: 100%;  }
.wrapper.testimonial_sec { padding-top: 50px;}
.testimonial_sec .top_heading{ text-align: center; }

.get_touch { width: 100%; padding: 35px; border-radius: 10px; box-shadow: 0 0 5px 2px #e8e8e8; margin-top: 20px;}
.get_frm{ width: 100%; display: inline-block; margin: 10px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 65px; padding: 0 25px; background: #f7f7f7; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Poppins'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 130px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm input[type="file"]:focus, .get_frm select:focus, .get_frm textarea:focus{border-color:#58c8f1;}
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
.get_frm .btn_link:hover{background: #6b2b77;}
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.testimonial_box{ width: 100%; background: #fff; padding: 25px; border-radius: 15px; padding: 0 30px; }
.review{ width: 100%; display: inline-block; margin: 0 0 5px; }
.review img{ width: auto !important; max-width: auto !important;}
.review_text{ font-size: 14px; line-height: 25px; color:#000; padding: 0 0 10px; font-weight: normal; min-height: 125px; }
.client_name{ font-size: 14px; line-height: 25px; color:#000; font-style: italic; font-weight: normal; text-align: right; }

.partner_sec{ width: 100%; text-align: center; padding: 0 !important; }
.partner_logo{ width: 100%; background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 0 14px -3px #c8c8c8; }
.partner_logo img{ width: auto !important; max-width: 100% !important;}
.partner_sec .owl-carousel .owl-item{ padding: 8px;}


.footer_sec{ width: 100%; background: #230429; position: relative; }
/* .home .footer_top {margin-top: -55px; padding-top: 110px; } */

.footer_top{ width: 100%; padding: 80px 0 25px 0 }
.footer_box{ width: 100%; }
.footer_heading { font-size: 16px; line-height: 26px; font-weight: 700; color: #fff; text-transform: uppercase; padding: 0 0 20px; font-family: 'Poppins'; }
.footer_logo{ display: inline-block; margin-bottom: 32px; }
.footer_logo img{ max-height: 100%;}

.foot_link li { width: 100%; margin: 0 0 15px; font-size: 14px; line-height: 20px; color: #fff; font-weight: 500;}
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#49c7f4; }
.foot_link li:last-child{ margin-bottom: 0;}

.foot_contact li{ width: 100%; margin: 0 0 15px; font-size: 14px; line-height: 20px; color:#fff; position: relative; padding: 5px; padding-left: 35px; } 
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#49c7f4; }
.foot_contact li i{ width: 25px; height: 25px; background: #49c7f4; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 3px; color:#000; }
.foot_contact li:last-child{ margin-bottom: 0;}

.footer_box1{width: 25%;}
.footer_box2{width: 17%;}
.footer_box3{width: 28%;}
.footer_box4{width: 30%;}

.footer_btm { width: 100%; padding: 20px 0; font-size: 14px; line-height: 18px; font-weight: normal; color: #fff; text-align: center; border-top: 1px solid #fff; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#49c7f4; }

.mobile_btm{ display: none;}


/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.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; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #3cb54b; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.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; */
content: ""; /*background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%); */ background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }

.about_rt .top_subheading { font-weight: 700; text-transform: capitalize; font-size: 26px; line-height: 2rem; margin: 0 0 10px;}
.about_rt .top_subheading strong{ background: none; padding: 0;}




/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'PlayfairDisplay-Bold';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'PlayfairDisplay-Bold';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  font-family: 'PlayfairDisplay-Bold';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.7em;
  font-family: 'Poppins';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#6b2b77;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #6b2b77;
}
.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;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #000;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 2px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#6b2b77; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #58c8f1;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#58c8f1;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000;
}
.sub_heading strong{ color: #6b2b77;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}




/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_touch{ width: 100%; background: #fff; padding: 30px; }
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box input[type="date"], .get_box input[type="file"], .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#58c8f1 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #000;
padding: 0 0 15px;
font-family: 'PlayfairDisplay-Bold';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #6b2b77;
}
.contact_page_heading strong { color:#6b2b77;}
.contact_page_info {
position: relative;
color: #000;
margin-top: 25px;
padding-left: 60px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
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: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration:
none !important;
color: #000;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#6b2b77; }

.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;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #000 !important;
text-transform: capitalize;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:15px 42px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 2px;
font-weight: 700;
background: #58c8f1;
}
.contact-page input[type="submit"]:hover {
background-color: #6b2b77;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ background: none; border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 17px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.contact-page input[type="email"]{ text-transform: lowercase; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }



/* blog page css  */
.more-link {
  color: #fff;
  background: #58c8f1;
  text-decoration: none;
  padding: 13px 30px 15px;
  border-radius:50px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow:hidden;
  border-radius: 50px;
  font-family: 'Poppins'; 
  font-size: 14px; 
  line-height: 24px;
  margin-top: 10px; 
  font-weight: bold; 
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block; 
  width: fit-content;
}
.more-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6b2b77;
  border-radius:50px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.more-link:hover {
  color: #fff;
}
.more-link:hover:before {
  border-radius:50px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#6b2b77;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#6b2b77; }
.entry-title a:hover, .entry-meta a:hover { color: #6b2b77 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #6b2b77 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.get_frm p{ padding: 0; }

.testimonial_rt .top_heading { padding-bottom: 37px;}
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free{ background: #f7f7f7 !important; padding: 20px !important; border-radius: 15px; position: relative; padding-top: 52px !important; }
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-image { position: absolute; bottom: 20px; left: 20px; width: 40px;
margin: 0; }
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-image img{ max-width: 100%; }
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-rating {position: absolute; left: 25px; top: 25px;}
.testimonial_rt .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 15px; line-height: 24px; color:#2b2b2b; text-align: left; 
padding: 0 0 5px !important; margin: 0 !important;}
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-name{font-size: 16px; line-height: 26px; color:#2b2b2b; text-align: left; font-weight: 600; padding-left: 52px; }


.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#222; border-radius: 10px; font-family: 'Poppins'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.reviews_page .sp-testimonial-free-section .sp-testimonial-item{ padding: 10px !important; }
.reviews_page #sp-testimonial-free-wrapper-45 .sp-testimonial-free{ width: 100%; background: #fff !important;; padding: 30px !important;; border-radius: 15px !important; padding-top: 70px !important; box-shadow: 0 0 13px -5px #bfbfbf; height: 100%; }
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{font-size: 15px !important; line-height: 25px !important; color:#000; padding: 0 0 10px !important; font-weight: normal; min-height: 95px; text-align: left !important; margin: 0 !important;}
.reviews_page #sp-testimonial-free-wrapper-45 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute !important; left: 35px !important; top: 50px !important;}
.reviews_page #sp-testimonial-free-wrapper-45 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0px !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-name{ font-style: italic !important; text-align: left !important;}
.reviews_page .sp-testimonial-free-wrapper{ padding: 15px;}

.inner_bottm_sec .btn_link{ background: #6b2b77; }
.inner_bottm_sec .btn_link:before{ background: #3cb54b; }
.img_box img{ border-radius: 8px; width: 100%; }





/* inner form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Poppins'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container {margin: 0 0 30px;padding: 30px 20px;	border-radius: 20px;	box-shadow: 0 0 5px #dfdfdf;}
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #000;	font-size: 35px;	line-height: 1.2;	font-weight: bold;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px;
  font-family: 'PlayfairDisplay-Bold';
}
.inner-form-heading strong {color: #6b2b77;}
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #6b2b77;}
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border: 1px solid #58c8f1;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: 500; text-align: center; border-radius: 30px;
width: fit-content; background-color: #58c8f1;}
.inner-form-submit-btn input[type="submit"]:hover {background: #6b2b77; color:#fff;}
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 5px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 5px; background-size: 18px; }

.header_sec.fixed .site-navigation ul .sub-menu { top: 52px;}
.get_box input[type="file"] { padding: 15px !important;}
.get_box label { padding: 0 0 5px;}
.career_page .contact_right {padding: 30px; max-width: 750px; margin: 0 auto;}

.header_sec .btn_link { padding: 11px 22px; font-size: 13px; margin: 0 0 0 3px; }
.header_sec .report_btn.btn_link {background: #4cc8f6;}
.header-right { width: 28%; }
.top-logo { width: 18%;}
.header_sec .btn_link{ float: left; }
.header-mid { width: 54%;}
.menu_sec li {margin: 0 0 0 28px; font-size: 15px;}

.wpcf7-list-item {
  display: block !important;
  margin: 0 0 2px 0 !important;
}

.get_touchSec .box_check input, .get_touchSec .box_check input {
  width: auto;
  -webkit-appearance: auto;
}
.refe_hd p{
  font-size: 15px;
  font-weight: 600;
  color: #000000; margin: 15px 0 5px;
}

.menu_sec li {
    margin: 0 0 0 30px;
  font-size: 15px;
}
.menu_sec li a::after {
  right: -10px !important;
  width: auto !important;
}
.site-navigation ul #menu-item-17 .sub-menu{ height: 280px; overflow-y: auto; padding: 8px;}
.top-logo {
  width: 17%;
}
.header-mid {
  width: 55%;
}

.disclaimer_text { width: 100%; display: inline-block; padding: 35px 0 0; font-size: 14px; line-height: 20px; text-align: center; color:#fff; }
.inner-form-label p sup{ color:#f80617; }
.radio_btn .wpcf7-list-item{ float: left; margin: 0 20px 5px 0 !important; }
.radio_btn .wpcf7-list-item:last-child{ margin-right: 0px; }
.radio_btn .wpcf7-list-item label{ position: relative; padding: 2px; padding-left: 22px; }
.radio_btn input[type="radio"] { width: 16px; height: 16px; border-radius: 100%; background: #fff; border: 2px solid #6b2b77; outline: none; position: absolute; left: 0px; top: 7px; cursor: pointer}
.radio_btn input[type="radio"]:checked{ background:#6b2b77;}
.radio_btn2.radio_btn .wpcf7-list-item {
  float: none;
  margin-right: 0 !important;
  display: block;
}
.ndis_logo{ width: 100%; }
}
.ndis_logo li img {
  max-width: 100%;
}
.ndis_logo li {
  float: left;
  margin: 0 0 0 15px;
}
.ndis_logo li:last-child{ margin-right: 0px; }

.disclaimer_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 0 15px;
}

.disclaimer_text ul li img{ max-width: 100%; }

.disclaimer_text ul li {
  width: 55px;
}

.van_img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 707px;
}

.header-right{position: relative; }
.language_box { position: absolute; right: 15px; top: -34px; width: 150px;}
.language_box .gt_switcher { width: 100% !important;}
.language_box .gt_option { width: 100% !important;}
.language_box .gt_switcher .gt_selected a { width: 100% !important;}
.language_box .gt_switcher .gt_option a { color: #fff !important; font-size: 12px !important;}
.language_box .gt_switcher a { font-size: 13px !important;}
.header_sec.fixed .btn_link { padding: 7px 19px; font-size: 12px; margin: 0 0 0 3px;}
.header_sec.fixed .navbar-brand { width: 100px;}
.header_sec.fixed .header-right { width: 25%;}

.top_btnn {
  width: 100%;
}
.top_btnn ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.desk_none{ display: none; }
.van_img img { height: auto !important; border-radius: 10px 10px 0 0; }
.get_touch { padding: 20px;}
.get_touch .get_frm input[type="text"], .get_touch .get_frm input[type="email"], .get_touch .get_frm input[type="tel"], .get_touch .get_frm select, .get_touch .get_frm textarea { height: 55px; padding: 0 20px; border-radius: 6px; }
.get_touch .get_frm textarea{height: 100px; padding: 10px 20px;}
.get_frm { margin: 7px 0;}
.get_touch .col-md-6, .get_touch .col-md-12{ padding:0 7px;}
.get_frm .btn_link { padding: 12px 35px;}
.info_sec {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #4cc8f6;
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
}

.ndis_logo li img{ max-width: 230px;}
.ndis_logo li { margin: 0;}

@media only screen and (min-width: 1400px) {
.header-right {
  width: 25%;
}
.header-mid {
  width: 58%;
}	
	
}

@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading, .inner-form-heading { font-size: 30px; line-height: 38px; padding-bottom: 15px; }
.top_subheading { font-size: 20px; line-height: 24px; margin-bottom: 12px;}

.menu_sec li { margin: 0 0 0 25px; font-size: 15px; line-height: 20px;}
.menu_sec li a { color: #080808; padding: 30px 0px;}
.btn_link {padding: 12px 28px;}
.navbar-brand {width: 130px;}
.banner_box .banimg { height: 530px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 38px; line-height: 50px; padding-bottom: 15px; }
.ban_content { line-height: 28px; font-size: 16px; padding-bottom: 10px;}
.speciality_sec .d-flex { padding: 15px; border-radius: 15px; min-height: 115px;}
.special_heading { font-size: 18px; line-height: 24px; padding: 0 0 5px;}
.speciality_sec .d-flex .flex-shrink-0 img { max-width: 60px;}
.wrapper { padding: 65px 0;}
.service_txt { padding: 40px 15px 25px; min-height: 130px;}
.service_icon i { top: -72px;}
.service_title { font-size: 16px; line-height: 23px; padding: 0 0 15px;}
.list_style li, .top_paragraph, .inner_txt, .inner_list_txt ul li{ font-size: 15px;}
.health_box_heading { font-size: 11px; line-height: 16px;}
.health_sec .top_heading { padding-bottom: 25px;}
.wrapper.testimonial_sec { padding-top: 40px;}
.get_touch { padding: 20px;}
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea { height: 60px; padding: 0 15px; font-size: 14px;
  line-height: 18px;
}
.get_frm textarea { padding: 15px; resize: none; height: 130px;}
.get_frm { margin: 7px 0;}
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free { padding: 16px !important; padding-top: 52px !important;}
.testimonial_rt .sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 14px; line-height: 23px;}
.get_frm .btn_link { padding: 12px 35px;}
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-name { font-size: 15px;}
.testimonial_rt #sp-testimonial-free-wrapper-25 .sp-testimonial-free-section .sp-testimonial-client-image { bottom: 15px;}
.footer_btm { padding: 20px 0;}
.footer_box2 { width: 16%;}
.footer_box3 { width: 29%;}

.header_sec .btn_link {
  padding: 9px 16px;
  font-size: 12px;
  margin: 0 0 0 2px;
}
.header-right {
  width: 29%;
}
.menu_sec li {
    margin: 0 0 0 19px;
    font-size: 14px;
    line-height: 20px;
  }
.top-logo {
  width: 17%;
}
	
.navbar-brand {
    width: 110px;
  }	
.top-logo {
    width: 16%;
  }
.header-mid {
  width: 55%;
}
.menu_sec li {
    margin: 0 0 0 12px;
    font-size: 13px;
}	
.menu_sec li a::after {
  right: -8px !important;
  font-size: 7px !important;
}	

.van_img img {height: 375px !important;}
.header_sec.fixed .header-right {
  width: 29%;
}
.header_sec.fixed .btn_link {
  padding: 9px 16px;
  font-size: 12px;
  margin: 0 0 0 2px;
}	
.info_sec { padding: 12px 0; letter-spacing: 3px;font-size: 16px;}	

	
}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#3cb54b;  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;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#38a8e4;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px; font-size: 13px; }
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }


.inner_title{ font-size: 25px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.inner_list_txt ul li{font-size: 15px; line-height: 26px; }
.top_paragraph, .thank_you .inner_txt p {font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.top_heading, .inner-form-heading  { font-size: 25px; line-height: 30px; padding-bottom: 15px; }

.navbar-brand {width: auto; position: inherit; top: inherit; left: inherit;}
.navbar-brand img{ max-width: 75px; }
.header_sec.fixed{ animation: inherit;}
.header_sec.fixed .navbar-brand{width: 75px;}
.banner_box .banimg { height: 400px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 30px; line-height: 38px; padding-bottom: 15px;}
.ban_content { line-height: 25px; font-size: 15px;  padding-bottom: 10px; }
.btn_link { padding: 10px 20px; }
.ban_btn li {margin: 10px 10px 0 0;}
.banTxt {max-width: 320px;}
.speciality_sec .d-flex .flex-shrink-0 img { max-width: 50px; }
.special_heading {font-size: 15px; line-height: 18px; padding: 0 0 5px; }
.speciality_sec .d-flex { padding: 12px; border-radius: 10px; min-height: 100px; }
.wrapper { padding: 50px 0;}
.service_sec .owl-prev {left: -22px;}
.service_sec .owl-next {right: -22px;}
.lazyloaded { max-width: 25px;  }



.page .entry-header, .blog_page_header { padding: 130px 0 80px !important; }
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 10px; border-radius: 3px; height: auto;}


#glt-translate-trigger { left: 0 !important; bottom: 46px !important;}
.footer_btm { padding-bottom: 85px; }

.van_img img {height: 600px;}
.desk_none{ display: block; position: relative; }	
.headerMain .row { justify-content: space-between;}	
.language_box { right: 15px; top: -45px; width: 150px;}
.navbar-brand img { max-width: 90px; }	
#rmp_menu_trigger-235 { top: 34px !important; right: 4% !important;}	
	
	
	
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
  
.health_sec .col-md-2 { width: 33.33333%; }  
.health_box_heading {font-size: 13px; line-height: 20px;}
.get_touch { margin-top: 12px;}
.testimonial_rt .top_heading { padding-bottom: 20px;}
.footer_box1 { width: 100%; text-align: center;}
/* .home .footer_top { margin-top: -55px; padding-top: 100px;} */
.footer_logo img { max-width: 150px;}
.ndis_logo{ width: 100%;}
.ndis_logo img{ max-width: 130px;}
.footer_box2 { width: 22%;}
.footer_box3 { width: 38%; }
.footer_box4 { width: 40%;}
.footer_box{ margin: 15px 0;}
.footer_top {padding: 80px 0 45px 0;}

.toparww {width: 42px;height: 42px;}
.core-box img { width: 70px; padding-bottom: 15px;}
.footer_top { padding: 45px 0 25px 0; }
/* .home .footer_top { padding: 80px 0 25px 0; } */
.inner-form-container {margin: 0 0 25px;padding: 20px 10px; border-radius: 6px;}

.ndis_logo ul { display: flex; justify-content: center; align-items: center;}
.ndis_logo li:first-child{ margin-left: 0px; }
.van_img img {height: 360px !important;}	
	
	
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 60px !important; }

.top_heading {font-size: 24px; line-height: 30px; padding-bottom: 12px; }

.speciality_sec { padding: 45px 0 0; position: relative;}
.spcl_box { margin: 15px 0;}
.service_sec .owl-prev { left: 0; background: #58c8f1 !important; width: 40px; border-radius: 0; display: flex; align-items: center; justify-content: center; height: 40px;
}
.service_sec .owl-next { right: 0; background: #58c8f1 !important; width: 40px; border-radius: 0; display: flex; align-items: center; justify-content: center; height: 40px;
}
.about_left .top_heading br{ display: none; }
.wrapper { padding: 45px 0; }
.list_style {padding: 5px 0 10px;}
.about_rt {width: 100%; padding: 30px 0 0;}
.about_imgbox img { max-width: 100%; border-radius: 15px; width: 100%;}
.list_style li { padding-left: 22px; background-size: 15px;}
.health_box { margin: 10px 0;}
.wrapper.testimonial_sec {padding-top: 25px; }
.wrapper.health_sec {padding-bottom: 20px;}
.get_touch { padding: 15px; }
.get_frm { margin: 5px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea { height: 55px; }

.get_frm textarea{ height: 100px;}
#sp-testimonial-free-wrapper-25 .tfree-layout-grid .sp-testimonial-item {padding: 10px 20px !important;}
.testimonial_rt { padding: 30px 0 0;}
.footer_box2 {width: 20%; }
.footer_box3 { width: 40%; }
.footer_heading { font-size: 14px; line-height: 22px; padding: 0 0 14px;}
.foot_link li {margin: 0 0 10px; font-size: 12px; line-height: 18px;}
.foot_contact li { margin: 0 0 13px; font-size: 12px; line-height: 17px; padding: 5px; padding-left: 35px;}

.margin-top { margin-top: 20px;}
.core-box { padding: 25px 16px;}
.page .entry-title, .blog_page_title { font-size: 24px; line-height: 28px; }
.inner_title { font-size: 24px; }
.top_heading, .inner-form-heading  { font-size: 24px; line-height: 30px; padding-bottom: 15px; }
.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.reviews_page #sp-testimonial-free-wrapper-45 .sp-testimonial-free { padding: 20px !important; padding-top: 50px !important;}
.reviews_page #sp-testimonial-free-wrapper-45 .sp-testimonial-free-section .sp-testimonial-client-rating { left: 28px !important; top: 32px !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ min-height: auto; }
.reviews_page .sp-testimonial-free-section .sp-testimonial-item { margin: 0 !important;}
.reviews_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 14px !important; line-height: 24px !important;}
.contact_right { padding: 15px 15px 0; margin-bottom: 30px;}
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea { height: 50px; border-radius: 5px;}
.get_box textarea { height: 110px;}
.get_touchSec { padding: 0 0 20px;}
.contact-page input[type="submit"] { padding: 12px 34px !important;}


.career_page .contact_right { padding: 15px;}

.disclaimer_text ul li {
  width: 45px;
}	
.disclaimer_text {
  padding: 25px 0 0;
  font-size: 13px;
}	
	
.testimonial_rt.van_img { padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5);}
.van_img img {height: auto !important;}
	
	
	
	
	

}




@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}


}


@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 80px 0 60px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}

.inner_bottm_sec { padding: 25px 20px;}


.banTxt .ban_heading, .banTxt h1 { font-size: 22px; line-height: 29px; padding-bottom: 10px;}
.ban_content { line-height: 23px;font-size: 14px; padding-bottom: 8px; }
.banTxt { max-width: 280px; }
.btn_link { padding: 8px 16px; font-size: 12px; }
.banner_box .banimg { height: 310px; }
.health_sec .col-md-2 {  width: 50%;}
.spcl_box { margin: 10px 0; }
.speciality_sec { padding: 35px 0 0; position: relative; margin: 0; }
.service_sec .owl-prev::before {font-size: 26px;}
.service_sec .owl-next::before { font-size: 26px;}
.service_sec .owl-prev, .service_sec .owl-next{ width: 35px; height: 35px; }
.service_sec .owl-carousel .owl-stage-outer {padding-bottom: 33px;}
.about_left {width: 100%; padding: 0;}
.about_rt .col-6{ padding: 0 5px;}
.about_rt .row{ margin: 0 -5px;}
.about_imgbox {margin-bottom: 10px;}
.about_imgbox img { border-radius: 8px;}
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea { height: 52px;}
#sp-testimonial-free-wrapper-25 .tfree-layout-grid .sp-testimonial-item { margin-bottom: 0 !important; }
.health_box { margin: 10px 0; min-height: 170px; }
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.footer_heading { font-size: 16px; line-height: 24px; padding: 0 0 14px; }
.foot_contact li { font-size: 14px; line-height: 18px;}
.foot_link li { margin: 0 0 10px; font-size: 14px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.toparww_main.fixed .toparww {bottom: 30px;}
.toparww {right: 5px;}


} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
.info_sec {
    padding: 10px 0;
    letter-spacing: 1px;
    font-size: 15px;
  }	
	
}
