@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ margin:0px; padding:0px; font-family: 'muliregular'; font-size:16px; color:#202020; background:#fff; min-height:100%;}
p{ margin:0px; padding:0px 0 20px 0; font-family: 'muliregular'; font-size:16px; color:#202020; line-height:26px;}
h1{ margin: 0; padding: 0; font-size:40px; line-height:40px; font-family: 'muliregular'; color: #000000; margin: 0px 0px 20px;}
h2{ margin: 0; padding: 0; font-size:40px; line-height:40px; font-family: 'muliregular'; color: #000000; margin: 0px 0px 20px;}
h3{ margin: 0; padding: 0; font-size:22px; line-height:24px; font-family: 'muliregular'; color: #000000; margin: 0px 0px 3px;}
h4{ margin: 0; padding: 0; font-size:26px; line-height:30px; font-family: 'muliregular'; color: #000000; margin: 0px 0px 20px;}
h5{ margin: 0; padding: 0; font-family: 'muliregular';}
h6{ margin: 0; padding: 0; font-family: 'muliregular';}

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#4c7998;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr { height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}

.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}

/*	Reset style			*/
::-moz-selection { color: #fff; background: #0093dd;}
::selection {  color: #fff; background: #0093dd;}

/* home form css */
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#ffffff;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {color:#ffffff;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder {color:#ffffff;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder 
{color:#ffffff;opacity:1}

.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], input[type="date"], select { display: block; width: 100%;  font-family: 'muliregular'; font-weight: 400; font-size: 17px; color: #ffffff; height: auto; background: none; padding: 15px 35px 15px 15px; margin-bottom: 12px; outline: none; border-radius: 6px; box-shadow: none; line-height: normal; border: 1px solid #b9cad9;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
textarea.form-control, textarea {height:90px;resize:none; overflow:hidden;}
.form-control:focus,textarea.form-control:focus {outline:none;box-shadow:none; border:none; background-color:transparent; box-shadow: none;}

/* home form css */
select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border: 1px solid #bcbcbc;border-radius:5px;box-shadow:none;background:url(../images/down-arrow-black.png) no-repeat 94.5% center;font-size:15px;color:#7e7e7e;height:48px;padding:0 15px; font-family: 'muliregular'; line-height:normal; font-weight:400; text-transform:none; cursor: pointer; background-color:#fff;}
select.form-control:focus {border:1px solid #bcbcbc;outline: none;background:url(../images/down-arrow-black.png) no-repeat 94.5% center;}
select.form-control option {color:#1f1f1f; font-size:12px; font-weight:400;}


/* home form css */
select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border: 1px solid #bcbcbc;border-radius:5px;box-shadow:none;background:url(../images/down-arrow-black.png) no-repeat 94.5% center;font-size:15px;color:#7e7e7e;height:48px;padding:0 15px; font-family: 'muliregular'; line-height:normal; font-weight:400; text-transform:none; cursor: pointer; background-color:#fff;}
select.form-control:focus {border:1px solid #bcbcbc;outline: none;background:url(../images/down-arrow-black.png) no-repeat 94.5% center;}
select.form-control option {color:#1f1f1f; font-size:12px; font-weight:400;}

.btn{ position:relative; font-size: 16px; line-height:normal; padding:15px 25px; color: #fff; text-transform: uppercase; outline: none; border: none; border-radius: 0; background-repeat: no-repeat; background-size: 100% 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden; border-radius:5px; background-color:#f16c43; font-family: 'mulibold'; border: 1px solid #f16c43; letter-spacing: 1px;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0;box-shadow:none; color:#f16c43; background-color: #fff; border: 1px solid #f16c43; text-transform: uppercase;}
.btn:hover { color:#f16c43; background-color: #fff; border: 1px solid #f16c43;}
 
.padTopbtm{padding:90px 0;}
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}

/*		menu style		*/
.navWrap {position:relative; z-index:9; margin: 0px 0 0 0px; float: right;}
.navigation ul{ margin:0px; padding: 0px; list-style: none; }
.navigation ul li{ float: none; display: inline-block; vertical-align: top;position: relative; margin:0px 10px;}
.navigation ul li:last-child:after { display:none;}
.navigation ul li:last-child { margin-right:0px;}
.navigation ul > li a{ color: #000000; padding:0px; line-height:normal; display: block; font-size:15px; font-weight:500; padding:50px 0px; text-transform: uppercase;}
.navigation ul > li.arrow a {padding-right:15px;}
.navigation ul > li.arrow:after {content:''; width: 10px; height:6px; display:block; position:absolute; right:0px; top:-1px; bottom:0; margin:auto; background-image:url(../images/arrow-down-icon.png); background-repeat: no-repeat; background-size: auto; background-position: center;}
.navigation ul > li:hover > a { color: #015194;}
.navigation ul > li:before { content: ' '; position: absolute; left:0px; right:0px; bottom: 0px; width: 0px; height: 3px; background-color: #015194; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.navigation ul > li:hover:before { width:100%;}
.navigation ul li.active > a { color: #015194;}
.navigation ul li.active:before { width: 100%;}
.navigation ul > li ul { visibility: hidden; opacity: 0; position: absolute; top: 116px; left:-15px; width: 100%; transform: translateY(-20%); z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; min-width: 270px; background: #015194; border: 0; border-radius:5px; padding: 0px 0px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);}
.navigation ul li:hover > ul {visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%);transition-delay: 0s, 0s, 0.3s; }
.navigation ul li > ul li{ display: block; margin: 0px; padding:0; border-top: 1px solid #fff;}
.navigation ul li > ul li a {color: #fff;border:0;padding: 13px 20px 13px 24px; margin:0; border-radius:0; height:auto; line-height:17px; font-size:14px; text-transform:uppercase;}
.navigation ul li > ul li:last-child a {border-bottom:0;}
.navigation ul li > ul li:hover > a {color:#7bb232; background-color:transparent;}
.navigation ul li > ul li.active > a { color:#7bb232;}
.navigation ul > li ul li:last-child { border-radius:0px;}
.navigation ul ul li:first-child { border:none;}
.navigation ul ul li:before { display:none;}
.navigation ul ul ul { top:0px; left:235px;}
.navigation ul ul ul:before { display:none;}

a.meanmenu-reveal{display:none}
.mean-container .mean-bar{float:left;width:auto; padding:4px 0;min-height:auto;z-index:999999}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:12px 13px 10px 13px;position:relative;top:0px;right:0;left:0 !important;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700; background-color: #7bb232; margin:0;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{ float: left; width: 100%; background: #015194; margin-top: 24px; position: absolute; z-index: 1;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%; box-sizing: border-box;}
.mean-container .mean-nav ul li a{display:block;float:left;width:100%;padding:9px 15px; font-size:14px;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,0.5);text-decoration:none;text-transform:uppercase; box-sizing: border-box;}
.mean-container .mean-nav ul li li a{  width: 100%; padding: 10px 30px; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255,0.25);opacity: .75; filter: alpha(opacity=75); text-shadow: none!important; visibility: visible; box-sizing: border-box; font-size: 13px;}
.mean-container .mean-nav ul li li.active a {background:#0091bf;}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav > ul > li.active > a, .mean-container .mean-nav > ul > li.current_page_item > a, .mean-container .mean-nav > ul > li > a:hover, .mean-container .mean-nav ul li li a:hover {background:#0091bf;}
.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:42px; height: 38px; padding: 8px 12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,0.1);border:none!important;border-left:1px solid rgba(255,255,255,0.4)!important;border-bottom:1px solid rgba(255,255,255,0.2)!important}
.mean-container .mean-nav ul li a.mean-expand:hover{background:#0091bf}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.small_nav{ position: relative;}

/* triangle toggle */
.triangle-box {width: 0;height: 0;border-style: solid;border-width: 0 50px 45px 0;border-color: transparent #7bb232 transparent transparent; position:absolute; right:0; top:0; z-index:111; cursor:pointer; display:none;}
.triangle-box.active {border-color: transparent #4b7910  transparent transparent;}
.triangle-box i {color:#fff; font-size:14px;}
.triangle-box .fa-plus {margin:5px 0 0 30px;}
.triangle-box .fa-minus {display:none;margin:5px 0 0 30px;}
.triangle-box.active .fa-plus {display: none;}
.triangle-box.active .fa-minus {display: block;}

/* search box toggle */
.searchbox{position:absolute; width:300px; max-width: 300px; right:-1px; top:0; opacity:0; height: 40px; visibility: hidden; transition: all .3s ease-in-out; z-index: 10;border-top:none; background-color: #fff;     border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
.searchbox input[type="search"] {width: 300px;float: left;border: none;height: 40px;padding: 0 15px;font-size:14px;     border: 1px solid #ccc;     border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
.searchbox input[type="search"]:focus{outline:none;}
.searchbox .closesearch {width: 80px;float: none;display: inline-block;height: 100%;position: absolute;top: 0;right: 0;bottom: 0;background-color:#63bac4;color: #fff;line-height: 30px;border: none;     border-radius: 0px; appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;}
.searchbox.open{top: 40px;opacity: 1;visibility: visible;}

/* scroll top */
.scrollTop { position: fixed; width: 35px;bottom: 2%; right: 2%; background-color:#015194; color: #fff; font-size: 18px; line-height: 30px; opacity: 0; visibility: hidden; webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; border: 2px solid #fff; border-radius: 50%;}
.scrollTop i { position:relative; top:2px;}
.scrollTop:hover, .scrollTop:focus{color:#fff; border:2px solid #fff;}
.scrollTop.pop{opacity:1; visibility: visible;}

/*	Header	*/
.mainHd {width:100%; z-index:99; padding:0px 0px; margin:0px; background-color:#fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative;}
.header-nav-top { position: relative; background-color: #015194;}
.header-nav-top:before { content: ' '; position: absolute; left:0px; top:0px; background-color: #7bb232; width: calc(100vw - 50vw - 300px); height: 100%;}
.header-nav-top .left-email { float: left; position: relative; padding: 15px 20px 15px 0px; margin: 0px; background-color: #7bb232;}
.header-nav-top .left-email i { margin-right: 6px;}
.header-nav-top .left-email p, .header-nav-top .left-email p a { font-size: 14px; line-height: 16px; color: #fff; padding: 0px;}
.header-nav-top .left-email p a:hover { color: #015194;}
.header-nav-top .right-address-social { float: right; position: relative; margin: 0px; padding: 12px 0px; display: inline-table;}
.header-nav-top .right-address-social .left-address-bx { position: relative; list-style: none; padding:0px; margin:0px 61px 0px 0px; display: inline-block;}
.header-nav-top .right-address-social .left-address-bx:after { content:' '; position: absolute; right: -30px; bottom: 0px; width: 1px; height: calc(100% + 5px); top:-5px; background-color: #3474a9;}
.header-nav-top .right-address-social .left-address-bx p { padding:0px; margin:0px; font-size: 14px; line-height: 16px; color: #fff;}
.header-nav-top .right-address-social .left-address-bx p span { display: inline-block; position: relative; margin:0px 10px 0px 0px}
.header-nav-top .right-address-social .social-listing { position: relative;  display: inline-block;}
.header-nav-top .right-address-social .social-listing ul { position: relative; margin:0px; padding: 0px;}
.header-nav-top .right-address-social .social-listing ul li { display: inline-block; position: relative; margin:0px 6px 0px 0px; padding: 0px;}
.header-nav-top .right-address-social .social-listing ul li:after { display: none;}
.header-nav-top .right-address-social .social-listing ul li a { color: #fff; position: relative;}
.header-nav-top .right-address-social .social-listing ul li a:hover { color: #7bb232;}
.header-nav-bottom { width:100%; position:relative; padding:0px;}
.header-nav-bottom .call-us { float:right; margin:33px 0px 0px 28px; padding-left: 60px; position: relative; border-left: 1px solid #c0c1de;}
.header-nav-bottom .call-us span { display:inline-block; position: absolute; left: 20px; top: 5px;}
.header-nav-bottom .call-us p { padding: 0px; margin: 0px; line-height: 18px; text-transform: uppercase; color: #737373; font-size: 13px;}
.header-nav-bottom .call-us a { font-size: 23px; line-height:28px; color: #015194; font-family: 'mulibold';}
.header-nav-bottom .call-us a:hover { color: #7bb232;}
.logo { float: left; margin:24px 0px; max-width:222px; position: relative; z-index: 1; padding: 0px; top:0px;}
.logo a { display:block; width: 100%;}

/* banner-home */
.banner { background:#7bb232; position: relative; width:100%;}
.slider-item {position:relative;}
.banner-img, .banner-img img { width:100%; position:relative;}
.banner-img:after { content:' '; position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.1);}
.banner .middle-banner { -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); bottom: auto; position: absolute; right: auto; text-align: center; top:calc(50%); transform: translateY(-50%); width: 100%; z-index:5;}
.middleTextBan { width:100%; position:relative; text-align:left; margin: 0px auto; z-index:1;}
.middleTextBan h2 { font-size: 54px; line-height: 60px; color: #0c1e2e; margin: 0px 0px 15px; padding: 0px 0px; font-family: 'muli_semiboldregular';}
.middleTextBan h2 span { display: inline-block; font-family: 'mulibold'; font-size: 57px; color: #013b6c;}
.middleTextBan p { font-size: 18px;line-height: 28px;color: #000000; padding:0px 40px 30px 0px;}

/* banner dots	*/
.slide-banner .slick-dots {text-align:center; position:absolute; left:0; right:0; bottom:25px; margin:0}
.slide-banner .slick-dots li {display:inline-block; margin:0 3px;border:0; line-height:normal}
.slide-banner .slick-dots li.slick-active button { background:#015194;}
.slide-banner .slick-dots li button { width:10px; height:10px; border:1px solid #015194; background:transparent; text-indent:-9999px; outline:none; border-radius:50%;}

/* welcome-section */
.welcome-partners-sections { width: 100%; position: relative; padding:115px 0px 100px; background-color: #fff;}
.welcome-partners-sections:after { content: ' '; position: absolute; right:0px; bottom: 0px; width: 100%; max-width: 372px; height: 100%; max-height: 466px; background-image: url(../images/logo-welcome.png); background-repeat: no-repeat; background-size: contain;}
.left-welcome-pic { width: 100%; position: relative; height: auto; padding-top: 15px; padding-left: 15px;}
.left-welcome-pic:before { content: ' '; width:calc(100%  - 120px); height: calc(100% - 168px); position: absolute; left: 0px; top:0px; background-image: url(../images/triangle-blue.png); background-repeat: no-repeat; background-size: contain;}
.left-welcome-pic .inner-frame-welcome { width: 100%; position: relative; margin:0px; border-radius: 10px; border: 1px solid #fff; overflow: hidden;}
.left-welcome-pic .inner-frame-welcome img { width: 100%; height: 100%;}
.rig-welcome-details { position: relative; margin:0px; padding:0px 0px 0px 30px}
.rig-welcome-details h1 span {font-family: 'mulibold'; color: #0b3e69;}

/* services-section */
.services-section { width: 100%; position: relative; margin: 0px; padding:40px 0px 110px; text-align: center;}
.services-section h2 span {font-family: 'mulibold'; color: #0b3e69;}
.services-section p { position: relative; margin: 0px 0px 60px; padding: 0px;}
.services-slide { position: relative; margin:0px; padding:0px 0px}
.services-slide .slick-list { margin-left: -15px; margin-right: -15px;}
.services-slide .item-slide { padding-left: 15px; padding-right: 15px;}
.services-slide .slick-arrow { width:34px; height:34px; position:absolute; top:-180px; bottom:0px; margin:auto; font-size: 0px; background-color: transparent; border: 0px; outline:none;}
.services-slide .slick-next.slick-arrow { background-image:url(../images/slide-arrow-right.png); background-size:auto; background-position:center; left:inherit; background-repeat:no-repeat; right:-50px;}
.services-slide .slick-prev.slick-arrow { background-image:url(../images/slide-arrow-left.png); background-size:auto; background-position:center; background-repeat:no-repeat; left:-50px;}
.item-services-bx { width: 100%; position: relative; margin: 0px; padding: 0px; transition: all .5s; border-radius: 5px 5px 0px 0px; overflow: hidden;}
.item-services-bx .frame-services-img { width: 100%; position: relative; padding: 0px; margin:0px; overflow: hidden; height: 100% !important;}
.item-services-bx .frame-services-img img { width: 100%; height: 100%; object-fit: cover;}
.item-services-bx .details-services-txt { width: 100%; position: relative; margin:0px; padding: 0px; 
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; opacity: 0;}
.item-services-bx .details-services-txt .circle-icon-ech { width: 88px; height: 88px; background-color: #fff; border: 3px solid #fff; text-align: center; border-radius: 50%;    margin: -45px auto 0px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}


.item-services-bx .details-services-txt .circle-icon-ech.green { background-color: #8cc63f;}
.item-services-bx .details-services-txt .heading-title-ser { width: 100%; position: relative; margin:0px; padding: 0px;}
.item-services-bx .details-services-txt .heading-title-ser h3 { margin:0px 0px 0px; padding:0px; font-size: 22px; line-height: 23px; color: #0a2841; font-family: 'mulibold';}
/*.item-services-bx .details-services-txt .det-txt-ser { position: relative; margin:0px; padding: 0px 0px 15px;}
.item-services-bx .details-services-txt .det-txt-ser p { padding: 0px; margin:0px; position: relative;}
.item-services-bx .details-services-txt a { display: inline-block; position: relative; margin:0px; padding: 0px; font-size: 16px; text-transform: uppercase; color: #f16c43; font-weight: 600;}
.item-services-bx .details-services-txt a span { display: inline-block; position: relative; margin-left: 5px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;     top: -2px;}
.item-services-bx .details-services-txt a:hover { color: #015194;}
.item-services-bx .details-services-txt a:hover span { margin-left: 10px;}*/

.item-services-bx:hover .details-services-txt { -webkit-transform: translateY(-120px); -moz-transform: translateY(-120px); -o-transform: translateY(-120px); -ms-transform: translateY(-120px); transform: translateY(-120px); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}

.item-services-bx .hover-effect-bx {width: 100%; height: 100%; position: absolute; background-color:rgba(50, 105, 166, .90); /*-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);*/ -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=1); opacity: 1; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; top: 0px; box-sizing: border-box; padding: 15px;}
.item-services-bx:hover .hover-effect-bx { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); opacity: 1;}
.item-services-bx .hover-effect-bx h3 {margin:0px 0px 5px; padding:0px; font-size: 22px; line-height: 23px; color: #fff; font-family: 'mulibold';}
.item-services-bx .hover-effect-bx p {padding:0 0 15px; color:#fff; line-height: 22px; font-size:15px;}
.item-services-bx .hover-effect-bx a {display: inline-block; position: relative; margin:0px; padding: 0px; font-size: 16px; text-transform: uppercase; color: #fff; font-weight: 600;}
.item-services-bx .hover-effect-bx a span { display: inline-block; position: relative; margin-left: 5px; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; top: -2px;}
.item-services-bx .hover-effect-bx a:hover { color: #000;}
.item-services-bx .hover-effect-bx a:hover span { margin-left: 10px;}
.item-services-bx .hover-effect-bx .icon-box-hover {width:88px; height:88px; border:1px solid #fff; border-radius:50%; text-align:center; 
margin:0 auto 20px; line-height: 88px;}
.item-services-bx .hover-effect-bx .icon-box-hover img {display:inline-block;  -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);}
.services-section .item-services-bx .hover-effect-bx p {margin:0;}
.item-services-bx .details-services-txt .circle-icon-ech img {display:inline-block;}

.services-slide .item-slide.services-slide-1 .item-services-bx .hover-effect-bx {background-color:rgba(50, 105, 166, .90);}
.services-slide .item-slide.services-slide-2 .item-services-bx .hover-effect-bx {background-color:rgba(94, 170, 187, .90);}
.services-slide .item-slide.services-slide-3 .item-services-bx .hover-effect-bx {background-color:rgba(191, 43, 120, .90);}
.services-slide .item-slide.services-slide-4 .item-services-bx .hover-effect-bx {background-color:rgba(108, 148, 66, .90);}
.services-slide .item-slide.services-slide-5 .item-services-bx .hover-effect-bx {background-color:rgba(46, 108, 121, .90);}
.services-slide .item-slide.services-slide-6 .item-services-bx .hover-effect-bx {background-color:rgba(90, 43, 102, .90);}
.services-slide .item-slide.services-slide-7 .item-services-bx .hover-effect-bx {background-color:rgba(242, 157, 75, .90);}
.hover-effect-bx .icon-box-hover, .hover-effect-bx h3, .hover-effect-bx a{-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.hover-effect-bx:hover .icon-box-hover{ transform: translateY(-10%); }
.hover-effect-bx:hover h3 {transform: translateY(-20%);}
.hover-effect-bx:hover a{transform: translateY(20%);}



/* why choose us */
.why-choose-us-section { position: relative; margin:0px; padding:80px 0px 40px; background-image: url(../images/why-bg.jpg); background-position: center; text-align: center;}
.why-choose-us-section h2 { color: #fff;}
.why-choose-us-section h2 span {font-family: 'mulibold';}
.why-choose-us-section p { color: #fff; padding: 0px 0px 60px;}
.col-why-choose {display: inline-block;float: none;vertical-align: top;width: 33%;}
.why-choose-us-section .item-why-choose { position: relative; border: 1px dashed #fff; border-radius: 10px; margin: 30px 0px 60px; box-sizing: border-box; padding: 0px 40px 30px;}
.why-choose-us-section .item-why-choose .circle-why-choose { width: 90px; height: 90px; text-align: center; position: relative; border: 1px dashed #fff; border-radius: 50%; margin: -45px auto 25px; background-color: #0a5493;}
.why-choose-us-section .item-why-choose .inner-txt-why { position: relative; margin:0px; padding: 0px 0px 20px;}
.why-choose-us-section .item-why-choose .inner-txt-why h3 { color: #fff; font-size: 24px; line-height: normal; font-family: 'muli_semiboldregular'; padding:0px; margin:0px;}

/* mainft */
.mainft {position:relative; background:#151a21; padding:95px 0 40px; border-top:2px solid #5196ad; text-align:center; z-index:2;}
.mainft:after {content:''; position:absolute; background:url(../images/footer-img.png) no-repeat right bottom; right:0; bottom:0; width:346px; 
height:438px; z-index:1;}
.ft-logo {max-width:234px; margin:0 auto 40px; position:relative; z-index:2;}
.ft-menu ul {margin:0; padding:0; list-style-type:none;}
.ft-menu ul li {display:inline-block; font-family: 'muli_lightregular'; font-size:17px; color:#fff; margin-right:65px; position:relative;}
.ft-menu ul li a {color:#fff;}
.ft-menu ul li a:hover {color:#f16c43;}
.ft-menu ul li:last-child {margin:0;}
.ft-menu ul li:after {content:"/"; position:absolute; color:#fff; top:0; bottom:0; margin:auto; right:-38px;}
.ft-menu ul li:last-child:after {display:none;}
.ft-menu {margin:0 0 50px; position:relative; z-index:2;}
.ft-contact-details ul {margin:0; padding:0; list-style-type:none;}
.ft-contact-details ul li {display:inline-block; font-family: 'muli_lightregular'; font-size:17px; color:#8cc63f; position:relative; padding-left:45px; margin:0 0 30px;}
.ft-contact-details ul li:last-child {margin:0;}
.ft-contact-details ul li span {font-size:20px; color:#fff; font-family: 'muli_semiboldregular';}
.ft-contact-details ul li span a {color:#fff;}
.ft-contact-details ul li span a:hover {color:#f16c43;}
.ft-contact-details ul li:before {content:''; position:absolute; width:31px; height:31px; border-radius:50%; border:2px solid #8cc63f; left:0; top:-4px;}
.ft-contact-details ul li.phone:before {background-image:url(../images/call-us-icon.png); background-repeat:no-repeat; background-position:center center;}
.ft-contact-details ul li.email:before {background-image:url(../images/email-us-icon.png); background-repeat:no-repeat; background-position:center center;}
.ft-contact-details ul li.visit:before {background-image:url(../images/email-us-icon.png); background-repeat:no-repeat; background-position:center center;}
.ft-contact-details ul li:first-child {margin-right:68px;}
.ft-contact-details ul li:first-child:after {content:''; position:absolute; width:2px; height:18px; background:#ffffff; top:0; bottom:0; margin:auto; 
right:-35px;}
.ft-contact-details {margin:0 0 42px; position:relative; z-index:2;}
.ft-copyright {position:relative;}
.ft-copyright:before {content:''; position:absolute; height:1px; width:100%; background:#2d3138; left:0; top:48%;}
.ft-copyright p {font-family: 'muli_lightregular'; font-size:15px; color:#c1c1c1; padding:0 12px; display:inline-block; position:relative; z-index:1; background:#151a21;}
.ft-copyright p a {color:#8cc63f;}
.ft-copyright p a:hover {color:#f16c43;}

/* hm-contact */
.hm-contact {position:relative; background:url(../images/get-in-touch-bg.jpg) no-repeat 0 0; background-size:cover; background-position: center;}
.hm-map {position:absolute; left:0; top:0; width:50%; }
.hm-contact [class*=col-] {float:right;}
.hm-map iframe {width:100%; height:100%;}
.hm-getInTouch {padding: 70px 0 70px 70px;}
.hm-getInTouch h2 {color:#fff; margin:0 0 4px;}
.hm-getInTouch h2 span {font-family: 'mulibold'; }
.hm-getInTouch p {font-size:15px; color:#fff; line-height: 23px; padding:0 0 30px;}
.hm-getInTouch input[type="text"] {background:url(../images/name-icon.png) no-repeat no-repeat 96% center;}
.hm-getInTouch input[type="tel"] {background:url(../images/phone-icon.png) no-repeat no-repeat 96% center;}
.hm-getInTouch input[type="email"] {background:url(../images/email-icon.png) no-repeat no-repeat 96% center;}
.hm-getInTouch textarea {background:url(../images/message-icon.png) no-repeat no-repeat 96.7% 12px;}
.hm-getInTouch input[type="submit"] {margin-top:10px;}

/* hm-blog */
.hm-blog {position:relative; padding:100px 0 40px;}
.blog-heading {text-align:center; margin:0 0 30px;}
.blog-heading h2 {margin:0 0 12px;}
.blog-heading h2 span {font-family: 'mulibold'; color:#0b3e69;}
.blog-heading p {font-size:15px; color:#5a5a5a; line-height: 24px;}
.blog-img img {width:100%; height:100%;}
.blog-date {width:56px; height:56px; border-radius:50%; background-color:#0091be; text-align:center; float: right; margin-top: -27px; margin-right:10px; 
border:3px solid #fdd6e1;}
.blog-date h4 {font-family: 'mulibold'; font-size:12px; color:#fff; line-height:13px; margin:0; text-transform:uppercase;}
.blog-cont {border:1px solid #e8e8e8; padding:35px 15px; border-radius: 0 0 4px 4px;}
.blog-cont h3 {font-family: 'muli_semiboldregular'; font-size:16px; color:#0a2841; text-transform:uppercase; margin:0 0 6px; line-height:22px;}
.blog-cont p {font-family: 'muli_lightregular'; font-size:15px; color:#3b3b3b; line-height: 23px;}
.blog-cont p a { color: #3b3b3b;}
.blog-cont p a:hover { color: #f16c43;}
.blog-cont a {font-family: 'mulibold'; font-size:14px; color:#f16c43; text-transform:uppercase; display:inline-block; position:relative;}
.blog-cont > a:after {content:""; position:absolute; background:url(../images/right-arrow.png) no-repeat right center; width:10px; height:10px; right:-16px; top:4px;}
.blog-cont > a:hover {color:#0b3e69;}
.blog-box {border-radius:4px 4px 0 0; overflow:hidden;}

/* hm-care */
.hm-care {position:relative; background:url(../images/care-bg.jpg) no-repeat 0 0; background-size:cover; padding:162px 0; background-position:center;}
.care-cont h2 {color:#fff; margin:0 0 8px;}
.care-cont h3 {font-family: 'mulibold'; font-size:40px; color:#fff; line-height: 40px; margin:0 0 15px;}
.care-cont p {font-size:24px; color:#fff; padding:0 0 35px;}
.care-cont p a {font-family: 'mulibold'; color:#fff;}
.care-cont p a:hover {color:#f16c43;}

/* hm-team */
.hm-team {position:relative; padding:60px 0 120px;}
.team-heading {text-align:center; margin:0 0 40px;}
.team-heading h2 {margin:0 0 10px;}
.team-heading h2 span {font-family: 'mulibold'; color:#0b3e69;}
.team-heading p {font-size:15px; color:#5a5a5a; line-height:24px;}
.team-img {border-radius:6px 6px 0 0; overflow:hidden;}
.team-img img {width:100%; height:100%;}
.team-cont {text-align:center; padding:22px 22px 0; position: relative; background: #fff; margin: -40px 10px 0;}
.team-cont h3 {font-family: 'mulibold'; font-size:20px; color:#0a2841; text-transform:uppercase; margin:0;}
.team-cont h4 {font-family: 'mulibold'; font-size:15px; color:#7bb232; text-transform:uppercase; margin:0;}

/* hm-ndis */
.hm-ndis {position:relative; padding:0px 0 60px; }
/*.hm-ndis {position:relative; padding:200px 0 60px;}*/
.ndis-heading h2 {margin:0 0 10px;}
.ndis-heading h2 span {font-family: 'mulibold'; color:#0b3e69;}
.ndis-heading p {font-size:15px; color:#5a5a5a; line-height:24px;}
.ndis-heading {margin:0 0 20px;}
.ndis-cont { position: relative; padding: 0px; margin: 0px; counter-reset: my-sec-counter;}
.ndis-cont-box {float:left; border-bottom:1px solid #d9d9d9; margin:0 50px 22px 0; padding:0 0 22px;  counter-increment: my-sec-counter;}
.ndis-cont-box-left { position:relative; float:left; width:78px; height:78px; border-radius:50%; text-align:center; background-color:#0091be;}
.ndis-cont-box-left:before { content: ' '; position: absolute; width: calc(100% - 10px); height: calc(100% - 10px); left:0px; top:0px; right: 0px; bottom: 0px; margin: auto; border-radius: 50%; border: 1px solid #fff;}
.ndis-cont-box-left span { position: relative; width: 100%; height: 100%; float: left;}
.ndis-cont-box-left span:before { content:counter(my-sec-counter) ". "; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); font-family: 'mulibold'; font-size:36px; color:#fff;}
.ndis-cont-box-right {float:left; width:calc(100% - 78px); padding-left:22px;}
.ndis-cont-box-right h3 {font-family: 'mulibold'; font-size:20px; color:#0a2841; margin:0 0 6px;}
.ndis-cont-box-right p {font-size:15px; color:#202020; line-height:24px; padding:0;}
.ndis-cont-box-right p a {font-family: 'mulibold'; color:#f16c43; text-transform:uppercase;}
.ndis-cont-box-right p a:hover {color:#0091be;}
.ndis-cont-box:last-child {border:none; padding:0; margin:0 50px 0 0;}
.ndis-img {border-radius:6px; overflow:hidden;}

/* inner about us */
.left-welcome-pic-other { width: 100%; position: relative;}
.left-welcome-pic-other .inner-frame-welcome-one { width: 100%; position: relative; margin: 0px; border-radius: 10px; border: 1px solid #fff; overflow: hidden; }
.left-welcome-pic-other .inner-frame-welcome-two {width: 100%; max-width: 293px; height: 100%; max-height: 214px; border-radius: 10px; border: 5px solid #fff; overflow: hidden; position: absolute; bottom: 0px; right: 0px; margin-bottom: -30px; margin-right: -20px;}
.left-welcome-pic-other .inner-frame-welcome-one img, .left-welcome-pic-other .inner-frame-welcome-two img { width: 100%; height: 100%; object-fit:cover;}
.what-we-do-inner-section { text-align: center; width: 100%; position: relative; margin:0px; padding:60px 0px 50px;}
.what-we-do-inner-section h2 span {font-family: 'mulibold'; color: #0b3e69;}
.what-we-do-inner-section p { position: relative; margin: 0px 0px 60px; padding: 0px;}
.col-what-we-do {float: none;display: inline-block;vertical-align: top;width: 24.6%;}
.item-what-we-do { width: 100%; position: relative; margin:36px 0px 30px; padding: 0px 20px 30px; border: 1px dashed #015194; border-radius: 5px;}
.item-what-we-do .heading-title-what-do { position: relative; margin:0px 0px 15px; padding: 0px;}
.item-what-we-do .heading-title-what-do h3 { font-size: 20px; line-height: 22px; color: #013b6c; font-weight: 500; font-family: 'muli_semiboldregular';}
.item-what-we-do .circle-blue-icon { width: 73px; height: 73px; background-color: #015194; border-radius: 50%; margin:-37px auto 15px; position: relative; 
overflow:hidden;}
.item-what-we-do .circle-blue-icon:before { content:' '; position: absolute; left:0px; top:0px; border: 1px dashed #fff; border-radius: 50%; margin:auto; width: calc(100% - 6px);  height: calc(100% - 6px);     right: 0px;
    bottom: 0px;}

.our-mission-section { width: 100%; position: relative; margin:0px 0px 30px; padding:90px 0px;}
.our-mission-section .rig-bx-img-mission { width:calc(100vw - 50vw - 60px); height: 100%; position: absolute; right: 0px; top:0px; overflow: hidden;}
.our-mission-section .rig-bx-img-mission img { width: 100%; height: 100%;}
.left-mission-txt { width: 100%; position: relative; margin:0px; padding: 0px;}
.left-mission-txt .box-item { width: 100%; position: relative; margin:0px 0px 30px}
.left-mission-txt .box-item h2 {margin:0 0 20px;}
.left-mission-txt .box-item h2 span {font-family: 'mulibold'; color:#0b3e69;}

/* services inner page */
.services-inner-pages { width: 100%; position: relative; margin:0px; padding:90px 0px 30px; text-align: center;}
.services-inner-pages .item-services-bx { margin: 0px 0px 60px;}
/*.item-services-bx:hover .circle-icon-ech { background-color: #8cc63f;}*/
.services-inner-pages [class*=col-]:nth-child(1) .item-services-bx .hover-effect-bx {background-color:rgba(50, 105, 166, .90);}
.services-inner-pages [class*=col-]:nth-child(2) .item-services-bx .hover-effect-bx {background-color:rgba(94, 170, 187, .90);}
.services-inner-pages [class*=col-]:nth-child(3) .item-services-bx .hover-effect-bx {background-color:rgba(191, 43, 120, .90);}
.services-inner-pages [class*=col-]:nth-child(4) .item-services-bx .hover-effect-bx {background-color:rgba(108, 148, 66, .90);}
.services-inner-pages [class*=col-]:nth-child(5) .item-services-bx .hover-effect-bx {background-color:rgba(46, 108, 121, .90);}
.services-inner-pages [class*=col-]:nth-child(6) .item-services-bx .hover-effect-bx {background-color:rgba(90, 43, 102, .90);}
.services-inner-pages [class*=col-]:nth-child(7) .item-services-bx .hover-effect-bx {background-color:rgba(242, 157, 75, .90);}

/*	quckadrs-box	*/
.middlecont {padding: 140px 0 120px;}
.quckadrs-box {margin-bottom: 20px;text-align: center;border-width: 1px; border-style: dashed;border-color: #013b6c;border-radius: 5px;padding: 20px 10px 20px;}
.quckadrs-icon {width: 96px;height: 96px;background-color: #015194;border-radius: 50%;margin: -66px auto 25px;position: relative;}
.quckadrs-icon:after {content: '';display: block;position: absolute;left: 5px;right: 5px;top: 5px;bottom: 5px;border-width: 1px; border-style: dashed;border-color: #fff;border-radius: 50%;}
.quckadrs-cont h2 {font-size: 24px;color: #013b6c;font-family: 'mulibold';margin-bottom: 10px;line-height: 26px;}
.quckadrs-cont p {font-size: 16px;color: #000000;line-height: 28px;padding-bottom: 10px;}
.quckadrs-cont a {font-size: 16px;color: #000000;}
.quckadrs-cont a:hover {color: #013b6c;}

.inner-banner{position: relative;background-color: #e7e2df;}
.inner-banner-contact{background-color: #e5ebee;}
.inner-banner-about {background-color: #e7e2df;}
.inner-banner-ndis {background-color: #e3e3e3;}
.inner-banner-service {background-color: #e3e3e3;}
.inner-banner-pic {float: right; width: 50%;}
.inner-banner-caption {background: url(../images/bg-banner.png) no-repeat calc(50% - 470px) 100%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); position: absolute; right: 0; left: 0; top:calc(50%); transform: translateY(-50%);}
.inner-banner-caption h1 {font-size: 54px;color: #0c1e2e; font-family: 'muli_semiboldregular';}
.inner-banner-caption h1 strong {font-family: 'mulibold';color: #013b6c;}
.inner-banner-caption h1 span {color: #013b6c;font-size: 46px;line-height: 54px;}

/* join-community-area */
.join-community-area {position:relative; background:url(../images/community-bg.jpg) no-repeat 0 0; background-size:cover; background-position:center; padding:106px 0;}
.join-commu-left h2 {color:#fff; margin:0 0 15px;}
.join-commu-left h2 span {font-family: 'mulibold';}
.join-commu-left p {font-family: 'muliitalic'; color:#fff; padding:0;}
.join-commu-right {position:relative;}

.join-commu-right input[type="email"]::-webkit-input-placeholder {color:#566774;opacity:1}
.join-commu-right input[type="email"]::-moz-placeholder {color:#566774;opacity:1}
.join-commu-right input[type="email"]:-ms-input-placeholder {color:#566774;opacity:1}
.join-commu-right input[type="email"]:-moz-placeholder {color:#566774;opacity:1}

.join-commu-right input[type="email"] { display: block; width: 100%;  font-family: 'muliitalic'; font-weight: normal; font-size: 15px; color: #566774; height: auto; background: #fff; padding: 20px 150px 20px 20px; margin-bottom: 0; outline: none; border-radius: 6px; box-shadow: none; line-height: normal; 
border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; position:relative;}
.join-commu-right input[type="submit"] {position:absolute; right:3px; top:3px; padding: 15px 35px;}

.checkbox-site {position:relative; display:block; margin: 15px 0 0;}
.checkbox-site input {width:100%; height:100%; position:absolute; left:0; right:0; top:0; bottom:0; z-index:10; opacity:0; margin:0;}
.checkbox-site label {font-family: 'muli_lightitalic'; font-weight:normal; color:#fff; margin:0; display:block; padding:0 0 0 25px; background:url(../images/check.png) no-repeat left 3px; font-size: 16px;}
.checkbox-site input:checked+label {background:url(../images/checked.png) no-repeat left 3px;}


/********************* assist-area ****************/
.assist-area {position:relative; padding:120px 0;}
.assist-pic {border-radius:6px; overflow:hidden;}
.assist-pic img {width:100%;}
.assist-cont h2 {font-family: 'mulibold'; color:#0b3e69;}
.assist-cont ul {margin:0; padding:0; list-style-type:none;}
.assist-cont ul li {font-family: 'muliregular'; font-size: 16px; color: #202020; position:relative; margin:0 0 15px; padding-left: 25px;}
.assist-cont ul li:last-child {margin:0;}
.assist-cont ul li:before {content:''; position:absolute; background:url(../images/assist-list-icon.png) no-repeat 0 0; width:14px; height:15px; left:0; 
top:4px;}
.assist-cont {margin-top:50px; margin-left:30px;}

/* ndis inner page */
.hm-ndis.ndis-inner-pg { position: relative; width: 100%; padding:110px 0px 120px; margin:0px;}
.what-ndis { position: relative; margin: 60px 0; padding:0px; text-align: center;}
.what-ndis h2 span {font-family: 'mulibold'; color: #0b3e69;}
.ndis-heading.inner-pg h2 { line-height: 50px;}

.what-ndis.service-sub.assist-cont ul li { padding: 0px;}
.what-ndis.service-sub.assist-cont ul li:before { left: auto; top: 3px; margin: 0 0 0 -20px; }
.what-ndis.service-sub.assist-cont {margin-bottom: 0;margin-top: 0;}
.what-ndis.service-sub.assist-cont ul {margin-bottom: 20px;} 
.what-ndis.service-sub.assist-cont ul.icons li img{vertical-align: middle; margin: 0 10px 0 0; width: 60px;}
.what-ndis.service-sub.assist-cont ul.icons li:before{display: none;}

/* referral-form-social */
.hm-ndis.ndis-inner-pg.referralPg {padding:0 0 120px; position:relative;}
.hm-ndis.ndis-inner-pg.referralPg:before {content:''; position:absolute; background:url(../images/referral-from-bg.png) no-repeat 0 0; width:100%; height:100%; left:0; top:0px; z-index:-1; background-size:cover;}
.referral-form-social { width: 100%; position: relative; margin: 0px;}
.referral-img { width: 100%; position: relative; overflow: hidden;}
.referral-img img { width: 100%; height: 100%;}
.right-referral-details { width: 100%; position: relative; margin: 0px; padding: 0px 100px; text-align:center; z-index: 10;}
.right-referral-details input[type="text"], .right-referral-details input[type="email"], .right-referral-details input[type="tel"], .right-referral-details input[type="date"], .right-referral-details textarea{border:none; margin: 0px 0px 18px; color: #333333; background:#ededed; border-radius:0; padding:22px 15px;}
.right-referral-details input[type="email"] { margin: 0px 0px 0px;}
.right-referral-details input[type="text"]::-webkit-input-placeholder, .right-referral-details input[type="email"]::-webkit-input-placeholder, .right-referral-details input[type="tel"]::-webkit-input-placeholder, .right-referral-details textarea::-webkit-input-placeholder{ color: #333333;}
.right-referral-details input[type="text"]::-moz-placeholder, .right-referral-details input[type="email"]::-moz-placeholder, .right-referral-details input[type="tel"]::-moz-placeholder, .right-referral-details textarea::-moz-placeholder{ color: #333333;}
.right-referral-details input[type="text"]:-ms-input-placeholder, .right-referral-details input[type="email"]:-ms-input-placeholder, .right-referral-details input[type="tel"]:-ms-input-placeholder {color: #333333;}
.right-referral-details input[type="text"]:-moz-placeholder, .right-referral-details input[type="email"]:-moz-placeholder, .right-referral-details input[type="tel"]:-moz-placeholder, .right-referral-details textarea:-moz-placeholder{color: #333333;}
.right-referral-details{text-align:left}
.right-referral-details .wpcf7-form-control-wrap{display: block;}
.right-referral-details .wpcf7-list-item{padding-right: 25px;}
.right-referral-details .wpcf7-list-item label {margin-left:16px;font-weight:normal;}
.right-referral-details .wpcf7-form-control .wpcf7-list-item {margin:0;}

.right-referral-details .radio-inline+.radio-inline { margin-left: 1px; margin-bottom: 10px;}

.referral-form-box {position:relative; -webkit-box-shadow: 0px 20px 44px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 20px 44px 0px rgba(0,0,0,0.24);
box-shadow: 0px 20px 44px 0px rgba(0,0,0,0.24); background-color:#fff; padding:70px 0 0; margin-top:-40px;}
.referral-form-box h2 {font-size:30px; line-height:30px; font-family: 'mulibold'; color: #0b3e69; margin:0 0 35px;}
.right-referral-details:after {content:''; position:absolute; background-image:url(../images/logo-referral-form.png); background-repeat:no-repeat; left:50%; top:50%; width:341px; height:421px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index:-1;}

/* 16.10.2021 */
.domestic-assistance-list { width: 100%; margin:20px 0px 10px;}
.what-ndis.service-sub.assist-cont .domestic-assistance-list ul { width: 100%; margin: 0px -15px; padding: 0px; list-style: none; text-align: center; display: inline-table;}
.what-ndis.service-sub.assist-cont .domestic-assistance-list ul li { display: inline-table; width: calc(100% / 3); margin: 0px; padding: 0px 15px;}
.what-ndis.service-sub.assist-cont .domestic-assistance-list ul li::before { display: none;}
.assistance-tasks-item {width: 100%; position: relative; background-color: #fff; -webkit-box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%); box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%); margin: 0px 0 30px; box-sizing: border-box; padding: 20px;}
.icon-bx-task { position: relative; margin: 0px 0px 20px;}
.icon-bx-task-cont h3 {margin:0 0 15px !important;}
.assistance-tasks-item h3, .assistance-tasks-item p { margin: 0px 0px; padding: 0px;}
.accessibility-icon {position: fixed;z-index: 98;background-color: #fff;-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); text-align: center; right: 0px;}
.accessibility-icon a { display: block; padding: 10px; color: #7bb232;}
.accessibility-icon a i { display: block; font-size: 60px;}
.accessibility-icon a:after { content: "Accessibility";font-size: 13px;font-weight: 700;}
.accessibility-icon a:hover { color: #013b6c;}
.love-ndis { max-width: 120px; width: 100%; margin: 0px auto 35px;}
.love-ndis img { width: 100%;}
.assistance-tasks-item p { line-height: 22px;}
.item-services-bx .hover-effect-bx a.make-full-link { position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;     display: block;}

.what-ndis.service-sub.assist-cont ul.icons {display: inline-table;margin-left: -15px;margin-right: -15px;}
.what-ndis.service-sub.assist-cont ul.icons li {display: inline-table;padding: 0px 15px;width: calc(100% / 4);}
.what-ndis.service-sub.assist-cont ul.icons li p { display: inline-block; margin: 0px; padding: 0px;}

.day-prog-area h2 {font-family: 'mulibold'; color: #0b3e69;}
.day-prog-area ul {margin:0; padding:0; list-style-type:none;}
.day-prog-area ul li {margin:0 0 20px; position:relative; padding-left:20px;}
.day-prog-area ul li:last-child {margin:0;}
.day-prog-area ul li:before {content:''; position:absolute; width:10px; height:10px; background-color:#7bb232; border-radius:50%; left:0; top:6px; }
.eligibility-box {background-color: #015194; padding:25px; border-radius:20px; margin:0 0 30px;}
.eligibility-box:last-child {margin:0;}
.eligibility-box-icon {float:left; width:50px;}
.eligibility-box-cont {float:left; width:calc(100% - 50px); padding-left:15px;}
.eligibility-box-cont h3 {font-size:24px; color:#fff; font-family: 'mulibold'; margin:0 0 10px;}
.eligibility-box-cont p {padding:0; font-size:18px; line-height:24px;}
.eligibility-box-cont p a {color:#fff;}
.eligibility-box-cont p a:hover {color:#7bb232;}
.eligibility-right-cont h2 {font-family: 'mulibold'; color: #0b3e69;}
.eligibility-right-cont {padding-left:30px;}

/*Tabs css*/

.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul{
  float: left;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 10%;
  min-width: 175px;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
    overflow: hidden;
}
.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul li {
  margin: 0;
  cursor: pointer;
  padding: 15px;
  line-height: 31px;
  color: white;
  text-align: left;
  font-weight: bold;
  background-color: #666;
  background: #fff;
  display: block;
  width: 100%;
  
}
.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul li h3{margin: 0;}

.tabs_wrapper ul li:hover {
  background: #ae0046;
  
  color: white;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul li.active {
  background: #7bb232;
  color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul li img{
-ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;}
.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul li.active img{
	filter: brightness(0) invert(1);
}

.tabs_wrapper{position: relative; margin: 50px 0 0 ;}
.tab_container {
    float: left;
    position: absolute;
    z-index: 20;
    left: auto;
    width: 91%;
    right: 0;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    top: 0;
    bottom: -25px;
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.domestic-assistance-list .icon{float: left;padding: 0 0 0 25px;}
.ic-text{overflow: hidden; text-align:left; padding: 0 0 0 50px;}
.domestic-assistance-list .col-md-12{padding:20px 15px;}
.domestic-assistance-list .col-md-12:nth-child(2n){background-color: #d2edaf;}
.domestic-assistance-list p{padding:0;}
.join-commu-right .tnp-field.tnp-field-email label {color:#ffffff;font-weight: normal;}
.join-commu-right .tnp-field.tnp-privacy-field label {color:#ffffff;font-weight: normal;}
.join-commu-right .tnp-subscription input.tnp-submit {background-color: #f16c43;font-size: 16px;
    padding: 15px 25px;text-transform: uppercase;font-weight: 600;border-radius: 3px; transition: all .5s;}
.join-commu-right .tnp-subscription input.tnp-submit:hover {color:#000;}

/**			==============	Responsive style start	============================---------------------------------------------------------------****
*********************************************--------------------------------------------------------------------------------------------------***/

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

h1, h2 { font-size: 34px;line-height: 36px;}

/* header and banner */
.navigation ul li { margin: 0px 5px;}
.middleTextBan h1, .middleTextBan h2 { font-size: 36px; line-height: 44px; margin: 0px 0px 10px;}
.middleTextBan h2 span {font-size: 40px;line-height: normal;margin: 0px;}
.middleTextBan p { font-size: 16px; line-height: 24px; padding: 0px 15px 15px 0px;}

.welcome-partners-sections { padding: 90px 0px 60px;}
.services-section { padding: 40px 0px 90px;}
.item-services-bx .details-services-txt .heading-title-ser h3 { font-size: 18px; line-height: 22px;}
.services-section p { margin: 0px 0px 40px;}
.services-slide { padding: 0px 50px;}
.services-slide .slick-prev.slick-arrow { left:0px}
.services-slide .slick-next.slick-arrow { right:0px}
.why-choose-us-section p { padding: 0px 0px 40px;}
.why-choose-us-section .item-why-choose .inner-txt-why h3 { font-size: 20px;}

.hm-ndis {padding: 90px 0 60px;}
.team-cont {padding: 22px 15px 0;}
.hm-care {padding: 90px 0;}
.care-cont h2 {font-size:35px;}
.care-cont h3 {font-size:35px;}
.hm-team { padding: 60px 0 90px;}
.hm-blog { padding: 90px 0 40px;}

/******************** inner page css *******************/
.inner-banner-caption {background: url(../images/bg-banner.png) no-repeat calc(50% - 350px) 100%;}

/********************* assist-area ****************/
.assist-cont {margin-top: 0;  margin-left: 0;}

.hm-ndis.ndis-inner-pg { padding: 90px 0px;}

.header-nav-bottom .call-us a {font-size: 20px; line-height: 26px;}
.header-nav-bottom .call-us {margin: 33px 0px 0px 15px; padding-left: 45px;}
.header-nav-bottom .call-us span {left: 10px;}
.navigation ul > li a {font-size:14px;}
.logo {max-width: 190px; margin: 28px 0px;}

.tab_container { width: 90%; }

}
/*******		end 1299		*/

@media only screen and (max-width: 991px) {
/* reset css */
p { font-size: 15px; line-height: 20px;}
h1, h2 { font-size: 26px; line-height: 28px;}

/* header and banner */
.header-nav-bottom { padding: 20px 0px;}
.navigation { display:none;}
.logo {float: none;margin: 0px auto;position: absolute;z-index: 1;padding: 0;top:10px;left: 0px;right: 0px; max-width: 222px;}
.header-nav-top .left-email {padding: 0px;float: none;background-color: transparent;text-align: center;margin: 0px 0px 10px;}
.header-nav-top .right-address-social {float: none;position: relative;margin: 0px;padding: 0pc;text-align: center;    width: 100%;}
.header-nav-top {padding: 15px 0px;position: absolute;width: 100%;z-index: 2;display: none;}
.header-nav-top .right-address-social .left-address-bx {position: relative;list-style: none;padding: 0px;margin: 0px 0px 15px;display: block;}
.header-nav-top .right-address-social .left-address-bx:after { display: none;}

.triangle-box { display: block;}
.header-nav-bottom .call-us {margin: 5px 0px 0px 28px;padding-left: 60px;position: relative;border-left: none;}
.banner .middle-banner { bottom: auto; position: relative; right: auto; text-align: center; top: 0px; transform: translateY(0%); width: 100%; padding:30px 0px 35px;}
.middleTextBan { text-align:center;}
.middleTextBan h1, .middleTextBan h2 { font-size: 30px; line-height: 40px; margin: 0px 0px 10px; color: #fff;}
.middleTextBan h1 br, .middleTextBan h2 br { display: none;}
.middleTextBan h2 span { font-size:34px; line-height: 38px; display: block;}
.middleTextBan p { font-size: 15px; line-height: 24px; padding: 0px 0px 20px; text-align: center; color: #fff;}
.header-nav-top:before { display: none;}

.welcome-partners-sections { padding: 60px 0px 30px;}
.rig-welcome-details { padding: 0px;}
.services-section { padding: 40px 0px 60px;}
.why-choose-us-section { padding: 60px 0px 20px;}

.hm-ndis {padding: 60px 0 30px;}
.ndis-cont-box {margin: 0 0 22px 0;}
.ndis-cont-box:last-child {margin:0;}
.ndis-cont-box-right {padding-left: 15px;}
.hm-team {padding: 30px 0 60px;}
.team-heading {margin: 0 0 20px;}
.team-box {margin:0 0 25px;}
.hm-care {padding: 60px 0;}
.care-cont h2 {font-size:26px;}
.care-cont h3 {font-size:26px; line-height:28px;}
.care-cont p {font-size: 19px; padding: 0 0 25px;}
.hm-blog {padding: 60px 0 40px;}
.blog-heading {margin: 0 0 15px;}
.hm-getInTouch {padding: 30px 0 30px 20px;}
.hm-getInTouch p {padding:0 0 20px;}
.mainft {padding: 60px 0 40px;}
.ft-contact-details ul li:first-child {margin-right: 20px;}
.ft-contact-details ul li:first-child:after {right: -13px;}
.ft-menu {margin: 0 0 40px;}
.ft-logo {margin: 0 auto 30px;}
.ft-contact-details {margin: 0 0 50px;}
.ft-contact-details ul li span {font-size:17px;}
.col-why-choose {width: 49.5%;}

.left-welcome-pic-other .inner-frame-welcome-two { width: 100%; max-width: 180px; height: 100%; max-height: 130px;}
.what-we-do-inner-section p { margin: 0px 0px 0px;}
.our-mission-section { margin: 0px 0px 30px; padding: 60px 0px;}
.our-mission-section .rig-bx-img-mission { width: calc(100vw - 50vw);}
.left-mission-txt .box-item { margin: 0px 0px 15px;}

.services-inner-pages { padding: 60px 0px 30px;}
.services-inner-pages .item-services-bx { margin: 0px 0px 30px;}

/******************** inner page css *******************/
.inner-banner-caption {background: url(../images/bg-banner.png) no-repeat calc(50% - 200px) 100%;}
.quckadrs-cont a {word-break: break-all;line-height: 16px;display: inline-block;}
.quckadrs-cont p br {display: none;}
.inner-banner-caption h1 span {font-size: 40px;line-height: 50px;}

/* join-community-area */
.join-community-area {padding:60px 0;}
.join-commu-left h2 {font-size: 26px; line-height: 28px; margin: 0 0 10px;}
.join-commu-right input[type="email"] {padding: 20px 150px 20px 12px;}

/********************* assist-area ****************/
.assist-area {padding: 60px 0;}
.assist-cont h2 {font-size:28px; line-height:26px; margin: 0px 0px 10px;}
.assist-cont ul li {margin: 0 0 10px;}
.hm-ndis.ndis-inner-pg { padding: 60px 0px;}
.what-ndis { margin: 0px 0px 20px;}
.col-what-we-do {width: 32.8%;}
.slide-banner .slick-dots {bottom: 0;}
.item-services-bx .hover-effect-bx h3 {font-size:18px; line-height:22px;}
.item-services-bx .hover-effect-bx p {line-height:20px;}

/* referral form */
.what-ndis.service-sub.assist-cont ul.icons li { width: calc(100% / 3);}
.what-ndis.service-sub.assist-cont ul.icons li img { margin: 0px 0px 10px 0px;}
.what-ndis.service-sub.assist-cont ul.icons li p { display: block;}
.assistance-tasks-item h3 { font-size: 18px; line-height: 22px;}

.header-nav-bottom .call-us a {font-size: 23px; line-height: 28px;}
.eligibility-box-cont h3 {font-size: 22px;}
.eligibility-right-cont {padding-left: 0;}
.right-referral-details {padding:0 100px;}
.referral-form-box {padding:60px 0 0;}
.hm-ndis.ndis-inner-pg.referralPg:before {top: -80px;}
.hm-ndis.ndis-inner-pg.referralPg {padding:0 0 60px;}

.tab_container {
    width: 87%;
}
}
/*******		end 991		*/

@media only screen and (max-width: 767px) {
h1, h2 { font-size: 24px;line-height: 26px; margin-bottom: 13px;}
.logo { float: none; top: 0px; right: 0px; position: relative;}
.logo:after { display: none;}
.banner-img { display:block; width:100%; position:relative;}
.btn, .btn.btn.green-border { font-size: 14px; line-height: 16px; padding: 11px 15px;}
.mean-container .mean-nav { margin-top: 24px;}
.welcome-partners-sections { padding: 30px 0px;}
.rig-welcome-details { padding: 0px;}
.services-section { padding: 10px 0px 30px;}
.why-choose-us-section { padding: 30px 0px 20px;}
.left-welcome-pic { margin-bottom: 30px;}
.rig-welcome-details { text-align: center;}
.why-choose-us-section p br { display: none;}
.why-choose-us-section p { padding: 0px 0px 10px;}
.why-choose-us-section .item-why-choose { margin:65px 0px 20px; padding: 0px 30px 10px;}
.services-slide { padding: 0px 0px;}
.services-slide .slick-arrow { top:150px; z-index:9;}
.services-section p { margin: 0px 0px 20px;}
.services-section p br { display: none;}
.rig-welcome-details br { display: none;}
.welcome-partners-sections:after { display: none;}
.hm-ndis {padding: 30px 0 15px; text-align:center;}
.ndis-heading p {line-height:21px; padding:0 0 15px;}
.ndis-cont-box {float:none; width:100%; margin:0 0 20px; padding:0 0 20px;}
.ndis-cont-box-left {float:none; margin:0 auto 10px;}
.ndis-cont-box-right {float:none; width:100%; padding-left: 0;}
.ndis-cont-box-right p {line-height:21px;}
.ndis-heading { margin: 0 0 10px;}
.ndis-cont-box:last-child {margin:0 0 20px;}
.hm-team {padding: 15px 0 30px;}
.team-heading p {line-height:21px; padding:0 0 15px;}
.team-heading p br {display:none;}
.team-heading {margin: 0 0 10px;}
.team-cont {padding: 20px 15px 0;}
.hm-team [class*=col-]:last-child .team-box {margin:0;}
.hm-care {padding: 30px 0; text-align:center;}
.care-cont h2 {font-size: 24px;}
.care-cont h3 {font-size: 24px; line-height: 24px; margin:0 0 10px;}
.care-cont p {font-size: 17px; padding: 0 0 15px; line-height: 22px;}
.hm-blog {padding: 30px 0;}
.blog-heading p {line-height:21px; padding:0 0 15px;}
.blog-heading p br {display:none;}
.blog-heading {margin: 0 0 10px;}
.blog-cont p {line-height:21px; padding:0 0 10px;}
.blog-box {margin:0 0 20px;}
.hm-blog [class*=col-]:last-child .blog-box {margin:0;}
.hm-map {position:static; width:100%;height: 250px;}
.hm-getInTouch {padding: 15px 0;}
.hm-getInTouch h2 {text-align:center;}
.hm-getInTouch p {text-align:center; padding:0 0 15px; line-height:21px;}
.form-control, input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="password"], input[type="number"], select {padding: 12px 28px 12px 12px;}
.mainft {padding: 30px 0;border:0;}
.ft-logo {margin: 0 auto 15px;}
.ft-menu ul li {display: block; margin: 0 0 8px;}
.ft-menu ul li:after {display:none;}
.ft-menu {margin: 0 0 15px;}
.ft-contact-details ul li:first-child {margin-right: 0;}
.ft-contact-details ul li:first-child:after {display:none;}
.ft-contact-details ul li {display:block; padding-left: 0; margin: 0 0 15px;}
.ft-contact-details ul li:before {position:static; display:block; margin:0 auto 6px;}
.ft-contact-details ul li span {display:block; font-size:15px;}
.ft-contact-details { margin: 0 0 20px;}
.banner .middle-banner {padding: 18px 0 23px;}
.why-choose-us-section .item-why-choose .circle-why-choose {    margin: -45px auto 20px;}

.left-welcome-pic-other { margin-bottom: 40px;}
.left-welcome-pic-other .inner-frame-welcome-two {width: 100%;max-width: 180px;height: 100%;max-height: 130px;left: 0px;margin: 0px auto -20px;}
.what-we-do-inner-section { padding: 0px 0px 10px;}
.item-what-we-do { margin:60px 0px 30px;}
.what-we-do-inner-section p br { display: none;}
.our-mission-section { margin: 0px 0px 30px;padding: 0px 0px 30px;}
.our-mission-section .rig-bx-img-mission { position: relative; width: 100%; margin:0px 0px 10px}
.our-mission-section { margin: 0px 0px 0px;padding: 0px 0px 0px;text-align: center;}

.services-inner-pages { padding: 30px 0px 0px;}
.item-services-bx .details-services-txt .circle-icon-ech { margin: -45px auto 22px;}
.middleTextBan {margin:0 auto 10px;}

.domestic-assistance-list { margin: 0px 0px 0px;}
.assistance-tasks-item {margin: 0px auto 20px;}
.what-ndis.service-sub.assist-cont .domestic-assistance-list ul li { display: inline-table; width: calc(100% / 2);}

/******************** inner page css *******************/
.middlecont {padding: 40px 0;}
.quckadrs-box {padding: 15px 5px;}
.contactPg [class*="col-"]:last-child .quckadrs-box {margin-bottom: 0}
.quckadrs-icon {width: 90px;height: 90px;margin: 0 auto 10px;}
.quckadrs-cont p {line-height: 24px;}
.quckadrs-cont p:last-child {padding-bottom: 0;}
.quckadrs-cont h2 {margin-bottom: 5px;}
.inner-banner-caption { -ms-transform: none; -webkit-transform: none; position: static; transform: none;background: #015194;text-align: center;padding: 15px 0;}
.inner-banner-pic {float: none;width: 100%;text-align: right;}
.inner-banner-caption h1 {font-size: 30px;color: #fff;margin-bottom: 0;}
.inner-banner-caption h1 strong {color: #ffffff;}
.inner-banner-caption h1 span {color: #fff;font-size: 30px;line-height: 40px;}

/* join-community-area */
.join-community-area {padding: 30px 0;}
.join-commu-left {text-align:center;}
.join-commu-left h2 {font-size: 24px; line-height: 26px;}
.join-commu-left p {font-size:15px; line-height:21px; padding:0 0 15px;}
.join-commu-right input[type="submit"] {position: static; margin-top:15px;}
.join-commu-right input[type="email"] {padding: 17px 12px 15px;}

/********************* assist-area ****************/
.assist-area {padding: 30px 0;}
.assist-pic {margin:0 0 15px;}
.assist-cont {text-align:center;}
.assist-cont h2 {font-size: 26px; line-height: 24px;}
.assist-cont p {font-size:15px; line-height: 21px; padding:0 0 0;}
.assist-cont ul li {font-size: 15px; padding-left: 0; margin: 0 0 8px;}
.assist-cont ul li:before {position:static; display:inline-block; vertical-align:middle; margin-right:6px;}
.hm-ndis.ndis-inner-pg { padding: 30px 0px;}
.what-ndis { margin: 0px 0px 10px;}
.blog-cont {padding: 35px 15px 15px;}
.col-what-we-do {width: 49.5%;}
.item-services-bx .hover-effect-bx .icon-box-hover {margin: 0 auto 8px;}
.item-services-bx .hover-effect-bx p {font-size:14px; line-height:18px; padding:0 0 12px;}
.item-services-bx .hover-effect-bx a {font-size:15px;}

/* referral form */
.what-ndis.service-sub.assist-cont ul li:before { margin: 0 8px 0 0;}
.accessibility-icon a i { font-size: 34px;}
.accessibility-icon a:after { display: none;} 
.what-ndis.service-sub.assist-cont ul.icons li { width: calc(100% / 1);}

.day-prog-area ul li:before {position:static; display:inline-block; vertical-align:middle; margin-right:8px;}
.day-prog-area ul li {padding-left:0; margin:0 0 10px;}

.eligibility-box {padding:20px; margin:0 0 20px;}
.eligibility-box-icon {float:none; margin:0 auto 15px;}
.eligibility-box-cont {float:none; width:100%; padding-left:0;}
.eligibility-box-cont p {line-height:21px;}
.eligibility-lft-cont {margin:0 0 20px;}
.referral-form-box {padding:30px 0 0; margin-top: 0;}
.right-referral-details {padding:0 10px;}
.referral-form-box h2 {font-size: 24px; line-height: 24px; margin: 0 0 15px;}
.referral-form-social {padding:30px 0 0;}
.hm-ndis.ndis-inner-pg.referralPg {padding:0 0 30px;}
.right-referral-details:after {width:100%;}
.right-referral-details input[type="text"], .right-referral-details input[type="email"], .right-referral-details input[type="tel"] {padding:18px 15px; margin:0 0 15px;}

/*------------------------------------------------------*/

.what-ndis.service-sub.assist-cont .domestic-assistance-list .tabs_wrapper ul {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  	position: static;
  }

  .tab_drawer_heading {
   background: #7bb232;
    margin: 0;
    padding: 10px;
    text-align: center;
    display: block;
  }

  .tab_drawer_heading img{
    filter: brightness(0) invert(1);
    margin: 0 auto;
    width: 45px;
  }
  .tabs_wrapper { margin: 30px 0 0; }
  .tab_content{text-align: center; padding: 15px 10px;}
  .tab_content h3{margin: 0 0 15px 0;}
.right-referral-details .radio-inline {margin-bottom: 10px;}
	.join-commu-right {text-align:center;}
	.join-commu-right .tnp-subscription input.tnp-submit {margin:0 auto;}
	.join-commu-right .tnp-subscription {margin:0 auto;}
}
/*******	 end 767		*******/

@media only screen and (max-width: 639px){
.mean-container .mean-nav { margin-top: 14px;}
.logo { margin-bottom: 20px;} 
.header-nav-bottom { text-align: center;}
.small_nav { clear: both;}
.mean-container .mean-bar { float:none;}
.mean-container a.meanmenu-reveal { left:0px !important; right:0px !important; margin: 0px auto; float:none;}
.header-nav-bottom { padding: 10px 0px;}
.banner-img { height:100%;}
.banner-img img { width:100%; height:100%; object-fit:cover;}
.banner-inner-img, .banner-inner-img img { width:100%; height:100%;}
.middleTextBan h1, .middleTextBan h2 {font-size: 22px;line-height: 26px;margin: 0px 0px 8px;}
.middleTextBan h2 span { font-size:20px; line-height: 25px;}
.middleTextBan h1 br, .middleTextBan h2 br { display:none;}
.middleTextBan p {font-size: 15px;line-height: 20px;padding: 0px 0px 10px;}
.middleTextBan h1 { font-size: 24px; line-height: 26px;}
.header-nav-bottom .call-us { margin: 0px auto 8px; border: none; padding-left: 0px; float: none;}
.header-nav-bottom .call-us span { display: none;}
.header-nav-top .right-address-social ul > li { margin: 0px 0px 10px; display: block;}
.header-nav-top .right-address-social ul > li:last-child { margin:0px;}
.ft-copyright p {font-size:13px; line-height: 18px; padding: 0 5px;}
.col-why-choose {width: 100%;float: none;display: block;}
.col-what-we-do {width: 100%;display: block;}
.item-what-we-do .heading-title-what-do h3 {margin-bottom: 7px;}

.what-ndis.service-sub.assist-cont .domestic-assistance-list ul li { display: inline-table; width: calc(100% / 1);}

.what-ndis p a {font-size:14px;}
.domestic-assistance-list .icon { float: none; padding: 0 0 20px 0;}
.ic-text{text-align:center; padding:0;}
}
/*******	 end 639		*******/