@font-face {
    font-family: 'OutfitBold';
    src: url('../fonts/OutfitBold.eot');
    src: url('../fonts/OutfitBold.eot') format('embedded-opentype'),
         url('../fonts/OutfitBold.woff2') format('woff2'),
         url('../fonts/OutfitBold.woff') format('woff'),
         url('../fonts/OutfitBold.ttf') format('truetype'),
         url('../fonts/OutfitBold.svg#OutfitBold') format('svg');
}
@font-face {
    font-family: 'OutfitMedium';
    src: url('../fonts/OutfitMedium.eot');
    src: url('../fonts/OutfitMedium.eot') format('embedded-opentype'),
         url('../fonts/OutfitMedium.woff2') format('woff2'),
         url('../fonts/OutfitMedium.woff') format('woff'),
         url('../fonts/OutfitMedium.ttf') format('truetype'),
         url('../fonts/OutfitMedium.svg#OutfitMedium') format('svg');
}
@font-face {
    font-family: 'OutfitRegular';
    src: url('../fonts/OutfitRegular.eot');
    src: url('../fonts/OutfitRegular.eot') format('embedded-opentype'),
         url('../fonts/OutfitRegular.woff2') format('woff2'),
         url('../fonts/OutfitRegular.woff') format('woff'),
         url('../fonts/OutfitRegular.ttf') format('truetype'),
         url('../fonts/OutfitRegular.svg#OutfitRegular') format('svg');
}
@font-face {
    font-family: 'OutfitSemiBold';
    src: url('../fonts/OutfitSemiBold.eot');
    src: url('../fonts/OutfitSemiBold.eot') format('embedded-opentype'),
         url('../fonts/OutfitSemiBold.woff2') format('woff2'),
         url('../fonts/OutfitSemiBold.woff') format('woff'),
         url('../fonts/OutfitSemiBold.ttf') format('truetype'),
         url('../fonts/OutfitSemiBold.svg#OutfitSemiBold') format('svg');
}
@font-face {
    font-family: 'JostSemiBold';
    src: url('../fonts/JostSemiBold.eot');
    src: url('../fonts/JostSemiBold.eot') format('embedded-opentype'),
         url('../fonts/JostSemiBold.woff2') format('woff2'),
         url('../fonts/JostSemiBold.woff') format('woff'),
         url('../fonts/JostSemiBold.ttf') format('truetype'),
         url('../fonts/JostSemiBold.svg#JostSemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'OutfitRegular';overflow-x: hidden;box-sizing: border-box;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-70{padding: 70px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn {
    display: inline-block;
    position: relative;
    background-color: #17b657;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #17b657;
    padding: 8px 25px;
    font-size: 17px;
    transition: 0.5s;
}
.btn2{
    background-color: #653090;
    border-color: #653090;
}
.btn3{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #653090;
}
.btn-secondary{
    background-color: #00d89e;
    border-color: #00d89e;
    color: #ffffff;
}
.btn:hover, .btn-secondary:hover{
    background-color:#3bb54b;
    border-color: #3bb54b;
    color: #ffffff;
}
.btn-outline-primary{
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    background-color: #3bb54b;
    border-color: #3bb54b;
    color: #ffffff;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-- header area start --*/
.header-area .header-top-area{
    background-color: #ffffff;
    padding: 10px 0;
}
.header-top-area .logo{
    width: 100%;
    max-width: 187px;
}
.header-top-area .logo img{
    width: 100%;
    object-fit: contain;
}
.header-top-body-right-area {
    width: 100%;
    max-width: 60%;
}
.header-top-area .nids-logo{
    width: 100%;
    max-width: 185px;
}
.header-top-area .nids-logo img{
    width: 100%;
    object-fit: cover;
}
.header-contact-info ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-contact-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.header-contact-info ul li:last-child{
    margin-bottom: 0;
}
.header-contact-info ul li .icon {
    width: 100%;
    max-width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #3bb54b;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.header-contact-info ul li .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7477%) hue-rotate(175deg) brightness(115%) contrast(100%);
}
.header-contact-info ul li a{
    color: #333333;
    font-size: 15px;
    font-family: 'OutfitSemiBold';
}
.header-contact-info ul li a:hover{
    color: #3bb54b;
}
.header-menu-area{
    background-color: #653090;
}
.menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li{
    display: inline-block;
    margin-right: 35px;
}
.menu ul li a {
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0;
    text-transform: capitalize;
}
.menu ul li a:hover{
    color: #3bb54b;
}
.header-social-link {
    margin-right: 25px;
}
.header-social-link ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social-link ul li{
    display: inline-block;
    margin-right: 8px;
}
.header-social-link ul li:last-child{
    margin-right: 0;
}
.header-social-link ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: #ffffff;
    padding: 8px;
}
.header-social-link ul li a:hover{
    background-color: #3bb54b;
}
.header-social-link ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(51%) sepia(57%) saturate(513%) hue-rotate(77deg) brightness(102%) contrast(94%);
}
.header-social-link ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(97%) sepia(77%) saturate(377%) hue-rotate(214deg) brightness(109%) contrast(107%);
}
.listen-box {
    margin-right: 55px;
}
.listen-box .icon{
    width: 100%;
    max-width: 36px;
    height: 36px;
}
.listen-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3792%) hue-rotate(111deg) brightness(134%) contrast(102%);
}
.listen-box .listen-box-media{
    color: #ffffff;
    font-size: 18px;
    padding-left: 8px;
    line-height: 28px;
}
.header-area.fix .header-menu-area{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-menu-area select.gt_selector {
    margin-right: 15px;
    width: auto;
    padding: 8px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
}
.header-menu-area select.gt_selector option{
    color: #000000;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{
    position: relative;
    height: 786px;
    overflow: hidden;
}
.banner-area img{
    width: 100%;
    object-fit: cover;
}
.banner-area::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url(../images/banner-shape1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.banner-area .shape1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background-image: url(../images/banner-shape2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.banner-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 61, 55, 0.79);
    background: -webkit-linear-gradient(90deg, rgba(55, 61, 55, 0.95) 10%, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(90deg, rgba(55, 61, 55, 0.95) 10%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(90deg, rgba(55, 61, 55, 0.95) 10%, rgba(255, 255, 255, 0) 50%);
}
.banner-area .banner-content-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding-top: 135px;
}
.banner-content-area .banner-content{
    width: 100%;
    max-width: 585px;
}
.banner-content-area .banner-content .tagline{
    text-transform: uppercase;
    color: #3bb54b;
    font-size: 22px;
    font-family: 'OutfitSemiBold';
    line-height: 32px;
    position: relative;
    padding-left: 60px;
    margin: 0 0 8px;
}
.banner-content-area .banner-content .tagline::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    max-width: 50px;
    height: 4px;
    background-color: #568dca;
}
.banner-content-area .banner-content .heading {
    color: #ffffff;
    font-size: 48px;
    font-family: 'OutfitSemiBold';
    line-height: 58px;
    margin: 0 0 20px;
}
.banner-content-area .banner-content .text{
    color: #fdfdfd;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 25px;
}
.banner-content .btn{
    margin-right: 10px;
}
.banner-content .btn:last-child{
    margin-right: 0;
}
/*-- banner area stop --*/
/*-- webtext start --*/
.webtext .tagline {
    display: inline-block;
    text-transform: uppercase;
    color: #3bb54b;
    font-size: 22px;
    font-family: 'OutfitSemiBold';
    line-height: 32px;
    position: relative;
    margin: 0 0 10px;
}
.webtext .tagline::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -60px;
    width: 100%;
    max-width: 50px;
    height: 4px;
    background-color: #568dca;
}
.webtext .tagline::after {
    content: '';
    position: absolute;
    top: 14px;
    right: -60px;
    width: 100%;
    max-width: 50px;
    height: 4px;
    background-color: #568dca;
}
.webtext .heading {
    color: #434343;
    font-size: 48px;
    line-height: 58px;
    font-family: 'OutfitSemiBold';
    margin: 0 0 12px;
}
.webtext .text{
    color: #434343;
    font-size: 17px;
    line-height: 27px;
}
.webtext .text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.webtext .text ul li {
    position: relative;
    font-size: 16px;
    font-family: 'OutfitSemiBold';
    line-height: 26px;
    color: #434343;
    margin: 0 0 6px;
    padding-left: 28px;
}
.webtext .text ul li:last-child{
    margin: 0;
}
.webtext .text ul li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/check.png);
    filter: brightness(0) saturate(100%) invert(68%) sepia(62%) saturate(3125%) hue-rotate(186deg) brightness(84%) contrast(85%);
}
/*-- webtext stop --*/
/*-- explore area start --*/
.explore-area {
    background-image: url(../images/explore-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
}
.satisfaction-box {
    position: relative;
}
.satisfaction-box .satisfaction-body {
    padding: 50px 20px 20px;
    border-bottom: 3px solid #653090;
    background-color: #ffffff;
    color: #313131;
    font-size: 16px;
    line-height: 25px;
    filter: drop-shadow(0px 0px 6px rgb(0,0,0,0.15));
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
    margin-top: -41.5px;
}
.satisfaction-box:hover .satisfaction-body{
    background-color: #653090;
    color: #ffffff;
}
.satisfaction-box .satisfaction-body .heading{
    color: #653090;
    font-size: 22px;
    font-family: 'OutfitSemiBold';
    line-height: 32px;
    margin: 0 0 6px;
    transition: 0.5s;
}
.satisfaction-box:hover .satisfaction-body .heading{
    color: #ffffff;
}
.satisfaction-box .icon{
    width: 100%;
    max-width: 83px;
    height: 83px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    background-color: #653090;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 12px;
    transition: 0.5s;
}
.satisfaction-box:hover .icon{
    border-color: #653090;
    background-color: #ffffff;
}
.satisfaction-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(709%) hue-rotate(312deg) brightness(119%) contrast(100%);
}
.satisfaction-box:hover .icon img{
    filter: brightness(0) saturate(100%) invert(61%) sepia(34%) saturate(823%) hue-rotate(77deg) brightness(90%) contrast(94%);
}
.satisfaction-area {
    margin-bottom: 75px;
    position: relative;
    margin-top: -220px;
    z-index: 9;
}
.explore-body-area .webtext{
    width: 100%;
    max-width: 700px;
    margin: 0 auto 55px;
}
.explore-box {
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.15));
    background-color: #fff;
}
.explore-box .img-box{
    height: 258px;
    overflow: hidden;
    position: relative;
}
.explore-box .img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.explore-box .img-box::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.explore-box:hover .img-box::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.explore-box .explore-body {
    padding: 18px 18px 20px;
    position: relative;
    background-image: url(../images/explore-box-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}
.explore-box .explore-body::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/explore-bg-shape1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.explore-box .explore-body::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 26px;
    background-image: url(../images/explore-bg-shape2.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transform: rotate(3deg);
}
.explore-box .explore-body .heading {
    color: #434343;
    font-size: 22px;
    font-family: 'OutfitSemiBold';
    line-height: 32px;
    margin: 0 0 8px;
}
.explore-box .explore-body .text {
    color: #434343;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
.explore-box .explore-body .icon {
    width: 100%;
    max-width: 71px;
    height: 71px;
    margin: -65px auto 15px;
    border-radius: 100%;
    background-color: #3bb54b;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.explore-box .explore-body .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(331deg) brightness(108%) contrast(101%);
    transition: 0.5s;
}
.explore-box:hover .explore-body .icon img{
    transform: rotateY(360deg);
}
.explore-box .explore-body .btn{
    font-size: 16px;
}
.explore-box .explore-body .btn2:hover{
    background-color: #3bb54b;
    border-color: #3bb54b;
}
.explore-carousel{
    position: relative;
}
.explore-carousel .owl-item{
    padding: 10px;
}
.explore-carousel .owl-nav{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next{
    margin: 0;
    width: 100%;
    max-width: 50px;
    height: 50px;
    background: transparent !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}
.explore-carousel .owl-nav .owl-prev:hover, .explore-carousel .owl-nav .owl-next:hover{
    filter: brightness(0) saturate(100%) invert(57%) sepia(50%) saturate(579%) hue-rotate(77deg) brightness(91%) contrast(95%);
}
.explore-carousel .owl-nav .owl-prev span, .explore-carousel .owl-nav .owl-next span{
    display: none;
}
.explore-carousel .owl-nav .owl-prev{
    background-image: url(../images/left-arow.png) !important;
    left: -65px;
}
.explore-carousel .owl-nav .owl-next{
    background-image: url(../images/right-arrow.png) !important;
    right: -65px;
}
/*-- explore area stop --*/
/*-- welcome area start --*/
.welcome-area{
    background-color: #f4f4f4;
    border-top: 4px solid #ffffff;
}
.welcome-contain-box .webtext .tagline::after{
    display: none;
}
.welcome-contain-box .webtext .tagline::before{
    left: 0;
}
.welcome-contain-box .webtext .tagline{
    padding-left: 60px;
}
.welcome-contain-box .webtext .text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.welcome-contain-box .webtext .text{
    margin-bottom: 20px;
}
.mobile-call .icon{
    width: 100%;
    max-width: 39px;
    height: 39px;
}
.mobile-call .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(52%) sepia(46%) saturate(586%) hue-rotate(77deg) brightness(96%) contrast(101%);
}
.mobile-call .mobile-call-box{
    padding-left: 10px;
}
.mobile-call .mobile-call-box small{
    color: #353535;
    font-size: 16px;
    line-height: 26px;
}
.mobile-call .mobile-call-box a {
    color: #6c9bd0;
    font-size: 26px;
    font-family: 'OutfitSemiBold';
    display: flex;
    line-height: 30px;
}
.mobile-call .mobile-call-box a:hover{
    color: #353535;
}
.welcome-contain-box .mobile-call{
    margin-left: 20px;
}
/*-- welcome area stop --*/
/*-- getstart area start --*/
.getstart-area{
    overflow: hidden;
    position: relative;
}
.getstart-area .getstart-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 290px;
    font-family: 'PoppinsSemiBold';
    z-index: 2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 5px rgb(255 255 255 / 5%);
}
.getstart-area .getstart {
    background-color: #653090;
    min-height: 401px;
    position: relative;
    display: flex;
    align-items: center;
}
.getstart-area .getstart .heading, .getstart-area .getstart .text {
    position: relative;
    z-index: 91;
}
.getstart-area .getstart::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4000px;
    width: 4000px;
    height: 100%;
    background-color: #653090;
}
.getstart-area .getstart-box:last-child .getstart {
    background-color: #434343;
    flex-direction: column;
}
.getstart-area .getstart-box:last-child .getstart::before{
    left: auto;
    right: -4000px;
    background-color: #434343;
}
.getstart-area .getstart-box:last-child .getstart::after {
    content: '';
    position: absolute;
    top: 0;
    left: -351px;
    width: 100%;
    max-width: 351px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/getstart-box-shape.png);
    z-index: 1;
}
.getstart-area .getstart::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 355px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../images/leaf.png);
    z-index: 2;
}
.getstart .heading {
    color: #ffffff;
    font-size: 52px;
    font-family: 'OutfitBold';
    line-height: 62px;
    margin: 0 0 12px;
}
.getstart .heading a{
    color: #ffffff;
}
.getstart .text {
    color: #ffffff;
    font-size: 29px;
    font-family: 'OutfitSemiBold';
    line-height: 39px;
    margin: 0 0 20px;
}
.getstart-area .getstart .btn {
    position: relative;
    z-index: 91;
    margin-bottom: 15px;
    min-width: 215px;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.getstart-area .getstart .btn img{
    width: 15px;
    height: auto;
    object-fit: contain;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}
/*-- getstart area stop --*/
/*-- work area start --*/
.work-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 89px;
    height: 89px;
    border-radius: 100%;
    background-color: #653090;
    padding: 20px;
    margin: 0 auto 22px;
}
.work-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
}
.work-box .heading {
    color: #653090;
    font-size: 21px;
    font-family: 'OutfitSemiBold';
    line-height: 31px;
    margin: 0 0 10px;
}
.work-box{
    text-align: center;
    color: #484848;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.work-list-box-area{
    position: relative;
}
.work-list-box-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/work-sape1.png);
}
.work-area .webtext{
    margin-bottom: 50px;
}
/*-- work area stop --*/
/*-- whychoose area start --*/
.whychoose-area{
    padding-left: 9%;
    background-color: #f4f4ff;
    position: relative;
}
.whychoose-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: -27%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url(../images/why-choose-shape-bg.png);
    opacity: 0.1;
}
.whychoose-area .webtext .heading{
    margin: 0;
}
.whychoose-area .webtext{
    margin: 0 0 30px;
}
.whychoose-area .webtext .tagline::after{
    display: none;
}
.whychoose-area .webtext .tagline::before{
    left: 0;
}
.whychoose-area .webtext .tagline{
    padding-left: 60px;
}
.whychoose-media{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdce5;
}
.whychoose-media .media-icon {
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #3bb54b;
    padding: 12px;
    margin-top: 8px;
}
.whychoose-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3715%) hue-rotate(174deg) brightness(109%) contrast(101%);
}
.whychoose-media .media-body{
    padding-left: 15px;
    color: #464646;
    font-size: 16px;
    line-height: 26px;
}
.whychoose-media .media-body .heading {
    color: #464646;
    font-size: 25px;
    font-family: 'OutfitSemiBold';
    line-height: 35px;
    margin: 0 0 5px;
}
.whychoose-img-box{
    height: 578px;
    overflow: hidden;
}
.whychoose-img-box img{
    width: 100%;
    object-fit: cover;
}
/*-- whychoose area stop --*/
/*-- testimonial area start --*/
.testimonial-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/testimonial-bg.png);
}
.testimonial-body-area .sp-testimonial-free-section{
    margin: 0 !important;
}
.testimonial-body-area .sp-testimonial-free-section .swiper-wrapper{
    padding: 20px 20px 20px 10px;
}
.testimonial-body-area .sp-testimonial-free {
    padding: 65px 20px 20px;
    border-bottom: 2px solid #653090 !important;
    background-color: #ffffff !important;
    position: relative;
    filter: drop-shadow(0px 0px 6px rgb(0,0,0,0.2));
}
.testimonial-body-area .sp-testimonial-free::after{
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
    width: 51px;
    height: 43px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quote.png);
    filter: brightness(0) saturate(100%) invert(95%) sepia(2%) saturate(2801%) hue-rotate(180deg) brightness(99%) contrast(94%);
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p{
    text-align: left;
    padding: 0;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-name {
    text-align: left;
    color: #653090 !important;
    font-size: 20px;
    font-family: 'OutfitSemiBold';
    font-weight: normal;
    margin-bottom: 0;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-designation{
    font-style: italic;
    color: #191919 !important;
    font-size: 16px;
    font-family: 'OutfitMedium';
    text-align: left;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating{
    position: absolute;
    top: 32px;
    left: 20px;
}
/*-- testimonial area stop --*/
/*-- bookappointment area start --*/
.bookappointment-area{
    background-color: #ededed;
    position: relative;
}
.bookappointment-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-color: #ffffff;
}
.bookappointment-media{
    padding: 30px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/book-appointment-bg.jpg);
    border-radius: 30px;
    position: relative;
}
.bookappointment-media .media-img{
    width: 100%;
    max-width: 381px;
    height: 207px;
    border-radius: 30px;
    overflow: hidden;
}
.bookappointment-media .media-img img{
    width: 100%;
    object-fit: cover;
}
.bookappointment-media .media-body{
    padding-left: 20px;
}
.bookappointment-media .media-body .heading {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-family: 'OutfitSemiBold';
    margin: 0 0 20px;
}
.bookappointment-media .media-body .btn{
    margin-right: 10px;
}
.bookappointment-media .media-body .btn:last-child{
    margin-right: 0;
}
/*-- bookappointment area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #ededed;
    padding: 60px 0;
}
.footer-logo{
    width: 100%;
    max-width: 191px;
    margin: 0 0 15px;
}
.footer-logo img{
    width: 100%;
    object-fit: cover;
}
.footer-content{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
}
.footer-social {
    display: inline-flex;
    margin-right: 15px;
    align-items: center;
}
.footer-social ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-social ul li{
    display: inline-block;
    margin-right: 8px;
}
.footer-social ul li:last-child{
    margin-right: 0;
}
.footer-social ul li a{
    display: inline-flex;
    transition: 0.5s;
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #3bb54b;
    padding: 8px;
    transition: 0.5s;
}
.footer-social ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(110%) contrast(101%);
}
.footer-social ul li a:hover{
    transform: rotateY(360deg);
}
.footer-social img.ndis-badge {
    width: 100%;
    max-width: 64px;
    height: 64px;
    object-fit: contain;
    margin-left: 20px;
}
.footer .heading{
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
    color: #653090;
    font-size: 24px;
    font-family: 'OutfitSemiBold';
    line-height: 34px;
    text-transform: capitalize;
}
.footer .heading::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 115px;
    height: 2px;
    background-color: #3bb54b;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li{
    padding: 0;
    margin: 0 0 8px;
}
.footer ul li:last-child{
    margin: 0;
}
.footer ul li a{
    color: #3d3d3d;
    font-size: 16px;
    transition: 0.5s;
}
.footer ul li a:hover{
    color: #3bb54b;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 22px;
    height: 22px;
    border-radius: 100%;
}
.footer .footer-contact-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(53%) sepia(97%) saturate(330%) hue-rotate(77deg) brightness(90%) contrast(93%);
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
}
.footer .footer-contact-media .media-body a:hover{
    color: #3bb54b;
}
.footer-contact-media{
    margin-bottom: 15px;
}
.copyright{
    text-align: center;
    background-color: #3bb54b;
    padding: 15px 0;
    color: #ffffff;
    font-size: 14px;
}
.copyright a{
    color: #ffffff;
    text-decoration: none;
}
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0.2em;
    background: #568dca;
    z-index: 999;
    width: 100%;
    max-width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.back-to-top:hover {
    cursor: pointer;
    background-color: #653090;
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /* background: url("../images/banner.jpg") #eee no-repeat center !important; */
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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;
}
.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;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #00b761;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #00b761;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #111;
	font-family: 'OutfitBold';
	font-size: 30px;
	line-height: 35px;
	position: relative;
    margin-bottom: 25px;
}
.inner_page_heading strong {
	color: #00b761;
    font-weight: normal;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-bottom:15px;
}
.contact_page_info:last-child{
    margin-bottom: 0;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 600;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(49%) saturate(6983%) hue-rotate(128deg) brightness(101%) contrast(101%);
}
.map-area{
    width: 100%;
    height: 400px;
}
.map-area iframe{
    width: 100%;
    height: 100%;
}
.form-group p{
    margin: 0;
}
.form-group input, .form-group select, .form-group textarea {
    height: 52px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    width: 100%;
    padding: 12px;
}
.form-group textarea{
    height: 100px;
    resize: none;
}
img.thank-you{
    filter: brightness(0) saturate(100%) invert(56%) sepia(49%) saturate(6983%) hue-rotate(128deg) brightness(101%) contrast(101%);
}
.thankyou_text {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 30px;
    color: #000000;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.inner-section {
    padding: 60px 0;
}
.inner-section:nth-of-type(2n) {
    background-color: #ecccff;
}
.inner-section.call-us {
    background-color: #682d8c;
    text-align: center;
}
.inner-heading {
    color: #434343;
    font-size: 35px;
    line-height: 45px;
    font-family: 'OutfitSemiBold';
    margin: 0 0 12px;
}
.inner-content {
    color: #434343;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 15px;
}
.inner-content:last-child{
	margin:0;
}
.inner-content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-content ul li {
    position: relative;
    color: #434343;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 8px;
	padding-left: 28px;
}
.inner-content ul li:last-child{
	margin-bottom:0;
}
.inner-content ul li::before{
	content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/check.png);
    filter: brightness(0) saturate(100%) invert(68%) sepia(62%) saturate(3125%) hue-rotate(186deg) brightness(84%) contrast(85%);
}
.img-box{
	display:flex;
}
.img-box img{
	width:100%;
	object-fit:cover;
}
.inner-section.call-us .inner-heading, .inner-section.call-us .inner-content{
	color:#ffffff;
}
.more-link {
    display: block;
    background: #00b761;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 15px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-decoration: none !important;
}
.more-link:hover{
	background: #653090 !important;
	color: #fff !important;
}
.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
}
.blog-details-container{
	display:flex;
	justify-content:space-between;
}
.blog_page_header{
	background-image:url(https://webdevau.com/devsite/tawwab-care-services/wp-content/uploads/2025/07/inner-banner.jpg) !important;
}
.content-sidebar {
    position: relative;
    left: -40px;
}
.blog_page_header {
    margin-bottom: 60px !important;
}
.post{
	margin-bottom:50px !important;
}
.wp-block-latest-posts__list li{
	padding-top:0;
}
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
    color: #434343;
    font-size: 30px;
    line-height: 40px;
    font-family: 'OutfitSemiBold';
    margin: 0;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
    background: url("../images/dropdown1.png") #fff no-repeat center right 10px;
    width: 100%;
    min-height: 44px;
    margin-top: 2px;
    border: 1px solid #ccc !important;
    border-radius: 2px;
    color: #555;
    padding: 10px 30px 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
    font-weight: 600;
    background: #00b761 !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 13px 30px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #00b761;
	border-color: #00b761;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.make-an-query-form-box {
    background-size: cover;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.header-top-area .logo img {
	height: auto;
}
.footer-mobilecontact-area{
	display:none;
	flex-wrap:wrap;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:91;
}
.footer-mobilecontact-area .mobile-contact {
	width: 100%;
	max-width: 50%;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #653090;
	color: #fff;
	font-size: 14px;
}
.footer-mobilecontact-area .call {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 41px;
	height: 41px;
	background-color: #fff;
	padding: 8px;
	border-radius:50%;
}
.footer-mobilecontact-area .call img{
	width:100%;
	height:100%;
}
.footer-mobilecontact-area .mobile-contact:nth-child(2){
	background-color:#17b657;
}
/*-- responsive css start --*/
@media only screen and (max-width : 320px) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 340px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 20px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content .text {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 12px;
}
.btn {
	padding: 7px 14px;
	font-size: 14px;
}
.banner-area::before {
	height: 34px;
}
.banner-area .shape1 {
	height: 31px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 70px;
	height: 70px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 15px;
	line-height: 25px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: auto;
}
.explore-box .explore-body::before {
	top: -21px;
	height: 21px;
}
.explore-box .explore-body::after {
	top: -13px;
	height: 19px;
}
.explore-box .explore-body .icon {
	max-width: 60px;
	height: 60px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 25px;
	height: 25px;
}
.explore-carousel .owl-nav .owl-next {
	right: -20px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -20px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px;
	padding-left:20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 0;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 70px;
	height: 70px;
	padding: 15px;
	margin: 0 auto 10px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-box {
	margin-bottom: 15px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 190px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:block !important;
}
.bookappointment-media .media-img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 0;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 115px;
	margin: 0 0 12px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 12px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 15px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.page .entry-header, .blog_page_header {
	padding: 27px 0 !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 0;
}
.breadcrumb-container {
	font-size: 14px;
}
.inner-section {
	padding: 20px 0;
}
.img-box{
	margin-bottom:15px;
}
.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
}
.inner-content ul li {
	font-size: 15px;
	line-height: 25px;
}
.inner_page_heading {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}
.contact_page_info img {
	width: 25px;
}
.contact_page_info {
	padding-left: 35px;
	margin-bottom: 12px;
}
.contact_page_info:last-child {
	margin-bottom: 20px;
}
.map-area {
	height: 300px;
}
	
.blog_page_header {
	margin-bottom: 20px !important;
}
.blog-details-container {
	display: block;
	justify-content: start;
}
.content-sidebar {
	left: auto;
}
.list-view .site-content .post-thumbnail img {
	float: none !important;
	margin: 0 0 12px !important;
	width: 100% !important;
}
.post .entry-title {
	font-size: 25px !important;
}
.post .entry-summary {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.more-link {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
}
.list-view .site-content .hentry {
	border-bottom: none;
	min-height: auto;
	margin-bottom: 0 !important;
}
.content-sidebar {
	border-top: 0;
	padding-top: 20px !important;
}
.widget {
	margin-bottom: 10px !important;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 15px;
	margin-bottom: 15px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 32px;
}
.make-an-query-form-box {
	padding: 15px;
	margin-bottom: 0;
}
}/*-- iphone 5 --*/

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 340px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 20px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content .text {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 12px;
}
.btn {
	padding: 7px 14px;
	font-size: 14px;
}
.banner-area::before {
	height: 34px;
}
.banner-area .shape1 {
	height: 31px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 70px;
	height: 70px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 15px;
	line-height: 25px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: auto;
}
.explore-box .explore-body::before {
	top: -21px;
	height: 21px;
}
.explore-box .explore-body::after {
	top: -13px;
	height: 19px;
}
.explore-box .explore-body .icon {
	max-width: 60px;
	height: 60px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 25px;
	height: 25px;
}
.explore-carousel .owl-nav .owl-next {
	right: -20px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -20px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px;
	padding-left:20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 0;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 70px;
	height: 70px;
	padding: 15px;
	margin: 0 auto 10px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-box {
	margin-bottom: 15px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 190px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:block !important;
}
.bookappointment-media .media-img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 0;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 115px;
	margin: 0 0 12px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 12px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 15px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page .entry-header, .blog_page_header {
	padding: 27px 0 !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 0;
}
.breadcrumb-container {
	font-size: 14px;
}
.inner-section {
	padding: 20px 0;
}
.img-box{
	margin-bottom:15px;
}
.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
}
.inner-content ul li {
	font-size: 15px;
	line-height: 25px;
}
.inner_page_heading {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}
.contact_page_info img {
	width: 25px;
}
.contact_page_info {
	padding-left: 35px;
	margin-bottom: 12px;
}
.contact_page_info:last-child {
	margin-bottom: 20px;
}
.map-area {
	height: 300px;
}
.blog_page_header {
	margin-bottom: 20px !important;
}
.blog-details-container {
	display: block;
	justify-content: start;
}
.content-sidebar {
	left: auto;
}
.list-view .site-content .post-thumbnail img {
	float: none !important;
	margin: 0 0 12px !important;
	width: 100% !important;
}
.post .entry-title {
	font-size: 25px !important;
}
.post .entry-summary {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.more-link {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
}
.list-view .site-content .hentry {
	border-bottom: none;
	min-height: auto;
	margin-bottom: 0 !important;
}
.content-sidebar {
	border-top: 0;
	padding-top: 20px !important;
}
.widget {
	margin-bottom: 10px !important;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 15px;
	margin-bottom: 15px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 32px;
}
.make-an-query-form-box {
	padding: 15px;
	margin-bottom: 0;
}
}/*-- iphone 4 --*/

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 340px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 20px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content .text {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 12px;
}
.btn {
	padding: 7px 14px;
	font-size: 14px;
}
.banner-area::before {
	height: 40px;
}
.banner-area .shape1 {
	height: 37px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 70px;
	height: 70px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 15px;
	line-height: 25px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: auto;
}
.explore-box .explore-body::before {
	top: -21px;
	height: 21px;
}
.explore-box .explore-body::after {
	top: -13px;
	height: 19px;
}
.explore-box .explore-body .icon {
	max-width: 60px;
	height: 60px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 25px;
	height: 25px;
}
.explore-carousel .owl-nav .owl-next {
	right: -20px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -20px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px;
	padding-left:20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 0;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 70px;
	height: 70px;
	padding: 15px;
	margin: 0 auto 10px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-box {
	margin-bottom: 15px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 190px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:block !important;
}
.bookappointment-media .media-img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 0;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 115px;
	margin: 0 0 12px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 12px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 15px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page .entry-header, .blog_page_header {
	padding: 27px 0 !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 0;
}
.breadcrumb-container {
	font-size: 14px;
}
.inner-section {
	padding: 20px 0;
}
.img-box{
	margin-bottom:15px;
}
.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
}
.inner-content ul li {
	font-size: 15px;
	line-height: 25px;
}
.inner_page_heading {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}
.contact_page_info img {
	width: 25px;
}
.contact_page_info {
	padding-left: 35px;
	margin-bottom: 12px;
}
.contact_page_info:last-child {
	margin-bottom: 20px;
}
.map-area {
	height: 300px;
}
.blog_page_header {
	margin-bottom: 20px !important;
}
.blog-details-container {
	display: block;
	justify-content: start;
}
.content-sidebar {
	left: auto;
}
.list-view .site-content .post-thumbnail img {
	float: none !important;
	margin: 0 0 12px !important;
	width: 100% !important;
}
.post .entry-title {
	font-size: 25px !important;
}
.post .entry-summary {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.more-link {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
}
.list-view .site-content .hentry {
	border-bottom: none;
	min-height: auto;
	margin-bottom: 0 !important;
}
.content-sidebar {
	border-top: 0;
	padding-top: 20px !important;
}
.widget {
	margin-bottom: 10px !important;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 15px;
	margin-bottom: 15px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 32px;
}
.make-an-query-form-box {
	padding: 15px;
	margin-bottom: 0;
}
}/*-- iphone 6, 7, 8 --*/

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 340px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 20px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content .text {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 12px;
}
.btn {
	padding: 7px 14px;
	font-size: 14px;
}
.banner-area::before {
	height: 45px;
}
.banner-area .shape1 {
	height: 40px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 70px;
	height: 70px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 15px;
	line-height: 25px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: auto;
}
.explore-box .explore-body::before {
	top: -21px;
	height: 21px;
}
.explore-box .explore-body::after {
	top: -13px;
	height: 19px;
}
.explore-box .explore-body .icon {
	max-width: 60px;
	height: 60px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 25px;
	height: 25px;
}
.explore-carousel .owl-nav .owl-next {
	right: -20px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -20px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px;
	padding-left:20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 0;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 70px;
	height: 70px;
	padding: 15px;
	margin: 0 auto 10px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-box {
	margin-bottom: 15px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 190px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:block !important;
}
.bookappointment-media .media-img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 0;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 115px;
	margin: 0 0 12px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 12px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 15px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page .entry-header, .blog_page_header {
	padding: 27px 0 !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 0;
}
.breadcrumb-container {
	font-size: 14px;
}
.inner-section {
	padding: 20px 0;
}
.img-box{
	margin-bottom:15px;
}
.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
}
.inner-content ul li {
	font-size: 15px;
	line-height: 25px;
}
.inner_page_heading {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}
.contact_page_info img {
	width: 25px;
}
.contact_page_info {
	padding-left: 35px;
	margin-bottom: 12px;
}
.contact_page_info:last-child {
	margin-bottom: 20px;
}
.map-area {
	height: 300px;
}
.blog_page_header {
	margin-bottom: 20px !important;
}
.blog-details-container {
	display: block;
	justify-content: start;
}
.content-sidebar {
	left: auto;
}
.list-view .site-content .post-thumbnail img {
	float: none !important;
	margin: 0 0 12px !important;
	width: 100% !important;
}
.post .entry-title {
	font-size: 25px !important;
}
.post .entry-summary {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.more-link {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
}
.list-view .site-content .hentry {
	border-bottom: none;
	min-height: auto;
	margin-bottom: 0 !important;
}
.content-sidebar {
	border-top: 0;
	padding-top: 20px !important;
}
.widget {
	margin-bottom: 10px !important;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 15px;
	margin-bottom: 15px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 32px;
}
.make-an-query-form-box {
	padding: 15px;
	margin-bottom: 0;
}
}/*-- iphone 6, 7, 8 plus --*/

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 365px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 20px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.banner-content-area .banner-content .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
}
.btn {
	padding: 8px 16px;
	font-size: 15px;
}
.banner-area::before {
	height: 55px;
}
.banner-area .shape1 {
	height: 47px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 75px;
	height: 75px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 16px;
	line-height: 26px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: auto;
}
.explore-box .explore-body::before {
	top: -35px;
	height: 35px;
}
.explore-box .explore-body::after {
	top: -24px;
	height: 32px;
}
.explore-box .explore-body .icon {
	max-width: 65px;
	height: 65px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 25px;
	height: 25px;
}
.explore-carousel .owl-nav .owl-next {
	right: -20px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -20px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 5px;
	padding-left: 20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 0;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
	display: flex;
	flex-direction: row !important;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
	margin: 0;
	margin-right: 10px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 75px;
	height: 75px;
	padding: 15px;
	margin: 0 auto 12px;
}
.work-box .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 8px;
}
.work-area .webtext {
	margin-bottom: 25px;
}
.work-box {
	margin-bottom: 15px;
	font-size:16px;
	line-height:26px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 55px;
	height: 55px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 16px;
	line-height: 26px;
}
.whychoose-media .media-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 270px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:block !important;
}
.bookappointment-media .media-img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 0;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 115px;
	margin: 0 0 12px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 12px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 25px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page .entry-header, .blog_page_header {
	padding: 27px 0 !important;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
	margin-bottom: 0;
}
.breadcrumb-container {
	font-size: 14px;
}
.inner-section {
	padding: 20px 0;
}
.img-box{
	margin-bottom:15px;
}
.inner-heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px;
}
.inner-content {
	font-size: 15px;
	line-height: 25px;
}
.inner-content ul li {
	font-size: 15px;
	line-height: 25px;
}
.inner_page_heading {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
}
.contact_page_info img {
	width: 25px;
}
.contact_page_info {
	padding-left: 35px;
	margin-bottom: 12px;
}
.contact_page_info:last-child {
	margin-bottom: 20px;
}
.map-area {
	height: 300px;
}
.blog_page_header {
	margin-bottom: 20px !important;
}
.blog-details-container {
	display: block;
	justify-content: start;
}
.content-sidebar {
	left: auto;
}
.list-view .site-content .post-thumbnail img {
	float: none !important;
	margin: 0 0 12px !important;
	width: 100% !important;
}
.post .entry-title {
	font-size: 25px !important;
}
.post .entry-summary {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.more-link {
	margin: 10px 0;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 15px;
}
.list-view .site-content .hentry {
	border-bottom: none;
	min-height: auto;
	margin-bottom: 0 !important;
}
.content-sidebar {
	border-top: 0;
	padding-top: 20px !important;
}
.widget {
	margin-bottom: 10px !important;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ref_form_box {
	padding: 15px;
	margin-bottom: 15px;
}
.ref_form_box_heading {
	font-size: 22px;
	line-height: 32px;
}
.make-an-query-form-box {
	padding: 15px;
	margin-bottom: 0;
}
}

/*-- iPad Mini --*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 445px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 60px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 16px;
	line-height: 26px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content .text {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 15px;
}
.btn {
	padding: 8px 16px;
	font-size: 16px;
}
.banner-area::before {
	height: 80px;
}
.banner-area .shape1 {
	height: 75px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 75px;
	height: 75px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 16px;
	line-height: 26px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: 220px;
}
.explore-box .explore-body::before {
	top: -35px;
	height: 35px;
}
.explore-box .explore-body::after {
	top: -24px;
	height: 32px;
}
.explore-box .explore-body .icon {
	max-width: 65px;
	height: 65px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 8px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 35px;
	height: 35px;
}
.explore-carousel .owl-nav .owl-next {
	right: -35px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -35px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 5px;
	padding-left: 20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 15px;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-box {
	display: flex;
	align-items: stretch;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column !important;
	width: 100%;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 75px;
	height: 75px;
	padding: 15px;
	margin: 0 auto 12px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-area .webtext {
	margin-bottom: 25px;
}
.work-box {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 55px;
	height: 55px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 16px;
	line-height: 26px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 270px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:flex !important;
}
.bookappointment-media .media-img {
	max-width: 260px;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 15px;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 140px;
	margin: 0 0 15px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 14px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 40px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.getstart-area .getstart-text {
	display: block;
	font-size: 150px;
	text-align: center;
}
.getstart-area .getstart::after {
	right: 10px;
	max-width: 191px;
	display:block;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -205px;
	max-width: 205px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header-top-area .logo {
	max-width: 150px;
}
.header-area .header-top-area {
	padding: 8px 0;
}
.header-menu-area select.gt_selector {
	margin-right: 12px;
	width: 120px;
}
.header-social-link {
	margin-right: 15px;
}
.listen-box {
	margin-right: 15px;
}
.menu ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
}
.menu ul li {
	margin-right: 25px;
}
.listen-box .listen-box-media {
	font-size: 15px;
	line-height: 25px;
}
.banner-content-area .banner-content .heading {
	font-size: 45px;
	line-height: 55px;
}
.explore-carousel .owl-nav .owl-prev {
	left: -50px;
}
.explore-carousel .owl-nav .owl-next {
	right: -50px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.webtext .tagline {
	font-size: 20px;
	line-height: 30px;
}
.webtext .heading {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 10px;
}
.getstart .heading {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 10px;
}
.getstart .text {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 12px;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -312px;
	max-width: 550px;
}
.whychoose-area .container-fluid{
	position:relative;
}
.whychoose-img-box {
	height: 440px;
}
.bookappointment-media .media-body .heading {
	font-size: 36px;
	line-height: 46px;
}
.bookappointment-media {
	padding: 20px;
}
.footer-logo {
	max-width: 150px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 445px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 60px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 16px;
	line-height: 26px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content .text {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 15px;
}
.btn {
	padding: 8px 16px;
	font-size: 16px;
}
.banner-area::before {
	height: 80px;
}
.banner-area .shape1 {
	height: 75px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 75px;
	height: 75px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 16px;
	line-height: 26px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: 220px;
}
.explore-box .explore-body::before {
	top: -35px;
	height: 35px;
}
.explore-box .explore-body::after {
	top: -24px;
	height: 32px;
}
.explore-box .explore-body .icon {
	max-width: 65px;
	height: 65px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 8px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 35px;
	height: 35px;
}
.explore-carousel .owl-nav .owl-next {
	right: -35px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -35px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 5px;
	padding-left: 20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 15px;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-box {
	display: flex;
	align-items: stretch;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column !important;
	width: 100%;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 75px;
	height: 75px;
	padding: 15px;
	margin: 0 auto 12px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-area .webtext {
	margin-bottom: 25px;
}
.work-box {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 55px;
	height: 55px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 16px;
	line-height: 26px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 270px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:flex !important;
}
.bookappointment-media .media-img {
	max-width: 260px;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 15px;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 140px;
	margin: 0 0 15px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 14px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 40px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.getstart-area .getstart-text {
	display: block;
	font-size: 150px;
	text-align: center;
}
.getstart-area .getstart::after {
	right: 10px;
	max-width: 191px;
	display:block;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -205px;
	max-width: 205px;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header-top-body-right-area {
	display: none !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: none !important;
}
.header-top-area .logo {
	max-width: 100px;
}
.header-area .header-top-area {
	padding: 5px 0;
}
.banner-area {
	height: 445px;
}
.satisfaction-area {
	margin-top: 0;
	margin-bottom: 25px;
}
.banner-area .banner-content-area {
	padding-top: 60px;
}
.banner-content-area .banner-content .tagline::before {
	max-width: 25px;
	height: 2px;
	top:12px;
}
.banner-content-area .banner-content .tagline {
	font-size: 16px;
	line-height: 26px;
	padding-left: 30px;
}
.banner-content-area .banner-content .heading {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content .text {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 15px;
}
.btn {
	padding: 8px 16px;
	font-size: 16px;
}
.banner-area::before {
	height: 95px;
}
.banner-area .shape1 {
	height: 85px;
}
.banner-content .btn {
	margin-right: 5px;
}
.satisfaction-box .icon {
	max-width: 75px;
	height: 75px;
}
.satisfaction-box .satisfaction-body {
	padding: 45px 20px 20px;
}
.satisfaction-box {
	margin-bottom: 15px;
}
.satisfaction-box .satisfaction-body .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 8px;
}
.banner-content-area .banner-content {
	max-width: 100%;
}
.webtext .tagline {
	font-size: 15px;
	line-height: 25px;
	margin:0 0 5px;
}
.webtext .tagline::before {
	top: 12px;
	left: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .tagline::after {
	top: 12px;
	right: -35px;
	max-width: 25px;
	height: 2px;
}
.webtext .heading {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 10px;
}
.webtext .text {
	font-size: 16px;
	line-height: 26px;
}
.explore-body-area .webtext {
	max-width: 100%;
	margin: 0 auto 20px;
}
.explore-box .img-box {
	height: 220px;
}
.explore-box .explore-body::before {
	top: -35px;
	height: 35px;
}
.explore-box .explore-body::after {
	top: -24px;
	height: 32px;
}
.explore-box .explore-body .icon {
	max-width: 65px;
	height: 65px;
	margin: -58px auto 8px;
	padding: 12px;
}
.explore-box .explore-body {
	padding: 18px 12px 15px;
}
.explore-box .explore-body .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 8px;
}
.explore-box .explore-body .text {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.explore-carousel .owl-nav .owl-prev, .explore-carousel .owl-nav .owl-next {
	max-width: 35px;
	height: 35px;
}
.explore-carousel .owl-nav .owl-next {
	right: -35px;
}
.explore-carousel .owl-nav .owl-prev{
	left: -35px;	
}
.explore-box .explore-body .btn {
	font-size: 15px;
}
.explore-area {
	padding-bottom: 30px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.p-70 {
	padding: 30px 0;
}
.welcome-area .welcome-img{
	margin-bottom:20px;
}
.welcome-contain-box .webtext .tagline {
	padding-left: 32px;
}
.webtext .text ul li {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 5px;
	padding-left: 20px;
}
.webtext .text ul li::before {
	top: 6px;
	max-width: 15px;
	height: 15px;
}
.welcome-contain-box .webtext .text {
	margin-bottom: 12px;
}
.welcome-contain-box .mobile-call {
	margin-left: 15px;
	padding-top: 12px;
}
.getstart-area .getstart::after, .getstart-area .getstart-box:last-child .getstart::before, .getstart-area .getstart::before, .getstart-area .getstart-text, .work-list-box-area::before{
	display:none;
}
.getstart-box {
	display: flex;
	align-items: stretch;
}
.getstart-area .getstart {
	min-height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column !important;
	width: 100%;
}
.getstart .heading {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 5px;
}
.getstart .text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.getstart-area .getstart .btn {
	min-width: 180px;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.getstart-area .getstart .btn:last-child{
	margin-bottom:0;
}
.work-box .icon {
	max-width: 75px;
	height: 75px;
	padding: 15px;
	margin: 0 auto 12px;
}
.work-box .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.work-area .webtext {
	margin-bottom: 25px;
}
.work-box {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
}
.whychoose-area .webtext {
	margin: 0 0 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
    z-index: 1;
}
.whychoose-media {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    z-index: 1;
}
.whychoose-media .media-icon {
	max-width: 55px;
	height: 55px;
	border-radius: 100%;
	padding: 10px;
	margin-top: 8px;
}
.whychoose-media .media-body {
	padding-left: 10px;
	font-size: 16px;
	line-height: 26px;
}
.whychoose-media .media-body .heading {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.whychoose-area .webtext .tagline {
	padding-left: 30px;
}
.whychoose-img-box {
	height: 270px;
	position: relative;
	z-index: 1;
}
.whychoose-main-img-box{
	padding-left:15px;
	padding-right:15px;
}
.testimonial-body-area .sp-testimonial-free {
	padding: 55px 15px 15px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.testimonial-body-area .sp-testimonial-free .sp-testimonial-client-rating i.fa{
	font-size:15px;
}
.testimonial-body-area .sp-testimonial-free-section .sp-testimonial-client-testimonial{
	margin:0 0 10px;	
}
.bookappointment-media {
	padding: 15px;
	border-radius: 20px;
	display:flex !important;
}
.bookappointment-media .media-img {
	max-width: 260px;
	height: auto;
	border-radius: 20px;
	margin-bottom: 15px;
}
.bookappointment-media .media-body {
	padding-left: 15px;
}
.bookappointment-media .media-body .heading {
	font-size: 25px;
	line-height: 35px;
	margin: 0 0 12px;
}
.footer-logo {
	max-width: 140px;
	margin: 0 0 15px;
}
.footer-area {
	padding: 30px 0 10px;
}
.footer-content {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 12px;
}
.footer-social {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer-social ul li a {
	max-width: 30px;
	height: 30px;
	padding: 8px;
}
.footer-social ul li {
	margin-right: 5px;
}
.footer-social img.ndis-badge {
	max-width: 44px;
	height: 44px;
	margin-left: 10px;
}
.footer .heading {
	padding: 0 0 12px;
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 32px;
}
.footer ul li a {
	font-size: 15px;
}
.footer {
	margin: 0 0 15px;
}
.footer ul li {
	margin: 0 0 5px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
	font-size: 15px;
}
.footer .footer-contact-media .media-icon {
	max-width: 20px;
	height: 20px;
}
.footer .footer-contact-media .media-body {
	padding-left: 5px;
}
.footer-contact-media {
	margin-bottom: 10px;
}
.copyright {
	padding: 12px 0 50px;
	font-size: 14px;
}
.back-to-top {
	max-width: 35px;
	height: 35px;
	padding:8px;
}
.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer-mobilecontact-area{
	display:flex;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
	width: 90px !important;
	height: 75px !important;
	margin-bottom:25px !important;
}
.header-menu-area select.gt_selector {
	margin-right: 40px;
	width: 100px;
	padding: 11px 8px;
	font-size: 14px;
	top: 14px;
	right: 55px;
	position:absolute;
	border-color:#000;
	color:#000;
}
.header-area.fix{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.getstart-area .getstart-text {
	display: block;
	font-size: 150px;
	text-align: center;
}
.getstart-area .getstart::after {
	right: 10px;
	max-width: 191px;
	display:block;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -205px;
	max-width: 205px;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header-top-area .logo {
	max-width: 150px;
}
.header-area .header-top-area {
	padding: 8px 0;
}
.header-menu-area select.gt_selector {
	margin-right: 12px;
	width: 120px;
}
.header-social-link {
	margin-right: 15px;
}
.listen-box {
	margin-right: 15px;
}
.menu ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
}
.menu ul li {
	margin-right: 25px;
}
.listen-box .listen-box-media {
	font-size: 15px;
	line-height: 25px;
}
.banner-content-area .banner-content .heading {
	font-size: 45px;
	line-height: 55px;
}
.explore-carousel .owl-nav .owl-prev {
	left: -50px;
}
.explore-carousel .owl-nav .owl-next {
	right: -50px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.webtext .tagline {
	font-size: 20px;
	line-height: 30px;
}
.webtext .heading {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 10px;
}
.getstart .heading {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 10px;
}
.getstart .text {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 12px;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -312px;
	max-width: 550px;
}
.whychoose-area .container-fluid{
	position:relative;
}
.whychoose-img-box {
	height: 440px;
}
.bookappointment-media .media-body .heading {
	font-size: 36px;
	line-height: 46px;
}
.bookappointment-media {
	padding: 20px;
}
.footer-logo {
	max-width: 150px;
}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header-top-area .logo {
	max-width: 150px;
}
.header-area .header-top-area {
	padding: 8px 0;
}
.header-menu-area select.gt_selector {
	margin-right: 12px;
	width: 120px;
}
.header-social-link {
	margin-right: 15px;
}
.listen-box {
	margin-right: 15px;
}
.menu ul li a {
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
}
.menu ul li {
	margin-right: 25px;
}
.listen-box .listen-box-media {
	font-size: 15px;
	line-height: 25px;
}
.banner-content-area .banner-content .heading {
	font-size: 45px;
	line-height: 55px;
}
.explore-carousel .owl-nav .owl-prev {
	left: -50px;
}
.explore-carousel .owl-nav .owl-next {
	right: -50px;
}
.welcome-img img{
	width:100%;
	object-fit:cover;
}
.webtext .tagline {
	font-size: 20px;
	line-height: 30px;
}
.webtext .heading {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 10px;
}
.getstart .heading {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 10px;
}
.getstart .text {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 12px;
}
.getstart-area .getstart-box:last-child .getstart::after {
	left: -312px;
	max-width: 550px;
}
.whychoose-area .container-fluid{
	position:relative;
}
.whychoose-img-box {
	height: 440px;
}
.bookappointment-media .media-body .heading {
	font-size: 36px;
	line-height: 46px;
}
.bookappointment-media {
	padding: 20px;
}
.footer-logo {
	max-width: 150px;
}
.header-top-body-right-area {
	display: inline-flex !important;
}
.listen-box, .primary-navigation, .right-area .btn, .header-social-link {
	display: inline-block;
}
.header-menu-area select.gt_selector {
	top: auto;
	right: auto;
	position: relative;
	border-color: #fff;
	color: #fff;
}
.banner-area {
	height: 595px;
}
.banner-area::before {
	height: 100px;
}
.banner-area .shape1 {
	height: 97px;
}
.getstart-area .getstart::after {
	right: 20px;
	max-width: 228px;
}
.header-area.fix {
	position: relative;
}
.explore-carousel .owl-nav .owl-prev {
	left: -40px;
}
.explore-carousel .owl-nav .owl-next {
	right: -40px;
}
}

@media screen and (min-width: 1424px) {
.getstart-area .getstart::before {
    left: -3997px;
}
.getstart-area .getstart-box:last-child .getstart::before {
    right: -3998px;
}
.getstart-area .getstart-box:last-child .getstart::after {
    left: -348px;
}
}

@media screen and (min-width: 1624px) {
.banner-area {
    height: 942px;
}
}

@media screen and (min-width: 1920px) {
.banner-area {
    height: 1120px;
}
.banner-area::before {
    height: 195px;
}
.banner-area .shape1 {
    height: 185px;
}
}

@media screen and (min-width: 2048px) {
.banner-area {
    height: 1190px;
}
.banner-area::before {
    height: 225px;
}
.banner-area .shape1 {
    height: 210px;
}
}

@media screen and (min-width: 2550px) {
.banner-area {
    height: 1480px;
}
.banner-area::before {
    height: 250px;
}
.banner-area .shape1 {
    height: 245px;
}
}