
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    line-height:26px;
  }
  .hfixed {
    height: 70px;
    background: #fff !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    border-radius: 0;
    z-index: 9999;
	    border-bottom: solid 1px #ccc;
}
.hfixed .menu ul li a{
    color: #474747;
}
.hfixed .menuIn {
    padding: 0px 0 0;
}

.thank_you img{
    width: 100%;
}

.hfixed .menu ul li a:before {
    background: #ffffff;
}
.landing-header {
    position: fixed;
	background: #233c26;
	  top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	    border-bottom: solid 1px #ccc;
    padding-bottom: 7px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.landing-header .container-fuild {
    /* display: inline-block; */
    width: 100%;
    padding: 0 30px;
}
.landing-header  .navbar {  margin-bottom: 0;}
.logo {
    float: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0;
    padding: 0;
    background: transparent;
}
.logo a img{
     filter: brightness(0) invert(1);
}
.hfixed .logo a img {
    /* background: #fff; */
    padding: 7px 0;
    width: 62%;
	    filter: brightness(1) invert(0);
}
.menuOut {
    float: right;
}
.menuIn {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 10px 0 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menu ul li {
    list-style: none;
    float: left;
    margin: 10px 13px;
    font-weight: 400;
    font-size: 19px;
}
.menu ul li a{
    color: #fff;
    font-weight: 500;
    position: relative;
}
.menu ul li a:hover {
    text-decoration: none;
	    color: #e9a222;
}
.menu ul li a:hover:before {
    width: 80%;
}
.menu ul li.hd-btn a:before{
    content: "";
    position: absolute;
    width: 0%;
    height: 0px;
}       
.menu ul li a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background: #123b16;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menu ul li.hd-btn a{
    background: #273e29;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #5d7664;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
}
.banner_img img{
    width: 100%;
    height: 100%;
}
.baner {
    background: url('../image/banner.jpg') no-repeat top center;
    background-size: cover !important;
    width: 100%;
	    height: 90vh;
		    margin-top: 90px;
}
.banner_con .content {
    text-align: center;
    margin-left: 150px;
}
.banner_con .tag img {
    width: auto;
    margin-bottom: 20px;
}
.banner_img{
    position: relative;
}
.Mbanner_img{
    display: none;
}
/* .banner_con {
    width: 100%;
    padding: 170px 0 11% 0;
    top: 160px;
    margin: 0;
} */
.en_now.desk_enq {
    width: 27%;
    /* float: right; */
    position: relative;
    left: 68%;
    top: 50px;
}
.banner_con {
    width: 100%;
    padding: 95px 0 3% 0;
    top: 160px;
    margin: 0;
}
.banner_con form.enquiry_now .form .row .col-md-12 {
     padding: 0 15px;
	     margin-bottom: 15px;
}
.banner_con .ban_cont h2{
    font-size: 65px;
    margin: 0;
    font-weight: bold;
    color: #dba637;
	    text-transform: uppercase;
}
.banner_con .ban_cont p{
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
}
.row.brow {
    margin: 0;
}
.banner_con .ban_cont h2 span{
    color: #123b16;
}
.enquiry_now .form .col-md-6{
    padding-left: 0;
    padding-right: 0;
}
#enquiry_form .form h3 {
    color: #195223 ;
    text-align: left;
}

div#enquiry_form {
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    top: 27px;
    left: 100px;
    width: 73%;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 17%);
}
.e_now p {
    color: #8f8f8f;
    font-size: 15px;
    margin: 0;
}
.col-md-4.en_now{
    width: 30%;
    position: relative;
}

#enquiry_form input.submit_btn {
    background-color: #fff ;
    border: 2px solid  #3a8b1a ;
    border-radius: 100px;
    color: #3a8b1a;
    font-size: 17px;
    padding:3px 14px;
    text-align: center;
    width: 80%;
}
.e_now h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 3px;
    line-height: 1.5;}

.e_now h2 span{
    font-weight: 700;
	    color: #20852a;
}
.agree input {
    width: 20px !important;
    height: 20px !important;    
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.agree p {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    width: 88%;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 10px;
    vertical-align: top;
    text-align: left;
    margin: 0;
}
.agree label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: 'Roboto-Medium';
}
.ban_cont .row.brow{
    margin: 0;
}
.e_now h3 {
    margin: 0;
    font-size: 18px;
}
form.enquiry_now {
    padding: 30px 30px;
}
form.enquiry_now .form{}
form.enquiry_now .form .row .col-md-12 {margin-bottom:15px; padding: 0;}
form.enquiry_now .form .row:last-child .col-md-12{margin-bottom:0px;}
input:focus {
    outline:none;
}
select:focus {
    outline:none;
}

.e_now {
    text-align: center;
    padding-bottom: 20px;
}
.e_now:after {
    content: '';
    border-bottom: 1px solid #c2bbbb;
    width: 89%;
    position: absolute;
    left: 26px;
    padding-top: 18px;
    margin: 0 auto;
}
form.enquiry_now .form {
    text-align: center;
}

#enquiry_form input {
    border: 0px;
    border-bottom: 1px solid #695d5d;
    padding: 5px;
    width: 100%;    
    text-align: left;

}
#enquiry_form select {
    border: none;
    border-bottom: 1px solid #695d5d;
    width: 100%;
    padding: 5px ;background: transparent;
}
#enquiry_form .fbox {
    padding-bottom: 10px;
}

input.submit_btn {background: transparent;    line-height: 45px;    padding: 0 20px;    border: 1px solid #333;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 16px;}
input.submit_btn:hover{background: #333;color:#fff;}




.sec_2 {
    padding: 100px 0;
    background: #173814;
    color: #e5edc4;
}
.sec_2 .sec_con h2{
    font-size: 44px;
    font-weight: 800;
    margin-top: 0;
}
.sec_2 .sec_con h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 8px 0 0;
}
.sec_2 .sec_con h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 8px 25px 0;
}
.sec_2 .sec_img{
    position: relative;
}
.sec_2 .sec_tagimg {
    position: absolute;
    top: -17px;
    width: 95%;
    text-align: center;
}
.sec_2 .sec_img img{
    width: 100%;
}
.sec_2 .sec_con p{
    margin-bottom: 20px;
}
.sec_2 .sec_tagimg img {
    width: auto;
}   
.sec_2 .sec_con h5{
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 40px 0 0;
}
.pl_img img {
    width: 100%;
}
.sec_2 .sec_con2 .box{
    padding-left: 60px;
    position: relative;
}
.sec_2 .sec_con h4{
    display: flex;
    line-height: 23px;
}

.sec_2 .sec_con h4 strong{
    margin-right: 10px;
}
.sec_2 .sec_con2 .box h6{
    margin: 0;
    color: #b4c371;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}
.sec_con2 {
    margin-top: 50px;
}
.sec_2 .sec_con2 .box h3{
    font-size: 40px;
    color: #b4c371 !important;
    font-weight: 500;
    margin: 0;
}
.sec_2 .sec_con2 .box h3 small{font-size: 20px;
    font-weight: 500;
text-transform: uppercase;     color: #b4c366;
    top: -5px;
    position: relative;}
.sec_2 .sec_con2 .box h3 sub{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.sec_2 .sec_con2 .box:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/sec2_icon.png) no-repeat center center;
    background-size: 100%;
}
.introdbImg {
    display: block;
    margin: 0;
    width: 155px;
    position: absolute;
    bottom: 0px;
    right: 3%;
    z-index: 9;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 41%);
    padding: 40px;
    background: rgb(37 60 39 / 60%);
    border-radius: 50%;
}
.introdbImg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../image/introdb-iconbfr.png") no-repeat center center;
    background-size: 100% auto;
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
    border-radius: 50%;
}
.introdbImg img {
    display: block;
    margin: 0;
    width: 100%;
    background: rgb(37 60 39 / 45%);
    border-radius: 50%;
    border: 1px solid #b5c572;
    position: relative;
}







.set > a i {
    float: right;
    margin-top: 2px;
}
.loc-ad{
    background: #1e3120;
    padding: 100px 0;
}
.loc_cont h2{
    font-size: 40px;
    line-height: 1;
    color: #b4c371;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.loc-ad .set a {
    color: #becd77 !important;
    display: block;
    padding: 10px 0 10px;
}
.loc_img iframe{
    width: 100%;
    height: 550px;
}
#loca_adv .accordion--content p{
    color: #dde0cf !important;
}
#loca_adv ul li{
    list-style: none !important;
}
li{
    list-style: none !important;
}

#loca_adv .accordion--headline {
    font-size: 21px;
    line-height: 27px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff40;
    color: #b4c371;
    display: block;
}
.loca_adv .open > .accordion--headline:after {
    content: "-";
    float: right;
    padding-right: 20px;
    font-size: 40px;
}
.loca_adv .accordion--headline:after {
    content: "+";
    float: right;
    padding-right: 20px;
}
.loc-ad .set {
    border-bottom: 1px solid #ffffff45;
}
.loc_img img{
    width: 100%;
    margin-top: 75px;
}
.loc-ad .set a:hover {
    text-decoration: none;
}
.plan_layout .back_img img{
    width: 100%;
    margin-top: 0px;
    display: block;
}
 h3.mpacres {
    position: absolute;
    bottom: 50px;
    left: 0%;
    width: 100%;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
h3.mpfpv {
    position: absolute;
    top: 440px;
    left: 0;
    width: 100%;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding-right: 130px;
}
 h3.mpfpp {
    position: absolute;
    bottom: 375px;
    left: 58%;
    width: auto;
    font-size: 30px;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
h3.mpfpa {
    position: absolute;
    top: 62%;
    left: 0;
    width: 100%;
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding-left: 17%;
}
#master_plan{
    position: relative;
	    background: #315b2d;
		padding:80px 0;
		text-align:center;
		
 }
#master_plan h2 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
	position:relative;
	
}
    
   

.pl_lay {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}


.pl_lay ul.mpul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pl_lay ul.mpul li {
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 20px;
    padding-left: 40px;
    position: relative;
}
ul.mpul li:nth-child(1):before {
    background: #cdd961;
}
ul.mpul li:nth-child(2):before {
    background: #587d3e;
}
ul.mpul li:nth-child(3):before {
    background: #6e0338;
}

ul.mpul li:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    transform: translate(0px,-50%);
}
#master_plan .bcimg img{
    width: 70%;
	    margin: -40px 0 0;
}

.pl_lay {
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
}
.infre_str {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* .plan_layout {
    background: url('../image/future_development.jpg') no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
} */

h4 strong {
    font-family: unset;
}
.plan_layout .pl_lay h2{
    margin: 0;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 10px;
}
.plan_layout .pl_lay p{
    font-size: 20px;
    line-height: 36px;
}
.plan_layout .pl_lay h4{
    font-size: 18px;
    margin: 18px 0;
    line-height: 23px;
    display: flex;
    justify-content: center;
}
.plan_layout .pl_lay h4 strong{
    text-align: left;
    margin-right: 10px;
}
.about_siruseri{
    text-align: center;
}
.about_siruseri .ab_con {
    padding: 60px 0;
}
.about_siruseri .ad_title h2{
    font-size: 50px;
    line-height: 1;
    color: #273e29;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.about_siruseri .ad_content p {
    margin-bottom: 30px;
    line-height: 1.8;
}


.pl_img {
    padding-bottom: 500px;
}
.infra_info ul{
    list-style: none;
}
.infra_cont{
    text-align: center;
}
.infre_str .infra_item {
    text-align: center;
}
.infre_str .infra_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 7px;
}
#contact_info h4{
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 0px;
    font-size: 25px;
}

.infra_info ul li img{
    width: 60px;
    height: 100%;
}
.infra_info ul li{
    font-size: 24px;
    line-height: 2.5;
    padding-left: 60px;
    font-weight: 500;
    color: #4f4f4f;
    letter-spacing: -1px;
    font-family: 'Neutrif Studio';
    /* border-bottom: 1px solid #d6dbd3; */
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.infra_cont h2 {
    font-size: 50px;
    line-height: 1;
    color: #272e49;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.infra_info p{
    color: #2f2f2f;
    margin: 0;
    line-height: 1.4;
}
.infra {
    padding: 100px 0;
}
.infra .infra_info {
    margin-top: 40px;
}
/* .infra{
    background: url(../image/plat-advantage-banner.jfif)no-repeat top center;
    background-size: cover;
} */
.faq_ses{
    background: #2e2e2e;
    background-size: cover;
}


#faqaccordion ul{
    list-style: none;
}
#faqaccordion .accordion--content {
    margin-left: 60px;
    border-left: 1px solid #ffffff40;
    padding-left: 24px;
    margin-top: 25px;
}
.faqaccordion .open > .accordion--headline:before {
    content: "-";
    margin-right: 30px;
    font-size: 38px;
}
.faqaccordion .accordion--headline:before {
    content: "+";
    margin-right: 30px;

}
.faq_ses .faq_cont{
    text-align: center;
    margin-bottom: 50px;
}
.faq_ses{
    background: #192817;  
    color: #fff;
    padding: 60px 0;
}
.accordion--headline {
    font-size: 21px;
    line-height: 24px;
    display: flex;
    border-bottom: 1px solid #ffffff40;
    padding: 16px 0;
	    cursor: pointer;
}
.address{
    background:#184713;
    color: #fff;
    text-align: center;
    /* padding: 60px 0; */
    /* padding-bottom: 200px; */
    padding: 100px 0;
}
#myModal03  form.enquiry_now{
    padding: 0px 17px;
}
#myModal03 .form-group.agree {
    margin: 10px 0;
}
.address p a {
    margin: 40px 0;
    color: #313958;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 7px 20px;
    background: #f5f5f5;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    border: 4px solid #fff;
}

.address p a:hover{
    background-color:#0a3805;
    color: #fff;
    border: 4px solid #fff;
}

.fotcontlink {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fotcontlink li a{
color: #babcc3;
}
.fotcontlink li a strong{
    color: #babcc3;
}
.fotcontlink li{
    margin: 0 30px;
    font-size: 23px;
}
.address h2{
    font-family: 'Neutrif Studio';
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 0 13px;
    font-size: 40px;
}
.address .kos_tag img{
    display: block;
    width: auto;
    margin: 0 auto 20px;
	filter: brightness(0) invert(1);
}
#key_contsec {

    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
#key_contsec .key_cont {
    padding: 100px 0;
    width: calc(110% - 32px);
    margin-left: -30px;
}
#footerBtmSec .foot h2{
    margin: 0;
}
#footerBtmSec .gint-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gint-row .colquarter {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
}
 .gint-row p label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #cacacb;
    border-width: 1px 0;
    padding: 0 10px;
}

 .gint-row p label input {
    height: auto;
    width: 100%;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
    border: none;
}
 .gint-row {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .gint-row p label .wpcf7-form-control-wrap {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}
.gint-row p label b {
    color: #303030;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#footerBtmSec .footer_form h2 {
    color: #343d5e;
    font-size: 85px;
    font-family: 'Neutrif Studio';
    font-weight: 500;
    text-align: center;
    letter-spacing: -2px;
    margin: 0 0 40px;

}
#footerBtmSec .foot {
    background: #ffffff url("../image/form-img.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 80px;
    border-radius: 50px;
    width: 100%;
    margin: -140px auto 0;
    padding-bottom: 160px;
}
.gintcol.colfull {
    width: 100%;
}
.gint-row.messaarea {
    padding-top: 20px;
}

 .gint-row p {
    margin: 0;
    padding-right: 25px;

}
#footerBtmSec .copyrightCol .beopenCol p {
    margin: 0;
    color: #000000;
    font-size: 15px;
}
#footerBtmSec .copyrightCol .Copyright p {
    margin: 0;
    color: #000000;
    font-size: 15px;
}
#footerBtmSec .copyrightCol {
    padding: 30px 0;
}
.copyrightCol .beopenCol p a{
    padding-left: 26px;
    color: #000;
    
}
.Copyrightrow {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.copyrightCol .beopenCol p a:before {
    content: '';
    background: url("../image/open-dd-logo.webp") no-repeat left center;
    width: 22px;
    height: 22px;
    position: absolute;
    background-size: 100%;
    -webkit-transform: translate(-25px,0%);
    -ms-transform: translate(-25px,0%);
    transform: translate(-25px,0%);
}
.footer_form .gint-row.lastrow p {
    text-align: center;
    position: relative;
    top: 60px;
}
.footer_form .gint-row.lastrow p input.submit {
    background: #343d5e;
    border-radius: 30px;
    font-size: 16px;
    padding: 6px 20px 6px 20px;
    color: #ffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #343d5e;
}
.footer_form .gint-row .colfull {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.footer_form .gint-row.lastrow p input.submit:hover {
    background: #ffffff;
    color: #343d5e;
}
.navbar .icon{
    display: none;
}

.mb_enq{
    display: none;
}
ul.keymenu li {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 14px;
}
ul.keymenu {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16PX;
    line-height: 2;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5; padding:15px 15px 0; 
}
#myModal01 .modal-dialog {
    width: 550px;
    margin: 30px auto;
}
#myModal02 .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
#myModal03 .modal-dialog {
    width: 550px;
    margin: 30px auto;
}
#myModal04 .modal-dialog {
    width: 550px;
    margin: 30px auto;
}
.site_visit .agree{}
.site_visit .agree label{text-align:left;margin: 0;font-size:16px;line-height: 1;display: -webkit-box;display: -ms-flexbox;display: flex;}
.site_visit .agree label{}
.site_visit .agree label span{padding-left:10px;}

.download_brochure .agree{}
.download_brochure .agree label{text-align:left;margin: 0;font-size:16px;line-height: 1;display: -webkit-box;display: -ms-flexbox;display: flex;}
.download_brochure .agree label{}
.download_brochure .agree label span{padding-left:10px;}

.site_visit .form-control{height: 45px;padding: 6px 12px;font-size: 16px;line-height: 45px;padding:0 20px;}
.site_visit .btn-default{background: transparent;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;}
	.site_visit .btn-default:hover{background: #333;color: #fff;}

#myModal01 .modal-body .fbox {margin-bottom:20px;}
#myModal01 .modal-body .fbox input {
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #6b6464;
    margin-bottom: 0;
}
#myModal01 h3.modal-title {
    color: #2b6932;
}

#myModal02 .modal-body .fbox input {
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #6b6464;
    margin-bottom: 5px;
}
#myModal02 h3.modal-title {
    color: #2b6932;
}


#myModal03 .modal-body .fbox input {
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #6b6464;
    
}

#myModal03 .modal-body .fbox select {
    width: 100%;
    padding: 7px 0;
    border: 0;
    border-bottom: 1px solid #6b6464;
    
}
#myModal03 h3.modal-title {
    color:#0f4c1a ;
}


#myModal04 .modal-body .fbox input {
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #6b6464;
    margin-bottom: 5px;
}
#myModal04 h3.modal-title {
    color: #bf2151 ;
}



.modal-header .close {
    margin-top: -2px;
    border: 2px solid #836969 ;
    border-radius: 26px;
    padding: 0px 5px;
    opacity: 0.8;
}
#enquiry_form input.submit_btn:hover {
    background: #3a8b1a;
    color: #fff;
    font-weight: 500;
}
div#Enquiry  .down_btn {
    background: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 4px solid #313958;
    background-color: #fff;
    color: #313958;
}
div#Enquiry .down_btn:hover {
    color: #fff;
    background: #313958;
    border: 4px solid #fff;
}

.download-brow {
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 23px;
    font-weight: 500;
}
.download-brow .down_btn {
    background: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 4px solid #1e3120;
    background-color: #1e3120;
    color: #fff;
}
.download-brow .down_btn:hover{
    background-color: #fff;
    border: 4px solid #1e3120;
    color: #1e3120;
}
.download_brochure{padding:0 7px 30px;}
.site_visit{
    text-align: center;
    padding:15px 0;
    font-size: 23px;
    font-weight: 500;
}
.site_visit .site_btn {
    background: none;
    padding: 8px 21px;
    font-size: 25px;
    border-radius: 35px;
    border: 4px solid #fff;
    background-color: #fff;
    color: #1e3120;

    margin-top: 50px;
}
.site_visit .site_btn:hover{
    background-color: #1e3120;
    color: #fff; 
    font-weight: 700;
}

.enq-brow{
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 23px;
    font-weight: 500;
}
.enq-brow .enq_btn {
    background: none;
    padding: 10px 20px;
    border-radius: 35px;
    border: 4px solid #fff;
    background-color: #fff;
    color: #1e3120;
    font-weight: 500;

}
.enq-brow .enq_btn:hover{
    font-weight: 700;
    background-color: #1e3120;
    color: #fff;
}

#mobile-nav-sticky{display:none;}

.thankybanner{text-align:center; padding:80px 0 60px; border-bottom:solid 1px #ccc; margin-bottom:40px;}
.thankybanner a{    background: #233c26;  color: #fff;   padding: 15px 30px;}



@media (max-width:1800px){
    h3.mpfpv {
        top: 410px;
        font-size: 34px;
    }
    h3.mpfpa {
        font-size: 20px;
    }
    .en_now.desk_enq {
        width: 31%;
    }
	
	.baner {
     margin-top: 70px;
}
.menu ul li {
    font-size: 17px;
}
}

@media (max-width:1700px){
    .pl_img {
        padding-bottom: 33%;
    }
    .infra {
        padding: 100px 0;
    }
    .plan_layout {
        background-size: cover;
    }
    .col-md-4.en_now {
        width: 33%;
        position: relative;
        right: 70px;
    }
    .banner_con .content {
        margin-left: 30px;
    }
    .banner_con .ban_cont h2 {
        font-size: 61px;
    }
    div#loca_adv .accordion--headline {
        padding: 10px 0;
    }
    .loc_img iframe {
        width: 100%;
        height: 470px;
    }
   
    h3.mpfpv {
        top: 386px;
        font-size: 29px;
    }

    h3.mpfpp {
        bottom: 331px;
        left: 56%;
        font-size: 28px;
    }
	
}
@media (max-width:1600px){
	.address h2 {
    font-size: 34px;
}
    #footerBtmSec {
        background-size: cover !important;
    }
    .banner_con .content {
        text-align: center;
        margin-left: 20px;
    }
    .banner_con .ban_cont h2 {
        font-size: 58px;
    }
    /* .banner_con {
        width: 100%;
        padding: 136px 0 7% 0;
    } */
    .banner_con {
        width: 100%;
        padding: 90px 0 0% 0;
    }
    div#enquiry_form {
        top: 40px;
    }
    #loca_adv .accordion--headline {
        line-height: 30px;
    }
    h3.mpfpa {
        top: 62%;
        font-size: 18px;
    }
    h3.mpfpp {
        bottom: 31%;
    }
}

@media (max-width:1500px){
    .plan_layout .pl_lay h2 {
        padding-top: 86px;
        font-size: 48px;
    }
    .banner_con .content {
        position: relative;
        top: 25px;
        left: 82px;
    }
    .banner_con .col-md-8 {
        width: 60.666667%;
    }
    .col-md-4.en_now {
        width: 37%;
        position: relative;
        right: 0px;
    }
    .plan_layout .pl_lay h4 {
        font-size: 16px;
    }
    .banner_con .ban_cont h2 {
        font-size: 50px;
    }
    #loca_adv .accordion--headline {
        line-height: 35px;
    }
    /* div#enquiry_form {
        top: 27px;
        width: 80%;
        left: 69px;
    } */
    div#enquiry_form {
        top: 27px;
        width: 74%;
        left: 70px;
    }
    .pl_lay {
        top: 0px;
    }
    form.enquiry_now .form .row .col-md-12 {
        margin-bottom: 0px;
    }
    .form-group.agree {
        margin-bottom: 5px;
    }
    #enquiry_form input {
        padding: 8px 0;
    }
    #enquiry_form input.submit_btn {
        padding: 0px 14px;
    }
    #enquiry_form .fbox {
        padding-bottom: 0px;
    }
    #enquiry_form select {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .e_now h2 {
        font-size: 16px;
        margin-bottom: 3px;
        line-height: 1.5;
    }
    #key_contsec .key_cont {
        width: calc(114% - 32px);
        margin-left: -30px;
    }
    ul.keymenu li {
        font-size: 13px;
    }
    .plan_layout .pl_lay p {
        font-size: 17px;
        line-height: 28px;
    }
	  .baner{  height: 80vh;}
}

@media(max-width:1400px){
    .banner_con .ban_cont h2 {
        font-size: 50px;
    }
    .e_now:after {
        width: 86%;
        left: 27px;
    }
    .infra {
        padding: 80px 0;
    }
    .infra_cont h2 {
        font-size: 45px;
    }
    form.enquiry_now {
        padding: 30px 25px;
    }
    #key_contsec .key_cont {
        width: calc(111% - 32px);
    }
}


@media(max-width:1300px){
    .banner_con .content {
        margin-left: 0px;
    }
    .banner_con .ban_cont h2 {
        font-size: 47px;
    }
    .banner_con .ban_cont p {
        font-size: 17px;
    }
    #enquiry_form input {
        width: 100%;
    }
    #enquiry_form select {
        width: 100%;
    }
  
    .introdbImg {
        width: 131px;
        right: 10%;
    }
    .sec_2 .sec_con h6 {
        font-size: 20px;
    }
	 .sec_2 .sec_con h1 {
        font-size: 20px;
    }
    .infra_cont h2 {
        font-size: 37px;
    }
    .infra_info ul li {
        font-size: 21px;
    }
    .e_now h2 {
        font-size: 17px;
    }
    .e_now p {
        color: #8f8f8f;
        font-size: 14px;
        margin: 0;
    }
    .e_now h3 {
        font-size: 17px;
    }
    div#enquiry_form {
        top: 27px;
        width: 89%;
        left: 60px;
    }
    .about_siruseri .ad_title h2 {
        font-size: 40px;
    }
    .plan_layout .pl_lay h4 {
        margin: 20px 0;
    }
    h3.mpfpa {
        font-size: 15px;
    }
    h3.mpfpv {
        top: 112%;
    }
    .en_now.desk_enq {
        width: 39%;
        left: 57%;
        top: -154px;
    }
    .banner_con .content {
        position: relative;
        top: 25px;
        left: 46px;
    }
    .menu ul li {
        margin: 10px 11px;
        font-size: 18px;
    }
    div#enquiry_form {
        top: 65px;
        width: 65%;
        left: 136px;
    }
    #key_contsec .key_cont {
        width: calc(102% - 8px);
        margin-left: 0px;
    }
}


@media (max-width:1200px){
    .sec_2 .sec_con2 .box h3 {
        font-size: 30px;
        color: #b4c371;
        font-weight: 500;
        margin: 0;
    }
    .e_now {
        padding: 0 13px;
    }
    .form {
        position: relative;
        top: 0px;
        padding-top: 20px;
    }
    .introdbImg {
        width: 131px;
        right: 2%;
    }
    div#enquiry_form {
        background: #fff;
        border: 1px solid #000;
        position: relative;
    }
    .sec_2 .col-md-7 {
        width: 53%;
        margin: 0 auto;
    }
    .menu ul li {
        margin: 10px 9px;
        font-size: 16px;
    }
    ul.keymenu li {
        -webkit-box-flex: 1;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
    .sec_2 .sec_con h2 {
        font-size: 39px;
    }
    .faq_ses {
        color: #fff;
        padding: 40px 0;
    }
    .faq_ses .faq_cont {
        text-align: center;
        margin-bottom: 21px;
    }

}

@media (max-width:1150px) {
    .banner_con .ban_cont h2 {
        font-size: 42px;
    }
    .banner_con .tag img {
        width: 33%;
        margin-bottom: 15px;
    }
    .banner_con .content {
        position: relative;
        top: 36px;
        left: 55px;
    }
    .col-md-4.en_now {
        width: 38%;
        position: relative;
        right: 0px;
    }
    .plan_layout .pl_lay h2 {
        padding-top: 53px;
        font-size: 46px;
    }
    .menu ul li {
        font-size: 16px;
    }
}
@media (max-width:1100px) {
    .introdbImg {
        right: 9%;
    }
    .menu ul li {
        font-size: 16px;
    }
    .menu ul li.hd-btn a {
        padding: 9px 22px;
        font-size: 13px;
    }
    .address h2 {
        font-size: 40px;
    }
    .address .kos_tag img {
        width: 300px;
    }
    .menu ul li {
        font-size: 15px;
    }
    
}


@media(max-width:1050px){
    .banner_con .ban_cont h2 {
        font-size: 38px;
    }
    .banner_con .content {
        position: relative;
        top: 36px;
        left: 31px;
    }
    div#enquiry_form {
        width: 75%;
        left: 70px;
    }
    .en_now.desk_enq {
        width: 39%;
        left: 59%;
        top: -154px;
    }
    
    .menu ul li {
        margin: 10px 4px;
        font-size: 16px;
    }
}
@media(max-width:1024px){
    .logo {
        width: 17%;
    }
}


@media (max-width:991px) {
    .sec_con {
        padding-bottom: 60px;
    }
    .sec_2 .sec_con2 .box:before {
        width: 38px;
        left: 11px;
    }
    .sec_2 .sec_con2 .box h6 {
        font-size: 12px;
    }
    .sec_2 .sec_con2 .box h3 {
        font-size: 21px;
    }
    .sec_con2 {
        margin-top: 80px;
        display: flex;
    }
    .plan_layout .pl_lay h2 {
        padding-top: 52px;
        font-size: 35px;
        margin-bottom: 13px;
    }
    .plan_layout .pl_lay p {
        font-size: 20px;
        line-height: 28px;
    }
    .address p a {
        margin: 14px 0;
    }
    .address h2 {
        font-size: 38px;
        margin-bottom: 24px;
    }
    #footerBtmSec .foot {
        padding: 50px 50px;
    }
    .footer_form .gint-row.lastrow p {
        margin-top: 40px;
        margin-bottom: 40px;
        top: 0;
    }
    .introdbImg {
        right: 2%;
    }
    div#navbarSupportedContent {
        display: none;
    }
	.logo {
        width: 100%;
    }

    .mb_enq{
        display: block;
        margin-top: 50px;
    }
    div#enquiry_form {
        background: #fff;
        border: 0px solid #000;
        position: relative;
        top: 0;
        width: 100%;
        left: 0px;
    }
    .e_now:after {
        left: 0;
        width: 100%;
    }
    .infra .infra_info {
        margin-top: 20px;
    }
    /* .Mbanner_img{
        display: block;
    } */
    .baner {
        background-size: cover !important;
        width: 100%;
        background: none;
		    height: auto;
    }
    .en_now.desk_enq {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
    .Mbanner_img {
        display: block;
    }
    .Mbanner_img img{
        width: 100%;
        display: block;
    }
    .banner_con {
        width: 100%;
        padding: 0;
        /* position: absolute; */
        text-align: center;
    }
    /* .banner_con .col-md-8 {
        width: 100%;
    } */
    .banner_con .col-md-8 {
        width: 100%;
        position: absolute;
        top: 14%;
    }
    .infra_info ul li {
        font-size: 21px;
        display: flex;
        line-height: 28px;
        margin-bottom: 3px;
        align-items: center;
        width: 100%;
    }
    .infra_info ul li img {
        margin-right: 15px;
    }
    ul.keymenu {
        display: flex;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 10px;
    }
    #key_contsec .key_cont {
        width: 100%;
        margin: 0px;
    }
    .sec_2 .sec_con2 .box h3 sub {
        font-size: 16px;
    }
    .sec_2 .col-md-7 {
        width: 100%;
        margin: 0 auto;
    }
    .banner_con .content {
        position: relative;
        top: 120px;
        left: 0px;
    }
    .banner_con .ban_cont h2 {
        font-size: 54px;
    }
    .infre_str .infra_item.plot {
        text-align: center;
        width: 30%;
        line-height: 20px;
    }
    .about_siruseri .ad_content p {
        font-size: unset;
        margin-bottom: 30px;
    }
    .agree label {
        display: flex;
    }
    #enquiry_form input.submit_btn {
        padding: 0px 14px;
        width: 25%;
    }
    .agree p {
        width: 100%;
        font-size: 16px;
        line-height: 23px;
    }
    #master_plan .bcimg img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }
    h3.mpfpa {
        font-size: 15px;
        left: -13%;
    }
    .form {
        padding: 25px 0;
    }
    #enquiry_form .form h3 {
        margin-left: 20px;
        text-align: 21px;
    }
    .form-group.agree p {
        text-align: left;
    }
    #enquiry_form .fbox {
        padding-right: 0px;
    }
}


@media (max-width:900px) {
    .sec_2 .col-md-7{
        width: 100%;
        margin: 0 auto;
    }
    .sec_con2 {
        margin-top: 80px;
        /* display: flex;
        flex-direction: column;
        align-items: center; */
    }
    .sec_con2 .col-md-4 {
        margin-bottom: 26px;
    }
    .enquiry_now .row{
        margin: 0;
    }
}

@media (max-width:800px){
    #footerBtmSec .gint-row {
        margin: 0 -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    #footerBtmSec .footer_form h2 {
        color: #343d5e;
        font-size: 64px;
        font-family: 'Neutrif Studio';
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
        margin: 0px 0 0px;
    }
    .fotcontlink li a {
        color: #babcc3;
        font-size: 18px;
    }
.logo a img {
        width: auto;
        filter: brightness(1) invert(0);
    }
    .landing-header {
        background: #e7ebec; border:none;  text-align: center;     position: absolute;}
	.landing-header .navbar {padding-top: 15px;}
	.landing-header .navbar.hfixed {padding-top: 0;}
	.banner_con form.enquiry_now .form .row .col-md-12{
        margin-bottom: 18px;
    }
    .sec_2 {
        padding: 45px 0;
    }
    #key_contsec .key_cont {
        padding:45px 22px;
    }
    .banner_con .ban_cont h2 {
        font-size: 48px;
    }
	#master_plan h2 {
    font-size: 25px;}
	.sec_2 .sec_con2 .box h3 small {
    font-size: 14px;
    top: 0;
 }
}
@media (max-width:750px){
    .sec_con2 {
        margin-top: 80px;
        display: flex;
        flex-direction: column;
         align-items: start;
    }
}
@media(max-width:700px){
    .banner_con .content {
        position: relative;
        top: 35px;
        left: 0px;
    }
    .banner_con .ban_cont h2 {
        font-size: 41px;
    }
    .pl_lay ul.mpul li {
        font-size: 22px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 8px;
        padding-left: 40px;
        position: relative;
    }
}

@media (max-width:600px){
    .address h2 {
        font-size: 28px;
    }
    .accordion--headline {
        font-size: 18px;
    }
    .introdbImg:before {
        background-size: 80% auto;
      
    }
    .introdbImg {
        right: 13%;
        padding: 38px;
    }
    .loc_cont h2 {
        font-size: 35px;
    }
    .loc-ad {
        padding: 50px 0;
    }
    .infra_cont h2 {
        font-size: 40px;
    }
    .infra {
        padding: 63px 0;
    }
    .Copyrightrow {
        display: flex;  
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .address .kos_tag img {
        width: 250px;
    }
    .banner_con .ban_cont h2 {
        font-size: 34px;
    }
    .banner_con .ban_cont h2 {
        font-size: 28px;
    }
    .hfixed .logo a img {
        width: 80%;
    }
    .plan_layout .pl_lay h2 {
        padding-top: 0px;
        font-size: 28px;
    }
    .plan_layout .pl_lay p {
        font-size: 16px;
        line-height: 22px;
    }
    .pl_lay {
        position: absolute;
        top: 32px;
        /* background: #3f624480; */
        left: 0;
        width: 100%;
    }

    #master_plan .bcimg {
                padding: 27px 0;
    }
    #master_plan .bcimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    h3.mpfpv {
        top: 124%;
        font-size: 14px;
    }
    h3.mpfpp {
        bottom: 20%;
        left: 46%;
        font-size: 20px;
    }
    h3.mpacres {
        bottom: 10px;
        font-size: 18px;
    }


    .pl_lay ul.mpul li {
        font-size: 22px;
        letter-spacing: 1px;
        padding-bottom: 6px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 20px;
        padding-left: 40px;
        position: relative;
    }
    .infre_str .infra_item.plot {
        text-align: center;
        width: 50%;
        line-height: 20px;
    }
    .infre_str .infra_item {
        text-align: center;
        width: 50%;
    }
    ul.mpul li:before {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        left: 0;
        display: flex;
        top: 36%;
        border: 1px solid #fff;
        border-radius: 5px;
        -webkit-transform: translate(0px,-40%);
        -ms-transform: translate(0px,-40%);
        transform: translate(0px,-40%);
    }
    #contact_info h4 {
        font-weight: 500;
        letter-spacing: 0;
        color: #fff;
        margin: 0 0 0px;
        line-height: 31px;
        font-size:15px;
    }
    form.enquiry_now {
        padding: 0px;
        padding-top: 26px;
        padding-bottom: 0px;
    }
    .infra {
        padding: 48px 0;
    }
   
    .plan_layout .pl_lay h4 {
        font-size: 18px;
        margin: 22px 0;
    }
    .pl_lay ul.mpul li {
        font-size: 15px;
        margin: 0 7px;
        padding-left: 27px;
    }
    .address {
        padding: 50px 0;
    }
    .e_now:after {
        left: 9px;
        width: 94%;
    }
    h3.mpfpv {
        padding-right: 0px;
    }
    h3.mpfpa {
        width: 67px;
        font-size: 13px;
        left: 3%;
        top: 74%;
    }
    #myModal01 .modal-dialog {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
    #myModal02 .modal-dialog {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
    #myModal03 .modal-dialog {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
    #myModal03 form.enquiry_now{
        padding: 0;
    }
    #myModal03 .form{
        padding: 0;
    }
    .enq-brow {
        text-align: center;
        padding: 25px 0 0 0;
    }
    .site_visit {
        padding: 0px 0px;
    }
    #myModal01 .modal-dialog {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }
    .download_brochure{
        padding: 0;
    }
    #enquiry_form input.submit_btn {
        width: 50%;
    }
	#mobile-nav-sticky{display:block; position:fixed;}
	.date:before {
        content: '';
        position: absolute;
        right: 5px;
        font-size: 12px;
        pointer-events: none;
        top: 13px;
        background: url(../image/date-icon.jpg) no-repeat;
        width: 50px;
        height: 50px;
    }
.time:before{content:''; position: absolute;    right: 5px; font-size: 12px;    pointer-events: none;  top: 13px; background:url(../image/time-icon.jpg) no-repeat; width: 50px;
        height: 50px;}
}

@media(max-width:500px){
    .accordion--headline {
        font-size: 17px;
    }
    .sec_2 .sec_con h2 {
        font-size: 38px;
    }
    .sec_2 {
        padding: 60px 0;
    }    
    .banner_con .content {
        top: 0px;
    }
    .infra_cont h2 {
        font-size: 30px;
    }
    .infra_info ul li img {
        width: 54px;
    }
    #faqaccordion .accordion--content {
        margin-left: 22px;
        border-left: 1px solid #ffffff40;
        padding-left: 12px;
        margin-top: 25px;
    }
    .fotcontlink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
    }
    .address h2 {
        font-size: 18px;
    }
    .loc_cont h2 {
        font-size: 31px;
    }
    .loc-ad {
        padding: 20px 0;
    }

    .hfixed {
        height: 40px;
    }
    .hfixed .logo a img {
        width: 25%;
        padding: 6px;
    }
	.landing-header {
   text-align: center;
}
.landing-header .container-fuild {
     padding: 0;
}
    .infre_str .infra_item {
        line-height: 18px;
    }
    .loc_img iframe {
        width: 100%;
        height: 291px;
    }
    .sec_2 .sec_con2 .box h3 sub{
        font-size: 15px;
    }
    .plan_layout .pl_lay h4 {
        font-size: 13px;
    }
}

@media(max-width:450px){
    .banner_con .ban_cont h2 {
        font-size: 23px;
    }
    .banner_con .content {
        top: -22px;
    }
    #footerBtmSec .footer_form h2 {
        font-size: 47px;
    }
    .plan_layout .pl_lay h4 {
        font-size: 12px;
        margin: 10px 0;
        line-height: 18px;
    }
    .infre_str .infra_item img {
        width: 80px;
        height: 80px;
    }
    .about_siruseri .ad_title h2 {
        font-size: 32px;
    }
    .sec_2 .sec_con h2 {
        font-size: 33px;
    }
    .sec_2 .sec_con h6 {
        font-size: 17px;
        line-height: 26px;
      
    }
	 .sec_2 .sec_con h1 {
        font-size: 17px;
        line-height: 26px;
        margin: 0 8px 20px 0;
    }
    .banner_con .tag img {
        width: 54%;
        margin-bottom: 12px;
    }
    h3.mpfpv {
        top: 115%;
        font-size: 14px;
    }
    h3.mpfpa {
        width: 40px;
        top: 76%;
        left: -2%;
    }
    .pl_lay ul.mpul li {
        font-size: 14px;
        margin: 0px 6px;
        padding-left: 24px;
    }
    .faq_ses .faq_cont {
        text-align: center;
        margin-bottom: 12px;
    }
    .address p a {
        font-size: 18px;
        padding: 1px 17px;
    }
.thankybanner img{width:100%; padding-top:100px;}
}
@media(max-width:400px){
   
    .banner_con .ban_cont h2 {
        font-size: 18px;
    }
    .banner_con .ban_cont p {
        font-size: 14px;
    }
    .infra_cont h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .banner_con .content {
        top: 0px;
    }
    .infre_str .infra_item.plot {
        text-align: center;
        width: 50%;
        line-height: 17px;
        font-size: 14px;
    }
    /* h3.mpfpa {
        width: 40px;
        color: #fff;
        top: 59%;
    } */
    .plan_layout .pl_lay h4 {
        font-size: 11px;
    }
    #contact_info h4 {
        line-height: 26px;
        font-size: 19px;
    }
    .loc-ad{
        padding: 40px 0;
    }

    #myModal03 .modal-body {
        position: relative;
        padding: 15px 0;
    }
    .faq_ses .faq_cont {
        text-align: center;
        margin-bottom: 14px;
    }
    ul.mpul li:before {
        width: 17px;
        height: 17px;
        top: 30%;
        -webkit-transform: translate(0px,-30%);
        -ms-transform: translate(0px,-30%);
        transform: translate(0px,-30%);
    }
    .pl_lay ul.mpul li {
        font-size: 11px;
        margin: 0px 4px;
        padding-left: 20px;
    }
    h3.mpfpv {
        top: 100%;
        font-size: 14px;
    }
    .plan_layout .pl_lay h2 {
        font-size: 25px;
        margin-bottom: 9px;
    }
}
