
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    background: #eeeded;
}
section{
    padding:50px 0px;
}
h1{
    text-align: center;
    font-size: 65px;
    font-weight: 700;
    color: #fff;

}
h1 small{
    text-align: center;
    font-size: 32px;
    display: block;
    color: #d75734;
    margin-bottom:50px;
}
p{
  
    font-size: 16px;
    line-height: 29px;
    
}
ul{
    margin:0;
    padding:0;
list-style: none;
}
ul li{
    font-size: 18px;
line-height:29px;
margin-bottom:20px;
}
/* new section css  */
.star {
    width: auto !important;
    margin: 0 5px 0;
}
.whtincl.tiles.comm img {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.ratig {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin: 20px auto;
}
.rlSuc h2:before {
    content: "";
    width: 150px;
    height: 3px;
    background: #152f52;
    position: absolute;
    display: block;
    margin: 10px auto;
    left: 0;
    right: 0;
    top: 103%;
}
.rlSuc h2 {
    position: relative;
    margin-bottom: 50px!important;
}

.rlSuc h2 {
    max-width: 100%;
    margin: 0px auto 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    border: none;
    padding: 0;
    font-weight: 700;
}
.rlSuc h2 span {
    color: #184e42;
}
.rlSuc .subhead {
    text-align: center;
    font-size: 25px;
    /* color: #152f52; */
    font-weight: 500;
    margin-bottom: 0;
}
.rlSuc .subhead + p {
    text-align: center;
    font-weight: 600;
}
.rlSuc ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.rlSuc ul li {
    text-align: center;
    color: #000;
    padding: 0 0 10px;
    width: 25%;
    margin: 0;
    text-transform: capitalize;
}
.rlSuc img.img-responsive {
    width: 100%;
}
.rlSuc img {
    /* border: 3px solid #bdd924; */
    padding: 8px;
}
.slick-slide img, .nwBus img{
    width: 100%;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* slider end */
/* Arrows */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    color: #2f2e7a;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 105px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .15;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2f2e7a;
}
.slick-slider__slide {
    padding: 0px 15px;
    box-sizing: border-box;
}
/* dots end */
.slider-nav img{
    border:none !important; 
    cursor:hand;
    cursor:pointer;
}
.slider-nav .slick-prev::before {
	content: '';
	background: url(https://www.dginstitute.com.au/wp-content/uploads/2022/04/videoslider-arrow.png) 0 0px no-repeat;
	height: 18px;
    width: 9px;
    transform:rotate(180deg);
	display: inline-block;
	vertical-align: middle;
}
.slider-nav .slick-next::before {
	content: '';
	background: url(https://www.dginstitute.com.au/wp-content/uploads/2022/04/videoslider-arrow.png) 0 0px no-repeat;
	height: 18px;
	width: 9px;
	display: inline-block;
	vertical-align: middle;
}
 .spkr {
     background: #f5f5f5;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* end */

/* new changes */
.newwFontSize{
    font-size: 35px!important;
    margin-bottom: 50px;
    color: #d75734!important;
}
.inclusion{
    padding-bottom: 10px!important;
}
.upgrfree{
padding-top: 10px;
}
.subLI li {
    
    margin-bottom: 4px!important;
}
.tpPdWorthh h3{
    font-size: 30px;
    font-weight: 700;
    max-width: 741px;
    text-align: center;
    margin: auto;
    border: 1px solid #eee6d6;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 1px 17px 26px rgba(0,0,0, .2);
    position: relative;
    background-color: #fff;
    color: #16594D !important;
    margin-top: 40px;
}
.nthnk {
    font-size: 25px;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    display: inline-block;
}
.nthnk:hover {
    color: #fff;
    text-decoration: none;
}
.herobanner {
    background:  url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/emgreenbkgd.jpg) 0 0 no-repeat;
    padding:50px 0 0;
    height:500px;
    background-size: cover;
}
.herobanner h1{
    color:#fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.herobanner h2{
    color: #fff;
    /* color:#d75734; */
    text-align: center;
    font-size: 32px;
}
.ctawrap a, .upgrd a {
	background-color: #d75734;
	color: #fff;
	font-size: 32px;
	display: block;
	text-align: center;
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
    margin-top: 16px;

}
.colincl {
	border: 1px solid #ccc;
	padding-top: 20px;
}
.colincl h3 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #ec533c;
}
.colincl ul li{
    margin-bottom:10px !important;
    font-size: 16px;
    line-height: 23px !important;
}
.cta-arrow-up {
    height: 68px;
    position: absolute;
    right: 34px;
    top: 75px;
    z-index: 2;
}
.cta-arrow {
    height: 68px;
    position: absolute;
    right: 3px;
    top: 33px;
    z-index: 2;
}
.videocontainerdiv{
    position: relative;
    width: 100%;
}
.videocontainerdiv .videocont{
    /* position: absolute; */
    width: 100%;
}
.videocontainerdiv .videocont iframe{
    width: 100%;
}
.magrtop{
    margin-top: 200px;
}
/* .ctawrap{
    
    border-radius: 10px;
    padding:20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
} */
.ctawrap .head{
    font-size: 32px;
    color:#16594D;
    font-weight: 800;
    text-align: center;

}
.ctawrap small{
    display:block;
    margin-bottom:20px;

}
.ctawrap a{
    background-color: #d75734;
    color:#fff;
    font-size: 32px;
    display: block;
    text-align: center;
    border-radius: 50px;
    padding:10px 20px;
    text-decoration: none;

}
.ctawrap a small, .upgrd a small{
    display:block;
    font-size: 12px;
    
}

.upgrd{
    background:  url(https://www.dginstitute.com.au/wp-content/themes/jupiter-child/assets/images/emgreenbkgd.jpg) 0 0 no-repeat;
    background-size: cover;
    
}

.collage{
    position: relative;
    top:-50px;
    margin: auto;
}
.upgrd h1{
    color: #fff;
}
.color-white{
    color: #fff;
}
.upgrd ul li{
    padding-left:30px;position: relative;
}
.upgrd ul li:before{
    content:"";
    background: url(https://www.propertylovers.com.au/wp-content/uploads/2023/10/tick.jpg) 0 0 no-repeat;
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top: 5px;
}
.upgrfree h1, .inclusion h1{
    color: #16594D;
}
.upgrfree ul li{
    padding-left:30px;position: relative;
    line-height: 29px;
}
.upgrfree ul li:before{
    content:"";
    background: url(https://www.propertylovers.com.au/wp-content/uploads/2023/10/tick.jpg) 0 0 no-repeat;
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top: 5px;
}
.whtboxs{
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding:20px 40px;
}
.rlSuc .whtboxs{
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding:20px 40px;
}
.whtboxs i{
    font-style: normal;
    color:#c83c16;
}
.subhead{
    font-size: 16px;
    color: #d75734;
    font-weight: 600;
}
.mainhead{
    font-size: 32px;
    color: #16594D;
    font-weight: 700;
}.color-green{
    color: #16594D !important;
}

.upgrdimg {
    width: 100%;
}
.paddtopbot{
    padding: 50px 40px;
}



@media(max-width:1024px){
    .rlSuc h2 {
        font-size: 32px;
    }
    .newwFontSize{
        font-size: 32px!important;
    }
    .cta-arrow-up {
        
        right: 3px;
        top: 33px;
       }
.collage {
	
	width: 100%;
}
.herobanner {
	height: 352px;
}
.herobanner iframe {
    height: 343px;
}
.ctawrap .head {
	font-size: 24px;
	color: #16594D;
	font-weight: 800;
	text-align: center;
}
.magrtop {
	margin-top: 161px;
	/* padding: 0 20px; */
}
.ctawrap a {
	background-color: #d75734;
	color: #fff;
	font-size: 21px;
	display: block;
	text-align: center;
	border-radius: 50px;
	padding: 10px 20px;
	text-decoration: none;
}
h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
h1 small {
	text-align: center;
	font-size: 24px;
	display: block;
}
.whtboxs {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 20px;
	/* margin: 20px; */
    margin-top: 20px;
    margin-bottom: 20px; 
    width: 90%;
}
.rlSuc .whtboxs {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 20px;
	/* margin: 20px; */
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.rlSuc ul li {
    font-size: 18px;
    width: 50%;
}
}
@media(max-width:767px){
    .cta-arrow-up {
        right: 1px;
        top: 75px;
        }
        .cta-arrow {
            
            right: 1px;
            top: 60px;
           
        }
.ctacont .img-fluid{
    width:50%;
    margin:auto;
}
.text-cnter{
    text-align: center;
}
.videocontainerdiv {
    position: relative;
    width: 100%;
    top: -104px;
}
.whtboxs {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    width: 90%;
}
.rlSuc .whtboxs {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 20px;
	margin: 20px;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    width: 90%;
}

.rlSuc ul li {
    font-size: 15px;
       width: 100%;
        
    }
    .ratig {
        
    font-size: 20px;
        
    }
}

