
@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;
}
.clnt span {
    color: #16594D;
    font-size: 25px;
    /* text-align: center; */
    font-weight: 700;
}
.limited {
    font-size: 16px;
    color: #d75734;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
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 changes */
.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:#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%;
}
.magrtopp{
    margin-top: 260px;
}
/* .ctawrap{
    
    border-radius: 10px;
    padding:20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
} */
.ctawrap .head{
    font-size: 27px;
    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;
}
.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){
    .cta-arrow-up {
        
        position: absolute;
        right: 0px;
        top: 20px;
        
    }
    .cta-arrow {
        
        position: absolute;
        right: 0px;
        top: 10px;
       
    }
.collage {
	
	width: 100%;
}
.herobanner {
	height: 352px;
}
.herobanner iframe {
    height: 343px;
}
.ctawrap .head {
	font-size: 22px;
	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;
    width: 90%;
}
.magrtopp {
    margin-top: 300px;
}
}
@media(max-width:991px){
    .cta-arrow-up {
        
        position: absolute;
        right: 0px;
        top: 20px;
        
    }
    .cta-arrow {
        
        position: absolute;
        right: -10px;
        top: 10px;
       
    }
    .magrtopp {
        margin-top: 330px;
    }
}
@media(max-width:767px){
    .cta-arrow {
        position: absolute;
        right: 0px;
        top: 40px;
    }
    .cta-arrow-up {
        position: absolute;
        right: 0px;
        top: 40px;
    }
    .ctawrap .head {
        font-size: 20px;
    }
.ctacont .img-fluid{
    width:50%;
    margin:auto;
}
.text-cnter{
    text-align: center;
}
.videocontainerdiv {
    position: relative;
    width: 100%;
    top: -104px;
}
.herobanner h2 {
    font-size: 20px;
}
.magrtopp {
    margin-top: 250px;
}
.videocontainerdiv .videocont {
    /* position: absolute; */
   
    max-height: 240px;
    height: auto;
}
}

