:root {
  --dark-green: #178947;
  --dark-blue: #1D3D70;
  --lite-green: #AECA26;
  --white: #fff;
  --black: #000;
  --thin-white: #dfdfdf;
}
/*start Location Tab*/

.mytab_container {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}

.mytab_container input, #content1, #content2, #content3, #content4, #content5 {
  clear: both;
  padding-top: 10px;
  display: none;
}

.mytab_container label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 25%;
  padding: 1.5em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

#mytab1:checked ~ #content1,
#mytab2:checked ~ #content2,
#mytab3:checked ~ #content3,
#mytab4:checked ~ #content4,
#mytab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
}

.mytab_container .mytab-content p,
.mytab_container .mytab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.mytab_container .mytab-content h3  {
  text-align: center;
}

.mytab_container [id^="mytab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #178947;
}

.mytab_container [id^="mytab"]:checked + label .fa {
  color: #178947;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .mytab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}
/*end Location Tab*/

/*start Modal Popup CSS*/

/*end Modal Popup CSS*/
.preloader{
	background: var(--dark-green);
}
.header-menu ul > li a:before{
	background: transparent !important;
}
.header-menu > ul > li:hover > a{
	color: var(--dark-green) !important;
}
.header-menu > ul > li.active > a{
	color: var(--dark-blue);
}
.header-menu > ul > li:hover > a{
	color: #fff;
}
.header-menu > ul > li:hover > a:before{
	background: var(--dark-blue);
}
.button-style{
	background: var(--dark-green);
}
.menubar .menu-bg:before{
	border: 3px solid rgb(174 202 38 / 67%);
}
.home1.banner{
	padding-top: 238px;
	padding-bottom: 420px;
}
.bannerspanclr{
	color: var(--dark-blue);
}
.home1.banner .text-area h3{
	font-weight: 700;
	color: var(--white);
}
.home1.banner .text-area{
	color: var(--grey);
}
.home1.banner .text-area .subh41{
	padding-bottom: 0px;
	padding-top: 20px;
	font-weight: 700;
	color: var(--thin-white);
}
.home1.banner .text-area .subh42{
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 700;
	color: var(--dark-blue);
	display: flex;
    align-items: flex-start;
    font-size: 30px;
}
.home1.banner .text-area h4{
	font-weight: 700;
	color: var(--thin-white);
}
.home1.feature .item h4{
	min-height: 125px;
	font-size: 17px;
}
.home1.feature .item .front, .home1.feature .item .back{
	padding: 30px 20px 10px 20px;
}
.home1.feature .item .back{
	background: var(--dark-blue);
}
.titleclr{
	color: var(--dark-green);
}
.home2.count{
	margin-top: 0px;
}
.home2.count .overlay{
	padding: 35px 0px;
}
.countstyle{
	font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.home1.service .single p{
	font-size: 18px;
}
.mytab_container h4{
    padding: 10px;
    color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    border-radius: 5px;
    font-size: 18px;
}
.footer-bottom ul li:not(:last-child){
	padding-right: 30px;
}
.footer-top .content .address li .icon i{
	color: var(--dark-green);
}
.footer-top .content .address li:hover .icon i{
	background: var(--dark-green);
}
.top-btn{
	background: var(--dark-green);
}
.home1.about .image:before{
	background: var(--dark-green);
}
.header-menu #menu-button i{
	color: var(--dark-green);
}
.home1{
	background-position: center left !important;
}
.home1.about .image{
	width: unset;
}
.myform{
	background: var(--dark-blue);
    padding: 25px 30px;
}
.button-style{
	padding: 0 25px;
	line-height: 50px;
	font-size: 17px;
}
.home1.service .single:hover .overlay{
	background: rgb(0 0 0 / 75%);
}
.home1.banner .text-area h1{
	color: #fff;
}
.home1.banner .text-area .chennais{
	font-size: 30px;
	line-height: 28px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
.sec2h3{
	margin-top: 35px;
	text-align: center;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.home2.count .overlay{
	background: rgb(23 134 70);
}
.home1.feature .item .icon, .home1.feature .item .back .icon{
	background: unset;
}
.twoline{
	display: inline-block;
	text-align: left;
}
.twoline li{
	width: 50%;
    float: left;
    font-size: 18px;
    color: #fff;
}
.liicon{
	width: 15px;
}
.footer-top .content p a{
	color: #fff;
}
.home1.about{
	padding-bottom: 75px;
}
.footlink{
	display: flex;
	justify-content: center;
}
.footlink li{
	padding: 0 30px;
}
.footlink li a{
	color: #fff;
}
.h3title{
  		font-size: 20px;
    	text-align: center;
    	padding: 15px 0px;
    	font-weight: 700;
  	}
  	.section-title h2{
  		margin-top: 20px;
  	}
.menubar{
	top: 10px;
}
.radius{
	border-radius: 15%;
}
.home1.feature .item:hover .back{
	min-height: 190px;
}
.chennaitxt{
	background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgb(23, 137, 71) 0%, rgb(34 184 11) 100%) repeat scroll 0 0;
}
.footer-top .content p a{
	color: #fff;
	font-size: 25px;
}
.galltitleh3{
	font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

/* start Media Query*/
@media (min-width: 768px){
	.mview{display: none;}
  		.dview{display: block;}
}
@media (max-width: 767px){
	.home1.banner{
	background: /*linear-gradient(rgb(0 0 0 / 51%), rgb(0 0 0 / 43%)),*/url(https://parcestate.dlf.in/assets/siteimg/banner-mob.jpg) center center / cover no-repeat !important;
		padding-top: 170px;
	}
	.home1.banner .text-area h1{
		font-size: 25px;
	}
	.home1.banner .text-area h3{
		font-size: 18px;
	}
	.home1.banner .text-area .subh41, .home1.banner .text-area .subh42{
		font-size: 17px;
		line-height: 23px;
	}
	.home1.about{
		padding-bottom: 0px !important;
    	padding-top: 50px !important;
	}
	.section-title h2{
		font-size: 22px;
    	line-height: 30px;
	}
	.section-title{
		padding-bottom: 15px;
	}
	.section-title h4{
		font-size: 21px;
	}
	.footer-top{
		padding-top: 50px;
	}
	.footer-top .content{
		margin-bottom: 25px;
	}
	.footlink{
		display: none;
	}
	.parcmlogo img{
		width: 100px;
	}
	.dlfmlogo img{
		width: 60px;
	}
	.mview{display: block;}
  	.dview{display: none;}
  	.home1.banner .text-area .chennais{
	font-size: 29px;
	line-height: 30px;
}
	.bannerspanclr, .home1.banner .text-area .subh42{
		color: #fff;
	}
	.home1.feature{
		padding-bottom: 20px;
	}
	.home1.banner{
		padding-top: 169px;
    	padding-bottom: 205px;
	}
	.menubar .menu-bg{
		padding: 0px 5px !important;
	}
	.menubar{
		top: 2px;
	}
	.home1.feature .item h4{
		min-height: 75px;
    	font-size: 16px;
	}
	.home1.feature .item h4{
		padding-top: 20px;
    	padding-bottom: 15px;
	}
	.mytab_container h4{
		font-size: 17px;
	}
	.home2.count .overlay{
		padding: 65px 0px;
	}
	.home1.feature .item{
		margin-bottom: 55px;
	}
	.twoline li{
		width: 100%;
		font-size: 11px;
	}
	.sec2h3{
	   font-size: 27px;
	   margin-top: 0px;
	}
}
@media (max-width: 425px) and (min-width: 376px){
	.home1.banner {
    	padding-top: 245px !important;
    	padding-bottom: 250px !important;
	}
}
@media (max-width: 375px) and (min-width: 321px){
	.home1.banner {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
	}
}