
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600&amp;family=Playfair+Display:wght@400;500;600&amp;display=swap');


html, body{
	padding: 0;margin: 0;font-size: 16px;-webkit-font-smoothing: antialiased;font-family: 'Open Sans', sans-serif;font-weight: 400;color: #4d4c4f;
			line-height: 1.4;overflow-x: hidden;letter-spacing: 0.5px;
		}
a, img, button, input[type=submit]{text-decoration: none;outline: none; border: 0;}
button, input, select, textarea{font-family: 'Open Sans', sans-serif;}
b, strong{font-weight: 700;}
*, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a:focus, a:hover{text-decoration: none !important;}
p, ul, h1, h2, h3, h4, h5, h6, hr, figure, ol{padding:0;margin:0;}
.container{max-width: 1200px;margin: 0px auto;padding: 0 15px;}
.container-fluid{max-width: 95%;margin: 0px auto;padding: 0 15px;}
.container.small{max-width: 850px;padding: 0 20px;}
.container.medium{max-width: 1000px;padding: 0 20px;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-italic{font-style: italic;}
.text-underline{text-decoration: underline;}
.text-light{font-weight: 300;}
.text-medium{font-weight: 400;}
.text-bold{font-weight: 600;}
.text-bolder{font-weight: 700;}
.text-black{color:#000;}
.text-white{color:#fff;}
.text-orange{color: #ee6e25;}
.img-responsive{max-width: 100%;height: auto;}
.img-full{width: 100%;height: auto;}
.center-block{margin: 0 auto;}
.bg-white{background-color: #fff;}
.bg-off-white{background-color:#f8f8fa; }
.bg-cover{background-size: 100% 100%;background-repeat: no-repeat;background-position: center;}
.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666667%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666667%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666667%;}
.col-12{width: 100%;}
.col-12-5{width: 20%;}
.w100{width: 100%;}
.w80{width: 80%;}
.w70{width: 70%;}
.w30{width: 30%;}
.w20{width: 20%;}
.cred {color: red;}
.h100{height: 100%;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-12-5, .w30, .w70, .w20{float: left;}

.mg-5{margin: 5px;}
.mg-10{margin:10px;}
.mg-20{margin:20px;}
.mg-30{margin:30px;}

.mg-tp-5{margin-top: 5px;}
.mg-tp-10{margin-top: 10px;}
.mg-tp-20{margin-top: 20px;}
.mg-tp-30{margin-top: 30px;}
.mg-tp-50{margin-top: 50px;}

.mg-bt-5{margin-bottom: 5px;}
.mg-bt-10{margin-bottom: 10px;}
.mg-bt-20{margin-bottom: 20px;}
.mg-bt-30{margin-bottom: 30px;}

.mg-rt-5{margin-right: 5px;}
.mg-rt-10{margin-right: 10px;}
.mg-rt-20{margin-right: 20px;}
.mg-rt-30{margin-right: 30px;}

.mg-lt-5{margin-left: 5px;}
.mg-lt-10{margin-left: 10px;}
.mg-lt-20{margin-left: 20px;}
.mg-lt-30{margin-left: 30px;}

.pd-5{padding:5px;}
.pd-10{padding:10px;}
.pd-20{padding:20px;}
.pd-30{padding:30px;}

.pd-tp-5{padding-top: 5px;}
.pd-tp-10{padding-top: 10px;}
.pd-tp-20{padding-top: 20px;}
.pd-tp-30{padding-top: 30px;}

.pd-bt-5{padding-bottom: 5px;}
.pd-bt-10{padding-bottom: 10px;}
.pd-bt-20{padding-bottom: 20px;}
.pd-bt-30{padding-bottom: 30px;}

.pd-rt-5{padding-right: 5px;}
.pd-rt-10{padding-right: 10px;}
.pd-rt-20{padding-right: 20px;}
.pd-rt-30{padding-right: 30px;}

.pd-lt-5{padding-left: 5px;}
.pd-lt-10{padding-left: 10px;}
.pd-lt-15{padding-left: 15px;}
.pd-lt-20{padding-left: 20px;}
.pd-lt-30{padding-left: 30px;}

.h500{height: 500px;}
.h600{height: 600px;}
.h700{height: 700px;}
.h800{height: 800px;}

.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.bottom{bottom:0;}
.top{top:0;}
.left{left:0;}
.right{right:0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block}
#hid-on-mob{
	display: inline-block;
}
.hidden-des{
	display: none !important;
}
.hidden-des-ipad{
	display: none !important;
}
.row:before, .row:after{display: table;content: " ";}
.row:after, .clearfix{clear: both;}

.disptable{display: table;height: 100%;}
.dispblock{display: block;}
.table-cell{display: table-cell;vertical-align: middle;}

.Yoverflowhidden{overflow-y: hidden;}
.Xoverflowhidden{overflow-x: hidden;}
.overflowhidden{overflow: hidden;}

section{float: left;width: 100%;}
section.padding{padding:70px 0;}

/*Header Section*/
header{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	padding:10px 0 10px 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 12%, rgba(0,0,0,0.5) 45%);
	z-index: 9999;
}
header .brand-logo{}
header .upper{}
header .upper .number-wrapper{margin-right: 20px;margin-top: 10px;}
header .upper .ctc-wrapper{margin-right: 20px;}
header .lower{}
header .lower .nav-links{text-align: right;}
header .lower .nav-links a {
    display: inline-block;
    margin-right: 12px;
    margin-top: 2px;
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 17px;
}
.goto-home img{width:90px}
.dlf-logo{
    transform: translateY(13px);
    list-style: none;
}
.span-close-icon span{transition: 0.2s all linear;}
.span-close-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.span-close-icon span:nth-child(3){display: none;}
.span-close-icon span:nth-child(2) {
    transform: rotate(-45deg) translate(0px, -1px);
}
.dlf-logo img{width:110px}
.dlf-logo:before{display: none;}
header .lower .nav-links a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: #fff;
    left: -14px;
    top: 8px;
}

header .lower .nav-links a.active:before, header .lower .nav-links a#hid-on-mob:before{
	content: unset;
}

header .lower .nav-links a.active{
	color:#fff;
	font-weight: 700;
	background-color: #343C05;
    padding: 2px 8px;
    border-radius: 15px;
}

header .lower .nav-links a:last-child{margin-right: 0px;}
header .form-container{position: absolute;width: 300px;top:calc(100% + 10px);right: 15px;background-color:#efece7;padding:10px;display:none;}
header .form-container .frmclose{display: none;}
header .form-container .thankyou{margin-bottom: 10px;}

header.active {
    /* background-image: linear-gradient(to bottom, #000000, #ffffff00); */
    background-color: #000;
    z-index: 100000;
    /*box-shadow: 0px 1px 20px 0px #00000038;*/
}

.thankyou{
	color: #fff;
	padding: 10px;
	font-size: 18px;
}

a.common_btn.brochure.bp {
    background-color: #000;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}

.enquire-btn {
    background-color: #97A257;
    color: #fff !important;
    font-size: 17px;
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.enquire-form-wrapper{padding:20px 10px;position:fixed;top:87px;z-index:999;width:250px;right:5%;background-color:#f3f3f3;display:none}
.closebtn{
	color: #fff;
    font-weight: bold;
    float: right;
    /*position: absolute;*/
    right: 8px;
    top: 0px;
    cursor: pointer;
}
form{
  padding:0px 10px;
}
form .form-group {
  margin-bottom: 20px !important;
}
form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.enquire-form-wrapper .btn {
    background-color: #000;
    color: #fff!important;
    font-weight: bold;
    padding: 8px 20px;
 }
 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  user-select: none;
}
label.error {
  position: absolute;
  color: red;
  font-size: 10px;
}
form label{
	color: #fff;
}
.enquire-form-wrapper {
    position: fixed;
    right: 4.5%;
    top: 96px;
    background-color: rgb(151,162,87,0.8);
    padding: 20px 5px 5px;
    /*display: none;*/
    z-index: 199;
    width: 370px;
    min-height: auto;
}

.art-imp {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
}

/*------------------------------ Overview Sectio Starts ----------------------------------------------*/
.slide-1{
	/*background-image: url(../images/overview-banner.png);*/
	height: 100vh;
}
.slide-2{
	/*background-image: url(../images/overview-banner-2.png);*/
	height: 100vh;
}
.slide-3{
	/*background-image: url(../images/overview-banner-3.png);*/
	height: 100vh;
}


.overview-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overview-content{
	position: absolute;
    top: 150px;
    left: 0%; 
    transform: translateY(-25%);
    width: 100%;
    text-align: center;
}
.overview-heading{
	font-size: 56px;
	line-height: 76px;
	color: #fff;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	text-align: center;
}
.overview-description{
	font-size: 24px;
	line-height: 26spx;
	color: #fff;
	font-family: 'Arimo', sans-serif;

}

#section02{
	position: absolute;
	left: 50%;
	bottom: 3%;
	    transform: translateX(-50%);
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a span:before{
	content: "";
	position: absolute;
	width: 1px;
	border-left: 2px solid #fff;
	height: 17px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);

}
#section02 a span {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
    box-sizing: border-box; 
}
#section02 a span::after {
    position: absolute;
    top: 68%;
    left: 50%;
    content: '';
    width: 11px;
    height: 11px;
    margin: -15px 0 0 -6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    box-sizing: border-box;
}
 .slick-dots {
  right: 10px;
  position: absolute;
  bottom: 10px;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.overview-section .slick-dots li button:before {
  font-family: 'slick';
  font-size: 50px;
  color: #fff;
  opacity: 0.75;
}

.overview-section .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots li {
    margin: 0 0px;

}

/*------------------------------ Overview Sectio Ends ------------------------------------------------*/

/*----------------------------- home section starts ---------------------------------------------------*/
.home-section{
	background-color: #000;
	color: #fff;
	margin-top: -6px;
	text-align: center;
}
.home-heading{
	font-size: 56px;
	line-height: 56px;
	width: 60%;
	margin: auto;
	font-family: 'Playfair Display', serif;
}
.home-description{
	font-size: 16px;
	line-height: 26px;
	width: 70%;
	margin: auto;
	padding: 30px 0px;
	font-family: 'Arimo', sans-serif;
}
/*----------------------------- home section ends ---------------------------------------------------*/

/*----------------------------- rel-section starts ---------------------------------------------------*/
.rel-section{
	/*background-image: url(../images/rel-img.png);*/
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -6px;
	text-align: left;
	background-position: center;
	padding: 100px 0px;
	background-size: cover;
}
.rel-heading{
	font-size: 56px;
	line-height: 56px;
	font-family: 'Playfair Display', serif;
}
.rel-description{
	font-size: 16px;
	line-height: 26px;
	padding: 30px 0px;
	width: 50%;
	font-family: 'Arimo', sans-serif;
}
/*----------------------------- rel-section ends ---------------------------------------------------*/

/*----------------------------- amenties section starts ---------------------------------------------------*/
.amenities-section{
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 70px 0px 0px;
}
.amenities-heading{
	font-size: 56px;
	line-height: 56px;
	font-family: 'Playfair Display', serif;
}
.amenities-description{
	font-size: 16px;
	line-height: 26px;
	width: 75%;
	padding: 30px 0px;
	font-family: 'Arimo', sans-serif;
}

/*.slider-inner{
	position: absolute;
	bottom: 0px;
	left: 10px;
	padding: 0px 10px;
	height: 150px;
}*/

.amenities-slide {
	height: 480px !important;
}

.amenities-slide .art-imp{
	bottom: unset;
	top: 5px;
}
.slider-content div img {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    width: 50px;
    height: 50px;
}

.slider-content div {
    display: flex;
    padding: 10px 0;
}
.slider-content {
    width: 360px;
    height: 356px;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 40px 40px 20px;
    position: absolute;
    right: 45px;
    top: 74px;
}
#Amenities .pagingInfo {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #97a257;
    bottom: 20px;
}
#Amenities .slider-prev {
    position: absolute;
        left: 44%;
    bottom: 23px;
    cursor: pointer;
    z-index: 9;
}
#Amenities .slider-next {
    position: absolute;
    bottom: 23px;
    right: 44%;
    cursor: pointer;
    z-index: 9;
}
.amenities-section .slick-next svg, .amenities-section .slick-prev svg{
	width: 20px;
}
.amenities-section .slick-next svg path, .amenities-section .slick-prev svg path{
	fill: #97A257;
}

.amenities-section  .slick-prev, .amenities-section .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.amenities-section .slick-next {
    right: -25px;
    top: 45%;
    z-index: 999;
}
.amenities-section .slick-prev {
    right: -20px;
    left: unset;
    width: 14px;
    z-index: 999;
}
/*----------------------------- amenties section ends ---------------------------------------------------*/

/*----------------------------- gallery section starts  ----------------------------*/
.gallery-section{
	background-color: #000;
	color: #fff;
	margin-top: -5px;
	padding: 70px 0px 0px;
}
.gallery-heading{
	font-size: 56px;
	line-height: 56px;
	text-align: left;
	font-family: 'Playfair Display', serif;

}
.gallery-section .slick-next svg{
	width: 15px;
}

.gallery-section  .slick-prev, .gallery-section .slick-next {
	position: absolute;
	top: auto;
	bottom: 24px;
	transform: none;
}


.gallery-section .slick-next {
    left: auto;
    right: 66px;
    z-index: 999;
}
.gallery-section .slick-prev {
    right: 123px;
    left: auto;
    width: 14px;
    z-index: 999;
}
.gallery-slider .slick-slide {
    margin: 0px 20px;
    /*width: 765px;*/
}
.gallery-slider .slick-slide .slick-current .slick-center{
	/*width: 765px;*/
}
.gallery-section .slick-next svg{
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
}

.gallery-section .slick-arrow{
	top: inherit;
	bottom: -65px;	
}
.gallery-section .slick-next{
	border: 1px solid #fff;
	top: 50%;
	right: 13%;
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.gallery-section .slick-next:hover{
	background-color: #97A257 !important;
	border: 1px solid #97A257;
	}

.gallery-section .slick-next svg path{
	fill: #fff;
}
/*----------------------------- gallery section ends  ----------------------------*/

/*----------------------------- Specification section starts    ------------------*/
.specifation-section{
	background-color: #000;
	color: #fff;
	text-align: left;
	margin-top: -5px;
	padding: 70px 0px 0px;
}
.specification-heading{
	font-size: 56px;
	line-height: 60px;
	font-family: 'Playfair Display', serif;
}
.amenity-tabs-wrapper{
	margin: 40px 0px;
    border-radius: 40px;
    border: 1px solid #fff;
    display: inline-block;
}

.amenity-tabs-wrapper a:focus{
	background-color: #fff;
	color: #000;
}
.active-amenity{
	background-color: #fff;
    color: #000 !important;
}
.int-ext-tabs{
	border-radius: 35px !important;
    font-size: 14px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    line-height: 26px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px 3px;
    color: #BCBCBC;
}
.int-ul li{
	color: #031633;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #000;
}
.int-ul{
	padding-left: 15px;
}

.amenities-accordian-title{
	background-color: #000;
	padding: 15px 15px;
	text-transform: capitalize;
	font-size: 18px;
	margin: 15px;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
    border-radius: 5px;
}
.amenities-accordian-title i{
	color: #97A257;
}
.amenities-accordian-content {
    display: none;
    padding: 10px;
    margin: 0px 15px;
    background-color: #EBEDDF;
}
.amenities-accordian-title.active_accordation{
	background-color: #EBEDDF;
	color: #97A257;
	margin-bottom: 0px;
	border: unset;
	border-radius: unset;
}
.amenities-accordian-title.active_accordation i{
	color: #97A257;
}
.amenities-accordian-content-list{
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #494949;
}
.amenities-accordian-content-list li{
	list-style-type: disc;
}
.disclaimer{
	color: #fff;
	margin: 15px;
	font-size: 14px;
}

/*----------------------------- Specification section ends    ----------------------------*/


/*----------------------------- maps section ends    ----------------------------*/

 .map-toggle-btn .switch {
            display: inline-block;
            position: relative;
            width: 40px;
            height: 20px;
            border-radius: 20px;
            transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            vertical-align: middle;
            cursor: pointer;
            border: 2px solid #97A257;
        }
        
        .map-toggle-btn .switch::before {
            content: '';
            position: absolute;
            top: 1px;
            left: 2px;
            width: 15px;
            height: 15px;
            background: #97A257;
            border-radius: 50%;
            transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .map-toggle-btn .switch:active::before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
        }
        
        .map-toggle-btn input:checked+.switch {
                background: transparent;
        }
        
        .map-toggle-btn input:checked+.switch::before {
            left: 21px;
            background: #97A257;
        }
        
        .map-toggle-btn input:checked+.switch:active::before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
        }
        
        .map-toggle-btn {

    padding: 15px;
        }
        
        .g-map {
            display: block;
        }

        .i-map {
            display: none;
        }

.maps-section{
	color: #fff;
	background-color: #000;
	margin-top: -5px;
	padding: 70px 0px;
}
.maps-heading{
	font-size: 56px;
	line-height: 60px;
	font-family: 'Playfair Display', serif;
}
.maps-description{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Arimo', sans-serif;
	padding: 30px 0px;
}
.maps{
	width: 100%;
	height: 400px;
}
.maps-tabs{
	border: 1px solid #031633;
	border-radius: 35px !important;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0px 10px;
    color: #BCBCBC;
}
.maps-tabs-wrapper{
	margin: 40px 0px;
    border-radius: 40px;
    border: 1px solid #fff;
    display: inline-block;
}

.maps-tabs-wrapper a:focus{
	background-color: #fff;
	color: #000;
}
.maps-active-amenity{
	background-color: #fff;
    color: #000 !important;
}
/*----------------------------- maps section ends    ----------------------------*/

.svg-section{
	background-color: #000;
	text-align: center;
	margin-top: -5px;
	padding: 70px 0px 70px;
}
.mapPoints{display: none;}

.svg-section-mob{
	display: none;
}

.dis-bk-in{
	display: inline-block;
	margin: 10px 0px;
}


/*----------------------------- aboutUs section ends    ----------------------------*/
.about-us-section{
	/*background-image: url(../images/about-us.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.about-heading{
	font-size: 56px;
	line-height: 60px;
	font-family: 'Playfair Display', serif;
}
.about-description{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Arimo', sans-serif;
	padding: 30px 0px;
	width: 50%;
}

/*----------------------------- aboutUs section ends    ----------------------------*/


/*----------------------------- Disclaimer section ends    ----------------------------*/
.disclaimer-section{
	background-color: #000;
	color: #fff;
	padding: 30px 30px 0px;
}
.disclaimer-heading {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
}
.disclaimer-points{
    font-size: 12px;
    line-height: 20px;
    font-family: 'Arimo', sans-serif;
    padding: 20px 0px;
}
/*----------------------------- Disclaimer section ends    ----------------------------*/




/*Footer Section*/
footer{float: left;width: 100%;color:#fff;margin-top: -6px;}
footer a{color:#fff;}
footer .upper{background-color: #000;padding:10px 0;}
footer .lower{background-color: #000;padding:20px 0;font-size: 16px;}

.footer-content{
	font-size: 14px;
}
